 .logo-slider {
  overflow: hidden;
  width: 100%;
  /*background: #fff;*/
  padding: 30px 0;
  position: relative;
}

.logo-track {
  display: flex;
  width: calc(200%);
  animation: scroll 25s linear infinite;
}

.brand-logo {
  min-width: 180px;
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo img {
  width: 100%;
  max-width: 200px;
  /*filter: grayscale(100%);*/
  /*opacity: 0.7;*/
  /*transition: 0.3s;*/
}

.brand-logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}


.service-bg {
    padding-bottom: 50px;
}


.ak-slider-hero-1 .swiper-slide-active .ak-hero.ak-style1 .ak-hero-featured .ak-hero-bg {
    position: relative;      
    opacity: 0.7;            
}

.ak-slider-hero-1 .swiper-slide-active .ak-hero.ak-style1 .ak-hero-featured::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    pointer-events: none;
}
.brand-logo {
    height: auto !important;
}

.features {
    position: relative !important;
    background-color: #063232 !important;
    z-index: 10 !important;
}
.feature-content {
    padding-top: 50px !important;
}
.feature-icon {
    background: white !important;
}
.feature-card .feature-body .feature-title {
    color: white !important;
}
.service-card .service-thumb img {
    height: 241px !important;
}
.hero-main-title{
    position: relative !important;
    left: 30px;
    color: #FFFFFF !important;
}
.hero-main-title-1.style-2{
    position: relative !important;
    left: 0px;
}
.feature-card .feature-desp
 {
    color: #ffffff !important;
}

.ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info {
  height: calc(100% - 150px);
}
.ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-main-title
 {
     font-size: 60px;
 }
 .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-main-title .hero-main-title-1 {
    font-size: 60px;
}

@media screen and (max-width: 767px) {
    .hero-main-title{
        font-size: 28px !important;
        left: 0px !important;
    }
    .hero-main-title-1.style-2{
        font-size: 30px !important;
        left: 0px !important;
    }
    .ak-slider-hero-1 {
        height: 50vh !important;
    }
    .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info {
      height: calc(100% - 90px) !important;
    }
}