.main-content{
  text-align:center;
}
p{margin:0px}
.heading{
	margin-top: 140px;
	display: block;
	font-size: 100px;
	font-weight: 400;
	line-height: 1;
	font-family: "Arial";
}
.logo{
   margin-top: 120px;
   margin-bottom:0px;
}
.main-para{
    color: #595959;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight:regular;
}
.fa{
  padding: 6px;
  font-size: 10px;
  width: 10px;
  text-align: center;
  text-decoration: none;
  margin: 2px 1px;
  border-radius: 50%;
  color: #fff;

  background-color: #666666;
}
.fa:hover{
  background-color: #E00C46;
  color: white;
  border-color: #E00C46;  
}
.address-1{
	display: block;
	color: #666666;
	line-height: 2;
  font-weight: 550;
  margin-top: 13px;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
.address-2{
	display: block;
	color: #666666;
	font-weight: 550;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}
.mail{
  text-decoration: none;
  color: #666666;
}
.mail:hover{
  color: #E00C46;
}