/** testimonial-style-two **/

.testimonial-style-two{
    position: relative;
    padding: 115px 0px 70px 0px;
  }
  
  .testimonial-style-two .testimonial-inner{
    position: relative;
    margin: 0px -20px;
  }
  
  .testimonial-style-two .testimonial-content{
    position: relative;
    margin: 20px 20px 50px 20px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box{
    position: relative;
    display: block;
    padding: 32px 30px 22px 30px;
    border: 1px solid #e3e3e3;
    transition: all 500ms ease;
  }
  
  .testimonial-style-two .testimonial-content .inner-box:hover{
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  }
  
  .testimonial-style-two .testimonial-content .inner-box .quote-box{
    position: absolute;
    top: -16px;
    right: 20px;
    background: #fff;
    width: 75px;
    font-size: 60px;
    line-height: 60px;
    color: #e4e4e4;
    text-align: center;
    transition: all 500ms ease;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .rating-box{
    position: relative;
    display: block;
    margin-bottom: 16px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .rating-box li{
    position: relative;
    display: inline-block;
    font-size: 14px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box h4{
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box p {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #5a5a68;
    font-weight: 600;
    margin-bottom: 32px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box{
    position: relative;
    display: block;
    padding: 10px 0px 10px 20px;
    background: #f6f6f6;
    margin-bottom: 23px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box:before{
    position: absolute;
    content: '';
    background: #f6f6f6;
    width: calc(100% + 50px);
    height: 100%;
    right: -50px;
    top: 0px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box:after {
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 20px;
    height: 25px;
    top: -25px;
    right: -50px;
    clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box .box{
    position: relative;
    display: block;
    padding: 4px 0px 6px 80px;
    min-height: 60px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box .box .image-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box .box .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box .box h4{
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 6px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box .box .designation{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #5a5a68;
    margin: 0px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .share-box{
    position: relative;
    display: inline-block;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .share-box a.share-btn {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #5a5a68;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    margin: 0px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .share-box a.share-btn i{
    margin-right: 10px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .share-box .social-links{
    position: absolute;
    display: inline-block;
    left: 0px;
    bottom: -25px;
    width: 120px;
    height: 20px;
    background: transparent;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .share-box:hover .social-links{
    bottom: -12px;
    opacity: 1;
    visibility: visible;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .share-box .social-links li{
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .share-box .social-links li a{
    font-size: 13px;
    color: #5a5a68;
  }
  
  .testimonial-style-two .sec-title{
    margin-bottom: 42px;
  }

  .testimonial-page-section{
    padding: 150px 0px 50px 0px;
  }
  
  .testimonial-page-section .testimonial-content{
    margin: 0px 20px 70px 0px;
  }
  
  .testimonial-page-section .testimonial-content .inner-box .quote-box{
    right: 30px;
    top: -30px;
    font-size: 30px;
    color: #fff !important;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
  }
  
  .testimonial-page-section .testimonial-content .inner-box:hover{
    border-color: #fff;
  }
  