body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #6b2727;
	background: #f1efe8;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

*:focus {
	box-shadow: none !important;
	outline: 0;
}

.form-control:focus {
	border-color: #6b2727 !important;
}

.pr {
	position: relative;
	z-index: 1;
}

b, strong {
	font-weight: 500;
}

.pad0 {
	padding: 0 !important;
}

.margin0 {
	margin: 0;
}

a {
	color: #6b2727;
}

a:hover {
	color: #d95b2f;
	text-decoration: underline;
}

.br0 {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

h1, .h1 {
	font-size: 30px;
}

h2, .h2 {
	font-size: 24px;
}

h3, .h3 {
	font-size: 20px;
}

h4, .h4 {
	font-size: 16px;
}

h5, .h5 {
	font-size: 14px;
}

h1, h2, h3 {
	font-family: 'David Libre';
}

label {
	font-weight: 700;
	font-size: 14px;
}

a, .btn, .blockimg img {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
}

a:hover {
	text-decoration: none;
}

.clearfix {
	clear: both;
}

/*new*/

.main {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	position: relative;
	z-index: 100;
}

.main-content {
	flex: 1 1 auto;
}

/*events*/

.gallery {
	background: #fff;
}

.gallery-item .gallery-img img {
	height: 160px;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.gallery-item {
	position: relative;
	margin: 0 1px;
}

.gallery-item .gallery-img {
	position: relative;
	overflow: hidden;
}

.gallery-item .gallery-img::before {
	position: absolute;
	z-index: 2;
	content: '';
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.302) inset;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.gallery-item:hover .desp {
	opacity: 1;
}

.gallery .gallery-item:hover .gallery-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.gallery-item .desp {
	text-align: center;
	padding: 10px;
	background: rgba(55, 27, 27, 0.902);
	position: absolute;
	opacity: 0;
	height: 100%;
	width: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.gallery-item .desp h3 {
	font-family: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 5;
	position: relative;
	color: #ffc9a2;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}

.gallery .btn-inverse {
	position: absolute;
	top: 10px;
	right: 0;
}

.btn-inverse {
	color: #d95b2f;
	background-color: #ffeee0;
	border: 2px solid #d95b2f;
	border-radius: 2px;
	padding: 4px 12px;
	font-size: .9rem;
}

/*header*/

.main-header {
	background: #fff;
	box-shadow: 0 0px 15px rgba(15, 15, 15, 0.2);
	z-index: 10;
	position: relative;
}

.leftmenu li a {
	height: 22px;
	width: 25px;
	text-align: center;
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	color: #000;
	background: #f0f0f0;
	border-radius: 3px;
	margin-right: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid transparent;
}

.leftmenu li a:hover {
	border-color: #5f2a2a;
}

.topbar {
	background: #e8d0ae;
}

.logo-wrapper .input-group .form-control, .logo-wrapper .input-group .btn {
	background: #e8d0ae;
	border: 0 !important;
	margin-top: 1px;
	color: #5f2a2a;
	height: 34px;
}

.logo-wrapper ::-webkit-input-placeholder {
	color: #5f2a2a;
}

.logo-wrapper ::-moz-placeholder {
	color: #5f2a2a;
}

.logo-wrapper :-ms-input-placeholder {
	color: #5f2a2a;
}

.logo-wrapper :-moz-placeholder {
	color: #5f2a2a;
}

.logo-wrapper img {
	max-height: 80px;
}

.rightmenu .nav-item {
	border-right: 1px solid #c8a471;
}

.rightmenu .nav-item .nav-link {
	display: block;
	padding: .4rem 1rem;
	color: #000;
	text-transform: uppercase;
	font-size: .8rem;
}

.social-links li a {
	height: 30px;
	width: 30px;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	margin-right: 3px;
}

#rightnav ul li a:hover {
	color: #fff;
	opacity: .7;
}

.tooltip-inner {
	padding: 6px 10px;
}

.palette {
	width: 20px !important;
}

.theme-black {
	background: #111 !important;
}

#rightnav .dropdown-toggle::after {
	display: none;
}

#navigation {
	background:#542e00;
	border-bottom: 1px solid rgba(232, 208, 174, 0.302);
	border-top:1px solid #9c5703;
}

#navigation .navbar-nav>li>a {
	padding: 12px 10px;
	display: block;
	color: #fff6e7;
	font-size: 1.0rem;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	border-right:1px solid #925000;
}

#navigation .navbar-nav>li:hover>a, #navigation .navbar-nav>li.active>a {
	color: #fff;
}

#navigation .navbar-nav>li>a .mdi {
	font-size: 16px;
}

#navigation .navbar-nav>li:last-child>ul {
	right: 0;
	left: auto;
}

#navigation .navbar-nav .dropdown-menu li a {
	display: block;
	color: #2F2E37;
	font-size:16px;
	padding: 8px 15px;
	min-width: 210px;
	font-weight: 500;
	border-bottom: 1px solid #ececec;
}

#navigation .navbar-nav>.dropdown-menu>li:last-child a {
	border-bottom: 0;
}

#navigation .dropdown-menu li a:hover, #navigation .dropdown-menu li a:focus {
	background:#e8d0ae;
	color: #5f2a2a;
}

.logo-wrapper {
	padding: 8px 0;
	background:#713e00;
}

.logo-holder {
	font-size: .9em;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	color: #fff;
}

.logo-holder img {
	max-width: 135px;
	max-height: 90px;
}

.logo-title {
	margin-left: 10px;
}

.logo-title h1 {
	line-height: 1.4;
	font-size: 28px;
}

.logo-title p {
	font-size: .9rem;
}

.navbar-light .navbar-toggler {
	border-color: rgba(0, 0, 0, 0.102);
	background: #e8d0ae;
	border-radius: 0;
	color: #5f2a2a;
	outline: 0 none;
}

.control {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 50;
	color: #ddd;
	line-height: 1.8;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.376);
	border: 0;
	font-size: 14px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	outline: none !important;
}

#marker {
	position: absolute;
	display: none;
	border-bottom:3px solid #d27300;
	height: 3px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
	bottom: -3px !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}

.loader {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: relative;
	animation: loader 0.9s ease alternate infinite;
	animation-delay: 0.36s;
	top: 50%;
	margin: -42px auto 0 auto;
}

.loader:after, .loader:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	animation: loader 0.9s ease alternate infinite;
}

.loader:before {
	left: -40px;
	animation-delay: 0.18s;
}

.loader:after {
	right: -40px;
	animation-delay: 0.54s;
}

@keyframes loader {
	0% {
		box-shadow: 0 15px 0 -15px #ffd1ac;
	}
	100% {
		box-shadow: 0 15px 0 #ffd1ac;
	}
}

/*partners*/

.partners {
	background: #f2f2f2;
	border-top: 1px solid #e6e6e6;
}

.img-box {
	position: relative;
	height: 80px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	padding: 10px;
	margin: 15px 8px;
	/*background: #f3f3f3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border: 3px solid #fff;
	box-shadow: 0 0 10px 0 #ddd;*/
}

/*.img-box img {
	max-width: 140px;
	max-height: 100%;
}*/

.sec-pad {
	padding: 25px 0;
}

/* about */

.about {
	padding: 30px;
}

.title2 {
	padding-bottom: 10px;
	margin-bottom: 0;
	position: relative;
}

.h2.title2::after {
	content: '';
	right: 100px;
	left: 135px;
	height: 1px;
	border-bottom: 3px dotted #bd834a;
	display: block;
	position: absolute;
	top: 12px;
}

.title-lg {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
	line-height: 1.4;
}

.title-lg:after {
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	background: transparent url(../img/bottomline.png) no-repeat center;
	height: 40px;
	width: 300px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.profile{border:4px solid #ffdac1;background:#fdeeee; padding: 20px;margin-top: 20px; text-align: center;margin-right:10px; border-radius: 6px;}
.profile img{max-width: 100px;}
.cardheading {
	padding: 8px 10px 8px 55px;
	background: #e07e2e;
	color: #fff;
	margin-bottom: 8px;
}

.cardheading .mdi {
	height: 45px;
	width: 45px;
	background: #f9ffe1;
	display: inline-block;
	text-align: center;
	line-height: 44px;
	position: absolute;
	top: -5px;
	border-radius: 50%;
	left: 20px;
	color: #e07e2e;
	border: 2px solid #e07e2e;
	font-size: 22px;
}

.detail ul li a {
	position: relative;
	display: block;
	color: #000;
	position: relative;
	height: 100%;
	border-bottom: 1px solid #ddd;
	padding: 10px 10px 10px 35px;
	background: #f5f5f5;
	margin-bottom: 10px;
}

.detail ul li a::before {
	left: 10px;
	position: absolute;
	content: '\f192';
	font-family: 'FontAwesome';
	text-align: center;
	line-height: 18px;
	font-size: 16px;
	color: #d76a27;
}

.aboutd {
	background: #fff;
	font-size: 15px;
	position: relative;
}

.animbox {
	position: absolute;
	padding: 15px;
	top: -58px;
	left: calc(50% - 50px);
	font-size: 2.4rem;
	width: 100px;
	background: #4b3333;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.abouttxt {
	line-height: 2;
	/* font-size: .9rem; */
	padding-bottom: 10px;
}

.listing a {
	font-size: 18px;
	margin: 15px 10px 0;
	display: inline-block;
	font-weight: 500;
	background: #fff;
	padding: 4px 12px;
}

.listheading {
	padding: 5px 10px;
	display: inline-block;
	font-size: 1.05rem;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'David Libre';
	background:#713e00;
	position: relative;
	top: 18px;
	z-index: 1;
	left: 20px; color: #fff;
}

.listfooter {
	background: #fee;
	border: 1px solid #ebc497;
	margin-top: -1px;
	padding: 5px;
	text-align: right;
	margin-bottom: 20px;
}

.date {
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	color: #d95b2f;
	position: relative;
}

.spacer {
	background: transparent url(../img/separator.png) repeat-x center;
	background-size: auto auto;
	height: 40px;
	width: 100%;
	background-size: 50%;
	margin: 0 0 20px;
}

.tenderlist tr td {
	position: relative;
	padding-left: 30px;
	border: 0;
	border-bottom: 1px dashed #ebc497;
}

.tenderlist tr td:before {
	content: "\f055";
	position: absolute;
	font-family: 'Material Design Icons';
	left: 10px;
}

.tenderlist tr td a {
	display: inline-block;
	color: #7a770b;
	font-style: italic;
	font-weight: 500;
	font-size: .85rem;
}

/* footer */

.footer {
	position: relative;
	border-bottom: 4px solid #e07e2e;
	background: #ffd1ac;
}

.footer h4 {
	color: #fff;
	margin-bottom: 10px;
	border-bottom: 1px solid #343434;
	padding-bottom: 10px;
}

.address {
	background: rgba(12, 12, 12, 0.502);
	border-top: 2px dotted #d95050;
	margin-top: 1px;
	border-bottom: 2px solid #b42f2f;
}

.footer, .footer li a {
	color: #e8d0ae;
	position: relative;
}

.footer-links li a {
	margin: 3px 10px 3px 0;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color: #140707;
}

.footer-links li+li a::before {
	content: '|';
	margin-right: 10px;
}

.footer-links li a:hover {
	color: #d95b2f;
}

#rightnav .dropdown-toggle::after {
	display: none;
}

.footer-top li a {
	padding-left: 25px;
}

.footer-top li a::before {
	left: 0;
	position: absolute;
	content: '\f13e';
	font-family: 'Material Design Icons';
	text-align: center;
	line-height: 1.3;
	font-size: 16px;
	color: #5f6065;
}

.footer-bottom .footer-links li+li a:after {
	color: #fff;
}

.footer-middle {
	padding: 10px 0;
	border-top: 1px solid #343434;
}

.footer-bottom {
	padding: 12px 0;
	background:#713e00;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7;
	font-size: .8rem; color: #fff;
}

.btn-facebook {
	color: #fff;
	background-color: #3b5998;
}

.btn-twitter {
	color: #fff;
	background-color: #55acee;
}

.btn-youtube {
	color: #fff;
	background-color: #bb0000;
}

.back-top {
	position: absolute;
	display: inline-block;
	bottom: 60px;
	right: 8px;
	height: 32px;
	width: 32px;
	z-index: 2;
	background: rgba(60, 55, 41, 0.702);
	color: #fff !important;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.102);
	line-height: 30px;
	font-size: 24px;
}

.back-top:hover {
	background: #fff;
	color: #000 !important;
}

.validation img {
	max-height: 28px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-left-color: #422 !important;
	margin-top: 4px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/* useful links */

.linkbox {
	padding: 0 15px;
	color: #e07e2e;
}

.linkbox ul li a {
	position: relative;
	color: #903900;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	background: #ece0cc;
	padding: 6px 6px 6px 30px;
	margin-top: 8px;
	font-weight: 500;
	font-size: .85rem;
	border: 1px solid transparent;
}

.linkbox ul li a:hover {
	border-color: #e07e2e;
}

.linkbox ul li a::before {
	content: "\f134";
	position: absolute;
	font-family: 'Material Design Icons';
	left: 8px;
	color: #c15700;
}

/*count*/

.background1 {
	background: transparent url(../img/event1.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	line-height: 1.8;
	padding: 30px 20px 20px;
	border-top: 1px solid #ddd;
}

.background1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.902);
}

.transbox {
	position: relative;
	border-radius: 4px;
	background: #fff;
	padding: 5px;
}

.countbox {
	display: block;
	text-align: center;
	border: 1px solid #ffd0d0;
	margin: 7px 3px;
	background: #fdeeee; min-height: 167px;
}

.countbox .icon {
	display: inline-block;
	position: relative;
	width: 85px;
	line-height: 85px;
	background: #fff;
	margin: 15px 0;
	height: 85px;
	/* border: 2px solid #ffdcac; */
	border-radius: 50%;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
}

.countbox .icon:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 2px #ffdcac;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.countbox .icon img {
	max-width: 42px;
}

.countbox:hover .icon {
	background: #fff2e0;
	box-shadow: 0 0 0 8px #ffe2e2;
}

.countbox:hover .icon:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	-o-transform: scale(0.85);
	box-shadow: 0 0 0 4px #ffdcac;
}

.text {
	font-size: 14px;
	position: relative;
	padding-bottom:0px;
	display: inline-block;
	font-weight: 500;
	color: #6b2727;
}

.tab1 {
	background: #543838;
}

.tab2 {
	background: #c7962d;
}

.tab3 {
	background: #d87d33;
}

/*News Ticker*/

.marquee {
	color: #a90404;
	font-weight: 500;
	letter-spacing: .5px;
	font-size: 14px;
	text-shadow: 0 0 4px #ffdfaa;
	max-width: 440px;
}

.breakingNews {
	height: 40px;
	line-height: 40px;
	background: #443a3a;
	position: absolute;
	right: 15px;
	left: 15px;
	top: -40px;
	overflow: hidden;
}

.news-title {
	position: absolute;
	width: 135px;
	text-align: center;
	background: #d95b2f;
	height: 40px;
	line-height: 39px;
	top: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	left: 0;
	color: #fff;
	letter-spacing: .5px;
}

.news-more {
	position: absolute;
	width: 70px;
	text-align: center;
	background:#713e00;
	height: 40px;
	line-height: 39px;
	top: 0;
	font-size: .85rem;
	right: 0;
	color: #fff !important;
}

#bn1 {
	padding-left: 145px;
	padding-right: 75px;
}

.carouselTicker__list {
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.carouselTicker__item {
	margin: 0 0 0 5px;
	float: left;
}

.carouselTicker__item a {
	color: #fff;
	letter-spacing: 1px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	position: relative;
	padding-right: 8px;
}

.carouselTicker__item a::after {
	content: '|';
	margin-left: 10px;
}

.carouselTicker__loader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff url("../images/loader.gif") center center no-repeat;
}

.newsticker {
	max-height: 230px;
	overflow: hidden;
	padding: 10px;
}

.navbar-toggler span>span {
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	padding-left: 6px;
	padding-top: 3px;
}

.eventlist {
	height: 270px;
	border: 1px solid #ebc497;
	padding-top: 15px;
	background: #fff;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 5px;
}

.btn-xs {
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	background: #f8fde2;
	border: 1px solid #a75757;
	display: inline-block;
	border-radius: 2px;
}

.btn-main {
	color: #fff;
	background-color: #d95b2f;
	border-color: #fff;
	padding: 3px 8px;
	font-size: .85rem;
}

.btn-main:hover {
	color: #fff;
	background-color: #a74a28;
}

.detail ul li a:hover, .footer-top li a:hover, .tenderlist tr td a:hover {
	text-decoration: underline;
}

/* icon hover */

.icon-trsp {
	text-align: center;
	padding: 0 0 20px;
}

.icon-trsp a {
	font-size: 16px;
	color: #06a;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding-bottom: 15px;
}

.icon-trsp a::after {
	content: '';
	position: absolute;
	height: 4px;
	width: 30px;
	background: #52ab40;
	left: calc(50% - 15px);
	top: 100%;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.icon-trsp a:hover::after {
	transform: scaleX(2);
	-webkit-transform: scaleX(2);
	-moz-transform: scaleX(2);
	-ms-transform: scaleX(2);
	-o-transform: scaleX(2);
}

.topicon {
	height: 80px;
	width: 80px;
	position: relative;
	z-index: 1;
	line-height: 80px;
	margin: 0 auto 25px;
	text-align: center;
	font-size: 2rem;
	border: 1px solid #d3d3d3;
	background: #fff;
	color: #2c2c2c;
}

.content-box {
	position: relative;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.102);
	z-index: 1;
	margin-bottom: 20px;
	border-bottom: 2px solid #e07e2e;
}

.minister-desk {
	text-align: center;
	padding: 15px;
	border: 4px solid #fff;
	height: 100%;
	background: #f2f2f2 url(../img/flower.png) no-repeat center center;
	width: 100%;
	background-size: 300px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.minister-desk img {
	height: 190px;
}

.minister-desk .name {
	font-size: .85rem;
	color: #fff;
	background: #e07e2e;
	padding: 8px 20px;
	display: table;
	margin: 0 auto 7px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}

.minister-desk .name::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-right: 6px solid #f2f2f2;
	border-bottom: 18px solid transparent;
}

.minister-desk .name::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-left: 6px solid #f2f2f2;
	border-bottom: 18px solid transparent;
}

.minister-desk p+p {
	text-transform: uppercase;
	font-size: .75rem;
}

select.form-control {
	background: #fff url(../img/custom-select.png) right 0.75rem center no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
	padding-right: 35px;
}

input[type="checkbox"], input[type="radio"] {
	margin-right: 5px;
}

.btn-facebook {
	color: #fff;
	background-color: #3b5998;
}

.btn-twitter {
	color: #fff;
	background-color: #55acee;
}

.btn-youtube {
	color: #fff;
	background-color: #bb0000;
}

/* innerpage */

.upper-slide {
	background: rgba(249, 255, 225, 0.902);
	padding: 5px 0;
	margin-bottom: 20px;
}

.breadcrumb {
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 4px 0 0;
}

.breadcrumb a, .breadcrumb-item.active {
	color: #a90404;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #a90404;
	content: "\F30D";
	font-family: "Material Design Icons";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.inner-box {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 35px;
	color: #000;
}

.inner-box img {
	max-width: 100%;
	max-height: 200px;
}

.inner-box ul {
	list-style: initial;
	padding: 10px 0 10px 20px;
}

.inner-box ol {
	padding: 10px 0 10px 20px;
}

.inner-box table {
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
}

.inner-box table th {
	background: #e5e5e5;
}

.inner-box table tr td, .inner-box table tr th {
	border: 1px solid #ddd;
	padding: 5px;
}

.inner-box ul.nav {
	list-style: none;
	padding: 0;
	background: #f4f0ff;
}

.searchtop {
	margin-bottom: 10px;
}

.inner-box .form-control, .inner-box .btn {
	font-size: .8rem;
	height: 36px !important;
}

.inner-box textarea.form-control {
	height: auto !important;
}

.inner-box h1, .inner-box h2, .inner-box h3 {
	font-family: 'Roboto', sans-serif;
}

/* pagination */

.pagination {
	list-style: none !important;
	padding: 0 !important;
}

.pagination li a:hover, .pagination li.active a {
	background: #5f2a2a;
	color: #fff;
}

.pagination li a {
	height: 30px;
	min-width: 30px;
	display: inline-block;
	border: 1px solid #a75757;
	color: #5f2a2a;
	text-align: center;
	line-height: 28px;
	padding: 0 6px;
	margin-right: -1px;
	background: #f8fde2;
}

.category {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(55, 27, 27, 0.902);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	display: flex;
	justify-content: center;
	align-self: center;
	flex-direction: column;
	text-align: center;
	z-index: 10;
}

.gallery-item:hover .category {
	bottom: 0;
	height: 100%;
}

.categoryname {
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.viewbtn {
	color: #ffd1ac;
	font-style: italic;
}

.viewbtn::after {
	content: '\f178';
	font-family: 'Fontawesome';
	margin-left: 5px;
	font-size: 14px;
	font-style: normal;
}

/* members */

.media img {
	max-width: 130px;
	padding: 4px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.102), 0 2px 10px 0 rgba(0, 0, 0, 0.102);
}

.email::before {
	content: "\f1ef";
	font-family: 'Material Design Icons';
}

.contact-no::before {
	content: "\f3f2";
	font-family: 'Material Design Icons';
}

/*responsive*/

@media (min-width: 768px) {
	.affix #navigation {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}
	.affix {
		padding-top: 45px;
	}
	.web-nav .dropdown>.dropdown-menu {
		top: 100%;
		margin-top: 0;
	}
	.web-nav .dropdown-menu {
		display: block;
		padding: 0;
		opacity: 0;
		visibility: hidden;
		border: 0;
		border-radius: 0;
		box-shadow: 0 5px 11px rgba(0, 0, 0, 0.09);
		transition: all .2s ease-in;
		background: #fff;
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-ms-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		z-index: 10;
	}
	.web-nav .dropdown:hover>.dropdown-menu, .web-nav .dropdown-submenu:hover>.dropdown-menu {
		opacity: 1;
		visibility: visible;
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
}

/*responsive*/

@media (min-width: 1600px) {
	.container {
		max-width: 80% !important;
	}
	.gallery-item .gallery-img img {
		height: 200px;
	}
}

@media (max-width: 1199px) {
	.container {
		max-width: 95% !important;
	}
	#navigation .navbar-nav li a {
		font-size: 11px;
		padding: 12px 8px;
	}
	.contact-info {
		font-size: 12px;
	}
	.rightmenu .nav-item .nav-link {
		padding: .5rem;
		font-size: .72rem;
	}
	.marquee {
		max-width: 330px;
	}
}

@media (max-width: 992px) {
	#rightnav.navbar-light .navbar-nav li a {
		padding: 12px 8px;
		font-size: 12px;
	}
	.list-cir li {
		margin-right: 2px;
	}
	.facultylist .media {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.designation {
		margin-top: 10px;
	}
	.marquee {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#navigation .navbar-nav li a {
		font-size: 11px;
		padding: 8px;
		text-align: center;
		height: 100%;
	}
	#navigation .navbar-nav .dropdown-menu li a {
		text-align: left;
		padding: 6px 15px;
		font-size: 13px;
		min-width: 165px;
	}
	#navigation .navbar-nav li a > i {
		display: block;
	}
	.logo-title h1 {
		font-size: 20px;
		line-height: 1.2;
	}
}

@media (max-width: 767px) {
	body {
		padding-top: 0 !important;
	}
	.main-header {
		position: relative;
	}
	.container {
		max-width: 100% !important;
	}
	#rightnav .navbar-collapse {
		background: #24232F;
		z-index: 1000;
		padding: 10px 15px;
	}
	#rightnav .nav-item {
		border: 0;
	}
	.logo-holder {
		top: 0;
	}
	#navigation .navbar-nav li a {
		padding: 6px 10px;
	}
	.important img {
		margin: 0 auto 10px;
	}
	#navigation {
		width: 100% !important;
		left: 0 !important;
		right: 0;
	}
	#navigation .navbar-nav .dropdown-menu li a {
		border: 0;
		font-size: 13px;
		padding: 5px 15px;
	}
	#navigation .dropdown-menu {
		padding: 0;
	}
	.logo-title h1 {
		font-size: 20px;
	}
	.logo-title {
		margin-top: 0;
	}
	.pdxs0 {
		padding: 0;
	}
	.logo-wrapper img {
		max-height: 60px;
	}
	#rightnav.navbar-light .navbar-nav.mr-auto li+li a::after, .nivo-controlNav {
		display: none;
	}
	.footer-bottom .float-left, .footer-bottom .float-right {
		float: none !important;
		margin-top: 10px;
	}
	.btn-red {
		margin-left: 12px;
	}
	#navigation .navbar-nav>li>a {
		border: 0;
	}
	#bn1 {
		padding-left: 45px;
	}
	.news-title {
		width: 38px;
		font-size: 0;
	}
	.news-title::after {
		content: '\f0a1';
		font-family: 'Fontawesome';
		font-size: 20px;
		margin-right: 5px;
	}
	.profile{margin-left:10px;}
}

@media (max-width: 576px) {
	.logo-title {
		margin-top: 0;
	}
	.logo-title h1 {
		font-size: 12px;
	}
	.logo-title p {
		font-size: 10px;
	}
	.logo-right img {
		max-width: 30px;
	}
	.logo-slider .slick-next {
		right: 0;
	}
	.logo-slider .slick-prev {
		left: 0;
	}
	.gallery-item {
		width: 100%;
		margin: 0;
	}
	.gallery .d-flex {
		margin-top: 20px;
		padding: 15px;
	}
	.back-top {
		right: 0;
		bottom: 0;
	}
	.holder {
		top: 42%;
	}
	.news-list {
		padding-top: 0;
	}
	.breakingNews {
		position: relative;
		right: 0;
		left: 0;
		top: 0;
	}
	.content-box {
		top: 0;
	}
	.transbox .nav-justified .nav-item {
		flex-basis: auto !important;
		width: 50%;
	}
	.countbox .icon {
		width: 50px;
		line-height: 50px;
		margin: 15px 0 5px;
		height: 50px;
	}
	.countbox .icon img {
		max-width: 25px;
	}
	.text {
		font-size: 14px;
	}
	.title-lg::after {
		background-size: 210px;
	}
	.title-lg {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.w-50 {
		width: 100% !important;
	}
	.footer-links li a, .footer {
		font-size: 13px;
	}
	.gallery .btn-inverse {
		position: relative;
		top: -12px;
		right: 0;
	}
	.media {
		flex-direction: column;
		-ms-flex-direction: column;
	}
}