.module-services.style-12 .content .ry-flex .ry-each:nth-child(even) {
	background: #fff !important;
}

.module-services.style-12 {
    padding: 50px 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6f57ec91-5548-4a72-8e5f-740049cb2698/Assets/services_texture_bg.jpg);
	background-size: cover;
}
.module-services.style-12:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #1c8b5b, #1c8b5b55, #1c8b5b);
}

.module-services.style-12 .section-background, 
.module-services.style-12 .section-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: top;
	display: none;
}
.module-services.style-12 .section-headline h2 {
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: initial;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
}

.module-services.style-12 .section-headline h2 .span-1 {
	display: block;
	font-size: 24px;
	letter-spacing: 3px;
	color: #fff !important;
	
	position: relative;
}

.module-services.style-12 .section-headline {
	margin-bottom: 20px;
}

.module-services.style-12 .content .ry-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.module-services.style-12 .content .ry-flex .ry-each {
	/*max-width: calc(25% - 45px) !important;
	width: 100% !important;*/
	-ms-flex-preferred-size: unset !important;
	flex-basis: unset !important;
}

.module-services.style-12 .content .ry-flex .ry-each .photo img {
	height: 90px;
	width: 90px;
	-o-object-fit: contain;
	object-fit: contain;
    margin-top: 10px;
	filter: brightness(0) invert(1);
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
	font-size: 24px;
	line-height: 37px;
	text-align: center;
	margin-bottom: 5px;
	clear: both;
	min-height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #282828;
	font-weight: 500;
	margin-top: 10px;
    text-transform: uppercase;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details p {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.module-services.style-12 .content .ry-flex .ry-each .icons {
	width: 45px;
	height: 45px;
	background: #0a7ebb ;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transition: .3s;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: 55px;}
.module-services.style-12 .content .ry-flex .ry-each:hover .icons svg {
    fill: #000;
    transition: .3s;
}

.module-services.style-12 .content .ry-flex .ry-each:hover .icons {
    background: #fff;
    transition: .3s;
}

.module-services.style-12 .content .ry-flex .ry-each:hover .icons {
    width: max-content;
    border-radius: 0px;
    padding: 0 20px;
    transition: .3s;
}
.module-services.style-12 .content .ry-flex .ry-each .icons:before {
    content: "";
    transition: .3s;
    width: 0;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .icons:before {
    content: "Read More";
    position: relative;
    font-size: 16px;
    padding-right: 10px;
    color: #141414;
	transition: .3s;
    width: max-content;
}

.module-services.style-12 .content .ry-flex .ry-each {
	padding: 60px 2vw 80px;
	background: #f9f9f9;
	border-radius: 500px;
	height: inherit !important;
	transform: scale(1);
	transition: .3s;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}
.module-services.style-12 .content .ry-flex .ry-each:hover {
	background: #343434 !important;
	transform: scale(1.035);
	transition: .3s;
}

.module-services.style-12 .content .ry-flex .ry-each:hover:before {
	content: "";
	position: absolute;
	inset: 0;
	border: 2px solid #018b5a;
	transition: .2s;
	border-radius: 500px;
}

.module-services.style-12 .content .ry-flex .ry-each:hover .services-details h4, .module-services.style-12 .content .ry-flex .ry-each:hover .services-details p{
	color: #fff;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .photo img {
	filter: brightness(0) invert(1);
}

.module-services.style-12 .content .ry-flex .ry-each .icons svg {
	fill: #fff;
	transition: .3s;
}



.module-services.style-12 .section-headline h2 .span-1:before {
	display: block;
	height: 2px;
	width: 200px;
	content: "";
	background: #dbdbdb;
	margin: 15px auto;
}

.module-services.style-12 .content .ry-flex .ry-each .link,
.module-services.style-12 .content .ry-flex .ry-each .link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
}
.module-services.style-12 .content .ry-flex .slick-list {
    padding: 160px 0px 120px;
	width: 100%;
}
.module-services.style-12 .content .ry-flex .slick-track {
    display: flex;
    margin-left: -15px;
}

.module-services.style-12 .content .ry-flex .ry-each {
	margin-left: 30px;
}

.module-services.style-12 .content .ry-flex button.slide-arrow {
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 40px;
    border: none;
    transform: translateX(-50%);
	background: #33333380;
	transition: .3s;
	display: flex !important;
    align-items: center;
    justify-content: center;
	z-index: 999;
}
.module-services.style-12 .content .ry-flex button.slide-arrow:hover {
    background: #333;
    transition: .3s;
}

.module-services.style-12 .content .ry-flex button.slide-arrow.next-arrow {
    left: calc(50% - -35px);
}

.module-services.style-12 .content .ry-flex button.slide-arrow:before {
    content: "\f053";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 13px;
}

.module-services.style-12 .content .ry-flex button.slide-arrow.next-arrow:before {
	transform: translate(-50%, -50%) scale(-1);
}

/** PLACE YOUR MOBILE AND UP CSS HERE **/
@media (max-width: 1680px) {
	.module-services.style-12 .content .ry-flex {
		gap: 30px;
	}

	.module-services.style-12 .content .ry-flex .ry-each {
		max-width: calc(25% - 22.5px) !important;
	}
}
@media (max-width: 1280px) {
	.module-services.style-12 .content .ry-flex .ry-each {
		max-width: calc(33.33% - 22.5px) !important;
	}
}
@media (max-width: 1080px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.module-services.style-12 {
		padding: 100px 0 18%;
	}
	.module-services.style-12 .section-headline h2 {
		font-size: 50px;
	}
	.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
		font-size: 20px;
		min-height: 40px;
	}
	.module-services.style-12 .section-headline h2 .span-1 {
		font-size: 20px;
	}
	.module-services.style-12 .content .ry-flex .ry-each .services-details p {
		font-size: 16px;
	}
	.module-services.style-12 .content .ry-flex .ry-each {
		max-width: calc(50% - 22.5px) !important;

	}


	.module-services.style-12 .content .ry-flex .ry-each:nth-child(1), 
	.module-services.style-12 .content .ry-flex .ry-each:nth-child(4), 
	.module-services.style-12 .content .ry-flex .ry-each:nth-child(5) {
		
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	}
}
@media (max-width: 768px) {
	.module-services.style-12 .content .ry-flex {
		gap: 15px;
	}
	.module-services.style-12 .content .ry-flex .ry-each {
		max-width: calc(50% - 7.5px) !important;
	}
	.module-services.style-12 .content .ry-flex .ry-each {
		padding-bottom: 100px;
	}

	.module-services.style-12 .content .ry-flex .ry-each .icons {
		width: 40px;
		height: 40px;
		bottom: 30px;
	}
}
@media (max-width: 620px) {
	.module-services.style-12 .content .ry-flex {
		row-gap: 15px;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	.module-services.style-12 .content .ry-flex .ry-each {
		max-width: 100% !important;
		padding-left: 20px;
		padding-right: 20px;
	}

	.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
		min-height: unset;
	}
	.module-services.style-12 .content .ry-flex .ry-each:nth-child(1), 
	.module-services.style-12 .content .ry-flex .ry-each:nth-child(4), 
	.module-services.style-12 .content .ry-flex .ry-each:nth-child(5) {
		
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}
	.module-services.style-12 .content .ry-flex .ry-each:nth-child(odd) {
		
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	}
	
	
}
@media (max-width: 480px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.module-services.style-12 .section-headline h2 {
		font-size: 42px;
	}
}

@media (min-width: 1200px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/
}
.module-services.style-12 .content .ry-flex .ry-each{
	align-items: center;
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
}
.module-services.style-12 .content .ry-flex .ry-each .photo {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6f57ec91-5548-4a72-8e5f-740049cb2698/Assets/cir_off_hover.png);
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 150px;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	margin-top: -54%;
	z-index: 999;
	transition: .3s;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .photo{
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6f57ec91-5548-4a72-8e5f-740049cb2698/Assets/cir_hover.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s;
}

.module-services .for-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    clear: both;
    padding-top: 40px;
}

.shape-wave {
    position: relative;
	padding: 10% 0;
	background: #f9f9f9;
}

.shape-wave:before, .shape-wave:after {
	content: "";
    position: absolute;
    inset: 0;
    height: 0;
    padding-bottom: 14%;
    transform: translate(0, -26%);
    z-index: 2;
}

.shape-wave:before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6f57ec91-5548-4a72-8e5f-740049cb2698/Assets/top_wave_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: unset;
    top: 0;
    background-position: center bottom;
}

.shape-wave:after {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6f57ec91-5548-4a72-8e5f-740049cb2698/Assets/bottom_wave_2.png);
    background-size: contain;
	background-repeat: no-repeat;
	top: unset;
	bottom: -4%;
	background-position: center bottom;
	transform: unset;
}

.module-services .ry-btn-primary {
    background: #fff !important;
    color: #333 !important;
}

.module-services .ry-btn-primary:hover {
    background: #d7d8da !important;
	 color: #333 !important;
}

div#section-services {
    padding-top: 4%;
    background: #f9f9f9;
}
