.custom-testimonials {
	width: 100%;
}

.custom-testimonials .testimonial {
	background-color: #3e71ff;
	color: #fff;
	border-radius: 15px;
	padding: 44px 27px;
}

.custom-testimonials .testimonial p {
	color: #fff;
	font-size: 18px;
}

.custom-testimonials .testimonial .content {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
}

.custom-testimonials .testimonial .author {
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 16px;
	color: #fff;
	font-weight: 600;
}

.custom-testimonials .testimonial .title {
	font-size: 16px;
	color: #fff;
}

 /* the slides */
 .custom-testimonials .slick-slide {
	margin: 0 27px;
}

/* the parent */
.custom-testimonials .slick-list {
	margin: 0 -27px;
}

.custom-testimonials .slick-dots {
	text-align: center;
	justify-content: flex-start !important;
	bottom: -60px;
	padding: 20px 0;
}

.custom-testimonials ul.slick-dots li.slick-active button {
	background-color: transparent !important;
}

@media (min-width: 768px) {
	.custom-testimonials .slick-dots {
		text-align: left;
	}
}

.custom-testimonials .slick-dots li button:before {
	font-size: 0;
	background: transparent;
	border: 2px solid #000;
	border-radius: 50px;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.custom-testimonials .slick-dots li.slick-active button:before {
	background: #000;
}

.custom-testimonials .slick-dots li,
.custom-testimonials .slick-dots li button,
.custom-testimonials .slick-dots li button:hover,
.custom-testimonials .slick-dots li button:focus {
	background: transparent !important;
	width: 10px;
	height: 10px;
}
.rotating-messages {
	width: 90%;
	margin: 0 auto;
}

.rotating-message .inner-message {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-around;
}

@media (max-width: 768px) {
	.rotating-message .inner-message {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}

.rotating-messages button {
	border: 0 !important;
    font-size: 0 !important;
    padding: 0 !important;
}

.rotating-messages button:hover,
.rotating-messages button:focus {
	background-color: transparent !important;
}

.rotating-messages .slick-prev:before {
	content: '' !important;
	width: 25px;
	height: 25px;
	display: inline-block;
	background-image: url('../images/left.png');
}

.rotating-messages .slick-next:before {
	content: '' !important;
	width: 25px;
	height: 25px;
	display: inline-block;
	background-image: url('../images/right.png');
}

.rotating-message strong,
.message-content p{
	color: #fff;
	font-size: 16px;
	margin: 0;
}
