
.testimonial-section{
  position: relative;
}

.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;
}

.testimonial-block-one .inner-box .text-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
  padding: 40px 40px 33px 40px;
  margin-bottom: 32px;
}

.testimonial-block-one .inner-box .text-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 24px;
  height: 16px;
  left: 68px;
  bottom: -15px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.testimonial-block-one .inner-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 6px;
  font-size: 16px;
  color: #FF8A00;
}

.testimonial-block-one .inner-box .rating li:last-child{
  margin: 0px !important;
}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  display: block;
  padding: 14px 0px 14px 100px;
}

.testimonial-block-one .inner-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  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 h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.testimonial-section .nav-style-one .owl-prev{
  margin-right: 10px;
}

.testimonial-section .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 60px;
}

.testimonial-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
}

.testimonial-style-two .image-box{
  position: relative;
  display: block;
  margin-right: -190px;
}

.testimonial-style-two .image-box img{
  width: 100%;
}

.testimonial-style-two .sec-title{
  padding-left: 250px;
}

.testimonial-style-two .testimonial-block-one .inner-box{
  background: #fff;
  padding: 50px 30px 50px 50px;
  box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
}

.testimonial-style-two .testimonial-block-one .inner-box p{
  margin-bottom: 25px;
}

.testimonial-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-two .owl-nav{
  position: absolute;
  right: 0px;
  bottom: 40px;
  width: 1290px;
  margin: 0 auto;
  text-align: left;
}

.testimonial-style-two .owl-nav button{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #222;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-nav button.owl-prev{
  margin-right: 40px;
}

.testimonial-style-two .owl-nav button:hover{
  color: var(--theme-color);
}

.testimonial-style-two .owl-nav button.owl-prev:before{
  position: absolute;
  content: '';
  background: #222;
  width: 2px;
  height: 30px;
  top: -2px;
  right: -20px;
  border-radius: 5px;
}





































