@charset "utf-8";
/* CSS Document */

#testimonials {
    padding:50px 0px;
    min-height: 300px;
    background-color: #ddd;
}
.testyBox { 
    background-color: #fff;
    padding: 30px 15px;
}

.owl-carousel {
    padding-top: 15px;
}
.testimonial {
    text-align: center;
}
.description {
    color: #928e8e;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.5em;
    text-align: center;
    padding: 20px 50px;
    font-family: inherit;
}
.pic {
    position: relative;
}
.pic > img {
    border-radius: 50%;
}
.pic:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    top:10px;
    left:30%;
    color:#eee;
    font-size: 36px;
}
.pic:after {
    content: "\f10d";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    top:10px;
    right: 30%;
    color:#eee;
    font-size: 36px;
}
.testimonial-title {
    font-size: 14px;
    color: #3b6a86;
    text-transform: capitalize;
    padding: 15px;
}
.testimonial-title > small {
    display: block;
    color: #b1b1b1;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 12px;
}
.owl-buttons {
    position: absolute;
    top:13%;
    width: 100%;
    display: none;
}
.owl-prev {
    position: absolute;
    left:-14%;
}
.owl-next {
    position: absolute;
    right:-14%;
}
.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div {
    border-radius: 50%;
}
.owl-prev:after, .owl-next:after {
    font-family: 'FontAwesome';
    content: "\f060";
    width: 28px;
    height: 28px;
    font-size: 16px;
    color:#dc005a;
    transition: all 0.15s ease 0s;
}
.owl-next:after {
    content: "\f061";
}
.owl-prev:hover:after, .owl-next:hover:after {
    color:#7a4b94;
}
.owl-pagination {
    padding-top: 10px;
}
.owl-theme .owl-controls .owl-page span {
    width: 9px;
    height: 9px;
    background: #c5c5c5;
    border: 3px solid #c5c5c5;
    margin-right: 20px;
    opacity: 1;
    transition: all 0.35s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff;
    border: 3px solid #90969d;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .owl-buttons {
        top:3%;
        left: 43%;
        width: 12%;
    }
    .pic:before {
        left:10%;
    }
    .pic:after {
        right: 10%;
    }
}
@media screen and (max-width: 480px) {
    .owl-buttons {
        top:3%;
        left: 40%;
        width: 18%;
    }
    .pic:before {
        left:0;
    }
    .pic:after {
        right: 0;
    }
}
/* carousel */
.media-carousel {
    /* margin-bottom: 0; */
    /* padding: 0 40px 30px 40px; */
    /* margin-top: 30px; */
}
/* Previous button  */
.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}
.media-carousel .carousel-indicators .active {
    background: #333333;
}
.media-carousel img {
    width: 250px;
    height: 100px
}
/* End carousel */
