body{background-color:transparent}
.testimonial-slider-1{ margin: 0 20px 50px; }

.testimonial-slider-1 .pic{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
    border: 1px solid #eee;
}

.testimonial-slider-1 .pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-slider-1 .testimonial-slider-1-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}

.testimonial-slider-1 .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}

.testimonial-slider-1 .post{
    display: block;
    font-size: 14px;
    color: #5d7aa7;
    margin-bottom: 8px;
}

.testimonial-slider-1 .description{
    padding: 20px 22px;
    background: #1f487e;
    font-size: 17px;
    color: #ffffff;
    line-height: 25px;
    margin: 0;
    position: relative;
}

.testimonial-slider-1 .description:before,
.testimonial-slider-1 .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #5d7aa7 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.testimonial-slider-1 .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}

.testimonial-slider-1 .owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}

.testimonial-slider-1 .owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}

.testimonial-slider-1 .owl-prev:before,
.testimonial-slider-1 .owl-next:before{
    content: "\f053";
    font-family: fontawesome;
    font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}

.testimonial-slider-1 .owl-next:before{ content: "\f054"; }

.testimonial-slider-1 .owl-next:before{ content: "\f054"; }

.testimonial-module-slider-1 .owl-buttons .owl-prev {
    background: none!important;
}

.testimonial-module-slider-1 .owl-buttons .owl-next {
    background: none!important;
}
.testimonial-module-slider-1 .owl-carousel .owl-prev {
    left: -95px;
}
.testimonial-module-slider-1 .owl-buttons .nav-button i {
    background: black!important;
    padding: 8px 10px!important;
    font-size: 15px;
    margin-right: 0px;

}
.testimonial-module-slider-1 .owl-buttons {
    position: absolute;
    width: 100%;
    top: 130px;
}
.testimonial-module-slider-1 .owl-buttons .owl-prev {
    position: absolute;
    left: -15px;
    padding: 3px !important;
}
.testimonial-module-slider-1 .owl-buttons .owl-next {
    position: absolute;
    right: -15px;
    padding: 3px !important;
}
.testimonial-module-slider-1 .owl-pagination {
    position: relative;
    z-index: 9;
}
@media only screen and (max-width: 767px){
    div.testimonial-module-slider-1.owl-carousel .nav-button {
        display: none !important;
 } 
 .testimonial_module_slider_iframe, .testimonial-module-slider {
     padding: 0!important;
 }
}

