/* Testimonial Slider */
.carousel-control.left, .carousel-control.right{
	top: 50%;
	bottom: 50%;
}
.module-testimonials.option-1 {
	padding: 100px 0 40px;
	background-color: #fff;
	/*background: url(https://s3.amazonaws.com/static.organiclead.com/Site-18c8e7fe-2fad-4084-86d3-2290fbd0d6c4/Assets/Testimonial_background_V2.jpg);
	background-size: cover;
	background-position: center left;*/
}
.module-testimonials.option-1:before { display: none;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #eeeeee;
}
.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: 90px 0 0;*/
	transition: .5s ease-out;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
	padding: 0 60px 100px;
	background: transparent;
	border-radius: 30px;
	max-width: 1060px;
	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: 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 #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: #000;
	font-size: 18px;
	max-width: 680px;
	margin: 0 auto;
	line-height: 1.6;
	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;
	margin-bottom: 1.5em
}
.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: #000;
}
.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 .ry-container {
    display: flex;
    justify-content: center;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .carousel-control {
    display: none;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name:first-child {
    margin-top: 0;
}
.module-testimonials.option-1 .content {
    position: relative;
    padding: 4vw;
    filter: drop-shadow(0 0 53px rgba(0,0,0,0.1));
    background-image: linear-gradient(180deg, #ffffff 0%, #bad3db 100%);
    border: 15px solid;
    border-image-slice: 1;
    border-width: 15px;
    border-image-source: linear-gradient(0deg, #bad3db 0%, #ffffff 100%);
    background-color: #fff;
    margin-top: -12em;
    z-index: 9;
}
.module-testimonials.option-1 .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.module-testimonials.option-1 .content .ry-title-heading {
    position: relative;
    z-index: 10;
}
.module-testimonials.option-1 .testimonials-wrapper:before {
    content: "“";
    position: absolute;
    top: 0;
    left: -25px;
    opacity: 0.200;
    font-size: 208px;
    letter-spacing: -13px;
    color: #3e86c5;
    font-family: "Satoshi" !important;
    z-index: 99;
}
.module-testimonials.option-1 .testimonials-wrapper:after {
    content: "”";
    position: absolute;
    bottom: 0;
    right: -25px;
    opacity: 0.200;
    font-size: 208px;
    letter-spacing: -13px;
    color: #3e86c5;
    font-family: "Satoshi" !important;
    z-index: 99;
}

@media (min-width: 1081px) {
	.module-testimonials.option-1 .content {
		max-width: 900px;
	}
	.module-testimonials.option-1 .ry-container {
		margin: unset;
		margin: 0 auto;
	}
}