/* Testimonial Slider */
.module-testimonials.option-1 .carousel-control.left, 
.module-testimonials.option-1 .carousel-control.right{
	top: 50%;
	bottom: 50%;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
    max-width: 1400px;
    width: 90%;
}

.testimonials-wrapper .testimonials-block .carousel-control .right:before {
    right: initial;
    left: -8px;
}

.module-testimonials.option-1 .carousel-control.right:before {
    right: inherit;
    left: -13px;
}

.testimonials-wrapper .testimonials-block .carousel-control:hover span:before {
    background: var(--color-primary);
}

.testimonials-wrapper .testimonials-block .carousel-control:hover:before {
    z-index: 300;
}

.module-testimonials.option-1 {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-deeaa1fd-8a60-4cfe-ba06-52a5b55e8359/HomepageAssets/reviews_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 20em 0 15em;
    margin-bottom: -5em;
}

.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;
	transition: .5s ease-out;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
	transition: .5s ease-out;
}
.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: var(--color-secondary);
	line-height: 1.6;
	text-align: center;
	font-size: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name {
	margin: 40px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	flex-direction: row-reverse;
}
.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: 22px;
	fill: #ffb700;
	margin: 0 3px;
	height: 22px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
	text-align: center;
	font-weight: 500 !important;
	text-transform: uppercase;
	margin-top: 0;
	color: var(--color-secondary);
	font-size: 35px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 span {display: none;}
.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: auto;
	display: flex;
	max-width: max-content;
	clear: both;
}