@charset "utf-8";
/* CSS Document */

* {
	/*font-family:"Open Sans",sans-serif;*/
	font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;;
	margin:0;
	padding:0;
	font-size: 14px;
}
@media (max-width: 900px) {
  * { font-size: 14px; }
}
@media (max-width: 400px) {
  * { font-size: 13px; }
}

.f_small , .f_small a{
	font-size: 12px;
}
@media (max-width: 900px) {
  .f_small , .f_small a { font-size: 12px; }
}
@media (max-width: 400px) {
  .f_small , .f_small a { font-size: 11px; }
}

.f_large {
	font-size: 16px;
}
@media (max-width: 900px) {
  .f_large { font-size: 16px; }
}
@media (max-width: 400px) {
  .f_large { font-size: 14px; }
}

.f_Xlarge {
	font-size: 24px;
}
.f_Xlarge strong {
	font-size: 24px;
	font-weight:600;
}
@media (max-width: 900px) {
  .f_Xlarge { font-size: 20px; }
  .f_Xlarge strong {
	font-size: 20px;
	font-weight:600;
}
}
@media (max-width: 400px) {
  .f_Xlarge { font-size: 15px; }
  .f_Xlarge strong {
	font-size: 15px;
	font-weight:600;
}
}

/* ------------------------------- */ 
body {
	margin: 0;
	padding: 0;
}

#container_body {
	border-left:1px solid #000;border-right:1px solid #000;
	}
@media (max-width: 700px) {
#container_body {
	border-left:none;border-right:none;
	}
}

.img-responsive {
	width:100%;
	height: auto;
}

/* ------------------------------- */ 
.menu {
	 background-color:#800000;
	 color: #fff;
	 width:100%;
	 border-top:1px solid #9a0000;
}
.slider {
	background-color:#cfcfcf; 
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px #888;
	box-shadow: inner 0 0 5px #888;
}
.n_content {
	background-color:#F0F0F0;
	}
.maincontent {
	background-color:#fff;
	}
.campus{
	background-color:#EDEDED;
	}
/* ----------------header---------------- */
.header {
	 background-color:#800000;
	 font-weight:600;
	 color: #fff;
	 width:100%;
	 padding-top:8px;
	 padding-bottom:8px;
	 padding-left:8px;
	 padding-right:8px;
	 border-bottom:1px solid #670000;
	 border-top:1px solid #9a0000;
}

#header_img img {
	width:70%;
	height:auto;
	}
	
#header_img_m img {
	width:100%;
	height:auto;
	padding-top:12px;
	padding-bottom:12px;
	}
/* ------------------------------- */ 
.row_corner {
	background: #fff;
	color:#000000;
	-moz-box-shadow: inset 1px 0px 5px #888;
	-webkit-box-shadow: inset 1px 0px 5px #888;
	box-shadow: inner 5px 5px 5px #888;
	}
.row_corner h1{
	font-size:25px;
	font-weight:600;
	text-align:center;
	color:#333333;
	}
.row_corner_box {
	background: #F0F0F0;
	overflow-y: scroll;  
	max-height:301px;
	min-height:301px;
	padding:10px;
	border:2px solid #a6a6a6;
	padding:10px;
	font-weight:600;}
	
.row_corner_box ul li {
	padding-bottom:5px;
	color:#000000;
	}
.row_corner_box ul li a{
	color:#000000;
	}
.row_corner_box ul {
	list-style-type: square;
	padding-left:20px;
	}	
	
.row_corner .heading {
	padding-bottom:10px;
	text-align:left;
	font-size:25px; 
	font-weight:700; 
	}
@media (max-width: 768px) {
.row_corner .heading  { font-size: 24px; padding-bottom:2px; border-bottom: none; }
}
@media (max-width: 400px) {
.row_corner .heading  { font-size: 20px; padding-bottom:0px; border-bottom: none; }

}

/* ------------------------------- */ 

.row_gallery {
	background: #F0F0F0;
	color:#333333;
	}
	
.row_gallery .heading {
	text-align: center;
	font-size:30px; 
	font-weight:700; 
	}
@media (max-width: 768px) {
.row_gallery .heading  { font-size: 26px; padding-bottom:2px; border-bottom: none; }

}
@media (max-width: 400px) {
.row_gallery .heading  { font-size: 22px; padding-bottom:0px; border-bottom: none; }

}

.row_footer {
	background: #212121;
	color:#fff;
	}


.row_footer .heading {
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	text-align:left;
	font-size:25px; 
	font-weight:700; 
	}
@media (max-width: 768px) {
.row_footer .heading  { font-size: 24px; padding-bottom:2px; border-bottom: none; }
#col_footer {
border-bottom:1px solid #CCC;
	}
}
@media (max-width: 400px) {
.row_footer .heading  { font-size: 20px; padding-bottom:0px; border-bottom: none; }
#col_footer {
border-bottom:1px solid #CCC;
	}
}

.EPABX_icon{
	width:auto;
	height:40px;
	float:left; 
	padding-right:5px;
}

.social_icon {
	width:auto;
	height:50px;
	-webkit-transition: 0.2s linear;
  	transition:  0.2s linear;
}
.social_icon:hover {
    -webkit-filter: contrast(200%); /* Chrome, Safari, Opera */
    filter: contrast(200%);
}

.logo_white { 
  opacity: 0.5;
    -webkit-transition: 0.3s linear;
  transition:  0.3s linear;
} 

.logo_white:hover { 
  opacity: 1; 
}


#highlight { 
-webkit-filter: contrast(90%); /* Safari */
    filter: contrast(90%);
    -webkit-transition: 0.3s linear;
  transition:  0.5s linear;
  padding:4px;
} 

#highlight:hover { 
-webkit-filter: contrast(150%); /* Safari */
    filter: contrast(150%);
}

#row_fluid {
	background-color:#403F3F; 
	border-top: 1px solid #605f5f; 
	border-bottom: 1px solid #2f2e2e;
	}

#row_fluid a{
	opacity: 0.5;
    -webkit-transition: 0.3s linear;
  transition:  0.3s linear;
  	color:#fff;
 	text-decoration:none;}
	
#row_fluid a:hover { 
  opacity: 1; 
    color:#fff;
  text-decoration:none;
}

/* ------------------------------------- */

.footer {
	background-color:#800000;
	color: #fff;
	text-align: center;
	font-weight:600;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom:0;
	display:block;
	width:100%;
	border-bottom:1px solid #670000;
	border-top:1px solid #9a0000;

}
/* -------------end footer---------------- */
	.about_rsks_img {
		float:left;
		margin-right:10px;
		margin-bottom:10px;
		height:250px;
		width:auto;
		border:1px solid #000;
		}

	@media (max-width: 500px) {
	.about_rsks_img {
	width:100%; 
	height:auto;
	margin:0;
	}	
}

	.about_logo_img {
		float:left;
		padding:10px ;
		height:200px;
		width:auto;
		}
	
	@media (max-width: 400px) {
	.about_logo_img {
		padding:30px ;
	width:100%; 
	height:auto; 
	}	
}

	.kulgeet_img {
		width:80%;
	}
	
@media (max-width: 600px) {
	.kulgeet_img {
	width:100%; 
	height:auto; 
	}	
}

.button_style button{
	width:180px;
	margin:5px;
	padding: 5px 5px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: solid 1px #004080;;
	background: #004080;;
	font-weight:600;
	display: inline-block;
    border-radius: 10px;
    box-shadow: 0 4px #999;
    transition-duration: 0.3s;
	}
	
	.button_style button:hover {background: #00264c}

	.button_style button:active {
	  background: #00264c;
	  box-shadow: 0 1px #666;
	  transform: translateY(4px);}
	  .linkstyle button{
	margin:3px;
	padding: 5px 5px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #555555;
	border: solid 2px #555555;;
	background: #fff;;
	font-weight:600;
	display: inline-block;
	border-radius: 15px;
	}
	
	.linkstyle button:hover {
		background: #555555;
		color:#fff;
	}

	.campus_page_img {
		float:left;
		margin-right:10px;
		margin-bottom:10px;
		height:250px;
		width:auto;
		border:1px solid #000000;
		}

	@media (max-width: 500px) {
	.campus_page_img {
	width:100%; 
	margin:0;
	height:auto; 
	}	
}
/* ----------------topmenu---------------- */
.topmenu {
	margin-top:0;
	top:0;
	color:#B3B2B2;
	background:#333;
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	}
	
.topmenu a {
	color:#B3B2B2;
	text-decoration: none;
	font-size: 14px;
	}
@media (max-width: 900px) {
  .topmenu a{ font-size: 13px; }
}
@media (max-width: 400px) {
  .topmenu a { font-size: 12px; }
}

.topmenu a:hover {
	color:#fff;
	text-decoration: none;
	}
/* --------------------------------------- */

/* ------------- Section -------------------- */
section {
	background:#fff;
  display: inline-block;
  margin: 0 auto;
  padding:0;
  vertical-align: top;
  width: 100%;
}
/* ---------------end Section---------------------- */

/* -------------article---------------- */
article {
	min-height: 70vh;
	text-align:justify;
	padding:10px;
	background:url(../images/logo_bg.jpg) no-repeat fixed bottom;
	background-color:#fff;
}

a {
	text-decoration:none;
	color:#004080;
	}
	
.underline:hover { text-decoration:underline;}

.box-shadow {
	/*box-shadow: 0 2px 3px #333, 0 2px 2px #333;*/
	box-shadow: 4px 4px 2px #888888;
	}

.img-circle {
        border-radius: 50%;
    }

.b1{
	background-color:#004080;
	color:#fff;
	font-weight:600;
	padding:3px;
	margin:2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: solid 1px #0000ff;
	font-weight:600;
	}
	
	.b1:hover {
		text-decoration: none;
		background: #800000;
		color:#fff;
		border: solid 1px #800000;
	}
	

	

.heading h1 {
	font-size:30px; 
	font-weight:700; 
	color: #800000;
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

.heading {
  overflow: hidden;
  text-align: center;
}
.heading h1:before,
.heading h1:after {
  background: #800000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 400%;
}
.heading h1:before {
  right: 100%;
}
.heading h1:after {
  left: 100%;
}

.heading1 {
	font-size:30px; 
	font-weight:700; 
	color:#800000;
	text-align:center;
	}
.heading2 {
	color:#004080;
	font-size:25px; 
	font-weight:600; 
	}
.heading_invert {
	color:#fff;
	background-color:#333333;
	font-size:20px; 
	font-weight:600;
	padding-top:5px;
	padding-bottom:5px;
	}
@media (max-width: 900px) {
	.heading h1  { font-size: 25px; }
    .heading1  { font-size: 25px; }
    .heading2 { font-size:20px; }
	.heading_invert { font-size:16px; }
}
@media (max-width: 400px) {
	.heading h1  { font-size: 20px; }
    .heading1  { font-size: 20px; }
    .heading2 { font-size:15px; }
	.heading_invert { font-size:12px; }
}

.end_hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #800000;
    margin: 1em 0;
    padding: 0; 
}
.hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #333;
    padding: 0;
	width:100%
}


.indexing {
	color:#888888;
	padding:3px;
	font-size: 13px;
	}
.indexing a{
	color:#888888;	
	}
	

@media (max-width: 900px) {
  .indexing { font-size: 12px; }
}
@media (max-width: 400px) {
  .indexing { font-size: 11px; }
}

/* -------------End article---------------- */

/* ------------------notifications--------------------- */
.notice_box {
	padding:0; 
	border:1px solid #fff;
	}
.notice_head {
	background-color:#80332C;
	color:#fff; 
	padding:10px;
	margin:0; 
	font-weight:600; 
	text-align:center
	}
.notice_content {
	height:301px; 
	overflow-y: scroll; 
	background-color:#f0f0f0; 
	padding:5px;
	}


.main {background: #333333; color:#fff; 
		border-left:1px solid #DADADA; 
		border-right:1px solid #DADADA;  
 }
.contentbox {
			padding:10px;
			background-color:#F0F0F0;
			color:#000;
			min-height:380px;
			max-height:380px;
			overflow-y:scroll;
			 }
.contentbox a{ color:#000;			}
.contentbox > div {display: none; padding:10px;}

.main input {display: none;}
.main label {font-size: 13px; display: inline-block; padding: 11px 8px 11px 8px; font-weight: 600; text-align: center; margin:0}
.main label:hover { background-color:#F0F0F0; color: #000; cursor: pointer;}
.main input:checked + label {background: #F0F0F0; color: #000;}

#tab1:checked ~ .contentbox #content1,
#tab2:checked ~ .contentbox #content2,
#tab3:checked ~ .contentbox #content3,
#tab4:checked ~ .contentbox #content4,
#tab5:checked ~ .contentbox #content5,
#tab6:checked ~ .contentbox #content6 {
		  display: block;
		}
/*@media screen and (max-width: 600px) { 
.main label {padding: 10px; width:100%;}
.main input:checked + label {background: #fff; color: #000;}
 }*/

.date {
	color:#666;
	font-family:"Courier New", Courier, monospace;
	}	
		
.date:before {
	color:#666;
	font-family:"Courier New", Courier, monospace;
	content: " -- Posted on: "
	}	

.newicon { height: 15px; width:auto; }

@media (max-width: 900px) {
  .newicon { height: 12px; width:auto; }
}
@media (max-width: 400px) {
    .main label {font-size: 9.5px; padding: 10px 4px 10px 4px;}
	.date {font-size: 11px; line-height: 14px;}
	.contentbox li{ line-height: 12px;}
	.newicon { height: 11px; width:auto; }
	.contentbox a{font-size: 10px;}
}

/* ------------------end notifications--------------------- */

.row_student_icons {
	background: #e1ad01;
	color:#000000;
	/*-moz-box-shadow: inset 1px 0px 5px #888;
	-webkit-box-shadow: inset 1px 0px 5px #888;
	box-shadow: inner 5px 5px 5px #888;*/
	}

	.row_student_icons img{
	  height:auto;
	  width:48px;
	  padding: 2px;
	}

	.row_student_icons a b{
	  color:#000000;
	}

	.rs_col{
	  padding-top: 16px;
	  padding-bottom:16px;
	}

	@media (max-width: 400px) {
		.row_student_icons{
			padding-top: 8px;
			padding-bottom: 12px;
			}
		.row_student_icons img{
		height:auto;
		width:32px;
		}

	  .rs_col{
	  padding-top: 8px;
	  padding-bottom: 8px;
	  }
	}

/* ----------------slider---------------- */
.swiper-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
}

.carousel-caption h1 {
	font-family:"Open Sans",sans-serif;
	font-weight:700;
	text-shadow: 1px 1px 1px #000;
	font-size: 32px;
	}
@media (max-width: 900px) {
.carousel-caption h1 { font-size: 17px; }
}
@media (max-width: 600px) {
.carousel-caption h1 { font-size: 13px; }
.carousel-caption img { display:none; }
}
@media (max-width: 400px) {
.carousel-caption h1 { font-size: 10px; }
}
	
/* --------------------------------------- */

.zoom-box {
  overflow: hidden;}


.zoom-box img{
  -webkit-transition: 1s linear;
  transition: 1s linear;
}

.zoom-box img:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
 
}

/* --------------------------------------- */

#row_authorities_img {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:55px; 
	padding-right:55px; 
	}

@media (max-width: 968px) {
#row_authorities_img {
	padding-left:20px; 
	padding-right:20px; 
	}
}	
@media (max-width: 768px) {
#row_authorities_img {
	padding-left:80px; 
	padding-right:80px; 
	}
}
@media (max-width: 668px) {
#row_authorities_img {
	padding-left:75px; 
	padding-right:75px; 
	}
}
@media (max-width: 568px) {
#row_authorities_img {
	padding-left:65px; 
	padding-right:65px; 
	}
}
@media (max-width: 468px) {
#row_authorities_img {
	padding-left:25px; 
	padding-right:25px; 
	}
}

/* ------------------------events---------------------------- */	
.row_event_head {
	text-align:center;
/*	background:#80332C;*/
	background:#800000;
	color:#fff;
	padding: 10px;
	font-weight:600;
	width:100%;
	}

.row_event_box {
	color:#000;
	overflow-y:scroll;
	max-height:321px;
	min-height:321px;
	width:100%;
	padding:5px;
	background:#F0F0F0;
	border-bottom: 2px solid #F0F0F0;
	border-left: 2px solid #F0F0F0;
	border-right: 2px solid #F0F0F0;
	}
	
.row_event a{
	color:#000;
	font-weight:600;
	}
	
.row_event a:hover{
	color:#800000;
	}
	
.row_event table {
	padding:5px;
	}

.row_event hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d8d8d8;
    margin: 1em 0;
    padding: 0; 
	}

span.day {
	font-size: 12px;
    border-bottom: 1px solid #dad9d9;
    border-left: 1px solid #dad9d9;
    border-right: 1px solid #dad9d9;
    color: #800000;
	/*	color:#670a0a;*/
    display: block;
    padding: 10px 2px;
    text-align: center;
	background:#FFF;
}
span.month {
	font-size: 12px;
	background: #800000 none repeat scroll 0 0;
/*	background: #80332c none repeat scroll 0 0;*/
    color: #fff;
    display: block;
    padding: 10px 2px;
    text-align: center;
}

.col1 {
	width:85px;
	
}

.col2 {
	padding-left:7px;
}



/* ---------------------------------------------------- */	
.qlink {
	color:#B3B2B2;
	font-size:14px;
	text-decoration:none;
}


.qlink:hover { color:#fff;
text-decoration:none;}



/* ---------------------------------------------------- */	
    .map{
        width:100%;
        height:200px;
        position:relative;
        margin-top:2em;
    }
    .map .btn{
        position:absolute;
        top:20px;
        right:20px;
        z-index:99;
    }
    .map1{
        width:100%;
        height:300px;
        position:relative;
    }
    .map1 .btn{
        position:absolute;
        top:20px;
        right:20px;
        z-index:99;
    }
	
    #map{
        width:100%;
        height:100%;
    }
	
/* ---------------------------------------------------- */	
/* --------------Table---------------- */

  .tdesign table {
    border: 1px solid #000;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
	box-shadow: 3px 3px 1px #888888;
  }

    .tdesign  tr {
    padding: 2px;
  }
  
 .tdesign tr:hover{background-color:#d6d6d6 }
   .tdesign  tr:nth-child(even){background-color: #f5f5f5}
  .tdesign  tr:nth-child(odd){background-color: #fff}
   .tdesign  tr:nth-child(even):hover{background-color:#d6d6d6 }
   .tdesign  tr:nth-child(odd):hover{background-color:#d6d6d6 }

  .tdesign  th {
    padding-top:6px;
	padding-bottom:6px;
	padding-left:2px;
	padding-right:2px;
  }
  
  .tdesign  td {
	padding-top:6px;
	padding-bottom:6px;
	padding-left:2px;
	padding-right:2px;
	color:#000;
   }
	 
  .tdesign  th {
    text-transform: uppercase;
    letter-spacing: 1px;
	background-color:#000;
	color:#fff;
  }

	  .tdesign  th , td , td a , b {
		  font-size: 14px;
		  }

@media (max-width: 900px) {
 .tdesign  th , td , td a , b { font-size: 13px; }
}
@media (max-width: 400px) {
 .tdesign  th , td , td a , b { font-size: 11px; }
}

/* ---------------------------------------------------- */
/* -----------------------President Award----------------------------- */
.collapse_box{
  cursor: pointer;
  display: block;
  background: #008080;
  color:#fff;
  font-weight:600;
  padding:8px;
  border-bottom:1px solid #fff;
  margin:0;
   
}
.collapse_box + input{
  display: none; /* hide the checkboxes */
}
.collapse_box + input + div{
  display:none;
}
.collapse_box + input:checked + div{
  display:block;
}

.content_box {
	  padding:10px;
	  background-color:#f0f0f0;
	}

/* ---------------------------------------------------- */

.book {
	padding: 15px 0 0 0;
	margin: auto;
	position: relative;
	z-index:2;
		   -webkit-box-shadow: 0 8px 6px -6px #000;
       -moz-box-shadow: 0 8px 6px -6px #000;
            box-shadow: 0 8px 6px -6px #000;
}

.book:before { /* Just to give a little puddle of a shadow without adding another element */
	content: '';
    display: block;
    width: 80%;
    height: 1em;
    background: rgba(0,0,0,.35);
    border-radius: 50%;
    position: absolute;
    bottom:-10px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  
}
.shelf {
	border-bottom: 30px solid #a5a5a5;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	top: -15px;

}
/*Example adding pseudo element to give shelf depth*/
.shelf:after {
	content: '';
	background: #686868;
	height: 20px;
	width: calc(100% + 40px); /*IE9+*/
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;

	margin: 0 -20px;
}






/* --------------------end slider--------------------------- */
.row_authorities {
	margin:2px;
	color:#fff;
	}

.row_authorities a{ color:#fff;
}

/*@keyframes slidy1 {
0% { left: 0%; }
10% { left: 0%; }
20% { left: 0%; }
33.3% { left: -100%; }
40% { left: -100%; }
50% { left: -100%; }
66.6% { left: -200%; }
70% { left: -200%; }
80% { left: -200%; }
100% { left: -200%; }
}*/

@keyframes slidy1 {
0% { left: 0%; }
10% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
30% { left: -100%; }
45% { left: -100%; }	
50% { left: -200%; }
60% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -300%; }
}


div#slider1 { overflow: hidden; }
div#slider1 figure img { width: 25%; float: left; }
div#slider1 figure {
	position:relative;
  width: 400%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidy1 infinite;
}
@media (max-width: 600px) {
.row_authorities {
	padding-left:0;
	padding-right:25%;
	}
	}
@media (max-width: 500px) {
.row_authorities {
	padding-left:0;
	padding-right:20%;
	}
	}
@media (max-width:400px) {
.row_authorities {
	padding-left:0;
	padding-right:10%;
	}
	}
/* ----------------------------------------------- */
/* --------------------------------  hire --------------------------------   */	


.row_publication {
	background-color:#ffffff;
	}

#publication_bg {
    background-color: #0095da;
    background-image: url("../publication_and_programme/slider_img/pnp.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    min-height: 180px;
    overflow: hidden;
    position: relative;
    width: 100%;
	margin:0;
	padding-left:5%;
	padding-right:5%;
	}

#publication_bg h2 {
	display: inline-block;
	background-color:rgba(255, 255, 255, 0.8) ;
	font-weight:700;
	font-size:30px;
	color:#333333;
	text-align:center;
	padding-bottom:0;
	margin-bottom:0;
	border-radius: 3px;
	text-decoration:none;
	padding:10px 20px;
	}	

#publication_bg h2:hover {
		color:#004080;
		background-color:#fff;
		}	

@media (max-width: 400px) {
#publication_bg h2{
	font-size:25px;
	}
}



.row_delhi_map {
	background-color:#EBE9E4;
	}

#delhi_map_bg {
    background-color: #EBE9E4;
    background-image: url("../slider_img/delhi_map.html");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    min-height: 50vh;
    overflow: hidden;
    position: relative;
    width: 100%;
	margin:0;
	padding-left:5%;
	padding-right:5%;
	}