.main-slider-one__bg {
  background: unset;
    background-image: unset;
  background-blend-mode: unset;
}

.main-slider-one__bg::before {
  background: rgba(9, 17, 43, 0.65);
}

.main-menu__list li.current:first-child {
    color: inherit;
    background: none;
}
.main-menu .main-menu__list > li.current > a, .stricky-header .main-menu__list > li.current > a{
  color: var(--cleanin-black);
}

.main-menu .main-menu__list > li.active > a, .stricky-header .main-menu__list > li.active > a{
 color: var(--cleanin-base);
}

.no-wrap {
    white-space: nowrap;
}
.about-four__content-customer {
  max-width: unset;
}
.page-header__bg {
  background-blend-mode: unset;
}

.gallery-one__single-icon {
  background: rgba(15, 44, 51, 0.68);
}

.brand-one__single-inner a img {
  opacity: 0.9;
}

/*added for contact us page keep same height dueto multiple locations */
@media (min-width: 1024px) {
    
    .contact-page__bottom-single .content {
      min-height: 194px;
    }
    .contact-page__bottom-inner ul li:first-child {
      padding-left: 55px;
    }
    .contact-page__bottom-inner ul li {
      padding-right: 55px;
      margin-right: 55px;
    }
    
    
}
