.single-case-study header#site-header {
    display: none;
}



.client-logo-carousel-location .swiper-wrapper{
    transition-timing-function: linear !important
}



.client-logo-carousel-location {
  position: relative;
}

.client-logo-carousel-location::before,
.client-logo-carousel-location::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px; /* default fade width */
  z-index: 2;
  pointer-events: none;
}

.client-logo-carousel-location::before {
  left: 0;
  background: linear-gradient(90deg, #F0F6FB, transparent);
}

.client-logo-carousel-location::after {
  right: 0;
  background: linear-gradient(270deg, #E6EBFB, transparent);
}

/*  Tablet screens (<=1024px) */
@media (max-width: 1024px) {
  .client-logo-carousel-location::before,
  .client-logo-carousel-location::after {
    width: 80px;
  }
}

/*  Mobile screens (<=767px) */
@media (max-width: 767px) {
  .client-logo-carousel-location::before,
  .client-logo-carousel-location::after {
    width: 40px;
  }
}

/*  Extra small devices (<=480px) */
@media (max-width: 480px) {
  .client-logo-carousel-location::before,
  .client-logo-carousel-location::after {
    width: 25px;
  }
}


/*Technology Section*/
.carousel-fade-horizontal-slider-white .swiper-wrapper{
    transition-timing-function: linear !important
}
.carousel-fade-horizontal-slider-white {
  position: relative;
}

.carousel-fade-horizontal-slider-white::before,
.carousel-fade-horizontal-slider-white::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px; /* desktop fade width */
  z-index: 2;
  pointer-events: none;
}

/* Left fade */
.carousel-fade-horizontal-slider-white::before {
  left: 0;
  background: linear-gradient(90deg, #fff, transparent);
}

/* Right fade */
.carousel-fade-horizontal-slider-white::after {
  right: 0;
  background: linear-gradient(270deg, #fff, transparent);
}

/*  Tablet (≤1024px) */
@media (max-width: 1024px) {
.carousel-fade-horizontal-slider-white::before,
.carousel-fade-horizontal-slider-white::after {
    width: 80px;
  }
}

/*  Mobile (≤767px) */
@media (max-width: 767px) {
.carousel-fade-horizontal-slider-white::before,
 .carousel-fade-horizontal-slider-white::after {
    width: 40px;
  }
}

/*  Extra small (≤480px) */
@media (max-width: 480px) {
  .carousel-fade-horizontal-slider-white::before,
  .carousel-fade-horizontal-slider-white::after {
    width: 25px;
  }
}
