@charset "utf-8";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:300i,400,400i,700,700i";
@import "https://fonts.googleapis.com/css?family=Oswald:400,500,600";
@import "https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i";
@import "https://fonts.googleapis.com/css?family=Open+Sans";
@import url('https://fonts.googleapis.com/css2?family=Exo+2&family=Roboto:wght@500&display=swap');
@font-face {
	font-family: 'ageoneageone';
	src: url('../fonts/ageone-webfont.woff2') format('woff2'),  url('../fonts/ageone-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	color: #393939;
	font-family: 'Exo 2', sans-serif; !important;
	font-weight: 400;
	margin: 0;
	overflow-x: hidden;
	font-size: 16px;
}
a {
	color: #FFEB3B;
	text-decoration: none;
}
a:focus, a:hover {
	color: #ca4e03;
	outline: 0;
	text-decoration: none
}
h1, h2, h3, h4 {
	font-family: 'Exo 2', sans-serif; !important;
}

.homebody {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
}


.top-nav .hi-btn {
	background-color: #df0e53;
	color: #fff;
	padding: 9px;
	line-height: 10px;
	border-radius: 2px;
	margin: 3px 0px;
	display: block;
}
.select.form-control, select {
	min-height: auto!important;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url(../images/select.png) no-repeat 95% 12px;
	font-size: 15px;
	height: 35px;
	border: 1px solid #ddd;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
	cursor: pointer
}
.top-nav {
	font-family: 'Exo 2', sans-serif; !important;
	padding: 0px;
	z-index: 100;
	position: relative;
	font-size: 13px;
	height: auto;
	font-weight: 300;
	transition-duration: .3s;
	background-color: #fff;
}
.top-nav .time {
	color: #fff;
	text-decoration: none;
}
.clock {
	color: #fff;
	padding-top: 6px;
}
.top-nav .time i {
	font-size: 14px
}
.top-nav ul {
	margin: 0
}
.top-nav ul.pwdarea li a img {
	width: 20px;
	margin-top: 4px;
}
.top-nav ul > li {
	list-style-type: none;
	float: left
}
.top-nav li a:hover {
	text-decoration: none
}
.pwdarea .dropdown {
	display: block;
}
.pwdarea .dropdown-menu {
	z-index: 105;
	min-width: 50px;
}
.pwdarea .dropdown-menu li {
	float: none;
	padding: 3px !important;
	text-align: center;
}
.pwdarea .dropdown > a:after {
	display: none;
}
.top-nav .btn-xs {
	padding: 3px 4px;
	line-height: 1.5;
	border-radius: 0;
	border: solid 1px rgba(255,255,255,.5);
	background-color: #fff;
	color: #333;
	font-weight: 700
}
.top-nav .btn-black {
	padding: 3px 6px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0;
	border: solid 1px #fff;
	background-color: rgba(255,255,255,.1);
	color: #fff
}
.top-nav .btn-blue {
	padding: 4px 8px;
	font-size: 12px;
	line-height: 1.1;
	border-radius: 0;
	border: solid 0 #000;
	background-color: #00b9be;
	color: #fff
}
.top-nav .btn-yellow {
	padding: 4px 6px;
	font-size: 12px;
	line-height: 1.1;
	border-radius: 0;
	border: solid 0 #d8470e;
	background-color: #f57d57;
	color: #fff
}
.top-nav .input-sm {
	height: 21px;
	margin: 0;
	padding: 0px 10px;
	border-radius: 0
}
.top-nav .navbar-right {
	float: right!important;
	margin-bottom: 0;
	margin-right: -15px;
	margin-top: -1px
}
.top-nav .defTheme {
	color: #fff;
	padding: 3px 6px;
}
.covidbtn {
	background-color: #CE4303;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	display: block;
	padding: 0px 10px;
	margin: 2px 0px;
	border-radius: 4px;
}
.covidbtn:hover {
	color: #fff;
	background-color: #ec4e03;
}
.pwdarea .navbar-form {
	margin: 2px 0px;
}
.pwdarea .navbar-form .form-control {
	height: 30px;
	margin-right: -6px;
	border-radius: 4px;
}
.pwdarea .btn-success {
	background-color: #3b8a6d;
	color: #fff;
	border-color: #3b8a6d
}
.brand-items {
	list-style: none;
	margin: 0px auto;
	position: relative;
	box-shadow: 0px 0px 15px rgba(0,0,0,.3);
	padding: 10px 30px;
	border-radius: 15px;
	background: #fff;
}
.brand-items .owl-controls .owl-page span {
	background: #fff;
}
.brand-items .implink img {
	max-width: 100%;
	display: block;
	margin: 0px auto;
}
.brand-items .owl-pagination {
	display: none;
}
.brand-items .owl-buttons div {
	position: absolute;
	top: 0;
	font-size: 3.5em;
	padding: 33px 12px;
	border-radius: 0px !important;
	opacity: .3 !important;
	transition-duration: .3s;
}
.brand-items .owl-buttons .owl-prev {
	height: 100%;
	left: 0px;
}
.brand-items .owl-buttons .owl-next {
	height: 100%;
	right: 0px;
}
.brand-items .owl-buttons div:hover {
	opacity: .6 !important;
}
.search-open {
	background-color: #606060;
	color: #fff!important;
	padding: 6px 12px;
	display: block;
}
.searchbox {
	width: 200px
}
.stylish-input-group .input-group-addon {
	background-color: #fe5900;
	border: 1px solid #fe5900;
	color: #fff;
	padding: 4px 0;
	border-radius: 0
}
.stylish-input-group .form-control {
	border-right: 0;
	box-shadow: 0 0 0;
	border-color: transparent;
	border-radius: 0;
	height: 25px
}
.stylish-input-group button {
	border: 0;
	background: 0 0
}
.top-nav ul.pwdarea {
	text-align: right;
	float: right;
	margin-right: 20px
}
/*.pwdarea li .theame:hover,.pwdarea li .theame:focus,.pwdarea li .theame:active{background-color: #f5f5f5 !important; color: #000 !important;} */

.top-nav ul.pwdarea li {
	padding: 0px 8px 0 8px;
	font-weight: 600;
}
.pwdarea li .fontresize {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	color: #000;
	border-radius: 50%;
	border: 1px solid #eee;
	height: 25px;
	width: 25px;
	padding: inherit;
	font-weight: 600;
}
.pwdarea li .theame {
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #eee;
	box-sizing: border-box;
	text-align: center;
	height: 25px;
	width: 25px;
	line-height: 18px;
	background-color: #ff740f;
	color: #fff !important;
}
.pwdarea li .default:hover, .pwdarea li .default:active, .pwdarea li .default:focus {
	background-color: #ff740f;
	color: #fff !important;
}
.pwdarea li .contrast, .pwdarea li .contrast:hover, .pwdarea li .contrast:active, .pwdarea li .contrast:focus {
	background-color: #000;
}
.pwdarea li .lowcontrast, .pwdarea li .lowcontrast:hover, .pwdarea li .lowcontrast:active, .pwdarea li .lowcontrast:focus {
	background-color: #333;
}
.top-nav ul.topleft_menu {
	text-align: left;
	padding: 0px;
	margin: 0px
}
.top-nav ul.topleft_menu li {
	font-weight: 400;
}
.top-nav ul.topleft_menu li a {
	padding: 6px 8px;
	display: block;
	color: #666;
}
.top-nav ul.topleft_menu li a:hover {
	background-color: #eee;
	color: #352961;
}
.top-nav ul.topleft_menu li:last-child a {
	border-right: 0 solid #3e3d3d
}
.top-nav ul.pwdarea li:nth-child(5) {
	padding-right: 4px
}
.top-nav ul.pwdarea li:nth-child(6) {
	padding-right: 4px;
	padding-left: 4px
}
.top-nav ul.pwdarea li:nth-child(7) {
	padding-left: 4px
}
.top-nav ul.pwdarea li:nth-child(8) {
	padding-right: 3px
}
.top-nav ul.pwdarea li:nth-child(9) {
	padding-left: 3px
}
.top-nav ul.pwdarea li:nth-child(10) {
	padding-top: 0px;
	padding-right: 0px;
}
.top-nav ul.pwdarea li:nth-child(11) {
	padding: 0px
}
header {
	position: relative;
	display: block;
	z-index: 100;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	border-bottom: 1px solid #ccc;
}
header .navbar-inverse {
	background-color: transparent;
	border: 0
}
.logo {
	/* background-color: #fff; */
	/* padding: 5px 15px 5px 15px; */
	/* text-align: center; */
}
.logo img {
	max-width: 100%
}
.logo h1 {
	width: 100%;
	display: block;
	margin: 0;
	font-size: 20px;
	color: #fff
}
.logo h1 span {
	display: block;
	margin: 0;
	font-size: 12px;
	color: #fff;
	font-style: italic
}
.dropdown-menu .has-submenu:after {
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	right: 8px
}
.dropdown>a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	margin-left: 6px;
}
.primarymenu {
	margin-top: 0px;
	background-color: #211c6f;
}
.primarymenu .navbar-nav {
	margin: 0px auto 0 auto;
	display: table;
}
.mega-dropdown-menu .text-strong a {
	font-weight: 300;
}
.home > a::after {
	content: "\f015";
	font-family: "FontAwesome";
}
.navbar-nav>li {
	position: relative;
}
.primarymenu .navbar {
	margin-bottom: 0px;
	min-height: inherit;
}
.primarymenu .navbar-inverse {
	background-color: #F44336;
	border: 0px;
}
.primarymenu .navbar-inverse .navbar-nav > li > a {
	position: relative;
	color: #ffffff;
	padding: 12px 10px;
	line-height: inherit;
	float: left;
	transition-duration: .3s;
	font-weight: 500;
	/* text-transform: uppercase; */
	font-size: 17px;
}
.primarymenu .navbar-inverse .navbar-nav > .active > a:focus {
	color: #000;
	background-color: #eee;
}
.primarymenu .navbar-inverse .navbar-nav > .active > a, .primarymenu .navbar-inverse .navbar-nav > .active > a:hover {
	color: #000;
	background-color: #eee;
}
.primarymenu .navbar-inverse .navbar-nav>li>a:focus, .primarymenu .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #ab2c2c;
}
.primarymenu .navbar-inverse .navbar-nav > .open > a, .primarymenu .navbar-inverse .navbar-nav > .open > a:focus, .primarymenu .navbar-inverse .navbar-nav > .open > a:hover {
	color: #000;
	background-color: #eee;
}
.primarymenu .navbar .dropdown-menu {
	border-radius: 0px;
	border: 0px !important;
	background-color: rgba(255, 255, 255, .9);
	padding: 0px;
	top: 100%;
}
.dropdown>.dropdown-menu {
	top: 100% !important;
}
.primarymenu .navbar .dropdown-menu .dropdown-menu {
	display: none;
}
.primarymenu .navbar .dropdown-menu li {
	border-bottom: 1px solid rgba(139, 31, 65, .1);
}
.primarymenu-dropdown-menu li {
	border-bottom: 0px solid rgb(139, 31, 65) !important;
}
.primarymenu .navbar .dropdown-menu li:last-child {
	border-bottom: 0px;
}
.primarymenu .navbar .dropdown-menu > li > a {
	color: rgba(0,0,0,1);
	position: relative;
	background-color: transparent;
	padding: 10px;
	font-weight: 400;
	font-size: 1.1em;
	border-bottom: 1px solid #f2f2f2;
}
.dropdown-menu > li > a:before {
	content: url(../images/frmHttpErrorPage.html);
	position: absolute;
	left: 0px;
}
.dropdown-menu > li > a:hover::before {
	content: url(../images/frmHttpErrorPage.html);
}
.primarymenu .navbar .dropdown-menu > li > a:focus, .primarymenu .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #ec4e03;
	text-decoration: none;
}
.open>.dropdown-menu {
	display: block!important;
}
.wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 100
}
.logo-section .nopadding {
	padding: 0px;
}
.helpline span.oran {
	color: #dc3545;
	font-family: 'Exo 2', sans-serif; !important;
	font-size: 1.1em
}
.helpline {
	font-size: 1em;
	margin-top: 28px;
	font-weight: 500;
	margin-left: 45%;
}
.whatsapp span.oran2 {
	color: #dc3545;
	font-size: 1.1em;
	font-family: 'Exo 2', sans-serif; !important;
}
.whatsapp {
	margin-top: 28px;
	font-weight: 500;
	text-align: center
}
.uplogo {
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}
#welcome {
	padding: 60px 15px;
	background-color: #fff;
	background-image: url(../images/black-mamba.png) !important;
	background-size: inherit;
}
.welcome .title h4 {
	text-align: center;
}
.title {
	position: relative;
	margin-bottom: 25px;
}
.title h1 {
	font-weight: 600;
	color: #e65100;
	margin-top: 0px;
}
.title svg {
	height: 30px;
	margin-right: 10px;
	fill: #dc3545;
	float: left;
}
.title h4 {
	font-weight: 900;
	position: relative;
	z-index: 2;
	display: inline-block;
	background-color: #fff;
	padding-right: 10px;
	color: #000;
}
.fimg {
	margin-bottom: 10px;
}
.fimg img {
	max-width: 100%;
	border-radius: 6px;
}
.bg-white {
	background-color: #fff;
}
.footer-link {
	padding: 40px 0px;
	color: #fff;
}
.footerbtm {
	padding: 8px 0px;
	color: #fff;
	background-color: #772321;
}
.footerbtm ul {
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
	display: flex;
}
.footerbtm ul li a {
	display: block;
	padding: 0px 8px;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,.5);
}
.footerbtm ul li:last-child a {
	border-right: 0px;
}
.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: 110px 0px 20px 0px;
	color: #eae8e8;
	font-weight: 400;
	position: relative;
}
.footer-link h4 {
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.footer-link h5 {
	text-transform: uppercase;
	font-weight: bold;
}
.footer-link ul, .footer-bottom ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-link li a {
	display: block;
	padding: 8px 0px 8px 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: 13px;
}
.footer-link a {
    color: #fff;
    position: relative;
    padding: 7px 6px 10px 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.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;
}
.banFxd {
	position: fixed !important;
	width: 100% !important;
	left: 0px;
	right: 0px;
	margin: 0px auto !important;
	top: 0px;
}
.eventcard, .greysection, .eventcard, footer {
	position: relative;
	z-index: 5;
}
.footer-link ul {
	margin-left: 0px;
}
.footer-link ul.ft_conDetails li {
	margin-bottom: 20px;
	position: relative;
	display: table;
}
.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: #ff6d03;
	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: 'Exo 2', sans-serif; !important;
	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: #003c72;
}
.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: absolute;
	right: 0;
	left: 0;
	margin: 0px auto;
	z-index: 999;
	top: -70px;
}
.implink-wrap .busheading h2 {
	color: #000;
	font-weight: 900;
}
.implink-wrap .busheading {
	text-align: center;
	font-size: 2em;
	font-weight: 800;
	color: #000;
	position: relative;
	top: auto;
	padding-bottom: 15px;
}
.implink-wrap .busheading:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	margin: 0px auto;
	bottom: 0px;
	height: 1px;
	width: 15%;
	background-color: #ff740f;
}
.implink-wrap .busheading:before {
	width: 25px;
	height: 25px;
	border-radius: 3px;
	background-color: #ff740f;
	margin: 0px auto;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: -12px;
	transform: rotate(45deg);
}
#usefullinkbg {
	position: relative;
	padding: 25px 0px 30px 0px;
	background-color: #bb8337;
	background-image: url(../images/frmHttpErrorPage.html);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#usefullinkbg .linkstitle {
	text-align: center;
	font-size: 2em;
	font-weight: 800;
	color: #fff;
	position: relative;
	top: auto;
	padding-bottom: 15px;
}
#usefullinkbg .linkstitle:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	margin: 0px auto;
	bottom: 0px;
	height: 1px;
	width: 15%;
	background-color: #fff;
}
#usefullinkbg .linkstitle:before {
	width: 25px;
	height: 25px;
	border-radius: 3px;
	background-color: #fff;
	margin: 0px auto;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: -12px;
	transform: rotate(45deg);
}
#usefullinkbg ul {
	margin: 25px 0px 0px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
}
#usefullinkbg ul li {
	box-sizing: border-box;
	margin: 0px 0px;
	padding: 15px;
	width: 25%;
	text-align: center;
}
#usefullinkbg ul li a {
	display: block;
}
#usefullinkbg ul li span.icon {
	display: block;
	width: 100px;
	height: 100px;
	background-color: #fff;
	margin: 0px auto;
	box-shadow: 8px 8px 1px rgba(0, 0, 0, 0.51);
	transform: rotate(45deg);
	padding: 14px 22px;
	margin-bottom: 40px;
	transition-duration: .3s;
}
#usefullinkbg ul li span.icon svg {
	height: 55px;
	transform: rotate(-45deg);
	margin: 0px;
	display: block;
	fill: #e45835;
	transition-duration: .3s;
}
#usefullinkbg ul li a {
	font-weight: bold;
	font-size: 1.3em;
	color: #fff;
}
#usefullinkbg ul li a:hover span.icon {
	background-color: #e45835;
	box-shadow: -8px -8px 1px rgba(0, 0, 0, 0.51);
}
#usefullinkbg ul li a:hover span.icon svg {
	fill: #fff;
}
.rightborder {
	border-right: 1px solid rgba(0,0,0,.3);
}
.connect .fa {
	font-size: 1.6em;
	margin-right: 5px;
}
.connect .fa-facebook-square {
	color: #3d5b9b;
}
.connect .fa-twitter-square {
	color: #2daae2
}
.connect .fa-youtube-play {
	color: #d4111e
}
.pwdFxd {
	left: 0;
	position: fixed !important;
	top: 0;
	width: 100%;
}
.filter {
	display: flex;
	list-style: none;
	margin: -15px -15px 20px -15px;
	padding: 0px;
	flex-direction: row;
	justify-content: left;
	background-color: #dee1d4;
	padding: 10px;
}
.filter li {
	padding: 3px;
	flex-grow: 1;
}
.filter li label {
	color: #000;
}
.filter li .archive {
	display: block;
	background-color: #ff6d03;
	color: #fff;
}
.pdf-size {
	color: #2d2d2d;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.pdf-size:before {
	font-family: 'FontAwesome';
	content: "\f1c1";
	color: #2d2d2d;
	margin: 0px 5px;
}
.rar-size {
	color: #2d2d2d;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.rar-size:before {
	font-family: 'FontAwesome';
	content: "\f1c6";
	color: #2d2d2d;
	margin: 0px 5px;
}
.table > thead > tr > th {
    background-color: #444;
    color: #fff;
    font-size: 14px;
    text-align: left !important;
    vertical-align: top;
}

.table-bordered > tbody > tr > td {
    text-align: left !important;
    font-size: 15px !important;
}
.table > thead > tr > th a {
	color: #fff;
}
.pdf-size img {
	display: none;
}
.missionlist {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.missionlist li {
	display: table;
	width: 100%;
	padding: 7px 0px;
}
.missionlist li .icon, .missionlist li .data {
	display: table-cell;
	vertical-align: top;
}
.missionlist li .data h5 {
	font-size: 20px;
	color: #000;
}
.missionlist li .icon {
	width: 80px;
	vertical-align: middle;
}
.missionlist li .icon svg {
	width: 82%;
	fill: #ff6d03;
}
.missionlist.contact-details li .icon svg {
	width: 55%;
}
.incontent h3 {
	font-family: 'Exo 2', sans-serif; !important;
	font-size: 2em;
	position: relative;
	border-bottom: 1px solid #c8c8c8;
	margin: 0 0 30px;
	padding: 0 0 10px;
	color: #f95f02;
}
.incontent h3 span {
	color: #ff6d03
}
.incontent h3:before {
	position: absolute;
	height: 5px;
	width: 15%;
	bottom: -3px;
	content: '';
	background: #f95f02;
}
.map {
	border: 1px solid #ccc;
}
.map iframe {
	border: 0px;
	width: 100%;
	height: 450px;
}
.incontent h4 {
	font-family: 'Exo 2', sans-serif; !important;
	font-size: 1.6em;
	position: relative;
	color: #073555;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.gallery li {
	padding: 5px;
	box-sizing: border-box;
	width: 33%;
}
.gallery li img {
	max-width: 100%;
	height: 180px;
}
.gallery li .thumbnail {
	border-radius: 0px;
	color: #000;
	padding: 5px;
	margin-bottom: 0px;
}
.gallery li .caption {
	display: block;
	min-height: 80px;
}
.sitemap ul {
	background: url(../images/site_map_ul.gif) 0 -5px repeat-y!important;
	list-style-type: none!important;
	margin: 0!important;
	padding: 0px 5px 4px 6px!important;
	position: relative!important
}
.sitemap ul li {
	background: url(../images/site_map_list.gif) -5px -5px no-repeat!important;
	line-height: 16px!important;
	padding: 0px 0px 0px 10px!important;
	font: 700 10pt arial;
	margin: 10px 0
}
.sitemap ul li:before {
	display: none;
}
.sitemap ul li a {
	/*	background-color: #d5e0ff;
	border: 1px solid #1b426e;*/
	color: #000;
	display: inline-block;
	padding: 5px;
	border-radius: 15px 0;
	transition-duration: .3s;
	border: 1px solid #d5d5d5;
}
.sitemap ul li a:hover {
	background-color: #fbcf86;
	border: 1px solid #ed9501;
	color: #000;
	padding-left: 5px;
	text-decoration: none
}
.sitemap ul li ul {
	padding-bottom: 1px
}
.sitemap ul li ul li {
	font: 10pt arial
}
#noticeboard {
	padding: 30px 0px;
	background-image: url(../images/newsbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#noticeboard .tab-content {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	background-color: #fff;
}
#noticeboard .nav-tabs > li > a {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-color: #f7af02;
}
#noticeboard .nav-tabs > li >a.active, #noticeboard .nav-tabs > li > a.active:focus, #noticeboard .nav-tabs > li > a.active:hover {
	background-color: #fff;
	color: #000;
}
.top-login {
	padding: 25px 0px;
}
.top-login ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
}
.top-login ul li {
	box-sizing: border-box;
	text-align: center;
	width: 20%;
	border-right: 1px solid #eee;
}
.top-login ul li:last-child {
	border-right: 0px solid #eee;
}
.top-login ul li a {
	display: block;
	font-size: 1em;
	transition-duration: .3s;
	color: #000;
	background: #fff;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
/*.top-login ul li:nth-child(2) {
	padding: 15px 0px 0px 15px;
}
.top-login ul li:nth-child(1) {
	padding: 15px 0px 0px 15px;
}
.top-login ul li:nth-child(4) {
	padding: 15px 0px 0px 15px;
}
.top-login ul li:nth-child(5) {
	padding: 15px 0px 0px 15px;
}*/
.leaders .top-login ul li a:hover {
	background-color: #00a2b8;
	text-decoration: none;
	color: #fff;
}
.top-login li .icons {
	padding: 3px;
	border-radius: 3%;
	height: 85px;
	width: 85px;
	display: block;
	margin: 3px auto 5px auto;
	transition-duration: .3s;
	border: 1px solid #fff;
}
.top-login ul li a:hover .icons {
	border-radius: 50%;
	border: 1px dashed #CCC;
}
.top-login li .icons img {
	height: 75px;
}
.tab-content #tender, .tab-content .orders {
	min-height: 344px;
}
.breadcrumb {
	max-width: 1260px;
	margin: 0px auto;
}
.filter-section {
	margin: 0 0 15px 0px;
	padding: 0px;
	box-sizing: border-box;
	width: 100%;
	background-color: #fbf9f3;
	border: 1px dashed #17469c;
	border-radius: 4px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
}
.filter-box {
	border-collapse: collapse;
	width: 100%;
}
.filter-box td {
	padding: 10px;
}
.filter-box td label {
	display: block;
	color: #000;
}
.hidden {
	display: none;
}
.filter-section .archive {
	display: block;
	padding: 7px 15px;
	width: 100%;
	border: 0px;
	background-color: #df0e53;
	color: #fff;
	border-radius: 4px;
	margin-top: 10px;
}
.filter-box td input[type="text"], .filter-box td select {
	display: block;
	min-width: 100px;
	height: 35px;
	max-width: 100%;
	border: 0px solid #ccc;
	width: 100%;
	border-radius: 4px;
	padding: 0px 8px;
	font-size: 1em;
	color: #000;
	background: #fff;
	border: 1px solid #d2d2d2;
}
.filter-box td input[type="submit"], .filter-box td input[type="reset"] {
	display: block;
	padding: 7px 15px;
	width: 100%;
	border: 0px;
	background-color: #868686;
	color: #fff;
	border-radius: 4px;
}
.filter-box td input[disabled=""] {
	background-color: #002f5c;
}
.pdf-size img[title="pdf"] {
	display: none;
}
.filter-box td .archive:hover, .filter-box td .archive:focus, .filter-box td .archive:active {
	background-color: #f77f34;
}
.filter-box td input[type="submit"]:hover, .filter-box td input[type="submit"]:focus, .filter-box td input[type="submit"]:active, .filter-box td input[type="reset"]:hover, .filter-box td input[type="reset"]:active, .filter-box td input[type="reset"]:focus {
	background-color: #444;
}
.filter-box td select {
	background: #fff url(../site/writereaddata/siteContent/202311241214538224downarrow.jpg) no-repeat 95% 12px !important;
}
select {
	min-height: auto!important;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/select-dropdwn.png) !important;
	background-repeat: no-repeat;
	background-position: 98% 12px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
	cursor: pointer;
}
.doc-note {
	padding: 8px;
	background: #ffeded;
	color: #b30202;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #ecc1c1
}
.Prsrls-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.Prsrls-list li {
	border: 1px solid #e4e4e4;
	display: inline-block;
	list-style: outside none none;
	margin: 5px 10px;
	padding: 15px;
	text-align: center;
	width: 23.1%;
	vertical-align: top;
	min-height: 402px !important;
}
.Prsrls-list li a {
	display: block;
}
.Prsrls-list li p {
	font-size: 1em;
	text-align: center;
	position: relative;
	background: rgba(255,255,255,.8);
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 10px;
	margin-top: 10px;
	font-weight: bold;
	color: #FD711D;
}
.Prsrls-list strong {
	color: #000;
	display: inline-block;
	font-weight: normal;
	margin: 6px 0;
}
.Prsrls-list b {
	font-size: 8pt;
}
.Prsrls-list span {
	display: block;
}
.Prsrls-list strong i {
	color: #ba2c2c;
}
.search-result {
	list-style: outside none none;
	margin: 15px;
	padding: 0px;
}
.search-result li {
	background: #f2f2f2;
	padding: 15px;
	transition: all 0.2s ease 0s;
	margin: 5px 0px;
	border-radius: 8px;
}
.search-result .local {
	color: #271def;
	display: block;
	font-size: 1.16em;
}
.search-result .local:hover {
	color: #271def !important;
}
.search-result span {
	color: #000;
	display: block;
	font-size: 0.85em;
}
.search-result p {
	margin: 5px 0;
}
.search-result li {
	list-style: none;
}
.menu > ul > li > a {
	pointer-events: none;
}
#smo-section {
	position: relative;
	padding: 30px 0px;
	background-color: #f5eee8;
	background-image: url(../images/smobg.png);
	background-repeat: no-repeat;
}
#smo-section .panel-default {
	border: 0px;
	border-radius: 12px;
	margin-bottom: 0px;
}
#smo-section .panel-heading {
	border-bottom: 1px solid #e79a00;
	border-radius: 12px 12px 0px 0px;
	background-color: #fff;
}
#smo-section .panel-heading h4 {
	font-weight: 600;
	font-size: 1.3em;
	color: #fff;
}
#smo-section .panel-body {
	max-height: 400px;
	min-height: 400px;
	overflow: auto;
}
#map-section {
	position: relative;
	padding: 30px 0px;
	background-color: #543e40;
	background-image: url(../images/mapbg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.circle {
	background-color: #fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,.2);
	border: 8px solid #ccc;
	text-align: center;
	font-size: 0.92em;
	font-weight: bold;
	color: #000;
	position: relative;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	padding: 20px 15px 15px 15px;
	margin: 20px auto;
}
.circle span {
	display: block;
	font-size: 1.4em;
	margin-top: 5px;
	font-weight: 800;
}
.circle .circle-icon {
	position: absolute;
	width: 70px;
	height: 70px;
	left: -22px;
	top: -20px;
	border: 6px solid #fff;
	padding: 5px;
	border-radius: 50%;
	padding: 10px;
}
.circle .circle-icon img {
	max-width: 100%;
}
.musturd {
	border-color: #b99761;
}
.musturd .circle-icon {
	background: #9c7a44;
	background: -moz-linear-gradient(top, #9c7a44 0%, #b99761 100%);
	background: -webkit-linear-gradient(top, #9c7a44 0%, #b99761 100%);
	background: linear-gradient(to bottom, #9c7a44 0%, #b99761 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c7a44', endColorstr='#b99761', GradientType=0 );
}
.musturd span {
	color: #915900;
}
.purple {
	border-color: #560191;
}
.purple .circle-icon {
	background: #9d5cca;
	background: -moz-linear-gradient(top, #9d5cca 0%, #aa6cd5 100%);
	background: -webkit-linear-gradient(top, #9d5cca 0%, #aa6cd5 100%);
	background: linear-gradient(to bottom, #9d5cca 0%, #aa6cd5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d5cca', endColorstr='#aa6cd5', GradientType=0 );
}
.purple span {
	color: #560191;
}
.pink {
	border-color: #f4648a;
}
.pink .circle-icon {
	background: #f4648a;
	background: -moz-linear-gradient(top, #f4648a 0%, #f4648a 100%);
	background: -webkit-linear-gradient(top, #f4648a 0%, #f4648a 100%);
	background: linear-gradient(to bottom, #f4648a 0%, #f4648a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4648a', endColorstr='#f4648a', GradientType=0 );
}
.pink span {
	color: #990028;
}
.yellow {
	border-color: #f6a71d;
}
.yellow .circle-icon {
	background: #f6921d;
	background: -moz-linear-gradient(top, #f6921d 0%, #f6a71d 100%);
	background: -webkit-linear-gradient(top, #f6921d 0%, #f6a71d 100%);
	background: linear-gradient(to bottom, #f6921d 0%, #f6a71d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6921d', endColorstr='#f6a71d', GradientType=0 );
}
.yellow span {
	color: #b76300;
}
.darkgreen {
	border-color: #507162;
}
.darkgreen .circle-icon {
	background: #4e7060;
	background: -moz-linear-gradient(top, #4e7060 0%, #93a7a6 100%);
	background: -webkit-linear-gradient(top, #4e7060 0%, #93a7a6 100%);
	background: linear-gradient(to bottom, #4e7060 0%, #93a7a6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e7060', endColorstr='#93a7a6', GradientType=0 );
}
.darkgreen span {
	color: #274437;
}
.green {
	border-color: #79a42e;
}
.green .circle-icon {
	background: #85af3b;
	background: -moz-linear-gradient(top, #85af3b 0%, #85af3b 100%);
	background: -webkit-linear-gradient(top, #85af3b 0%, #85af3b 100%);
	background: linear-gradient(to bottom, #85af3b 0%, #85af3b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85af3b', endColorstr='#85af3b', GradientType=0 );
}
.green span {
	color: #517d02;
}
#map-svg {
	margin-left: 100px;
	width: 90%;
	filter: drop-shadow(-14px 4px 0px rgba(0,0,0,.5));
}
#map-svg .territory {
	fill: #b99761;
}
#map-svg .territory:hover {
	fill: #ecbf78;
}
#map-section .title {
	text-align: center;
}
#map-section .title::after {
	content: url(../images/headingborder.png);
	height: 0px;
	right: 0px;

	left: 0px;
	margin: 0px auto;
}
#map-section .title h1 {
	color: #fff;
}
#littlearc {
	padding: 30px 0px;
}
#littlearc .title h1 {
	color: #000;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}
#littlearc .tab-content {
	padding: 25px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
	min-height: 480px;
}
#littlearc .tab-content h4 {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	font-size: 1.2em;
	font-weight: 800;
	color: #000;
	border-bottom: 1px dashed rgba(0,0,0,.7);
	font-family: 'Exo 2', sans-serif; !important;
}
#littlearc .nav-pills {
	margin-top: 15px;
}
#littlearc .nav-pills li {
	float: none;
	padding: 3px 0px;
}
#littlearc .nav-pills li a {
	background-color: #C53C16;
	display: table;
	width: 100%;
	color: #fff;
	font-weight: 600;
	padding: 8px 10px 8px 10px;
	border-radius: 4px 0px 0px 4px;
}
#littlearc .nav-pills li a span {
	display: table-cell;
}
#littlearc .nav-pills li a span:first-child {
	width: 50px;
}
#littlearc .nav-pills li a span:first-child img {
	max-height: 40px;
}
#littlearc .nav-pills li a span:last-child {
	padding-left: 5px;
	vertical-align: middle;
}
#littlearc .nav-pills li a:hover {
	background-color: #4a5c54;
	color: #fff;
}
#littlearc .nav-pills li a.viewbtn {
	background-color: #d70528;
}
#littlearc .nav-pills li a.viewbtn:hover {
	background-color: #d9425b;
}
#littlearc .nav-pills li a.active {
	color: #fff;
	background-color: #4a5c54;
}
#littlearc .tab-content {
	background-color: #f0e6dd;
}
#littlearc .tab-content .tab-pane {
	position: relative;
}
#littlearc .tab-content .linkbox {
	background-color: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 15px;
	position: relative;
	min-height: 160px;
}
#littlearc .tab-content .linkbox .head {
	color: #d70528;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	margin: -15px -15px 10px -15px;
	padding: 10px 15px;
}
#littlearc .tab-content .linkbox ul {
	list-style: none;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 20px 0px;
}
#littlearc .tab-content .linkbox ul li {
	position: relative;
	font-size: 0.8em;
	padding: 5px 0px 5px 15px;
}
#littlearc .tab-content .linkbox ul li a {
	color: #333;
}
#littlearc .tab-content .linkbox ul li a:hover {
	color: #d70528;
}
#littlearc .tab-content .linkbox ul li:before {
	content: "";
	width: 7px;
	height: 7px;
	background-color: #090;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 11px;
}
#littlearc .tab-content .linkbox .btn {
	background-color: #1f2032;
	color: #fff;
	padding: 3px 8px;
	border-radius: 6px;
	font-size: 0.8em;
	position: absolute;
	bottom: 15px;
}
#littlearc .tab-content .linkbox .btn:hover {
	background-color: #4a5c54;
	color: #fff;
}
.tab-pane.show {
	opacity: 1;
}
.pl0 {
	padding-left: 0px;
}
.pr0 {
	padding-right: 0px;
}
#littlearc .tab-content .linkbox2 {
	background-color: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
	border-radius: 6px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
#littlearc .tab-content .linkbox2 img {
	border-radius: 8px 8px 0px 0px;
	max-width: 100%;
}
#littlearc .tab-content .linkbox2 span {
	background-color: #986006;
	color: #fff;
	display: block;
	padding: 5px 10px;
	border-radius: 0px 0px 8px 8px;
}
.linkbox.linkbox-height {
	min-height: 378px !important;
}
#littlearc .tab-content .linkbox p {
	font-weight: 500;
	color: #d70528;
}
#littlearc .tab-content .linkbox .box-icon {
	position: absolute;
	bottom: 10px;
	right: 15px;
	opacity: .1;
}
#tourism {
	background-image: url(../images/tourism-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px 0px;
	min-height: 450px;
	position: relative;
}
#tourism .title {
	text-align: center;
}
#tourism h1 {
	color: #fff;
}
#tourism .title::after {
	content: url(../images/headingborder1.png);
	height: 0px;
	right: 0px;
	left: 0px;
	margin: 0px auto;
}
#tourism h1 span {
	background-color: rgba(0,0,0,.0);
}
.borderline {
	position: absolute;
	right: 0px;
	left: 0px;
	margin: 0px auto;
	top: 150px;
}
.borderline svg {
	fill: #e79a00;
}
.tourist-option {
	list-style: none;
	margin: 60px auto 0px auto;
	padding: 30px 0px;
	display: flex;
	position: relative;
	z-index: 5;
	align-items: center;
	justify-content: center;
	background-image: url(../images/borderline-01.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-height: 240px
}
.tourist-option li {
	color: #fff;
	padding: 15px;
	width: 210px;
	text-align: center;
	font-weight: 600;
	position: relative;
}
.tourist-option li a {
	color: #fff;
	display: block;
	background-color: transparent;
}
.tourist-option li img {
	display: block;
	max-width: 100%;
	margin: 0px auto;
}
.tourist-option li:after {
	content: "";
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 3px solid #e79a00;
	border-radius: 50%;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0px auto;
	transition-duration: .3s;
}
.tourist-option li:nth-child(1) {
	top: -59px
}
.tourist-option li:nth-child(1)::after {
	bottom: -25px;
}
.tourist-option li:nth-child(2) {
	top: 100px
}
.tourist-option li:nth-child(2)::after {
	top: -15px;
}
.tourist-option li:nth-child(3) {
	top: -150px
}
.tourist-option li:nth-child(3)::after {
	bottom: -25px;
}
.tourist-option li:nth-child(4) {
	top: 105px
}
.tourist-option li:nth-child(4)::after {
	top: -25px;
}
.tourist-option li:nth-child(5) {
	top: -30px
}
.tourist-option li:nth-child(5)::after {
	bottom: -20px;
}
.tourist-option li:nth-child(6) {
	top: 80px
}
.tourist-option li:nth-child(6)::after {
	top: -35px;
}
.tourist-option li:nth-child(7) {
	top: -90px
}
.tourist-option li:nth-child(7)::after {
	bottom: -30px;
}
.tourist-option li:hover a {
	color: #fbb220;
}
.tourist-option li:hover::after {
	background-color: #f17a58;
	border: 3px solid #fff;
}
#district {
	position: relative;
	padding: 30px 0px 0px 0px;
}
#district .title {
	text-align: center;
}
#district .title::after {
	content: url(../images/headingborder.png);
	height: 0px;
	right: 0px;
	left: 0px;
	margin: 0px auto;
}
.district {
	list-style: none;
	margin: 50px 0px 0px 0px;
	padding: 0px;
}
.districtbox {
	position: relative;
}
.districtbox img {
	position: relative;
	max-width: 100%;
	opacity: 1;
	transition-duration: .3s;
	min-height: 200px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.districtbox:hover img {
	opacity: .8;
}
.districtbox span {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 800;
	position: absolute;
	bottom: 0px;
	text-align: center;
	right: 0px;
	left: 0px;
	padding: 15px;
	font-size: 1.4em;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 36%, rgba(0,0,0,0.81) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 36%, rgba(0,0,0,0.81) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 36%, rgba(0,0,0,0.81) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cf000000', GradientType=0 );
}
.district .owl-pagination {
	display: none;
}
.district .owl-buttons div {
	position: absolute;
	top: 0;
	font-size: 3.5em;
	padding: 59px 25px;
	border-radius: 0px !important;
	opacity: .3 !important;
	transition-duration: .3s;
}
.district .owl-buttons .owl-prev {
	height: 100%;
	left: 0px;
}
.district .owl-buttons .owl-next {
	height: 100%;
	right: 0px;
}
.district .owl-buttons div:hover {
	opacity: .6 !important;
}
#lokbhawan {
	position: relative;
	padding: 30px 0px;
	min-height: 440px;
	background-image: url(../images/lokbhawan.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #fbf5f0;
}
.b-lead {
	position: absolute;
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,.3);
	z-index: 10;
	width: 219px;
}
.b-lead img {
	border-radius: 50%;
	max-height: 143px;
	display: block;
	border: 5px solid rgb(255 184 63);
	display: block;
	margin: 0px auto;
}
.b-lead h4 {
	font-size: 1.25em;
	text-align: center;
	margin-bottom: 5px;
	color: #000;
}
.b-lead p {
	font-size: 0.998em;
	text-align: center;
	margin-bottom: 0px;
}
.b-lead-l {
	top: 20px;
	left: 30px;
}
.b-lead-r {
	top: 20px;
	right: 30px;
}
.governancelink {
	list-style: none;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	display: flex;
}
.governancelink > li {
	box-sizing: border-box;
	padding: 0px 25px;
	border-right: 1px solid #dbdbdb;
}
.governancelink > li h4 {
	color: #4a5c54;
	font-weight: 600;
	font-size: 1.3em;
}
.governancelink > li > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.governancelink > li > ul > li {
	position: relative;
	padding-left: 18px;
}
.governancelink > li > ul > li a {
	display: block;
	padding: 5px 0px;
	transition-duration: .3s;
}
.governancelink > li > ul > li a:hover {
	color: #e63372;
}
.governancelink > li > ul > li:before {
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #4a5c54;
	position: absolute;
	left: 0px;
	transform: rotate(45deg);
	top: 10px;
	transition-duration: .3s;
}
.governancelink > li:last-child {
	border-right: 0px;
}
.social-icon {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
}
.social-icon li {
	padding: 0px 3px;
}
.social-icon li a {
	font-size: 1.3em;
	display: block;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	line-height: 35px;
}
.social-icon li a.facebook {
	color: #2c4c8e;
	border: 1px solid #2c4c8e;
}
.social-icon li a.facebook:hover {
	background-color: #2c4c8e;
	color: #fff;
}
.social-icon li a.instagram {
	color: #f64c9c;
	border: 1px solid #f64c9c;
}
.social-icon li a.instagram:hover {
	background-color: #f64c9c;
	color: #fff;
}
.social-icon li a.twitter {
	color: #000;
	border: 1px solid #000;
}
.social-icon li a.twitter:hover {
	background-color: #000;
	color: #fff;
}
.social-icon li a.youtube {
	color: #d93232;
	border: 1px solid #d93232;
}
.social-icon li a.youtube:hover {
	background-color: #d93232;
	color: #fff;
}
.fa-twitter::before {
	content: url(../images/twitt.png) !important;
}
.social-icon li a.twitter:hover .fa-twitter::before {
	content: url(../images/twittwhite.png) !important;
}
.innerpagebg {
	background-image: url(../images/innerpagebg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	min-height: 900px;
	background-size: 100%;
}
.inheading {
	position: relative;
	padding: 60px 0px;
}
.inheading h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 2.2em;
}
.breed-crum-div {
	margin-bottom: 0px;
	border-radius: 0px;
	padding: 0px;
}
.breadcrumb {
	font-size: .9em;
	margin-bottom: 0px;
	background-color: transparent;
	padding: 0px 0px;
	text-align: center;
}
.breadcrumb li a {
	color: #fff;
}
.breadcrumb li {
	color: #fff !important;
	margin: 0px 5px;
}
.breadcrumb .active {
	color: #fff !important;
}
.breadcrumb > li + li::before {
	content: close-quote;
}
.contentarea {
	min-height: 702px;
	border-radius: 15px;
	background-color: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}
.slider-img img {
	width: 100%;
	object-fit: cover;
}
.rightsideimage {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.leftsideimage {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.imagethumb {
	max-width: 100%;
	border: 4px solid #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}
.max-width {
	max-width: 450px;
}
.pdf-size {
	color: #2d2d2d;
	font-size: 0.9em;
	font-weight: normal;
	display: block;
}
.pdf-size:before {
	font-family: 'FontAwesome';
	content: "\f1c1";
	color: #2d2d2d;
	margin: 0px 5px;
}
.upload-date {
	color: #2d2d2d;
	font-size: 0.9em;
	font-weight: normal;
	display: block;
}
.upload-date:before {
	font-family: 'FontAwesome';
	content: "\f073";
	color: #2d2d2d;
	margin: 0px 5px;
}
.rar-size {
	color: #2d2d2d;
	font-size: 0.9em;
	font-weight: normal;
	display: block;
}
.rar-size:before {
	font-family: 'FontAwesome';
	content: "\f1c6";
	color: #2d2d2d;
	margin: 0px 5px;
}
.table thead th {
	background-color: #34434d !important;
	color: #fff;
}
.table thead th a {
	color: #fff;
}
#districts .list-flex {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	padding: 0px;
}
.district .owl-controls {
	margin-top: 0px;
}
#districts .list-flex li {
	width: 25%;
	box-sizing: border-box;
	padding: 8px;
}
#districts .list-flex li img:hover {
	width: 100%;
	margin-bottom: 0px;
	filter: grayscale(0);
	transform: scale(1);
	transition: transform .4s;
}
#districts .list-flex li img {
	width: 100%;
	margin-bottom: 0px;
	transform: scale(1.1);
	transition: transform .4s ease-out;
}
#districts .list-flex li a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	text-align: center !important;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #dbd7d7;
	display: block;
	overflow: hidden;
}
#districts spam {
	padding: 10px;
}
#districts .list-flex li a:hover {
	color: #fff;
}
#districts .title::after {
	content: url(../images/headingborder.png);
	height: 0px;
	right: 0px;
	left: 0px;
	margin: 0px auto;
}
#districts .title {
	text-align: center;
}
#districts .list-flex li .box-content {
	background: #727270;
	position: relative;
	bottom: 0px;
	justify-content: revert;
	align-items: center;
	text-align: center;
	display: block;
	padding: 7px;
}
#districts .list-flex li:hover .box-content {
	background: #f17301;
	transition: .3s all;
}
#districts .list-flex li .box-content >span {
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}
.sub-hadding {
	margin-bottom: 30px;
}
.sub-hading h3, .sub-hadding h3, .contentarea h3 {
	font-weight: 600;
	color: #486228;
	margin-top: 20px;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 15px;
	font-size: 1.5em;
}
#natural-wonders .list-flex {
	display: flex;
	list-style: none;
	gap: 20px;
	padding: 0px;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
}
#natural-wonders .list-flex li {
	width: 320px;
	padding: 10px;
	border: 1px dashed #bdbdbd;/*box-shadow:-1.151px 21.97px 43px 0px rgb(205 205 205 / 49%);*/
}
#natural-wonders .list-flex li:hover {
	transition: .3s all;/*box-shadow: -1.151px 21.97px 43px 0px rgb(247 232 211);*/
}
#natural-wonders .box-content {
	font-weight: 500;
	color: #444342;
	margin: 12px;
	display: block;
}
.mb-45 {
	padding-bottom: 75px;
}
#natural-wonders .list-flex li img {
	width: 100%;
}
#mlas ul {
	display: flex;
	list-style: none;
	justify-content: space-around;
	gap: 20px;
	padding: 0px;
	transition: 0.6s all;
}
#mlas ul li {
	width: 50%;
	text-align: center;
	padding: 31px;
	/*box-shadow: 1px 8px 13px 8px rgba;*/
	border-radius: 20px;
	/* border: 1px solid #e3dede; */
	transition: 0.6s all;
	background: #ffffff9e !important;
}
#mlas ul li:hover {
	cursor: pointer;
	background: #ffffff;
	transform: translateY(-14px);
	box-shadow: 1px 5px 13px #d9d9d9;
}
#mlas ul li a {
	color: #eb730b;
	outline: 0;
	text-decoration: none;






	font-weight: normal;
	font-size: 22px;
	font-family: 'Exo 2', sans-serif; !important;
	font-weight: 600;
}
#departments ul {
	display: flex;
	list-style: none;
	padding: 0px;
	flex-wrap: wrap;
	gap: 15px;
}
#departments ul li {
	width: 32.0%;
	box-shadow: 1px 5px 13px #f1f1f1;
	border-radius: 20px;
	margin-bottom: 15px;
	background: #fff;
	transition: 0.6s all;
}
#departments ul li a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 15px;
}
#departments ul li a label {
	font-weight: 500;
	display: block;
	font-size: 14px;
	cursor: pointer;
	margin-top: 5px;
}
#organizations ul {
	display: flex;
	list-style: none;
	justify-content: flex-start;
	padding: 0px;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
#organizations ul li {
	width: 32.0%;
	box-shadow: 1px 5px 13px #d9d9d9;
	border-radius: 20px;
	margin-bottom: 15px;
	background: #fff;
	transition: 0.6s all;
}
#organizations ul li a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 15px;
}
#organizations ul li a label {
	font-weight: 500;
	display: block;
	font-size: 14px;
	cursor: pointer;
}
#institutions ul {
	display: flex;
	list-style: none;
	justify-content: flex-start;
	padding: 0px;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
#institutions ul li {
	width: 32.0%;
	box-shadow: 1px 5px 13px #d9d9d9;
	border-radius: 20px;
	margin-bottom: 15px;
	background: #fff;
	transition: 0.6s all;
}
#institutions ul li:hover {
	transform: translateY(-14px);
	box-shadow: 1px 5px 13px #d9d9d9;
}
#institutions ul li a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 15px;
}
#institutions ul li a label {
	font-weight: 500;
	display: block;
	font-size: 14px;
	cursor: pointer;
}
#departments ul li:hover {
	transform: translateY(-14px);
	box-shadow: 1px 5px 13px #d9d9d9;
}
#organizations ul li:hover {
	transform: translateY(-14px);
	box-shadow: 1px 5px 13px #d9d9d9;
}
.innerpagebg ul.slider-img {
	padding: 0px;
	position: absolute;
}
.innner-page-content-top {
	position: relative;
}
#departments .form-control {
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: no-repeat;
}
.navbar-nav > li > a.selected {
	background: rgb(255 255 255 / 12%);
}
.navbar-nav > li.selected {
	background: rgba(0, 0, 0, 0.12);
}
.navbar-nav .dropdown-menu li a.selected {
	background-color: #ec4e03;
	color: #fff;
}
.visitor {
	background: #a94442;
	padding: 8px;
	text-align: center;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
	font-weight: bold;
}
#welcome .title h1 {
    font-size: 2em;
    color: #000;
}
#backtop {
	display: inline-block;
	background-color: #DF0E53;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,  opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#backtop::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 44px;
	color: #fff;
}
#backtop:hover {
	cursor: pointer;
	background-color: #1f2130;
}
#backtop:active {
	background-color: #555;
}
#backtop.show {
	opacity: 1;
	visibility: visible;
}
.top-nav .time {
	float: left;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-top: 8px;
}
.bn-label::after {
    content: '';
    border-top: 66px solid transparent;
    border-left: 57px solid #f43505;
    border-bottom: 0px solid transparent;
    position: absolute;
    right: -57px;
}
#noticeboard {
	padding: 60px 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-size: cover;
}
.box-design {
	background-color: #fff;
	display: block;
	margin-right: 11px;
	width: 24%;
	padding: 8px 10px;
	border-radius: 14px;
	box-shadow: 0px 0px 7px #989393;
}
.box-design span {
	display: block;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Exo 2', sans-serif; !important;
	padding-top: 11px;
}
.box-design img {
	width: 30%;
	display: block;
	float: left;
	margin-right: 8px;
}
.leader {
}
.leader ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.leader ul li a.ldrtext {
	color: #ce6c04;
	padding: 0 10px 6px 10px;
	background: #ddd;
	margin-top: 8px;
	cursor: pointer
}
.leader ul li {
	/* background-color: #ffffff; */
	padding: 9px 6px;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
	/* border: 2px solid #dedede; */
	margin-bottom: -24px;
	border-radius: 8px;
}
.leader ul li img {
	border-radius: 50%;
	max-height: 112px;
	display: block;
	float: left;
	border: 2px dashed #fb7408;
	padding: 2px;
	margin-right: 10px;
}
.leader ul li h4 {
	color: #ff0101;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 3px;
	text-align: left;
	/*text-transform: uppercase; */
	font-weight: bold;
}
.leader ul li p {
	color: #000;
	margin-bottom: 5px;
	font-size: 0.9em;
	text-align: left;
}
.glance {
	padding: 15px;
}

.glance p {color:#fff; text-align:center;}

.glance .title:after {
    position: absolute;
    width: 17%;
    height: 3px;
    background-color: #f17a58;
    content: "";
    left: 0;
    margin: 0px auto 0px auto;
    bottom: -21%;
}

#welcome .title h1 span {
	color: #ff0101;
}

.pagination > li > a, .pagination > li > span {
    background-color: #ffffff !important;
    color: #000 !important;
}
#news .card-body ul li {
	list-style: none;
	line-height: 25px;
	padding: 10px 0px;
	border-bottom: 1px dashed #ccc;
}
.demo1 {
	height: 350px !important;
}

#e-governance-section {
}
#e-governance-section {
	position: relative;
	padding: 60px 10px 148px 10px;
}
#e-governance-section .title {
	text-align: center;
}
#e-governance-section .title::after {
	content: url(../images/headingborder.png);
}
#smo-section {
	position: relative;
	padding: 60px 0px 70px 0px;
	background-color: #f5eee8;
	background-image: url(../images/latest-bg.jpg);
	background-repeat: no-repeat;
}
#smo-section .title h1 {
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
}

#smo-section p {color: #fff;
text-align:center;
line-height:25px;}

#smo-section .panel-default {
	border: 0px;
	border-radius: 12px;
	margin-bottom: 0px;
}
#smo-section .panel-heading {
	border-bottom: 1px solid #e79a00;
	border-radius: 12px 12px 0px 0px;
	background-color: #fff;
}
#smo-section .panel-heading h4 {
	font-weight: 600;
	font-size: 1.3em;
	color: #fff;
}
#smo-section .panel-body {
	max-height: 400px;
	min-height: 400px;
	overflow: auto;
}
#smo-section .title {
	text-align: center;
}
#smo-section .title::after {
	content: url(../images/headingborder.png);
}
.footer-link {
	background-image: url(../images/footer-bg.png);
	background-size: cover;
	padding: 116px 0px 35px;
	position: relative;
}
.footer-link:before {
	background: #710200;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: 0.8;
}


.linkstitle1 {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    color: #000;
    position: relative;
    top: auto;
    padding-bottom: 15px;
    margin-bottom: 49px;
    padding-top: 40px;
}

    .linkstitle1:after {
        position: absolute;
        bottom: 27px;
        width: 15%;
        content: url(../images/headingborder.png);
        height: 0px;
        right: 0px;
        left: 0px;
        margin: 0px auto;
    }

    .linkstitle1:before {
        width: 25px;
        height: 25px;
        border-radius: 3px;
        background-color: #58b5a8;
        margin: 0px auto;
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: -12px;
        transform: rotate(45deg);
        display: none;
    }

    .linkstitle1 span {
        color: #e65100;
        font-size: 36px;
    }
	 .newcm .depdiv {
                display: block;
                width: 100%;
                background-color: #fff;
                /* border-radius: 22px; */
                padding: 12px 8px;
                /* height: 145px; */
                margin-bottom: 30px;
                border: 1px dashed #FF9800;
                text-align: center;
                border-radius: 10px;
            }

            .newcm .dep-name h3 {
                margin: 0px 0px 8px 0px;
                padding: 0px;
                color: #E65100;
                font-weight: 600;
                font-size: 1.4em;
            }

            .newcm .dep-logo img {
                max-width: 100%;
                border-radius: 50%;
                padding: 3px;
                border: 1px dashed #ccc;
                width: 190px;
                height: 190px;
            }

            .newcm .dep-name {
                /* padding-left: 12px; */
                font-size: 15px;
                padding-top: 10px;
            }
			.leader {
    background-color: #fff;
    background-image: url(../images/black-mamba.png) !important;
    background-size: inherit;
    background: #ffffff;
    padding-bottom: 24px;
}

.leader2 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .leader2 .depdiv {
        display: block;
        width: 100%;
        background-color: #fff;
        /* border-radius: 22px; */
        padding: 16px 6px;
        height: 147px;
        margin-bottom: 22px;
        border: 1px dashed #FF9800;
        border-radius: 10px;
    }

        .leader2 .depdiv .dep-logo, .leader2 .depdiv .dep-name {
            display: table-cell;
            vertical-align: top;
        }

        .leader2 .depdiv .dep-logo {
            /* width: 38%; */
        }

        .leader2 .depdiv .dep-name {
            padding-left: 12px;
            font-size: 15px;
            padding-top: 17px;
        }

        .leader2 .depdiv .dep-logo img {
            /* max-width: 100%; */
            border-radius: 50%;
            border: 1px dashed #3F51B5;
            padding: 2px;
        }

        .leader2 .depdiv .dep-name h4 {
            margin: 0px 0px 8px 0px;
            padding: 0px;
            color: #5a53c9;
            font-weight: 600;
            font-size: 1.2em;
        }

    .leader2 ul li .dep-name p {
        font-size: 0.9em;
    }
.news {
	padding: 60px 15px;
	background-color: #fff;
	background-image: url(../images/latest-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.news .card-header {
	background: #ff9207;
	margin-bottom: 0;
	padding: 15px 20px;
	color: #fff;
	font-size: 1.3em;
	/* border-top-left-radius: 10px; */
	/* border-top-right-radius: 10px; */
}
.news .card-body {
	background-color: #fff;
	list-style: none;
	padding: 14px;
}
.news .card-footer {
	background-color: #ccc;
	text-align: right;
	padding: 4px 8px;
}

.news .card-body ul li {
	list-style: none;
	line-height: 25px;
	padding: 10px 0px;
	border-bottom: 1px dashed #ccc;
}
.demo1 {
	height: 249px !important;
}

.news .title h1 {
	color: #fff;
}
.news .card-body ul {
	margin-left: -27px;
}
.card.panel-default {
    box-shadow: 0px 0px 8px #d7d7d7;
}
.content p {
    line-height: 29px;
}

.card-footer span {
    position: relative;
    top: -11px;
    background-color: #FF5722;
    padding: 7px 17px;
    border: 1px solid #FF9800;
    color: #fff;
}

.logo-section h3 {
    color: #211c6f;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 0px !important;
    margin-top: 5px !important;
    line-height: 33px;
}

.logo-section h4 {
    color: #E65100;
    font-size: 25px;
    font-weight: 600;
    margin-top: 1px !important;
}

.card-1 {border: #ccc;padding: 14px;min-height: 282px;margin-bottom: 18px;border-radius: 12px;border-style: double;background-color: #fff;}

.card-1 h3 {
    margin-top: 0px !important;
    margin-bottom: 10px;
    font-weight: 700;
    color: #FF5722;
    border-bottom: 1px dashed #b3b3b3;
    padding-bottom: 9px;
}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: rgba(46, 75, 144, 0.7607843137254902);
    border-radius: 4px;
    float: right;
    color: #fff;
    position: relative;
    top: 10px;
}
.breadcrumb li a, .breadcrumb>.active{
	color:#fff;
}
.inner-container {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 358px;
    padding: 15px;
    border-top: 4px solid #2e4b90;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	 margin-bottom: 99px;
}
.footer-section {
    background: #fff;
}
.inner-head {
    background: rgba(244, 244, 244, 0.83) none repeat scroll center top;
    padding: 0px 0 2px;
    position: relative;
    background-position: top;
    border-bottom: 1px solid #ccc;
}
.inner-head h1 {
    color: #CE2069;
    font-weight: normal;
    text-transform: uppercase;
    margin: 15px 0;
    font-size: 22px;
    letter-spacing: 1px;
}
label {
    margin-top: 10px;
    /* font-weight: 500 !important; */
}
.form-check {
	float:left;
}

h3.card-title {
    color: #ad0740;
    font-size: 19px;
    font-weight: 600;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 7px 5px !important;
}

.label {
    padding: 0.5em 0em 0em 0em !important;
    font-size: 17px !important;
    color: #172781 !important;
    font-weight: 600 !important;
    display: block;
    text-align: left !important;
}

label.form-label {
    background: none!important;
    color: #000 !important;
    display: block;
    padding: 0.9rem 0rem !important;
    font-weight: 600;
    text-align: left !important;
}

select.form-select {
    width: 100%;
    padding: 0rem 0.9rem;
}
.tab .card {
    width: 100%;
    min-width: 100%;
    margin-bottom: 22px;
    border: none;
    min-height: 181px;
    text-align: center;
    border-radius: 15px;
    padding: 8px;
    box-shadow: 2px 2px 5px #3e3e3e;
}
.btn-success {width: 100%;}
.card .card-body .card-icon-indicator {
    width: 45px;
    height: 45px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 2.2;
	display: none;
}
.bg-inverse-icon-warning {
    background: #ffffff33;
    border: 1px dashed #fff;
}

.bg-gradient-success {
    background: linear-gradient(to right, #65d3ca, #03a78d) !important;
}
.bg-gradient-gray {
    background: linear-gradient(to right, #de78ef, #9C27B0) !important;
}
.bg-gradient-pink {
    background: linear-gradient(to right, #ff9ece, #ff26a2) !important;
}
.bg-gradient-blue {
    background: linear-gradient(to right, #2196F3, #03A9F4) !important;
}
.bg-gradient-navyblue {
    background: linear-gradient(to right, #FFC107, #FF5722) !important;
}
.bg-gradient-info {
    background: -webkit-gradient(linear, left top, right top, from(#90caf9), color-stop(99%, #047edf)) !important;
    background: linear-gradient(to right, #90caf9, #047edf 99%) !important;
}


.bg-gradient-danger {
    background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#fe7096)) !important;
    background: linear-gradient(to right, #ffbf96, #fe7096) !important;
}

.bg-gradient-blue {
    background: linear-gradient(to right, #2196F3, #03A9F4) !important;
}

.bg-gradient-brown {
    background: linear-gradient(to right, #f4be77, #d3a76e) !important;
}
.bg-gradient-khaki {
    background: linear-gradient(to right, #fd6df4, #ff0db4) !important;
}
.bg-gradient-khaki1 {
    background: linear-gradient(to right, #FFA07A, #FFA07A) !important;
}
.bg-gradient-khaki2 {
    background: linear-gradient(to right, #49be00, #378c03) !important;
}
.bg-gradient-khaki3 {
    background: linear-gradient(to right, #fba11b, #f5c47b) !important;
}
.bg-gradient-khaki4 {
    background: linear-gradient(to right, #f9deb6, #ffc062) !important;
}
.bg-gradient-khaki5 {
    background: linear-gradient(to right, #DEB887, #DEB887) !important;
}
.bg-gradient-khaki6 {
    background: linear-gradient(to right, #00d9d9, #00a3a3) !important;
}







.card-body .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.color-card-head {
    font-weight: 600;
    color: #ffffff;
    padding-top: 10px;
    line-height: 20px;
}

/*** Tabs */
.tabs {
	display: flex;
	flex-wrap: wrap; // make sure it wraps
}
.tabs label {
	order: 1;
	Put the labels first
	display: block;
	padding: 1rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
	background: #3F51B5;
	font-weight: bold;
	transition: background ease 0.2s;
	color: #fff;
	text-align: center;
}
.tab-new {width: 33%;}


.tabs .tab {
  order: 99; // Put the tabs last
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #fff;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #ff940e;
	color: #fff;
	border-top: 4px solid #3F51B5;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

/*** Generic Styling*/

.logo-section {
    /* background-color: #fff; */
    border-top: 2px solid #000;
}
.numeric {
    color: #fff;
    font-size: 16px;
    border: 1px dashed #fff;
    width: 69%;
    margin: 0 auto;
    padding: 5px 0px;
    border-radius: 15px;
    font-weight: 600;
}

.dt-length {display: block;width: 74% ;float: left;}

.dt-search {
    display: block;
}

div.dt-container div.dt-length label {
    background: none !important;
    color: #000 !important;
}

div.dt-container div.dt-search label {
    background: none !important;
    color: #000 !important;
}

div.dt-container div.dt-length select {
    width: 8% !important;
}

div.dt-container div.dt-paging {
  /* margin: 0; */
  display: block !important;
  margin-top: 11px !important;
  float: right;
}

div.dt-container div.dt-info {
    display: block !important;
    width: 61% !important;
    float: left !important;
}

.pagination > li > a, .pagination > li > span {
    cursor: pointer !important;
	    color: #23527c !important;
}

.tab-card-height {
    min-height: 143px !important;
}

h2.text-white {
    color: #fff;
    font-size: 25px;
}
.newgallery{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 4px;list-style:none;margin:0}
.newgallery li{-ms-flex:33%;flex: 25%;max-width: 25%;padding:0 4px;vertical-align:middle}
.newgallery li img{max-width:100%;position:relative;z-index:0}
.newgallery li a{display:block;position:relative;overflow:hidden;height:auto;z-index:0;margin-bottom:8px}
.newgallery li .overlay{position:absolute;height:100%;width:100%;z-index:5;top:0;right:0;left:0;text-align:center;background-color: rgb(97 23 0 / 67%);padding:30px;transition:all 450ms ease-out 0s;-webkit-transform:rotateY(180deg) scale(0.5,0.5);-moz-transform:rotateY(180deg) scale(0.5,0.5);-ms-transform:rotateY(180deg) scale(0.5,0.5);-o-transform:rotateY(180deg) scale(0.5,0.5);transform:rotateY(180deg) scale(0.5,0.5);opacity:.0}
.newgallery li .def-head{position:absolute;display:block;bottom:0;padding: 5px 11px;text-align:center;left:0;right:0;margin:0 auto;font-size:15px;transition:all 250ms ease-out 0s;color:#fff;text-shadow:1px 1px 1px #403e3e;font-weight:400;background-color: rgb(167 40 0 / 83%);border-top:0 solid #fff;border-bottom:0 solid #fff;z-index:5;opacity:1}
.newgallery li a:hover .overlay{-webkit-transform:rotateY(0deg) scale(1,1);-moz-transform:rotateY(0deg) scale(1,1);-ms-transform:rotateY(0deg) scale(1,1);-o-transform:rotateY(0deg) scale(1,1);transform:rotateY(0deg) scale(1,1);opacity:1}
.newgallery li a:hover .def-head{bottom:-15%;opacity:.0}
.newgallery li .heading,.newgallery li .data-content{display:block;text-align:center;margin-bottom:10px}
.newgallery li .heading{font-size:23px;font-family:'Merriweather',serif;color:#fff;font-weight:bold;margin-top:48%}
.newgallery li .data-content{color:#fff;padding-top:29px;font-size:1em;font-weight:normal;padding-bottom:16px}
.newgallery li .view-page{color:#fff;display:inline-block;text-align:center;border:1px solid #fff;margin:auto;padding: 3px 7px;z-index:9;position:relative;width:auto;font-size: 14px;}

input#myInput {
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    padding: 0px 15px;
}
.fancy-gallery a img {
    margin-bottom: 20px;
    border: 3px solid #dadada7d;
    padding: 6px;
}
.controlbtn2{list-style:none;margin:0 0 25px 0;padding:0;text-align:right;position: absolute;float: right;right: 30px;top: 34px;}
.controlbtn2 li{display:inline-block;margin:0 3px}
.controlbtn2 li a{display:inline-block;padding:8px 15px;background-color:#0f2e5d;color:#fff}
.controlbtn2 li a:hover{text-decoration:none;background-color:#d09a06}

.governorsection{/* border:1px solid #ecdeb9; */min-height:198px;/* background-image:url(../images/headerbg-1.jpg); */text-align:center;position:relative;margin-bottom: 5px;}
.governorpic{margin: 50px auto 0 auto;width: 209px;border:3px solid rgba(255,255,255,.4);}
.governorpic img{max-width:100%;border: 1px dashed #FF5722;padding: 5px;border-radius: 10px;}
.governorsection h4{color: #F44336;font-weight:normal;font-size:1.5em;margin: 13px 0 12px 0;font-weight: 600;}
.governorsection p{margin-bottom: 30px!important;}
.governorsection .view{color:#b58604;font-weight:500;font-size:.9em;text-transform:uppercase;}

.card-1 p {
	min-height: 162px;
}