
/** testimonial-section **/

.testimonial-section{
  padding: 125px 0px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
}

.testimonial-block-one .inner-box h2{
  display: block;
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 64px;
}

.testimonial-block-one .inner-box .author{
  position: relative;
  display: block;
  padding: 8px 0px 9px 90px;
}

.testimonial-block-one .inner-box .author .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author h5{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2px;
}

.testimonial-block-one .inner-box .author .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-section .owl-dots{
  position: relative;
  display: block;
  margin-top: 76px;
}

/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 140px 0px 290px 0px;
}

.testimonial-style-two .sec-title{
  margin-bottom: 91px;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  padding-top: 70px;
}

.testimonial-block-two .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 84px;
}

.testimonial-block-two .inner-box .text h3{
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: 400;
}

.testimonial-block-two .inner-box .author{
  position: relative;
  display: block;
  padding: 8px 0px 9px 90px;
}

.testimonial-block-two .inner-box .author .author-thumb{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author h5{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2px;
}

.testimonial-block-two .inner-box .author .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-style-two .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 50px;
}

.testimonial-style-two .dots-style-one .owl-dots .owl-dot span{
  margin: 0px 6px;
}

.testimonial-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/** testimonial-style-three **/


.testimonial-style-three{
  position: relative;
  padding: 160px 0px;
  background: #f3f4f9;
}

.testimonial-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-three .image-box{
  position: relative;
  max-width: 365px;
}

.testimonial-style-three .image-box img{
  width: 100%;
}

.testimonial-style-three .text h2{
  display: block;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 48px;
}

.testimonial-style-three .text h2:last-child{
  margin-bottom: 0px;
}

.testimonial-style-three .text{
  position: relative;
  display: block;
  margin-bottom: 86px;
}

.testimonial-style-three .author-info h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 6px;
}

.testimonial-style-three .author-info .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.project-section.style-two .owl-nav{
  top: 47%;
}