.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  border:1px solid #ECECEC;
  box-shadow: 0 9px 28px rgba(0,0,0,0.10), 0 5px 2px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  height: 220px;
  overflow: hidden;
}
.testimonial-name {
  margin: 25px auto 0;
  width: auto;
  border-top: 1px solid #000;
 /* padding: 45px 15px 75px 15px;*/
 padding: 25px 15px 35px 15px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  /*box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);*/
}
.testimonial-name img {
    float: left;
    border-radius: 100%;
    margin-top: -7px !important;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    text-transform: capitalize;
}
.testimonial-name span{
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  margin: 6px 0 0 0;
}
#customers-testimonials .owl-item.active.center .item .testimonial-name {
    border-top: 1px solid #006a07;
    padding-bottom: 10px !important;
    padding-top: 25px !important;
}
#customers-testimonials .owl-stage{
  overflow: hidden !important;
  height: 480px !important;
}
#customers-testimonials .item {
  text-align: center;
  padding: 0;
  margin-bottom:45px;
  opacity: 0.8;
  -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.right.active, #customers-testimonials .owl-item.active, 
#customers-testimonials .owl-item.cloned.right.active{
  margin-left: -80px !important;
  margin-right: 80px !important;
}
#customers-testimonials .owl-item.left.active, #customers-testimonials .owl-item.cloned.active{
  margin-right: -80px !important;
  margin-left: 80px !important;
  z-index: 10 !important;
}
#customers-testimonials .owl-item.active.center{
  margin-left: -70px !important;
  margin-right: -70px !important;
  z-index: 100 !important;
  width: 630px !important;
}
/*#customers-testimonials .owl-item{
  margin-left: 0 !important;
  margin-right: 0 !important;
  z-index: 10 !important;
}*/
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  border-radius: 8px;
  background: #fff;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
  border: 1px solid #006a07;
  border-top: 26px solid #006a07;
}
#customers-testimonials .owl-item .shadow-effect{
  background: #f6f6f6;
  /*filter: blur(.13rem);*/
}
#customers-testimonials .owl-item.active.center .shadow-effect{
  background: #fff !important;
  filter: none !important;
  padding: 50px 50px 30px 50px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.10), 0 5px 2px rgba(0, 0, 0, 0.02);
}
#customers-testimonials.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
    background: #f0f0f0;
}
#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;
}
.owl-carousel .owl-item.{

}
#customers-testimonials.owl-carousel .owl-nav{
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-nav button.owl-next, 
#customers-testimonials.owl-carousel .owl-nav button.owl-prev{
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.1);
  font-size: 27px;
  height: 35px;
  color: #2d2d2d;
  width: 35px;
  line-height: 15px;
  border-radius: 70px;
  position: absolute;
  bottom: 55%;
}
#customers-testimonials.owl-carousel .owl-nav button.owl-next{
  right: 26%;
}
#customers-testimonials.owl-carousel .owl-nav button.owl-prev{
  left: 27%;
}
#customers-testimonials.owl-carousel .owl-nav button.owl-next span, 
#customers-testimonials.owl-carousel .owl-nav button.owl-prev span{
  display: none;
}
#customers-testimonials.owl-carousel .owl-nav button.owl-next:before{
  content: '\f105';
  font-family: 'FontAwesome';
}
#customers-testimonials.owl-carousel .owl-nav button.owl-prev:before{
  content: '\f104';
  font-family: 'FontAwesome';
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
/*---*/
@media(max-width:1600px){
  #customers-testimonials .owl-item.active.center{
    width: 600px !important;
  }
}
@media(max-width:1366px){
    #customers-testimonials .owl-item.active.center {
      width: 580px !important;
    }
}
@media(max-width:1300px){
    #customers-testimonials .owl-item.active.center {
      width: 555px !important;
    }
}
@media(max-width:1200px){
    #customers-testimonials .owl-item.active.center {
      width: 510px !important;
    }
    #customers-testimonials .owl-item.active.center .shadow-effect{
      padding: 30px 40px 30px 40px;
    }
    #customers-testimonials.owl-carousel .owl-nav button.owl-prev {
      left: 25%;
    }
    #customers-testimonials.owl-carousel .owl-nav button.owl-next {
      right: 25%;
    }
    #customers-testimonials .shadow-effect p{
      font-size: 16px;
    }
    #customers-testimonials .owl-item.active.center .item .testimonial-name{
      font-size: 15px;
      line-height: 20px;
    }

}
@media(max-width:1100px){
      #customers-testimonials .owl-item.active.center {
        width: 480px !important;
    }
    #customers-testimonials .shadow-effect p {
      font-size: 15px;
    }
}
@media(max-width:1024px){
  #customers-testimonials .owl-item.left.active, #customers-testimonials .owl-item.cloned.active {
    margin-right: -20px !important;
    margin-left: 20px !important;
    z-index: 10 !important;
  }
  #customers-testimonials .owl-item.right.active, #customers-testimonials .owl-item.active, 
  #customers-testimonials .owl-item.cloned.right.active {
    margin-left: -20px !important;
    margin-right: 20px !important;
  }
  #customers-testimonials .owl-item.active.center {
    width: 460px !important;
  }
}
@media(max-width:1000px){
  .container{
    width: 100%;
  }
  #customers-testimonials .owl-stage {
    overflow: hidden !important;
    height: 500px !important;
  }
  #customers-testimonials.owl-carousel .owl-nav button.owl-next {
    right: 22%;
  }
}
@media(max-width:900px){
  #customers-testimonials.owl-carousel .owl-nav button.owl-next {
    right:21%;
  }
  #customers-testimonials.owl-carousel .owl-nav button.owl-prev {
    left: 21%;
  }
  #customers-testimonials .owl-item.left.active, #customers-testimonials .owl-item.cloned.active{
    margin-left: 55px !important;
  }
  #customers-testimonials .owl-item.active.center {
      width: 440px !important;
      margin-left: -120px !important;
      margin-right: -20px !important;
  }
  #customers-testimonials .owl-item.right.active, #customers-testimonials .owl-item.active, 
  #customers-testimonials .owl-item.cloned.right.active {
    margin-left: -120px !important;
     margin-right: 50px !important;
  }
  #customers-testimonials .owl-item.active.center .shadow-effect {
     padding: 30px 30px 30px 30px;
  }
  #customers-testimonials .owl-item.active.center .item .testimonial-name{
    padding-bottom: 30px !important;
  }
}
@media(max-width:800px){
    #customers-testimonials .owl-item.active.center {
      width: 420px !important;
      margin-left: -100px !important;
      margin-right: -20px !important;
  }
  #customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 12px;
    line-height: 1.3;
    margin: 10px 0 17px 0;
    font-weight: 400;
  }
  #customers-testimonials .owl-item.active.center .shadow-effect p{
    margin: 0px 0 5px 0;
    height: 180px;
    font-size: 15px;
  }
  #customers-testimonials .owl-item.active.center .shadow-effect{
    padding-bottom: 60px;
  }
  #customers-testimonials .owl-item.left.active, #customers-testimonials .owl-item.cloned.active {
        margin-left: 30px !important;
  }
  #customers-testimonials.owl-carousel .owl-nav button.owl-next {
    right:18%;
  }
  #customers-testimonials.owl-carousel .owl-nav button.owl-prev {
    left: 18%;
  }
  .testimonial-name{
    font-size: 13px;
    line-height: 16px;
  }
  #customers-testimonials.owl-carousel .owl-item img{
    height: 60px;
    width: 60px;
  }
  .testimonial-name img{
    margin-top: 0;
  }
  #customers-testimonials .owl-item.right.active, #customers-testimonials .owl-item.active,
  #customers-testimonials .owl-item.cloned.right.active {
        margin-left: -80px !important;
        margin-right: 40px !important;
  }
}
@media(max-width:768px){
  .container{
    width: 100%;
  }
  #customers-testimonials.owl-carousel .owl-nav button.owl-next {
      right: 16%;
  }

}
@media(max-width:700px){
  /*#customers-testimonials .owl-item.active.center{
    width: 13% !important;
    margin-left: -50px !important;
    margin-right: -40px !important;
  }
  #customers-testimonials.owl-carousel .owl-nav button.owl-next{
    right: 24%;
  }
  #customers-testimonials.owl-carousel .owl-nav button.owl-prev{
    left: 23%;
  }*/
}
@media(max-width:600px){
  #customers-testimonials.owl-carousel .owl-nav button.owl-prev {
    left: 11%;
  }
  #customers-testimonials.owl-carousel .owl-nav button.owl-next {
    right: 11%;
  }
  #customers-testimonials .owl-item.active.center {
      width: 380px !important;
      margin-left: -60px !important;
      margin-right: -40px !important;
  }
  #customers-testimonials .owl-item.active.center .shadow-effect {
      padding: 40px 30px;
  }

}
@media(max-width:550px){
  #customers-testimonials.owl-carousel .owl-nav button.owl-next{
    right: 2%;
    bottom: 60%;
  }
  #customers-testimonials.owl-carousel .owl-nav button.owl-prev{
    left: 2%;
    bottom: 60%;
  }
  #customers-testimonials .owl-item.active.center .shadow-effect {
      padding-bottom: 60px;
  }
  #customers-testimonials .owl-item.active.center {
      width: 305px !important;
      margin-left: -60px !important;
      margin-right: -40px !important;
  }
  #customers-testimonials .owl-item.active.center .shadow-effect p{
    font-size: 14px;
  }
  #customers-testimonials .owl-item.active.center .shadow-effect {
    padding: 60px 20px 60px 20px;
  }
  #customers-testimonials .item{
    margin-bottom: 5px;
  }
}
@media(max-width:470px){
   
}