/** testimonial-section **/

.testimonial-section{
    position: relative;
    padding: 115px 0px 70px 0px;
  }
  
  .testimonial-section .sec-title{
    margin-bottom: 10px;
  }
  .testimonial-section .owl-stage-outer {
    overflow: visible;
  }
  .testimonial-section .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 500ms ease;
  }
  .testimonial-section .owl-stage-outer .owl-item.active {
    opacity: 1;
  }
  .testimonial-section .testimonial-block-one{
    position: relative;
    margin: 30px 0px 50px 0px;
  }
  
  .testimonial-block-one .inner-box{
    position: relative;
    display: block;
    background: #fff;
    padding: 64px 50px 74px 70px;
    box-shadow: 0 5px 30px rgba(0,0,0,.05);
  }
  
  .testimonial-block-one .inner-box .icon-box{
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  
  .testimonial-block-one .inner-box .author-box{
    position: relative;
    padding: 10px 0px 4px 95px;
  }
  
  .testimonial-block-one .inner-box .author-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
  
  .testimonial-block-one .inner-box .author-box .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  .testimonial-block-one .inner-box p{
    margin-bottom: 26px;
  }
  
  .testimonial-block-one .inner-box .author-box h5{
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  
  .testimonial-block-one .inner-box .author-box span{
    position: relative;
    display: block;
    margin: 0px;
  }
  
  .testimonial-section .owl-nav{
    position: absolute;
    top: -76px;
    right: 0px;
  }
  
  .testimonial-section .owl-nav .owl-prev,
  .testimonial-section .owl-nav .owl-next{
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    background: #ffefe7;
    border-radius: 5px;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .testimonial-section .owl-nav .owl-prev{
    margin-right: 20px;
  }
  
  .testimonial-section .owl-nav .owl-prev:hover,
  .testimonial-section .owl-nav .owl-next:hover{
    color: #fff;
  }
  
  .bg-color-2{
    background: #fbe9e9;
  }
  

  .testimonial-section .icon-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center;
    left: 0px;
    top: 0px;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
  }
  
  .mr-0{
    margin: 0px !important;
  }
  
  .testimonial-section.alternate-2{
    padding-bottom: 170px;
    margin-bottom: -100px;
  }
  

  .testimonial-page-section{
    position: relative;
    padding: 120px 0px 80px 0px;
  }
  
  .testimonial-page-section .testimonial-block-one .inner-box{
    margin-bottom: 40px;
  }
  