/* Testimonial Slider */
.module-testimonials.option-1 .carousel-control.left, .module-testimonials.option-1 .carousel-control.right{
	top: 20%;
	bottom: initial;
	background-image: none;
	opacity: 1;
}
.module-testimonials.option-1 {
	position: relative;
	padding: 8em 0;
	background-color: #fff;
}

div.testimonials-wrapper .testimonials-block .carousel-control:before {
    border: solid #666;
    border-width: 0 3px 3px 0;
    opacity: 0.5;
 
}


.module-testimonials.option-1:before {
}
.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;
	/* max-width: 800px; */
	/* margin: auto; */
	/* float: none; */
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {max-width: 800px;}
.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;
	margin: 0 auto;
	line-height: 1.7;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name {
	margin-top: 60px;
}
.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: 23px;
	fill: #f2cb62;
	margin: 0 3px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
	text-align: center;
	font-weight: 400;
	=:
	uppercase;
	margin-top: 15px;
	color: #000;
	font-family: var(--font-title);
	font-size: 25px;
	margin: 1em 0 2em;
}
.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 .carousel-indicators li {
    display: none !important;
}

.module-testimonials.option-1 .carousel-control.left {
    left: -15%;
}

.module-testimonials.option-1 .carousel-control.right {
    right: -20%;
}



div.module-testimonials.option-1:after {
    left: initial !important;
    transform: translate(-50%, -50%) !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    background: url(https://www.royacdn.com/unsafe/smart/Site-ea3c8917-ed32-4923-a677-830cafe26524/homepageassets/reviews_right.png) !important;
}

div.module-testimonials.option-1:before, div.module-testimonials.option-1:after {
    content: '';
    background: url(https://www.royacdn.com/unsafe/smart/Site-ea3c8917-ed32-4923-a677-830cafe26524/homepageassets/reviews_left.png);
    width: 100%;
    position: absolute;
    left: 0;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    height: 584px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    max-width: 400px;
}