.module-services.style-5 {
    padding: 10.6vh 0;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-d587361c-26b3-4cbd-94d3-474b43beafa5/Assets/new_services_background.jpg);
	background-size: cover;
}

.module-services.style-5 .section-headline h2 {
	color: #fff !important;
    font-size: 58px;
    text-transform: uppercase;
	font-family: Outfit;
}

.module-services.style-5 .section-headline h2 .span-1 {
    font-size: 20px;
    letter-spacing: 5px;
    /* display: block; */
    margin-bottom: 10px;
    line-height: 3;
	color: #fff !important;
}

.module-services.style-5 .services-wrapper {
	clear: both;
	margin: 60px 0 50px;
	padding: 15px;
	border: 1px solid #1a719c;
	background: #1a719c;
	z-index: 2;
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}

.module-services.style-5 .services-wrapper .ry-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    width: calc(100% + 15px);
    margin-bottom: -15px;
}

.module-services.style-5 .services-wrapper .ry-flex .ry-each {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
	flex: unset;
	max-width: unset;
}

.module-services.style-5 .services-wrapper .ry-flex .ry-each .link, .module-services.style-5 .services-wrapper .ry-flex .ry-each .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

.module-services.style-5 .services-wrapper .ry-flex .ry-each .title {
    position: absolute;
    top: 50%;
    left: 45px;
    font-size: 28px;
    max-width: 230px;
    transform: translate(0, -50%);
	color: #033038;
	/*text-shadow:1px 0px 2px #000;*/
    line-height: 1.2;
    z-index: 2;
}

.module-services.style-5 .button-wrapper .ry-btn:not(:hover) {
    margin-left: auto;
    margin-right: auto;
	z-index:9;
	background-color: #ffffff !important;
	color : #141414 !important;
}

.module-services.style-5 .button-wrapper .ry-btn:hover {
	background-color: #82b3ca;
	color : #ffffff;
	border: 1px solid #1a719c;
}

.module-services.style-5:before {
    content: "";
    width: 100%;
    height: 50%;
    max-height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #1a719c, transparent);
    opacity: .8;
}

.module-services.style-5 .services-wrapper .ry-flex .ry-each .photo {
    position: relative;
    padding-bottom: 45%;
}

.module-services.style-5 .services-wrapper .ry-flex .ry-each .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-services.style-5 .services-wrapper .ry-flex .ry-each .photo:before {
    position: absolute;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #1a719c;
    z-index: 1;
    opacity: 0;
    transition: .5s;
}

.module-services.style-5 .services-wrapper .ry-flex .ry-each:hover .photo:before {
    opacity: .5;
}

@media (max-width: 1680px) {

	.module-services.style-5 .section-headline h2 {
		font-size: 50px;
	}
	.module-services.style-5 .services-wrapper .ry-flex .ry-each .title {
		font-size: 24px;
		/*color: #fff;
   		text-shadow: 1px 0px 2px #000;*/
	}
	.module-services.style-5 .section-headline h2 .span-1 {
		font-size: 18px;
	}
}
@media (max-width: 1200px) {
	.module-services.style-5 .services-wrapper .ry-flex .ry-each .title {
		font-size: 22px;
		max-width: 170px;
	}
	.module-services.style-5:before {
		height: 40vh;
	}
	.module-services.style-5 .services-wrapper .ry-flex .ry-each:before {
		content: "";
		position: absolute;
		left: 0;
		width: 60%;
		height: 100%;
		background: linear-gradient(to left, #99651400, #ffffff7d);
		z-index: 1;
	}
}
@media (max-width: 1080px) {
	
	.module-services.style-5 {
		padding: 60px 0;
	}
	.module-services.style-5 .services-wrapper .ry-flex .ry-each {
		width: calc(100% - 15px);
	}
	.module-services.style-5 .services-wrapper .ry-flex .ry-each .photo {
		position: relative;
		padding-bottom: 40%;
	}
	.module-services.style-5 .ry-text p,
	.module-services.style-5 .section-headline h2 {
		text-align: center;
	}
	.module-services.style-5 .section-headline h2 {
		font-size: 46px;
	}
}
@media (max-width: 500px) {
	.module-services.style-5 .services-wrapper .ry-flex .ry-each .photo:before {
		opacity: 0.5;
	}
	.module-services.style-5 .services-wrapper .ry-flex .ry-each .title {
		color: #fff;
		max-width: 100%;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
@media (max-width: 480px) {
	.module-services.style-5 .section-headline h2 {
		font-size: 42px;
	}
	.module-services.style-5 .ry-text p,
	.module-services.style-5 .ry-btn {
		font-size: 18px !important;
	}
}
@media (max-width: 420px) {
	.module-services.style-5 .section-headline h2 {
		font-size: 36px;
	}
	.module-services.style-5 .ry-text p,
	.module-services.style-5 .ry-btn {
		font-size: 16px !important;
		line-height: 1.5;
	}
}
.module-services.style-5 .col-xs-12.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.module-services.style-5 .section-headline h2 br {
    display: none;
}

.ry-services.style2 .section-headline h2 {
    color: #242424;
}
.ry-services.style2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, #7ecbdf, transparent);
    z-index: 1;
    opacity: 1;
}
.ry-services.style2 .ry-container {
    z-index: 1;
}
.ry-services.style2 .background-section {opacity: 1;}
.ry-services.style2 .ry-btn {border: 1px solid #fff};