/* 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: 10em 0 15em;
	background-image: url(https://www.royacdn.com/unsafe/smart/Site-e11c0292-350e-4782-aea0-300cf1ddd8f4/homepage_assets/join_sdcos_bg.jpg);
	background-size: cover;
	background-position: center;
}

.icon-inner {
    max-width: 320px;
    margin: auto;
    float: none;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    height: 215px;
    margin-top: -12em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

div.join-block {
    margin: auto;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 4em;
}


div.join-inner {
    background: #fff;
    padding: 7em 5em 5em;
    max-width: 1100px;
    border-radius: 40px;
}

div.join-block .section-icon img {
    max-width: 180px;
    margin: auto;
    position: relative;
}

div.join-inner a.ry-btn.ry-btn-primary {
    margin: 1.5em auto 0;
}

div.join-inner .ry-headline {
    margin-bottom: 1em;
}

div.join-inner div.sec-content {
    padding-top: 1em;
}


div.join-inner:after {
    border-top-left-radius: 675px;
    border-bottom: none;
    height: 115px;
}

div.join-inner div.section-icon {
    background: #fff;
    max-width: 300px;
    margin: auto;
    float: none;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
}


div.join-inner:before {
    background: transparent;
    content: '';
    height: 107%;
    width: 103%;
    border-radius: 50px;
    border: 10px solid #ede5d7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.module-testimonials.option-1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: ;
}
.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;
	transition: .5s ease-out;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
	padding: 115px 60px 130px;
	background: #393939;
	border-radius: 30px;
	max-width: 1130px;
	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 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	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: #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: #fff;
}
.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 (max-width:1199px) {
    div.module-testimonials.option-1 {
    padding: 6em 1em 10em !important;
}

    div.join-inner {
    padding: 5em 1em !important;
}
    div.join-inner:before {
    width: 105%;
}
}


@media (max-width: 500px) {
    div.join-block .section-icon img {
		max-width: 150px;
	}

	.icon-inner {
		max-width: 150px;
		height: 150px !important;
		margin-top: -8em;
	}

	div.join-inner div.section-icon {
		max-width: 200px;
	}

	div.join-inner:before {
		width: 108%;
	}
}


