
/* STYLE 3 */
.module-welcome.style-3 {
    padding: 8em 0;
    background: url(https://www.royacdn.com/unsafe/smart/Site-43a55e84-1c64-44a9-a232-ff794043d74d/HomepageAssets/bg_welcome_flower_nowhite.png);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

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

div#welcome-wrap span.span-1 {
  letter-spacing: 0;
}

.module-welcome.style-3 .ry-each:not(.image-wrapper) .ry-text {
  position: relative;
  padding-left: 14%;
}


.module-welcome.style-3 .ry-each:not(.image-wrapper) .ry-text:before {
  top: 15px;
  content: '';
  background: var(--color-primary);
  height: 1px;
  position: absolute;
  left: 0;
  right: initial;
  max-width: 12%;
  width: -webkit-fill-available;
}
.module-welcome.style-3 .ry-each:not(.image-wrapper) {width: 60%;}

.module-welcome.style-3 .ry-each:not(.image-wrapper) .text-wrapper {
	/* max-width: 600px; */
}

.module-welcome.style-3 .ry-each h2 {
	/* font-size: 58px; */
	/* font-family: Plus Jakarta Sans; */
	/* text-transform: initial !important; */
	/* color: #333; */
	/* font-weight: 500; */
}


.module-welcome.style-3 .ry-each .ry-text p {
  line-height: 30px;
  margin: 30px 0 40px;
  font-size: 19px;
  
}


.module-welcome.style-3 .ry-flex {
	overflow: hidden;
}


.module-welcome.style-3 .ry-each .photo img,
.module-welcome.style-3 .ry-each .photo {
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 700px;
	object-fit: cover;
	border-top-left-radius: 70px;
	border-bottom-right-radius: 70px;
}

.module-welcome.style-3 .ry-each.image-wrapper {
	width: 35%;
	position: relative;
}

@media (max-width: 1280px) {
	.module-welcome.style-3 .ry-each.image-wrapper {
		/* padding-bottom: 60%; */
	}
}
@media (max-width: 1080px) {
	.module-welcome.style-3 {
		padding: 60px 0;
	}
	.module-welcome.style-3 .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.module-welcome.style-3 .ry-each:not(.image-wrapper) {
		max-width: 100%;
	}
	.module-welcome.style-3 .ry-each .ry-text p,
	.module-welcome.style-3 .ry-each h2 {
		text-align: center;
	}
	
	.module-welcome.style-3 .ry-each .ry-text .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.module-welcome.style-3 .ry-each.image-wrapper {
		max-width: 100%;
		    width: 100% !important;
	}
	
	.module-welcome.style-3 .ry-each .photo img {
	  max-width: 200px;
	  margin: auto;
	}
	.module-welcome.style-3 .ry-each .photo img, .module-welcome.style-3 .ry-each .photo {
		height:auto !important;
	}

	 div.module-welcome.style-3 .ry-each:not(.image-wrapper) .ry-text:before {
	  display: none;
	}

	.module-welcome.style-3 .ry-each:not(.image-wrapper) .ry-text {
	  left: 0 !important;
	  margin-bottom: 2em;
	}

	.module-welcome.style-3 .ry-each:not(.image-wrapper) .text-wrapper {
	  max-width: 100% !important;
	}

	.module-welcome.style-3 .ry-each:not(.image-wrapper) {
	  width: 100% !important;
	}
}


/* END STYLE 3 */