.single_testimonial_slider_inner {
background: #f9fafb;
border-radius: 5px;
overflow: hidden;
height: 100%;
padding: 40px;
}
.single_testimonial_slider .single_testimonial_content_holder {
font-size: 17.5px;
font-family: Lato;
line-height: 27px;
font-weight: 400;
position: relative;
color: #627183;
}
.testimonial_image img {
max-width: 87px;
margin-bottom: 8px;
}
.testimonial_meta_info .testimonial_title {
font-family: Lato;
font-size: 14px;
font-weight: 700;
line-height: 20px;
color: #627183;
}
.testimonial_meta_info  .testimonial_subtitle {
color: #627183;
opacity: 0.6;
font-size: 14px;
line-height: 22px;
}
.custom_testimonials_slider .owl-dots {
text-align: center;
padding: 25px 0;
}
.custom_testimonials_slider .owl-dots button.owl-dot {
width: 30px;
margin: 0;
opacity: 0.35;
height: 30px;
position: relative;
display: inline-block;
cursor: p;
transition: all 0.1s ease;
}
.custom_testimonials_slider .owl-dots button.owl-dot:before {
display: block;
content: '';
position: absolute;
top: 13px;
left: 0;
background: #333;
width: 6px;
height: 6px;
transition: all 0.25s ease;
border-radius: 50%;
margin-left: 11px;
background-color: transparent;
box-shadow: inset 0 0 0 5px #000;
}
.custom_testimonials_slider .owl-dots button.owl-dot.active:before {
-webkit-transform: scale(2);
transform: scale(2);
box-shadow: inset 0 0 0 1px #000 !important;
background-color: transparent;
}
.custom_testimonials_slider .owl-dots button.owl-dot.active {
opacity:1;
}
.single_testimonial_slider_inner {
min-height: 344px;
}