
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

#customers-testimonials .item {
    text-align: center;
    padding: 20px;
        margin-bottom:80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
  .testimonial-section{
      background: #1989e9;
  }
  .testimonial-author-data{
        display: flex;
   align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
 .testimonial-author-data .image{
     
    margin-right: 15px;
    margin-top: 15px;

  }
  .testimonial-name{
      text-align: left;
  }
  .testimonial-name .name{
  font-weight: bold;
  }
  .testi-content{
  font-size: 30px;
    font-weight: bold;
    line-height: 36px;
  }

#customers-testimonials .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.owl-nav .owl-prev{
    margin-left: -22%;
      position: absolute;
    top: -100%;
}
.owl-nav .owl-next{
    margin-left: 18%;
      position: absolute;
    top: -100%;
}
.owl-nav .owl-prev span{
content:'';
  background-image:url('https://8739677.fs1.hubspotusercontent-na1.net/hubfs/8739677/left-arrow.png');
      width: 61px;
    height: 36px;
    display: block;
    background-size: auto;
    background-repeat: no-repeat;
      font-size: 0px;
}
.owl-nav .owl-next span{
content:'';
  background-image:url('https://8739677.fs1.hubspotusercontent-na1.net/hubfs/8739677/right-arrow.png');
      width: 61px;
    height: 36px;
    display: block;
    background-size: auto;
    background-repeat: no-repeat;
      font-size: 0px;
}
.owl-nav button{
outline:none;
}
@media screen and (max-width: 767px) {
  #customers-testimonials .owl-nav{
      bottom: 20%;
    top: inherit;
  }
  .owl-nav .owl-next, .owl-nav .owl-prev{
     left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .owl-nav .owl-prev span, .owl-nav .owl-next span{
      margin: 0 auto;
  }
  .owl-nav .owl-next{
      left: 70px;
  }
  .owl-nav .owl-prev{
  right: 70px;
  }
}