/*--------------------------------------------------------------
  # CSS
  --------------------------------------------------------------*/
.partner-testimonials-section {background: rgb(241,241,241);background: linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(241,241,241,0.5) 70%);}
.testimonials-item { background-color: #fff; border-radius: 14px; -webkit-border-radius: 14px; -moz-border-radius: 14px; -ms-border-radius: 14px; -o-border-radius: 14px; padding: 55px 25px 90px 25px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;min-height: 395px; position: relative;}
.testimonials-item h4 {font-size: 18px; color: #0085D3;margin-bottom: 0;margin-top: 30px;}
.testimonials-item p {font-size: 16px;}
.testimonials-item p:last-child{margin-bottom: 0;}
.partner-testimonials-carousel .slick-list {padding: 40px 0 40px 0;}
.testimonials-item .qoute-img {position: absolute;top: -20px;left: 40px;}
.testimonial-img { position: absolute; top: -85px; right: 30px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; width: 120px;height: 120px;}

.carouselbottom .slick-custom-arrow-left {top: auto;bottom: 0;left: 0;right: auto;}
.carouselbottom .slick-custom-arrow-right {top: auto;bottom: 0;left: auto;right: 0;}
.carouselbottom .slick-dots {bottom: 0;}
.carouselbtn-wrap {position: absolute;left: 0;bottom: 0;z-index: 1;width: 35%;}
.tcarousel-dots {position: absolute;width: 35%;left: 0;bottom: 40px;}
.carouselbottom {position: relative;left: 150px;top: 50px;}
.carouselbottom .slick-custom-arrow img {border: 1px solid transparent;}
.carouselbottom .slick-custom-arrow:hover img {background-color: transparent;border: 1px solid #0085D3;}
.carouselbottom .slick-dots li button:hover:before, .carouselbottom .slick-dots li button:focus:before {color: #0085D3;}
.carouselbottom .slick-dots li {margin: 0;}
.partner-testimonials-section .common-title-wrap {padding-top: 10rem;}
.common-title-wrap .highlight {font-size: 25px;line-height: 30px;color: #0085D3;}
.common-title-wrap .highlight a {color: #0085D3;}
.careers-row {display: flex;align-items: center;justify-content: center; gap: 10px;flex-direction: row;}
.careers-row img {width: 100%;}
.double-imgwrap {display: flex;flex-wrap: wrap;gap: 20px;/*flex-direction: column;*/}
.marquee-outer {position: relative;overflow: hidden;}

.logos-wrap{    position: ABSOLUTE;
  z-index: 9;
  bottom: 0px;
  left: 25px;
  height: 100px;
  align-items: center;
  display: flex;
}
.logos-wrap img{ max-height: 62px;}

/* .marquee__inner {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 15s linear infinite;
  -webkit-animation: marquee 15s linear infinite;
  width: 140%;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
} */


.marquee__wrapper {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  position: relative;
  width: 100%;
}
.marquee__inner {
  display: flex;
  width: 450%; /* Ensures smooth looping */
}
.marquee__inner {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  position: relative;
}

.marquee__track {
  display: flex;
  will-change: transform;
  flex-wrap: nowrap;
  gap: 20px;
  animation: marqueeScroll 20s linear infinite;
}

.marquee__part {
  flex: 0 0 auto;
  /* padding: 10px; */
  min-width: 200px;
}

/* Keyframes for infinite scrolling */
@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


.marquee__track:hover {animation-play-state: paused;}
.testimonials-item-inner {overflow-y: auto;height: 260px;padding-right: 10px;}
.testimonials-item-inner::-webkit-scrollbar {
  width: 5px;
}

.testimonials-item-inner::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.testimonials-item-inner::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d; 
}



.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}


#overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
#overlay .holder {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#overlay .holder img {
  width: 100%;
  max-width: 600px;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
}
#overlay .holder p {
  color: #ffffff;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 10px;

  display: none;
}
#overlay .holder .nav {
  max-width: 600px;
  margin: 0 auto;
  font-size: 14px;
}
#overlay .holder .nav a {
  color: white;
  opacity: 0.3;
  -webkit-user-select: none;
  cursor: pointer;
}
#overlay .holder .nav a:hover {
  opacity: 1;
}
#overlay .holder .nav #next, #overlay .holder .nav #prev {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
  font-size: 40px;
}
#overlay .holder .nav #next span, #overlay .holder .nav #prev span {
  top: 50%;
  transform: translateY(50%);
  position: relative;
}
#overlay .holder .nav #next {
  right: 0;
  text-align: right;
  display: none;
}
#overlay .holder .nav #prev {
  left: 0;
  text-align: left;
  display: none;
}
#overlay .holder .nav #close {
  right: -30px;
  top: 15%;
  font-size: 50px;
  opacity: 1;
  z-index: 1000000;
  position: absolute;
  text-align: left;
  box-sizing: border-box;
}
#overlay .holder .nav #close:hover {
  opacity: 1;
}

.lightbox_img {position: relative;overflow: hidden;}
.lightbox_img a {cursor: default;}

.overlay-impop {
  background: rgba(0, 0, 0, 0.70);
  text-align: center;
  padding: 45px 0 66px 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-impop img {height: 40px;}
.lightbox_img:hover .overlay-impop {
  opacity: 1;
  display: none;
}
.common-title-wrap .highlight, .common-title-wrap .highlight a {font-size: 18px;line-height: 24px;}

/*--------------------------------------------------------------
  # Responsive CSS
  --------------------------------------------------------------*/


@media screen and (min-width: 1680px) {
  

}
@media screen and (max-width: 1440px) { 
 
}

@media screen and (max-width: 1366px) { 

}

@media screen and (max-width: 1280px) {
 

}


@media screen and (max-width: 767px) {
  .bannerWrapper .bgWrapper figure img {object-position: right;}
  .testimonials-item-inner {height: 420px;}
  }
  @media screen and (max-width: 360px) {
  
  }
  
  @media screen and (max-width: 991px) {

  
  }
  
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {



  
  }
  
  @media only screen and (min-width: 851px) and (max-width: 992px) {

  
  }


@media screen and (max-width: 992px) {
  .halfslide-carousel {width: 190%;}
  .carouselbottom {left: 0;}
  .carouselbtn-wrap {width: 100%;}
  .tcarousel-dots {width: 100%;}
  .marquee__inner {width: 210%;}
  .partner-testimonials-section .common-title-wrap {padding-top: 0;}
  
}
@media screen and (max-width: 1024px) {}
@media only screen and (min-width: 320px) and (max-width: 992px) {}
@media only screen and (min-width: 375px) and (max-width: 384px) {}
@media only screen and (min-width: 360px) and (max-width: 374px) {}
@media only screen and (min-width: 400px) and (max-width: 650px) {}
@media only screen and (min-width: 411px) and (max-width: 450px) {}
@media only screen and (min-width: 390px) and (max-width: 410px) {}

@media only screen and (min-width: 810px) and (max-width: 850px) {
 


}

@media only screen and (min-width: 1024px) and (max-width: 1080px) {
 
  
}


@media only screen and (min-width: 1280px) and (max-width: 1300px) {}




  @media only screen and (min-width: 1349px) and (max-width: 1439px) {}



  @media only screen and (min-width: 1440px) and (max-width: 1445px) {
  
    
  }

@media screen and (min-width: 1920px) {
 

}
@media only screen and (min-width: 1600px) and (max-width: 1679px) {

}
@media only screen and (min-width: 1680px) and (max-width: 1685px) {

}



@media screen and (max-width: 320px) {
}

@media screen and (max-width: 320px) {
}
@media screen and (max-width: 992px) {
  


}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
}




@media all and (min-width: 992px) {
  

 
}

@media screen and (max-width: 640px) {
}

@media all and (min-width: 992px) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 1280px) and (max-width: 1300px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 1024px) and (max-width: 1080px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 1920px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (max-width: 767px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
  }
}

@media (prefers-reduced-motion: reduce) {
  
}

@media only screen and (max-width: 640px) {

}