.testimonials .owl-carousel .owl-item img {
	width: auto;
}
.testimonials .img-container {
	width: 50px;
	height:50px;
	border: 1px solid #cccccc;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	display: flex;
	display: -ms-flexbox !important;
	justify-content: center;
	-ms-flex-pack: center !important;
	align-items: center;
	-ms-flex-align: center !important;
}

.testimonials .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.testimonials .owl-dots button {
	width: 28px;
	height: 3px;
	display: inline-block;
	margin: 0 3px;
	border: none;
	background-color: #ccc;
	opacity: 0.75;
	transition: opacity .5s;
	outline: none;
}

.testimonials .owl-dots button.active {
	border-color: #a78c39;
	background-color: #a78c39;
}

.testimonials .owl-dots button:hover {
	opacity: 1;
}
.testimonials .page-header {
	padding-bottom: 20px;
	margin: 0 0 40px 0;
}
.testimonials .testimonial-container {
	background:#ffffff;
}
.testimonials .testimonial-container p {
	font-size: 15px;
	line-height: 1.5;
}
.testimonials.more-items {
	padding: 0;
}
.testimonials.more-items .item {
	margin: 0 15px;
}
