<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: 100px 0 100px;
	/*box-shadow: 0px -40px 60px rgb(0 0 0 / 5%);*/
	z-index: 9;
}
.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: center;
}

.module-services.style-12 .section-background:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #eae9e7, transparent, transparent);
    z-index: 1;
}
/*.module-services.style-12 .section-background:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #fff, rgb(255 255 255 / 90%), rgb(255 255 255 / 100%));
    z-index: 1;
}*/
.module-services.style-12 .section-headline h2 {
	font-size: 58px;
	text-transform: uppercase;
	letter-spacing: initial;
	margin-bottom: 10px;
	color: #333;
	text-align: center;
}

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

.module-services.style-12 .section-headline {
	margin-bottom: 50px;
}
.module-services.style-12 .ry-container {
    z-index: 9;
}

.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: 75px;
	-o-object-fit: contain;
	object-fit: contain;
	margin-bottom: 0px;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 25px;
	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: #fff;
	font-weight: 500;
}

.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: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	    color: #333;
}

.module-services.style-12 .content .ry-flex .ry-each .icons {
	width: 45px;
	height: 45px;
	background: #5dc5c7 ;
	border-radius: 50%;
	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 {
	padding: 60px 2vw 150px;
	background: #5dc5c7;
	border-radius: 0px;
	height: inherit !important;
	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: #5dc5c7 !important;
	transition: .3s;
}

.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 .photo img, .module-services.style-12 .content .ry-flex .ry-each .photo {
    transition: .3s;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .photo {
	transition: .3s;
    height: 100%;
}

.module-services.style-12 .content .ry-flex .ry-each:hover .photo img {
	filter: brightness(0) invert(1);
	object-fit: contain;
    transform: scale(1.25);
	transition: .3s;
}

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

.module-services.style-12 .content .ry-flex .ry-each:nth-child(odd) {
	background: #5dc5c7;
	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 .section-headline h2 .span-1:before {
	position: absolute;
	left: 50%;
	top: 0;
	width: 200px;
	height: 1px;
	background: rgba(0,0,0,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: 99;
	opacity: 0;
}
.module-services.style-12 .content .ry-flex .slick-list {
    padding: 40px 0px 140px;
	width: 100%;
}
.module-services.style-12 .content .ry-flex .slick-track {
    display: flex;
    gap: 30px;
}


.module-services.style-12 .content .ry-flex button.slide-arrow {
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 40px;
    border: none;
    transform: translateX(-50%);
	background: #333333;
	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: #000000;
    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);
}
.module-services.style-12 .content .ry-flex .ry-each {
    margin-left: 0px;
}.module-services.style-12 .content .ry-flex .slick-track {
    display: flex;
    margin-left: 0px;
    gap: 0px;
}

/** 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 100px;
	}
	.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(odd) {
		background: #ffe7d8;
		-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;
	}

	.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) {
		background: #ffe7d8;
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}*/
	.module-services.style-12 .content .ry-flex .ry-each:nth-child(odd) {
		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;
	}
}

div#section-services {
    background: #000000;
}

.module-services.style-12 .content .ry-flex .ry-each:hover {
	background: #5dc5c7 !important;
	border: none;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .photo img {
    filter: none;
}
.module-services.style-12 .content .ry-flex .ry-each .services-details p,.module-services.style-12 .content .ry-flex .ry-each .icons {
    display: none;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .services-details p {
    display: -webkit-box;
}
.module-services.style-12 .content .ry-flex .ry-each {
    padding: 0;
	overflow: hidden;
}

.module-services.style-12 .content .ry-flex .ry-each, .module-services.style-12 .content .ry-flex .ry-each:hover {
    border: 4px solid #fff;
	transition: .3s;
}

.module-services.style-12 .content .ry-flex .ry-each:hover {
	box-shadow: 0px 20px 30px rgb(0 0 0 / 20%) !important;
	border: 4px solid transparent;
    transition: .3s;
    background: transparent !important;
}

.module-services.style-12 .content .ry-flex .ry-each .photo img {
    height: 100%;
    width: 100%;
	border-radius: 0px;
}

.module-services.style-12 .content .ry-flex button.slide-arrow {
	border-radius: 0px;
}

.module-services.style-12 ul.slick-dots button {
    border: none;
    color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    opacity: .4;
	background: #5dc5c7;
}
.module-services.style-12 ul.slick-dots li.slick-active button {
	opacity: 1;
}

.module-services.style-12 ul.slick-dots {
    display: flex !important;
    list-style: none;
    position: absolute;
    bottom: 0;
    gap: 10px;
	padding: 0;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .icons {
    display: flex;
    bottom: 70px;
}

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

.module-services.style-12 .content .ry-flex .ry-each .photo:before {
    transition: .3s;
    background: linear-gradient(to bottom, transparent, transparent, rgb(0 0 0 / 85%));
    content: "";
    position: absolute;
    inset: 0;
}

.module-services.style-12 .content .ry-flex .ry-each:hover .photo:before {
	content: "";
	background: #00000099;
	opacity: 1;
	transition: .3s;
	position: absolute;
	inset: 0;
	z-index: 9;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
    margin-bottom: 0;
	line-height: 150%;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 14%;
    margin: auto;
	transition: .3s;
	padding: 12px 40px;
	display: flex;
	flex-direction: column;
}

.module-services.style-12 .content .ry-flex .ry-each:hover .services-details {
	position: absolute;
    top: 0;
    bottom: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    transition: .3s;
	padding: 0px 40px;
}

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

.module-services.style-12 .section-headline h2 span.span-2 {
    font-size: clamp(2.125rem, 1.9545rem + 0.8523vw, 2.5rem);
	color: #fff;
}

.module-services.style-12 .ry-container .ry-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-services.style-12 .section-headline {
    background: linear-gradient(to right, transparent, rgb(255 255 255 / 80%), transparent);
    display: inline-block;
    padding: 50px 80px;
    max-width: 1200px;
    width: 90%;
    margin-bottom: 60px;
}

.module-services.style-12 .content .ry-flex .ry-each .photo:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #5dc5c7;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .3s;
	opacity: 0;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .photo:after {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    transition: .3s;
	opacity: 1;
}

@media (max-width: 1080px) {
	.module-services.style-12 ul.slick-dots{
		bottom: 54px;
	}
	.module-services.style-12 ul.slick-dots li button {
		line-height: unset;
	}
}

@media (min-width: 1081px) {

	.module-services.style-12 .content .ry-flex button.slide-arrow {
		top: 42%;
		bottom: unset;
		left: calc(0% - 12px);
		transform: translate(0%, -50%);
	}
	.module-services.style-12 .content .ry-flex button.slide-arrow.next-arrow {
		left: calc(100% - 35px);
	}
	.module-services.style-12 .content .ry-flex .slick-list {
		padding: 40px 0px 80px;
	}
}</pre></body></html>