.shadow-effect {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  text-align: left;
  /* border: 1px solid #ececec; */
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#customers-testimonials .shadow-effect p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 17px 0;
  font-weight: 400;
}
/* .testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190e7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
} */
#customers-testimonials .item {
  text-align: center;
  padding: 20px;
  margin-bottom: 10px;
  opacity: 1;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
#customers-testimonials .owl-item.active.center .shadow-effect {
  background-color: var(--primary-dark);
}
#customers-testimonials .owl-item.active.center .shadow-effect p {
  color:var(--white)
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190e7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190e7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
.testimonial-name-wrapper {
  display: flex;
  align-items: center;
}
.testimonial-name-wrapper .testimonial-img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  line-height: 100px;
  margin-right: 10px;
  align-items: center;
  display: flex
;
  img {
    width: 100%;
	margin: 0px !important;
  }
}
.testimonial-name-wrapper .testimonial-name p {
  padding: 0px;
  font-size: 14px !important;
  margin: 0px !important;
  font-weight: 600 !important;
  span {
	font-size: 14px;
	font-weight: 400 !important;
  }
}
.rating-wrapper {
  width: 20px;
  display: flex;
  img {
    width: 1020px;
    height: 20px;
  }
}


@media (max-width: 600px) {
  #customers-testimonials .item {
    padding: 10px;
  }
}