.module-services.style-12 {
	padding: 140px 0;
}
.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: #242424;
	text-align: center;
}

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

.module-services.style-12 .section-headline {
	margin-bottom: 2vw;
}

.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(22% - 30px) !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: 15px;
	
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
	font-size: 22px;
	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: #333;
}

.module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .services-details p,.module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .services-details h4 {
	color: #FFFFFF;
}
.module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .photo img {
    filter: invert(1);
}

.module-services.style-12 .content .ry-flex .ry-each .services-details p {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.module-services.style-12 .content .ry-flex .ry-each .icons {
	width: 45px;
	height: 45px;
	background: #0b0234;
	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%;
	-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 {
	padding: 60px 2vw 150px;
	background: #cdd2ca;
	border-radius: 20px;
}

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

.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);
}

.module-services.style-12 .section-headline h2 .span-1:before {
	position: absolute;
	left: 50%;
	top: 0;
	width: 200px;
	height: 1px;
	background: rgb(0 0 0 / 15%);
	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;
	}
	.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;
	}

	
}
@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: transparent;
		-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;
	}
}

/** Services Start **/

.module-services.style-12 .content .ry-flex .ry-each:nth-child(odd), 
.module-services.style-12 .content .ry-flex .ry-each,
.module-services.style-12 .content .ry-flex .ry-each:hover .photo,
.module-services.style-12 .content .ry-flex .ry-each .photo:after,
.module-services.style-12 .content .ry-flex .ry-each:hover .photo img,
.module-services.style-12 .content .ry-flex .ry-each .photo img{
	transition: .3s;
}

.module-services.style-12 .ry-container {
	position: relative;
	z-index: 9;
	max-width: 1080px;
}

.module-services.style-12 .content .ry-flex .ry-each:nth-child(odd), 
.module-services.style-12 .content .ry-flex .ry-each {
	background: transparent;
	box-shadow: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.module-services.style-12 .content .ry-flex .ry-each:hover .photo {
	background: ;
}



.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 .photo img {
	height: 100%;
}

.module-services.style-12 .content .ry-flex .ry-each .photo img, 
.module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .photo img {
	filter: brightness(0) invert(1);
	z-index: 99;
	position: relative;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .photo img {
    filter: brightness(0) invert(.2);
}

.module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .services-details h4, 
.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
	color: #888d85;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
	margin-top: 22px;
	font-size: 18px;
	flex-direction: column;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4 span {
	display: block;
	font-weight: bold !important;
	font-size: clamp(1.25rem, 1.2181rem + 0.1307vw, 1.375rem);
	color: #888d85;
}

.module-services.style-12 .content .ry-flex .ry-each .photo {
	border-radius: 1000px;
	background: #0b0234;
	aspect-ratio: 1;
	padding: 16%;
	position: relative;
	border: 5px solid #d6d6d6;
}

.module-services.style-12 .content .ry-flex .ry-each .photo:after {
    content: "";
    position: absolute;
    inset: 0;
    width: 0;
    height: 0;
    margin: auto;
	border-radius: 1000px;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .photo:after {
    background: #fff;
    width: 75%;
    height: 75%;
}

/** Services End **/