/* Testimonial Slider */
.module-testimonials.option-1 .carousel-control.left, 
.module-testimonials.option-1 .carousel-control.right{
	top: 50%;
	bottom: 50%;
	filter: brightness(0);
}
.module-testimonials.option-1 {
    padding: 100px 0 50%;
    margin-top: -3px;
    background: transparent;
}
.module-testimonials.option-1 .ry-container {
	z-index: 99;
	max-width: 1440px;
	width: 90%;
}
.module-testimonials.option-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    /* background: linear-gradient(to bottom, #e7e7e7, transparent); */
    background-size: cover;
    /* z-index: 2; */
}

.module-testimonials.option-1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.royacdn.com/unsafe/smart/Site-60fef8f9-6c91-4259-9907-45686140b83e/Assets/bg_tesimonials2.jpg);
    background-size: cover;
    background-position: 100% 74%;
    padding-bottom: 0;
    background-repeat: no-repeat;
}
.module-testimonials.option-1 .section-headline h2 {
	font-size: 230%;
	text-transform: uppercase;
	line-height: 1;
	color: #222;
}
.module-testimonials.option-1 .section-headline h2 span {
	font-size: 20px;
	line-height: 1;
	display: block;
	font-weight: 600;
	color: #333;
	margin-top: 10px;
}
.module-testimonials.option-1 .testimonials-wrapper {
	display: flex;
	justify-content: center;
	margin: 2em 0 0;
	transition: .5s ease-out;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
	padding: 115px 60px 130px;
	background: transparent;
	background-size: cover;
	border-radius: 30px;
	max-width: 1130px;
	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: #7ea7ad;
	left: 50%;
	transform: translate(-50%, 0);
	box-shadow: 0px 10px 40px rgb(0 0 0 / 50%);
}
.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: #333;
	font-size: 22px;
	max-width: 680px;
	margin: 0 auto;
	line-height: 1.6;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	line-clamp: 5; 
	-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;
}
.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: #333;
}
.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: 2em auto 0;
	display: flex;
	max-width: max-content;
}

.module-testimonials.option-1 .carousel-indicators .active {
	background-color: #505959 !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: #333 !important;
    opacity: .9;
}

.module-testimonials.option-1 ul.slick-dots button {
    border: none;
    background: rgb(51 51 51 / 60%);
    color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.module-testimonials.option-1 ul.slick-dots {
    display: flex !important;
    justify-content: center !important;
    gap: 0 5px;
    margin-top: 3em;
    padding-left: 0 !important;
}


.module-testimonials.option-1 ul.slick-dots li {
    list-style: none;
}


.module-testimonials.option-1 ul.slick-dots li.slick-active button {
    background: var(--color-secondary);
}


.module-testimonials.option-1 h2 {
    text-transform: uppercase;
}

.module-testimonials.option-1 .ry-section-title-wrapper span.span-2 {
    color: #bababa;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 10px;
    display: inline-block;
}

.module-testimonials.option-1 .ti-widget .ti-header.source-Google.ti-clickable-link .ti-large-logo {
    display: none;
}

.module-testimonials.option-1 .ti-widget .ti-header.source-Google.ti-clickable-link .ti-stars.star-lg .ti-star {
    filter: grayscale(100%);
}

.module-testimonials.option-1 .testimonials-wrapper .each-block {
    background: #fff;
    height: 450px;
    border-radius: 10px;
    padding: 2em;
}

.module-testimonials.option-1 .testimonials-wrapper .each-block p {
    text-align: center !important;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.module-testimonials.option-1 .testimonials-wrapper .each-block h5 {
    font-weight: normal !important;
    text-align: center !important;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.module-testimonials.option-1 .testimonials-wrapper .each-block  .star-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3em;
}

.module-testimonials.option-1  .slick-track {
    display: flex;
    gap: 0 1% !important;
}

div#section-testimonials span.span-1 {
    font-weight: 300 !important;
}

body.home div#section-testimonials h2 {
    font-weight: 300 !important;
}

.module-testimonials.option-1  .ry-name {
    position:absolute;
    bottom:10%;
    right: 0;
    margin:auto;
    float:none;
    left: 0;
}

.module-testimonials.option-1 .testimonials-wrapper button.slide-arrow {
    position: absolute;
    top: 35%;
    bottom: initial;
    border: none;
    background: transparent;
}

.module-testimonials.option-1 .testimonials-wrapper button.slide-arrow.next-arrow {
    right: 0;
}

.module-testimonials.option-1 .testimonials-wrapper button.slide-arrow.next-arrow:before, .module-testimonials.option-1 .testimonials-wrapper button.slide-arrow.prev-arrow:before {
    content: '';
    background: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    border-top: 3px solid rgb(51 51 51 / 62%);
    border-right: 3px solid rgb(51 51 51 / 62%);
    right: -1.5em;
}

.module-testimonials.option-1 .testimonials-wrapper button.slide-arrow.prev-arrow:before {
    transform: rotate(229deg);
    left: -1em;
}