.wave.wave-white {
  background-image: url("../images/wave_white.png");
  margin: 0vh 0 -20vh;
}
@media screen and (max-width: 768px) {
  .wave.wave-white {
    margin: 20px 0 -10vh;
    background-size: cover;
    width: 40px;
    height: 12px;
    padding: 0;
    background-repeat: no-repeat;
  }
}

.decs {
  width: 100%;
}

.testimonials-main-banner .item {
  background: linear-gradient(#fbfbfb, #dcdcdd);
  background-size: cover;
  background-position: 40%;
  background-attachment: fixed;
  height: calc(100vh - 146px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.testimonials-main-banner .item.item1 {
  background-image: url("../images/testimonial-banner-2-12-24.jpg");
}
@media screen and (max-width: 767px) {
  .testimonials-main-banner .item {
    height: calc(86vh - 116px);
  }
}
.testimonials-main-banner .imhere {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
}
.testimonials-main-banner .imhere p {
  font-size: 6rem;
  margin-bottom: 20px;
}
.testimonials-main-banner .carousel-control-next,
.testimonials-main-banner .carousel-control-prev {
  display: none;
}
@media screen and (max-width: 1600px) {
  .testimonials-main-banner .imhere {
    font-size: 2.6rem;
  }
  .testimonials-main-banner .imhere p {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .testimonials-main-banner .imhere {
    font-size: 1.6rem;
  }
  .testimonials-main-banner .imhere p {
    font-size: 2.2rem;
  }
}

/*# sourceMappingURL=testimonials.css.map */
