@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Salsa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');

@font-face {
	font-family: 'TrajanBold';
	src: url('../fonts/Trajan\ Bold.ttf');
	font-weight: normal;
	font-style: normal;
}

body {
	/* background-color: #cfe2ff; */
	background-color: #efefef;
}

.intro-text {
	/* background-color: #ffffff; */
	background-image: url('../images/page-title-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	text-align: left;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 10px;
}

.intro-text h3 {
	font-family: 'Patua One', cursive;
	text-transform: uppercase;
	color: #F56505;
}

.intro-text ul li {
	list-style-type: none;
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	font-family: 'Salsa', cursive;
	margin: 0px 5px;
}

.intro-text ul li:first-child a:before {
	content: '\f015';
	font-family: 'FontAwesome';
	margin-right: 5px;
}

.intro-text ul li a:after {
	content: '\f101';
	font-family: 'FontAwesome';
	margin-left: 8px;
}

.intro-text ul li a {
	color: #084298;
}

.intro-text ul li a:focus,
.intro-text ul li a:hover {
	color: #000;
	text-decoration: none;
}

.content-wrapper {
	width: 100%;
	height: auto;
	/*background-color: #FFFFFF;*/
	background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}

.logo-text h1 {
	font-size: 40px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #084298;
	letter-spacing: 1px;
	/* text-shadow: 1px 1px #084298; */
	font-family: 'TrajanBold';
	font-weight: bolder;
}

.logo-text h2 {
	font-size: 19px;
	margin: 5px 0px;
	color: #999;
	/* text-align: left; */
	font-family: 'Merriweather Sans', sans-serif;
	line-height: 22px;
	font-weight: 800;
}

.navbar-default {
	background-color: #084298;
	margin-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border: none;
	font-size: small;
}

.navbar-default .navbar-nav>li {
	color: #FEFEFE;
	background-color: #cfe2ff;
	font-size: small;
}

/* .navbar-default .navbar-nav>li.active {
    color:white;
    background-color:#0094ff;
    font-size:small;
    font-weight: bold;
} */
.navbar-default .navbar-nav>li>a {
	color: white;
	background-color: #084298;
	border-right: groove;
	border-right-color: white;
	font-family: 'Nunito', sans-serif;
	/* font-size:small; */
}

.navbar-default .navbar-nav>li>a:hover {
	color: #000000;
	background-color: #cfe2ff;
	/* font-size:small; */
}

.navbar-nav a,
.navbar-nav .dropdown-menu a {
	text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
}

.navbar .dropdown-menu a {
	padding-top: 2px;
	padding-bottom: 2px;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu {
	background-color: #cfe2ff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.dropdown-menu>li {
	padding: 0px 2px;
}

.dropdown-menu>li>a {
	padding: 1px 10px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-bottom-color: #0e0e0e21;
}

.dropdown-menu>li>a:hover {
	background-color: #010a17;
	color: #fff;
}

.sidemenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidemenu li {
	margin-bottom: 2px;
}

.sidemenu li a {
	background-color: #084298;
	color: #ffffff;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	border-radius: 5px;
	text-transform: none;
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
}

.sidemenu li a:hover {
	background-color: #44085F;
	color: #ffffff;
	font-weight: 500;
}

.nav-tabs {
	background-color: #ffffff;
}

.nav-tabs li a {
	background-color: #880e4f;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	border-radius: 0 !important;
	border-right: 1px solid #fff !important;
}

.nav-tabs li a:hover {
	background-color: #5bc0de !important;
	color: #ffffff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background-color: #5bc0de !important;
	color: #ffffff;
}

.tab-content {
	height: 275px;
	background-color: #ffffff;
	border: 3px solid #880e4f;
}

.carousel-control-prev,
.carousel-control-next {
	background-image: none;
}

.implnk-card {
	height: 650px;
}

.implnk-card .card-header {
	background-color: #084298;
}

.implnk-card .card-header h4 {
	font-family: 'Salsa', cursive;
	color: #ffffff;
}

.implnk-card .list-group .list-group-item a {
	color: #333333;
	font-family: 'Nunito', sans-serif;
}

.implnk-card .list-group .list-group-item a:hover {
	color: #007bb7;
}

.dept-card {
	box-shadow: none;
}

.dept-card .card-header h4 {
	font-family: 'Salsa', cursive;
	color: #ffffff;
	vertical-align: middle;
}

.dept-card .list-group .list-group-item a {
	color: #333333;
	font-family: 'Nunito', sans-serif;
}

.dept-card .list-group .list-group-item a:hover {
	color: #007bb7;
}

.dept-content {
	box-shadow: none;
}

.dept-content .card-header h4 {
	font-family: 'Salsa', cursive;
	color: #ffffff;
	vertical-align: middle;
}

.dept-content .card-body p {
	color: #333333;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
}

.notice {
	height: 320px;
}

.notice .card-header h4 {
	font-family: 'Salsa', cursive;
}

.notice .card-body ul {
	list-style-type: none;
}

.notice .card-body li {
	margin-bottom: 8px;
}

.notice .card-body li a {
	font-family: 'Nunito', sans-serif;
	color: #333333;
	font-weight: 600;
}

.notice .card-body li a:hover {
	color: #084298;
}

.msg-card {
	height: 320px;
}

.msg-card .card-body h5 {
	font-family: 'Salsa', cursive;
}

.msg-card .card-body p {
	text-align: justify;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
}

.prins-card {
	height: 300px;
}

.prins-card .card-header {
	background-color: #084298;
}

.prins-card .card-header h4 {
	color: #ffffff;
	font-family: 'Salsa', cursive;
}

.prins-card .card-body p {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	text-align: justify;
}

.useful-link h5 {
	font-family: 'Salsa', cursive;
}

.useful-link .list-group-flush .list-group-item {
	background: transparent;
	border: none;
}

.useful-link .list-group-flush .list-group-item a {
	font-family: 'Nunito', sans-serif;
}

.useful-link .list-group-flush .list-group-item a:hover {
	color: #010a17;
}

.contact h5 {
	font-family: 'Salsa', cursive;
}

.contact h6 {
	font-family: 'Nunito', sans-serif;
}

footer {
	background: #141E30;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #243B55, #141E30);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #243B55, #141E30);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: white;
	padding: 15px;
}

.usrlogin {
	color: #ffffff;
	text-decoration: none;
}

.usrlogin:hover {
	color: #3b5998;
	text-decoration: none;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}

ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}

.social-network a.icoFacebook:hover {
	background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
	background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
	background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
	background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
	background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
	color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
	color: #44BCDD;
}

.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 20px;
}

.social-circle li i {
	margin: 0;
	line-height: 50px;
	text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-circle a {
	background-color: #333;
}

.hscrld {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.hscrld li {
	float: left;
	margin: 0;
	margin-right: 10px;
}

.hscrld li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333 !important;
	text-decoration: none;
}

.hscrld li a:hover {
	color: #0033FF;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.navbar-collapse {
		position: absolute;
		top: 54px;
		right: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		width: 100%;
		transition: all 0.3s ease;
		display: block;
		background-color: #ddd;
		z-index: 49;
	}

	.navbar-collapse.collapsing {
		height: auto !important;
		margin-right: 50%;
		transition: all 0.3s ease;
		display: block;
	}

	.navbar-collapse.show {
		right: 0;
	}
}