/* Testimonial Slider */
.module-testimonials.option-1 .carousel-control.left, 
.module-testimonials.option-1 .carousel-control.right{
	top: 50%;
	bottom: 50%;
	display: block !important;
	opacity: 1;
}

.module-testimonials.option-1 .star-wrapper svg {
    height: 24px;
    fill: var(--color-primary);
}

.module-testimonials.option-1 .star-wrapper {
    display: flex;
    gap: 0 5px;
    justify-content: center;
    margin: 1.5em auto 1.5em;
}

.module-testimonials.option-1 .background-section, .module-testimonials.option-1 .background-section img {
    object-position: top center;
}

.module-testimonials.option-1 {
  padding: 9em 0 19em;
  background-color: #f5fff1;
  margin-top: 0;
}

.module-testimonials.option-1 .content .ry-heading h4 {
  color: #fff;
}
.module-testimonials.option-1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
}
.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: 1em 0;
	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: #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 {
  color: #fff;
  max-width: 680px;
  margin: 0 auto;
  font-weight: 300 !important;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  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;
	align-items: center;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name .star-wrapper svg {
	width: 20px;
	fill: #ecce68;
	margin: 0 2px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
	font-weight: 300 !important;
	margin-top: 8px;
	color: #fff;
	text-align: center !important;
	font-family: var(--font-default) !important;
	font-size: 18px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 span {
	font-weight: 300;
	display: none;
}
.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 {
  max-width: 1000px;
  float: none;
  margin: auto;
}
.module-testimonials.option-1 .content .ry-heading h4,
.module-testimonials.option-1 .content .ry-heading h2 {
  text-align: center;
}

.module-testimonials.option-1 .ry-container {
  max-width: 1400px;
  width: 80%;
}


@media (max-width:1199px) {
	.module-testimonials.option-1:before {
	}
	
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name {
	  margin-bottom: 4em !important;
	}
	
	div.module-testimonials.option-1 .background-section, div.module-testimonials.option-1 .background-section img {
	  object-position: 13% !important;
	}
	
	.module-testimonials.option-1 .content {
	  z-index: 1;
	  float: none;
	  margin: auto;
	  max-width: 100%;
	}
	
	.module-testimonials.option-1 .content .ry-heading h4, .module-testimonials.option-1 .content .ry-heading h2,
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5, .module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
	  text-align: center !important;
	}
	
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name .star-wrapper {
	  justify-content: center !important;
	}
	
	.testimonials-wrapper .carousel-indicators {
	  text-align: center !important;
	  padding: 0 !important;
	  display: inline !important;
	}
	
	div.module-testimonials.option-1 {
	background: #0c5236;
	padding: 4em 0 !important;
	}

	.module-testimonials.option-1 .carousel-control.left, .module-testimonials.option-1 .carousel-control.right {
    display: none !important;
}

	
}





