
/** testimonial-section **/

.testimonial-section{
  position: relative;
}

.testimonial-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 698px;
  height: 582px;
  background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 577px;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-section .sec-title{
  margin-bottom: 45px;
}

.testimonial-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 50px 60px 60px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
  max-width: 570px;
  margin-bottom: 40px;
}

.testimonial-block-one .inner-box .pattern{
  position: absolute;
  top: 10px;
  right: 0px;
  width: 560px;
  height: 376px;
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonial-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 60px;
  height: 40px;
  left: 0px;
  bottom: -39px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0px 0px);
}

.testimonial-block-one .inner-box .icon-box{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 160px;
  line-height: 90px;
  font-weight: 700;
  z-index: 1;
}

.testimonial-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 130px;
  height: 130px;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.testimonial-block-one .inner-box p{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 32px;
  z-index: 1;
}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  padding: 15px 0px 12px 125px;
}

.testimonial-block-one .inner-box .author-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 87px;
  height: 86px;
  background: #fff;
  padding: 7px;
}

.testimonial-block-one .inner-box .author-box .image-box img{
  width: 100%;
}

.testimonial-block-one .inner-box .author-box h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}