
.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:6px;height:6px;margin:5px 7px;filter:Alpha(Opacity=50);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}




.testimonial-section-bg
{
    background: url(../images/images/banner-top.png) no-repeat center top;
    background-size: cover;
}

.testimonial-bg
{
    padding: 30px;
    background: #fff;
    box-shadow: 0px 3px 36px #00000014;
    border-radius: 6px;
}

.testimonial
{
    background: #fff;
    padding: 50px 78px;
    display: block;
    border-radius: 6px;
    position: relative;
    border: 1px solid #E7E7E7;
}
.testimonial::before
{
  background: url(../images/icon/quote.png) no-repeat;
    content: "";
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 72px;
    height: 54px;
}

#testimonial-slider{        
    text-align: center;
    
}
.testimonial .description {
    color: #000000;
    line-height: 27px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 11px;
}
.testimonial img
{
    margin-bottom: 20px;
}

.testimonial .title {
    font-size: 20px;
    color: #134D7D;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
    margin-bottom: 5px;
}
.testimonial .post {
    display: block;
    font-size: 18px;
    color: #134D7D;
    margin-bottom: 0;
    font-weight: 400;
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}

.owl-theme .owl-controls .owl-page span{
    border-radius: 50%;
   
    position: relative;
}

@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}


.testimonial-content-main {
    padding-top: 45px;
    padding-bottom: 45px;
}
.testimonial-content-main
{
    width: 1160px;
    margin: auto;
}
.testimonial-content h5
{
    color: #134D7D;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 8px;
}
.testimonial-content h3
{    
    color: #000;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 8px;
    font-weight: 400;
}
.testimonial-content
{
    margin-bottom: 50px;
}
.owl-page
{
  transition: all .5s;
}
.owl-page.active
{
  transition: all .5s;
}

.owl-theme .owl-controls .owl-pagination .owl-page.active span
{
    border: 5px solid #00ADAB;
}
.owl-pagination
{
    display: flex;
justify-content: center;
align-items: center;
}