@font-face {
	font-family:'roboto';
	src:url('fonts/roboto.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}



* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}




.clear {
	clear:both;
}

.color1 {
	color:#000;
}

.color2 {
	color:#000;
}


body {	
        background-color: #5DG3F2;
	background-size:cover;
	font:14px roboto;
	letter-spacing:1px;
}


h1, h2, h3, h4 {
	margin-top:25px;
}

p {
	text-align:justify;
}


#wrapper-Delhi-ncr {
	width:1000px;
	margin:auto;
}

#header-Delhi-ncr {
	width:100%;
	float:left;
}




#logo-Delhi-ncr a {
	text-decoration:none;
	color:#000;
}


#logo-Delhi-ncr {
	font-weight:normal;
	float:left;
	padding:15px 0;
	color:#fff;
	font-size:60px;
	text-shadow:2px 2px #fff, -2px -2px #fff;
	font-weight:bold;
}


#logo-Delhi-ncr .log {
	font:24px roboto;
	float:right;
	text-shadow:none;
	color:#000;
}

#contact-Delhi-ncr {
	float:right;
	text-align:right;
	font-weight:bold;
	padding-top:30px;
	color:#fff;
	font-size:26px;
}





#nav-Delhi-ncr {
	width:100%;
	height:50px;
	border-radius:10px;
	margin-bottom:15px;
	border:solid 1px #CCC;
	float:left;
	background:#000;
}

#nav-Delhi-ncr li {
	float:left;
	list-style:none;
}



#nav-Delhi-ncr li a {
	float:left;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	padding:0 20px;
	line-height:48px;
	text-decoration:none;
	color:#fff;
}


#nav-Delhi-ncr li a:hover,
#nav-Delhi-ncr li a.active {
	color:#999;
}



#content-Delhi-ncr {
	width:100%;
	padding:25px;
	border-radius:10px;
	float:left;
	background:rgba(255, 215, 115, .75);
}


#inner-images {
	width:100%;
	margin:25px 0;
}



#inner-images li {
	list-style:none;
	width:21%;
	float:left;
	font-size:12px;
	text-align:center;
	margin:0 2%;
}

#inner-images li img {
	width:100%;
	border:1px solid #000;
	border-radius:10px;
}



#side-Delhi-ncr {
	width:30%;
	float:left;
}



#side-Delhi-ncr p {
	padding:25px;
	margin-bottom:25px;
	width:100%;
	border-radius:10px;
	float:left;
	border:1px solid #000;
	background:rgba(155, 215, 215, .75);
}




#side-Delhi-ncr h5 {
	width:100%;
	font-size:14px;
	background:#000;
	font-weight:normal;
	color:#fff;
	padding:5px;
	margin-bottom:10px;
	float:left;

}


#side-Delhi-ncr h6 {
	padding:10px;
	font-size:18px;
	font-weight:normal;
}


#side-Delhi-ncr #navi-Delhi-ncr {
	float:left;
	margin-bottom:50px;

}


#side-Delhi-ncr #navi-Delhi-ncr li {
	padding:5px 0;
	list-style:none;
	list-style:inside disc;
	text-transform:uppercase;
	border-bottom:2px solid #000;
	float:left;
	width:100%;
}


#side-Delhi-ncr #navi-Delhi-ncr a {
	text-decoration:none;
	color:#000;
}

#side-Delhi-ncr #navi-Delhi-ncr a:hover,
#side-Delhi-ncr #navi-Delhi-ncr a.active {
	color:#fff;
}


#model-Delhi-ncr {
	width:100%;
	float:left;
	border:1px solid #000;
	border-radius:10px;
	background:rgba(155, 115, 215, .75);
}


#model-Delhi-ncr li {
	list-style:none;
	margin-bottom:10px;
	width:100%;
	padding:10px;
}


#model-Delhi-ncr li img {
	width:100%;
	border-radius:10px;
	border:2px solid #000;
}


#contentmain-Delhi-ncr {
	width:65%;
	float:right;
}

#contentmain-Delhi-ncr img{
	width:100%;
}


#contentmain-Delhi-ncr li {
	margin:5px 0 5px 15px;
}




#gallery ul li {
	list-style:none;
	float:left;
	padding:10px;
	margin:2%;
	border:1px solid #524b48;
	width:21%;
	transition:all ease .5s;
}

#gallery ul li img {
	width:100%;
	border-radius:5%;
}

#gallery ul li:hover {
	border:1px solid #fff;
}




#footer-Delhi-ncr {
	width:100%;
	padding:20px 5px;
	background:#000;
	float:left;
	color:#fff;
	margin-top:15px;
	font-size:10px;
}

#footer-Delhi-ncr li {
	list-style:none;
	padding:0 10px;
	border-right:solid 1px #fff;
	float:left;
}



#footer-Delhi-ncr a {
	float:left;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}

#footer-Delhi-ncr a:hover {
	text-decoration:underline;
}


#footer-Delhi-ncr p {
	margin-right:5px;
	float:right;
}


#footer-Delhi-ncr a {
	float:right;
	margin-left:5px;
}






@media only screen and ( max-width: 900px) { 

#wrapper-Delhi-ncr {
	width:90%;
}




#logo-Delhi-ncr {
	font-size:40px;
	text-align:center;
	width:100%;
}


#logo-Delhi-ncr .log {
	width:100%;
	font-size:18px;
	line-height:24px;
	text-align:center;
}

#contact-Delhi-ncr {
	width:100%;
	text-align:center;
	font-weight:bold;
	padding:0 0 10px 0;
	color:#fff;
	font-size:18px;
}





#nav-Delhi-ncr {
	height:auto;
}

#nav-Delhi-ncr li {
	width:100%;
	border-bottom:1px solid #fff;
}



#side-Delhi-ncr {
	width:100%;
}


#contentmain-Delhi-ncr {
	width:100%;
}




#inner-images li {
	list-style:none;
	width:100%;
	float:left;
	font-size:16px;
	text-align:center;
	margin:25px 0;
}




#gallery ul li {
	padding:0;
	margin:2%;
	border:none;
	width:100%;
}

#gallery ul li img {
	width:100%;
	border-radius:5%;
}

#gallery ul li:hover {
	border:none;
}





#footer-Delhi-ncr {
	width:100%;
	padding:20px 5px;
	background:#000;
	float:left;
	text-align:center;
	color:#fff;
	margin-top:15px;
	font-size:14px;
}

#footer-Delhi-ncr li {
	list-style:none;
	width:100%;
	padding:10px 0;
	border-right:none;
	float:left;
}


#footer-Delhi-ncr p {
	width:100%;
	text-align:center;
	margin-top:25px;
}


#footer-Delhi-ncr a {
	float:none;
}

}

.bar
{
	height: 300px;
	overflow-y: scroll;
}