.shadow-effect {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 20px;
    opacity: .2;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
    position:relative;
    z-index:1;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
    position: relative;
    z-index: 999;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    width: 700px;
    margin-left: -160px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: url('../img/bg2_navs.png') no-repeat;
    /*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: url('../img/bg2_nav.png') no-repeat;
            display: inline-block;
            width: 38px;
            height: 38px;
            margin: 0 10px;
            /*transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
        border-radius: 10px;
        */
        }

#customers-testimonials.owl-carousel .owl-nav .owl-prev {
    background: url('../img/bg2_pre.png') no-repeat;
    width: 81px;
    height: 81px;
    position:absolute;
    top:35%;
    left:0%;
}

#customers-testimonials.owl-carousel .owl-nav .owl-next {
    background: url('../img/bg2_next.png') no-repeat;
    width: 81px;
    height: 81px;
    position: absolute;
    top: 35%;
    right: 0%;
}

#customers-testimonials.owl-carousel .owl-nav .owl-prev:hover {
    background: url('../img/bg2_pres.png') no-repeat;
}

#customers-testimonials.owl-carousel .owl-nav .owl-next:hover {
    background: url('../img/bg2_nexts.png') no-repeat;
}
