.hero-container {
	position: relative;
	display: flex;
	width: 100%;
	height: 75vh;
	min-height: 667px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-id-451 .hero, .page-id-451 .hero-container {
	min-height: 500px;
}

.page-id-451 .hero-container {
	background-position: -40rem;
}

.main-page-content {
	box-shadow: 0px 10px 20px #bfbfbf;
}

.product-gallery-content {
	padding-bottom: 0;
}

.product-gallery {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0;
	padding-bottom: 8rem;
}

.product-gallery-slides {
	overflow: hidden;
}


.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption {
	padding: 10px !important;
	display: flex;
	align-items: center;
}

.product-button {
	display: flex;
	align-items: center;
	width: fit-content;
	margin: auto;
	padding: 0.25rem 2rem;
	border-radius: 5rem;
	border: solid 2px #006738;
	color: #006738;
}

.product-button:hover {
	border: solid 2px #c12985;
	color: #c12985;
}


.content-area {
	padding: 2rem 1rem;
	border-radius: 2rem;
	overflow: hidden;
}

.content-area ol {
	list-style: decimal;
	padding-left: 1.5rem;
}

.content-area ul {
	list-style: disc;
	padding-left: 1.5rem;
}

.content-area li {
	padding-bottom: 1.25rem;
	line-height: 1.25rem;
	font-weight: 600;
}

.content-area-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 70vh;
	height: auto;
}

.main-page-gallery {
	box-shadow: 0px 10px 20px #bfbfbf inset;
}

.projects-gallery {
	padding-top: 4rem;
	overflow: hidden;
}

.forminator-button {
	background-color:#91278f;
	color: #fff;
	font-weight: 700; 
}

@media only screen and (min-width:735px) {
	.hero-container {
		min-height: unset;
	}
	.content-area {
		padding: 4rem;
	}
	.page-id-451 .hero-container {
		background-position: center;
	}

	.contact-wrapper {
		flex-direction: row-reverse;
	}

	.projects-gallery {
		overflow: visible;
	}
}




@media only screen and (min-width:1069px) {

	.content-area-image {
		min-height: unset;
		margin-left: 3rem;
		background-position: center;

	}

}