/*** 
=============================================
   Testimonial Style1 Css
=============================================
***/
.testimonials-style1 {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  overflow: hidden;
  z-index: 10;
}

.testimonials-style1 .shape2 {
  position: absolute;
  top: -85px;
  left: 0;
  z-index: -1;
}

.testimonials-style1 .shape3 {
  position: absolute;
  top: -103px;
  right: 0;
  z-index: -1;
}

.single-testimonials-style1 {
  position: relative;
  display: block;
  padding-top: 25px;
}

.single-testimonials-style1 .quote-box {
  position: absolute;
  top: 0;
  right: 70px;
  z-index: 5;
}

.single-testimonials-style1 .quote-box span {
  position: relative;
  display: block;
  line-height: 0;
}

.single-testimonials-style1 .quote-box span:before {
  color: #831d71;
  font-size: 65px;
  line-height: 65px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-testimonials-style1__inner {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 4px 51px 0px rgba(0, 0, 0, 0.1);
  padding: 70px 60px 63px;
  border-radius: 8px;
  transition: all 0.5s ease;
  z-index: 1;
}

.single-testimonials-style1__inner .shape1 {
  position: absolute;
  right: -90px;
  bottom: 12px;
  z-index: -1;
}

.single-testimonials-style1__inner .shape1 span {
  color: #f8f6f0;
  font-size: 170px;
  transition: color 0.5s ease;
  transition: all 0.5s ease;
}

.single-testimonials-style1:hover
  .single-testimonials-style1__inner
  .shape1
  span {
  color: #f6a56e;
}

.single-testimonials-style1 .text-box {
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.single-testimonials-style1 .text-box p {
  margin: 0;
}

.single-testimonials-style1 .customer-info {
  position: relative;
  display: block;
}

.single-testimonials-style1 .customer-info h3 {
  color: #f6a56e;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.single-testimonials-style1 .customer-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.testimonial-style1-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-style1-carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 500ms ease,
    visibility 500ms ease;
}

.testimonial-style1-carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------
Testimonial Page One Css
-----------------------------------------*/
.testimonials-page-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 60px;
  z-index: 1;
}

.testimonials-page-one .single-testimonials-style1 {
  margin-bottom: 60px;
}
