.testimonialwrap{background:#056cb8 url(../images/testimonials-bg.jpg) repeat center; background-attachment: fixed; text-align: center; padding: 70px 0;}
.testimonialwrap .subtitle{color: #ffd302;}
.testimonialwrap .titleTop h3{color: #fff;}


.testimonialsList {
	list-style: none;margin-top: 40px;
}
.testimonialsList li {
	background: #fff;
    padding: 40px;
    border-radius: 15px;
	text-align: left;
}
.testimonialsList li .ratinguser{color: #f9b420; font-size: 16px; margin-bottom: 20px;}
.testimonialsList li .testimg {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto
}
.testimonialsList li .clientname {
	font-size: 24px;
	font-weight: 700;
	padding:15px 0 5px 0;
	color: #333;
	font-family: 'Montserrat', sans-serif;
}
.testimonialsList li p {
	font-style: italic;
	line-height: 24px;
	font-size: 16px;
	color: #333;
}
.testimonialsList li .clientinfo {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #056cb8;
	margin-bottom: 15px;
}