
/** testimonial-section **/

.testimonial-section{
  position: relative;
      background-color: #f5edfb;
}

.testimonial-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(205, 192, 192, 0.15);
  border-radius: 20px;
  overflow: hidden;
  padding:25px 20px;
}

.testimonial-block-one .inner-box .icon-box{
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 85px;
    color: rgb(242 234 248);
}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  display: block;
  padding: 3px 0px 0px 110px;
  margin-bottom: 25px;
}

.testimonial-block-one .inner-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h3{
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: var(--secondary-color);
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.testimonial-block-one .inner-box .author-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #ffb526;
  margin-right: 4px;
}

.testimonial-block-one .inner-box .text-box p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    font-style: italic;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.testimonial-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 250px;
  width: 252px;
  height: 291px;
  background-repeat: no-repeat;
}



/** RTL-CSS **/

.rtl .testimonial-block-one .inner-box{
  text-align: right;
}

.rtl .testimonial-block-one .inner-box .icon-box{
  right: inherit;
  left: 53px;
}

.rtl .testimonial-block-one .inner-box .author-box{
  padding-left: 0px;
  padding-right: 110px;
}

.rtl .testimonial-block-one .inner-box .author-box .author-thumb{
  left: inherit;
  right: 0px;
}

.rtl .testimonial-block-one .inner-box .author-box .rating li{
  float: right;
  margin-right: 0px;
  margin-left: 4px;
}


/** RESPONSIVE-CSS **/

@media only screen and (max-width: 1599px){
  



@media only screen and (max-width: 1200px){



}

@media only screen and (max-width: 991px){



}

@media only screen and (max-width: 767px){

  .testimonial-section .nav-style-one .owl-nav{
    display: none;
  }

}

@media only screen and (max-width: 599px){

  

}

@media only screen and (max-width: 499px){

  .testimonial-block-one .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-block-one .inner-box .icon-box{
    display: none;
  }

}












































