
/* STYLE 5 */
.module-welcome.style-5 {
	padding: 0 0 5em 0;
	display: flex;
	align-items: center;
}

.btn-wrap a#welcome-btn {
    white-space: nowrap;
}


.module-welcome.style-5 .background-section, 
.module-welcome.style-5 .background-section img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
}


.module-welcome.style-5 .background-section {
	opacity: .9;
	filter: grayscale(1);
	overflow:hidden;
}

.module-welcome.style-5:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: ;
	z-index: -1;
	opacity: .9;
}

.module-welcome.style-5 .ry-each h2 {
}

.module-welcome.style-5 .text-wrapper {
	max-width: 570px;
}

.module-welcome.style-5 .ry-text p {
    margin: 20px 0 0;
    color: #bdbbb3;
}

.module-welcome.style-5 .ry-text .ry-btn {
	margin-left: auto;
	margin-right: auto;
}

.module-welcome.style-5 .ry-each:not(.image-wrapper) {
	max-width: 600px;
	display: flex;
	align-items: center;
}

.module-welcome.style-5 .ry-each.image-wrapper {
	width: 50%;
}

.module-welcome.style-5 .module-18 .ry-content .card:hover {
    filter: brightness(0.5);
    transform: scale(1.1);
}

.module-welcome.style-5 .ry-container {
    max-width: 1400px;
    width: 90%;
}



.module-welcome.style-5 .ry-each.image-wrapper {
}

.module-welcome.style-5 .ry-each.image-wrapper .photo {
	position: relative;
	/* padding-bottom: 60%; */
	/* height: 0; */
}

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

.module-welcome.style-5 .ry-each.image-wrapper:after {
	content: "";
	position: absolute;
	bottom: -79px;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-a1a0f6b7-022e-4459-827d-bb7a050d3f5f/homepageWelcome/shadow.png);
	width: 100%;
	height: 59px;
	left: 0;
	background-repeat: no-repeat;
}

@media (max-width: 1680px) {
	.module-welcome.style-5 .ry-each h2 {
	font-size: 45px !important;
	line-height: 1.1;
	}
}
@media (max-width: 1480px) {
	.module-welcome.style-5 .ry-each:not(.image-wrapper) {
		max-width: 50%;
		/* padding-right: 60px; */
	}
	.module-welcome.style-5 .ry-each.image-wrapper {
		max-width: 60%;
	}
	.module-welcome.style-5 .ry-each.image-wrapper .photo {
		/* padding-bottom: 75%; */
	}
}
@media (max-width: 1080px) {
	.module-welcome.style-5 {
		padding: 3em 0 5em !important;
	}
	.module-welcome.style-5 .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2em 0 !important;
	}
	.module-welcome.style-5 .ry-each:not(.image-wrapper) {
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
		justify-content: center;
	}
	div.module-welcome.style-5 .ry-each.image-wrapper {
		max-width: 100% !important;
		width: 90% !important;
	}
	.module-welcome.style-5 .ry-each.image-wrapper .photo {
		padding: 0 !important;
		height: auto !important;
	}

	.module-welcome.style-5 .ry-each.image-wrapper .photo img {
		position:static !important;
		max-width: 400px;
		margin: auto;
	}
	.module-welcome.style-5 .ry-each .ry-text p,
	.module-welcome.style-5 .ry-each h2 {
		text-align: center;
	}
	.module-welcome.style-5 .ry-each h2 {
		font-size: 30px !important;
	}
	.module-welcome.style-5 .ry-each .ry-text .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}

}

@media (max-width:1199px ) and (min-width:768px) {
div#welcome-wrap .btn-wrap {
    justify-content: center !important;
}

}


@media (max-width: 680px) {
	.module-welcome.style-5 .ry-each.image-wrapper {
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	.module-welcome.style-5 .ry-each h2 {
	}
	.module-welcome.style-5 .ry-each .ry-text p,
	.ry-btn {
		font-size: 18px !important;
	}
}



@media (max-width:767px) {
    div#welcome-wrap .btn-wrap {
		flex-direction: column;
		justify-content: center;
		gap: 1em;
		align-items: center;
	}

	a#welcome-btn {
		min-width: 250px;
		max-width: 180px !important;
	}
}

/* END STYLE 5 */