.contact-links {
	display: flex;
	align-items: center;
	gap: 20px;
}
.contact-links li a {
	color: #FFFFFF;
}
.contact-links li a i {
	margin-left: 5px;
}
.quick-link {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 20px;
}
.quick-link li {
	display: flex;
	gap: 10px;
	border-right: 1px solid rgba(255, 255, 255, .2);
	padding-right: 20px;
	color: #FFFFFF;
}
.quick-link li:last-child {
	border: 0;
	padding-right: 0;
}
.quick-link li a {
	color: #FFFFFF;
}
.logo img {
	width: 100%;
}
.img {
	width: 100%;
}
.footer-content {
	color: #FFFFFF;
}
.footer-info {
	width: 100%;
	color: #FFFFFF;
}
.footer-logo {
	width: 25%;
	float: left;
	shape-outside: circle(50%);
	margin-right: 1rem;
}
.quick-links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.quick-links li {
	width: 50%;
}
.quick-links li a {
	color: #FFFFFF;
}
.pager li {
	border-color: #42a5f5;
}
.banner-agile, .banner {
	min-height: 677px;
}
.banner.banner-1 {
	background: url(../images/banner1.jpg) no-repeat center;
	background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-ms-background-size: 100%;
	background-attachment: fixed;
}
.banner.banner-2 {
	background: url(../images/banner2.jpg) no-repeat center;
	background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-ms-background-size: 100%;
	background-attachment: fixed;
}
.banner.banner-3 {
	background: url(../images/banner3.jpg) no-repeat center;
	background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-ms-background-size: 100%;
	background-attachment: fixed;
}
/* .banner.banner-4 {
	background: url(../images/banner4.jpg) no-repeat center;
	background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-ms-background-size: 100%;
	background-attachment: fixed;
} */
.navbar {
	border-radius: 0 0 5px 5px;
}
.mis-stage {
	height: 320px !important;
}
.news-text .row {
	margin: 0;
}
.news-text .row .col-md-8:first-child {
	padding-left: 0;
}
.news-text .row .col-md-4:last-child {
	padding-right: 0;
}
.about_right p {
	font-size: 20px;
}
.mis-container {
	margin: 0 8px;
}
.btn-highlight {
	background: #fe4103;
	border-radius: 10px;
	margin-bottom: 10px;
}
.navbar-nav .dropdown-menu {
	margin-bottom: 10px;
}
.btn-highlight-1 {
	margin: 0;
}
.nav-item:hover .btn-highlight {
	color: #FFFFFF !important;
}
@media(max-width: 440px) {
	.quick-login {
		margin: 10px 0 5px;
	}
	.quick-login, .contact-info {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center !important;
	}
	.quick-login .quick-link, .contact-info .contact-links {
		justify-content: center;
	}
}
@media (min-width: 992px) {
	.btn-highlight {
		margin-right: 10px;
	}
}
.job-update {
	background: linear-gradient(to bottom, #42a5f5, #86c9ff);
}
.job-update .row {
	margin: 0;
}
.job-update .img-container {
	width: 100px;
}
.job-update .img-container img {
	width: 100%;
}
.job-update .post-container {
	width: calc(100% - 100px);
	color: #FFFFFF;
}