#slider {
    width: 100%;
    height: 450px;
    position: relative;
    margin-top: 7px;
    background-image: url('../img/tbilisi-1512900033143-998.jpg');
    background-size: cover;
    background-position: center center;
    z-index: -1;
   
}
#about{
	width: 800px;
	box-shadow: 0px 0px 5px #333;
	min-height: 600px;
	background-color: rgba(255,255,255,1);
	margin-left: 5%;
	margin-top: -150px;
	z-index: 9999; 
	border-radius: 5px;
}
#about h1{
	padding: 20px;
	text-align: left;
	margin: auto;
	color: #0c5893;
}
#about h3{
	padding: 5px 20px;
	text-align: left;
	margin: auto;
	color: #0c5893;
	font-size: 16px;
}
#about p{
	padding: 5px;
	text-align: left;
	color: #70756f;
	font-size: 14px;
	line-height: 20px;
	width: 90%;
	margin-left: 2%;
	margin-top: -10px;
}
.about-image{
	position: absolute;
	margin-left: 10%;
	
}