@import url(../css/open-sans.css);
@import url(../css/bootstrap.min.css);
@import url(../css/font-awesome.min.css);
@import url(../css/meanmenu.css);
@import url(../css/tricker.css);
body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height:20px;
}
/*====COmmon CSS================*/
.pt10{
	padding-top: 10px;
}
.pt20{
	padding-top: 20px;
}
.pt30{
	padding-top: 30px;
}
.pb10{
	padding-bottom: 10px;
}
.pb20{
	padding-bottom: 20px;
}
.pb30{
	padding-bottom: 30px;
}
/*======Margins========*/
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}

/*===================Main Css Start========================*/
.header-top{
	background:#000;
	padding:6px 0;
	color:#fff;
	font-size: 97%;
}
.topMenu a{
	color:#dad6d6;
	margin-right:10px;
	text-decoration:none;
}
.topaccess{
	margin:0;
	padding:0;
}
.topaccess li{
	display:inline-block;
}
.topaccess li a{
	display:inline-block;
	margin-right:10px;
	color:#dad6d6;
	position:relative;
	text-decoration:none;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
	position: absolute;
    background-color: #f9f9f9;
    width: 36px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px 0px;
    z-index: 1;
}
.dropdown-content li{
	width:100%;
	text-align:center;
}
.dropdown-content li a{
	margin-right: 0px;
	padding:4px 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.search-content{
	width: 148px;
    max-width: 148px;
    text-align: left;
    right: 25%;
    padding-bottom: 0;
}
.search{
	color: #000;
    padding: 2px 5px;
    max-width: 111px;
    float: left;
    border: 1px solid #ccc;
    border-right: 0;
	margin-left: 4px;
}
.srchbtn{
	    background: #9c6411;
    border: none;
    padding: 3px 8px;
    outline: 0;
	float: left;
}
/*=====================Header MID Sce=============*/
.headerMid{
	width:100%;
	background:#faf2e1;
	padding:5px 0;
}
.headerMid h1{
	font-size: 200%;
    letter-spacing: 0px;
    font-weight: 600;
    text-shadow: 0px 4px 5px #afa7a7;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.headerMid p{
	font-size: 95%;
    font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*====================Menu=======================*/
/*** Menu Style CSS Start***/
.mean-container{width:100%;float:left;}
.navigation-bg{ background-color:#9c6411;width:100%;float:left;}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	word-wrap: break-word;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	/*float: left; */
	display:inline-block;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative; font-size:104%; font-weight:400;
}
.sf-menu a:focus{
	outline:0;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	/*float: left;*/
	    text-align: center;
}
.sf-menu ul {box-shadow: 2px 2px 6px rgba(0,0,0,.2); min-width: 12em; /* allow long menu items to determine submenu width */}
.sf-menu a {text-decoration: none;}
.sf-menu a {color: #fff;}
.sf-menu li { /*background-image:url(../images/menu-border.jpg); background-position:right; background-repeat:no-repeat; */border-right: 1px solid #faf2e1; white-space: nowrap; /* no need for Supersubs plugin */ padding:10px 15px;}
.sf-menu ul li { background: #9c6411; padding:10px 15px; border-bottom:1px solid #fff;     text-transform: capitalize; text-align: left;}
.sf-menu li{
	text-transform: uppercase;
}
.sf-menu ul ul li { background: #9c6411; }
.sf-menu li:hover,.sf-menu li.active,
.sf-menu li.sfHover {
	background: #efd266;
	color:#000;
}
.sf-menu li.active a{
	color:#000;
}
/*** arrows (for all except IE7) **/
/*.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
}*/
/* styling for both css and generated arrows */
/*.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #dFeEFF; 
	border-top-color: rgba(255,255,255,.5);
}*/
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
@media (max-width:768px){
.resp-center-text{
	text-align:center !important;
}
.headerMid{
	text-align:center !important;
}
.headerMid img{
	max-width:100%;
}
.sf-menu li {
    background-image: none;
    padding: 10px;
    width: 100%;
}

.sf-arrows .sf-with-ul:after{
	display:none;
}
/*#example1 li:nth-child(1), #example1 li:nth-child(2), #example1 li:nth-child(3), #example1 li:nth-child(4), #example1 li:nth-child(5), #example1 li:nth-child(6) {
    display: none;
}*/
.sf-menu ul ul {
    left: 0px;
    top: 0;
}
/*** Menu Style CSS End***/

}
/*
.sf-menu li:nth-child(7){
  background:#f00 !important;
  position:relative;
}

.sf-menu li:nth-child(7) > ul > li:after{
  right: 10px;
  top: 12px;
  transition: all 0.2s ease 0s;
  content:'<';
  position:absolute;
}
.sf-menu li:nth-child(7) > ul > li.has-sub::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #fff  transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 4px;
  right: 10px;
  top: 12px;
  transition: all 0.2s ease 0s;
  
}*/
/*==============
Arrow and dropdown right Css
===================*/
.sf-menu li:nth-child(7) ul{
	left:auto;
	right:0;
}
.sf-menu li:nth-child(7) ul li ul{
	left:auto;
	right:100%;
}
.sf-menu li:nth-child(7) a.sf-with-ul:after {
    margin-top: -3px;
    margin-right: -3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;  
	border-top: 5px solid #ddd
}
.sf-menu li:nth-child(7) a.sf-with-ul:hover:after {
    margin-top: -3px;
    margin-right: -3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;  
	border-top: 5px solid #fff
}
.sf-menu li:nth-child(7) ul li .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
	border-top: 5px solid transparent !important;
	border-bottom: 5px solid transparent !important;  
	border-right:5px solid #ddd !important; 
	border-left:0 solid white !important; 
}
.sf-menu li:nth-child(7) ul li .sf-with-ul:hover:after {
    margin-top: -5px;
    margin-right: -3px;
	border-top: 5px solid transparent !important;
	border-bottom: 5px solid transparent !important;  
	border-right:5px solid white !important; 
	border-left:0 solid white !important; 
}


/*====================3 BOx=====================*/
.box{
	width:100%;
	text-align:center;
	min-height:100px;
	height:100px;
	float: left;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(171,166,171,1);
	-moz-box-shadow: 0px 0px 11px 0px rgba(171,166,171,1);
	box-shadow: 0px 0px 11px 0px rgba(171,166,171,1);
}
.boxbg1{
	background:#21bede;
}

.boxbg2{
	background:#82c739;
}
.boxbg2:hover{
	background:#8cd63e;
}
.boxbg3{
	background:#085cad;
}
.boxbg3:hover{
	background:#1268bb;
}
.boxbg4{
	background:#9c6411;
}
.boxbg4:hover{
	background:#f1ab42;
}

.box p{
	color:#fff;
}
/*===announcement=========*/
.announcement{
	width:auto;
	float:left;
	border:1px solid #9c6411;
	width: 20%;
}
.announcement span{
	background:#9c6411;
	padding:5px 20px;
	float:left;
	color:#fff;
	font-weight:600;
	font-size:103%;
	width: 100%;
}
marquee{
	float: left;
    width: 80%;
    /* margin-left: .4%; */
    margin-top: 20px;
    border: 1px solid #9c6411;
    height: 32px;
    border-left: 10px solid #fff;
}
marquee ul{
	padding:0;
	margin:0;
}
marquee ul li{
	display:inline-block;
	padding-top:5px;
}
.mapBpx{
	width:100%;
	float:left;
	background:#faf2e1;
	padding:15px;
	text-align:center;
	position:relative;
}
.maplocation{
	    /* position: absolute; */
    width: 100%;
    float: left;
    /* left: 0; */
	background: url(../images/map.png) no-repeat 50%;
    /* background-size: cover; */
    min-height: 330px;
    height: 100%;
	position: relative;
}
.dropbtn1 {
	color: #000;
    padding: 0px;
    font-size: 80%;
    border: none;
    cursor: pointer;
    background: none;
    font-weight: 600;
}

.dropdown1 {
    position: relative;
    display: inline-block;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.50);
    min-width: 200px;
	width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: +5;
	bottom: 15px;
    left: -42px;
	border-radius:6px;
	margin: 0;
    padding: 0;
}
.dropdown-content1 li {
    color: black;
    padding: 4px 16px;
    text-decoration: none;
    display: block;
	text-align:left;
	color:#fff;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown1:hover .dropdown-content1 {
    display: block;
}
.dropdown1:hover .dropbtn1 {
    background: none;
}

/*========================Place name location================*/
.kashmir{
	left: 38%;
    position: absolute;
    top: 20px;
}
.himachal{
	left: 43%;
    position: absolute;
    top: 50px;
}
.uttarakhand{
	left: 45%;
    position: absolute;
    top: 70px;
}
.punjab{
	left: 37%;
    position: absolute;
    top: 66px;
}
.chandigarh{
	left: 33%;
    position: absolute;
    top: 53px;
}
.haryana{
	left: 40%;
    position: absolute;
    top: 79px;
}
.delhi{
	left: 45%;
    position: absolute;
    top: 96px;
}
.uttarpradesh{
	left: 44%;
    position: absolute;
    top: 112px;
}
.bihar{
	left: 54%;
    position: absolute;
    top: 123px;
}
.jharkhand{
	left: 52%;
    position: absolute;
    top: 136px;
}
.westbengal{
	left: 56%;
    position: absolute;
    top: 154px;
}
.oddisha{
	left: 51%;
    position: absolute;
    top: 174px;
}
.chhattishgarh{
	left: 45%;
    position: absolute;
    top: 159px;
}
.madhyapradesh{
	left: 39%;
    position: absolute;
    top: 145px;
}
.rajasthan{
	    left: 35%;
    position: absolute;
    top: 115px;
}
.gujrat{
	left: 29%;
    position: absolute;
    top: 140px;
}
.damanndiu{
	left: 27%;
    position: absolute;
    top: 164px;
}
.maharashtra{
	left: 36%;
    position: absolute;
    top: 187px;
}
.telangana{
	left: 42%;
    position: absolute;
    top: 204px;
}
.andhraPradesh{
	left: 40%;
    position: absolute;
    top: 230px;
}
.karnataka{
	left: 38%;
    position: absolute;
    top: 242px;
}
.puducherry{
	left: 44%;
    position: absolute;
    top: 272px;
}
.tamilnadu{
	left: 40%;
    position: absolute;
    top: 285px;
}
.kerala{
	left: 38%;
    position: absolute;
    top: 298px;
}
.lakshadweep{
	left: 24%;
    position: absolute;
    top: 285px;
}
.dadra-nagar-haveli{
	left: 22%;
    position: absolute;
    top: 175px;
}

.sikkim{
	left: 57%;
    position: absolute;
    top: 101px;
}
.assam{
	left: 62%;
    position: absolute;
    top: 110px;
}
.nagaland{
	left: 68%;
    position: absolute;
    top: 112px;
}
.meghaylaya{
	left: 59%;
    position: absolute;
    top: 122px;
}
.manipur{
	left: 67%;
    position: absolute;
    top: 128px;
}
.tripura{
	left: 61%;
    position: absolute;
    top: 140px;
}
.mizoram{
	left: 66%;
    position: absolute;
    top: 151px;
}
.arunachalpradesh{
	left: 62%;
    position: absolute;
    top: 82px;
}
.andaman-nicobar-islands{
	left: 68%;
    position: absolute;
    top: 251px;
}
.minh550{
min-height:550px;
}

/*==========================Large Sreen==========================*/
.maplocation_big{
	/* position: absolute; */
    width: 855px;
    float: left;
    /* left: 0; */
    background: url(../images/india-map.png) no-repeat 50%;
    /* background-size: cover; */
    min-height: 600px;
    height: 100%;
    position: relative;
}
.kashmir_big{
    left: 333px;
    position: absolute;
    top: 77px;
}
.himachal_big{
    left: 373px;
    position: absolute;
    top: 123px;
}
.uttarakhand_big{
	left: 390px;
    position: absolute;
    top: 158px;
}
.punjab_big{
	left: 332px;
    position: absolute;
    top: 149px;
}
.chandigarh_big{
    left: 304px;
    top: 133px;
    position: absolute;
}
.haryana_big{
    left: 334px;
    position: absolute;
    top: 170px;
}
.delhi_big{
    left: 390px;
    position: absolute;
    top: 188px;
}
.uttarpradesh_big{
	left: 404px;
    top: 220px;
    position: absolute;
}
.bihar_big{
    right: 324px;
    position: absolute;
    top: 238px;
}
.jharkhand_big{
    right: 300px;
    position: absolute;
    top: 268px;
}
.westbengal_big{
    right: 252px;
    position: absolute;
    top: 289px;
}
.oddisha_big{
right: 325px;
    position: absolute;
    top: 322px;
}
.chhattishgarh_big{
    right: 356px;
    position: absolute;
    top: 296px;
}
.madhyapradesh_big{
    left: 351px;
    position: absolute;
    top: 274px;
}
.rajasthan_big{
    left: 290px;
    position: absolute;
    top: 204px;
}
.gujrat_big{
    left: 256px;
    position: absolute;
    top: 268px;
}
.damanndiu_big{
left: 207px;
    position: absolute;
    top: 308px;
}
.maharashtra_big{
    left: 299px;
    position: absolute;
    top: 358px;
}
.telangana_big{
    left: 377px;
    position: absolute;
    bottom: 205px;
}
.andhraPradesh_big{
    left: 378px;
    position: absolute;
    bottom: 168px;
}
.karnataka_big{
left: 308px;
    position: absolute;
    bottom: 147px;
}
.goa_big{
left: 300px;
    position: absolute;
    bottom: 165px;
}
.puducherry_big{
    left: 395px;
    position: absolute;
    bottom: 114px;
}
.tamilnadu_big{
left: 358px;
    position: absolute;
    bottom: 90px;
}
.kerala_big{
left: 324px;
    position: absolute;
    bottom: 70px;
}
.lakshadweep_big{
left: 200px;
    position: absolute;
    bottom: 83px;
}
.dadra-nagar-haveli_big{
    left: 193px;
    position: absolute;
    top: 322px;
}

.sikkim_big{
right: 278px;
    position: absolute;
    top: 203px;
}
.assam_big{
    right: 215px;
    position: absolute;
    top: 219px;
}
.nagaland_big{
right: 154px;
    position: absolute;
    top: 222px;
}
.meghaylaya_big{
    right: 221px;
    position: absolute;
    top: 238px;
}
.manipur_big{
right: 160px;
    position: absolute;
    top: 248px;
}
.tripura_big{
    right: 225px;
    position: absolute;
    top: 266px;
}
.mizoram_big{
    right: 171px;
    position: absolute;
    top: 272px;
}
.arunachalpradesh_big{
	right: 162px;
    position: absolute;
    top: 178px;
}
.andaman-nicobar-islands_big{
    right: 34px;
    position: absolute;
    top: 457px;
}
.minh650{
	min-height: 650px;
    width: 900px;
}
.modal-dialog{
	width:900px;
}














.mapview{
	position:absolute;
	bottom:10px;
	right:10px;
	font-weight:normal;
	cursor: pointer;
	background: none;
    border: none;
}
/*================latestnews==============*/
.latestnews{
	width:100%;
	float:left;
	background:#f5f4f3;
}
.latestnews .panel-body{
	padding: 10px;
}
.latestnews .demo1{
	height:269px !important;
}
.latestnews .panel{
	background: none;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 4px solid #21bede;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.latestnews .panel-footer {
    padding-left: 10px;
}
.latestnews .news-item {
    padding: 10px 0px;
    margin: 0px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.66);
}
.latestnews h2{
	width: 100%;
    float: left;
    padding: 7px 10px;
    text-align: left;
    background: #21bede;
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 160%;
}
.viewal a{
	color: #fff;
    text-align: right;
    font-size: 65%;
    float: right;
    padding-top: 5px;
}
.datenmnth{
	float: left;
    width: 30px;
    height: 40px;
	margin-right: 10px;
	padding-top: 3px;
}
.datenmnth small, b{
	line-height: 15px;
	text-align: center;
	width: 100%;
	float: left;
}
.datenmnth small{
    color: #085cad;
    font-size: 110%;
    font-weight: 700;
}
.datenmnth b{
	color:#9c6411;
	text-transform: uppercase;
}
/*==================ministerBox*/
.carousel-indicators {
    bottom: 10px;
}
.ministerBox{
	width:100%;
	float:left;
	background:#f5f4f3;
}
.ministerBoxinner{
	border:10px solid #f5f4f3;
	border-bottom:0;
	background:#fff;
	width:100%;
	float:left;
	padding-top:11px;
}
.ministerBoxinner img{
	float:left;
	padding-left:15px;
}
.ministerBoxinner span{
	float:left;
	padding-left:15px;
}
.minster-name{
	color:#fff;
	background:#9c6411;
	padding:8px;
	margin:0;
	font-weight: 300;
    font-size: 145%;
	text-align:center;
	-webkit-box-shadow: 0px 0px 16px 0px rgb(179, 165, 165);
	-moz-box-shadow: 0px 0px 16px 0px rgb(179, 165, 165);
	box-shadow: 0px 0px 16px 0px rgb(179, 165, 165);
}
.minster-name:hover{
	background:#da9328;
}
.minster-name a{
	color:#fff;
}
.namentitle{
	float:left;
}
.namentitle p{
	font-weight:500
}
.min-name{
    border-bottom: 2px solid #bfb1b1;
    font-size: 120%;
    padding-bottom: 7px;
    text-align: center;
	margin-top: 0;

}
.importanr-linkhead{
	color:#fff;
	background:#21bede;
	padding:8px;
	font-weight: 300;
    font-size: 145%;
	text-align:center;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(212,194,194,1);
	-moz-box-shadow: 0px 0px 16px 0px rgba(212,194,194,1);
	box-shadow: 0px 0px 16px 0px rgba(212,194,194,1);
	margin-bottom: 0;
}
.importanr-linkhead:hover{
	background:#26b5d2
}
.importanr-linkhead a{
	color:#fff;
}


/*==============================Nodal Officer Section===================*/
.bonalBox{
	width: 100%;
    float: left;
    padding: 20px 15px 0;
    min-height: 127px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(212,194,194,1);
	-moz-box-shadow: 0px 0px 16px 0px rgba(212,194,194,1);
	box-shadow: 0px 0px 16px 0px rgba(212,194,194,1);
}
.bonalBox:hover{
-webkit-box-shadow: 0px 0px 16px 0px rgb(183, 166, 166);
	-moz-box-shadow: 0px 0px 16px 0px rgb(183, 166, 166);
	box-shadow: 0px 0px 16px 0px rgb(183, 166, 166);

}
.bonalBox h4{
	font-size: 145%;
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
	margin-top: 8px;
}
.bonalBox h4 a{
	color: #fff;
}
/*===========footerupSlider*/
.footerupSlider{
	width:100%;
	float:left;
	background:#f6f6f5;
	
}
.imgBox{
	width:20%;
	border-right:1px solid #ddd;
	float:left;
	text-align:center;
	padding:15px;
}
/*==================Footer==========================*/
.footer-top{
	background:#4f4d49;
	width:100%;
	float:left;
	text-align:center;
	padding: 15px 0;
}
.footer-top ul{
	margin:0;
	padding:0;
}
.footer-top ul li{
	display: inline-block;
	line-height: 14px;
	border-right: 1px solid #f1f0ef;
}
.footer-top ul li:nth-child(7){
	border-right: 0px solid #f1f0ef;
}
.footer-top ul li a{
	display: inline-block;
	text-decoration:none;
	padding:1px 10px;
	color:#f1f0ef;
	
}
.footer-top ul li a:hover{
	text-decoration:underline;
	color:#ccc9c6;
	
}
.footer-btm{
	background:#000000;
	width:100%;
	float:left;
	color:#e9e4da;
	padding:8px 0;
}
.footer-btm p{
	font-size:95%;
	margin-bottom:0;
}




































/*==================================
Responsive Start
==================================*/

@media (max-width:768px){
.headerMid h1 {
    font-size: 150%;
}
.mt20{
	    margin-top: 0px;
}
.box{
	margin-bottom:20px;
	padding: 20px 0;
}
.mapBpx img{
	width:100%;
}
.announcement{
    width: 100%;
}
marquee{
	width: 100%;
	border-left:1px solid #9c6411;
	margin-top: 2px;
}
.importanr-linkhead{
	margin-bottom:20px;
}
.bonalBox{
	margin-bottom:20px;
}
.imgBox{
	width: 50%;
}
.modal-dialog{
	overflow: scroll;
    width: 326px;
}
}

