p {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #757575;
  line-height: 32px; 
}
  body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #444444; 
}
.header-area{
    text-align: center;
    padding-top: 120px;
    padding-bottom: 125px;
	background:url('../images/banner.jpg');
	background-size:cover;
	background-position:center center;
    box-shadow: 0 0 6px rgba(0,0,0,0.06);
}
.main-footer{
	background:url('../images/banner.jpg');
	background-size:cover;
	background-position:center center;
	overflow:hidden;
	margin:0;
}
.header-area p,footer{
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
}
footer{
  padding-top: 132px;
  padding-bottom: 125px;
  text-align: center;
}
.logo{
  font-size: 78px;
  font-weight: 700;
  line-height: 78px;
  padding-bottom: 8px;
  color:#fff;
}
.wel-button{
  width:170px;
  display: inline-block;
  background: #cf0e0e;
  color: #fff;
  border-radius: 35px;
  padding:13px 15px;
  font-weight: 700;
  transition:.3s;
  font-size: 13px;
  text-align: center;
}
.wel-button:hover{
  background: #a80707;
  color:#fff;
  text-decoration: none;
}
.main-content{
  background: #f6f6f6;
  padding-top: 135px;
  padding-bottom: 70px;
}
.item {
   margin-bottom: 60px;
}
.item.left{
  margin-right: 20px;
}.item.right{
  margin-left: 20px;
}
.item .image{
  box-shadow: 0 0 6px rgba(0,0,0,0.06);
  position: relative;
 text-align: center;

}
.item .image .ovelay{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transform:scale(1);
  transition:.3s;
}
.item .image .wel-button{
  position: absolute;
  top: calc(50%);
  left:0;
  right:0;
  margin:auto;
  opacity: 0;
}
.item .image:hover .wel-button{
  top: calc(50% - 25px);
  opacity: 1;
}
.item .image:hover .ovelay{
  opacity: .89;
  transform:scale(1);
}
@media (max-width: 767px) {
	.item{
		margin-bottom:30px;
	}
	.item img{
		width:100%;
	}
	.item.left{
	  margin-right: 0;
	  
	}.item.right{
	  margin-left: 0;
	}
}