
.module-testimonials.option-1 {
	padding: 100px 0;
}
.module-testimonials.option-1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #eeeeee;
}
.module-testimonials.option-1 .section-headline h2 {
	font-size: 230%;
	text-transform: uppercase;
	line-height: 1;
}
.module-testimonials.option-1 .section-headline h2 span {
	font-size: 20px;
	line-height: 1;
	display: block;
	font-weight: 600;
	color: #878787;
	margin-top: 10px;
}
.module-testimonials.option-1 .testimonials-wrapper {
	display: flex;
	justify-content: center;
	margin: 90px 0;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
	padding: 115px 60px 130px;
	background: #393939;
	border-radius: 30px;
	max-width: 1130px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon {
	width: 110px;
	height: 110px;
	min-width: 110px;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -50px;
	background: #393939;
	left: 50%;
	transform: translate(-50%, 0);
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon:before {
	content: "";
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 5px solid #fff;
	display: block;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon span {
	color: #fff;
	position: absolute;
	top: 67%;
	left: 57%;
	transform: translate(-50%, -50%);
	margin-left: -10px;
	margin-bottom: 0;
	font-size: 100px;
	font-family: 'Font Awesome 5 Free';
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	max-width: 680px;
	margin: 0 auto;
	line-height: 1.6;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name {
	margin-top: 40px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name .star-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name .star-wrapper svg {
	width: 19px;
	fill: #ecce68;
	margin: 0 3px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 15px;
	color: #fff;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 span {
	font-weight: 300;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5.span-2 {
	margin-right: 5px;
	font-weight: 300;
}
.module-testimonials.option-1 .button-wrapper a {
	margin: 0 auto;
	display: flex;
	max-width: max-content;
}

.testimonials-wrapper .testimonials-block .carousel-control {
	width: 40px;
	height: 40px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	background: transparent;
}
.testimonials-wrapper .testimonials-block .carousel-control:before {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 7px;
	content: "";
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.testimonials-wrapper .testimonials-block .carousel-control.right:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.testimonials-wrapper .testimonials-block .carousel-control span {
	display: none;
}
.testimonials-wrapper .carousel-indicators li:not(.active) {
	opacity: .7;
}
.testimonials-wrapper .carousel-indicators li {
	margin: 0 6px !important;
	background: #fff;
	border: unset !important;
	top: unset !important;
	left: unset !important;
	width: 12px !important;
	height: 12px !important;
}
.testimonials-wrapper .carousel-indicators {
	bottom: -70px !important;
}


.module-testimonials.option-2 {
	padding: 160px 0 110px;
}
.module-testimonials.option-2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 415px;
	background: #eeeeee;
}
.module-testimonials.option-2 .section-headline h2 {
	text-transform: uppercase;
	font-size: 230%;
	max-width: 680px;
	line-height: 1.1;
	margin: 0 auto 30px;
}
.module-testimonials.option-2 .section-headline .star-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.module-testimonials.option-2 .section-headline .star-wrapper svg {
	width: 30px;
	fill: #f3c62b;
	margin: 0 6px;
}

.module-testimonials.option-2 .testimonial-banner-type {
	margin-top: 60px;
	display: flex;
	justify-content: center;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex {
	max-width: 1280px;
	border-radius: 30px;
	overflow: hidden;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(1) {
	max-width: 540px;
	width: 44%;
}	
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(1) .photo {
	position: relative;
	padding-bottom: 100%;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(1) .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(2) {
	width: 60%;
	padding: 85px 0 110px;
	background: #41aef2;
	max-width: calc(100% - 540px);
	display: flex;
	align-items: center;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .block-wrapper .icon img {
	width: 50px;
	margin: 0 auto;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .block-wrapper .section-headline-block {
	padding: 0 4.2vw 0;
	clear: both;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .block-wrapper .section-headline-block h3 {
	text-align: center;
	color: #c1e304;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 34px;
	padding: 30px 0 40px;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .block-wrapper .section-headline-block h3 span {
	display: block;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .block-wrapper .ry-btn {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	max-width: max-content;
}
@media (max-width: 1680) {
	.module-testimonials.option-2 .section-headline h2 {
		font-size: 2.2em !important;
		line-height: 1.1;
	}
}
@media (max-width: 1280px) {
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(2) {
		max-width: unset;
	}
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(1) {
		max-width: unset;
		width: 40%;
	}
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(1) .photo img, 
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(1) .photo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		padding: unset;
	}
}
@media (max-width: 991px) {
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex {
		flex-direction: column;
	}
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(1) {
		max-width: unset;
		width: 100%;
		padding-bottom: 75%;
	}
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(2) {
		width: 100%;
	}
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .block-wrapper .section-headline-block h3 {
		line-height: 1.4;
	}
	.module-testimonials.option-2 .section-headline .star-wrapper svg {
		width: 25px;
		margin: 0 3px;
	}
}
/* END TESTIMONIALS OPTION 2*/


/* HOMEPAGE CHANGES FONT */ 
@media (max-width: 1680px) {

	.module-testimonials.option-1 .section-headline h2{
		font-size: 2.2em !important;
		line-height: 1.1;
	}
	
}

@media (max-width: 520px) {
	.module-testimonials.option-2 .section-headline h2,
	.module-testimonials.option-1 .section-headline h2 {
		font-size: 1.6em !important;
	}
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .block-wrapper .section-headline-block h3 {
		font-size: 1.4em !important;
	}
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .block-wrapper .section-headline-block h3 span {
		font-size: 16px !important;
	}
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(2) {
		padding: 50px 0 60px;
	}
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
		padding: 70px 30px 120px;
	}
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
		font-size: 16px;
	}
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
		font-size: 16px;
	}
}