.testimonials-cont  {
width: 100%;
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
padding-top: 30px;	
}
.testimonials-wrap {
width: 100%;
max-width: 1200px;
}
.testimonials-cont .testimonials-slider {
position:relative;	
background: #F7F7F7;
color: #121212;
padding: 30px;
border: 1px solid #d6d6d6;	
}
.testimonials-cont .testimonials-slider-title {
display: block;
text-align: center;
font-size: 55px;
width: 100%;
}
.testimonials-cont .t-img {
float: none;
display: inline-block;
}
.testimonials-cont .t-detiles {
display: inline-block;	
float: none;
margin-top: 10px;
width: fit-content;
font-weight: 500;
font-size: 16px;
}
.testimonials-cont .t-position {
color: #888888;
margin-top: 5px;
font-weight: 400;
font-size: 0.8em;	
}
.testimonials-cont .t-cont {
margin-top: 20px;
font-size: 1.1em;
line-height: 1.6em;
}
.testimonials-cont  .t-name {
font-weight: 900;
font-size: 1.5em;
border-bottom: 2px solid rgba(40, 128, 142, 0.79);		
padding-bottom: 5px;		
}
.testimonials-cont .t-slide img {
width: 310px;
height: 180px;
object-fit: cover;
object-position: 50% 50%;
border-bottom: 5px solid rgba(40, 128, 142, 0.79);	
}
.testimonials-wrap .slick-list {
overflow: visible;
}
.testimonials-cont .slick-prev,
.testimonials-cont .slick-next {
background-color: none !impotant;	
top: 40%;	
}
.testimonials-cont .slick-next {
right: 10px;
z-index: 9;
top: 45%;	
}
.testimonials-cont .slick-prev {
left: -20px;
z-index: 9;
top: 45%;	
}
.testimonials-cont .testimonials-wrap .slick-next:before {
color: #333;
font-weight: bold;
content: "\f345";
font-family: 'dashicons', sans-serif;
font-size: 60px;
background: none;
}
.testimonials-cont .testimonials-wrap .slick-prev:before {
color: #333;	
font-weight: bold;
content: "\f341";
font-family: 'dashicons', sans-serif;
font-size: 60px;
}
.testimonials-cont .dashicons-format-quote {
position: absolute;
font-size: 18px;
left: 285px;
top: 10px;
width: 50px;
text-align: center;
border-radius: 50%;
height: 50px;
line-height: 50px;
z-index: 9;
background: rgba(40, 128, 142, 0.79);
display: inline-block;
color: #fff;
}
.testimonials-cont .testimonials-wrap .slick-prev:hover,
.testimonials-cont .testimonials-wrap .slick-next:hover {
outline: none;
color: #000;
background-color: unset !important;
opacity: 1 !important;
box-shadow: none;
}
.testimonials-cont .testimonials-wrap .slick-prev:focus,
.testimonials-cont .testimonials-wrap .slick-next:focus {
background-color: unset !important;
border: none;
}
@media screen and (max-width: 990px) { 
.testimonials-cont .slick-next {
right: 10px;
}
.testimonials-cont .slick-prev {
left: -20px;
}
.testimonials-slider-title {
font-size: 2em !important; 
}
}