/* Add here all your CSS customizations */
@font-face {
	font-family: urdu;
	src: url(fonts/urdu.ttf);
}

.urdu {
	font-family: urdu;
}

#marquee{
	background-color: #009FAF;
	border-radius: 8px;
	padding-bottom: 0px;
	color: white;
	min-height: 0px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	font-size: 20px; 
	color: white;
}
.dark_bg{
	background-color: #009FAF;	
}
#marquee p{
	padding-top: 10px;
	color: white;
	margin-bottom: 10px;
}

.space30{
	height:30px; 
	width:100%; 
	clear:both;
}

.dark{
	color: #020607 !important;
	font-size: 15px !important;
}

.mapback{
	background-image: url('../img/map.png');
	
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;

	width: 100%;
	
	margin-top: -35px;
	margin-bottom: 40px;

	height:450px;
	border-bottom: 5px solid #CCC;
}