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



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

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


.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 {
	font-size: 58px;
	font-family: Open Sans;
	font-weight: 500;
}

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

.module-welcome.style-5 .ry-text p {
	text-align: center;
	font-weight: 400;
	line-height: 1.4;
	margin: 30px 0 40px;
}

.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: 650px !important;
	width: 100%;
	display: flex;
	align-items: center;
}

.module-welcome.style-5 .ry-each.image-wrapper {
	max-width: calc(100% - 660px);
	width: 100%;
}

.module-welcome.style-5 .ry-each.image-wrapper {
	border: 20px solid #fff;
}

.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-32790ec8-b8da-42a0-a90e-918a8ff749ab/homepageWelcome/shadow.png);
	width: 100%;
	height: 59px;
	left: 0;
	background-repeat: no-repeat;
}

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

img#welcome-logo {
    max-width: 300px;
    margin: 1em 0 0;
}



@media (max-width: 1680px) {
	.module-welcome.style-5 .ry-each h2 {
		font-size: 50px;
	}
}
@media (max-width: 1480px) {
	div.module-welcome.style-5 .ry-each:not(.image-wrapper) {
		max-width: 60% !important;
		padding-right: 30px;
	}
	.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) {
	div.module-welcome.style-5 {
		padding: 60px 0;
	}
	
	 img#welcome-logo {
		margin: 1em auto 0;
		max-width: 200px;
	}

	div.welcome-btn {
    justify-content: center;
		margin-bottom: 0;
	}

	div.welcome-btn {
        flex-direction: column;
        gap: 1em 0 !important;
    }

	div.welcome-btn .ry-btn {
		margin:auto;
	}
	
	.module-welcome.style-5 .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0 !important;
	}
	.module-welcome.style-5 .ry-each:not(.image-wrapper) {
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 0;
		justify-content: center;
	}
	.module-welcome.style-5 .ry-each.image-wrapper {
		max-width: 80%;
	}
	.module-welcome.style-5 .ry-each.image-wrapper .photo {
		padding-bottom: 56.25%;
		margin-top: 3em !important;
	}
	.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: 46px;
	}
	.module-welcome.style-5 .ry-each .ry-text .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}

}
@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 {
		font-size: 42px;
	}
	.module-welcome.style-5 .ry-each .ry-text p,
	.ry-btn {
		font-size: 18px !important;
	}
}
@media (max-width: 420px) {
	.module-welcome.style-5 .ry-each h2 {
		font-size: 36px;
	}
	.module-welcome.style-5 .ry-each .ry-text p,
	.ry-btn {
		/* font-size: 16px !important; */
	}
}
/* END STYLE 5 */