/* Testimonial Slider */
.module-testimonials.option-1 .carousel-control.left, 
.module-testimonials.option-1 .carousel-control.right{
	top: 50%;
	bottom: 50%;
	    display: none;
}
.module-testimonials.option-1 {
	padding: 100px 0;
	/*background-color: ;*/
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-50499d9b-750e-44b9-b31e-8297cfe4236d/Homepage_Assets/reviews_bg_center.jpg) center center no-repeat;
	background-size: cover;
}
.module-testimonials.option-1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 320px;
	height: 100%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-50499d9b-750e-44b9-b31e-8297cfe4236d/Homepage_Assets/reviews_bg_left.jpg) center center no-repeat;
	background-size: cover;
}
.module-testimonials.option-1:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 320px;
	height: 100%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-50499d9b-750e-44b9-b31e-8297cfe4236d/Homepage_Assets/reviews_bg_right.jpg) center center no-repeat;
	background-size: cover;
}
.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: 0;
	transition: .5s ease-out;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
	padding: 115px 60px 130px;
	background: transparent;
	border-radius: 30px;
	max-width: 1130px;
	transition: .5s ease-out;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon {
	width: 130px;
	height: auto;
	min-width: 110px;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	background: transparent;
	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 #3e4c7138;
	display: block;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon span {
	color: #3e4c71;
	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: #000;
	font-size: 20px;
	max-width: max-content;
	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 {
	font-size: clamp(1.5rem, 1.3088rem + 0.7843vw, 2.25rem);
	letter-spacing: 4px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #3e4c71;
	font-weight: 300;
	font-family: "Afacad Flux";
	text-align: center;
	margin-bottom: 20px;
}
.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;
}
.module-testimonials.option-1 .content {
    display: flex;
    flex-direction: column;
}
.module-testimonials.option-1 .content .button-wrapper {
    margin-top: -5vw;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon span {
    width: 130px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #3f4b6f20;
    border-radius: 50%;
    font-size: 120px;
    padding-top: 40px;
    position: relative;
    inset: 0;
    transform: unset;
    margin-left: 0;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon:before {
    content: '';
    width: 254px;
    height: 2px;
    background-color: #3f4b6f20;
    border-radius: 0;
    border: none;
    position: absolute;
    left: -254px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon:after {
    content: '';
    width: 254px;
    height: 2px;
    background-color: #3f4b6f20;
    border-radius: 0;
    border: none;
    position: absolute;
    right: -254px;
}
@media (max-width: 1440px) {
	.module-testimonials.option-1 .ry-container {
		max-width: 770px;
	}
	.module-testimonials.option-1::before,
	.module-testimonials.option-1::after {
		max-width: 220px;
	}
}

