.module-services.style-9 {
	padding: 130px 0 620px;
	background: transparent;
	background-size: cover;
	background-position: center;
	margin-top: -1px;
	/*box-shadow: 0px -10px 40px rgb(0 0 0 / 8%);*/
	z-index: 2;
}


.module-services.style-9 .ry-container {
	max-width: 1280px;
	width: 90%;
	position: relative;
	z-index: 99;
}

.module-services.style-9 .background-section {
	overflow: hidden;
} 
.module-services.style-9 .background-section, .module-services.style-9 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: top;
}

/*.module-services.style-9:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-39707ac9-55ca-4f0b-8888-68beb1b581ef/Assets/services_background.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    transform: translateY(-30%);
    padding-top: 104%;
}*/

/*.module-services.style-9:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-39707ac9-55ca-4f0b-8888-68beb1b581ef/Assets/bottom_shape_services_bg.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 46%;
    top: unset;
    bottom: -34%;
}*/
.module-services.style-9 .section-headline h2 {
	font-size: 46px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 22px;
}

.module-services.style-9 .section-headline h2 span {
	color: #fff !important;
	opacity: .5;
}

.module-services.style-9 .section-headline p {
	font-size: 18px;
	line-height: 160%;
	color: #555;
}

.module-services.style-9 .ry-flex {
	align-items: center;
}

.module-services.style-9 .ry-flex > .ry-each:nth-child(1) {
	max-width: 100%;
	width: 100%;
}

.module-services.style-9 .ry-flex .ry-each .services-details * {
	text-align: center;
}

.module-services.style-9 .ry-flex .ry-each .services-details h4 {
	margin-bottom: 15px;
	font-size: clamp(1.5rem, 1.4432rem + 0.2841vw, 1.625rem);
	line-height: 45px;
	color: #ffffff;
    font-weight: 600 !important;
    text-transform: uppercase;
	font-family: 'Tenor Sans', sans-serif !important;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each h4{
	margin-bottom: 0px;
	font-size: clamp(1.0625rem, 0.9773rem + 0.4261vw, 1.25rem);
	line-height: 150%;
	color: #333333;
	font-weight: 400 !important;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active h4 {
	color: #8e9fab;
	transition: .3s;
}
.module-services.style-9 .ry-flex .ry-each .services-details h5{
	margin-bottom: 15px;
	font-size: clamp(1.5rem, 1.4432rem + 0.2841vw, 1.625rem);
	line-height: 150%;
	color: #333333;
	font-weight: 500 !important;
}
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .ry-small-title {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(55px);
	display: none;
}

.module-services.style-9 .ry-flex .ry-each .services-details p {
	font-size: 18px;
	line-height: 1.6;
	color: #222;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3; 
	-webkit-box-orient: vertical;
	display: none;
}

.module-services.style-9 .ry-flex .ry-each .services-details:not(.active) {
	display: none;
}

.module-services.style-9 .ry-flex .ry-each .services-details {
	margin: 20px 0 20px;
}

/*.module-services.style-9 .ry-flex .ry-each .ry-inner-flex {
display: flex;
flex-wrap: wrap;
gap: 40px;
justify-content: flex-end;
}*/

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each {
	/*width: 100%;
	max-width: calc(33.3333% - 40px);*/
	flex-basis: unset;
	cursor: pointer;
	border-radius: 200px !important;
	background: #ffffff99;
	margin-left: 20px;
	padding: 8px;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo {
	position: relative;
	padding-bottom: 150%;
	background: #fff;
	border-radius: 200px;
	overflow: hidden;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 100%;
	max-width: 100%;
	inset: 0;
}

.module-services.style-9 .ry-flex .ry-each .box-wrapper {
	/* transform: rotate(45deg); */
	/* border-radius: 80px; */
	overflow: hidden;
	padding: 0 25px;
	margin-top: -40px;
	margin-bottom: -40px;
}

.module-services.style-9 .ry-flex > .ry-each:nth-child(2) {
	/* margin-top: -120px; */
	/* margin-bottom: -120px; */
	/* border-radius: 50px; */
}

/*.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:nth-child(3) {
overflow: hidden;
}*/

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:nth-child(7) {
	border-bottom-left-radius: 60px;
	overflow: hidden;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex:before {
	content: "";
	position: absolute;
	/* right: 0; */
	width: 800px;
	height: 5px;
	background: #333;
	left: -420px;
	transform: rotate(90deg);
	display: none;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex:after {
	/* content: ""; */
	position: absolute;
	/* right: 0; */
	width: 800px;
	height: 5px;
	background: #fff;
	/* left: -420px; */
	bottom: -20px;
	transform: rotate(90deg);
	right: -420px;
}

/*.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo,
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo {
background: #8e9fab;
}*/

/*.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo:after,
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo:after {
	background: radial-gradient(#5a7693,#8e9fab);
	transition: .3s;
}*/

/*.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo img,
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo img {
	filter: invert(1) brightness(9);
}*/

/*.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	height: 90%;
	border: 1px solid #8e9fab;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	transition: .3s;
}*/

/*.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo:after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	background: #fff;
	border-radius: 100%;
	width: 80%;
	height: 80%;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	z-index: 0;
	transition: .3s;
}*/
/*.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo:before, .module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo:before {
	opacity: 1;
	border-color: #5a7693;
	transition: .3s;
}*/

/*.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo img {
	z-index: 1;
	filter: brightness(0) invert(0.4);
}*/

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:nth-child(7):hover .photo:before,
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active:nth-child(7) .photo:before {
}

/*.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo:before {border: transparent;}
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo .photo {
background: transparent;
}*/

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo .photo img {
	filter: unset !important;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo {
	cursor: initial;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo .photo:before {
	opacity: 0;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo img {
	width: 90%;
	max-width: 75%;
}

div#serv-btn-block {
	justify-content: center;
	gap: 0 20px;
	margin-top: 1.25em;
}

a#serv-btn {
	background: transparent !important;
	border: 1px solid #ffffff;
	color: #fff !important;
}

a#serv-btn:hover {
	background: #8e9fab  !important;
	color: #fff !important;
}


.module-services.style-9 .ry-flex .ry-each .services-details>div:not(.ry-flex) {
	/*min-height: 150px;*/
	padding: 0 18%;
}

@media (max-width: 1200px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.module-services.style-9 {
		padding: 18% 0 15%;
	}
	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo img {
		max-width: 100%;
	}
}

@media (max-width: 1080px) {
	.module-services.style-9 .ry-container {
		padding-top: 38%;
		padding-bottom: 300px;
		display: flex;
	}
}

@media (max-width: 1080px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.module-services.style-9 {
		padding: 120px 0;
	}
	.module-services.style-9 .section-headline h2 {
		font-size: 50px;
	}

	.module-services.style-9 .ry-flex {
		flex-direction: column;
	}

	.module-services.style-9 .ry-flex > .ry-each:nth-child(1) {
		max-width: 100%;
		width: 100%;
	}

	.module-services.style-9 .section-headline h2 {
		text-align: center;
	}

	.module-services.style-9 .ry-flex .ry-each .services-details h4 {
		text-align: center;
	}

	.module-services.style-9 .ry-flex .ry-each .services-details p {
		text-align: center;
	}

	.module-services.style-9 .ry-flex .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
		/* display: flex; */
	}

	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex:before, .module-services.style-9 .ry-flex .ry-each .ry-inner-flex:after {
		opacity: 0;
	}
	.module-services.style-9 .ry-flex > .ry-each:nth-child(2) {
		padding: 0;
		flex-basis: unset;
		width: 100%;
		max-width: 70%;
		margin-top: 0;
		margin-bottom: 0;
		margin-top: 2em;
	}

	div#serv-btn-block {
		flex-direction: row;
		justify-content: center;
	}


	.module-services.style10 .ry-flex .ry-each .services-details h4 {
		font-size: 24px;
	}
	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex {
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 768px) {
	.module-services.style-9 .ry-flex > .ry-each:nth-child(2) {
		max-width: 90%;
		margin-top: 1em;
	}
	.module-services.style-9 {
		padding: 120px 0;
	}
}

@media (max-width: 480px) {
	.module-services.style10 .ry-flex .ry-each .services-details h4 {
		font-size: 20px;
	}

	.module-services.style-9 .section-headline h2 {
		font-size: 35px;
	}

	div.module-services.style-9 .ry-flex .ry-each .services-details h4 {
		font-size: 25px;
	}
	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex {
		gap: 5px;
	}
}

@media (max-width:1360px) and (min-width:1199px) {
	div.module-services.style-9 .ry-flex > .ry-each:nth-child(1) {
		
	}

	div.module-services.style-9 .ry-flex .ry-each .ry-inner-flex {
		gap: 20px;
		justify-content: space-between;
	}

	div.module-services.style-9 .ry-flex > .ry-each:nth-child(2) {
		width: 50%;
	}
}

@media (max-width: 1080px) {
	.module-services.style-9 * {
		text-align: center !important;
	}
	.module-services.style-9 .ry-flex .ry-each .services-details>div:not(.ry-flex) {
		min-height: 100%;
	}
}

@media (max-width: 500px) {
	.module-services.style-9 {
		padding: 80% 0 3em;
	}
	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each {
		width: 100%;
	}
	.module-20 .slider-controller {
		top: 37%;
	}
	#team-wrap .module-20 {
		padding: 6vw 0 40px;
	}
}


@media (max-width:767px) {
	div.module-services.style-9 {
		padding: 120px 0;
	}
	div#serv-btn-block {
		flex-direction: column;
		gap: 20px;
	}
	.module-services.style-9 .ry-flex .ry-each .ry-btn {
		width: 240px !important;
		max-width: 100%;
	}
}

@media (max-width: 600px){
	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex {
		flex-direction: column;
		gap: 92px;
	}
	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each {
		max-width: 220px !important;
	}
}
@media (max-width: 500px){
	div.module-services.style-9 {
		padding: 80px 0;
	}
}
/*.module-services.style-9 .ry-flex > .ry-each:nth-child(2):before {
content: "";
position: absolute;
background: url(https://s3.amazonaws.com/static.organiclead.com/Site-02cf7fb6-7b82-4e2a-b85a-3485462fbe9c/Assets/feature_services_V2.jpg);
width: 50vw;
right: 50%;
height: 130%;
bottom: 0;
top: 0;
z-index: 0;
border-top-left-radius: 500px;
border-bottom-left-radius: 500px;
box-shadow: inset -6px -6px 40px rgb(0 0 0 / 40%);
transform: translate(65%, -12%);
background-size: 100%;
background-repeat: no-repeat;
}*/

.module-services.each-click .ry-flex .ry-each.slick-slide {
	transition: transform 0.3s ease, z-index 0.3s ease;
	transform: scale(1);
	z-index: 1;
}

.module-services.each-click .ry-flex .ry-each .slick-center {
	transform: scale(1.4);
	z-index: 2;
	box-shadow: 0 0 30px rgb(0 0 0 / 30%);
	background: #8e9fab !important;
}

.module-services .ry-inner-flex .slick-list.draggable {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
	position: relative;
	    margin-left: -10px;
}
.module-services .ry-inner-flex .slick-list.draggable:before, .module-services .ry-inner-flex .slick-list.draggable:after {
    content: ""; display: none;
    position: absolute;
    inset: 0;
    width: 20%;
    background: linear-gradient(to right, #d9e1e3, transparent);
	z-index: 1;
}
.module-services .ry-inner-flex .slick-list.draggable:after {
    right: 0;
    left: unset !important;
    background: linear-gradient(to left, #d9e1e3, transparent) !important;
}
.module-services .ry-inner-flex .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #5a7693;
    border-radius: 50px;
    left: -25px;
    color: transparent;
    overflow: hidden;
	display: flex !important;
    align-items: center;
    justify-content: center;
}
.module-services .ry-inner-flex .slick-arrow.slick-next {
    left: unset;
    right: -25px;
}

.module-services .ry-inner-flex .slick-arrow:before {
    content: "\f053";
    position: absolute;
    color: white;
    font-family: 'FontAwesome';
    font-size: 15px;
}

.module-services .ry-inner-flex .slick-arrow.slick-next:before {
	content: "\f054";
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each {
	overflow: visible !important;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.slick-center.active .ry-small-title { 
	display: none !important;
}
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.slick-slide .ry-small-title {
    display: block !important;
}
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.slick-slide .ry-small-title h4 {
	font-size: 17px;
	color: #fff;
	opacity: 0.6;
}

@media screen and (max-width:992px) {

	div.module-services.style-9 ul.slick-dots{
		padding: 0;
		display: flex !important;
		align-items: center;
		justify-content: center;
		list-style: none;
		gap: 5px;
		margin: 30px 0;
	}

	div.module-services.style-9 ul.slick-dots li{
		font-size: 0;
		width: 12px;
		height: 12px;
		background: #ffffff;
		border-radius: 50%;
	}

	div.module-services.style-9 ul.slick-dots li.slick-active{
		background: radial-gradient(#5a7693, #8e9fab);
	}


	div.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each {
		margin-left: 0;
	}

	div.module-services .ry-inner-flex .slick-list.draggable {
		margin-left: 0;
	}


	div.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.slick-slide .ry-small-title h4 {
		font-size: 13px;
	}
}

@media (min-width: 1081px) {
	.module-services.style-9 {
		padding: 140px 0 500px;
		margin-top: -350px;
    }
	.module-services.style-9 .ry-container {
		padding-top: 480px;
	}
}