.navbar-light{
  background-color: #f5fcf8;
}
@media (max-width: 1200px) {
  .header-carousel-item1{
    display: flex;
    justify-content: center;
  }
}
.responsiveVideo{
  width: 100%;
}
@media (max-width: 1640px) {
  .responsiveVideo{
    width: auto;
    height: 100%;
  }
}

.carousel-caption{
  justify-content: center;
}
.cc-text-wrapper{
  display: flex;
  justify-content: start;
  width: 100%;
  max-width: 1320px;
  padding-inline: 12px;
  margin-inline: auto;
}
@media (max-width: 1399px) {
  .cc-text-wrapper{
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .cc-text-wrapper{
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cc-text-wrapper{
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cc-text-wrapper{
    max-width: 540px;
  }
}
@media (max-width: 560px) {
  .cc-text-wrapper{
    padding-inline: 27px;
  }
}

@media (max-width: 768px) {
  .insight-header{
    padding-block: 40px !important;
  }
}
@media (max-width: 992px) {
  .insight-header-title{
    padding-top: 0px !important;
  }
}
.page-special {
    height: 600px;
    background-color: white;
}

.earth-resp-video{
  width: 100%;
}

@media (max-width: 1390px) {
  .earth-resp-video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
}

.wow {
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}

@media (max-width: 768px) {
  .img_holder{
    display: none;
  }
}

@media (min-width: 1200px) {
  .footer-width-column-1{
    width: 29% !important;
  }
  .footer-width-column-3{
    width: 29% !important;
  }
}

.testimonial .testimonial-item {
  height: 475px;
}

.testimonial .testimonial-item .testimonial-text {
  height: 300px;
}

@media (max-width: 991px) {
  .testimonial .testimonial-item {
    height: 505px;
  }

  .testimonial .testimonial-item .testimonial-text {
    height: 330px;
  }
}

.faq-category-bar{
  color: #0152a6;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 40px 0 -10px;
  padding: 20px 0 0;
  border-top: 1px solid #0152a6;
}
.faq-category{
  color: #0152a6;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 40px 0 -10px;
  padding: 0;
}
