.testimonials {
    background-color: #f33f02;
    position: relative;
    padding-top: 80px;
}

    .testimonials:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 30%;
        background-color: #ddd;
    }

#customers-testimonials .item-details {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px 10px;
    text-align: left;
    position: absolute;
    left: 0;
    width: 100%;
}

    #customers-testimonials .item-details h5 {
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 18px;
    }

        #customers-testimonials .item-details h5 span {
            color: red;
            float: right;
            padding-right: 20px;
        }

    #customers-testimonials .item-details p {
        font-size: 14px;
    }

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

@media only screen and (max-width: 576px) {
    #customers-testimonials .item {
        margin-top: 60px;
    }
}

.owl-carousel .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-next,
    .owl-carousel .owl-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        position: absolute;
        top: 40%;
        font-size: 30px;
        /*color: #fff;
        border: 1px solid #ddd;*/
        text-align: center;
        background-color: rgba(255, 255, 255, 0.7);
        color:#333;

    }

    .owl-carousel .owl-prev {
        left: 10px;
    }

    .owl-carousel .owl-next {
        right: 10px;
    }


/*for bootstrap*/
.customSlide .carousel-caption {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px 10px;
    text-align: left;
    position: absolute;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 576px) {
    .carousel {
        margin-bottom: 15px;
    }
    .customSlide .carousel-caption {
        padding: 10px 10px;
        bottom:15px;
    }
}

.customSlide .carousel-caption h5 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 18px;
}

.customSlide .carousel-caption span {
    color: red;
    float: right;
    padding-right: 20px;
}

.customSlide .carousel-caption p {
    font-size: 14px;
}
