.home-testimonial .item{
	border:1px solid #B1B7BA;
}
.home-testimonial{
	margin-top:25px;
}
.testimonial-content{
	width:750px;
	position:relative;
	margin:auto;
	max-width:100%;
	padding:80px 30px 110px;
	text-align:center;
}
/* .testimonial-content:before{
	position:absolute;
	top:60px;
	content:"";
	left:50%;
	transform:translatex(-50%);
	height:45px;
	width:55px;
	background-image:url(../../images/testimonial-icon.svg);
} */
.testimonial-content p{
	font-family: 'Nohemi';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	color:#1E1E20;
}
.testimonial-content h3{
	font-family: 'Nohemi';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	color:#1E1E20;
	margin-bottom:0;
	padding-top:10px;
}
.testimonial-content h4{
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color:#105780;
	margin-bottom:0;
}
.home-testimonial-container{
	position: relative;
}
.home-testimonial-container .owl-theme .owl-dots{
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
}
.home-testimonial-container .owl-theme .owl-dots .owl-dot span{
	width: 51px;
    height: 5px;
    background: #C0C0C0;
    border-radius: 0;
}
.home-testimonial-container .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #105780;
}
@media (max-width:767px){
	.owl-theme .owl-nav.disabled+.owl-dots{
		width: 100%;
	}
	.testimonial-content {
		width: 100%;
		padding: 141px 15px 110px;
	}
}