/* STYLE 7 */

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

.module-welcome.style-7 {
	padding: 6vw 0;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-3c51ea70-0e91-4252-be84-fd57a39c2a9b/site_assets/welcome_bg_1_.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -1px;
}


.module-welcome.style-7 .ry-flex {
	align-items: center;
	gap: 60px;
}

.module-welcome.style-7 .ry-container {
	max-width: 1600px;
	width: 90%;
	z-index: 99;
}

.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
	max-width: 780px;
	width: 50%;
}


.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo {
	position: relative;
	height: 100%;
	width: 100%;
}

.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.module-welcome.style-7 .ry-headline h2 {
	font-size: 58px;
	font-family: Open Sans;
	color:#263f60 !important;
	font-weight: 500;
}

.module-welcome.style-7 .text-wrapper h2 span {
    text-transform: uppercase;
}

.module-welcome.style-7 .ry-text p {
	margin: 30px 0 40px;
	font-size: 19px;
    color: #333;
}

.module-welcome.style-7  .text-wrapper {
	max-width: 600px;
}
.module-welcome.style-7 .button-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.module-welcome.style-7 .button-wrapper .ry-btn {
	width: max-content;
	max-width: 100%;
	margin-bottom: 10px;
}
@media (max-width: 1680px) {
	.module-welcome.style-7 .ry-each h2 {
		font-size: 50px;
	}
}
@media (max-width: 1480px) {
	.module-welcome.style-7 .ry-each:not(.image-wrapper) {
		max-width: 100%;
		padding-right: 60px;
	}
	.module-welcome.style-7 .ry-each.image-wrapper {
		max-width: 60%;
	}

}
@media (max-width: 1080px) {
	.module-welcome.style-7 {
		padding: 60px 0;
	}
	.module-welcome.style-7 .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.module-welcome.style-7 .ry-each:not(.image-wrapper) {
		max-width: 100%;
		padding: 0;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.module-welcome.style-7 .ry-each .ry-text p,
	.module-welcome.style-7 .ry-each h2 {
		text-align: center;
	}
	.module-welcome.style-7 .ry-each h2 {
		font-size: 46px;
	}
	.module-welcome.style-7 .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.module-welcome.style-7 .ry-each.image-wrapper {
		max-width: 100%;
		padding-top: 30px;
	}
	.module-welcome.style-7 .ry-each.image-wrapper .photo.offset {
		max-width: 80%; 
	}
}
@media (max-width: 680px) {
	.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
		width: 80%;
	}
}
@media (max-width: 480px) {
	.module-welcome.style-7 .ry-each h2 {
		font-size: 42px;
	}
	.module-welcome.style-7 .ry-each .ry-text p,
	.ry-btn {
		font-size: 18px !important;
	}
}
@media (max-width: 420px) {
	.module-welcome.style-7 .ry-each h2 {
		font-size: 36px;
	}
	.module-welcome.style-7 .ry-each .ry-text p,
	.ry-btn {
		font-size: 16px !important;
	}
}

@media (min-width: 1081px) {
	.module-welcome.style-7 .text-wrapper {
		max-width: 100%;
		padding-left: 0vw;
	}
}

/* END STYLE 7 */

.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo {
    height: 0%;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo video {
    position: absolute;
    height: 100%;
    width: 100%;
}
.module-welcome.style-7 .text-wrapper * {
    text-align: center !important;
}
