/* Testimonial Slider */
.module-testimonials.option-1 .carousel-control.left, 
.module-testimonials.option-1 .carousel-control.right{
	top: 50%;
	bottom: 50%;
}
.module-testimonials.option-1 {
	padding: 100px 0;
	background-color: ;
	width: calc(100% - 42px);
    margin: 28px 24px;
    border-radius: 52px;
    overflow: hidden;
}
.module-testimonials.option-1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height:100%;
	/*background: #eeeeee;*/
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-f219d040-9ab2-42cf-b0c1-ffea826d950d/HP_Assets/reviews_bg.png);
	background-size: cover;
}
.module-testimonials.option-1 .section-headline h2 {
	font-size: 58px;
	text-transform: uppercase;
	line-height: 1.2;
	max-width: 960px;
    margin: auto;
}
.module-testimonials.option-1 .section-headline h2 span {
	font-size: 20px;
	line-height: 1;
	display: block;
	font-weight: 600;
	color: #f3a226;
	margin-top: 10px;
}
.module-testimonials.option-1 .testimonials-wrapper {
	display: flex;
	justify-content: center;
	margin: 4rem auto;
	transition: .5s ease-out;
	border-radius: 37px;
	filter: drop-shadow(2.923px 20.796px 28.5px rgba(14, 14, 14, 0.19));
	background-color: #ffffff;
	max-width: 960px;
	width: 100%;
	float: none;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
	padding: 60px 60px 130px;
	/*background: #fff;
	border-radius: 40px;
	max-width: 1130px;
	transition: .5s ease-out;
	box-shadow: -1px 27px 0px -14px #f2a225;
	-webkit-box-shadow: -1px 27px 0px -14px #f2a225;
	-moz-box-shadow: -1px 27px 0px -14px #f2a225;*/
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2rem;
	background: #0c4753;
	
	/*position: absolute;
	top: -50px;
	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: 80%;
    left: 50%;
	transform: translate(-50%, -50%);
	font-size: 100px;
	font-family: 'Satoshi';
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
	text-align: center;
	color: #393939;
	font-size: 20px;
	max-width: 680px;
	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: #f2a225;
	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: #393939;
}
.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;
}