/*  Code By Webdevtrick ( https://webdevtrick.com )  */

.shadow-effect {
    background: #fff;
    padding: 20px 0px;
    /*border-radius: 4px;*/
    text-align: left;
    /*border:1px solid #ECECEC;
            box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);*/
}
#testimonials-list{
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 30px;
}

#testimonials-list .shadow-effect p {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: 20px auto 10px;
    display: table;
    width: auto;
    /*background: #3190E7;*/
    padding: 9px 10px;
    /*border-radius: 12px;*/
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    /*box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);*/
}

#testimonials-list .item {
    text-align: center;
    padding: 0px !important;
    margin-bottom: 10px;
    opacity: 0.5;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}
#testimonials-list .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
}
#testimonials-list.owl-carousel .owl-dots .owl-dot.active span,
#testimonials-list.owl-carousel .owl-dots .owl-dot:hover span {
    background: #aaa;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#testimonials-list.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#testimonials-list.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
#testimonials-list.owl-carousel .owl-dots .owl-dot span {
    background: #ddd;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    border-radius: 100px;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 150px;
    margin: 0 auto;
    -webkit-transform-style: preserve-3d;
}
