
/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 125px 0px 130px 0px;
}

.testimonial-block .inner-box{
  position: relative;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.testimonial-block .inner-box .text{
  margin-bottom: 20px;
}

.testimonial-block .inner-box .text p{
  font-size: 35px;
  line-height: 55px;
  color: #222;
  font-weight: 300;
}

.testimonial-block .inner-box h3{
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.testimonial-block .inner-box h3 span{
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-left: 10px;
}

.testimonial-block .inner-box .author-thumb{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.testimonial-block .inner-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .sec-title{
  margin-bottom: 55px;
}

.testimonial-section .image-layer .image-1{
  position: absolute;
  left: 110px;
  bottom: 180px;
}

.testimonial-section .image-layer .image-2{
  position: absolute;
  right: 165px;
  top: 140px;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 145px 0px 140px 0px;
}

.testimonial-style-two .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-two .content-column{
  position: relative;
  float: left;
  width: 50%;
}

.testimonial-style-two .content-column .testimonial-content{
  position: relative;
  max-width: 690px;
  margin: 0 auto;
  padding: 0px 15px;
  text-align: center;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
}

.testimonial-block-two .inner-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin: 0px 4px;
}

.testimonial-block-two .inner-box .rating{
  margin-bottom: 15px;
}

.testimonial-block-two .inner-box h2{
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 35px;
}

.testimonial-block-two .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 19px;
}

.testimonial-block-two .inner-box h3 span{
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-left: 10px;
}

.testimonial-block-two .inner-box .image-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-style-two .content-column .testimonial-content .icon-layer .icon-1{
  position: absolute;
  left: 10px;
  top: -30px;
}

.testimonial-style-two .content-column .testimonial-content .icon-layer .icon-2{
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 100%;
}