/*--------------------------------------------------------------
    Template Name: EcoClean - Cleaning Services Website Template
    Version		 : 1.0
--------------------------------------------------------------*/



.page-hero img{
	width: 100%;
	  -webkit-animation: shine 2.75s infinite;
	animation: shine 2.75s infinite;
}
.page-hero{
	padding: 39px 0 0px 0;
	min-height: 20vh;
	position: relative;
	background: url(../image/page-bg.jpg) top right;
	background-size: cover;
	border-radius: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}
.page-hero::before {
	  content: '';
	  background: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  opacity: 0.7;
	  z-index: 0;
}
.page-hero h2{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.3;
	color: #0073ec;
}
.page-hero h3{
	font-size: 16px;
	color: #a1a1a1;
	font-weight: 400;
	letter-spacing: 0.7px;
	margin: 0 auto;
	border-radius: 0.25rem;
	display: inline-table;
}