body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	background: #f2f2f2;
}

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: #2cacda !important;
}

.pr {
	position: relative;
	z-index: 1;
}

b, strong {
	font-weight: 500;
}

.pad0 {
	padding: 0 !important;
}

.margin0 {
	margin: 0;
}

a:hover {
	color: #0e4fb1;
	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;
}

label {
	font-weight: 700;
	font-size: 14px;
}

a, .btn, .blockimg img {
	-webkit-transition: all .3s ease;
	transition: all .3s 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 6px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.gallery-item .gallery-img {
	position: relative;
	overflow: hidden;
	border: 1px solid #d7d7d7;
}

.gallery-item .gallery-img:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 10;
}

.gallery-item:hover .gallery-img::before {
	opacity: 1;
}

.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: 30px 20px 10px;
	background: #eee;
	color: #f00;
	position: relative;
}

.gallery-item .desp::before {
	content: '\f2eb';
	font-family: Material Design Icons;
	height: 42px;
	width: 42px;
	line-height: 38px;
	position: absolute;
	top: -17px;
	border-radius: 50%;
	font-size: 20px;
	background: #a52c2c;
	color: #fff;
	z-index: 10;
	left: calc(50% - 20px);
	border: 2px solid #eee;
}

.gallery-item .desp::after {
	width: 120px;
	height: 4px;
	background: #a52c2c;
	content: '';
	top: -2px;
	position: absolute;
	left: calc(50% - 60px);
}

.gallery-item .desp h5 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 5;
	position: relative;
	font-weight: 500;
	color: #1c6896;
	font-size: 15px;
}

/*header*/

.main-header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0px 15px rgba(15, 15, 15, 0.2);
}

.leftmenu li a {
	height: 25px;
	width: 25px;
	text-align: center;
	display: block;
	line-height: 25px;
	font-size: 14px;
	color: #000;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-right: 3px;
}

.topbar {
	background: #f2f2f2;
}

.rightmenu .input-group .form-control, .rightmenu .input-group .btn {
	background: #e9e9e9;
	border-color: #e9e9e9 !important;
	margin-top: 2px;
}

.rightmenu .nav-item {
	border-right: 1px solid #dfdfdf;
}

.rightmenu .nav-item .nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #000;
	text-transform: uppercase;
	font-size: .8rem;
}

#rightnav {
	position: fixed;
	left: 0;
	top: 60%;
}

#rightnav ul li a {
	height: 30px;
	width: 30px;
	text-align: center;
	display: block;
	line-height: 30px;
	font-size: 15px;
	border-radius: 0 4px 4px 0;
	margin: 3px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#rightnav ul li a:hover {
	color: #fff;
	opacity: .7;
}

.tooltip-inner {
	padding: 6px 10px;
}

.palette {
	border: 4px solid #fff !important;
	background: #ddd !important;
	display: inline-block;
}

.theme-black {
	background: #111 !important;
}

#rightnav .dropdown-toggle::after {
	display: none;
}

#navigation {
	background: #004d7a;
}

#navigation .navbar-nav>li>a {
	padding: 10px 15px;
	display: block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	border-right: 1px solid #00629c;
}

#navigation .navbar-nav>li:hover>a, #navigation .navbar-nav>li.active>a {
	background: #e07e2e;
	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: 14px;
	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: #eee;
}

.logo-wrapper {
	border-top: 1px solid #e4e4e4;
	padding: 8px 0;
}

.logo-holder {
	font-size: .9em;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
}

.logo-title {
	margin-left: 10px;
}

.logo-title h1 {
	line-height: 1.4;
	font-size: 22px;
}

.logo-title p {
	font-size: .9rem;
}

.navbar-light .navbar-toggler {
	outline: 0 none;
}

.list-cir li {
	width: 49%;
	margin-top: 3px;
	margin-right: 3px;
}

.list-cir a {
	display: flex;
	text-transform: uppercase;
	font-size: .8rem;
	letter-spacing: 1px;
	text-align: left;
	align-items: center;
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 5px;
	color: #000;
	height: 100%;
}

.list-cir a:hover {
	background: #f6f6f6;
	border-color: #d9d9d9;
	box-shadow: -3px 0 0 0 #b42f2f inset;
}

.list-cir .mdi {
	color: #fff;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	background: #b42f2f;
	font-size: 18px;
	text-align: center;
	margin-right: 8px;
	border-radius: 50%;
	display: inline-block;
}

.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;
}

/*partners*/

.partners {
	background: #fff;
	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: #f1f1f1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.img-box img {
	max-width: 140px;
	max-height: 100%;
}

.sec-pad {
	padding: 25px 0;
}

/* about */

.about {
	background: #f8f8f8 url(../img/white-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 30px;
}

.title {
	font-weight: 500;
	position: relative;
	display: table;
	margin: 0 auto 15px;
	padding: 6px 15px;
	font-size: 24px;
	border-top: 4px double #d1d1d1;
	border-bottom: 4px double #d1d1d1;
	text-transform: uppercase;
}

.title-lg {
	text-transform: uppercase;
	color: #2b2b2b;
	font-weight: 500;
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
	line-height: 1.4;
}

.title-lg span {
	color: #1c6896;
}

.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%);
	background-size: 65%;
}

.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;
}

.linkbox {
	background: transparent url(../img/balance.jpg) fixed no-repeat center;
	background-size: auto auto;
	background-size: cover;
	padding: 35px 0 25px;
}

.linkbox::before {
	position: absolute;
	left: calc(50% - 23px);
	top: -23px;
	content: '\f5d1';
	font-family: 'Material Design Icons';
	font-size: 18px;
	height: 46px;
	width: 46px;
	line-height: 40px;
	background: #ddd;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #ffbc60;
	border: 2px solid #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.linkbox::after {
	content: '';
	position: absolute;
	left: calc(50% - 100px);
	height: 6px;
	width: 200px;
	background: #ffbc60;
	top: -2px;
}

.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 {
	font-size: 15px;
	text-transform: uppercase;
	display: table;
	width: 100%;
	background: #1c6896;
	padding-left: 70px;
	color: #fff;
	font-weight: 500;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.listheading .mdi {
	height: 45px;
	width: 45px;
	background: #d2ecff;
	display: inline-block;
	text-align: center;
	line-height: 44px;
	position: absolute;
	top: -5px;
	border-radius: 50%;
	left: 30px;
	color: #1c6896;
	border: 2px solid #1c6896;
	font-size: 22px;
	z-index: 2;
}

.listheading .float-right {
	color: #fff;
	padding: 8px 14px;
	font-size: .8rem;
	background: #e07e2e;
	transform: skew(-15deg);
	position: relative;
	left: 5px;
	letter-spacing: 1px;
}

.date {
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	color: #fff;
	text-align: center;
	background: #b42f2f;
	padding: 4px 2px;
	line-height: 1.3;
	width: 55px;
	border: 3px solid #fff;
	border-radius: 4px;
	margin: 0 auto;
}

.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 {
	border-color: #fff;
}

.tenderlist tr td a {
	display: inline-block;
	color: #d76a27;
	font-style: italic;
	font-weight: 500;
	font-size: .85rem;
}

/* footer */

.footer {
	position: relative;
	background: #0f1319 url(../img/footer-bg.jpg) no-repeat center;
	background-size: cover;
	border-top: 3px solid #a42c2c;
}

.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: #8c8e99;
	position: relative;
}

.footer-links li a {
	padding: 8px 12px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .75rem;
	background: #0c0c0c;
	margin: 0 3px;
	color: #daddee;
}

.footer-links li a:hover {
	color: #fff;
	background: #b42f2f;
}

#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: 15px 0;
	border-top: 1px solid #343434;
}

.footer-bottom {
	padding: 18px 0;
	background: #0c0c0c;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7;
	font-size: .8rem;
}

.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: 30px;
}

.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: 5px 0 5px 5px;
	border-left-color: #f09800 !important;
	margin-top: 5px;
	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;
}

#particles-js {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

/*count*/

.transbox {
	background: rgba(255, 255, 255, 0.302);
	border: 1px dashed #afafaf;
	padding: 10px;
}

.countbox {
	display: block;
	width: 33.33%;
	text-align: center;
	margin-top: 20px;
}

.countbox .icon {
	text-align: center;
}

.countbox .icon .mdi {
	display: inline-block;
	text-align: center;
	position: relative;
	font-size: 2rem;
	height: 70px;
	width: 70px;
	line-height: 65px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	border: 2px solid #fff;
	border-radius: 50%;
	margin-bottom: 15px;
	color: #fff;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.countbox:hover .icon .mdi {
	box-shadow: 0 0 0 13px rgba(0, 0, 0, 0.102);
}

.countbox .counttext {
	padding-left: 15px;
	line-height: 2;
}

.text {
	font-size: 16px;
	position: relative;
	padding-bottom: 8px;
}

.countbox .counttext a {
	font-weight: 500;
	margin-top: 6px;
}

/*News Ticker*/

.breakingNews {
	height: 40px;
	line-height: 40px;
	background: #f11111cc;
	position: absolute;
	right: 15px;
	left: 15px;
	top: -90px;
	overflow: hidden;
}

.news-title {
	position: absolute;
	width: 115px;
	text-align: center;
	background: #313029;
	height: 40px;
	line-height: 39px;
	top: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	left: 0;
	color: #fff;
}

#bn1 {
	padding-left: 130px;
	padding-right: 10px;
}

.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: 300px;
	border: 1px solid #e7e7e7;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 5px;
}

.btn-more {
	color: #222;
	font-size: .9rem;
	text-transform: uppercase;
}

.btn-more::after {
	content: '\f054';
	font-family: "Material Design Icons";
	margin-left: 2px;
}

.btn-red {
	background: #b42f2f;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	border: 1px solid #a92727;
	font-weight: 500;
}

.btn-red:hover {
	background: #ffd6d6;
	color: #b42f2f;
}

.btn-main {
	background-color: #fff;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 5px 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #0e4fb1;
}

.btn-secondary {
	color: #fff;
	background-color: #4d4c52;
	border-color: #222;
}

.btn-more:hover, .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;
	top: 0px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.102);
	z-index: 1;
}

.block4 {
	padding: 30px;
}

.blockimg:hover .viewlink {
	opacity: 1;
	transform: translateY(0);
}

.viewlink {
	z-index: 5;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #b42f2f;
	display: inline-block;
	text-align: center;
	color: #fff !important;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	font-size: 20px;
	opacity: 0;
	transform: translateY(-4rem);
}

.blockimg:hover img {
	opacity: .7;
}

.blockimg img {
	width: 100%;
	height: 175px;
	object-fit: cover;
}

.blocktitme {
	text-align: center;
	padding: 8px;
	background: #eee;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.bg-blue {
	background: #1c6896;
}

.bg-red {
	background: #b42f2f;
}

.bg-sky {
	background: #248fdf;
}

.bg-orange {
	background: #e07e2e;
}

.minister-desk {
	text-align: center;
	padding: 15px;
	border: 1px solid #e7e7e7;
	height: 100%;
	background: #f2f2f2 url(../img/flower.png) no-repeat center center;
	width: 100%;
	height: 100%;
	background-size: 220px;
}

.minister-desk img {
	height: 165px;
}

.minister-desk .name {
	font-size: .85rem;
	color: #b42f2f;
	background: #fff;
	padding: 8px 20px;
	display: table;
	margin: 0 auto 7px;
	border-bottom: 1px solid #b42f2f;
	border-top: 1px solid #b42f2f;
}

.minister-desk p+p {
	text-transform: uppercase;
	font-size: .75rem;
}

select.form-control {
	background: url(../img/custom-select.png) right 0.75rem center no-repeat;
	background-color: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
}

input[type="checkbox"], input[type="radio"] {
	margin-right: 5px;
}

.breadcrumb {
	background: rgba(249, 255, 225, 0.902);
	padding: 7px 20px;
	font-size: 14px;
	font-weight: 500;
	display: inline-flex;
	border-radius: 30px;
}

.breadcrumb a, .breadcrumb-item.active {
	color: #b42f2f;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #b42f2f;
	content: "\F30D";
	font-family: "Material Design Icons";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.btn-facebook {
	color: #fff;
	background-color: #3b5998;
}

.btn-twitter {
	color: #fff;
	background-color: #55acee;
}

.btn-youtube {
	color: #fff;
	background-color: #bb0000;
}

/* innerpage */

.innerbg {
	background: transparent url(../img/bginner.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	width: 100%;
	height: 220px;
	position: relative;
	align-items: center;
	color: #fff;
	justify-content: center;
	text-align: center;
	border-bottom: 4px solid #b42f2f;
}

.innertitle {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 25px;
	text-transform: uppercase;
}

.innertitle::before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	background: #e07e2e;
	top: 100%;
	left: calc(50% - 6px);
	margin-top: -6px;
	border-radius: 50%;
	border: 2px solid #fff;
	z-index: 1;
}

.innertitle::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 180px;
	background: #e07e2e;
	top: 100%;
	left: calc(50% - 90px);
}

.content {
	line-height: 1.8;
}

.content img {
	max-width: 100%;
}

.content ul {
	list-style: initial;
	padding: 10px 0 10px 20px;
}

.content ol {
	padding: 10px 0 10px 20px;
}

.content .table-bordered th {
	background: #1c6896;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

.gallery-box .desp {
	padding: 10px;
}

.content .table-bordered td, .content .table-bordered th {
	border: 1px solid #e9e9e9;
	padding: 7px;
	line-height: 1.4;
}

.gallery-box .desp::before, .gallery-box .desp::after {
	display: none;
}

.gallery-box .gallery-item .gallery-img img {
	height: 140px;
}

/* faculty list */

.facultylist .media-body {
	font-size: .8rem;
}

.facultyname {
	background: #b42f2f;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-weight: 500;
}

.facutyimg img {
	min-width: 160px;
	max-height: 150px;
}

.designation {
	background: #f5f5f5;
	padding: 8px 10px;
	border-left: 3px solid #e07e2e;
	margin-bottom: 10px;
}

.facultycontact {
	color: #248fdf;
	font-style: italic;
	font-weight: 500;
	margin-top: 4px;
	font-size: .85rem;
}

/*responsive*/

@media (min-width: 768px) {
	.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 .3s ease-in;
		background: #fff;
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-ms-transition: all .3s ease-in;
		-o-transition: all .3s 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;
	}
	.web-nav .dropdown-menu li a {
		position: relative;
	}
	.web-nav .dropdown-menu li a::after {
		top: 0;
		right: 0;
		width: 3px;
		height: 0;
		content: '';
		position: absolute;
		background: #b42f2f;
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
	.web-nav .dropdown-menu li a:hover::after {
		height: 100%;
	}
	.web-nav .dropdown-menu li a:hover {
		background: #fff0e4;
	}
}

/*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: 12px;
		padding: 12px 8px;
	}
	.contact-info {
		font-size: 12px;
	}
	.rightmenu .nav-item .nav-link {
		padding: .5rem;
		font-size: .72rem;
	}
}

@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;
	}
}

@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: 8px 15px;
		font-size: 13px;
	}
	#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%;
	}
	#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;
	}
	#navigation .dropdown-menu {
		padding: 0;
	}
	.logo-title h1 {
		font-size: 20px;
	}
	.logo-title {
		margin-top: 0;
	}
	.pdxs0 {
		padding: 0;
	}
	.logo img {
		max-width: 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;
	}
	.media {
		flex-direction: column;
		-ms-flex-direction: column;
	}
	#navigation .navbar-nav>li>a {
		border: 0;
	}
}

@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;
	}
	.countbox {
		width: 100%;
	}
	.breakingNews {
		position: relative;
		right: 0;
		left: 0;
		top: 0;
	}
	.content-box {
		top: 0;
	}
}

@media (max-width: 480px) {
	.titlediv h1 {
		font-size: 20px;
	}
	.login-form {
		max-width: 280px;
	}
	.footer-links li a, .footer {
		font-size: 13px;
	}
}

.selected {
	border: 2px solid #fff;
}

.path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 5s linear alternate infinite;
}

@keyframes dash {
	from {
		stroke-dashoffset: 1000;
	}
	to {
		stroke-dashoffset: 0;
	}
}
.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #444;
    border-radius: 30px;
    color: #FFFFFF;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.card[data-background-color="orange"] {
    background-color: #f96332;
}

.card[data-background-color="red"] {
    background-color: #FF3636;
}

.card[data-background-color="yellow"] {
    background-color: #FFB236;
}

.card[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.card[data-background-color="green"] {
    background-color: #15b60d;
}

[data-background-color="orange"] {
    background-color: #e95e38;
}

[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) p {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    color: #FFFFFF;
}


@font-face {
  font-family: 'Nucleo Outline';
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot");
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot") format("embedded-opentype");
  src: url("https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2");
  font-weight: normal;
  font-style: normal;
        
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Outline';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.detail1 ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	text-align:left;
}

.detail1 ul li a {
	color: #222;
	line-height: 1.8;
}

.detail1 ul li::before {
	left: 0;
	position: absolute;
	content: '\f134';
	font-family: 'Material Design Icons';
	text-align: center;
	line-height: 18px;
	top: 2px;
	font-size: 18px;
	color: #2f60ae;
}
