/*HP logo part*/
.logo-height{
  height:127px;
}


/*line breaks*/
.line-separator{
  border-bottom: 5px solid white;
}

/*justify content*/
.justify-left{
  justify-content:left!important;
}



/*************************Hero1**************************/
.Hero1{
	height:127px;
	background-color:#E83539;
}
/*************************socet**************************/
.socet{
	background-color:#383838;
	height:20px
}


/************************footer***************************/
.footer1{
	
	background-color:#f1f1f1;
	margin-top:30px;
	padding:30px;
	font-size:14px;
}