@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bacasime+Antique&family=Poppins:ital,wght@1,200;1,300;1,400&family=Ysabeau+Office:ital,wght@0,500;0,900;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Dosis:wght@300&family=Zilla+Slab:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Dosis:wght@300&family=Ephesis&family=Zilla+Slab:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Lobster+Two:ital,wght@1,700&display=swap');



*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;


}


/* navbar section start */
.logo-social-media-container{
  display: flex;
  justify-content: space-around;
  flex-direction:row;
  align-items: center;
  padding: 10px;
  flex-wrap: wrap;
 
}


.social-media-icon{
 
  font-size: 25px;
  color:#06A3DA;
}
.logo-name-container{
  display: flex;
  justify-content: center;
  flex-direction:row;
  align-items: center;
 
  gap: 10px;
 
}
.social-media-container{
  display: flex;
  justify-content: center;
  flex-direction:row;
  align-items: center;
 gap: 20px;
  flex-wrap: wrap;
}
.logo{
  width:80px ;
  height: 70px;
 

}
.nav-heading{
  font-size: 36px;
  font-weight: 800;
  color: #06A3DA;
  font-family: product sans;
  
}



.email-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;

}
.home-icon{
  color:#06A3DA;
  font-size: 17px;
}

.contact-details-email{
  font-size: 17px;
  color: #181818;
  font-weight: 900;
  font-family: sans-serif;
  color:#06A3DA;
}



@media only screen and (max-width: 662px){
  .nav-heading{
    font-size: 15px;
    font-weight: 800;
  }
  .logo{
    width:40px ;
    height: 40px;
   
  }
}


#navItem1 {
  color:#fff;
  font-family: sans-serif;
  font-size: 18px;
 padding-left: 20px;
 padding-right: 20px;
  font-weight: bold;
}
#navItem2 {
  color:#fff;
  font-family: sans-serif;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
#navItem3 {
  color:#fff;
  font-family:sans-serif;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
#navItem4 {
  color:#fff;
  font-family:sans-serif;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
#navItem5{
  color: #fff;
  font-family:sans-serif;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold; 
}


.selected-background-colour{
  
  color: black !important;

}


.carousel-caption{
 margin-bottom: 180px;
 padding-left: 100px;
 padding-right: 100px;
}
.carousel-caption h5{
  font-size: 40px;
  font-family: sans-serif;
}
.carousel-caption h3{
  font-size: 40px;
  font-family: sans-serif;
}

.carousel-item{


  background: no-repeat scroll center scroll;
  -webkit-background-size:cover;
  background-size: cover;

}
.carousel-item::before{
  content: '';
  display: block;
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.7;
}

/* navbar section end */

/* landing page start */

.landing-page-bg-image{
  background:url(images/blue-geometric-abstract-landing.jpg) ;
  background-size: cover;
  background-position: end;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
 
  padding-left: 40px;
  padding-right: 40px;
  flex-wrap: wrap;

}
.landing-page-text{
 width: 600px;
}
.landing-page-image{
 background: url(images/business-executives-showing-thumbs-up.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
height: 450px;
width: 450px;
box-shadow: • 20px 5px 5px rgba (0,0,0,0.2) ;
animation: animate 5s ease-in-out infinite;
transition: all is ease-in-out;
}
@keyframes animate {
0%{
border-radius: 60% 40% 30% 70%/60% 30%
70% 40%;
}
50%{
border-radius: 30% 60% 70% 40%/50% 60%
30% 60%;
}
100%{
border-radius: 60% 40% 30% 70%/60% 30%
70% 40%;
}
}
.color-change-text{
  color:#06A3DA ;
  font-family: sans-serif;
  font-weight: bold;
 
}

.home-bg-image{

  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 
  color:black;
  /*
  width: 100%;
  min-height:100vh;
  position: relative;
  padding: 80px;

  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;*/
  
  
}

.home-heading{
  font-size: 40px;
  font-family: sans-serif;
  color:#06A3DA;
  margin-bottom: 15px;

}
.home-sub-heading{
  font-size: 35px;
  font-family: sans-serif;
  color:#747979;
  margin-bottom: 15px;
}
.home-section-text{
  font-size: 27px;
  font-style: italic;
  color:black;
  margin-bottom: 40px;
  font-weight: 500;
  font-family: serif;
}
.home-page-anchor{
  text-decoration: none;
  color:black;
  font-family: sans-serif;
  font-weight: bold;
}
.home-page-image{
  width: 100%;
 
}
.home-button{
  width: 150px;
  cursor: pointer;
  padding: 10px;
  background-color:#06A3DA;
  color: black;
  border: none;
  border-radius: 10px;
  animation: slideTop 1s ease forwards;
  animation-delay: 2s;
 font-family: sans-serif;
  box-shadow: 0 0 5px #06A3DA,
  0 0 25px #06A3DA;

}








/* landing page end */







/* home page about start*/
.home-page-about-bg-container{
  /*
  background-image: linear-gradient(to right,#c06afa 0%,#c06afa 30%,#f35151 20%,#f35151 100%);
  */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
 
}

.home-page-about-sub-container{
display: flex;
align-items: center;
justify-content: space-around;
gap: 50px;

  
}
.home-page-about-image-container{
 width: 500px;
}

.home-page-about-image{
  width: 100%;
  height: 100%;
}
.home-page-about-details-container{
  width: 600px;
  font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
 
}




/*For Job Seekers start*/
.For-job-seekers-bg-container{

  
  background-color: #F8F8F8;
  padding-top: 50px;
  padding-bottom: 100px;
 
}

.For-job-seekers-container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  gap: 40px;
  flex-wrap: wrap;

}
.For-employers-container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  gap: 70px;
  flex-wrap: wrap;
}
.For-job-seekers-heading{
  font-family:sans-serif;
  text-align: center;
   margin-bottom: 65px;
   font-weight: bold;
   font-size: 35px;
   color:#06A3DA;
   display: block;
   text-transform: uppercase;
   position: relative;
}

.For-job-seekers-heading::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -24px;
  width: 80px;
  height: 5px;
  background:#06A3DA;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}









.For-job-seekers-card-container{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width:280px;
  height: 340px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  background: linear-gradient(135deg, #b9e1f3 0%, #e9f2f3 100%);
 

  border-radius: 10px;
  box-shadow: 0 0 5px #999999,
  0 0 25px #999999;
}

.For-employers-card-container{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 280px;
  height: 270px;
  padding: 30px;
  background: linear-gradient(135deg, #b9e1f3 0%, #e9f2f3 100%);
 

  border-radius: 10px;
  box-shadow: 0 0 5px #999999,
  0 0 25px #999999;
}

.For-job-seekers-card-container-topic{
  text-align: left;
  font-size: 20px;
 
  font-weight: 600;
  margin-bottom: 15px;
  color: #0D121E;;
  font-family: sans-serif;
  position: relative;
  transition: 0.5s;
}

.For-job-seekers-card-container-detail{
  text-align: left;
font-size: 16px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    position: relative;
    transition: 0.5s;
}

.For-job-seekers-icon-container{
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: #06A3DA;
  width: 70px;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
margin-bottom: 30px;

box-shadow: 0 0 5px #999999,
0 0 25px #999999;
}
.For-job-seekers-icon{
  font-size: 30px;
  color: #fff;
}
.For-employer-icon{
  font-size: 40px;
  color: #06A3DA;
}
.For-employers-icon-container{
  margin-bottom: 20px;
}

/*For Job Seekers end*/

/* home page about start*/

.about-heading{
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #06A3DA;
}
.about-sub-title{
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.about-one-text{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 17px;
}

.about-one-container{
  margin-top: 160px;
  margin-bottom: 100px;
}
.about-image{
  width: 100%;

  
}

.about-home-image{
  width: 100%;
  height: 250px;
  border-radius: 30px;
  border: 2px solid #06A3DA;
 
}
.about-home-right-image{
  width: 100%;
  height: 200px;
  border-radius: 20px;
  border: 2px solid #06A3DA;
}
.about-one--shape-2{
  width: 200px;
  height: 250px;
  object-fit: cover;
 margin-top: -150px;
 margin-left: -60px;
;

}



.tick-details{
  margin-top: 30px;
}
.about-one-btn-box{
  margin-top: 30px;
}
.tick-icon{
  color:#06A3DA ;
  margin-right: 10px;
}

/* home page about end*/

/*sectors we serve start*/
.service-sector-bg-container{
  background: #EEF9FF;
 padding-top: 10px;
 padding-bottom: 20px;
}
.service-sector-subbg-container{
  margin-top: 50px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  padding: 50px;

background: #EEF9FF;

}


.service-sector-heading{
  font-size: 35px;
 text-align: center;
  font-family: sans-serif;
  font-weight: 600;
  color:#06A3DA;
  margin-bottom: 80px;
  display: block;
  margin-top: 50px;
   text-transform: uppercase;
  position: relative;
}
.service-sector-heading::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -24px;
  width: 80px;
  height: 5px;
  background:  #06A3DA;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.service-sector-icon-container{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: blanchedalmond;
}

.service-sector-card-container{
  height: 200px;
  width: 200px;

 background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #999999,
  0 0 25px #999999;
  transition: transform .2s;

}
.service-sector-card-container:hover{
  transform: scale(1.1);
}
.service-sector-sub-heading{
  font-size: 20px;
 text-align: center;
  font-family: sans-serif;
  font-weight: 600;
  color: black;
 
}
.service-sector-card-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 gap: 30px;
}
.service-sector-image-container{
  height: 80px;
  width: 80px;
}
.service-sector-image{
  height: 100%;
  width: 100%;
}

/*sectors we serve end*/


/*our trusted partners start*/


.our-trusted-partners-container{
  height: 150px;
  width: 190px;
}
.trusted-partners-image{
  height: 100%;
  width: 100%;
}

/*our trusted partners end*/



/* join our community start*/
.join-our-community-bg-container{
  display: flex;
  flex-direction: column;
  
  background-repeat: no-repeat;
  background-blend-mode: darken;
  padding: 110px;
  background:rgba(0,0,0,0.7)url("https://res.cloudinary.com/dstrrgmd3/image/upload/v1724740295/business-executives-discussion_pbi2nz.jpg") fixed center;
  background-size: cover;
}
.join-our-community-heading{
  color: #06A3DA;
  font-size: 35px;
  font-weight: bold;
  font-family: sans-serif;
  margin-bottom: 30px;
}
.join-our-community-sub-heading{
  color: #fff;
  font-size: 30px;
  width: 700px;
  font-family: sans-serif;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
.join-our-community-text{
  color: #87A49F;
  font-size: 20px;
  width: 700px;
  font-family: sans-serif;
  line-height: 1.5;
 
  margin-bottom: 40px;
}

.join-our-community-button{
  width: 150px;
  cursor: pointer;
  padding: 10px;
  background-color:#06A3DA;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 5px #999999,
  0 0 25px #999999;
}
/* join our community start*/

/* about section end */
.aboutbg-image{
  width: 100%;
  height: 30vh;
 object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode:darken;
  display: flex;
  flex-direction: column;
  justify-content: center;
 background-image: url(images/human-vector-hand-raising.jpg);
  font-family:product sans ;


  
 }
.opening-top-text{
  margin-left: 250px;
  color: black;
  font-weight: 700;
 font-size: 30px;
  font-family: sans-serif;
  letter-spacing: 1px;
}
.aboutbg-image h4{
  position: relative;
  
  
  display: inline-block;
 
}

.aboutbg-image h4::before{
  content: '';
  position: absolute;
  width: 6%;
  height: 3px;
  background-color:#0f1010;
  top:140%;
  left:0;

}

/* about section end */


.about-detail-section-bg-container{
  margin-top: 100px;
  }
  
  .heading-about-us{
    font-size: 35px;
    
    font-weight: 900;
    margin-bottom: 25px;
    color: #0D121E;
    font-family: sans-serif;
  }
  
 
  .about-page-overview-sub-heading{
    font-size: 25px;
    display: block;
    font-weight: bold;
    color: #0D121E;
    font-family:sans-serif;
    margin-bottom: 100px;
  }
  .about-page-overview-heading{
    
    position: relative;
    font-family:sans-serif;
    text-align: center;
     text-transform: uppercase;
     font-weight: bold;
     font-size: 35px;
     color:#06A3DA;
    margin: 0 0 24px;
 
    margin-bottom:70px;
    margin-top: 20px;
    font-family:sans-serif;
    text-align: center;
  }

  .about-page-overview-heading::before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -24px;
    width: 80px;
    height: 5px;
    background:#06A3DA;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .right-side-about-us{
    width: 500px;
    margin-left: 30px;
  }
  .description-about-us{
    font-family: sans-serif;
    color:  #414651;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
  }
  .experience-completed-container{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .experience-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }
  .number-about{
    font-size: 50px;
    color:#F10507;
    
  }
  .experience-about-us{
    font-size: 20px;
  }
  
  /* about page section end*/

  /*counter section start*/
 .counter-section-bg-container{
 
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 130px;
  padding: 90px 20px;
  background: linear-gradient(135deg, #06A3DA  0%, #5a7184 100%);
  color: #ffffff;
  margin-bottom: 50px;
  flex-wrap: wrap;
  
 }
 .counter-section-card-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
 }
 .counter-icon{
  font-size: 50px;
  
 }
 .counter-text{
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
 }


 

 /*counter section end*/

 /* why choose section start*/



 

.why-choose-container{
  margin-top: 150px;
  margin-bottom: 100px;
}

.why-choose-left-container {
  position: relative;
  display: block;
  margin-left: 30px;
}

.why-choose-left-container .why-choose-title {
  margin-bottom: 25px;
}
.why-choose-title {
  position: relative;
  display: block;
  margin-top: -10px;
 
  
}

.why-choose-heading{
 
  text-transform: uppercase;
  font-size: 30px;
  
  color:#06A3DA;
  font-weight: 900;
  font-family: sans-serif;
  margin-bottom: 25px;
  
 
}


.why-choose-sub-title {
  margin: 0;
  color: black;
  font-size:25px ;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: sans-serif;
}
.why-choose-detail{
  color:black;
  font-weight: 400;
  font-family:poduct sans;
  font-size:17px ;
}

.why-choose-list-container {
  position: relative;
  display: block;
  margin-top: 49px;
  margin-bottom: 50px;
  margin-left: -10px;
  
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.why-choose-icon{
  font-size: 20px;
}
.why-choose-list-container li .icon {
  position: relative;
  display: inline-block;
}

.why-choose-list-container li .why-choose-content {
  position: relative;
  display: block;
 
 
}

.list-container{
  display: flex;
  gap: 20px;

}
.why-choose-sub-heading{
  font-family:sans-serif;
  font-weight: 800;
  font-size: 18px;
}
.why-choose-sub-text{
  font-family:poduct sans;
  font-size: 18px;
  
}
.why-choose-image{
  height: 500px;
  width: 500px;
}
/* why choose section end*/

/* testimonial beginning */


.Testimonial-card{
  height: 220px;
  width: 340px;
  
 
  background-color:#fff;
  display: flex;
  flex-direction: column;
  
  font-family: product sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 25px;
  user-select: none;

  align-items: center;
  box-shadow: 5 5 5px #999999,
  5 5 25px #999999;
  border:.1rem solid rgba(0,0,0,.2);
  padding: 40px;

  

  
}
.testimonial-bg-container{
 
  
 background-color: #b5e3f7;
  padding-top: 40px;
 
  text-align: center;
  padding-bottom: 50px;
}
.testimonal-heading {
  font-size: 25px;
   color:#181818;
  font-weight: 600;
   font-family: Zilla Slab;
}
.client-says{
  color: #666;
  font-weight: 500;
  font-size: 13px;
  font-family:sans-serif ;
}
.client-heading{
  font-size: 35px;
  color:#181818;
 font-weight: bold;
  font-family: sans-serif;
  margin-bottom: 60px;
}


.testimonal-star-container{
  margin-top: -15px;
}




.quote-icon{
  font-size: 80px;
  margin-right: 30px;
  color: #87A49F;
  opacity: .7;
}
.name-icon-contanier{
  display: flex;
  align-items: center;
  align-self: flex-start;
  row-gap: 30px;
}
.job{
  font-size: 15px;
  margin-top: -10px;
 
  font-family: sans-serif;
}


.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px;
  margin: 5px 7px;
  background:#87A49F !important;
  margin-top: 25px !important;
  
}
.owl-theme .owl-dots .owl-dot.active span{
  background:#06A3DA !important;
}

/* testimonial end */




  /*service we serve start */

  .service-we-serve-bg-container{
   
    margin-top: 100px;
   
    
  }
  .service-we-serve-left-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }


.service-we-serve-icon{
  color:#06A3DA;
  margin-right: 10px;
}
  .service-we-serve-button {
    background-color:transparent;
    color: black;
    width: 250px;
    height: 50px;
     border:  1px solid #4B7884;
    border-radius: 10px;
    
    font-family:sans-serif;
    font-size: 17px;
   
    font-weight: bold;
  }
  
  .selected-button {
    background-color: #06A3DA;
    color: #fff;
  }

.service-we-serve-right-heading{
  font-size: 30px;
  font-family:sans-serif;
  margin-top: 30px;
  margin-bottom: 20px;
}

.service-we-serve-right-detail{
  font-size: 17px;
  font-family:sans-serif;
  font-weight: 400;
  
}
.service-we-serve-right-image{
  height: 340px;
  width: 100%;
 }



  /*service we serve end */

   /*role we fulfil start  */

   

   .role-we-fulfil-bg-container{
   
    padding-bottom: 100px;

   }

    .role-we-fulfil-image{
      width: 50px;
      height: 50px;
    }

    .role-we-fulfil-image-container{
      clip-path: polygon(20% 0%, 90% 0, 100% 100%, 0% 100%);
      background-size: cover;

    }

    .looking-for-talent{
      width: 100%;
      height: 400px;
    }
    .role-we-fulfil-heading{
      font-size: 17px;
      font-family:product sans;
      font-weight: 700;
    }
    .role-we-fulfil-card{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px;
      border: 1px solid #4B7884;
      margin-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 10px;
      background-color: #EEF9FF;
      box-shadow: 5 5 5px #999999,
      5 5 25px #999999;
    }
    .roles-we-fulfil-section{
      margin-top: 70px;
      padding-top: 50px;
     
    }
   
   /*role we fulfil start  */


  /*footer section start  */  

.bg-container {
    background-color:#0D121E;

}

.address {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    font-family: sans-serif;
}

.logo-footer-image {
  text-align: center;
    height: 70px;
    width: 90px;
}



.icon-card {
    height: 30px;
    width: 30px;
    border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
    background-color:#06A3DA;
    margin-right: 20px;
    margin-bottom: 15px;
}

.icon {
    color: #fff;
    font-size: 15px;
    
}

.sub-heading {
    color: #fff;
    font-size: 18px;
}
.footer-list-names{
  font-family: sans-serif;
  font-size: 16px;

}

.list-item {
    color: #fff;
    list-style-type: none;
    padding-left: 0;
}
.phone-number{
 font-weight: 800;
  color: #fff;
  font-family: sans-serif;

  }
  .number-container{
 margin-top: 30px;
  }
.horizontal-line {
    background-color: #5a7184;
}

.bottom-text {
    color: #fff;
    font-size: 18px;
    font-family: sans-serif;
}
.botom-footer-container{
background-color: #001126;
padding-top: 20px;
padding-bottom: 20px;
}
.footer-icon-container{
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer-secton-heading{
 
  position: relative;
  color: #06A3DA;
  font-family: product sans ;
  font-weight: 900;
  font-size: 20px;
 
 

}
.footer-secton-heading::after{
  content:"";
  height:3px;
  width: 0px;
  background-color:#06A3DA ;
  position: 0;
  bottom:0;
  left:0;
  transition: 0.3s ease;
}

.footer-secton-heading:hover::after{
  width: 30px;
}



.footer-secton-card-container{
 
  color: #fff;
  font-family: product sans;
  padding: 0 2rem;
}
.footer-section-sub-card-container{
  margin-top: 20px;
}

.footer-secton-card-container .footer-section-sub-card-container a{
  display: block;
  text-decoration: none;
  color:#fff;
  margin-bottom: 6px;
  position: relative;
  transition: 0.3s ease;
  font-family:product sans ;
  font-weight: 900;
  
}

.footer-section-first-container{
  margin-top: 0;
}

.footer-secton-card-container .footer-section-sub-card-container a:hover{
  transform: translateX(-8px);
  color: #5a7184;
  transition: 0.3s ease;
  opacity: 1;
}

.arrow-icon{
  color: #06A3DA;
  padding-right: 5px;
 
}
.footer-secton-card-container .footer-section-list-card-container li{
  display: block;
  text-decoration: none;
  color:#fff;
  margin-bottom: 6px;
  position: relative;
  transition: 0.3s ease;
  font-family:product sans ;
  font-weight: 900;
 
  
}
.footer-section-list-card-container{
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
}


.footer-secton-card-container .footer-section-list-card-container li:hover{
  transform: translateX(-8px);
  transition: 0.3s ease;
  color: #5a7184;
  opacity: 1;
}



/*footer section start  */ 


/* contact section beginning */
.contact-section-bg-container{
  padding-top: 50px;
  margin-top: 10px;
  padding-bottom: 140px;
 
  
 }
 
 .contact-image{
   width: 100%;
   height: 370px;
   
 }
 .contact-topic{
   font-family: sans-serif;
 }
 
 .contact-heading{
  font-family: sans-serif;
  color: #06A3DA;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
 }
.contact-sub-topic{
  font-family: sans-serif;
  font-weight: 600;
}
 
  .contact-section-form-container{
   background-color: transparent;
   display: flex;
   flex-direction: column;
   
   border-radius: 8px;
   color: #d09900;
   flex-shrink: 0;
  
   padding: 40px;
   
  padding-bottom: 90px;
  padding-top: 40px;
 
 
 }
 
 @media screen and (min-width: 992px) {
   .contact-section-form-container {
     
     margin-left: 100px;
     margin-right: 100px;
   }
 }
 .contact-section-form-heading{
   align-self: center;
   margin-bottom: 30px;
   font-size: 40px;
   font-weight: 900;
   margin-bottom: 40px;
   font-family: sans-serif;
   
 }
 
 
 
 .contact-section-image-container{
   padding: 10px;
   width: 600px;
  }
 
  
 .contact-description{
  
   font-size: 13px;
   font-family: product sans;
   font-weight: 500;
  
 
 }
 .contact-page-description{
   font-size: 18px;
   font-family: Nanum Gothic;
   font-weight: 700;
 }
 .contact-page-form-container{
   background-image: linear-gradient(180deg, #9BD8F1,#005469);
 }
 .map-image{
   width: 110%;
   height: 300px;
 }
 .contact-section-input-field{
 width: 100%;
 font-size: 14px;
 height: 40px;
 border: 1px solid #d7dfe9;
 background-color: #e2e8f0;
 color: #64748b;
 border-radius: 3px;
 margin-top: 5px;
 padding: 8px 16px 8px 16px;
 overflow: hidden;
 
 }
 
 .contact-section-textarea-field{
 
 
 margin-top: 20px;
 width:100% ;
 font-size: 14px;
 height: 100px;
 border: 1px solid #d7dfe9;
 background-color: #e2e8f0;
 color: #64748b;
 border-radius: 3px;
 
 padding: 8px 16px 8px 16px;
 resize: none;
 }
 .contact-icon-container{
   width: 30px;
   height: 55px;
   background-color: #06A3DA;
 }

 .contact-address{
   font-size: 20px;
   color: #005469;
   font-family: product sans;
 }
 .contact-dume{
  color: #fff;
 }
 .contact-section-button{
   background-color: #001E26;
 }
 .form-section-button{
 font-family: product sans;
 font-weight: bold;
 font-size: 17px;
 color: #ffffff;
 height: 40px;
 width: 140px;
 margin-top: 50px;
 margin-bottom: 2px;
 
 border-radius: 8px;
 border: none;
 cursor: pointer;
 outline: none;
 align-self: center;
 }
 .button-color{
   background-color: #d09900;
 }

 
 @media only screen and (max-width: 562px){
   
   .home-page-contact-image{
     width: 240px;
     height: 240px;
   }
 }
 /* contact section end */

      
   
   .map-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80vh;
    margin-top: 100px;
   
    
   
   }
  
   
 
   /* contact section end */


/*our recrutiment start */

.timeline{
  position:relative;
  margin:50px auto;
  padding:40px 0;
  width:1000px;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#c5c5c5;
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  right:-6px;
  background:#06A3DA;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(28, 142, 171, 0.2);
}
.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  left:-4px;
  background:#06A3DA;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(28, 142, 171, 0.2);
}
.timeline ul li h3{
  padding:0;
  margin:0;
  color:#06A3DA;
  font-weight:600;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
}
.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top:12px;
  right:-90px;
  margin:0;
  padding:8px 16px;
  background:#06A3DA;
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(28, 142, 171, 0.2);
}
.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top:12px;
  left:-90px;
  margin:0;
  padding:8px 16px;
  background:#06A3DA;
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(28, 142, 171, 0.2);
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  h1{
    font-size:40px;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}

/*our recrutiment end */

/*contact from start*/

.contact-image{
  width: 400px;
  height: 500px;
}
.contact-form-heading{
  font-family: sans-serif;
  text-align: center;
  margin-bottom: 70px;
  color: #06A3DA;
  font-weight: bold;
}

.input-name{
  font-family: sans-serif;
color: #06A3DA;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-section-textarea-field{
  background: transparent;
  padding: 8px 10px;
  border: 1px solid grey;
  border-radius: 5px;

  height: 200px;
  color: black;
  
}
.small{
  font-size: 17px;
}

.form-control{
  display: flex;
  flex-direction: column;
 

}
label{
  font-size: 18px;
  margin-bottom: 5px;
}
input{
  padding: 8px 10px;
  border: 1px solid grey;
  border-radius: 5px;
  font-size: 13px;
}
select{
  padding: 8px 23px;
  border: 1px solid grey;
  border-radius: 5px;
  font-size: 13px;
}

input:focus{
  outline-color: #06A3DA;
}
textarea:focus{
  outline-color: #06A3DA;
}
.button-container{
  display: flex;
  justify-content: end;
  margin-top: 20px;
  padding: 5px;
}
.cvsubmit-button{
      background-color:#06A3DA ;
      border-radius: 7px;
      border: transparent solid 2px;
      padding: 5px 10px;
      color: whitesmoke;
      padding: 10px;
}
.cvsubmit-button:hover{
  background-color: rgb(146, 146, 146);
  color: rgb(15, 14, 14);
  cursor: pointer;
}

.form-container{
 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  
 
}
.date-container{
  width: 100%;
}
.upload-container{
  width: 100%;
}

/*contact from end*/

/* request section start*/




 
.request-bg-container{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  padding: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.request-text-container{
  width: 750px;
  background: #EEF9FF;
box-shadow: 0 15px 35px l rgba(0,0,0,0.05);
border-radius: 20px;
backdrop-filter: blur(10px);
border: 1px solid rgba(255,255,255,0.25);
border-top: 1px solid rgba(255, 255, 255, 0.5);
border-Left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 40px;
  border-radius: 20px;
 
  background-repeat: no-repeat;
  background-blend-mode:hard-light;
  
background: url(images/blue-abstract.jpg);
  background-size: cover;
 
}







 
.request-service-bg-container{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background:url(images/call-to-action.jpg);
  background-size: cover;
  background-position: center;
  gap: 20px;
  padding: 50px;
  margin-bottom: 90px;
  flex-wrap: wrap;
  margin-top: 90px;
}

.request-service-text-container{
  width: 700px;
  background: rgba(255, 255, 255, 0.2);
box-shadow: 0 15px 35px l rgba(0,0,0,0.05);
border-radius: 20px;
backdrop-filter: blur(10px);
border: 1px solid rgba(255,255,255,0.25);
border-top: 1px solid rgba(255, 255, 255, 0.5);
border-Left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 40px;
  border-radius: 20px;
 
}

.request-description{
  font-size: 20px;
  font-family:product sans;
  font-weight: 400;
  color: #090909;
  margin-top: 20px;
}



.request-anchor{
color: #ffffff;
text-decoration: none;
}
.request-heading{
color: black;
}
/* request section end*/

/* openings section end*/
.openings-heading-container{
  margin-top: 50px;
}
.openings-container{
  margin-bottom: 100px;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
 padding-left: 50px;
 padding-right: 50px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  
 
 
  
  
}
.openings-card{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
  height: 240px;
  width: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  margin-top: 50px;
  
 
}
.openings-card-up{
  padding-left: 30px;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 15px;
height: 520px;
width: 450px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-evenly;
margin-top: 50px 
}
.closed-card-bg{
  background-color: #f4f4f5;
}
.opening-list-item{
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.openings-Job-Requirements{
  font-family: sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.openings-detail{
  font-family: sans-serif;
  font-size: 17px;
  font-weight: 600;
}
.openings-button{
  background-color:#06A3DA ;
  border-radius: 10px;
  border: transparent solid 2px;
  padding: 5px ;
  color: whitesmoke;
  font-size: 15px;
  width: 80px;
  text-align: center;
  font-family: sans-serif;
  
 
}
.opening-page-anchor{
  text-decoration: none;
  color:#fff;
  font-family: sans-serif;
}
.experience-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
 
  gap: 30px;
 
 

}
.opening-button-container{
 text-align: end;
 align-self: flex-end;
 margin-top: -15px;
}

.openings-place{
  font-family: sans-serif;
  font-size: 12px;
  color: rgb(66, 66, 66);
}
.openings-qualification{
  font-family: sans-serif;
  font-size: 12px;
  color: rgb(66, 66, 66);
}
.submit-bg-container{
  margin-top: 100px;
  margin-bottom: 100px;
}
.submit-heading{
  margin-bottom: 120px;
}
/* openings section start*/



/* Resource card start*/
.resource-bg-container{
  margin-bottom: 100px;
}

.shape-box {
    display: inline-block;
    position: relative;
    z-index: 1;
    max-width: 500px;
    height: 300px;
    margin: 30px 10px 30px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
    overflow: hidden;

}

.shape-box-half {
    overflow: hidden;
    text-align: left;
}

.shape-box-half:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewY(53.5deg);
    transform-origin: top left;
    transition: \transform .4s;
    background: #fff;
    z-index: 1;
}

.shape-box>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-black {
    background-color: #000;
}

.shape-box-half figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 30px;
    transition: \transform .4s;
    transform: translateY(100%);
    z-index: 3;
}

.shape-box-half figcaption .show-cont {
    position: absolute;
    bottom: calc(100% + 30px);
    left: 30px;
    right: 30px;
    transition: bottom .4s;
}


.card-main-title {
    margin-top: 8px;
    font-weight: 700;
    font-size: 24px;
   font-family: sans-serif;
    color:#06A3DA ;
}

.card-content {
    color: #494949;
    margin-top: 20px;
    line-height: 22px;
    font-size: 15px;
    font-family: sans-serif;
}




.shape-box-half>.after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #06A3DA;
    opacity: 0;
    transition: opacity .4s;
}

/*On hover*/
.shape-box-half:hover:before {
    transform: skewY(20deg);
}

.shape-box-half:hover figcaption {
    transform: translateY(0);
}

.shape-box-half:hover figcaption .show-cont {
    bottom: 100%;
}

.shape-box-half:hover>.after {
    opacity: 1;
}

/* Resource card end*/

/*animation delay starting*/

.hidden{
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 1s;
}

.show{
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}


.box:nth-child(2){
  transition-delay: 200ms;
}
.box:nth-child(3){
  transition-delay: 400ms;
}
.box:nth-child(4){
  transition-delay: 600ms;
}
.box:nth-child(5){
  transition-delay: 800ms;
}
.box:nth-child(6){
  transition-delay: 900ms;
}


/*animation delay end*/


/*loader start*/

.loader{
  position: fixed;
  top:0;
  left:0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f9fb;
  transition: opacity 0.75, visibility 0.75s;
}
.loader-hidden{
  opacity: 0;
  visibility: hidden;
}
.loader::after{
  content: "";
  width: 75px;
  height: 75px;
  border: 15px solid #dddddd;
  border-top-color: darkgreen;
  border-radius: 50%;
  animation: loading 0.75s ease infinite;
}


@keyframes loading{
  from{
    transform: rotate(0turn);
  }
  to{
    transform: rotate(1turn);
  }
}



/*loader end*/


@media only screen and (max-width: 900px){
  .carousel-caption{
 
    margin-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
   }
}

@media only screen and (max-width: 562px){
 .openings-container{
  padding-left: 10px;
  padding-right: 10px;
 }
 .opening-button-container{
  align-self: center;
 }
   .logo-name-container{
    order: 1;
   }
   .social-media-container{
    order: 2;
   }
   .email-container{
    order: 3;
   }
.home-heading{
  font-size: 20px;
}
.home-section-text{
  font-size: 15px;
}
  .openings-card{
    width: 340px;
    height: 250px;
  }
  .openings-card-up{
    width: 340px;
    height: 700px;
  }
  .openings-button{
   margin-top: 4px;
  }
  .join-our-community-sub-heading{
    width: 350px;
    font-size: 25px;
  }
  .join-our-community-text{
    width: 350px;
  }
  .join-our-community-bg-container{
    padding: 20px;
  }
  .why-choose-container{
    margin-bottom: 40px;
  }
  .footer-secton-heading{
    margin-top: 20px;
  }
  .why-choose-sub-heading{
    font-size: 20px;
  }

 .service-we-serve-right-image{
  height: 100%;
  width: 100%;
 }
 .button-container{
justify-content: center;
 }
 .date-container{
  width: 50%;
}
.upload-container{
  width: 50%;
}
.opening-top-text{
  margin-left: 100px;
}
.aboutbg-image h4::before{
  width: 20%;
}


.service-sector-heading{
  font-size: 30px;
}
.about-page-overview-heading{
  font-size: 20px;
}
.about-page-overview-sub-heading{
  font-size: 20px;
}
.For-job-seekers-heading{
  font-size: 30px;
}

.carousel-caption{
 
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
 }
 .carousel-caption h5{
   font-size: 20px;
   font-family: sans-serif;
 }
 .carousel-caption h3{
   font-size: 20px;
   font-family: sans-serif;
 }
 .landing-page-image{
  height: 250px;
  width: 250px;
 }
 .landing-page-bg-image{
 
 height: 70vh;

 }
 .landing-page-text{
  text-align: center;
  
 }

}

@media only screen and (max-width: 500px){
  .date-container{
    width: 60%;
  }
  .upload-container{
    width: 60%;
  }
}
@media only screen and (max-width: 380px){
  .landing-page-bg-image{
 
    height: 100vh;
   
    }
}
@media only screen and (max-width: 280px){
  .For-job-seekers-card-container{
    width: 250px;
    height: 350px;
  }
   .For-employers-card-container{
    width: 250px;
    height: 300px;
   }
  .openings-card{
    width: 270px;
    height: 270px;
  }
  .openings-button{
   margin-top: 4px;
  }
  .join-our-community-sub-heading{
    width: 260px;
    font-size: 25px;
  }
  .join-our-community-text{
    width: 260px;
  }
  .join-our-community-bg-container{
    padding: 20px;
  }
  .service-we-serve-right-image{
    height: 300px;
    width: 240px;
   }
   .logo{
  
    margin-left: 5px
  }
  .contact-details-email{
    font-size: 15px;
  }
  .home-sub-heading{
    font-size: 25px;
  }
  .quote-icon{
    font-size: 70px;
    margin-right: 20px;
    color: #87A49F;
    opacity: .7;
  }
}

@media only screen and (max-width: 400px){

  .carousel-caption h5{
    font-size: 15px;
    font-family: sans-serif;
  }
  .carousel-caption h3{
    font-size: 15px;
    font-family: sans-serif;
  }
}



