#baground{
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: center center;
    z-index: -1;
   
}
#about{
	width: 1200px;
	min-height: 600px;
	background-color: #fff;
	margin-top: -150px;
	z-index: 99; 
	margin: auto;
	border-radius: 5px;
	overflow: hidden;
}
#about h1{
	padding: 20px;
	text-align: left;
	color: #f9893f;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 22px;
}
#about p{
	padding: 5px;
	text-align: left;
	color: #60635f;
	font-size: 14px;
	line-height: 23px;
	width: 90%;
	margin-top: -10px;
	margin-left: 15px;
	 font-family: 'dejavu_sansbook' !important;
}
#about img{
	position: absolute;
	left: 1200px;
	bottom:50px;
}
span{
	padding: 5px;
}
#about ul{
		margin-left: 30px;
	}
	#about ul li{
		color: #4b4f4a;
	font-size: 14px;
	}
#about-div{
	 max-width: 1200px;
	 min-height: 600px;
	 border: 1px solid #fff;
	 margin: auto;
	}
	
	#about-div ul{
		margin-left: 30px;
	}
	#about-div ul li{
		color: #4b4f4a;
	font-size: 14px;
	}
	
	
	#about-div img{
		width: 1500px;
		 float: left;
		 padding: 10px 20px;
	}
	#about-div h1{
		color: #000;
	font-size: 20px;
	margin-top: 40px;
	}
	#about-div p{
	 font-family: 'dejavu_sansbook' !important;
	text-align: justify;
	color: #60635f;
	font-size: 14px;
	line-height: 20px;
	
	margin-left: 1%;
	}
	@media only screen and (max-width: 1600px) {

	#about{
	
	margin-left: 5%;
	
}
#about img{
	
	left: 66%;
	
}

	#baner{
		height: 300px;
	}
	
  


}
@media only screen and (max-width: 1200px) {

#about img{
	
	display: none;
	
}

}
@media only screen and (max-width: 1110px) {
#about{
	
	margin-left: 10%;
	width: 80%;
	margin-top: -50px;
	
}
#about img{
	
	display: none;
	
}
@media only screen and (max-width: 700px) {
#about{
	
	margin-left: 1%;
	width: 98%;
	
	
}


}