﻿.border-left {
    border-left: 4px solid #e7430f;
    padding-left: 16px;
}
#contact-page h2 {
    color: #4e4e4e;
}

#testimonials {
    background-image: url("../images/testimonial-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}

#testimonial-slider .item {
    margin: 5px 0;
}

    #testimonial-slider .item img {
        width: 7%;
        height: auto;
    }

#testimonials {
    padding-bottom: 60px;
}

#testimonials-slider .testimonial-content .testimonial-detail {
    font-family: 'robotoregular';
    padding: 20px 150px 20px 150px;
    color: #fff;
}

#testimonials-slider .testimonial-content .testimonial-image img {
    border: 5px solid #fff;
    border-radius: 50%;
}

.testimonial-line {
    width: 10% !important;
    height: 1px;
    margin: 25px auto;
    display: block;
    border: 0;
    border-top: 1px solid #fff !important;
}

#testimonials-slider .testimonial-content .testimonial-detail p {
    font-family: 'robotoregular';
    font-size: 18px;
    line-height: 1.5em;
    color: #fff;
}

#testimonials-slider .testimonial-content .testimonial-detail h3 {
    font-family: 'robotoregular';
    font-size: 18px;
    font-weight: bold;
}

.testimonial-detail.text-center > p {
    color: #fff;
    margin-top: 20px;
    padding: 24px 16%;
}

.testimonial-detail.text-center > h3, h4 {
    color: #fff;
}

#testimonials-slider .testimonial-content .testimonial-detail h3 {
    font-family: 'robotoregular';
    font-size: 18px;
}

#testimonials .owl-theme .owl-controls .owl-buttons div {
    font-size: 30px;
    font-weight: normal;
    top: 40%;
}

#testimonials .owl-theme .owl-controls .owl-pagination {
    text-align: center;
    height: auto;
}

#testimonials .owl-theme .owl-controls .owl-page {
    background: #fff;
    text-align: center;
    margin-left: 5px;
    border: 1px solid #fff;
    transform: scale(0.5);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

    #testimonials .owl-theme .owl-controls .owl-page span {
        border: 1px solid #fff;
        transform: scale(1) !important;
    }

#testimonials .owl-theme .owl-controls .active {
    background: none;
    transform: scale(1);
}

#testimonials .owl-theme .owl-controls .owl-page span:hover {
    background: #fdb813;
}

#testimonials .owl-theme .owl-controls .active span {
    background: #fdb813;
    opacity: 1;
}

#testimonials .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 5px;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

    #testimonials .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
        left: -10px;
    }

#testimonials .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    right: -10px;
}
