body{background-color:transparent}
.testimonial-slider-3{
    padding-top: 40px;
    margin: 50px 15px 0;
    border: 1px solid #000;
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
.testimonial-slider-3:hover{ border-color: #000; }
.testimonial-slider-3 .pic{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
    position:absolute;
    top: -32px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
    border: 1px solid #eee;
}
.testimonial-slider-3:hover .pic{ background: #eabd44; }
.testimonial-slider-3 .pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-slider-3 .title{
    font-size: 16px;
    font-weight: 700;
    color: #eabd44;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.testimonial-slider-3 .description{
    font-size: 17px;
    color: #000;
    line-height: 25px;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 25px 10px;
    margin: 0;
}
.testimonial-slider-3 .testimonial-content{
    padding: 15px 25px 12px;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial-slider-3:hover .testimonial-content{ border-color: #1d3033; }
.testimonial-slider-3 .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1d3033;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial-slider-3:hover .testimonial-content:after{ height: 100%; }
.testimonial-slider-3 .testimonial-content .testimonial-profile{ display: inline-block; width: 100%;}
.testimonial-slider-3 .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 6px;
    transition: all 700ms ease 0s;
}
.testimonial-slider-3:hover .name{ color: #fff; }
.testimonial-slider-3 .post{
    font-size: 16px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial-slider-3 .rating{
    display: inline-block;
    padding: 5px;
    margin: 8px -8px 0 ;
    list-style: none;
    float: none;
    width: auto;
    /* position: absolute;
    right: 25px; */
}
.testimonial-slider-3 .rating li {
    display: inline-block;
    font-size: 14px;
    color: #eabd44;
    width: auto;
    margin: auto;
    vertical-align: inherit;
}
.testimonial-slider-3 .owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.testimonial-slider-3 .owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 40px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    margin: 5px 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.testimonial-slider-3 .owl-theme .owl-controls .owl-buttons div:hover{
    background: #eabd44;
    border-color: #eabd44;
}
.testimonial-slider-3 .owl-prev,
.testimonial-slider-3 .owl-next{
    position: absolute;
    left: -3%;
}
.owl-next{
    left: auto;
    right: -3%;
}
.testimonial-slider-3 .owl-prev:before,
.testimonial-slider-3 .owl-next:before{
    content: "\f104";
    font-family: fontawesome;
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.testimonial-slider-3 .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .testimonial-slider-3 .owl-theme .owl-controls,
    .testimonial-slider-3 .owl-prev,
    .testimonial-slider-3 .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .testimonial-slider-3 .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial-slider-3 .rating{
        right: 12px;
    }
}
.testimonial-module-slider-3 .owl-buttons {
    position: absolute;
    width: 100%;
    top: 130px;
    bottom: 0;
    margin: auto;
}
.testimonial-module-slider-3 .owl-buttons .owl-prev {
    background: none!important;
    position: absolute;
    left: -15px;
    padding: 3px !important;
}

.testimonial-module-slider-3 .owl-buttons .owl-next {
    background: none!important;
    position: absolute;
    right: -15px;
    padding: 3px !important;
}
.testimonial-module-slider-3 .owl-carousel .owl-prev {
    left: -95px;
}
.testimonial-module-slider-3 .owl-buttons .nav-button i {
    background: black!important;
    padding: 8px 10px!important;
    font-size: 15px;
    margin-right: 0px;
}
.testimonial-module-slider-3.owl-theme .owl-controls .owl-buttons div {
    margin: 5px 0;
}
.testimonial-module-slider-3 .owl-pagination {
    position: relative;
    z-index: 9;
}
@media only screen and (max-width: 767px){
 div.testimonial-module-slider-3.owl-carousel .nav-button {
    display: none !important;
 } 
 .testimonial_module_slider_iframe, .testimonial-module-slider {
    padding: 0!important;
 }
}
