.header-style-one .header-lower .logo-box .logo {
  max-width: 122px;
  margin-left: -110px;
}
.header-style-one .main-box {
  background-color: #000000;
}
.header-style-one .header-lower .logo-box {
  margin-right: -70px;
  background-color: #000000;
}
.sticky-header .logo img {
  max-height: 106px !important;
}
section.slider-section {
    position: relative !important;
}
.main-menu .navigation > li {
  margin-right: 34px;
}
.main-menu .navigation > li > a {
  font-size: 16px;
}
.main-menu .navigation > li > ul {
  width: max-content;
}
.tg-header__top {
  background-color: #2771a6;
}
.mobile-menu .menu-box {
    z-index: 9999 !important;
    position: fixed;
}
.tg-header__top-info i {
  color: white !important;
  margin: 0 5px;
}
.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 34px !important;
  padding: 50px 0;
}
.main-menu .navigation > li > ul > li > a {
  text-transform: uppercase;
}
.about-section-two .experience {
  min-width: auto;
  background-color: black;
}
.main-footer .about-widget .logo img {
  max-width: 120px;
}
h2.words-slide-up.text-split {
  font-size: 65px;
  margin-top: 0;
}
.services-section .bg-image:before {
  background-color: #2771a6;
}
.btn-style-one.dark-bg {
  background-color: #000 !important;
}
.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
    z-index: 999999999999 !important;
}
.j11 {
  text-align: justify;
}
body {
  overflow-x: hidden;
}

.page-title:before {
  background: linear-gradient(230deg, #2771a6 0%, #000 55%);
}
.contact-details__info li .icon {
  width: 0px;
  height: 0px;
  padding: 25px;
}
@media (max-width: 768px) {
  .slider-section .item .cover .header-content h2 {
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #fff;
    line-height: 40px;
  }
  .about-section-two .experience {
    display: none !important;
  }
  .header-style-one .header-lower .logo-box .logo {
    max-width: 122px;
    margin-left: -70px;
  }
  .about-section-two .image-column .image-2 img {
    border: 10px solid var(--theme-color-white);
    border-width: 0;
    max-width: 100%;
    width: 100%;
  }
  .about-section-two .image-column .image-2 img {
    border: 10px solid var(--theme-color-white);
    border-width: 0;
    max-width: 100%;
    width: 100%;
  }
}
.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  margin-left: -95px;
  margin-top: -70px;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: pulse 1s infinite linear;
  background-image: url("./images/logo.png");
  content: "";
}
.service-sidebar .banner-widget .widget-content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: black !important;
}
.service-sidebar .banner-widget .content-box {
  z-index: 9;
}
.mobile-menu .nav-logo img {
  max-height: 137px;
}

.submenu {
  position: absolute;
  background-color: #fff;
  z-index: 1000;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none; /* Hide by default */
}
.fal, .fa-light {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    bottom: 3px;
}
.menu-item:hover .submenu {
  display: block; /* Show on hover */
}

.main-header .main-box .nav-outer {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-left: 150px;
  gap: 50px;
}
