.header-style-one .main-box .nav-outer .navigation > li > a {
  color: #121313;
}
.c11 {
  list-style: circle;
}
b,
strong {
  color: #333;
  font-weight: bold;
}
.j11 {
  text-align: justify;
}
.services-details__content p {
  margin-bottom: 0px;
}

.services-details__content h4,
h3,
h5 {
  margin-bottom: 5px;
  margin-top: 15px;
}
.tg-header__top {
  background: #df1119;
}
.header-top-one {
  display: flex;
  padding: 13px 0;
}
.header-style-one li,
a {
  color: white;
}
.tg-header__top li {
  padding: 0 15px;
}
.gap li a i {
  padding: 0 7px !important;
}
.button-71 {
  background-color: white;
  color: #df1119;
  padding: 12px 30px;
  border-radius: 5px;
}
.list-wrap {
  display: flex;
}
.button-71:hover {
  background-color: #0a0a0a;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 10px;
}
.testimonial-section .bg {
  top: -76px;
  height: calc(100% + 140px);
}
.tg-header__top {
  background: #d0a714;
}
.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
  background: #2771a6;
  /* color: white; */
}
.header-style-one .header-lower .logo-box {
  margin-right: -70px;
  background-color: #2771a6;
}
.header-style-one .main-box {
  padding-right: 20px;
  background-color: #2771a6;
}
.header-style-one .main-box .nav-outer .navigation > li > a {
  color: #fff;
}
.main-menu .navigation > li > a {
  color: #fff;
}

.contact-details__info li .icon:hover {
  color: #2771a6 !important;
}
.button-71 {
  background-color: white;
  color: #2771a6;
  padding: 12px 30px;
  border-radius: 5px;
}
.about-section-two .experience {
  background: #2771a6;
}
.contact-details__info li:hover .icon {
  background-color: #2771a6;
}
.service-list li a:hover i,
.service-list li a.current i {
  background-color: #ffc107;
}
.contact-list-two {
  padding: 60px 78px;
}
.slider-section .item img {
  width: 100%;
  height: 89% !important;
  object-fit: cover;
}
.about-section {
  position: relative;
  padding: 9px 0 60px;
  z-index: 2;
}
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: #ffffff;
}
.btn-style-one.dark-bg {
  background-color: #d8ad2a;
}
.sticky-header .mobile-nav-toggler {
  color: #fff;
}

@media (max-width: 768px) {
  .align-items-center {
    align-items: center !important;
  }
  #about{
      margin-top:0px !important;
  }
  .button-71 {
    background-color: white;
    color: #2771a6;
    padding: 12px 30px;
    border-radius: 5px;
    display: none;
  }
  .slider-section .item img {
    width: 100%;
    height: 70% !important;
    object-fit: cover;
  }
  .about-section {
    position: relative;
    padding: 0px 0 57px;
    z-index: 2;
  }
  .page-title .title {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 17px;
  }
  .mobile-nav-toggler {
    color: #fff;
  }
}
.main-menu .navigation > li > ul > li > a {
  width: max-content;
}
.main-footer .widgets-section .newsletter-widget {
  padding-left: 7px;
  padding-right: 0;
}
.logo-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.logo-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .h2-live {
    font-size: 22px;
    margin-top: 30px;
  }
}
.header-style-one .header-lower .logo-box {
  padding: 20px;
}
.sticky-header .logo img {
  max-height: 60px;
}
.services-section .bg-image {
  height: 100%;
}
.slider-h4 {
  line-height: 55px;
}
.pos-form {
  position: absolute;
  z-index: 99;
  top: 5%;
  right: 5%;
  background: white !important;
  padding: 50px;
  border-radius: 50px;
  max-width: 500px;
}

@media (max-width: 768px) {
  .pos-form {
    display: none;
  }
}

/* faq's */
.faq-container {
  max-width: 90%;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  cursor: pointer;
}

.faq-question {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-right: 20px;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 30px;
  color: #000;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-question::after {
  content: "-";
  font-size: 45px;
  color: #000;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  transition: max-height 0.3s ease;
}
.faq-item.open .faq-answer {
  max-height: 500px;
  margin-top: 10px;
  max-width: 70%;
}
@media (max-width: 768px) {
  .faq-container h1 {
    font-size: 32px;
  }
  .faq-container {
    width: 100%;
  }
  .faq-question {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    padding-right: 20px;
  }
  .faq-item.open .faq-answer {
    max-height: 500px;
    margin-top: 10px;
    max-width: 100%;
  }
}

.mission-values {
  padding: 60px 20px;
  text-align: center;
}

.mission-values h2 {
  font-size: 28px;
  color: #1a2d3b;
  margin-bottom: 40px;
}

.values-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.value-box {
  max-width: 300px;
  padding: 20px;
  text-align: center;
}

.icon {
  font-size: 32px;
  margin-bottom: 15px;
  color: #2c6e91;
}

.value-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.value-box p {
  font-size: 14px;
  color: #555;
}
h2.page-heading {
  font-size: 38px;
  line-height: 50px;
}
.slider-section .item .cover .header-content h2 {
  font-weight: 600 !important;
  font-size: 60px !important;
  color: #fff;
  line-height: 60px;
}
@media (max-width: 768px) {
  .slider-section .item .cover .header-content h2 {
    font-weight: 600 !important;
    font-size: 25px !important;
    color: #fff;
    line-height: 32px;
  }
}
.footer-top-shape {
  padding: 0 50px;
}
@media (max-width: 768px) {
  .footer-top-shape {
    padding: 0 20px;
  }
  h2.words-slide-up.text-split {
  font-size: 40px !important;
  margin-top: 25px;
}
.dropdown-menu {
    background-color: #2672a6;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
}
h2.words-slide-up.text-split {
  font-size: 32px;
  margin-top: 25px;
}
