/** team-section **/

.team-section{
  position: relative;
  padding: 115px 0px 110px 0px;
}

.team-section .sec-title{
  margin-bottom: 54px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
}

.team-block-one .inner-box .designation{
  position: absolute;
  top: 30px;
  right: -145px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  transition: all 500ms ease;
}

.team-block-one .inner-box .designation h6{
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  max-width: 130px;
  margin: 0 auto;
  text-align: center;
}

.team-block-one .inner-box:hover .designation{
  right: -55px;
  opacity: 1;
  visibility: visible;
}

.team-block-one .inner-box .text{
  position: relative;
  display: block;
  padding-top: 23px;
}

.team-block-one .inner-box .text h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

.team-block-one .inner-box .text h4 a{
  display: inline-block;
  color: #52547c;
}

.team-block-one .inner-box .text h4 a:hover{

}

.team-block-one .inner-box .text .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.team-block-one .inner-box .text .social-links li:last-child{
  margin: 0px !important;
}

.team-block-one .inner-box .text .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #83838b;
  font-family: 'Open Sans', sans-serif;
}

.team-block-one .inner-box .text .social-links li a:hover{

}

.team-section.team-page .team-block-one .inner-box{
  margin-bottom: 41px;
}

.team-section.team-page .more-btn{
  position: relative;
  padding-top: 20px;
}/** 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;
}