<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.module-services.style-12 {
	padding: 150px 0;
	position: relative;
}
.module-services.style-12:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #fff,transparent, transparent 80%, #f89b1c 100%);
    z-index: 1;
}
.module-services.style-12 .ry-container {
    z-index: 1;
}
.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;
}
.module-services.style-12 .section-headline h2 {
	font-size: 58px;
	text-transform: uppercase;
	letter-spacing: initial;
	margin-bottom: 10px;
	color: #ffffff;
	text-align: center;
}

.module-services.style-12 .section-headline h2 .span-1 {
	display: block;
	font-size: 24px;
	letter-spacing: 3px;
	color: #ffffff;
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
}

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

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

.module-services.style-12 .content .ry-flex .ry-each {
	max-width: calc(33% - 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 {
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #005b78;
    border-radius: 200px;
	transition: .3s;
	animation: morph 3s ease-in-out infinite both alternate;
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
  }

  100% {
    border-radius: 40% 60%;
  }
}
.module-services.style-12 .content .ry-flex .ry-each:hover .photo {
	background: #ffffff;
	transition: .3s;
}

.module-services.style-12 .content .ry-flex .ry-each .photo img {
	-o-object-fit: contain;
	object-fit: contain;
	transition: .3s;
	width: 60%;
	height: 60%;
	filter: brightness(0) invert(1)
}

.module-services.style-12 .content .ry-flex .ry-each:hover .photo img {
    filter: unset;
    transition: .3s;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
	font-size: 22px;
	text-align: left;
	margin-bottom: 10px;
	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: flex-start;
	color: #333;
	line-height: 130%;
	font-weight: 500 !important;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details p {
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	transition: .2s;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .services-details p {
	color: #ffffff;
	transition: .2s;
}

.module-services.style-12 .content .ry-flex .ry-each .icons {
	width: max-content;
	height: 45px;
	background: #34ae1e;
	border-radius: 0;
	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: 2vw;
	bottom: 40px;
	padding-right: 11px;
}

.module-services.style-12 .content .ry-flex .ry-each .icons:before {
    content: "read more";
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 0 9px 0 13px;
    text-transform: capitalize;
	transition: all .3s;
}

.module-services.style-12 .content .ry-flex .ry-each {
	padding: 40px 2vw 120px;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
}

.module-services.style-12 .content .ry-flex .ry-each .icons svg {
	fill: #ffffff;
}

.module-services.style-12 .content .ry-flex .ry-each {
	background: rgb(255 255 255 / 100%);
	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);
	transition: .3s;
}

.module-services.style-12 .content .ry-flex .ry-each:hover {
    background: rgb(0 0 0 / 100%) !important;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
    transition: .3s;
}

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

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

.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
    transition: .3s;
}

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

.module-services.style-12 .section-headline h2 .span-1:before {
	position: absolute;
	left: 50%;
	top: 0;
	width: 200px;
	height: 1px;
	background: rgba(255,255,255,0.1);
	content: "";
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.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;
}
/** 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 150px;
	}
	.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 {
		background: #fff;
		-webkit-box-shadow: unset;
		box-shadow: 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) {
		background: #fff;
		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;
	}

	
}
@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) {
		/*background: #ffe7d8;*/
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}
	.module-services.style-12 .content .ry-flex .ry-each {
		background: #fff;
		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 .ry-container .content {
    padding-top: 0%;
}

.module-services.style-12 .ry-container {
	z-index: 99;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 60px;
	max-width: 1400px;
}

.module-services.style-12:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, #005b78, transparent);
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    top: 0;
    z-index: 3;
}

.module-services.style-12:after {
    content: "";
    position: absolute;
    inset: 0;
    top: unset;
    
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    width: 100%;
    height: 0;
    bottom: 0;
    padding-bottom: 70%;
}

.module-services.style-12 .content .ry-flex .ry-each:hover:before {
	opacity: 0.2;
}

.module-services.style-12 .content .ry-flex .ry-each:nth-child(1):before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1a2fae03-b588-4c44-8312-6a9e2465cabe/Assets/01s.jpg);
	background-size: cover;
}
.module-services.style-12 .content .ry-flex .ry-each:nth-child(2):before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1a2fae03-b588-4c44-8312-6a9e2465cabe/Assets/02s.jpg);
	background-size: cover;
}
.module-services.style-12 .content .ry-flex .ry-each:nth-child(3):before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1a2fae03-b588-4c44-8312-6a9e2465cabe/Assets/03s.jpg);
	background-size: cover;
}
.module-services.style-12 .content .ry-flex .ry-each:nth-child(4):before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1a2fae03-b588-4c44-8312-6a9e2465cabe/Assets/04s.jpg);
	background-size: cover;
}
.module-services.style-12 .content .ry-flex .ry-each:nth-child(5):before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1a2fae03-b588-4c44-8312-6a9e2465cabe/Assets/05s.jpg);
	background-size: cover;
}
.module-services.style-12 .content .ry-flex .ry-each:nth-child(6):before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-1a2fae03-b588-4c44-8312-6a9e2465cabe/Assets/06s.jpg);
	background-size: cover;
}

.module-services.style-12 .content .ry-flex .ry-each:before {
    content: "";
    position: absolute;
    inset: 0;
    background-position: center top;
    background-repeat: no-repeat;
	opacity: 0;
	transition: 0.3s;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details {
    position: relative;
}
.module-services.style-12 .content .ry-flex .ry-each .photo, .module-services.style-12 .content .ry-flex .ry-each .services-details, .module-services.style-12 .content .ry-flex .ry-each .icons {
    z-index: 9;
}

.module-services.style-12 .content .ry-flex .ry-each .link {
	z-index: 99;
}
div#section-services:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-5e7262ec-d164-4a22-b2da-f3b629cbd2a1/Assets/Services_curve_shape_V2.png);
    z-index: 10;
    padding-bottom: 24%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    top: unset;
    bottom: 0;
}

</pre></body></html>