/* Testimonial Slider */
.module-testimonials.option-1 .carousel-control.left, 
.module-testimonials.option-1 .carousel-control.right{
	top: 50%;
	bottom: 50%;
	filter: brightness(0);
	display: none;
}

img#rev-stars {
    max-width: 200px;
    margin: 15px auto 10px;
}
.module-testimonials.option-1 {
	padding: 8em 0 12em;
	background: url(https://www.royacdn.com/unsafe/smart/Site-26ecb411-d629-47ad-9198-838c520a57f9/HomepageAssets/testi_bg.png);
	background-position: center;
	background-size: cover;
}
.module-testimonials.option-1 .ry-container {
	z-index: 99;
}


.module-testimonials.option-1 .section-headline h2 {
	font-size: 230%;
	text-transform: uppercase;
	line-height: 1;
	color: #f2f8fc;
}
.module-testimonials.option-1 .section-headline h2 span {
	font-size: 20px;
	line-height: 1;
	display: block;
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
}
.module-testimonials.option-1 .testimonials-wrapper {
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
	transition: .5s ease-out;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
	padding: 0;
	background: transparent;
	background-size: cover;
	border-radius: 30px;
	max-width: 1200px;
	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: #053c6d;
	left: 50%;
	transform: translate(-50%, 0);
	/* box-shadow: 0px 10px 40px rgb(0 0 0 / 50%); */
	display: none;
}
.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;
	font-size: 20px;
	max-width: 900px;
	margin: 0 auto;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* number of lines to show */
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.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;
	display: none;
}
.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;
	text-transform: uppercase;
	margin-top: 15px;
	font-family: var(--font-default) !important;
	letter-spacing: 2px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 span {
}
.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;
	border: 1px solid #fff !important;
	display: none;
}

.module-testimonials.option-1 .carousel-indicators .active {
	background-color: #053c6d !important;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block:before { display: none;
    content: "";
    position: absolute;
    inset: 0;
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    border: 10px solid rgb(255 255 255 / 20%);
    border-radius: 40px;
}

.module-testimonials.option-1 .section-headline h2 span {
    color: #fff !important;
    opacity: .9;
}

@media (max-width: 1080px) {
	.module-testimonials.option-1 .carousel-control.left {
		left: -10%;
	}

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

@media (max-width: 768px) {
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
		font-size: 16px;
		line-height: 1.6;
	}
}

.module-testimonials.option-1 {
	margin-bottom: -1px;
}
