/* Testimonial Slider */
.module-testimonials.option-1 .carousel-control.left, 
.module-testimonials.option-1 .carousel-control.right{
	top: 25%;
	bottom: 50%;
	background: none;
	width: auto;
}

.module-testimonials.option-1 .ry-container {
    max-width: 100%;
}

.module-testimonials.option-1 {
	padding: 9em 0;
	background: #ddd7cd;
}
.module-testimonials.option-1:before, .module-testimonials.option-1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10%;
	height: 100%;
	background: #f1eae4;
}
.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: space-between;
	margin: 0;
	transition: .5s ease-out;
	float: right;
	position: relative;
	left: -3em;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
	transition: .5s ease-out;
	float: right;
}
.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: #393939;
	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: #fff;*/
	max-width: 1100px;
	margin: 0 auto;
	width: 90%;
	height: 150px;
}

.module-testimonials.option-1 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module-testimonials.option-1 .button-wrapper {
    display: none;
}

.module-testimonials.option-1 .section-heading h2 {
    transform: rotate(270deg);
    position: relative;
    left: -24%;
}

.module-testimonials.option-1:after {
    background: transparent;
    height: 100%;
    top: 0;
    bottom: 0;
    border-right: 1px solid #000;
}


.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: #b0b194;
	margin: 0 3px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
	text-align: center;
	margin-top: 15px;
	font-size: 21px;
	text-transform: initial;
	font-family: var(--font-default);
}
.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;
}


@media (min-width:1200px) and (max-width:1600px) {
	.module-testimonials.option-1 .section-heading h2 {
    left: -16%;
}

	.module-testimonials.option-1 .section-heading {
		left: -7%;
	}

	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
		max-width: 1000px;
	}

	div.module-testimonials.option-1 .carousel-control.left {
    left: 1%;
  }

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

	.module-testimonials.option-1 .testimonials-wrapper {
		left: -1em;
	}

}


@media (max-width:1199px) {
	
	.module-testimonials.option-1 .section-heading h2 {
   		transform: none !important;
		left: 0 !important;
	}

	.module-testimonials.option-1 .testimonials-wrapper {
	  left: 0;
	}

	.module-testimonials.option-1 {
		padding: 4em 0 !important;
	}

	.module-testimonials.option-1:before, .module-testimonials.option-1:after {
		display: none;
	}

	.module-testimonials.option-1 .content {
		flex-direction: column;
		gap: 2em 0 !important;
	}

	.module-testimonials.option-1 .carousel-control.right {
		right: 50px !important;
	}

	.module-testimonials.option-1 .carousel-control.left {
		left: 50px !important;
	}

		.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
	  max-width: 750px;
	}

}

@media (max-width:768px) {
	
	.module-testimonials.option-1 .carousel-control.right {
		right: 5px !important;
	}

	.module-testimonials.option-1 .carousel-control.left {
		left: 5px !important;
	}

	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
	  max-width: 80% !important;
	}
	
}

