/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');*/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}
/* open-sans-400 - latin */
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v23-latin-400.eot');
  src: local(''), url('../fonts/open-sans-v23-latin-400.eot?#iefix') format('embedded-opentype'), 
  			url('../fonts/open-sans-v23-latin-400.woff2') format('woff2'), 
  			url('../fonts/open-sans-v23-latin-400.woff') format('woff'),
  			url('../fonts/open-sans-v23-latin-400.ttf') format('truetype'),
  			url('../fonts/open-sans-v23-latin-400.svg#OpenSans') format('svg');
}*/
/* open-sans-600 - latin */
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v23-latin-600.eot');
  src: local(''), url('../fonts/open-sans-v23-latin-600.eot?#iefix') format('embedded-opentype'), 
  			url('../fonts/open-sans-v23-latin-600.woff2') format('woff2'),
  			url('../fonts/open-sans-v23-latin-600.woff') format('woff'),
  			url('../fonts/open-sans-v23-latin-600.ttf') format('truetype'),
  			url('../fonts/open-sans-v23-latin-600.svg#OpenSans') format('svg');
}*/
/* open-sans-700 - latin */
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v23-latin-700.eot');
  src: local(''), url('../fonts/open-sans-v23-latin-700.eot?#iefix') format('embedded-opentype'),
  			url('../fonts/open-sans-v23-latin-700.woff2') format('woff2'), 
  			url('../fonts/open-sans-v23-latin-700.woff') format('woff'),
  			url('../fonts/open-sans-v23-latin-700.ttf') format('truetype'),
  			url('../fonts/open-sans-v23-latin-700.svg#OpenSans') format('svg');
}*/

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

*,*:after,*:before{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	margin:0px;
	padding:0px;
}
ol li{ list-style-position:inside;}

body,html{
	height: 100%;
	width: 100%;
}

body,html,header,footer,section,div{
	padding:0;
	margin:0;
}
h4{ font-size:120%;}
body{
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 24px;
	-webkit-font-smoothing:antized;
	background: #FFFFFF;
	color: #333333;
	font-family:'Poppins', sans-serif;
	text-align:justify;
}

a{
	color: #333333;
	text-decoration: none;
	outline: none;
}

a:hover{
	color: #333333;
	text-decoration: none;
}

img{
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}


/*===== Content Wrapper Of The HTML to keep conetnt in center in a fixed width =====*/
.row-container{
	max-width: 1500px;
	float: none;
	margin:0 auto;
}

/*===== To Remove any Kind of floats form DIV'S========*/

div:after,
div:before{
	content:"";
	display: block;
	clear: both;
}

/*===== Header ========*/

.header-top { background-image:url(../images/stripe.png);
	color:#FFFFFF;
	  padding: 10px 0;
}

.header-menu{
	padding:0;
	margin:0;
	text-align: right;
	list-style: none;
}

.header-menu a{
	color:#FFFFFF;
}

.header-menu ul{
	padding:0;
	margin:0;
	list-style: none;
}

.header-menu li{
	display: inline-block;
}

.header-menu > li{
	margin-left: 10px;
}

.header-menu > li:first-child{
	/*margin-right:30px;*/
}

.size-switcher li{
	margin: 0 -4px 0 0;
}

.size-switcher li:last-child{
	border-left:solid 1px #FFFFFF;  
	margin-right:0;
}

.size-switcher a{
	padding: 1px 9px;
	background: #1D1C21;
	display: inline-block;
	margin: 0;
}

.size-switcher a.size-varient{
	background: #544548;
	position: relative;
}

.size-switcher a.size-varient span{
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 4px solid #FFF;
}

.size-increment{
	top: 3px;
	right: 3px;
}

.size-decrement{
	top: 9px;
	right: 3px;
	transform:rotate(180deg); 
	-ms-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg); 
	-moz-transform:rotate(180deg); 
	-o-transform:rotate(180deg); 
}

.theme-switcher a {
	padding: 3px;
	display: inline-block;
	width: 17px;
	height: 17px;
}

.theme-switcher a.theme-blue{
	background: #1abc9c;
}

.theme-switcher a.theme-orange{
	background: #ffb20d;
}

.theme-switcher a.theme-green{
	background: #4fbc1a;
}

.header-menu .language-selector{
	padding: 1px 6px;
	background: #FFF;
	color: #333;
	display: inline-block;
}

.theme-switcher{
	vertical-align: middle;
}


/*==== Header BOttom Container ========*/

.header-bottom{
	min-height:92px;
	background: #3876BD;
	padding:5px 0;
}


.widget-wrapper-container [class*="col-"]{
	float: left;
	/* margin-left:2%; */
	min-height: 1px;
	margin-left: 530px;
}

.widget-wrapper-container [class*="col-"]:first-child{
	margin-left:0;
}

.three-col-container .col-1{
	width:62%;
}

.three-col-container .col-2{
	width:17%;
}

.three-col-container .col-2 img{
	margin:10px;
}

.three-col-container .col-3{
	width: 18%;
	/* margin-left: 1%; */
}

/* .logo-container img{
	max-height:62px;
} */

/*.logo-inner-wrapper{
	padding-top:10px;
}*/

.logo-inner-wrapper *{
	color:#FFFFFF;

}

.logo-inner-wrapper h1{
	  font-size: 28px;
  line-height: 50px;
  margin: 0;
  font-weight: bold;
  /* padding-left: 85px; */
 /*  background: url(../images/logo-new2.png)no-repeat 10px; */
  max-width: 631px;
 /*  text-indent:-100000px; */
  height:100px;
}


.logo-inner-wrapper h1 span{
	font-size:16px !important;
	line-height:30px;
	margin:0;
	font-weight:bold;
	display: block;
}

.logo-2-container{
	text-align: right;
}

.search-container input[type="text"]{
	background-image: url("/sites/default/files/searchicon.png");
    background-position: 3px center;
    background-repeat: no-repeat;
	float: left;
	width:100%;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	-ms-border-radius:5px 0 0 5px;
	-o-border-radius:5px 0 0 5px;
	border:none;
	outline: none;
	    height: 28px;
	padding: 0 6px 0 25px;
	font-family:'Poppins', sans-serif;
	
}

.search-container input[type="submit"]{
	float: left;
	width:25%;
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-ms-border-radius:0 5px 5px 0;
	-o-border-radius:0 5px 5px 0;
	border:none;
	height:28px;
	outline: none;
	
	font-family:'Poppins', sans-serif;
	
	cursor: pointer;
}

.search-container {
	padding-top: 52px;
}


/*===== Main Menu ======*/

.navigation-wrapper-backgound{
	background: #2863a9;
	margin: 5px 0;
}

.navigation-wrapper-backgound ul{
	list-style: none;
	padding:0;
	margin:0;
}

.navigation-wrapper > ul > li{
	position: relative;
	float: left;
	border-left: solid 1px #fff;
}

.navigation-wrapper > ul > li:first-child{
	border-left: 0;
}

.navigation-wrapper > ul ul li{
	position: relative;
	border-bottom: solid 1px #A39999;
} 

.navigation-wrapper > ul ul li:first-child{
	border-top: solid 1px #A39999;
}

.navigation-wrapper > ul ul{
	position: absolute;
	background: #eae8d9;
	visibility: hidden;
	z-index:99;
	width:250px;
}

.navigation-wrapper > ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
}
.navigation-wrapper > ul ul li a{color:#000; padding:10px; font-size:105%; font-weight:normal;}
.navigation-wrapper > ul ul li a:hover{background:#f9ca8c!important; color:#000; font-weight: 600;}

.navigation-wrapper ul li > a{
	font-size: 15px;
	line-height:16px;
	padding:10px 25px;
	display: block;
	color:#fff;
	font-weight:600;
}
.navigation-wrapper ul li > a:hover {
  color: #00ffbf;
  transition: all 0.2s linear 0s;
}

.navigation-wrapper > ul li:hover > ul{
	visibility: visible;
}
.menu-has-child ul li a{
color:#000;
}

.mobile-nav, .mobile-child-nav {
	display: none;
}

/*===== Body Styling ========*/

.body-container{
	/*padding-bottom: 5px;*/
}

.four-col-wrapper [class*="col-"] {
	width: 19.6%;
	float: left;
	margin-left: .5%;
	/* margin-top:10px; */
}

.four-col-wrapper [class*="col-"]:first-child{
	margin-left:0;
}

/*.two-col-wrapper{
	margin-bottom: 5px;
}*/

.two-col-wrapper .main-content{
	float: left;
	width: 100%;
	min-height: 1px;
	padding: 0 0 0px;
}

.two-col-wrapper .sidebar {
	float: left;
	width: 100%;
	display: none; /* Remove in case you need whats new section visible above footer banner */
	/*margin-left: 0.7%;*/
	/*display:none;*/
	/*margin-top: -30px;*/
}

.sidebar ul{
	list-style: none;
	padding:0;
	margin:0;
}

.sidebar ul li{
	padding:5px 5px 5px 30px;
	background:url(../images/arrow.png) no-repeat 5px 13px;
	font-weight:700;
}

.sidebar ul li:nth-child(odd){
	background-color: #F6f6f6;
}

.sidebar .widget-wrapper h2{
	background: #3d78c1 none repeat scroll 0 0;
    box-shadow: 0 0 5px #ccc;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 5px;
}
.left-sidebar{
	margin: 0 0 0 10px;
    width: 20%;
	float:left;
	display:inline-block;
}
.inner-main-content{
	background:#eff7f7;
	float: right;
	margin: 0 8px 0 0;
	min-height: 520px;
	width: 78%;	
	padding:0 10px;
	border: 1px solid #008080;
  border-radius: 10px;
}
.breadcrumb{
  background:none repeat scroll 0 0 #eff7f7;
  margin: 0 0 10px;
  min-height: 20px;
  width: 100%;
  padding:10px 20px;
  border: 1px solid #008080;
  border-radius: 10px;
}
.breadcrumb ul{
	list-style:none;
	margin:0;
	padding:0;
}
.breadcrumb ul li{
	display:inline;
}
.breadcrumb ul li a{
	padding:10px 5px;
	color:#015383;
	}
.left-sidebar h2{
	background: none repeat scroll 0 0 #015383;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 10px 20px;
	border-radius:5px 5px 0 0;
}
.left-sidebar{
	list-style:none;
	padding:0;
	margin:0 7px 0px;
}
.left-sidebar .menu li{
	background: none repeat scroll 0 0 #eff7f7;
	margin: 0 0 5px;
	
}
.left-sidebar .menu li a{
	text-decoration:none;
	font-size:15px;
	padding: 8px 20px;
	display:block;
}
.left-sidebar .menu li a.active{
	/* background:#c1bfb3;
	 */color:#63625e;
	font-weight:bold;
	}
.left-side-images img {
  width: 329px;
  margin:0 0 15px;
}
.widget-wrapper-module{
	box-shadow: 0 -3px 10px #CCC;
	-moz-box-shadow: 0 -3px 10px #CCC;
	-webkit-box-shadow: 0 -3px 10px #CCC;
	-ms-box-shadow: 0 -3px 10px #CCC;
	-o-box-shadow: 0 -3px 10px #CCC;
	height:270px;
}

.flex-direction-nav a:before{
	margin-top:8px;
}

.flexslider{
	margin:0;
	border:none;
}

.flex-control-nav{
	bottom:10px;
}

/*===== Footer STyling =======*/

.footer-links{
	padding-top: 12px;
}

footer #block-menu-menu-footer-menu-item .content  ul{
	padding:0;
	margin:0;
	list-style: none;
	text-align: center;
}

footer #block-menu-menu-footer-menu-item .content  ul li{
	display: inline-block;
}

footer #block-menu-menu-footer-menu-item .content  ul li a{
	font-size:13px;
	line-height:30px;
	color:#262400;
	padding:0 5px;
	position: relative;
}

footer #block-menu-menu-footer-menu-item .content  ul li a:after{
	height:10px;
	width:2px;
	background: #CCC;
	content:"";
	display:block;
	top:5px;
	right:-5px;
	position: absolute;
}

footer #block-menu-menu-footer-menu-item .content  ul li:last-child a:after{
	content:none;
}

.footer-top-logos {
	background: #fff;
	margin-bottom: 5px;
}

.footer-bottom{
	background: #eae8d9;
	font-weight:600;
}

.footer-updated-counter ul{
	padding:0;
	margin:0;
	list-style: none;
	text-align: center;
}

.footer-updated-counter ul li{
	display: inline-block;
	margin:0 10px;
}

.footer-updated-counter ul li p{
	margin:0;
}

.footer-container{
	text-align: center;
}

.footer-container > div{
	/*padding:20px 0;*/
}

.footer-container p{
	margin:0;
}

.footer-copyright {
	padding:0 90px;
}

.footer-social ul{
	padding:0;
	margin:-7px 0 0 0;
	list-style: none;
	float: right;
}

.footer-social ul li{
	display: inline-block;
}

.footer-social li a{
	display:block;
	width:40px;
	height:40px;
	background-repeat: no-repeat;
}

.footer-social li a.fb{
	background-image:url(../images/fb.png);
}

.footer-social li a.twt{
	background-image:url(../images/twitter.png);
}

.footer-top-logos [class*="col-"] {
	width: 13.5%;
	display: inline-block;
}

@media (max-width:1350px){
	.row-container{
		padding:0 15px;
	}
}

@media (max-width:1040px){
	.navigation-wrapper ul li > a{
		padding:10px;
		font-size: 14px;
	}

	.search-container input[type="submit"]{
		font-size: 12px;
	}
}

@media (max-width:767px){
	.navigation-wrapper > ul ul {
		position: relative;
		visibility: visible;
	}

	.navigation-wrapper > ul ul ul{
		position: relative;
	}

	.navigation-wrapper li{
		display: block;
	}

	.mobile-nav {
		display: block;
		position: relative;
		padding: 10px;
		background: transparent;
		max-width: 50px;
		margin: 0px auto;
		text-align: center;
		min-height: 50px;
		cursor: pointer;
		float:right;
	}

	.mobile-nav, .mobile-child-nav {
		display: block;
	}

	.mobile-nav i {
		position: relative;
	}

	.mobile-nav i:after {
		content: "\f00b";
		position: absolute;
		font-family: FontAwesome;
		font-style: normal;
		left: -10px;
		top: 8px;
		font-size: 22px;
	}

	.header-container nav {
		display: none;
	}

	.mobile-child-nav i {
		position: relative;
	}

	.mobile-child-nav i:after {
		content: "\f067";
		font-family: FontAwesome;
		font-style: normal;
		line-height: 45px;
		left: -10px;
		top: 0px;
		font-size: 14px;
		cursor: pointer;
		z-index: 999;
		color: #FFF;
	}

	.mobile-child-nav{
		position: absolute;
		right: 0;
		width: 45px;
		height: 45px;
		z-index: 999;
		top: 0;
		cursor: pointer;
		text-align: center;
	}

	.footer-top-logos [class*="col-"]{
		width: 100%;
		margin: 0 0 15px;
	}

	footer #block-menu-menu-footer-menu-item .content  ul li{
		width:100%;
	}

	footer #block-menu-menu-footer-menu-item .content  ul li a:after{
		content:none;
	}

	.footer-social ul{
		margin:0;
		float:none;
	}

	.two-col-wrapper .main-content{
		float: none;
		width: 100%;
		min-height: 1px;
		margin-bottom: 20px;
	}

	.two-col-wrapper .sidebar {
		float: none;
		width: 100%;
		margin-left: 0%;
	}

	.four-col-wrapper [class*="col-"]{
		width: 100%;
		margin: 0% 0 20px 0;
		text-align: center;
	}

	.navigation-wrapper > ul > li{
		float: none;
		border:none;
		border-bottom:solid 1px #A39999;
	}

	.navigation-wrapper > ul ul,
	.navigation-wrapper > ul ul ul{
		position: static;
		display: none;
	}

	.navigation-wrapper ul li > a {
		padding: 12px 35px 12px 10px;
		font-size: 16px;
	}

	.navigation-wrapper ul ul li > a{
		padding-left:20px;
	}

	.navigation-wrapper ul ul ul li > a{
		padding-left:30px;
	}

	.mobile-child-nav i:after{
		color:#333;
	}

	.widget-wrapper-container [class*="col-"]{
		width: 100%;
		float: none;
		margin:0 0 15px;
	}

	.header-menu > li{
		display: block;
		margin:0 0 	5px 0 !important;
	}

	.three-col-container .col-2{
		text-align: center;
	}

	.search-container{
		padding-top:10px;
	}

	.search-container input[type="submit"]{
		font-size: 14px;
	}

	.logo-inner-wrapper h1{
		margin:10px auto;
	}
	.left-sidebar,.inner-main-content{
		width:100%;
	}
}

/*====================Anil ==================*/
.viewall {
  width: 70px;
  height: 20px;
  clear: both;
  float: right;
  margin: 3px 0 0 0;
  right: 0px;
  bottom: 0px;
}

span.buttons {
  bottom: 7px;
  float: left;
  margin-right: 5px;
  padding-left: 3px;
  width: 70px;
  font-size: 85%;
}

.scroll-news {
  height: 310px;
  overflow: hidden;
}

/*--------------------------------------------------ModernTicker-----------------------------------------------------*/

.modern-ticker {width:876px;height:30px;line-height:30px;padding:2px 11px 2px 2px;font-size:16px;overflow:hidden; margin-top:6px; margin-bottom: -14px; float:left;}
.modern-ticker a {text-decoration:none}
.modern-ticker ul {margin:0;padding:0;list-style:none}


.mt-label {margin-right:2px;padding:0 8px 0 12px;float:left}
.mt-news {height:100%;overflow:hidden;float:left}
.mt-scroll .mt-news {background-color:transparent}
.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {}
.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {}
.mt-scroll.mt-round .mt-news a {border-radius:0; font-size:84%; font-weight:600;}
.mt-scroll.mt-round .mt-news a:hover {color:#001C32;transition:color 0.2s ease-out 0s; }
.mt-news ul {width:50000px;background-repeat:no-repeat;background-position:-1000px;}
.mt-news li {float:left; background:url(../images/bullet3.png) left 11px no-repeat; padding-left:5px; }
.mt-news li a{color:#039; }

.mt-news a {font-size:15px;padding:0 10px 0 10px;margin-right:2px;background-repeat:no-repeat;background-position:7px center;display:block}
.mt-hide {display:none}
.mt-controls {margin-left:2px;height:100%;position:absolute;right:2px;background-repeat:no-repeat;background-position:-1000px}
.mt-play, .mt-prev, .mt-next {width:18px;height:30px;background-repeat:no-repeat;background-position:center;cursor:pointer;float:left}
.mt-label {background-color: #0099ff;}
.mt-news {background-color: #dedede;}
.mt-preloader {background: url("images/preloader.gif") no-repeat center;}
.mt-news ul {background-image: url("images/bullet-over.png");}
.mt-news a {color: #000;}
.mt-news a:hover {text-decoration:underline;}
.mt-news a:active {background-color: #0077ff;}
.mt-controls {background-image: url("images/pause.png");}
/*.mt-prev, .mt-next {background-color: #0099ff;}*/
.mt-prev {background-image: url("../images/prev.png");}
.mt-next {background-image: url("../images/nxt.png");}
.mt-play {background-image: url("../images/play.png");}
.mt-pause {background-image: url("../images/pause.png");}
/*.mt-play:hover, .mt-prev:hover, .mt-next:hover {background-color: #ff2200;}*/
.mt-play:active, .mt-prev:active, .mt-next:active {background-color: #ff4400;}
.mt-controls {display:none;}
.mt-news {width:880px!important;}

.row-container .modern-ticker { float: left;
    font-size: 16px;
    height: 85px;
    overflow: hidden;
    width: 98%;
    margin-left: 5px;
	position:relative;
}
.row-container .modern-ticker a {text-decoration:none; cursor:auto;}
.row-container .modern-ticker ul {margin:0;padding:0;list-style:none}
.row-container .modern-ticker ul li{list-style:none; background:none;}
.row-container .mt-news {width: 96% !important; margin-left: 25px;}
   
.row-container .mt-controls {margin-left:2px;height:20px; width:100%;position:absolute;right:2px;
background-repeat:no-repeat;background-position:-1000px; bottom:0px}
.row-container .mt-controls {display:block;}
.row-container .mt-prev {
    background: url(../images/prev-icon.png) no-repeat scroll left top;
    float:left;
	margin-top:-40px;
	margin-left:5px;
    top: 15px; width:16px; height:25px;
	}
.row-container .mt-next{
    background: url(../images/next-icon.png) no-repeat scroll left top;
   float:right;
   margin-top:-40px;
    right: 0px;
    top: 15px; width:16px; height:25px;
}
.inner-main-content h3 {
  color: #2a5caa;
  padding: 0;
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #a7a9ac;
  display: block;
  font-size: 20px;
  line-height: 35px;
	}
.inner-main-content h2 {
  padding: 0;
  border-bottom: 1px solid #a7a9ac;
  display: block;
  font-size: 20px;
  line-height: 35px;
}

.inner-main-content p {
  margin: 0;
  text-align: justify;
  line-height: 25px;
  padding: 5px 0px 0px 0px;
}
table {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  font-size: 100%;
  width: 100%;
  margin:30px 0px;
}
table tr td {
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  color: #000000;
  padding: 8px;
  }
table tr th {
    background: none repeat scroll 0 0 #2A5CAA;
    border-left: 0 none;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 800;
    padding: 8px;
    text-align: center;
}
.inner-main-content ul li {
  /* display: inherit; */
  padding: 0px 0 3px 32px;
 background: url(../images/bullet.png) 10px 8px no-repeat; 
     list-style: none;
}
.inner-main-content ul ul li{
	background:none;
	 background: url(../images/bullet.png) 10px 8px no-repeat; 
}
.inner-main-content ul li a {
  text-align: justify;
}
.inner-main-content a {
  color: #ff2400;
}

ul li {
  padding-left: 0px;
  margin-bottom: 0px;
}

a {
  text-decoration: none;
  /* color: #000; */
}

.news-block {
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
}
.news-block {
  border-bottom: solid 1px #a7a9ac;


}
.news-block p {
  margin-bottom: 10px;
}

.news-block p a {
  font-weight: bold;
  font-size: 102%;
}
.news-block p a {
  color: #1A4891;
}

.news-block span {
  margin-left: 20px;
  color:#a7a9ac;
    margin-bottom: 0px;
	float:right;

}
.four-col-wrapper .col-4 img ,.four-col-wrapper .col-2 img{
  height: 77px;
}

.four-col-wrapper img {
    height: 83px !important;
    width: 100%;
}
 


.frame1 {
	float: left; 
	margin: 12px  12px  12px  0px; 
	background: #e5e5e5; 
	overflow: hidden; border-radius:8px;
		}

.frame1 a {
	display: block; 
    border: 8px solid #e5e5e5;
}

.frame1 img {
	display: block; 
	width: 240px; 
	height:160px; 
}

.frame1 a:hover {
	border: 8px solid #2a5caa;
}
#logoimg{
	float:left;	
}
.logo-inner-wrapper span{
	float:left;
}
.logo-inner-wrapper span div{
	float:left;
}
#sitename {
     font-family: 'Poppins', Arial;
    font-size: 28px;
    line-height: 30px;
    /*margin-left: 120px;*/
}

#siteslogan {
    font-family: 'Poppins', Arial;
    font-size: 23px;
    line-height: 30px;
/*    margin-left: 120px;*/
}
.navigation-wrapper ul.menu li.leaf {
    list-style-image: none;
    list-style-type: none;
}
.navigation-wrapper ul.menu li{
	margin:0px;
}
.theme-default .nivo-controlNav{
	padding:0px;
}
.nivo-controlNav {
    margin-left: 444px;
    margin-top: -41px;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    z-index: 999999;
}

.logo-inner-wrapper span + span {
    margin-top: 12px;
	
}
.logo-inner-wrapper span + div {
	float:left;
	position: relative;
	top: 20px;
	/*left: -180px;*/
}
.form-item-search-block-form{
	float:left;
	margin:0px;
}
#search-block-form div::after, #search-block-form div::before{
	clear:none;
}
.header-bottom .three-col-container .col-1{
	width:42%;
	max-height: 100px;
	
}
.form-item.form-type-textfield.form-item-search-block-form {
    width: 179px;
}
.search-container {
    margin-left: 79px;
    padding-top: 35px;
}
ul.menu li {
    list-style-image: none;
    list-style-type: none;
}
ul.menu li.expanded > a{
    background:rgba(0, 0, 0, 0) url("../images/arrowdrop.png") no-repeat scroll right 6px center / 10px;
   
}
ul.menu li.expanded > a:hover {
    background: rgba(0, 0, 0, 0) url("../images/arrowdropminus.png") no-repeat scroll right 6px center / 10px;
   
}
.four-col-wrapper div[class*="col-"]{
	    height: 70px;
    width: 104%;
} 
.view-footer-banner-icon-home-page- .views-row {
    float: left;
    margin-right: 1%;
    width: 19%;
}
.four-col-wrapper div[class*="col-"] a {
    color: #fff !important;
    font-family: 'Poppins', Arial;
    font-size: 18px;
    font-weight: bold;
}
.frontbanner {
    float: left;
    margin-left: 49px;
    margin-top: 14px;
    text-align: center;
    width: 62%;
    padding-left: 48px;
    letter-spacing: 2px;
    line-height: 23px;
    font-size: 11px!important;
	}
.left-sidebar .item-list ul li{
	list-style:none;
	
}
.left-sidebar .frontbanner {
    color: #ffffff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    margin-left: 40px;
    margin-top: 13px;
    text-align: left;
    width: 85%;
}
.tabs.primary.clearfix > li {
    display: inline;
	float: right;
}
.tabs.primary.clearfix {
    margin-top: -30px;
}
.item-list ul li {
    margin: 0 0 0.25em 1em;
}
li.expanded, li.collapsed, li.leaf{
	padding:0px;
	
}
#block-styleswitcher-styleswitcher ul li{
	display:inline;
}
#block-styleswitcher-styleswitcher ul{
	display:inline;
}

.block.block-text-resize {
    float: left;
}
.block.block-styleswitcher {
    float: left;
    /* width: 6%; */
}
.block.block-styleswitcher ul li div {
    float: left;margin: 3px;
 }
 .block-styleswitcher .item-list {
	 /*margin-top:1px;*/
    float: right;
}
.block-styleswitcher ul li:first-child {
    display: none !important;
}
#block-block-2 {
    /* float: left;
     */
	text-align: right;
    width: 70%;
    /* margin-top: 5px; */
    margin: 0 10px 0 0;
}
#block-block-2 .content a {
    color: #ffffff;
}
.field.field-name-field-profile-image.field-type-image.field-label-hidden {
    background: rgba(0, 0, 0, 0) url("/nsgm/sites/default/files/logo-new2.png") no-repeat scroll 0 0 / 64% auto;
    text-align: right;
}
.field.field-name-field-profile-image.field-type-image .field-item.even > img{
	border-radius: 108px;
    height: 193px;
	border:3px solid #3876BD;
}
.inner-main-content .action-links {
    background: #3876bd none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 7px;
    color: #ffffff;
    float: right;
    padding: 1px 25px 0 6px;
	margin-top: -44px;
}
.inner-main-content .action-links li > a{
	color:#ffffff;
}
.view-wp-blog .views-row-odd {
    background: #E6E3D2 none repeat scroll 0 0;
    margin-bottom: 17px;
    padding: 12px;
}
.view-wp-blog .views-row-even {
    padding: 0 12px 12px;
}
.views-row > h1 {
    font-size: 16px;
}
.views-field-totalcount{
text-align:right;	
}
.inner-main-content th a {
    color: #ffffff;
}
.block.block-text-resize {
    margin: 0px;
		/*width: 5%;*/
}
.fa {
    display: none;
}
.high_contrast_switcher span {
    padding: 0 0.5em 0 0;
}
.block.block-high-contrast {
    float: right;
    margin: 0 4px;
	/* width: 5%; */
}
.inner-main-content1 h3 {

  color: #2a5caa;
  padding: 0;
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #a7a9ac;
  display: block;
  font-size: 20px;
  line-height: 35px;
}

.inner-main-content1 h2 {
  padding: 0;
  border-bottom: 1px solid #a7a9ac;
  display: block;
  font-size: 20px;
  line-height: 35px;
}

.inner-main-content1 p {
  margin: 0;
  text-align: justify;
  line-height: 25px;
  padding: 5px 0px 0px 0px;
}
.inner-main-content1{
	background:#eff7f7;
	margin: 0 0 8px;
	min-height: 662px;
	padding:0 10px;
	overflow: hidden;
	border: 1px solid #008080;
	border-radius: 10px;
}

.inner-main-content1 ul {
	padding-left: 20px;
}

.region.region-topmenu .block {
    float: left;
}

#block-block-3 {
/*    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    font-weight: bold;
    /*margin-left: 10px;
    text-align: center;
    width: 75px;*/
}
#edit-smart-grid-project .form-item {
    border: 1px solid #ddd;
    padding: 1% 0 1% 3%;
}
#edit-smart-grid-project .form-item.form-type-textfield > label {
    float: left;
    width: 30%;
}
#edit-smart-grid-project .form-item.form-type-date-select.form-item-month > label {
    float: left;
	width: 29%;
}
#edit-smart-grid-project .form-item.form-type-date-select.form-item-month{
	width:100%; 
}
#edit-smart-grid-project .date-padding.clearfix {
    width: 43%;
}
#smart-grid-project-management-form #edit-submit {
    float: right;
    margin-bottom: 14px;
    width: 10%;
}
#edit-smart-grid-project .form-item.form-type-select.form-item-Category > label {
    float: left;
    width: 30%;
}
#block-views-whats-new-block ul {
  /*width: 95%;  the plugin works for responsive layouts so width is not necessary */
  overflow: hidden;
  height: 200px!important;
}
.js-marquee ul li span {
    line-height: 34px;
    margin-left: 22px;
    margin-top: 19px;
}
.form-text {
    padding: 5px;
    border: 1px solid #ccc;
}

.form-submit {
    padding: 4px;
    background: #2863a9;
    border: 1px solid #F88300;
    color: #fff;
    /*font-weight: 700;*/

}
#edit-basic > div {
    float: left;
    margin: 0px 5px;
}
.node-media-gallery .field.action-links {
    margin-left: 65%;
    position: absolute;
}
#block-views-whats-new-block .view-footer div {
    float: left;
    margin: 0 80px 0px 6px;
}
.view-whats-new .play-pause {
    padding: 5px 0 0 9px;
}
.view-whats-new .whatsnew {
    margin: 0 0 0 300px!important;
    padding-top: 6px;
}
.view-Presentations .view-content > h3 {
    display: none !important;
}

.simple-subscription-empty .form-submit {
    margin-top: 13px;
    width: 30%;
}
#simple-subscription-form > div {
    display: inline-block;
    width: 22%;
}
.simple-subscription-empty .form-item.form-type-textfield.form-item-mail {
    float: left;
    width: 36%;
}


.view-id-office_memorandu .view-header .archive_icon a {
background:red;
}

.fa.fa-rss {
    display: block;
    padding: 12px 0 0 13px;
    position: absolute;
}
.footer-social .rss {
    width: 39px;
    background: #fff;
    border-radius: 5px;
    height: 38px;
	border: 1px solid #A1A1A1;
	font-size: 15px;
}
.view-header > a{
padding-left:89%;
font-size:15px;
font-weight:bold;
}
.view-disscussion-forums .views-field.views-field-created {
   font-style: italic;
     margin-top: -24px;
    position: absolute;
    right: 32px;
}
.view-presentations-session .views-table > caption {
    background: #9A9991 none repeat scroll 0 0;
    font-size: 15px;
    padding: 7px;
}
.view-presentations-session .views-table caption > span {
    margin-left: 10px !important;
}
.view-presentations-session .views-field.views-field-php > table {
    margin: 10px;
}
.view-presentations-session .views-table table#presentationtable > caption {
 display: none;
}
caption {
    background: #2863a9 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 6px;
    text-transform: capitalize;
}
/* .slider .nivo-startstopNav {
    margin-right: 20px;
    position: absolute;
    right: 362px;
    top: 510px;
    z-index: 111;
} */
.slider .nivo-startstopNav {
    margin-right: 0;
    position: absolute;
    top: 10px;
    z-index: 111;
    float: right;
    right: 20px;
    display: none;
}
.main-content .slider{position: relative;}

.row-container .four-col-wrapper{margin-top:10px 0 0; padding: 5px 0;}
#nivoStart > img {
    width: 27px;
    border-radius: 5px;
}
#nivoStop > img{
    width: 27px;
    border-radius: 5px;
}
.view-tender .view-footer {
    text-align: right;
}

.cls

element.style {
}
ul.language-switcher-locale-url {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    font-weight: bold;
    margin-left: 15px;
    text-align: center;
    width: 78px;
}
ul.language-switcher-locale-url li {
    display: block;
}
.view-footer > p {
    margin-right: 30px;
    text-align: right;
}
.comment-submitted {
    display: none;
}

#newsletter-subscribe-form div {
    margin-bottom: 0px;
    margin-top: auto;
    margin-left: 5px; float:left;
}
/* #newsletter-subscribe-form > div {
    display: inline-flex;
} */
.block.block-visitors ul li {
    list-style: none;
}
.view-wp-blog .field-content {
    text-align: right;
}
.view-wp-blog .views-field.views-field-nothing {
    text-align: right;
}
.comment-text {
    margin-left: 35px;
}
.footer-bottom-second {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    flex-direction: row;
 }

.footer-time,.footer-gov {
  /*float: left;
  padding: 0 9px;*/
}
.footer-subs {
    float: left;
    margin-right: 14px;
    margin-top: 6px;
    width: 20%;
}
.social_links {
    /*float: left;
    padding: 10px;
    width: auto;*/
}
/* a:focus{
border:1px dotted #333333;
} */
.footer-gov {
    /*float: left;
    margin: 10px;
    width: 60%;
    text-align: center;*/
    margin: 0 20%;
}
.footer-links {
    padding-top: 12px;
    margin-bottom: 6px;
}


.view-footer .play-pause {
    margin-top: 200px!important;
}
.view-footer .whatsnew {
    margin-top: 200px!important;
}
.tabs-wrapper {
    margin-top: 50px;
}
.form-textarea-wrapper {
    width: 50%;
}
#newsletter-subscribe-form #subscribe {
    margin-left: 0; float:left;
}
#newsletter-error {
    color: red;
    left: 60%;
    position: absolute;
}
#newsletter-subscribe-form > div {
    display: flex;
}
.region.region-social-media {
    margin-bottom: 0 !important;
    margin-left: 40%;
    margin-right: auto !important;
    margin-top: 0 !important;
}
.footer-time {
    width: 20%;
}
#newsletter-subscribe-form {
   margin: 0 auto; 
     width: 20%; 
}
.footer-bottom_last {
   background: #eae8d9 none repeat scroll 0 0;
    margin: 0 auto;
    padding: 0 0 11px;
    text-align: center;
    width: 100%;
}
/*************************** addaed by gaurav**********************/
a:focus {
    outline: 1px dotted #fff;
}
.aplus, .areset, .asmall, .color {display: none;}
.mg-gallery {
    display: inline-block;
    margin-right: 30px;
    width: 30%;
}

.mg-gallery h3 {
    font-size: 119%;
    text-align: center;
}
.node-media-gallery .media-gallery-thumb img {
    height: 261px;
    padding: 20px 0 0 21px;
    width: 261px;
}
.node-media-gallery .media-gallery-item {
    margin-bottom: 22px;
}
.total {
    text-align: center;
}
.content.node-media-gallery .media-gallery-media-item-thumbnail img {
    padding: 0;
}
/* .block.block-social-share {
    width: 15%;
	right: 5%;
    position: absolute;
} */

.block.block-social-share {
    width: 19%;
    right: 0%;
    position: relative;
    height: 17px;
}
 .block-social-share .content {
    position: relative!important;
    left: 430%;
}
 
.block.block-social-share  .share-label {
    float: left;
}
.block-social-share ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    padding: 0 16px 0 0;
    width: 0;
}
.block-social-share ul {
    float: right;
    margin-left: 4px;
    padding: 5px 0 0;
    width: 128px
}
.print-link {     
    float: right!important;
    width: 20px!important; 
	margin-right:20px;
}
.webform-container-inline.webform-datepicker div {
    display: inline-block!important;
}
input.form-item-submitted-tentative-stay-in-india---end-dates-year .webform-calendar, input.form-item-submitted-tentative-stay-in-india---dates-year .webform-calendar {
    bottom: -15px!important;
    display: inline!important; 
    position: relative!important; 
}
 
.webform-component--tentative-stay-in-india---end-dates .description, .webform-component--tentative-stay-in-india---dates .description{
    font-size: 100%;
    font-weight: bold;
}
.webform-component--tentative-stay-in-india---end-dates label {
    display: none;
}
.webform-component .isgan-note {
    border: 1px solid;
    color: red;
    font-size: 110%;
    padding: 6px 6px 5px 5px;
	width: 100%;
}

.webform-client-form-393 .webform-component--tentative-stay-in-india---dates .description {
    float: left;
    position: relative;
    top: 16px;
}
.webform-client-form-393 .webform-component--tentative-stay-in-india---dates .webform-container-inline.webform-datepicker {
    top: 3px;
    float: right;
    position: relative;
    width: 84%;
}
.webform-client-form-393 .webform-component--tentative-stay-in-india---dates .webform-container-inline.webform-datepicker .hasDatepicker {
    position: absolute;
    top: 14px;
}
.webform-client-form-393 .webform-component--tentative-stay-in-india---dates {
    width: 25%;
}
.webform-client-form-393 .webform-component--tentative-stay-in-india---end-dates .description {
    float: left;
}
.webform-client-form-393 .webform-component--tentative-stay-in-india---end-dates .webform-container-inline.webform-datepicker {
    bottom: 13px;
    float: right;
    position: relative;
    width: 97%;
}
.webform-client-form-393 .webform-component--tentative-stay-in-india---end-dates .webform-container-inline.webform-datepicker .hasDatepicker {
    position: absolute;
    top: 14px;
}
.form-item.webform-component.webform-component-date.webform-component--tentative-stay-in-india---end-dates {
    position: relative;    
}	
.theme-default .nivo-directionNav a{ 
	background:none!important;
}
.theme-default a.nivo-nextNav {
	height: 62px;
	background-position: -65px 0;
	right:15px;
	background: rgba(0, 0, 0, 0) url("images/arrowright.png") no-repeat scroll!important;
}
.theme-default a.nivo-prevNav {
	background: rgba(0, 0, 0, 0) url("images/arrowleft.png") no-repeat scroll!important;
    height: 62px;
    left: 15px;
    position: absolute;
/*    top: 143px;*/
}	
 .feed-icon {position: absolute;  left: -140px;} 
.view-isgan-ktp-india-registered-visitors .view-filters { width: 24%;}
.view-isgan-ktp-india-registered-visitors .view-content { height: 600px; overflow: scroll;}
.view-isgan-ktp-india-registered-visitors  .views-field-value-14 p { width: 300px;}
.view-isgan-ktp-india-registered-visitors  .views-field-value-11 p {width: 165px;	}
.view-isgan-ktp-india-registered-visitors .views-exposed-widgets { display: inline-block; width: 791px;}

.webform-client-form-417 .form-text {
    width: 100%;
}
.webform-client-form-417 table label, .webform-client-form-394 fieldset {
    display: none;
}
.webform-client-form-417 fieldset {
 display: none;
}
.logo-site {
    display: none;
}
span.print-link {
    display: none;
}
/*#block-block-13 .print-icon {
    float: right;
    margin: 5px 15px 15px 0;
}*/

#block-block-13 .print-icon {
	right: 15px;
    bottom: 25px;
    float: right;
    position: relative;
}
#block-block-10 {
    margin-top: 10px;
	width: 100%;
    float: right;
}
div#block-block-15 {
    width: 90px;
    float: left;
}
div#block-block-15 img {
    width: 50px;
    height: 50px;
    
}
div#block-block-9 {
    width: 100%;
}
.inner-main-content p.numb {
    padding: 0 0 3px 32px;
}

/*====================R&D Effort to Promote Deployment Form ==================*/

.view-r-d-effort-to-promote-deployment-visitors .view-content {
    overflow: scroll;
    height: 600px;
}


/*== end ==*/


/*====================Banner Slider Caption ==================*/

.nivo-caption {
    width: 48%;    
    text-align: center;
    font-weight: 600;
    padding: 5px 5px;
    border-radius: 0 20px 20px 0;
    opacity: 0.4;
    font-size: 114%;
}

/*.slider .nivo-startstopNav {  opacity: 0;}
.slider:hover .nivo-startstopNav { opacity: 1;}*/

.even  ul  ol{
padding-left:30px;
}
.even  ul  ol li{
	background: none;
	list-style-type: decimal-leading-zero;
	padding-left: 7px;
	
}

/*====================Maintainence Page ==================*/
body.maintenance-page.in-maintenance.no-sidebars #wrapper #container {
    text-align: center;
}

body.maintenance-page.in-maintenance.no-sidebars #wrapper #header {
    text-align: center;
}

/*== end ==*/


