/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 115px 0px 120px 0px;
}

.testimonial-section .sec-title{
  margin-bottom: 54px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  border: 1px solid #edeef2;
  background-color: #fff;
  padding: 50px 30px 50px 30px;
}

.testimonial-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  opacity: 0.2;
  margin-bottom: 19px;
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box:hover .icon-box{
  opacity: 1;
}

.testimonial-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.testimonial-block-one .inner-box .review-box{
  position: absolute;
  top: 60px;
  right: 30px;
  text-align: right;
}

.testimonial-block-one .inner-box .review-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
}

.testimonial-block-one .inner-box .review-box span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 14px;
  color: #83838b;
}

.testimonial-block-one .inner-box .text{
  position: relative;
  margin-bottom: 45px;
}

.testimonial-block-one .inner-box .text h3{
  font-size: 24px;
  line-height: 40px;
}

.testimonial-block-one .inner-box .text h3 span{

}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  display: block;
  padding: 5px 0px 4px 90px;
  min-height: 70px;
}

.testimonial-block-one .inner-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  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{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #83838b;
}

.testimonial-section.alternat-2{
  position: relative;
}

.testimonial-section.alternat-2:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 435px;
  left: 0px;
  top: 0px;
}

.testimonial-section.alternat-2 .sec-title h6{
  color: #fff;
}

.testimonial-section.alternat-2 .sec-title i{
  color: rgba(0, 0, 0, 0.1);
}

.testimonial-section.testimonial-page .testimonial-block-one .inner-box{
  margin-bottom: 30px;
}

.testimonial-section.testimonial-page .more-btn{
  padding-top: 40px;
}