
.testimonial-section{
  background: #F1F9FF;
}

.testimonial-section .image-box{
  position: relative;
  display: block;
  padding-right: 160px;
  margin-right: -45px;
}

.testimonial-section .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.testimonial-section .image-box .image:before{
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.testimonial-section .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.testimonial-section .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.testimonial-section .image-box .thumb-box{
  position: absolute;
  top: 0px;
  right: 0px;
}

.testimonial-section .image-box .thumb-box li{
  position: relative;
  display: block;
  width: 130px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.testimonial-section .image-box .thumb-box li img{
  width: 100%;
  border-radius: 5px;
}

.testimonial-section .image-box .thumb-box li:last-child{
  margin-bottom: 0px;
}

.testimonial-section .testimonial-content p{
  display: block;
  font-size: 22px;
  line-height: 22px;
  line-height: 42px;
  margin-bottom: 20px;
}

.testimonial-section .testimonial-content .author-box{
  position: relative;
  display: block;
  padding: 8px 0px 8px 85px;
}

.testimonial-section .testimonial-content .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial-section .testimonial-content .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .testimonial-content .author-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.testimonial-section .testimonial-content .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
}

.testimonial-section .content-box{
  position: relative;
  display: block;
  margin-right: -230px;
}

.testimonial-section .owl-nav{
  position: absolute;
  right: 0px;
  bottom: 8px;
}

.testimonial-section .owl-nav button{
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #C7C7C7;
  font-weight: 400;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .owl-nav button:hover{
  color: var(--main-color);
}

.testimonial-section .owl-nav button.owl-prev{
  margin-right: 30px;
}

.testimonial-section .icon-layer{
  position: absolute;
  left: 40px;
  bottom: 280px;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding-top: 280px;
}

.testimonial-style-two .image-box{
  position: relative;
  display: block;
  padding-right: 100px;
}

.testimonial-style-two .image-box .image{
  position: relative;
  display: block;
  border-radius: 5px;
}

.testimonial-style-two .image-box .image img{
  width: 100%;
  border-radius: 5px;
}

.testimonial-style-two .content-inner .shape .shape-1{
  position: absolute;
  left: -118px;
  top: -45px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--main-color);
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}

.testimonial-style-two .content-inner .shape .shape-2{
  position: absolute;
  left: -61px;
  top: -5px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--main-color);
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.testimonial-style-two .content-inner .shape .shape-3{
  position: absolute;
  left: -110px;
  top: -62px;
  width: 150px;
  height: 150px;
  background: var(--white-color);
  border: 1px solid var(--main-color);
  border-radius: 50%;
  z-index: -1;
}

.testimonial-style-two .content-inner .shape .shape-4{
  position: absolute;
  left: -52px;
  top: -21px;
  width: 150px;
  height: 150px;
  background: var(--white-color);
  border: 1px solid var(--main-color);
  border-radius: 50%;
  z-index: -1;
  clip-path: polygon(0% 5%, 100% -2%, 100% 100%, 0% 100%, 0% 0%);
}

.testimonial-style-two .content-box{
  position: relative;
  display: block;
  margin-left: -70px;
}

.testimonial-style-two .content-box p{
  font-size: 22px;
  line-height: 42px;
  color: #8A90A2;
  margin-bottom: 15px;
}

.testimonial-style-two .content-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fbab58;
  margin-right: 8px;
}

.testimonial-style-two .content-box .rating li:last-child{
  margin: 0px;
}

.testimonial-style-two .content-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.testimonial-style-two .content-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
}

.testimonial-style-two .owl-nav{
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  margin-top: -32px;
}

.testimonial-style-two .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 69px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: var(--main-color);
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-nav button:hover{
  background: var(--title-color);
}

.testimonial-style-two .owl-nav button.owl-prev{
  left: -315px;
}

.testimonial-style-two .owl-nav button.owl-next{
  right: -315px;
}

.testimonial-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.testimonial-style-two.testimonial-page{
  padding-top: 130px;
}


/** testimonial-style-three **/

.testimonial-style-three{
  position: relative;
}

.testimonial-style-three .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-style-three .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-style-three .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-one{
  position: relative;
  display: block;
  margin-top: 42px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0px 30px 30px 30px;
}

.testimonial-block-one .inner-box .thumb-box{
  position: relative;
  display: inline-block;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  filter: drop-shadow(0px 4px 20px rgba(71, 51, 245, 0.2));
  margin-bottom: 25px;
  margin-top: -42px;
}

.testimonial-block-one .inner-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box p{
  font-size: 16px;
  margin-bottom: 22px;
}

.testimonial-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.testimonial-block-one .inner-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

























