:root {
  --colour-black: #111827;
  --colour-orange: #ec8460;
  --colour-orange-darker-1: #ce6d4b;
  --colour-orange-darker-2: #b25433;
  --colour-lightorange: #f5ba7b;
  --colour-yellow: #f3d467;
  --colour-green: #b7c665;
  --colour-light-blue: #97cdc7;
  --colour-violet: #7c8fb6;
  --colour-primary: var(--colour-orange);
  --colour-primary-darker: var(--colour-orange-darker-1);
  --colour-primary-darker2: var(--colour-orange-darker-2);
  --colour-secondary: var(--colour-green);
  --flexi-card-img-ratio: 70%;
}

#customer-testimonials {
  /*
  .owl-carousel .owl-item img {
      transform-style: preserve-3d;
      max-width: 90px;
      margin: 0 auto 17px;
  }
  */
}
#customer-testimonials .item {
  text-align: center;
  margin-bottom: 80px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customer-testimonials .item .shadow-effect {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#customer-testimonials .item .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
#customer-testimonials .item .shadow-effect .img-wrapper {
  position: relative;
  padding: 0 0 var(--flexi-card-img-ratio);
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
#customer-testimonials .item .shadow-effect .img-wrapper > .absolute-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#customer-testimonials .item .shadow-effect .img-wrapper > .absolute-fill > img {
  display: none;
}
#customer-testimonials .item .shadow-effect .text-wrapper {
  padding: 1em;
  font-style: italic;
}
#customer-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
#customer-testimonials .testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: var(--colour-green);
  padding: 9px 1.3em;
  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);
}
#customer-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customer-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190e7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customer-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customer-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customer-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;
}

/*# sourceMappingURL=testimonial-slider.css.map */
