.testimonials {
	position: relative;
}

.testimonials .owl-prev,
.testimonials .owl-next {
	position: absolute;
	top: 25%;
	margin-top: -25px;
}



.testimonials .owl-prev {
	left: 10px;
	color: #D1D1D1;
	font-size: 2em;
}

.testimonials .owl-prev:before {
	font-family: FontAwesome;
	content: "\f053";
}

.testimonials .owl-next {
	right: 10px;
	color: #D1D1D1;
	font-size: 2em;
}

.testimonials .owl-next:before {
	font-family: FontAwesome;
	content: "\f054";
}


.testimonials .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.testimonials .owl-dot {
	margin-left: 10px;
	margin-right: 10px;
}

bg-gray .testimonials .owl-dot span {
	background-color: white;
}

.testimonials .owl-dot span {
  background-color: #EDEDEE;
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 18px;
  width: 18px;
}

.testimonials .owl-dot span:hover,
.testimonials .owl-dot.active span {
  background-color: #244796;
}


.testimonials .testimonial {
	padding-left: 6%;
	padding-right: 6%;
}

.testimonials .testimonial .comment {
	text-align: center;
}


.testimonials .testimonial .client-info-row {
	justify-content: flex-end;
}

.testimonials .testimonial .client-info-row img {
	width: auto;
}

.testimonials .testimonial .client-info-row > .flex {
	align-items: center;
}

.testimonials .testimonial .client-info {
	flex-flow: column nowrap;
	color: #989898;
	text-transform: uppercase;
	margin-left: 10px;
}

.testimonials .testimonial .client-info .author {
	color: #244796;
	margin: 0;
}

.main-page-block .testimonials .testimonial .client-info .company {
	font-weight: bold;
	color: #fff;
}

@media (max-width: 768px) {
	.testimonials .testimonial {
		padding-left: 0;
		padding-right:0;
	}

	.testimonials .testimonial .comment {
		text-align: justify;
	}

	.testimonials .testimonial .client-info-row {
		justify-content: center;
	}
}