.clip-header{
     -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 77% 97%, 61% 100%, 45% 96%, 30% 100%, 12% 96%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 77% 97%, 61% 100%, 45% 96%, 30% 100%, 12% 96%, 0% 100%);
}

.stain-hero {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
width:100%;
	max-height: 500px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
padding:40px 0;
}

.stain-hero:after {
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	content: "";
}

.stain-hero__image-wrapper {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
}

#stain-hero__image {
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	object-fit: cover;
}

.stain-hero__text {
	z-index: 1;
	max-width: 100%;
	padding: 20px 0;
}

.stain-hero__text h1 {
	margin: 0 0 24px;
	font-family: "Montserrat", serif;
	font-size: 32px;
	line-height: 1.3;
}

.stain-hero__text p {
	margin: 0px 0px 40px;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 1.3;
}





@media only screen and (max-width: 768px) {
	.stain-hero__text h1 {
		margin: 0 0 16px;
		font-size: 40px;
	}

	.stain-hero__text p {
		margin: 0px 0px 48px;
		font-size: 22px;
	}

	#stain-hero__img-refresh {
		font-size: 18px;
	}
}

.stain-section-options{
line-height:22px;
color:white;
}

.stain-section-services{

line-height:26px;
}


a.btn.btn-primary{    padding: 16px 28px;    border-radius: 0;    background: #093d87;    border: none;   box-shadow: 0 4px 5px -3px #333;    transition: 0.5s;    font-weight: bold;transition: ease-out 0.4s; color:#fff; font-size:18px;margin: 20px 0;}
a.btn.btn-primary:hover {    box-shadow: inset 0 0 0 50px #3a639f;  }

.goBackArrow{
display: none !important;
}