.module-services.style-12 {
	padding: 7vw 0 0;
	position: relative;
}

.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: capitalize;
	letter-spacing: initial;
	margin-bottom: 10px;
	color:  !important;
	text-align: center;
}

.module-services.style-12 .section-headline h2 .span-1 {
	display: block;
	font-size: 24px;
	letter-spacing: 3px;
	color:  !important;
	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: grid;
	grid-template-columns: 1fr 1fr 1fr;
	place-items: center;
	place-content: center;
	row-gap: 5rem;
	padding-bottom: 90px;
}

.module-services.style-12 .content .ry-flex .ry-each {
	/*max-width: calc(25% - 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 {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #4CBAB1;
    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: 80%;
	height: 80%;
	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 {
	color: #141414;
	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: #5d646d;
	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: 0;
	bottom: 80px;
	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: 50px 2vw 190px;
	background: #ffffff;
	border-radius: 500px;
	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: url(https://s3.amazonaws.com/static.organiclead.com/Site-9d49c8b7-fc73-4c71-bfd9-447493433ada/Assets/CTA_Background_V3.png);
	background-size: cover;
	background-position: center top;
	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);
	background-color: #fff;
}

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

.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: #ffffff;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .icons:before {
    color: #333;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .icons svg {
	fill: #333;
}

.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(0,0,0,0.3);
	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 {
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}
	
	.module-services.style-12 .content .ry-flex .ry-each:hover {
		padding: 30px 30px 150px !important;
	}
	
	.module-services.style-12 .content .ry-flex .ry-each {
		padding: 30px 30px 160px !important;
	}

	.module-services.style-12 {
		padding: 100px 0 0px !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);
	}
	.module-team.style2 {
		padding-top: 30px !important;
	}
	.module-services.style-12 .content .ry-flex {
		min-height: 2px !important;
	}
}
@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 {
		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 {
		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: 0px;
	max-width: 1600px;
	width: 90%;
}


.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-f408cf27-fc85-4bff-b45f-934aa4c0f298/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-f408cf27-fc85-4bff-b45f-934aa4c0f298/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-f408cf27-fc85-4bff-b45f-934aa4c0f298/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-f408cf27-fc85-4bff-b45f-934aa4c0f298/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-f408cf27-fc85-4bff-b45f-934aa4c0f298/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-f408cf27-fc85-4bff-b45f-934aa4c0f298/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;
}

.module-services.style-12 .content .ry-flex .ry-each {
	margin-left: 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.module-services.style-12 .content .ry-flex .slick-list {
	padding-bottom: 60px;
	padding-top: 15px;
}

.module-services.style-12 .content .ry-flex .slick-track {
	margin-left: -18px;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4, .module-services.style-12 .content .ry-flex .ry-each .services-details p {
    text-align: center;
    justify-content: center;
}
.module-services.style-12 .content .ry-flex .ry-each .icons {
    left: 0;
    right: 0;
    margin: auto;
}
.module-services.style-12 .content .ry-flex .ry-each:after {
    content: "";
    position: absolute;
    inset: 0;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 500px;
}

.module-services.style-12 .content .ry-flex .ry-each:hover:after {
	border: 12px solid #4CBAB1;
    transition: .3s;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.module-services.style-12:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #f0f0f2, transparent, transparent, #4cbab1);
    z-index: 5;
}

.service-technology .section, .service-technology .technology-section {
    position: relative;
    z-index: 9;
}

.service-technology {
    position: relative;
    padding-bottom: 100px;
}

.service-technology:after {
    content: "";
    position: absolute;
    inset: 0;
    height: 25%;
    top: unset;
    bottom: 0;
    background: #cca215;
}

.service-technology:before {
    content: "";
    position: absolute;
    inset: 0;
    top: 50%;
    bottom: unset;
    height: 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-f408cf27-fc85-4bff-b45f-934aa4c0f298/Assets/Service_background_V3.png);
    background-size: contain;
    transform: translateY(-50%);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 60%;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details, .module-services.style-12 .content .ry-flex .ry-each .icons {
    transition: .2s;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.module-services.style-12 .content .ry-flex .ry-each:hover .services-details {
    opacity: 1;
    transition: .4s;
    height: auto;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .icons {
	height: 38px;
	opacity: 1;
    transition: .4s;
}

.module-services.style-12 .content .ry-flex .ry-each {
    transition: .3s;
    padding: 30px;
}
.module-services.style-12 .content .ry-flex .ry-each:hover {
    transition: .3s;
    padding: 40px 2vw 150px;
}

.module-services.style-12 .content .ry-flex .ry-each .photo {
	transition: .3s;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    aspect-ratio: 1;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .photo {
	transition: .3s;
	margin-bottom: 20px;
}

.module-services.style-12:after {
    content: "";
    position: absolute;
    inset: 0;
    top: unset;
    height: 50%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-9d49c8b7-fc73-4c71-bfd9-447493433ada/Assets/Feature_Service_background_V2.jpg);
	background-size: cover;
}

.module-services.style-12 .ry-container .ry-content {
    min-height: 900px;
}
.module-services.style-12 .ry-container .for-btn {
    display: none;
}
.module-services.style-12 .ry-container a.ry-btn.ry-btn-primary {
    border: 2px solid #fff;
}

.module-services.style-12 ul.slick-dots {
    list-style: none;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
	display: none !important;
}
.module-services.style-12 ul.slick-dots li button {
    color: transparent;
    border: 0;
    padding: 0;
    height: 16px;
    width: 16px;
    border-radius: 100px;
    background: #fff;
    opacity: .5;
}

.module-services.style-12 ul.slick-dots li.slick-active button, .module-services.style-12 ul.slick-dots li:hover button {
    opacity: 1;
}

.module-services.style-12 .slide-arrow {
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 200px;
    background: #fff;
    opacity: .85;
    display: flex !important;
    align-items: center;
    justify-content: center;
	z-index: 9;
}
.module-services.style-12 .slide-arrow.next-arrow {
    left: calc(50% - -25px);
}

.module-services.style-12 .slide-arrow:before {
    content: "";
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 2px;
}
.module-services.style-12 .slide-arrow.next-arrow:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: -2px;
}

@media (max-width: 1700px) {
	.module-services.style-12 .content .ry-flex {
		min-height: 730px;
		margin-bottom: 40px;
	}
}

@media (max-width: 1365px) {
	.module-services.style-12 {
		padding-bottom: 60px;
		margin-bottom: -1px;
	}
	.module-services.style-12 .section-headline {
		margin-bottom: 40px;
	}
	.module-services.style-12 .content .ry-flex .ry-each {
		padding: 50px 2vw 160px;
	}
	
	.module-services.style-12 .content .ry-flex .ry-each .photo {
		margin-bottom: 20px;
	}
	
	.module-services.style-12 .content .ry-flex .ry-each .services-details, .module-services.style-12 .content .ry-flex .ry-each .icons {
		height: auto;
		opacity: 1;
	}
	
	.module-services.style-12 .content .ry-flex .ry-each .icons {
		height: 45px;
	}
	.module-services.style-12 .content .ry-flex .slick-list {
		padding-bottom: 80px;
	}
}

/*@media (min-width: 1366px) {
	.module-services.style-12 .slide-arrow {
		bottom: unset;
		top: 24.5%;
		transform: translateY(-50%);
		left: -40px;
	}
	.module-services.style-12 .slide-arrow.next-arrow {
		left: unset;
		right: -40px;
	}
}*/



.module-services.style-12 .content .ry-flex .ry-each {
    width: 70%;
}

@media screen and (max-width: 1280px) {
    .module-services.style-12 .content .ry-flex {
        grid-template-columns: 1fr 1fr;
    }
}


@media screen and (max-width: 767px) {
    .module-services.style-12 .content .ry-flex {
        grid-template-columns: 1fr;
    }
}




.module-services.style-12 .content .ry-flex .ry-each .photo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.module-services.style-12 .content .ry-flex .ry-each .photo .services__title {
    text-align: center;
    text-wrap: balance;
    width: 55%;
    color: #fff;
    margin-top: -2rem;
    line-height: 1.5;
}

@media screen and (max-width: 1367px) {
    .module-services.style-12 .content .ry-flex .ry-each .photo .services__title {
        font-size: 15px;
    }
}

@media screen and (max-width: 1281px) {
    .module-services.style-12 .content .ry-flex .ry-each .photo .services__title {
        display: none;
    }
}