body,html
{ 
  margin: 0;
  height: 100%;
  
  font-family: Helvetica, serif;
}
/*welcome screen*/

.welcome {
  background-image: url(../images/infra.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
}
.welcome-text {
  text-align: center;

  padding: 100px 0px 0px 0px;
}

.welcome-text h2 {
  font-size: 90px;
  line-height: 100%;
 /* text-transform: uppercase;*/
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.welcome-text h4 {
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
 /* text-transform: uppercase;*/
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.welcome-text h5 {
  font-size: 25px;
  line-height: 100%;
 /* text-transform: uppercase;*/
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.welcome-text h6 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
 text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.contabout{
	width: 100%;
	margin: 0px;
	padding-left: 0px;
	height: inherit;
}

.wel-cont-mid {
    width: 70%;
    padding: 15%;
    padding-top: 0%;
    padding-bottom: 0%;
    background: rgba(0,0,0,.7);
	 height: inherit;
}
/*End of Welcome screen*/

.eess_header {
  overflow: hidden;
  background-color: transparent;
  width:auto;
  border-bottom: 2px solid #FF0000;
  height: 81px;
}
.eess_cmp_nm
 {
 text-align:center;
 color:#000000;
 font-family: handelgothic_light;
 font-size:30px;
 display:inline-block;
 margin-left:270px;
 margin-top: 0;
 padding: 10px 10px;
 margin-bottom: 10px;
 }
.eess_header img
 {
 	background:left no-repeat;
	width:auto;
	height:70px;
	position: absolute;
 	float: left;
 	margin-left: 15px;
 	padding: 5px 2px 5px 2px;
 	background-color: white;
 }
.espl_sidenav
{
	box
	height: 100%;
	width:0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	margin-left: 20px;
	
  
}
.espl_sidenav a
{
	padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #FF0002;
  display: block;
  transition: 0.3s;
}

.espl_sidenav a :hover  {
  color: #0320fc;
 
}

.espl_sidenav .closebtn
{
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	
}


@media screen and (max-width:720px)
{
	.espl_shree_company_name {font-size: 15px;margin-left: 140px;}
	.espl_sidenav {padding-top: 15px;}
	.espl_sidenav a {font-size: 15px;}
	.espl_sidenav span{font-size: 15px;}
	.header_espl_shree {width: 90%; height: 70px;padding-top: 0;}
	.header_espl_shree img{height: auto;}

}

@media screen and (max-width:420px)
{
	.espl_sidenav {padding-top: 10px;}
	.espl_sidenav a {font-size: 12px;}
}
