﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Eczar');
body {
	font-family: 'Eczar', serif;
	color: #202020;
	font-size: 15px;
	font-weight: 300;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
 
}
.incontentgallery {
	padding: 15px;
	min-height: 358px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.galleryphoto {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	.galleryphoto li {
		padding: 5px;
		box-sizing: border-box;
		width: 33%;
	}
		.galleryphoto li .thumbnail {
			border-radius: 0px;
			color: #000;
			padding: 5px;
			margin-bottom: 0px;
		}
		.galleryphoto li img {
			max-width: 100%;
			height: 180px;
		}
		.galleryphoto li .caption {
			display: block;
			min-height: 50px;
		}

.thumbnail .caption {
	text-align: center;
}
.inner ul {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
}
.thumbnail img {
	width: 100%;
}
.leaders {
	padding: 0px;
	margin-top: 10px;
	display: block;
	position: relative;
	background-image: url(../images/leaderbg.jpg);
	background-repeat: repeat;
}

	.leaders .leaders-profile {
		padding: 8px 0px;
		display: block;
		z-index: 100;
		position: relative;
		margin: 0px;
	}

		.leaders .leaders-profile .leaders-box {
			min-height: 104px;
			display: block;
			padding: 0px;
			border-radius: 0px;
			padding-top: 1px;
		}

			.leaders .leaders-profile .leaders-box img {
				width: 100px;
				height: 100px;
				background: rgb(126, 126, 126);
				border: 3px solid rgb(255, 255, 255);
				float: left;
				margin-right: 10px;
			}

			.leaders .leaders-profile .leaders-box h4 {
				padding: 0px;
				margin: 8px 0px 6px;
				color: #2e4b90;
				text-transform: uppercase;
				font-size: 1.1em;
				line-height: 18px;
				font-weight: bold;
			}

			.leaders .leaders-profile .leaders-box .leadtext {
				padding-left: 103px !important;
				float: none !important;
			}
.pageheight {
	min-height: 527px;
}
.about-links .panel {
	margin-bottom: 6px;
}

.about-links .panel-danger > .panel-heading {
	color: #fff;
	background-color: #4a606c;
	border-color: #4a606c;
	font-size: 22px;
}

.advertise h3 {
	color: rgb(83, 35, 10);
	position: relative;
	padding-top: 34px;
	padding-left: 34px;
	padding-bottom: 7px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.about-links .panel ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
}

	.about-links .panel ul li a {
		padding: 10px 10px;
		border-bottom: 1px solid #eaeaea;
		display: block;
		color: #333;
		font-size: 1.1em;
		transition-duration: .2s;
	}

		.about-links .panel ul li a:before {
			content: "\f105";
			font-family: "FontAwesome";
			margin-right: 10px;
		}

.about-links .button-group .btn {
	font-size: 1.000em;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 7px;
	text-align: left;
	white-space: inherit;
	padding: 6px 10px;
}

.advertise::after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	border-top: 81px solid rgba(0, 0, 0, 0.2);
	border-left: 88px solid transparent;
	top: 0px;
	right: 0px;
}

.Addver {
	position: relative;
	background-color: rgba(252, 183, 81, 0.8);
	z-index: 0;
	margin-top: 0px;
	box-sizing: border-box;
	background-image: url("../images/vigyapanbg.html");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px !important;
}

	.Addver ul {
		margin: 0px;
		padding: 0px 25px;
		list-style: none;
		height: 173px;
		overflow-x: hidden !important;
	}

		.Addver ul li {
			padding-left: 15px;
			position: relative;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}

			.Addver ul li a {
				color: rgb(0, 0, 0);
				display: block;
			}

			.Addver ul li::before {
				content: "";
				width: 0px;
				height: 0px;
				position: absolute;
				left: 0px;
				top: 31%;
			}

			.Addver ul li .ndate {
				font-size: 0.9em;
				margin: 5px 0px 0px;
				color: rgb(179, 29, 35);
			}

	.Addver .foot {
		padding: 6px;
		background-color: rgb(255, 177, 63);
	}

		.Addver .foot a {
			color: rgb(179, 29, 35);
			display: block;
		}

.about {
	padding: 15px 0px;
}

	.about .well {
		margin-bottom: 0px;
		min-height: 465px;
		background-color: #fff;
		box-shadow: 0px 0px 1px rgb(0 0 0 / 50%);
	}

	.about h2 {
		color: #030248;
		font-size: 1.8em;
		text-transform: capitalize;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 10px;
		font-weight: 500;
		border-bottom: solid 1px #ccc;
		padding-bottom: 10px;
		font-family: 'Oswald', sans-serif;
	}

.breed-crum-div {
	margin-bottom: 0px;
	border-radius: 0px;
	background-color: #fff;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
}

.breadcrumb {
	font-size: 16px;
	margin-bottom: 0px;
	background-color: transparent;
	padding: 6px 0px;
}

	.breadcrumb li {
		color: #000 !important;
		margin: 0px 5px;
		font-weight: 500;
	}

		.breadcrumb li a {
			color: #000;
		}

	.breadcrumb .active {
		color: #ce9237 !important;
	}

.mini-list {
	color: #333;
	font-size: 1.1em;
	margin-top: 2px;
	text-align: left;
	width: 100%;
}

.contentarea {
	background-image: url(../images/welcome-bg.png);
	padding: 15px 30px 30px 30px;
}

p {
	margin: 0 0 10px;
	/*margin-right: 20px;*/
	font-size: 1.0em;
}

.number-list {
	color: #333;
	font-size: 1.1em;
}

	.number-list ol {
		list-style-type: decimal !important;
	}

	.number-list li {
		color: #333;
		width: 100%;
		padding-left: 10px;
		list-style-type: decimal !important;
		border-bottom: 1px dotted #a5a5a5;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

		.number-list li.lastli {
			border-bottom: 0px !important;
		}

.context_area h4 {
	font-size: 1.2em;
	color: #333;
	margin: 20px 0px;
	font-weight: 600;
}

.mini-list {
	color: #333;
	font-size: 1.1em;
	margin-top: 2px;
	text-align: center;
	width: 100%;
}

	.mini-list ul {
		margin: 0;
		padding: 0;
		list-style: outside none none;
	}

	.mini-list li {
		background: rgba(0, 0, 0, 0) url(../Images/arrow.gif) no-repeat scroll 0 6px;
		border-bottom: 1px dotted #a5a5a5;
		font-weight: normal;
		line-height: 24px;
		list-style-type: none;
		margin-bottom: 10px;
		margin-top: 0;
		padding-bottom: 10px;
		padding-left: 26px;
		padding-top: -2px;
		text-align: left;
		width: 100%;
	}

		.mini-list li.lastli {
			border-bottom: 0px !important;
		}

.border_line {
	border: 1px solid #e1e1e1;
	background-color: #f5f5f5;
	width: 100%;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

.top_gap1 {
	margin-top: -33px;
}

.text-blue {
	color: #4a606c;
}

.inheading {
}

	.inheading h2 {
		font-family: 'Medula One';
		color: #073555;
		font-size: 1.6em;
		display: inline-block;
		padding: 10px 0px;
		margin: 0px;
	}

.incontent {
	padding: 15px;
	min-height: 358px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.pagebody {
	background-image: url(../images/newsbg.jpg);
	background-attachment: fixed;
	background-position: top center;
}

.gray_box5 {
	background-color: #FFFFFF;
	width: 100%;
	padding: 0px;
	float: left;
}

.pad-right-tab {
	padding-right: 5px;
}
.gray_box5 {
	background-color: #FFFFFF;
	width: 100%;
	padding: 0px;
	float: left;
}
.pad-right-tab {
	padding-right: 5px;
}
/*.media1 {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e4e4e4;
	background-image: url(../images/tab1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	width: 106%;
	margin-left: -23px;
	height: 70px;
	margin-bottom: 5px;
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 1199px) {
	.media1 {
		width: 92%;
		margin-left: 58px;
	}
}
.media-body h4 {
	line-height: 17px;
	font-family: 'OpenSans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #fff;
}

.media-heading {
	float: left;
	margin-left: 38px;
}

.top_gap {
	margin-top: 12px;
}
.media2 {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e4e4e4;
	background-image: url(../images/tab2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	width: 106%;
	height: 70px;
	margin-left: -25px;
	margin-bottom: 5px;
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 1199px) {
	.media2 {
		width: 92%;
		margin-left: 23px;
	}
}
.media-heading1 {
	float: left;
	margin-left: 37px;
}
.media-heading2 {
	float: left;
	margin-left: 37px;
	margin-top:15px;
	font-size:15px;
}
.media3 {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e4e4e4;
	background-image: url(../images/tab3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	width: 106%;
	height: 70px;
	margin-left: -27px;
	margin-bottom: 5px;
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 1199px) {
	.media3 {
		width: 92%;
		margin-left: 58px;
	}
}
.media4 {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e4e4e4;
	background-image: url(../images/tab4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	width: 106%;
	height: 70px;
	margin-left: -14px;
	margin-bottom: 5px;
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 1199px) {
	.media4 {
		width: 85%;
		margin-left: 39px;
	}
}
.nopadding {
	padding-right: 0px;
	padding-left: 0px;

}*/
.media1 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e4e4e4;
    background-image: url(../images/Tab_2.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    width: 106%;
    margin-left: -14px;
    height: 70px;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: none;
}
/*@media only screen and (max-width: 1199px) {
	.media1 {
		width: 92%;
		margin-left: 58px;
	}
}*/
.media-body h4 {
	line-height: 17px;
	font-family: 'OpenSans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	color: #fff;
}

.media-heading {
	float: left;
	margin-left: 38px;
}

.top_gap {
	margin-top: 4px;
}

.media2 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e4e4e4;
    background-image: url(../images/Tab_3.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    width: 106%;
    margin-left: -14px;
    height: 70px;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: none;
}
/*@media only screen and (max-width: 1199px) {
	.media2 {
		width: 92%;
		margin-left: 23px;
	}
}*/
.media-heading1 {
	float: left;
	margin-left: 37px;
}

.media-heading2 {
	float: left;
	margin-left: 37px;
	margin-top: 15px;
	font-size: 15px;
}

.media3 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e4e4e4;
    background-image: url(../images/Tab_4.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    width: 106%;
    margin-left: -14px;
    height: 70px;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: none;
}
/*@media only screen and (max-width: 1199px) {
	.media3 {
		width: 92%;
		margin-left: 58px;
	}
}*/
.media4 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e4e4e4;
    background-image: url(../images/Tab_5.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    width: 106%;
    margin-left: -14px;
    height: 70px;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: none;
}

.media5 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e4e4e4;
    background-image: url(../images/Tab_1.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    width: 106%;
    margin-left: -14px;
    height: 70px;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: none;
}

.media6 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e4e4e4;
    background-image: url(../images/Tab_6.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    width: 106%;
    margin-left: -14px;
    height: 70px;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: none;
}
/*@media only screen and (max-width: 1199px) {
	.media4 {
		width: 85%;
		margin-left: 39px;
	}
}*/
.nopadding {
	padding-right: 0px;
	/*padding-left: 0px;*/
}

.abctitle {
	font-size: 2em !important;
	float: left;
	padding-left: 30px;
	padding-top: 15px !important;
}

.abctitle {
    font-size: 2.2em;
    color: #fd7c0a;
    text-decoration: none;
    float: left;
    /* padding-left: 30px; */
    line-height: 29px;
    padding-top: 15px;
    margin-left: 10px;
    padding-left: 0 !important;
    font-weight: 600;
    margin-top: 10px;
}
 
.abctitlelogo {
	margin-top: 10px;
	margin-left: -10px;
}
.abctitle p {
    font-size: 0.8em;
    color: #032850;
    text-decoration: none;
    float: left;
    /* padding-left: 30px; */
    line-height: 29px;
    padding-top: 7px;
    padding-left: 0 !important;
    /*font-weight: 200;*/
}
.banner {
	border: 5px solid #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.2);
	/*min-height: 420px;*/
}
/*SECTION TOP NAV*/
.top-nav {
	background-color: #ededed;
	border: 0px;
	padding: 0px 0px;
	z-index: 50;
	position: relative;
	border-bottom: 0px;
	height: auto;
	font-size: 13px;
	border-image: url("../images/top-border.png") 30 30 30 30 round round;
	border-top: 2px solid transparent;
}
.top-nav .time {
	float: left;
	color: #0f2e5d;
	text-decoration: none;
	padding-top: 4px;
font-size: 13px;
	font-weight: 400;
}

.top-nav .time:before {
	content: "\f017";
	font-family: FontAwesome;
	margin-right: 5px;
}
.top-nav li:n .top-nav li:last-child {
border-right:0px
}
.top-nav ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.top-nav li {
	/* float: left; */
	list-style-type: none;
	padding: 3px;
	display: inline-block !important;
	border-right: 1px solid rgba(0,0,0,.1);
}
.top-nav li:nth-child(1) {
	border-right: 1px solid rgba(0,0,0,.1);
	padding: 5px 3px;
}
.top-nav li:nth-child(2) {
	border-right: 1px solid rgba(0,0,0,.1);
	padding: 5px 3px;
}
.top-nav li:nth-child(3) {
	padding: 4px 3px;
	border: 0px;
}
.top-nav li:nth-child(5) {
	border-right: 1px solid rgba(0,0,0,.1);
	padding: 3px 6px;
}
.top-nav li:nth-child(4) {
	border-right: 1px solid rgba(0,0,0,.1);
	padding: 3px 5px;
	border-left: 1px solid rgba(0,0,0,.1);
}
.top-nav li:nth-child(9) {
	border-right: 0px solid rgba(0,0,0,.1);
	padding: 3px 10px;
	border-left: 0px solid rgba(0,0,0,.1);
}
.fb {
	background-color: #4f80d9;
}
.twit {
	background-color: #31ccff;
}
.youtube {
	background-color: #f52121;
}
.insta {
	background-color: #eb7221;
}
.top-nav li a {
	color: #0f2e5d;
}
.top-nav li img {
	height: 20px;
}
.fontresize {
	font-weight: 600;
	display: block;
	padding: 0px;
	font-size: 15px;
	text-align: center;
}
.search {
	float: right;
	padding: 2px !important;
}
.searchbox {
	width: 200px;
}
.stylish-input-group .input-group-addon {
	background-color: #95661f;
	border: 0px solid #f7efe0;
	color: #fff;
	padding: 0px 0px;
	border-radius: 0px;
}
.stylish-input-group .form-control {
	border-right: 0;
	box-shadow: 0 0 0;
	border-color: transparent;
	border-radius: 0px;
	height: 25px;
}
.stylish-input-group button {
	border: 0;
	background: transparent;
}
.theame {
	font-weight: bold;
	display: block;
	padding: 0px 0px;
	text-align: center;
	border: 1px solid #fff;
	height: 23px;
	width: 20px;
	box-sizing: border-box;
	color: #fff !important;
}
.language a {
	display: block;
	padding: 2px 11px;
	text-align: center;
	box-sizing: border-box;
	color: #fff !important;
	background-color: #95661f;
}
.social {
	font-weight: bold;
	display: block;
	padding: 0px 0px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	height: 23px;
	width: 23px;
	box-sizing: border-box;
}
.top-nav li .default {
	background-color: #95661f;
}
.top-nav li .contrast {
	background-color: #000;
}
.language .dropdown-menu {
	min-width: 80px;
	left: -5px;
	border-radius: 0px;
}
.language .dropdown-menu > li {
	display: block;
	width: 100% !important;
	padding: 0px !important;
	border-bottom: 1px solid #efefef;
}
.language .dropdown-menu li a {
	color: #000 !important;
	text-align: left;
	display: block;
}
.stylish-input-group .input-group-addon {
	background-color: #eda12e;
	border: 1px solid #eda12e;
	color: #fff;
}
.stylish-input-group .form-control {
	border-right: 0;
	box-shadow: 0 0 0;
	border-color: #ccc;
	border-radius: 2px;
}
.stylish-input-group button {
	border: 0;
	background: transparent;
}
.searchbox {
}
.srchtoggle {
	display: none;
	padding: 8px 15px;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}
/*header section*/
.top-middle-sec {
}
.logo {
	padding: 8px 0px;
}

ul#ticker1, ul#ticker2, ul#ticker3 {
	height: 185px;
}
.play-pause {
	color: rgba(8, 8, 8, 0.77);
	cursor: pointer;
	display: inline-block;
	float: right;
	text-align: right;
	margin-top: -23px;
}
.newsticker {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: 241px;
	overflow-x: hidden !important;
}
.logo img {
	max-width:100vw;
}
.uplogo {
	padding: 10px 0px;
}
.uplogo img {
	max-width: 100%;
}
.menusection {
    background-color: #0c4f99;
    padding: 1px 0px;
    z-index: 999;
}
.navbar-inverse {
	background-color: transparent;
	border: 0px;
	margin-bottom: 0px;
	min-height: 24px;
	width:100% !important;
}
@media only screen and (max-width: 1199px) {
	.navbar-inverse {
		width: -50px !important;
	}
}
.news .foot{
	padding:10px 15px 0px 15px;
	border-top:1px solid #eee;
}
.dropdown > a:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	margin-left: 6px;
}
.home > a::after {
	content: "\f015";
	font-family: "FontAwesome";
}
.dropdown-menu .has-submenu:after {
	font-family: "FontAwesome";
	content: "\f0da";
	position: absolute;
	right: 8px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-size: 1.1em;
	font-weight: 400;
}
.navbar-inverse .navbar-nav > li:nth-child(1) a {
	font-size:26px;
	padding:12px 12px;
	border-left: 0px
}
 
.navbar-nav > li {
	border-right: 1px solid #ffffff33;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #fd7c0a;
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #fe7c0a;
    color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #fe7c0a;
    color: #fff;
}
.navbar-nav > li > a {
    padding: 12px 10px;
    /*padding: 12px 16px;*/
}
.dropdown-menu {
	border-radius: 0px !important;
	width: 180px;
	padding: 0px;
}
.dropdown-menu li {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.dropdown-menu li:last-child {
	font-size: inherit;
	border-bottom: 0px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #eaeaea !important;
	color: #0f2e5d !important;
	text-decoration: none;
}
.dropdown-menu > li > a {
	font-weight: 400;
}
.btn {
	position: relative;
	border-radius: 0px;
	overflow: hidden;
}
.btn:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 58px solid rgba(255,255,255,.1);
	border-right: 115px solid transparent;
	position: absolute;
	left: 0;
	top: 0px;
}
.otherlogo{float: right; padding: 10px 0px;} 
.otherlogo img{ max-width:100vw; display:inline-block; margin:0px 5px;}
#counternum{ padding-bottom:20px;}
.impact{ list-style:none; margin:0px; padding:0px;}
.impact li{ text-align:center; background: #ffffff;
background: -moz-linear-gradient(left, #ffffff 0%, #f4f4f4 100%);
background: -webkit-linear-gradient(left, #ffffff 0%,#f4f4f4 100%);
background: linear-gradient(to right, #ffffff 0%,#f4f4f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 ); min-height:152px;}
.impact .count-title{font-family:'ZCOOL QingKe HuangYou', cursive; color:#e16600;}
.impact li .count-text{ font-size:1em; font-weight:600;}
.leader {
	margin-top: 5px;
	margin-left: -9px;
	padding: 0px;
	list-style: none;
	width: 106%;
}
.leader li{ display:table; width:100%; border:1px solid #dcdcdc; margin:0px auto 20px auto; padding:15px; text-align:center;} 
.leader li .cell-1,.leader li .cell-2{ display:table-cell; vertical-align:middle;}
.leader li .cell-1{ width:30%;}
.leader li .cell-1 img{ max-width:100%; border-radius:50%; border:3px solid #ccc;} 
.leader li .cell-2{ }
.leader li .cell-2 h4{ margin-top:0px; color:#25668a; text-transform:uppercase;}
.leader li .cell-2 p{ margin-bottom:0px; font-size:.9em; font-weight:600;}
.welcome{ border:1px solid #dcdcdc; position:relative; padding:23px 15px 23px 17%; margin-left:15%; min-height:295px;}
.welcome h1{ font-weight:600; color:#25668a; margin-top:0px; font-size: 1.7em; text-transform: uppercase; }
.cmphoto{background-image:url(../images/cmbg.html); background-repeat:no-repeat; background-position:center; padding:15px; border:1px solid #dcdcdc; position:absolute; left:-112px; top:22px; text-align:center; max-width: 210px;}
.cmphoto h4{ text-transform:uppercase; font-weight:600; color:#000;}
.cmphoto p{ font-size:.9em; font-weight:600;}
.cmphoto img{ border-radius:50%; width:70%; border:3px solid #fff;}
#activity{ background-color:#d9e3e9; padding:20px 0px;}
.et-run .fa:before {
content: "\f04c" !important;
}
/*.news {
	 padding:0px;
}
.vticker {
	height: 354px !important;
	margin-bottom: 15px;
	background-color:#fff;
} 
.vticker .arw, .vticker .dtype, .vticker .fa-file-pdf-o {
	display: none;
}
.vticker .dsize {
	font-size: .8em;
	color:#352961 !important; margin-top:5px;
}
.vticker .dsize:before {
	content: "\f1c1";
	color: #D32F2F;
	font-family: FontAwesome;
}
.vticker ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width:100%;
}
.vticker ul li {
	border-bottom: 1px solid rgba(0,0,0,.1);
	position: relative;
	padding: 10px 10px 10px 85px; background-color:#fff; margin-bottom:10px !important;
/*	height:63px;
}*/
/*.vticker ul li:before {
	content: url(../images/small-calendar.png);
	position: absolute;
	background-color:#ce9237;
	padding: 15px;
	left: 0; height:100%; top:0px;
}
.vticker ul li a {
	display: block;
	color: #2a2a2a;
	font-weight:600;
}
.vticker ul li span {
	display: block;
}
.vticker ul li .ndate {
	color: #002359;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 600;
}
.vticker ul li .dsize {
	color: #666;
	font-size:0.80em;
}
.news .scroll {
	max-height: 374px;
	overflow-y: scroll;
	overflow-x: hidden;
}*/
#activity .title {
	position: relative; margin-bottom:20px;
}
#activity .title:after {
	position: absolute;
	width: 40%;
	height:2px;
	background-color:rgba(0,0,0,.2);
	content: "";
	z-index: 0;
	left: 0;
	margin: 0px auto 0px auto;
	bottom:0%;
}
#activity .title svg {
	height: 30px;
	margin-right: 10px; fill:#dc3545; float:left;
}
#activity .title h4 {
	font-weight: 800;
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-bottom: 10px;
	color: #333;
	text-transform:uppercase;
	font-size: 1.6em;
}
#activity span.btnview{ display:flex}
#activity span.btnview a{background:#4a606d;padding: 10px 15px;color:#FFF;text-transform:uppercase;font-size: 1.1em;}

#activity .title span.avpause{position:absolute;right: 0px;top: 20px;}
#activity .title span.avpause a{ color:#4a606d}



.scheme {box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);margin-bottom: 20px;}

.scheme .tab .nav-tabs{position: relative;border-bottom: none;background:#26668a; display:table; width:100%;}
.scheme.tab .nav-tabs li{ margin:0; margin-bottom:0px !important; display:table-cell;}
.scheme .tab .nav-tabs li a{display: block;padding: 12px 21.3px;background:none;font-size: 1.2em;font-weight: 500;color: #ffffff;text-align: center;border-radius: 0;border: none;margin-right: 0;overflow: hidden;z-index: 1;position: relative;transition: all 0.3s ease 0s;}
.scheme .tab .nav-tabs li a:after{  content: ""; width: 100%; height: 100%; background: #e9e9e9; position: absolute; top: 0;
    left: 0; z-index: -1; perspective-origin: 50% 100%; transform: perspective(900px) rotate3d(1, 0, 0, 90deg); transform-origin: 50% 100% 0; transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;}
.scheme .tab .nav-tabs li a.active:after{background: #ce9337;transform: perspective(900px) rotate3d(1, 0, 0, 0deg);}
.scheme.tab .nav-tabs li.active a,
.scheme .tab .nav-tabs li a:hover{color: #ffffff;border: none;}
.scheme .tab .tab-content{padding: 20px;background: #ffffff;font-size: 15px;color: #757575;line-height: 26px;min-height: 297px;}
.scheme .tab .tab-content h3{ font-size: 24px; margin-top: 0;}

.stategovernment .nano .nano-content ul{ padding:0px; margin:0px}
.stategovernment .nano .nano-content ul.list {list-style: none;margin: 0px;padding: 0px;}
.stategovernment .nano .nano-content ul.list li {position: relative;padding: 5px 5px 5px 28px;text-align: justify;}
.stategovernment .nano .nano-content ul.list > li {border-bottom: 1px solid #f3f3f3;line-height: 20px;}
.stategovernment .nano .nano-content ul.list > li a{display:block;text-decoration: none;font-size: 1.1em;color: #2d2d2d;font-weight: 500;}
.stategovernment .nano .nano-content ul.list .arw,.stategovernment .nano .nano-content ul.list .fa,.stategovernment .nano .nano-content ul.list .dtype{ display:none;}
.stategovernment ul.list > li span.dsize{font-size: 0.9em;color: #2d2d2d;}
.stategovernment ul.list > li p.ndate{display:block;font-size: 0.9em;color: #2d2d2d; font-weight:bold;}
.stategovernment ul.list li h4 {margin: 0px;}
.stategovernment ul.list li:last-child {border-bottom: none;}
.stategovernment ul.list > li:before {content:"\f0f6";font-family: 'FontAwesome';position: absolute;left: 0px;color: #ce9337;}
.stategovernment ul.list ul {margin: 8px 0px 0px 0px;padding: 0px;list-style: none;}
.stategovernment ul.list ul li {padding: 6px 0px 6px 15px;position: relative;}
.stategovernment ul.list ul li:before {content: "\f0c8";position: absolute;left: 3px;font-family: FontAwesome;color:#bb3245;font-size: 6px;margin-top: 3px;}
#stategovernment span.btnview, #CentrallySponsored span.btnview, #Scholarships span.btnview {
    position: absolute;
    bottom: -40px;
    left: 15px;
}

#usefull {
    padding: 10px 0px;
    background-image: linear-gradient(to bottom, #0c4f99 40%, #ffffff 39%);
    margin-bottom: 10px;
}

.ourser_wrap{ position:relative;}
.ourser_wrap .linkstitle{ position:absolute; transform: rotate(-90deg);
	transform-origin: left top 0; text-align:center; text-transform:uppercase; font-size:2.3em; font-weight:800; bottom:-25px; letter-spacing:3px; color:#d5d5d5;
left: -64px;
top: auto;}
.highlight-links {
	
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	display: flex;
}
.highlight-links ul {
	list-style: none;
	margin: 0;
	padding: 0; width: 100%;
}
.news-item:nth-child(odd) {
	border-left: 3px solid #58bccb;
}

.stopped {
	margin-top: 0px !important;
}
.newsticker .arw {
	display: none;
}
.news-item:nth-child(even) {
	border-left: 3px solid #e8c55a;
}
.newsticker .adtext {
	color: #000;
	display: inline-block;
}
.bodyhead {
	margin-top: -10px;
	margin-bottom: -15px;
}
.gray_box3 {
	float: left;
	width: 100%;
}
.yellowline {
	background-color: #eda007;
	width: 100%;
	height: 4px;
}
.fo_black {
	color: black;
}
.fo_sz4 {
	font-size: 1em;
}








.thumbnail {
	margin-bottom: 5px;
}

.thumbnail {
	margin-bottom: 10px;
	line-height: 1.1;
	border-radius: 0px;
}

#section-portfolio {
	text-align: center;
	position: relative;
}

	#section-portfolio .portfolio-item {
		margin: 0px;
		overflow: hidden;
		display: block;
		position: relative;
		cursor: pointer;
	}

.portfolio-item a {
	color: White;
}

#section-portfolio .portfolio-item img {
	transition: 0.6s ease-out;
	transform: translateX(0px);
	-webkit-transition: all 0.6s ease-out;
	-webkit-transform: translateX(0px);
}

#section-portfolio .portfolio-item .hover-overlay1 {
	background-color: #ce9237;
}

#section-portfolio .portfolio-item:hover .hover-overlay1 {
	transform: translateX(-30%);
	-webkit-transform: translateX(-30%);
}

#section-portfolio .portfolio-item:hover img {
	transform: translateX(70%);
	-webkit-transform: translateX(70%);
}

.more {
	float: right;
	width: auto;
	margin: 0px;
	padding: 0px;
	clear: right;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

#section-portfolio .portfolio-item .hover-overlay1 {
	padding: 15px 5% 0px 35%;
	transition: 0.6s ease-out;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	-webkit-transition: all 0.6s ease-out;
	-webkit-transform: translateX(-100%);
}

#section-portfolio .portfolio-item p {
	text-align: left;
	font-size: 17px;
	color: rgb(255, 255, 255);
	line-height: 20px;
}

.online-grievances {
	float: left;
	padding-top: 3%;
	padding-bottom: 1%;
	background-image: url(../images/childlabour.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 5%;
	width: 100%;
	height: 70px;
	text-decoration: none;
}

	.online-grievances h4 {
		line-height: 12px;
		font-family: 'OpenSans', sans-serif;
		font-size: 15px;
		font-weight: 600;
		text-align: left;
		margin-bottom: 1px;
		color: #fff;
	}

	.online-grievances a {
		font-size: 12px;
		color: #00f2ec;
		text-decoration: none;
	}

.bodyhead {
	margin-top: -10px;
	margin-bottom: -15px;
}

.gray_box3 {
	float: left;
	width: 100%;
}

.yellowline {
    background-color: #fd7c0a;
    width: 100%;
    height: 4px;
}

.fo_black {
	color: black;
}

.fo_sz4 {
	font-size: 1em;
}

.gray_box {
	background-color: #E4E4E4;
	width: 100%;
	padding: 8px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}

.gray_box6 {
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #DFDFDF;
	float: left;
}

.btn-col {
	float: left;
	width: 100%;
}

.color_btn1 {
	float: left;
	background-image: url(../images/circular.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 33%;
	text-transform: capitalize;
	text-align: center;
	font-weight: normal;
	color: #222;
	padding: 36px 5px 5px 5px;
	background-color: #7d8c9a;
	background-color: #fff;
	font-size: 1.0em;
	text-decoration: none;
	border-right-width: 1px;
	line-height: 15px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	transition: 0.4s all;
	-webkit-transition: 0.6s all;
	-moz-transition: 0.6s all;
	-o-transition: 0.6s all;
	outline: none;
	cursor: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.color_btn2 {
	float: left;
	background-image: url(../images/rti.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	width: 34%;
	text-transform: capitalize;
	text-align: center;
	font-weight: normal;
	color: #222;
	padding: 36px 5px 5px 5px;
	background-color: #f5f5f5;
	font-size: 1.0em;
	line-height: 30px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	transition: 0.4s all;
	-webkit-transition: 0.6s all;
	-moz-transition: 0.6s all;
	-o-transition: 0.6s all;
	outline: none;
	cursor: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bannerQuick {
	border: 5px solid #fff;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
	min-height: 205px;
	margin-top: 43px;
	margin-left: 1px;
	margin-right: 1px;
}
.color_btn3 {
	float: left;
	background-image: url(../images/tender.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 33%;
	text-transform: capitalize;
	text-align: center;
	font-weight: normal;
	color: #222;
	padding: 36px 5px 5px 5px;
	background-color: #fff;
	font-size: 1.0em;
	line-height: 15px;
	text-decoration: none;
	transition: 0.4s all;
	-webkit-transition: 0.6s all;
	-moz-transition: 0.6s all;
	-o-transition: 0.6s all;
	outline: none;
	cursor: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

	.color_btn3:hover {
		background-image: url(../images/tender-h.png);
		background-repeat: no-repeat;
		background-position: center 5px;
		padding: 36px 5px 5px 5px;
		background-color: #7d8c9a;
		color: #fff;
		text-decoration: none;
	}

.color_btn2:hover {
	background-image: url(../images/rti-h.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	padding: 36px 5px 5px 5px;
	background-color: #7d8c9a;
	color: #fff;
	text-decoration: none;
}

.color_btn1:hover {
	background-image: url(../images/circular-h.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	padding: 36px 5px 5px 5px;
	background-color: #7d8c9a;
	color: #fff;
	text-decoration: none;
}
.box_paddingL {
	margin-left: -22px;
	padding-right: 0;
}
/*@media only screen and (max-width: 1199px){
	.box_paddingL {
		margin-left: 60px;
	}
}*/
.box_blue a {
	background-color: #2e4b90;
	padding: 9px;
	float: left;
	color: #FFF;
	line-height: 28px;
	margin-bottom: 4px;
	width: 105%;
	margin-left: -12px;
	/* width: 454px; */
}
header img {
	position: relative;
	z-index: 0;
}

/*img {
	max-width: 100%;
}*/
.box_paddingR {
	padding-left: 0;
	padding-right: 15px;
	margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
	.box_paddingR {
		padding-right: 30px;
	}
}
.site-logo{
	width:30px;
}

/*@media only screen and (max-width: 1199px) {
	.box_blue a {
		width:470px;
	}
}*/
.box_red a {
	background-color: #ce9237;
	padding: 7px;
	float: right;
	color: #FFF;
	line-height: 34px;
	width: 106%;
	margin-right: -12px;
	margin-bottom: 4px;
}
/*@media only screen and (max-width: 1199px) {
	.box_red a {
		width: 470px;
	}
}*/
.online-grievances {
    float: left;
    padding-top: 10%;
    padding-bottom: 1%;
    background-image: url(../images/upagrees.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding-left: 5%;
    width: 100%;
    height: 190px;
    text-decoration: none;
}

.online-bottom {
	margin-bottom:-60px;
}





.news-item {
	margin: 0px 0px 6px 0px;
	padding: 6px 11px;
	background-color: #F8F8F8;
	border: 1px solid #eee;
	border-radius: 2px;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
}
.highlight-links ul li {
	float: left;
	box-sizing: border-box;
	border-top: 0 solid rgba(0,0,0,.2);
	border-right: 0 solid rgba(0,0,0,.2);
	border-bottom: 10px solid #c78e35;
	border-left: 0 solid rgba(255,255,255,.4);
	width: 17.36%;
	background: #fff;
	text-align: center;
	box-sizing:border-box;
	margin: 0px 15px;
	border-radius: 15px;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	min-height: 205px;
}
.highlight-links ul li a {
	display: block;
	padding: 10px 10px;
	font-size: 1.2em;
	transition-duration: .3s;
	color: #3f3f3f;
	font-weight: 700;
}
.highlight-links ul li a svg{height: 57px;fill: #256789;transition-duration:.3s;}
.highlight-links ul li a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #000;
}
.highlight-links ul li a:hover svg{fill:#fff;}
.highlight-links li .icons {
	padding: inherit;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	display: block;
	margin-right: 15px;
	margin: 11px auto 10px auto;
	background: transparent;
	border: 0px solid #e6e6e6;
	color: #ddd;
}
.highlight-links ul li a:hover .icons {
	background-color: #256789;
	/* border-color: #ffffff; */
	/* transition: .3s all; */
}
.highlight-links li .icons img {
	height: 28px
}
.highlight-links h2.serfxd {
	position: absolute;
	background: #fff;
	padding: 3px 11px;
	top: -33px;
	z-index: 9999;
	left: 30px;
	font-weight: 900;
	font-size: 28px;
	text-transform: uppercase;
	color: #3e3e3e
}

#usefull .ourser_wrap .linkstitle1 h2{color:#FFF;font-weight: 600;font-size: 2em;margin: 15px 0px 30px 0px;}




.brand-items{list-style:none;margin: 10px 0px 0px 0px;padding:0px;overflow:hidden;display:table;width:100%;}
.brand-items .owl-wrapper-outer{display:table; width:100%;}
.brand-items li {
	list-style: none;
	padding: 0px 14px;
}
 .brand-items li img{ max-width:100%;}
 
.brand-items .owl-buttons { display:none;
 
}





footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(to top, #0c4f99 92%, #ffffff 31%);
} 
.footer-link {

	padding: 40px 0px;
	color: #fff;
}
.footerbtm {
    background: #fd7e15;
    padding: 15px 0px;
    color: #fff;
    font-size: 0.8em;
}
.ftleft {
	width: 100px;
	height: 40px;
	background: #24292c;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.ftleft:before {
	border-bottom: 49px solid #24292c;
	border-right: 45px solid transparent;
	content: "";
	height: 0;
	right: -45px;
	position: absolute;
	top: 0px;
	width: 0;
}
.footer-link {
	padding: 15px 0px 20px 0px;
	color: #eae8e8;
	font-weight: 400;
	font-size:0.9em;
	position: relative;
}
	.footer-link h4 {
		color: #fff;
		margin: 0px 0px 3px 0px;
		padding: 0px 0px 0px 0px;
		border-bottom: 0px solid #fff;
		/* text-transform: uppercase; */
		font-weight: 500;
		font-size: 1.5em;
	}
.footer-link h5 {
	text-transform: uppercase;
	font-weight: bold;
}
.footer-link ul, .footer-bottom ul {
	margin: 0px;
	padding: 15px 0px !important;
	list-style: none;
}
.footer-link li a {
	display: block;
	padding: 5px 0px 5px 15px;
}
.footer-link li a:before {
	/*background: url(../images/ftarrow.png) left no-repeat;*/
	content: "";
	font-family: FontAwesome;
	margin-right: 6px;
	width: 9px;
	font-size: 12px;
	position: absolute;
	left: 0;
	height: 10px;
	top: 8px;
}
.footer-link a {
	color: #d0d0d0;
	position: relative;
}
.footer-link a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-bottom li a, .footer-bottom a {
	color: #000;
}
.footer-bottom li {
	display: inline-block;
	padding: 0px 6px;
	border-right: 1px solid #142659;
}
.footer-bottom li:first-child {
	padding-left: 0px;
}
.footer-bottom li:last-child {
	border-right: 0px solid #142659;
}
.policylink{ column-count:3;}
.policylink li{ padding:5px;}
.policylink li a{ display:block; border:1px solid rgba(255,255,255,.2); background-color:rgba(0,0,0,.1); transition-duration:.3s;}
    .policylink li a:hover {
        background-color: #fd7e15;
        color: #fff;
    }
.banFxd {
	position: fixed !important;
	width: 100% !important;
	left: 0px;
	right: 0px;
	margin: 0px auto !important;
	z-index: 0 !important;
	top: 0px;
}
.eventcard, .eventcard, footer {
	position: relative;
	z-index: 5;

}
.greysection{
	position: relative;
	z-index: 5;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.footerbtm a {
	color: #ffff9d;
}
.footer-link ul{margin-left:0px;padding: 0px;}
.footer-link ul.ft_conDetails li {
	margin-bottom: 5px;
	position:relative;
}
.footer-link ul.ft_conDetails li img{ float:left; height:70px; margin-right:10px;}
.footer-link ul.ft_conDetails li svg {
	float: left; height:25px; fill:#fff; position:relative; margin-left:10px;  margin-right:10px;
}

.search-inline {
	width: 100%;
	left: 0;
	padding-left: 15px;
	padding-right: 15px;
	top: 0;
	height: 45px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: #ececec;
	z-index: 99999;
	transition: all .5s ease-in-out;
}
.search-inline.search-visible {
	opacity: 1;
	visibility: visible;
	animation: fadeInDown 0.4s ease-in-out;
}
.search-inline button[type="submit"] {
	position: absolute;
	right: 52px;
	top: 0;
	background-color: transparent;
	border: 0px;
	top: 0;
	right: 80px;
	padding: 0px;
	cursor: pointer;
	width: 80px;
	height: 99%;
	background:#352961;
	color: #fff;
}
.search-inline .form-control {
	border: 0px;
	padding-left: 0;
	font-size: 2rem;
	position: absolute;
	left: 1%;
	top: 0;
	height: 100%;
	width: 99%;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	outline: none;
}
.search-inline .search-close {
	position: absolute;
	top: 0;
	right: 0;
	color: #616161;
	width: 80px;
	height: 100%;
	text-align: center;
	display: table;
	background: #efefef;
	text-decoration: none;
}
.search-inline .search-close i {
	display: table-cell;
	vertical-align: middle;
	color:
#fff;
background:
#dc3545;
}
.search-inline .form-control {
	display: block;
	width: 100%;
	padding: 0px 0px;
	font-size: 1em;
	line-height: 1.5;
	color: #007c7c;
	background-color: #efefef;
	background-clip: padding-box;
	border: 1px solid #efefef;
 border-radius: .25rem;
	font-weight: 300;
	transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}
 @keyframes fadeInDown {
 from {
 opacity: 0;
 transform: translate3d(0, -20%, 0);
}
to {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
}

 

.implink-wrap{ position:relative; padding:40px 0px 30px 0px; background-color:#f1f3f8;}
.implink-wrap .busheading h2 {
    color:#352961;
    position: absolute;
    background:#f1f3f8;
    left: 34%;
    top: -25px;
    text-transform: uppercase;
    font-weight: 800;
    font-size:1.7em;
    letter-spacing: -1px;
    padding-right: 30px;
    padding-left: 30px;
}
.implink-wrap .busheading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}




.filtr-container {min-height:327px !important}
.strip {
    position: relative;
    z-index: 6;
    height: auto;
    overflow: hidden;
    background-color: #fd7e15;
    border: 1px solid rgba(255,255,255,.1);
}
.strip .left{z-index:3;padding:15px;color:#fff;font-weight: 500;text-align: right;font-size:0.9em;}
.strip .right{z-index:4;padding: 0px 0px 0px 15px;color:#fff;font-weight:300;}
.strip .right h3 {font-size: 1.6em;text-align: left;margin-top: 10px;display: inline-block;margin-right: 4px;}
/*.strip .right::before {
    background-image: url(../images/ribbon-corner-2.png);
    content: '';
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    left: -36px;
	top: 0px;
	width: 38px;
	z-index: 10;
	height: 117px;
}*/
.social-network li a::before{content:normal;}
.strip .right .btn{border:0px solid #fff; background-color:#ff5405; color:#fff; border-radius:25px; padding:8px 20px;}
.strip .right .btn:hover{background-color:#fe702e;}


ul.social-network {
	list-style: none;
	display: block;
	padding: 0;
	margin: 9px 0px 0px 0px;
	display: inline-block;
}
ul.social-network li {
	display: inline-block;
	margin: 0px 4px 0px 0px;
}
.social {
    padding: 20px;
    border-radius: 2px;
    color: #fff;
    height: auto;
    overflow: hidden;
}
.social h2 {
    margin: 6px 0 0 0;
    padding: 0px;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
}
 
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	text-align:center;
	width: 32px;
	height: 32px;
	border: 1px solid #ffffff;
	font-size: 20px;
	border-radius: 50%;
	/* box-shadow: -2px -2px 1px rgba(0,0,0,.2), 1px 1px 2px rgba(0,0,0,.3) inset; */
	box-sizing:border-box;
	padding: 0px;
}
.social-circle li i {
	margin: 0;
	line-height:35px;
	text-align: center;
	color: #ffffff;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.icoFacebook {
	background-color: transparent;
	color: #ffffff !important;
}
.icoTwitter {
	background-color: transparent;




	color: #182030 !important;
}
.icoRss {
	background-color:rgba(255,255,255,.2);
	color: #182030 !important;
}
.icoGoogle {
	background-color:rgba(255,255,255,.2);
	color: #182030 !important;
}
.icoLinkedin {
	background-color: transparent;
	color: #ffffff !important;
}
.icoYoutube {
	background-color: transparent;
	color: #182030 !important;
}
.social-network a.icoRss:hover {
	background-color: #F56505;
	color: #fff !important;
}
.social-network a.icoFacebook:hover {
	background-color: none;
	color: #3f3f3f !important;
}
.social-network a.icoTwitter:hover {
	background-color: transparent;
	color: #3f3f3f !important;
}
.social-network a.icoGoogle:hover {
	background-color: #BD3518;
	color: #fff !important;
}
.social-network a.icoVimeo:hover {
	background-color: #0590B8;
	color: #fff !important;
}
.social-network a.icoLinkedin:hover {
	background-color: transparent;
	color: #fff !important;
}
.social-network a.icoYoutube:hover{
	background-color: transparent;
	color: #fff !important;
}
.rightborder{
    border-left: 1px solid #5e5e5e;
    border-right: 1px solid #5e5e5e;
}
.footer-link .footermiddle{margin-left: 98px;margin-top: 20px;}
.footer-link ul.ft_conDetails li strong.text-warning{color: #ffc05d;}
.internal-banr{position:relative;background:url(../images/bg-diagonal-lines-light.html) repeat;min-height: 161px;}
.internal-banr img{width:100%; position:relative;}
.pagetitle{position:absolute;right:0;left:0;margin:0px auto;top: 0%;text-align:center;padding-top: 39px;}
.pagetitle h1{font-family:'Exo 2', Arial, Helvetica, sans-serif;color:#25668a;font-weight: 700;font-size: 2em;padding: 0px;margin: 0px;}
.pagetitle .breadcrumb {
    margin:0px;
    font-size: 14px;
    background-color: transparent;
    border-bottom:0px solid #eee;
    font-weight: 600;
}
.pagetitle .breadcrumb li a, .pagetitle .breadcrumb li{color: #000; padding:3px;}
.in-container { overflow:hidden;
   background-color: #fff;
   min-height:600px;
   margin-top: -22px;
   padding:15px 20px;
   color: #2c2c2c;
   position: relative;
   box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.11); margin-bottom:25px; border-radius:8px; border-top:3px solid #ce9237;
}



.inner-banner{position:relative; background-color:#06F; min-height:500px; background-image:url(../images/bg-diagonal-lines-light.html); background-position:center; background-size:cover;}
.inbg{ /*background-color:#F6F6F7;*/}
.incontent{padding:0px 0px 0px 25px;}
.incontent h1{ font-size:3.2em; margin-top:0px; position:relative; color:#9C0029; display:inline-block; font-weight:bold; margin-bottom:20px;}
 
.breadcrumb > li + li::before {
    content: unset;
}
.incontent h2{color:#000; font-weight:600;}
.incontent h3{ color:#000; font-weight:600;}
.filter-box{width:100%;border-collapse:collapse;margin:12px auto;color:#000}
.filter-box td{background-color:#ececec;padding:8px}
.filter-box input[type=submit]{background:#ce9237;border:0 solid red;color:#fff;padding:7px 10px;width:100%}
.filter-box input[type=text]{border:1px solid #b3b3b3;padding:5px;width:100%;height:35px;color:#000}
.filter-box select{border:1px solid #abaaaa;padding:5px;width:100%;height:35px!important;color:#000}
.serial{counter-reset:Serial}
.serial tr td:first-child{text-align:center}
.serial tr td:first-child::before{content:"" counter(Serial,decimal);counter-increment:Serial}
table thead th{background:#d09a06;color:#fff;font-weight:normal}
table th{background:#4a606c;color:#fff;font-weight:600;}
table th a,table th a:hover{color:#fff;}
table td a{ color:#000;}
/*ul.list{padding:0}
ul.list{margin:0 0 15px 0;padding:0;list-style:none}
ul.list li{line-height:25px;padding-left:25px;margin-bottom:6px}
ul.list li ul li{line-height:26px;padding-left:15px;margin-bottom:6px;position:relative}
ul.list li:before{content:"\f061";font-family:'FontAwesome';color:#0f2e5d;font-size:14px;margin-left:-30px;margin-right:6px;padding:2px 5px;width:20px;height:20px;box-sizing:border-box}
ul.list ul{margin:5px 10px 5px 17px;padding:0;list-style:none}
ul.list ul li:before{content:"\f105";font-family:'FontAwesome';color:#0f2e5d;font-size:18px;margin-left:-29px;margin-right:6px;border:0 solid #03356e;border-radius:50%;padding:0;width:0;height:0;box-sizing:border-box;position:absolute}
*/.portfolio{background:linear-gradient(90deg,#fff 50%,#fff 50%);padding:6%;text-align:center;position:relative;min-height:400px}
.archive.btn{ display:block; background-color:#25668a; border-color:#25668a;} 
.pdf-size:before,.rar-size:before,.word-size:before{font-family:FontAwesome;margin:0 5px}
.pdf-size{font-size:12px;color:#4a606c;display:block}
.pdf-size img{display:none}
.pdf-size:before{content:"\f1c1";color:#d32f2f}
.word-size{font-size:12px;color:#000;display:block}
.word-size:before{content:"\f1c2";color:#d32f2f}
.rar-size{font-size:12px;color:#000}
.rar-size:before{content:"\f1c6";color:#d32f2f}
.menu>ul>li>a{display:block;font-weight:400;font-size:1.3em;padding:8px 13px;pointer-events:none;background-color:#d09a06;color:#fff;font-weight:600;pointer-events:none}
.sitemap{margin:0 15px}
.sitemap h4{margin-bottom:20px}
.sitemap ul{background:url(../images/site_map_ul.gif) 0 -5px repeat-y!important;list-style-type:none!important;margin:0!important;padding:0 5px 4px 6px!important;position:relative!important}
.sitemap ul li{background:url(../images/site_map_list.gif) -5px 4px no-repeat!important;line-height:16px!important;padding:0 0 0 10px!important;font:700 10pt arial;margin:10px 0;text-align:left}
.sitemap ul li a{background-color:#f4f4f4;border:1px solid #e5e5e5;color:#000!important;display:inline-block;padding:8px;border-radius:18px;transition-duration:.3s}
.sitemap ul li a:hover{background-color:#ce9237;border:1px solid #d09a06;color:#fff!important;padding-left:9px;text-decoration:none}
.sitemap ul li ul{padding-bottom:1px}
.sitemap ul li ul li{font:10pt arial}
.search-result{list-style:none;margin:0;padding:0}
.search-result li{border:1px solid #eee;padding:5px 10px!important;transition:all .2s ease 0s;margin-bottom:10px}
.search-result li a{color:#03F}
.search-result li:hover{box-shadow:0 0 5px rgba(0,0,0,.2)}
.search-result .local{color:#271def;display:block;font-size:1.18em}
.search-result .local:hover{color:#271def}
.search-result span{color:#006621;display:block;font-size:.85em}
.search-result p{margin:5px 0;color:#333;font-size:.9em}
.incontent h3{ color:#444444; font-size: 1.6em; font-weight: 600;  margin: 20px 0; text-align: center;
background: url(../images/line.html) 0 center repeat-x;}
.incontent h3 span { background:  #fff none repeat scroll 0 0;  padding: 0 15px;}
ul.list { padding:0px; margin:0px;} 
ul.list li{ position:relative; padding-left:24px; list-style:none;margin-bottom: 6px;}
ul.list li:after{ top:5px; position:absolute; content: "\f192";font: normal normal normal 14px/1 FontAwesome; left:0px;color: #979797;}
ul.list ul{padding:0px}
ul.list ul li{ position:relative; padding-left:20px; list-style:none}
ul.list ul li:after{ top:7px; position:absolute; content: "\f054";font: normal normal normal 14px/1 FontAwesome; left:0px;color: #979797;}
.accordion .panel-heading {position:relative;background-color: transparent;border-color: transparent;border-radius: 0;padding: 10px 15px;}
.accordion .panel-heading h4 { text-transform: none;  border: none;  font-size: 1.1em; padding-bottom: 0; font-weight: 400;}
.accordion .panel-heading h4 a {display: block}
.accordion .panel-heading h4 a i.glyphicon{padding: 5px;font-size: 9px;border-radius: 50%;position: absolute;top: 10px;right: 10px;}
.accordion .panel-heading a:focus, .accordion .panel-heading a:hover {text-decoration: none}
.btn-info {
    color: 
#fff;
background-color:
#4a606c;
border-color:
    #4a606c;
}
.btn-info:hover {
    color: 
#fff;
background-color:
#d09a06;
border-color:
    #d09a06;
}
.pdf-size {
	font-size: 12px;
	color: #000;
	display: block
}
.pdf-size:before {
	content: "\f1c1";
	color: #D32F2F
}
.word-size {
	font-size: 12px;
	color: #000;
	display: block
}
.word-size:before {
	content: "\f1c2";
	color: #D32F2F
}
.rar-size {
	font-size: 12px;
	color: #000
}
.rar-size:before {
	content: "\f1c6";
	color: #D32F2F
}
.pdf-size::before, .rar-size::before, .word-size::before {
    font-family: FontAwesome;
    margin: 0 5px;
}
.leftpading0{ padding-left:0px}



.bords {list-style: none;margin: 0px;padding: 0px;}
.bords li {padding-left: 15px;margin-bottom: 15px;}
.bords li::before {content: close-quote !important;width: 0;height: 0;display: none;}
.bords .s-profile {border-bottom: 2px solid #F3AC17;box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);margin: 0px 0 15px 0;padding:15px 0px 0px 0px;font-size:1em;min-height: 245px;}
.bords .chairmen {min-height: 140px;}
.bords.min-hei .chairmen {min-height: 188px;}
.bords .s-profile table {border-collapse: collapse;width: 100%;}
.bords .s-profile table td {border-bottom: 1px solid #efefef;padding: 10px;vertical-align: top;font-family: 'Alegreya Sans', sans-serif;}
.bords .man-des table td {font-size:12px;}
.bords .s-profile table tr:last-child td {border-bottom: 0px solid #efefef;}
.profilepic img {max-width: 100%;border-radius: 0%;border: 0px solid #ffffff;box-shadow: 0px 0px 25px rgba(0,0,0,.2);    }


blockquote { font-size: 1.1em !important;}


 
 .thumbbox { margin-bottom:15px;
	background-color: #fff;
	border-radius: 8px;
	display: table;
	width: 100%;
	border: 3px solid #fff;
}
 .thumbbox a{ text-decoration:none;}
.thumbbox .thumbtitile {
	display: table-cell;
	padding: 8px;
	vertical-align: middle;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
}
.thumbbox .thumbicon {
	display: table-cell;
	width: 32%;
	padding: 8px;
}
.thumbbox .thumbicon img {
	max-width: 100%;
}
.thumbbox:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
}
.purplebg {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dbbcfb+0,855bf0+100 */
	background: #dbbcfb; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #dbbcfb 0%, #855bf0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #dbbcfb 0%, #855bf0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #dbbcfb 0%, #855bf0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbbcfb', endColorstr='#855bf0', GradientType=1 ); /* IE6-9 
fallback on horizontal gradient */
}
.pinkbg {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5ada6+0,ee446e+100 */
	background: #f5ada6; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #f5ada6 0%, #ee446e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f5ada6 0%, #ee446e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f5ada6 0%, #ee446e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ada6', endColorstr='#ee446e', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.cyanbg {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b8e9f0+0,05b1c9+100 */
	background: #b8e9f0; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #b8e9f0 0%, #05b1c9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #b8e9f0 0%, #05b1c9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #b8e9f0 0%, #05b1c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e9f0', endColorstr='#05b1c9', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bluebg {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#abdaf6+0,2295da+100 */
	background: #abdaf6; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #abdaf6 0%, #2295da 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #abdaf6 0%, #2295da 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #abdaf6 0%, #2295da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abdaf6', endColorstr='#2295da', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}