*{
  outline: 0;
}
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;    
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.owl-carousel .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.owl-carousel .item {
    text-align: center;
    padding: 50px;
    margin-bottom:20px;
    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;
}
.owl-carousel .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: 150px;
    margin: 0 auto 17px;
}
img.testim_avatar{
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    border-radius: 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 30px;
}
          