:root {
  --primary: #002B59;
  --secondary: #BA9C56;
  --dark: #333333;
  --light: #5C5C5C;
  --bg-light: #F8F8F8;
}

@media (max-width: 991.98px) {}

@media (min-width: 1400px) {
  .team img{
    width: 100%;
  }
}

@media (min-width: 1200px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) and (max-width: 1400px) {}

@media (max-width: 1400px) {
  /* .banner{
    height: 70vh;
  } */
  .team img{
    width: 330px;
}
}


@media (max-width: 1200px) {
  /* header {
    padding: 0 30px;
  } */
  /* .banner{
    height: 60vh;
  } */
  .banner_caption{
    left: 50px;
  }
  .team img{
    width: 280px;
  }
  .team-info{
    /* width: 250px; */
  }
}


@media (max-width: 992px) {

  header {
    padding: 20px 30px;
  }
  /* .menu{
    padding: 0;
  } */

  /* .banner{
    height: 50vh;
  } */

  section {
    padding: 40px 0px;
  }
  .team .item{
    min-height: 420px;
  }
  .team img{
    width: 250px;
    height: 290px;
  }
  .team-info {
    width: 220px;
}
.gallery-grid-container {
  display: grid;
  gap: 15px;
  grid-template-areas: 
      'photo1 photo1' 'photo2 photo3' 
      'photo4 photo5';
}
  footer .address-sec{
    margin-bottom: 40px;
  }
  .welcome{
    text-align: center;
  }
  .welcome-img-sec{
    display: flex;
    justify-content: center;
    margin: 20px 0 15px;
  }
  .leadership1{
    display: flex;
    justify-content: center;
  }
  .vision{
	  height: 95%;
	  margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .section-sub-title{
    text-align: center;
  }
  .banner_caption{
    left: 20px;
  }
  .banner .banner_caption h1{
    font-size: 45px;
  }
  /*.welcome img{
    height: 250px;
  }*/
  .welcome p, .team p{
    text-align: center;
  
  }
  .faq p{
    text-align: left;
  }
  .welcome a.read-more{
    text-align: center;
    margin: 0 auto;
    display: block;
	margin-bottom: 30px;
  }
  /* p{
    margin-bottom: 25px !important;
  } */
  header {
    padding: 20px 20px;
  }
  .menu-sec{
    order: 2;
    justify-content: end;
  }
  .logo-sec{
    order: 1;
    justify-content: start !important;
  }
  /* .banner{
    height: 38vh;
  } */
  .news-updates-title{
    display: none;
  }
  .welcome h2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
    overflow: hidden;
  }
  .welcome p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .vision{
    padding: 20px;
	margin-bottom: 10px;
  }
  .vision1{
    display: inline-block !important;
  }
  .vision img{
    margin: 0 auto;
    display: block;
  }
  .vision h3, .vision p{
    text-align: center;
  }
  .team img{
    min-width: auto;
}
.faq{
  margin-top: 40px;
}
footer .footer-logo img {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
footer .social {
  justify-content: center;
  margin-bottom: 25px;
}
footer .footer-links{
  margin-bottom: 30px;
}
footer .footer-logo img{
  height: 40px;
}
.copyright p{
  text-align: center;
}
.copyright img{
  margin: 0 auto;
  display: block;
}
.cta_info {
    padding: 5% 5%;
}
.ctabox h3 {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 600;
}
.ctabox ul {
    margin-left: 0px;
}
.ctabox li {
    line-height: 29px;
}
.ctabox a {
    margin-top: 10px;
}
.ctaimg {
    clip-path: none;
    width: 100%;
    height: auto;
}
.ctaimg img {
    clip-path: none;
    min-height:auto;
	height: auto;
}
}

@media (max-width: 576px) {
  .cursor, .cursor-follower{
    display: none;
  }
  .logo img{
     height: auto; 
  }
  /* .banner{
    height: 26vh;
  } */
header .theme-btn{
  padding: 0 5px;
}
  .banner .banner_caption h1{
    font-size: 38px;
    line-height: 40px;
  }
  .banner .banner_caption h3{
    font-size: 40px;
  }
  .team .item{
    min-height: 360px;
  }
  .team img {
    width: 200px;
    height: 240px;
}
.team-info {
  width: 200px;
}
.team h5{
  font-size: 16px;
}
.team p{
  font-size: 14px;
}

}

@media (max-width: 450px) {
  .header {
    padding: 20px 10px !important;
}
.theme-btn{
  font-size: 11px;
}
  .team-info {
    /* width: 165px;
    bottom: 20px; */
}
.recruiters img{
  height: 75px;
  width: auto;
}
}
@media (max-width: 400px) {
  .header nav{
    gap: 3px;
}
}
