﻿

/* CLIENT CAROUSEL STYLES */
.clients-carousel {
    margin-top: 10px; /*SMALL TOP MARGIN FOR SPACE */
    padding: 0 0px 0px 0px;
}

    .clients-carousel .thumbnail {
        /*border: 1px solid #FF4D98;*/
    }

    .clients-carousel .carousel-control.left {
        height: 30px;
        width: 25px;
        margin-top: 65px;
        background: #F00;
        left: -15px;
    }

    .clients-carousel .carousel-control.right {
        height: 30px;
        width: 25px;
        margin-top: 65px;
        background: #F00;
        right: -15px;
    }

    .clients-carousel img {
        width: 80%;
        /*height: 120px;*/
    }
.caption_h4 {
    font-size: 17px;
    text-align: center;
}
