@charset "utf-8";
body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
}
li {
	list-style: none;
}
a {
	cursor: pointer;
	color:#000;
}

a:focus{
	outline: 1px;
    border: 1px dotted !important;}
.data-statistics a{ display:block;}

	
/* #quicktabs-home_content li a:focus{
    outline: 1px;
    border: 1px dotted;
} */
.common-wrapper, .header-wrapper {
	font-family: 'Open Sans', sans-serif;
}
/*All Wrapper*/
table{margin-bottom:0px;}
.scroll-table1 {
    overflow-x: auto;
    padding-bottom: 0px;
    margin-bottom: 22px;
}
.scroll-table1 a {
    color: #4668ac;
}
.logo a strong{padding-top: 15px;}

.budget {
	background: url(../images/VikasKaBudget-smbanner.jpg) no-repeat center 0px #3C2881;
	padding-top: 94px;
	font-size: 100%;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	display: block;
}
.budget p {
	padding: 11px 0px 12px;
	line-height: 110%;
	background: #1f1451;
}
#block-panels-mini-home-quicktab {
	float: left;
	width: 58%;
}
#block-views-our-minister-block-2 {
	background:#063331;
	bottom: 25px;
	position: relative;
	text-align: center;
	float: right;
	height: 245px;
	padding-bottom:10px;
	color:#fff;
}
.view-our-minister ul.ministers-cl {
	padding: 10px 5px 0px 5px;
}
.view-our-minister ul.ministers-cl li {
	float: left;
	display: inline;
	margin-top: 10px;
}
.view-our-minister ul.ministers-cl li a {
	color: white;
}
.view-our-minister ul.ministers-cl li div.views-field-field-title {
	font-size: 13px;
	min-width: 127px;
}
.view-our-minister ul.ministers-cl li div.views-field a {
	color: #fff;
}
.box-bacground {
	padding: 20px 15px;
	background: #e2e1e1;
	margin: 15px 0px;
}
.header-right .swachh-bharat {
	background: rgba(0, 0, 0, 0) url("../images/swach-bharat.png") no-repeat scroll 0px 0px;
	float: left;
	width: 193px;
	height: 97px;
}
.bg-wrapper.blue-bg {
	/*background:#1f4a7c;*/
	padding: 50px 0px;
}
.wrapper .nav-wrapper {
	background: #e4291f;
	
}
.header-wrapper {
	border: none;
}
.float-element {
	width: 100%;
}
.float-element a {
	margin-left: 9%;
	float: left;
}
.common-left a {
	color: #171614;
}

.common-left ul li a:nth-child(1) {
font-size:120%;
}

/* top marquee */

.topmarquee {
  height: 50px;	
  overflow: hidden;
  position: relative;
}
.topmarquee span {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;

    /* Starting position */
       -moz-transform:translateX(100%);
       -webkit-transform:translateX(100%);	
       transform:translateX(100%);

 /* Apply animation to this element */	
       -moz-animation: topmarquee 35s linear infinite;
       -webkit-animation: topmarquee 35s linear infinite;
       animation: topmarquee 35s linear infinite;
}

/* Move it (define the animation) */
      @-moz-keyframes topmarquee {
       0%   { -moz-transform: translateX(100%); }
       100% { -moz-transform: translateX(-100%); }
      }
      @-webkit-keyframes topmarquee {
       0%   { -webkit-transform: translateX(100%); }
       100% { -webkit-transform: translateX(-100%); }
      }
      @keyframes topmarquee {
       0%   { 
       -moz-transform: translateX(100%); /* Firefox bug fix */
       -webkit-transform: translateX(100%); /* Firefox bug fix */
       transform: translateX(100%); 		
       }
       100% { 
       -moz-transform: translateX(-100%); /* Firefox bug fix */
       -webkit-transform: translateX(-100%); /* Firefox bug fix */
       transform: translateX(-100%); 
       }
      }

/*.logo a{
	font-family: 'PT Sans', sans-serif;
	
}*/
/*.logo a span{font-weight:700; font-size:120%; font-weight:bold;}*/
.logo a h1 {
	font-size: 110%;
	line-height: 100%;
}
.nav-wrapper ul li:hover a, .nav-wrapper ul li.hover a, .nav-wrapper ul li.active a {
	background: #445c5f;
	color: #fff;
}
.nav-wrapper ul li:hover span, .nav-wrapper ul li.hover span, .nav-wrapper ul li.active span {
	background: #445c5f;
	color: #fff;
}
.nav-wrapper {
	height: auto
}
.nav-wrapper ul li {/*border-left:1px solid #14142e;*/
}
.nav-wrapper ul li a {
	padding: 5px 12px !important;
	color: #FFF;
}

.nav-wrapper ul li span {
	color: #fff;
	padding: 5px 19px !important;
}
.nav-wrapper ul li span {
	display: block;
	line-height: 50px;
	padding: 0 13px !important;
}
.nav-wrapper ul li:first-child a {
	padding: 5px 12px !important
}
#nav>li>a{padding:5px 24px 5px !important;}
/* #nav li:hover > ul, #nav li.hover > ul, #nav a:focus + ul, #nav .hover a:focus {
	margin-left: 0px;
} */
.nav-wrapper ul ul {
	background: #1f4a7c;
}
.nav-wrapper ul ul li.active a, .nav-wrapper ul ul li.hover a, .nav-wrapper ul ul li a:hover {
	background: #19c58a;
}

/*Custom Slide*/
.slides img{color:#000;}
.slides > li {
	position: relative;
}
.slide-caption {
	position: absolute;
	text-align: center;
	bottom: 0;
	right: 0;
	z-index: 1000;
	display: inline-block;
	background: #000;
	background: rgba(45,36,51,0.8);
	padding: 25px;
	width: 100%;
}
/*.flex-direction-nav a{height:22px;}*/
.slide-caption p {
	color: #fff;
	font-weight: 600;
	font-size: 128.57%;
	line-height: 128.57%;
	width: 60%;
	text-align: left;
	display: inline-block;
	overflow: hidden;
	float: left;
	width: 65.81%;
	margin: 0 72px 0 0
}
.slide-caption a {
	background: #d6ad0b;
	color: #000;
	font-size: 128.57%;
	padding: 10px 27px 8px 27px;
	border-radius: 2px;
	float: left;
	cursor: pointer;
}
.slide-caption h2 span {
	font-weight: 600;
	color: #33afc3;
	font-size: 115%;
}
/*.banner-wrapper .flex-direction-nav {
  top:30px;
  top:50%;
  position: absolute;
  right: 136px;
}
*/

/*====== direction arrow=========*/
/*.banner-wrapper .flex-direction-nav a::before {
  color: #fff;
  
  display: inline-block;
  font-family: "flexslider-icon";
  font-size: 30px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.slides, .flex-control-nav, .flex-direction-nav{
	width:100%
}*/
#flexSlider-text h2 img {
	width: auto;
}
.whats-new .flex-direction-nav .flex-prev {
	background: url(../../theme/images/previous.png) left top no-repeat;
	left: 0!important
}
.whats-new .flex-direction-nav .flex-next {
	background: url(../../theme/images/next.png) right top no-repeat;
}
.press_release .flex-direction-nav .flex-prev {
	background: url(../../theme/images/flex2_pre.png) left top no-repeat;
	left: auto!important
}
.press_release .flex-direction-nav .flex-next {
	background: url(../../theme/images/flex2_next.png) right top no-repeat;
	right: 0!important
}
.whats-new .flex-direction-nav a, .press_release .flex-direction-nav a {
	opacity: 1
}
.whats-new .flex-direction-nav .flex-next:after, .whats-new .flex-direction-nav .flex-prev:before, .press_release .flex-direction-nav .flex-next:after, .press_release .flex-direction-nav .flex-prev:before, .press_release .flex-direction-nav .flex-next {
	font-size: 0!important;
	content: ''!important;
}
.flex-direction-nav a::before, .flex-direction-nav a::before {
	color:#000000;
}
/*.banner-wrapper .flex-direction-nav a{opacity:0.1;}
.banner-wrapper:hover .flex-direction-nav a{opacity:1;}
.banner-wrapper .flexslider:hover .flex-direction-nav{opacity:1;}
.banner-wrapper .flexslider .flex-direction-nav .flex-next {left:100%;}
.banner-wrapper .flexslider .flex-direction-nav .flex-prev{left:-20px;left:0;}
.banner-wrapper .flexslider:hover .flex-direction-nav .flex-next {right:-40px;}*/
#block-block-30{text-align:center}
.right-content {
	padding-top: 0px;
}
.press_release ul li > span {
	display: block;
	padding-top: 5px;
}
.whats-new .flex-direction-nav a::before, .whats-new .flex-direction-nav a::before {
	content: none;
}
.press_release .flex-direction-nav a::before, .press_release .flex-direction-nav a::before {
	content: none;
	height: 20px;
}
.press_release .flex-direction-nav a {
	height: 25px;
}
/*========body panel 1===============*/
.top-body-wrapper {
	padding: 10px 0 48px;
}
.whatsnew_slider {
	width: 60%;
	float: left;
}
.left-contents {
	width: 70%;
	float: left;
}
.right-panel {
	width: 28%;
	float: right;
}
.top-slider-panel {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.press_release {
	width: 41%;
	display: inline-block;
	vertical-align: top;
	margin-left: 44px;
	padding-bottom: 50px
}
.whats-new {
	width: 53%;
	padding-bottom: 50px;
	display: inline-block;
	vertical-align: top;
}
.whats-new ul li > ul li {
	background: url(../images/dot.png) no-repeat 0 6px;
	padding-left: 10px;
	margin-top: 10px;
	line-height: 110%
}
.whats-new ul li > ul li:first-child {
	margin: 0
}
.whats-new ul li > ul li:hover a, .press_release ul li > ul li:hover a {
	color: #272666;
}
.whats-new .flex-direction-nav a, .press_release .flex-direction-nav a {
	top: 100%
}
.whats-new .flex-direction-nav {
	left: 0;
	display: block;
	opacity: 1;
	font-size: 0
}
.whats-new .flex-direction-nav a.flex-next {
	left: 12px
}
.press_release .flex-direction-nav a.flex-prev {
	right: 12px
}
.press_release li li {
	font-size: 107%;
	line-height: 110%;
	margin-bottom: 5px
}
.press_release li a {
	color: #333;
}
.whats-new h2, .press_release h2 {
	font-size: 171%;
	margin-bottom: 17px;
	font-family: 'Open Sans', sans-serif;
	color: #424240;
	font-weight: 600;
	display: inline-block;
}
.press_release h2 {
	font-size: 128%;
	margin-bottom: 26px
}
.whats-new h2 img, .press_release h2 img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.whats-new h2 span, .press_release h2 span {
	float: left;
	overflow: hidden;
}
.whats-new .flex-control-nav, .press_release .flex-control-nav {
	display: none;
}

.whats-new ul li > ul li:hover a {
	color: #272666;
	text-decoration: none;
}
.whats-new ul li > ul li a {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 114%;
	line-height: 110%
}
.press_release ul li > span {
	color: #999999;
	padding-bottom: 10px;
	font-style: italic;
	display: block
}
.bottom-contents {
	width: 100%;
	margin: 55px 0 30px;
	float: left;
}
.bottom-slider {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e0dede;
}

.bottom-slider tr
{
	background: #90fb4dc4;
	text-align-last:center;
}

.bottom-slider h3 {
	font-size: 128%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #424240;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: #f2f2f2;
	padding: 8px 10px;
}
.bottom-slider ul {
	padding: 20px 23px;
}
.bottom-slider ul li {
	display: inline-block;
	vertical-align: top;
	max-width: 23.5%;
	text-align: center;
	margin-left: 1%;
    background: none!important;
    padding-left: 0px!important;
    margin-bottom: 0px!important;
    line-height: 0px!important;
    margin-right: 0%!important;
}
.bottom-slider ul li:first-child {
	margin-left: 0
}
/*.bottom-slider ul li:first-child{
	width:15%;
}*/
.bottom-slider ul li img {
	margin-bottom: 10px;
}
.bottom-slider ul li a {
	color: #000;
	display:block;
}
.region-jansuraksha a{display:block;text-align:center;}
.region-bottom-right a{display:block;}
#flexCarousel a{display:block;}

.body-container ul li a:hover {
    text-decoration: none;
}
.bottom-slider ul li:hover h4 {
	text-decoration: none;
	color: #272666;
}
.bottom-slider ul li h4 {
	font-size: 85.71%;
	line-height: 116%;
	color: #000;
	display: inline-block;
	font-weight: 500;
}
.bottom-slider ul li h4 span {
	font-size: 108.33%;
	display: inline-block;
}
.data-statistics {
	padding: 10px;
	background: #f2f2f2;
	margin-bottom: 0px;
	text-align: center;
	background-color: #445c5f;
	color: white;
}
.data-statistics ul.list {
	padding-bottom: 0px;
}
.data-statistics h3 {
	background: rgba(0, 0, 0, 0) url("../images/img/data-staticsics.png") no-repeat scroll 0 5px;
	color: #424240;
	font-size: 130%;
	font-weight: 600;
	padding: 3px 3px 3px 36px;
}
.data-statistics ul.list {
	padding-left: 10px;
	padding-top: 13px;
}
.data-statistics ul.list li {
	background: rgba(0, 0, 0, 0) url("../images/img/ico-arrow.png") no-repeat scroll 0 6px;
	font-size: 110%;
}
.data-statistics ul.list li:hover {
	background: url(../images/img/ico-arrow-hover.png) no-repeat 0px 6px;
}
.apply-box {/* margin:20px 0px; */
}
.apply-box a {
	display: block;
	background: #063331;
	padding: 20px;
	color: #ffffff;
}
.apply-box a:hover {
	background: #294548;
}
/*************************ministry panel starts************************/
.ministryPanel {
	width: 100%;
	padding: 20px;
	text-align: center;
	height: auto;
}
.ministryPanel ul {
	display: block;
}
.ministryPanel ul li {
	float: left;
	width: 50%;
}
.ministryPanel h4 {
	margin-top: 16px;
}
.ministryPanel h4 a {
	font: 92.85%/72.22% 'PT Sans', sans-serif;
	color: #fff;
	font-weight: normal;
}
.ministryPanel h4 a span {
	display: block;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 84%;
	font-weight: 700;
}
.ministryPanel img {
	border: 2px solid #fff;
	margin-bottom:10px;
	color:#fff;
}
/*************************middle four column links panel starts************************/
.mid_links {
	padding: 52px 0;
	overflow: hidden;
	/*background: url(../images/img/mid_links_bg.jpg) repeat;*/
	background: #AC1D16;
	color:#fff;
}
a.view {
	color: #fff;
	background: #79140f;
	padding: 8px 13px;
	border-radius: 2px;
	border: 1px Solid #441815;
}
a.view:hover {
	background: #b6403a;
	color: #fff;
}
.mid_links a.view {
	position: absolute;
	bottom: 0;
	left: 14px
}
.links {
	display: table-cell;
	/*margin-left: 20px;*/
	/*padding: 0 0 28px 1%;*/
	position: relative;
}
.links:first-child {
	padding-left: 0;
}
.links h2 {
	font-size: 128%;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	height: 25px;
}
.links h2 img {
	position: absolute;
	left: 0px;
	top: 0px;
	float: none;
}
.links h2 {
	padding-left: 38px;
}
.links h2 span {
	float: none;
}
.links ul {
	display: inline-block;
	margin-left: 15px;
	padding-bottom: 10px;
	/*margin-bottom: 30px;*/
}
.view-our-minister .view-content ul li {
	background: none;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.links ul li {
	/*list-style:disc;*/
	color: #303235;
	width: 100%;
	margin-top: 8px;
	font-weight: normal;
}
.links ul li:first-child {
	margin-top: 0;
}
.links ul li a {
	color: #fff;
	line-height: 110%;
}
.links ul li:hover a {
	text-decoration: underline
}
/*=========right side link lists===========*/
.right_links_panel ul li a span img{color:#fff;}
.right_links_panel {
}
.right_links_panel ul {
	width: 100%;
}
.right_links_panel ul li {
	
}
.right_links_panel ul li:last-child {
	border: none;
}
.right_links_panel ul li a {
	display: block;
	font-size: 128%;
	line-height: 71px;
	text-transform: uppercase;
	background: #f2f2f2;
	color: #17173d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	position: relative;
	padding-left: 100px;
}
.right_links_panel ul li a:hover {
	color: #f2e6ad;
	background-color: #445c5f;
	text-decoration: none;
}
.right_links_panel ul li span {
	/*background:#d6ae0b url(../images/appoint_bg.png) no-repeat 0px 50%;*/
	overflow: hidden;
	width: 84px;
	height: 71px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.right_links_panel ul li:hover span img, .right_links_panel ul li.actv span img {
	margin-top: -71px
}
.right_links_panel ul li:hover a, .right_links_panel ul li.actv a {
	background-color: #445c5f !important;
	color: #fff
}
.right_links_panel ul li:hover a, .right_links_panel ul li a span {
	background-color: #AC1D16;
	color: #fff
}
.right_links_panel ul li:hover span, .right_links_panel ul li.actv span {
	background-color: #e4291f;
}
/**************************Gallery CSS***************************/

/*.gallery .flex-control-nav{display:none;}*/

.gallery_left {
	width: 28.20%;
	display: inline-block;
	z-index: 9999;
	float: right;
}
.visitor {
	float: left;
	margin-top: 12px;
	width: 100%;
}
.visitor img {
	float: left;
}
.gallery_left ul li.active h4, .gallery_left ul li:hover h4 {
	color: #fff;
	font-weight: 600;
	font-size: 107.14%;
}
.gallery_left ul li.active h4 span, .gallery_left ul li:hover h4 span {
	color: #f6ad0a;
	font-size: 113.33%;
}
.gallery_left ul li.active, .gallery_left ul li:hover {
	background: #e4291f;
	width: 100%;
}
.gallery_left ul {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	text-align: center;
}
.gallery_left ul li {
	display: inline-block;
	background: #fff;
	width: 100%;
	padding: 10px 30px;
}
.gallery_left ul li.gyan {
	padding: 7px 0px 17px;
}
.gallery_left ul li.gyan:hover {
	background: #fff;
}
.gallery_left img{color:#000;}
.gallery_left ul li a img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 20px;
}
.gallery_left ul li.psb a {
	display: inline-block;
}
.gallery_left ul li.psb h4 {
	font-size: 107.14%;
	font-weight: 600;
	color: #000;
	display: inline-block;
}
.gallery_left ul li.psb:hover h4, .gallery_left ul li.active h4 {
	color: #fff;
}
.gallery_left ul li.psb h4 span {
	font-size: 93.33%;
	display: block;
	font-weight: normal;
}
.gallery_left ul li.major a {
	color: #000;
}
.gallery_left ul li.major a h4 {
	font-size: 107.14%;
	font-weight: 600;
}
.gallery_left ul li.major a h4 span {
	font-size: 93.33%;
	display: block;
	font-weight: normal;
}
.gallery_panel-wrapper {
	background: url(../images/img/gallery_bg.gif) repeat 0 0;
	padding: 52px 0
}
.gallery {
	float: left;
	left: 0;
	position: relative;
	top: 0;
	width: 70%;
	z-index: 1000;
}
.gallery ol.flex-control-nav.flex-control-thumbs {
	float: left;
	margin: 0;
	padding: 0;
	width: 24%;
}
.flex-control-thumbs img {
	cursor: pointer;
	display: block;
	height: auto;
	opacity: 0.5;
	transition: all 1s ease 0s;
	width: 100%;
}
.gallery .flex-control-thumbs li {
	padding: 0 0 8px;
	width: 100%;
	color: #cfd0cc;
}
.gallery flex-control-nav flex-control-paging {
	display: inline-block;
}
.gallery-area {
	float: left;
	position: relative;
	width: 68.37%;
	width: 66.75%;
}
.gallery-holder {
	width: 100%;
}
.gallery-heading {
	float: left;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 99999;
	text-transform: uppercase;
}
.gallery-area a {
	background: #445c5f none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	display: inline-block;
	font-size: 85.71%;
	padding: 16px 12px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.gallery-area h3 {
	background:#AC1D16;
	color: #fff;
	float: left;
	font-size: 114.28%;
	font-weight: 600;
	padding: 13px 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.gallery-holder .flex-control-thumbs li:first-child {
	margin-top: 0;
}
.gallery-holder ul.slides {
	float: left;
	width: 76%;
	width: 74.5%;
	padding: 1px;
	/*height:375px;*/
	overflow: hidden;
}
.gallery-holder ol.flex-control-nav.flex-control-thumbs {
	float: right;
	width: 23%;
	width: 23.89%;
	margin: 0;
	padding: 0;
}
.gallery ol.flex-control-nav.flex-control-thumbs {
	float: left;
	margin: 0;
	padding: 0;
	width: 24%;
}
.gallery-holder .flex-direction-nav {
	display: none;
}
.gallery-holder .flex-control-thumbs li {
	width: 100%;
	padding: 0;
	margin-top: 7px;
}
.gallery-holder .flex-control-thumbs li img {
	background: rgba(0, 0, 0, 0.6);
}
.carousel-wrapper {
	padding: 20px 0px;
	 overflow: hidden;
}
.flexslider li a.bg-slide {
	height: 212px;
}
/*Custom Top banner*/
.banner-wrapper {
	position: relative;    /* min-height: 220px; */
}
.banner-wrapper .flex-control-nav {
	bottom: 15px;
	z-index: 999;
	left: 445px;
}
.banner-wrapper .flex-control-paging li a {
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) inset;
	background: none repeat scroll 0 0 #d6ad0b;
}
.banner-wrapper .flex-control-paging li a.flex-active {
	background: #fff;
}
.banner-wrapper .flex-control-nav li {
	margin: 0px 4px;
}
/*.minister-wraper {
  background: rgba(0, 0, 0, 0) url("../images/minister-wraper-bg.png") repeat scroll center center;
  bottom: 0;
  height: 212px;
  position: absolute;
  right: 0;
  width: 28%;
}*/

.minister-wraper {
/*background: rgba(51, 107, 105, 0.87) none repeat scroll 0 0;
  bottom: 4px;
  height: 212px;
  position: absolute;
  right: 0;
  width: 28%;*/
}
/*Custom Top banner*/


.top-bg-wrapper {
	padding: 30px 0px;
}
a.more {
	background: #072b3b url(../images/more.png) no-repeat 61px 13px;
	position: absolute;
	right: 0px;
	display: block;
	width: 86px;
	top: 0px;
	height: 100%;
	color: #FFF;
	padding-left: 15px;
	line-height: 40px;
	font-size: 16px;
}
a#side_nav_toggle2 {
	background: #072b3b url(../images/close.png) no-repeat center center;
	position: absolute;
	right: 0px;
	display: block;
	width: 40px;
	top: 0px;
	height: 100%;
	color: #FFF;
	padding-left: 10px;
	line-height: 35px;
	font-size: 20px;
}
a#side_nav_toggle2:hover {
	background: #021219 url(../images/close.png) no-repeat center center;
}
.nav-wrapper {
	position: relative;
	background: #AC1D16;
	color:#fff;
}
.nav-wrapper .container {
	position: static;
}
/*================new gallery================*/

.gallery ul.slides {
	float: left;
	padding: 0;
	width: 71.75%;
}
.gallery ol.flex-control-nav.flex-control-thumbs {
	float: left;
	margin: 0;
	width: 26.87%;
}
.gallery .flex-direction-nav {
}
/*=============tab ======================*/


ul.resp-tabs-list, p {
	margin: 0px;
	padding: 0px;
}
.resp-tabs-list li {
	color: #0c0c0c;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 130%;
	font-weight: 400;
	list-style: outside none none;
	margin: 0 4px 0 0;
	padding: 5px 20px;
	text-align: center;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
	height: 280px;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 20px 0px;
}
.resp-tabs-list li {
	background: #6b826c !important;
	color: #FFF;
}
.resp-tabs-list li.resp-tab-active {
	border: 0 !important;
	background: #e4291f !important;
	color: #fff !important;
	position: relative;
}
.resp-tab-active:after {
	background: url(../images/active-arrow.png) no-repeat left top;
	content: '';
	
	width: 20px;
	height: 8px;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0px;
}
.resp-tab-active {
	border-bottom: none;
	background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content {
	font-size: 110%;
}
.resp-tab-content ul {
	list-style: none;
}
.resp-tabs-container ul.list li {
	background: url(../images/list-bulet.png) no-repeat 0px 9px;
	margin-bottom: 8px;
}
.resp-tab-content a {
	color: #333333;
	font-size: 100%;
	line-height: 120%;
}
.resp-tabs-container ul.list li a {
	display: inline;
}
.resp-tabs-container ul.list {
	padding-bottom: 0px;
}
.resp-tab-content a:hover {
	color: #3398a3;
	text-decoration: none !important;
}
.resp-tabs-container li {
	margin-bottom: 20px;
	background: url(../images/press-icon.png) no-repeat 0 6px;
	padding-left: 25px;
}
.resp-tab-content li span {
	color: #D67677;
	display: inline-block;
	font-size: 100%;
	padding-left: 8px;
}
.resp-tab-content li span .fa-external-link {
	color: #6a605f;
	padding-left: 5px;
}
.external-link {
	display: inline-block;
	background: url(../images/external-link.png) no-repeat center center;
	width: 14px;
	height: 14px;
	background-size: cover;
	padding-left: 3px;
}
.flex-pauseplay{
	position: relative;
    margin-top: 10px;
    left: 48%;
}
@media(min-width:320px) and (max-width:480px) {
#block-block-30 img{
	width:100%;
}
}
.resp-tab-content a.read-more {
	margin-top: 20px;
	background: #bfbfb8;
	color: #445c5f;
	display: inline-block;
	float: left;
	font-size: 92%;
	font-weight: 300;
	line-height: 140%;
	padding: 5px 10px;
}
.resp-tab-content a.read-more:hover {
	color: #D67677;
}
h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #DBDBDB;/* !important;*/
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1;/* !important;*/
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
.mid_links .container .links {
	float: left;
	width: 100% ;
}
ul.resp-tabs-list {
	display: none;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: 100px;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
}
/*==============inner page=============*/

.left-menu {
	width: 25%;
	float: left;
}
.right-content {
	float: right;
}
.breadcam {
	padding: 5px 10px;
	display: block;
	border-bottom: 1px solid #efefef;
	background: url(../images/img/breadcam-bg.png) repeat;
	margin: 5px 0px 20px;
}
.breadcam a {
	list-style-type: none;
	display: inline-block;
	font-size: 80%;

}
.breadcam a {
	display: inline-block;
	background: url(../images/img/breadcam-arrow.png) no-repeat right center;
	padding-right: 10px;
	font-size: 13px;
}
.breadcam .easy-breadcrumb a:last-child {
	background: none;
}
.breadcam a.current {
	color: #b5b5b5;
}
.inner-wrapper .body-container {
	padding-top: 0px;
}
.inner-wrapper .left-menu {
	width: 25%;
	float: left;
}
.inner-wrapper .inner-content {
	width: 100%;
	float: none;
}
.left-menu ul {
	display: block;
	width: 100%;
	border-right: 4px solid #ededed;
	padding-right: 20px;
}
.left-menu ul li a {
	background: url(../images/ico-inner-list.png) no-repeat 9px 16px;
	padding: 10px 0px 10px 30px;
	display: block;
	font-weight: 600;
}
.left-menu ul li {
	margin-bottom: 10px;
}
.left-menu ul li:hover a, .left-menu ul li.active a {
	background: url(../images/ico-inner-list.png) no-repeat #efefef 9px 16px;
}
.left-menu ul li ul {
	padding-right: 0px;
	width: 100%;
	border: none;
}
.left-menu ul li ul li a {
	margin-left: 20px;
}
.left-menu ul li ul li {
	background: none;
}
.left-menu ul li:hover ul li a, .left-menu ul li.active ul li a, .left-menu ul li ul li:hover a, .left-menu ul li ul li.active a {
	background: url(../images/ico-inner-list.png) no-repeat 9px 16px;
}
.left-menu ul li ul li a:hover {
	background: url(../images/ico-inner-list.png) no-repeat 9px 16px;
	text-decoration: underline;
}
.left-menu ul li.active a, .left-menu ul li:hover a {
	color: #004242;
}
/*.left-menu ul li a {
	display: block;
	padding: 10px 0px;
	font-weight: 600;
}*/
/*span.nolink{float: left;}*/
.left-menu ul li a:hover {
	text-decoration: none;
}
.inner-content h2 {
	font-size: 180%;
	font-weight: 400;
	margin-bottom: 7px;
	color: #030202;
	margin-top: 12px;
}
.color-border {
	width: 40%;
	min-width: 150px;
	height: 3px;
	background: #004242;
	margin-bottom: 20px;
}
.inner-content h3 {
	font-size: 140%;
	font-weight: 400;
	padding-bottom: 7px;
	color: #030202;
	margin-top: 12px;
	
}
.inner-content h4 {
	font-size: 120%;
	font-weight: 300;
	padding-bottom: 7px;
	color: #030202;
	margin-top: 12px;
}
.box-contents {
	background: #d6ae0b;
	padding: 10px;
	color: #ffffff;
	font-weight: 700;
	font-size: 100%;
	position: relative;
	margin-bottom: 30px;
}
.box-contents:after {
	content: '';
	display: block;
	background: url(../images/box-bot-arrow.png) no-repeat left top;
	bottom: -17px;
	left: 0px;
	position: absolute;
	width: 20px;
	height: 17px;
}
.inner-content p {
	font-size: 100%;
	line-height: 170%;
	text-align: justify;
	padding-bottom: 0px;
	color: #000;
}
.view-services .field-content p {
	padding-bottom: 5px;
}
.inner-content ul {
	padding-left: 10px;
	line-height: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
.mid_links ul li {
	background: url(../images/bluearw.png) no-repeat 0px 5px;
	padding-left: 18px;
	margin-bottom: 10px;
	line-height: 20px;
	margin-right: 4%;
	color:#fff;
}
table.views-table td.views-field a {
    color: blue;
}
.inner-content ul li:last-child {
	margin-bottom: 0px;
}
.inner-content hr {
	color: #ebebeb;
	background: #ebebeb;
	margin: 30px 0px;
}
.inner-content img.left {
	float: left;
	padding: 4px;
	border: 1px solid #ebebeb;
	margin: 0px 20px 20px 0px;
}
.inner-content img.right {
	float: right;
	padding: 4px;
	border: 1px solid #ebebeb;
	margin: 0px 0px 20px 20px;
}
.inner-content {
	padding-bottom: 20px;
}
/*************changes*****/
/*******new changes******/
caption{display:table-caption;font-size:large;padding:10px}
.logo {
	background: none;
	padding: 0;
}
.logo img {
	float: left;
	padding-left:3px;
	color:#000;
}
.logo a span {
	font-weight: normal;
	font-size:100%;

}
.slogn {
	font-weight: 900 !important;
	font-size:110% !important;
}
.site_text {
	display: inline-block;
	margin: 0 5px 0 0px;
}
.ministryPanel a {
	color: #fff;
	font: 92.85%/72.22% 'PT Sans', sans-serif;
}
.quicktabs-tabs li {
	cursor: pointer;
	display: inline-block;
	font-size: 130%;
	font-weight: 400;
	list-style: outside none none;
	margin: 0 4px 0 0;
	padding: 5px 14px !important;
	text-align: center;
	background: #063331 !important;
	color:#000;
}
.quicktabs-tabs li a {
	color: white;
	text-decoration: none !important;
	font-size:90%;
	background: #063331;
}
.quicktabs-tabs li.active {
	border: 0 !important;
	background: #AC1D16 !important;
	color: white !important;
	position: relative;
	}
.quicktabs-tabs li.last{background: #063331 !important; color:#fff;}
.quicktabs-tabs li.active > a{background: none;}
.quicktabs-tabs li.active::after {
	
	background: url(../images/active-arrow.png) no-repeat left top;
	content: '';	
	width: 20px;
	height: 8px;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0px;
}
#quicktabs-container-home_content {
	padding: 20px 0px;
}
#quicktabs-container-home_content li {
	background: url(../images/img/list-bulet.png) no-repeat 0px 9px;
	margin-bottom: 8px;
	padding-left: 15px;
}
li.views-row {
/*background: url(../images/img/list-bulet.png) no-repeat 0px 9px;
 padding-left: 15px;*/
}
.more-link a {
	margin-top: 20px;
	/*background: #6B826C;*/
	color: #000;
	display: inline-block;
	float: left;
	font-size: 100%;
	font-weight: 400;
	line-height: 140%;
	padding: 5px 10px;
	border: 1px solid #767676;
}
.more-link a:hover {
	color: #FFF;
	background: #e4291f !important;
}
.region-sidebar-first .block {
	margin-bottom: 5px;
	background-color: #063331;
	text-align-last: center;
}
.region-home-content .block {
	margin-bottom: 35px
}
/* DRUPAL TABS Skin */
/* DRUPAL TABS Skin */
ul.primary li.active a, ul.primary li a, ul.tabs a, ul.primary {
	border: none;
}
ul.primary, ul.tabs, #contentBodyWrapper ul.primary {
	margin: 0;
	padding: 0;
}
ul.primary {
	border-bottom: 1px solid #ccc;
	display: block;
	text-align: right;
}
ul.primary li {
	display: inline-block;
}
ul.primary li a {
	margin: 0;
}
ul.primary li a, ul.primary li.active a {
	padding: 5px 10px;
	border: 1px solid #ccc;
	display: block;
}
ul.secondary {
	border: none;
	display: block;
	height: 20px;
}
ul.secondary li {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
ul.primary li {
	margin: 0;
	padding: 0;
}
.mid_links .container {/* text-align: center; */
}
.mid_links .container .links {
	width: 25%;
	float: left;
	min-height:293px;
	max-height:100%;
}
#block-views-taxonomy-term-display-block-2 .block__title {
	background: url(../images/img/banking.png) no-repeat;height: 30px;
}
#block-views-taxonomy-term-display-block-3 .block__title {
	background: url(../images/img/insurance.png) no-repeat; height: 30px;
}
#block-views-taxonomy-term-display-block-4 .block__title {
	background: url(../images/img/pension.png) no-repeat;height: 30px;
}
#block-views-taxonomy-term-display-block-5 .block__title, #block-views-taxonomy-term-display-block-6 .block__title {
	background: url(../images/img/importnt.png) no-repeat; height: 30px;
}
.view-related-link.view-display-id-block_4 .field-label, .view-related-link.view-display-id-page_4 .field-label {
	display: none;
}
.view-related-link.view-display-id-block_4 .clearfix::before, .view-related-link.view-display-id-block_4 .clearfix::after {
	content: none;
}
.view-related-link.view-display-id-page_4 .clearfix::before, .view-related-link.view-display-id-page_4 .clearfix::after {
	content: none;
}
.view-related-link.view-display-id-page_4 li {
	list-style: disc;
}
/****gallery****/
#bottomNavZoom, #bottomNavClose, #prevLink, #nextLink, #loadingLink{ text-indent: -99999px;}
.view-galary-listing.view-display-id-page_1 li {
	width: 20%;
	float: left;
	min-height: 253px;
}
.view-galary-listing div.views-field-php {
    text-align: center;
    top: 2.4em;
    font-weight: normal;
    position: relative;
}
.quicktabs_main.quicktabs-style-basic {
	float: left;
	border-top: 1px solid #aaa!important;
	width: 100%;
    margin-top: 25px;
}
ul.quicktabs-tabs.quicktabs-style-basic {
    border-bottom: none!important;
}
ul.quicktabs-tabs.quicktabs-style-basic li.active a {
    color: #fff!important;
}
.inner-content .tabs {
	float: right;
}
.view-photo-gallery.view-display-id-block_3 .views-row {
	float: left;
}
#block-block-16 ul {
	width: 100%;
}
#block-block-16 .block__title {
	background: url(../images/img/banking.png) no-repeat;
}
ul.pager li {
	border: 1px solid #ccc;
    display: inline;
    margin-right: 0;
    padding: 5px 9px;
}
ul.pager .pager-current{  background: #e4291f;
border:#af6159 solid 1px;
    color: #fff;}
.page-insurance-divisions div.view-display-id-page_2 .views-row-3, .page-insurance-divisions div.view-display-id-page_2 .views-row-4, .page-data-statistics-banking-bankwise-data .view-documents li.child-li {
	margin-left: 36px;
}
.page-data-statistics-banking-bankwise-data .view-documents ul {
	padding-bottom: 10px;
}
.ico-pdf {
	background: rgba(0, 0, 0, 0) url("../images/application-pdf.png") no-repeat scroll right 2px;
	padding-right: 17px;
}
.ico-link {
	background: rgba(0, 0, 0, 0) url("../images/externallink.png") no-repeat scroll right 4px;
	padding-right: 15px;
}
.ico-print {
	background: rgba(0, 0, 0, 0) url("../images/print_icon.gif") no-repeat scroll left 0px;
	padding-left: 22px;
	float: right;
	cursor: pointer;
}
.ministerimg {
	float: right;
	margin: 0 20px;
}
.ministerimg img {
	border: 1px solid #c4c4c4;
}
.ministerimg p {
	color: #000;
	font-weight: 600;
	text-align: center;
}
h3.page-h3 {/*font-weight:normal;padding-bottom:0px;padding-top:0px;*/
}
.view-photo-gallery .item-list ul li {
	background: none;
	text-align: center;
    margin-right: 1%;
    min-width: 190px;
    min-height: 140px;
    margin-top: 15px;
	list-style:none;
}
.view-galary-listing .item-list ul li {
	background: none;
	list-style:none;
}
#quicktabs-tabpage-album_gallery-1 li .views-field-field-image{float:left}
#quicktabs-tabpage-album_gallery-1 li .views-field-title{float:left;padding:20px;}

h1.page-title {
	font-size: 220%;
	font-weight: 400;
	color: #030202;
	padding-bottom: 7px;
	text-transform: initial;
	margin-top: 10px;
	
}
.node-type-minister h1.page-title {
    padding-left: 9px;
}
.site-map-box-menu li {
	background-position: 0 3px !important;
	float: left;
	margin-bottom: 10px !important;
	padding-left: 29px !important;
	width: 100%;
}
.banner-wrapper .flex-pauseplay {
    bottom: 15px;
    height: 35px;
    left: auto;
    margin-left: auto;
    margin-top: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 55px;
    z-index: 1000;
}
.site-map-box-menu li a {
	float: left;
}
.site-map-box-menu li ul {
	clear: left;
	float: left;
	margin-bottom: 0;
	margin-top: 13px;
}
.site-map-box-menu li ul li {
	background-image: url("../images/lightarrow.png") !important;
	background-repeat: no-repeat;
}
.site-map-box-menu li {
	background-image: url("../images/lightarrowa.png") !important;
	background-repeat: no-repeat;
}
#user-pass label {
	clear: left;
	cursor: default;
	float: left;
	margin-bottom: 10px;
	padding: 10px 0;
	width: 30%;
}
#user-pass input {
	border: 1px solid #1f4f9d;
	float: left;
	padding: 10px 0;
	width: 300px;
}
#user-pass select {
	border: 1px solid #1f4f9d;
	float: left;
	padding: 10px 0;
	width: 300px;
}
#user-pass input.form-submit {
	background: #1f4f9d none repeat scroll 0 0;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 150px;
}
.resizable-textarea .grippie {
	float: left;
}
#user-pass textarea {
	border: 1px solid #1f4f9d;
	float: left;
	margin-bottom: 10px;
	padding: 10px 0;
	width: 100%;
}
#user-pass div.description {
	float: left;
	font-size: 12px;
	margin: 10px 0;
}
#user-pass fieldset {
	float: left;
	padding: 1%;
	width: 98%;
}
#user-pass fieldset div.description {
	clear: left;
	float: left;
	font-size: 12px;
	margin: 10px 0;
}
#user-register-form label {
	clear: left;
	cursor: default;
	float: left;
	margin-bottom: 10px;
	padding: 10px 0;
	width: 30%;
}
#user-register-form input {
	border: 1px solid #1f4f9d;
	float: left;
	padding: 10px 0;
	width: 300px;
}
#user-register-form select {
	border: 1px solid #1f4f9d;
	float: left;
	padding: 10px 0;
	width: 300px;
}
#user-register-form input.form-submit {
	background: #1f4f9d none repeat scroll 0 0;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 150px;
}
.resizable-textarea .grippie {
	float: left;
}
#user-register-form textarea {
	border: 1px solid #1f4f9d;
	float: left;
	margin-bottom: 10px;
	padding: 10px 0;
	width: 100%;
}
#user-register-form div.description {
	float: left;
	font-size: 12px;
	margin: 10px 0;
}
#user-register-form fieldset {
	float: left;
	padding: 1%;
	width: 98%;
}
#user-register-form fieldset div.description {
	clear: left;
	float: left;
	font-size: 12px;
	margin: 10px 0;
}
#user-login label {
	clear: left;
	cursor: default;
	float: left;
	margin-bottom: 10px;
	padding: 10px 0;
	width: 30%;
}
p.submitted {
	display: none;
}
#user-login label {
	clear: left;
	cursor: default;
	float: left;
	margin-bottom: 10px;
	padding: 10px 0;
	width: 30%;
}
#user-login input {
	border: 1px solid #1f4f9d;
	float: left;
	padding: 10px 0;
	width: 300px;
}
#user-login select {
	border: 1px solid #1f4f9d;
	float: left;
	padding: 10px 0;
	width: 300px;
}
#user-login input.form-submit {
	background: #1f4f9d none repeat scroll 0 0;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 150px;
}
.resizable-textarea .grippie {
	float: left;
}
#user-login textarea {
	border: 1px solid #1f4f9d;
	float: left;
	margin-bottom: 10px;
	padding: 10px 0;
	width: 100%;
}
#user-login div.description {
	float: left;
	font-size: 12px;
	margin: 10px 0;
}
#user-login fieldset {
	float: left;
	padding: 1%;
	width: 98%;
}
#user-login fieldset div.description {
	clear: left;
	float: left;
	font-size: 12px;
	margin: 10px 0;
}
#edit-field-name-value {
	border: 1px solid #999999;
	float: left;
	padding: 5px 0;
	width: 300px;
}
#edit-field-email-feedback-email {
	border: 1px solid #999999;
	float: left;
	padding: 5px 0;
	width: 300px;
}
#edit-submit-whos-who {
	/*background: #1f4f9d none repeat scroll 0 0;*/
	border: 0 none;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 0;
	width: 80px;
	
}
#webform-client-form-13 label {
	clear: left;
	cursor: default;
	float: left;
	margin-bottom: 10px;
	padding: 10px 0;
	width: 30%;
	margin-right: 5px;
}
#edit-title {
	border: 1px solid #999999;
	float: left;
	padding: 5px 0;
	width: 200px;
}
#edit-submit-speeches-interviews {
	background: #1f4f9d none repeat scroll 0 0;
	border: 0 none;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0;
	width: 80px;
}
#edit-reset {
	background: #1f4f9d none repeat scroll 0 0;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0;
	width: 80px;
	border: 1px solid #231E7B !important;
}
#webform-client-form-13 input {
	border: 1px solid #999999;
	float: left;
	padding: 5px 0;
	width: 300px;
}
#webform-client-form-13 select {
	border: 1px solid #999999;
	float: left;
	padding: 5px 0;
	width: 300px;
}
#webform-client-form-13 input.form-submit {
	background: #1f4f9d none repeat scroll 0 0;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 247px;
	margin-top: 10px;
	width: 150px;
}
.resizable-textarea .grippie {
	float: left;
}
span.file a {
	color: blue;
}
#webform-client-form-13 textarea {
	border: 1px solid #999999;
	float: left;
	margin-bottom: 10px;
	padding: 10px 0;
	width: 300px;
}
fieldset.captcha {
	float: left;
	clear: left;
	padding: 10px;
}
fieldset.captcha div.description {
	float: left;
	clear: left
}
#edit-actions {
	clear: left;
	float: left;
}
#edit-actions input {
	padding-left: 10px;
	margin-left: 0px !important;
}
#edit-submitted-frequency {
	float: left;
	margin-top: 10px;
}
.view-galary-listing li.views-row {
	background: rgba(0, 0, 0, 0) url("../images/background_image.png") no-repeat scroll 30px 10px !important;
}
.view-galary-listing li img {
	height: 100px;
	margin-left: 46px;
	margin-top: 45px;
	width: 150px;
}
.view-galary-listing li div.views-field-php {
	float: left;
    text-align: center;
    width: 212px;
    top: 2.4em;
    position: relative;
}
.view-galary-listing li div.views-field-php a {
	font-weight: normal;
	text-align: center;
}
/*#edit-field-start-date-value-wrapper{ display:none}*/


#block-views-photo-gallery-block-1 ul li {
	padding-left: 0px;
}
.easy-breadcrumb_segment-title {
	font-size: 90%;
	text-transform: initial;
}
 @media (max-width:767px) {
#block-panels-mini-home-quicktab {
	width: 100%;
}
#quicktabs-container-home_content {
	padding: 40px 10px;
}
.quicktabs-tabs li {
	float: left;
	font-size: 100%;
	font-weight: 400;
	list-style: outside none none;
	margin: 0 3px 0 4px;
	padding: 5px !important;
	text-align: center;
}
.right-panel {
	margin-bottom: 0px !important;
}
#parentHorizontalTab {
	margin-top: 0 !important;
}

}
.container-inline-date .form-item input, .container-inline-date .form-item select, .container-inline-date .form-item option {
	margin-right: 0px;
}


#edit-field-designation-tid-wrapper{width:240px;}
.views-exposed-widgets select {
	border: 1px solid #8c8c8c;
	height: 30px;
	width:215px;
}
.views-exposed-widgets input {
	border: 1px solid #8c8c8c;
	height: 30px;
}
.views-exposed-widgets label {
	color: #3c3c3c;
	font-weight: normal;
	line-height:20px;
}
.views-exposed-widgets .description {
	color: #4c4c4c;
	font-size: 80%;

}
.views-exposed-widgets .form-submit {
	background: #e4291f;
	border: 1px solid #af3129 !important;
	color: #fff;
	font-size: 100%;
	margin: 20px 0 0 !important;
	padding: 0 20px;
}
.region-banner img {
	margin: 0 auto;
	width: 100%;
}
.footer-top-wrapper{background:#323232;color:#fff;}

.footer-top-wrapper ul li{color:#fff;background:#323232;}
.footer-top-wrapper ul li a {
    color: #fff;
    padding: 0 8px;
}
.footer-top-wrapper ul li:hover a, .footer-top-wrapper ul li.selected a{color:#999;}

.fa{font-size:150%;}

.view-photo-gallery .item-list ul li {text-align: left!important;}
.view-photo-gallery .item-list ul li .views-field-title{text-align: center;}

/*06-07-2016*/
.common-left ul li span {

    font-size: 100% !important;
}

/*15-7-16*/
.views-exposed-form {
    border: 1px solid #E4E4E4;
    background: #f8f8f8;
    padding-left: 15px;
    margin-bottom: 20px;
}

.views-exposed-widgets #edit-field-tags-tid-wrapper{
width:23%;
}







#edit-field-start-date-value-wrapper{ float: left;
    width: 230px;}
	

	
	#edit-field-start-date-value-1-wrapper{width:231px;}
#edit-field-start-date-value-min-wrapper{float:left; width: 53%;}
	#edit-field-start-date-value-min-wrapper label{float: left; width: 100%}	
	#edit-field-start-date-value-min-wrapper input{ float: left;
    width: 100px;}
	
	#edit-field-start-date-value-max-wrapper{float:left;width:45%}
	#edit-field-start-date-value-max-wrapper label{float: left; width: 100%}	
	#edit-field-start-date-value-max-wrapper input{ float: left;
    width: 100px;}
	
	
	#edit-field-date-value-wrapper{ float: left;
    width: 230px;}
	
	#edit-field-date-value-min-wrapper{float:left;width: 54%;}
	#edit-field-date-value-max-wrapper{float:left;width: 30%;}
	#edit-field-date-value-wrapper label{float: left; width: 100%}	
	#edit-field-date-value-wrapper input{ float: left;
    width: 100px;}
	
	
	
/*Start my code kamal*/	
/*06-12-16*/
.common-right{ margin-right:2%;}
.common-right img{color:#000; background:#fff;}
#site-map .nolink{ float:left;}
.section-site-map #sitemap{margin:0;}
.section-site-map #sitemap ul li{background: url("../images/lightarrowa.png") no-repeat 0 3px; list-style:none;}
.section-site-map #sitemap ul ul li{ background:none; background: url("../images/lightarrow.png") no-repeat 0 3px;}
.section-site-map #sitemap ul li a{ padding-left:25px;}
.carousel li{ float:left;}
.footer-bottom-wrapper{ max-height:200px;}

/* .ico-sitemap{display:block; background: url("../images/ico-accessibility-gray.png") no-repeat 7px 6px;}
.ico-accessibility{ display:block; background: url("../images/ico-accessibility-gray.png") no-repeat 7px 6px;} */

/* .flex-pauseplay a:focus{
	outline: 1px;
    border: 1px dotted !important;
} */
.ico-accessibility, .ico-sitemap{ background:none;}
.ico-accessibility li{background:000; color:#fff;}
.ico-accessibility ul li a{color:#fff !important;}
.ico-accessibility ul li a sup{color:#fff;}
.inner-wrapper ul li{list-style:disc;}
.container.common-container{ max-width:1330px;}
.scrollToTop{
	 background: url("../images/toparrow.png") no-repeat scroll 0 0;
    bottom: 70px;
    color: #444;
    display: none;
    font-size: 0;
    font-weight: bold;
    height: 50px;
    padding: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 9999;
}



.ico-accessibility li a{color:#fff;}
.ico-social a{color:#000;}
.high-contrast.dark {
    background: #070707 !important;
    color: #ffff00 !important;
}
.region-jansuraksha p img{color:#000;}
.high-contrast.light{background:#000;}

.hindi.cmf_lan>div>ul{left:inherit;right:33px;}


.common-right ul li.ico-social ul li a{color:#000;}
.common-right ul li.ico-accessibility ul, .common-right ul li.ico-social ul{color:#fff;}





	
	.common-right ul li.ico-accessibility ul li a{background:#000;color:#fff !important}
	.common-right ul li.ico-accessibility ul, .common-right ul li.ico-social ul{color:#000;}
.common-right ul li ul li{color:#000;}
 img{color:#000;}
 .ico-social a{color:#000;}
 .high-contrast.light{color:#fff;}

.common-right ul ul li.hover a {
    background-color: #d4d3d3 ;
}
.footer-bottom-container img{color:#fff;}
