.testimonials-cont  {
	width: 100%;
	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: 20px;
    border: 1px solid #d6d6d6;	
}

.testimonials-cont .testimonials-slider-title {
	display: block;
	text-align: center;
	font-size: 35px;
	width: 100%;
}

.testimonials-cont .t-img {
	float: left;
	display: inline-block;
}

.testimonials-cont .t-detiles {
	display: inline-block;	
	float: right;
    width: fit-content;
	padding-left: 20px;
	font-weight: 500;
	font-size: 16px;
}

.testimonials-cont .t-position {
	color: #888888;
	margin-top: 5px;
	font-weight: 400;
}

.testimonials-cont .t-cont {
	margin-top: 20px;
	font-weight: 500;
	line-height: 1.6em;
}

.testimonials-cont .t-slide img {
    width: 70px;
    height: 70px;
	border-radius: 50%;
    object-fit: cover;
    object-position: 50% 50%;	
}

.testimonials-cont .slick-prev,
.testimonials-cont .slick-next {
	background-color: none !impotant;	
    top: 40%;	
}

.testimonials-cont .slick-next {
	right: 10px;
    z-index: 9;
	opacity: 0.8;
    top: 45%;	
}
.testimonials-cont .slick-prev {
    left: -20px;
    z-index: 9;
	opacity: 0.8;
    top: 45%;	
}

.testimonials-cont .testimonials-wrap .slick-next:before {
	color: #333;
	font-weight: bold;
	content: "\f345";
	font-family: 'dashicons', sans-serif;
	font-size: 60px;
}


.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;
    top: 20px;
    right: 20px;
    font-size: 80px;
    opacity: 0.05;
    right: 20px;
    width: auto;
}

.testimonials-cont .slick-prev:hover,
.testimonials-cont .slick-next:hover {
	outline: none;
	color: #000;
	background: none;	
	opacity: 0.7;
}

.testimonials-cont .slick-prev:focus,
.testimonials-cont .slick-next:focus {
	background: none;
}

@media screen and (max-width: 990px) { 
	.testimonials-cont .slick-next {
		right: 10px;

	}
	.testimonials-cont .slick-prev {
		left: -20px;

	}
}