.testimonials {
    background: url("../images/testimonials-bg.jpg");
    width: 100%;
    float: left;
    background-size: cover;
    padding: 70px 0;
    margin-bottom: 100px;
}

.testimonial {
    padding: 30px;
    background: url("../images/testi-box-bg.png") #fff;
    background-size: cover;
    margin: 0 10px 0 10px;
    border-radius: 3px;
    min-height: 350px;
}

.testimonials .rating {
    width: 100px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.testimonials h1 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}

.testimonials p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 70px 0;
    padding: 0;
    text-align: center;
}

.testimonials h2 {
    font-size: 18px;
    color: #B7B7B7;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

.testimonials .divider {
    height: 1px;
    background: #fff;
    width: 60px;
    margin: 15px auto 50px;
    clear: both;
}

.testimonial .divider {
    height: 1px;
    background: #233596;
    width: 60px;
    margin: 15px auto 15px;
    clear: both;
    opacity: 0.3;
}

.testimonial .pic {
    display: block;
    width: 130px;
    margin: 0 auto;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 15px;
    text-align: center;
    color: #3E3E3E;
    margin-bottom: 15px;
    clear: both;
}

.testimonial .title {
    font-size: 15px;
    font-weight: 600;
    color: #233596;
    margin: 15px 0 0;
    text-align: center;
    line-height: 20px;
}

.owl-theme .owl-controls .owl-page span {
    border: 0;
    border-radius: 50px;
    background: #fff !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #fff !important;
    border: 0;
    border-radius: 50px !important;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span {
    margin: 15px 3px;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}