.owl-stage {
    padding-top: 15px;
    padding-bottom: 15px;
}

.testimonials-img {
    padding: 0;
}

.testimonials-img > img {
    margin: 0 auto;
    width: 100px !important;
    height: 100px !important;
}

.testimonials-content {
    text-align: justify;
}

.owl-item {
    background: #212234;
    color: #fff;
    padding: 15px;
    transform: scale(0.8);
    cursor: pointer;
}

.center {
    background: #6356a5;
    color: #fff;
    padding: 15px;
    transform: scale(1) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 10px 10px 15px -5px rgba(0, 0, 0, 0.5);
    /*FF 3.5+*/
    -webkit-box-shadow: 10px 10px 15px -5px rgba(0, 0, 0, 0.5);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 10px 10px 15px -5px rgba(0, 0, 0, 0.5);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000);
    /*IE 5.5-7*/
}

.owl-dots {
    display: inline-flex;
    margin-top: 60px;
}

.owl-dots .active img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.owl-dot {
    margin-right: 30px;
    cursor: pointer;
}

.img-dots {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 75px;
    height: 75px;
    margin-right: 20px;
}

@media (max-width: 750px) {
    .img-dots {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 414px) {
    .img-dots {
        width: 35px;
        height: 35px;
    }
    .owl-dot {
        margin-right: 5px;
    }
}

