
/** testimonial-section **/

.testimonial-section{
  position: relative;
}

.testimonial-section .image-layer{
  position: absolute;
  right: 400px;
  bottom: 0px;
  z-index: 1;
}

.testimonial-section .testimonial-content{
  position: relative;
  z-index: 2;
}

.testimonial-section .testimonial-content .text{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.testimonial-section .testimonial-content .text p{
  font-size: 17px;
  line-height: 32px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-weight: 600;
}

.testimonial-section .owl-nav{
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.testimonial-section .nav-style-one .owl-prev{
  margin-right: 10px;
}

.testimonial-section .testimonial-content .author-box{
  position: relative;
  padding: 8px 0px 6px 90px;
  min-height: 70px;
}

.testimonial-section .testimonial-content .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  background: #4a535d;
  width: 70px;
  height: 70px;
  padding: 5px;
  border-radius: 50%;
}

.testimonial-section .testimonial-content .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .testimonial-content .author-box h3{
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 0px;
}

.testimonial-section .testimonial-content .author-box .designation{
  position: relative;
  display: block;
  font-size: 15px;
  color: #c5c5c5;
}

.testimonial-section .sec-title{
  margin-bottom: 20px;
}

.testimonial-section .anim-icon .anim-icon-1{
  left: 200px;
  top: 275px;
  width: 12px;
  height: 13px;
}

.testimonial-section .anim-icon .anim-icon-2{
  left: 80px;
  bottom: 80px;
  width: 13px;
  height: 12px;
}

.testimonial-section .anim-icon .anim-icon-3{
  top: 180px;
  right: 470px;
  width: 13px;
  height: 12px;
}

.testimonial-section .anim-icon .anim-icon-4{
  right: 370px;
  bottom: 230px;
  width: 12px;
  height: 13px;
}

.testimonial-section .pattern-layer .pattern-1{
  position: absolute;
  left: 65px;
  top: 0px;
  width: 164px;
  height: 100px;
  background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: 180px;
  width: 50px;
  height: 150px;
  background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-3{
  position: absolute;
  top: 245px;
  left: 61%;
  width: 174px;
  height: 174px;
  background-repeat: no-repeat;
}