h1 {
	margin: 0;
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 16px;
}

@font-face {
	font-family: molla;
	font-display: swap;
	src: url('molla.eot');
	src: url('../fonts/molla/molla.eot') format('embedded-opentype'),
		url('../fonts/molla/molla.woff2') format('woff2'),
		url('../fonts/molla/molla.woff') format('woff'),
		url('../fonts/molla/molla.ttf') format('truetype'),
		url('../fonts/molla/molla.svg') format('svg');
	font-weight: 400;
	font-style: normal
}

a:hover {
	text-decoration: none;
}

body {
	--f_family: 'Inter', sans-serif;
}

:root {
	--f_family_second: 'Jost', sans-serif;
}

.md_list_item_categories_4 .swiper-container {
	padding: 15px 10px;
	margin: -15px -10px;
}

.md_list_item_categories_4 .item-- {
	background-color: var(--bg);
	padding-bottom: 1.5rem;
	min-height: 160px;
	padding: 1rem 1rem 1.5rem;
	border-radius: .4rem;
	transition: box-shadow .3s, border-color .3s;
	border: 1px solid transparent;
	box-shadow: 0 5px 8px 0 rgb(0 0 0 / 5%);
}

.md_list_item_categories_4 .item--:hover {
	border-color: #e1e1e1;
	box-shadow: 0 5px 8px 0 rgb(0 0 0 / 15%);
}

.md_list_item_categories_4 .img__banner {
	margin: 1.5rem 0;
}

.md_list_item_categories_4 .text-content {
	padding: 0 10px;
	font-size: 1.4rem;
}

.md_list_item_categories_4 .text-content h4 {
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -.18px;
	line-height: 1.3;
}

.md_list_item_categories_4 .text-content ul {
	margin: 1.5rem 0;
	padding: 0;
	list-style: none;
}

.md_list_item_categories_4 .text-content a {
	white-space: nowrap;
	color: #666;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.md_list_item_categories_4 .text-content a i {
	font-size: 1rem;
	transform: translateY(-1px);
	display: inline-block;
}

.md_list_item_categories_4 .text-content a.cat-link {
	color: var(--secondary);
}

.md_list_item_categories_4 .text-content a.cat-link:hover {
	color: var(--btn_color_bg_hv);
}

@media (min-width: 992px) {
	.md_list_item_categories_4 .text-content {
		padding: 0 10px 5px 20px;
		font-size: 1.5rem;
	}

	.md_list_item_categories_4 .text-content h4 {
		font-size: 1.8rem;
	}
}

.imgs__banner_template8 a.img__banner {
	z-index: 0;
	padding: 100px 0;
}

.imgs__banner_template8 .banner-subtitle {
	color: var(--color);
	line-height: 1.2;
	font-weight: 300;
	font-size: 1.3rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.imgs__banner_template8 .banner-title {
	color: #004820;
	font-size: 20px !important;
	font-weight: 300;
	font-size: 2.2rem;
	line-height: 1.4em;
	margin-bottom: 0;
	font-weight: 500;
}

.imgs__banner_template8 .banner-title strong {
	font-weight: 600
}

.imgs__banner_template8 .text-content {
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 0;
}

.imgs__banner_template8 .text-content .btn {
	font-size: 1.4rem;
	line-height: 1;
	padding: .8rem 1rem;
	min-width: 140px;
	border-width: 2px;
}

.md_banner_with_text_1 .product-loop-variants .variants_list [data-maybe-hide="true"]:not(.active) {
	display: inline-block !important;
}

.md_banner_with_text_1 .product-loop-variants .variants_list .kt__quick-shop {
	display: none !important;
}

.md_banner_with_text_1 .product:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: initial;
}

.md_banner_with_text_1 .product:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: initial;
}

.md_banner_with_text_1 .product-loop-variants .name_option {
	display: none;
}

.md_banner_with_text_1 .product-loop-variants.circle._small .swatch,
.md_banner_with_text_1 .product-loop-variants.square._small .swatch {
	min-height: 3rem;
	min-width: 3rem;
}

@media (min-width:576px) {
	.md_banner_with_text_1 .btn:before {
		font-size: 2.8rem;
		margin: 0 5px;
	}
}


.main-mn>.mn-i>a {
	padding: 1.2rem 0;
}

.kt-nav.main-mn>.mn-i>a:hover,
.kt-nav.main-mn>.mn-i>a:focus {
	color: #1f2f96;
}

.kt-nav.main-mn>.mn-i>a {
	color: #fff;
}

/*header css start*/
.container {
	max-width: 1420px;
}

.headertop {
	background: #6a961f;
	width: 100%;
	padding: 7px 0;
	color: #fff !important;
}

.headertop a {
	color: #fff;
}

a {
	color: #999;
}

.headertopleft {
	float: left;
	padding: 6px 0;
	margin-left: 20px;
}

.headertopleft .socialwrap {
	border-right: 1px solid #ffffff;
	float: left;
	padding-right: 8px;
	padding-top: 5px;
}

.logo img {
	max-width: 530px;
}

.headertopleft .socialwrap a {
	padding-right: 10px;
}

.headertopleft .search {
	float: left;
	background-color: #fff;
	margin-left: 10px;
	border-radius: 8px;
}

.navbar {
	padding: 0;
}

.mn-lv1 {
	padding: 0 20px;
}

.headertopleft .search input {
	border: none;
	padding: 5px;
	border-radius: 8px;
}

.widget-list a {
	color: #999;
}

.mail-detail a {
	color: #999;
}

.mn-lv1 a {
	position: relative;
	z-index: 99;
}

.mn-lv1:hover:before {
	width: 100%;
}
.mn-lv1::before {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0;
	background-color: #1f2f96;
	height: 2px;
	width: 0;
	z-index: 999;
}

.headertopright {
	float: right;
}

.navbar-toggler-icon {
	background-image: url(../images/menu-bar.png) !important;
}

.headertopright .downloadbtn {
	float: left;
}

.headertopright .downloadbtn .btn {
	color: #fff;
	border-radius: 0;
	padding: 10px 5px;
}

.headertopright .universitylink {
	float: left;
	padding-top: 12px;
}

.headertopright .universitylink a {
	color: #fff;
	padding: 10px 0px 0px 10px;
}

.title-page span {
	opacity: 0.6;
}


.headerbottom {
	background: #6a961f;
	width: 100%;
}

.headerbottomleft {
	position: absolute;
	margin-top: -15px;
}

.headerbottomright {
	float: right;
}


/* leftmenu start */


.mn-i a {
	text-decoration: none;
	padding: 8px 0px;
	display: block;

}

.sub-mn {
	display: none;
	/* Initially hidden */
	position: absolute;
	background: white;
	border: 1px solid #ddd;
	padding: 10px 0;
	z-index: 1000;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	min-width: 200px;
}

.sub-mn li a{
	white-space: nowrap;
}

.sub-mn {
	display: none;
}

.sub-mn.active {
	display: block;
}

.sub-mn.active {
	display: block;
}

/* Style for nested dropdowns */
.mn-lv2s,
.mn-lv3s {
	list-style: none;
	padding: 0;
}

.mn-i {
	position: relative;
}


/* Show submenu when "active" class is added */
.sub-mn.active {
	display: block;
}

/* Nested submenus */
.mn-lv3s {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: white;
	border: 1px solid #ddd;
	padding: 10px;
	min-width: 180px;
}
.headermenu {
	float: right;
}
.navbar-brand img {
	position: relative;
	z-index: 1111;
	margin-bottom: -75px;
	max-width: 79px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	padding: 5px;
	box-shadow: 0 1px 9px 0 #fff;
}

.department-menu {
	left: -70px !important;
}

.academic-menu i {
	font-size: 7px;
	padding-right: 5px;
	padding-top: 5px;
}

.fa-circle {
	font-size: 7px;
	padding-right: 5px;
	padding-top: 5px;
}

.megamenu p {
	margin-bottom: 10px;
	line-height: 17px;
}

.megamenu p a {
	color: #000;
	font-weight: 400;
	font-size: 12px;
	display: flex;
	padding-left: 17px;
}

.navbar-nav .nav-link {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-left: 15px;
}

.nav-link:hover {
	color: #ffffff;
	background-color: #77b9eb;
}

.navbar-toggler {
	background-color: transparent;
}

.dropend .dropdown-toggle {
	border-left: 2px solid #1f2f96;
	color: #212529;
}

.dropdown-item {
	border-left: 2px solid #1f2f96;
}

.dropdown-item:hover {
	background-color: #ffffff;
	color: #1f2f96;
	font-weight: 600;
}

.dropdown .dropdown-menu {
	width: max-content;
	padding: 20px;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
	background-color: #ffffff;
	color: #1f2f96;
	font-weight: 600;
}

.dropend:hover .dropdown-menu {
	display: block;
	width: max-content;
	padding: 10px;
}

.dropend .dropdown-menu :hover {
	background-color: #77b9eb;
	color: #ffffff;
}


/*header css end*/


.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 30px;
	color: #fff;
}

.banner-img {
	width: 100%;
	height: 815px;
}

.item-slide img {
	height: 815px;
}

.banner-swiperslider {
	position: relative;
	z-index: 0;
}

.banner-title h1 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;

}

.imgcontent {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
}

.ticker-img {
	padding: 10px;
	height: 34px;
	background: #6a961f;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
}

.ticker-img::before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 18px solid #6a961f;
	border-bottom: 10px solid transparent;
	transform: translateY(-50%);
}

.chancellor {
	background-color: #ffffff;
	border: 1px solid #1f2f96;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 35px;
}

.chancellor h4 {
	background-color: #1f2f96;
	color: #ffffff;
	padding: 14px 10px;
	font-weight: bold;
	font-size: 20px;
}

.message {
	padding: 10px 10px 13px 10px;
}

.message h5 {
	color: #000;
	font-weight: 600;
	font-size: 20px;
}

.chancellor:hover .message-img img {
	transform: scale(1.1);
}

.message-img {
	transition: 0.2s;
	overflow: hidden;
	text-align: center;
	height: 183px;
}

.btn {
	background-color: #1f2f96;
	color: #fff;
	padding: 7px 15px;
	border-radius: 10px;
	border: none;
	width: auto;
	min-width: auto;
	font-weight: 600;
	font-size: 16px;
}


/* about-section start */
.about-section {
	padding: 50px 0;
}

.about-text {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	position: relative;
	padding: 0 0 7px 0;
	margin-bottom: 20px;
	text-align: center;
}

.heilight-section {
	padding: 20px 0;
}

.heilight-section marquee {
	margin-bottom: 0;
	vertical-align: middle;
	padding: 0.5px 0;
	/* max-width: 1000px; */
}

.row-heilight {
	display: flex;
	align-items: center;
}

.nine.columns {
	position: relative;
}

.ticker-img img {
	position: absolute;
	z-index: 99;
	top: 2px;
}

.marquee-ul {
	padding: 2px 30px 2px 15px;
    margin-bottom: 0;

}
.width-col-first{
	width: 82%;
}
.width-cll-sec{
	width: 18%;
}
.right-img {
	text-align: right;
}
.row-width{
	display: flex;
	align-items: center;
}
.col-width{
	width: 130px;
}
.col-lgwidth{
	width:100%;
}
.marquee-ul li {
	display: inline-block;
	list-style: none;
	background-color: #1f2f96;
	border-radius: 9px;
	padding: 2px 20px;
}

.marquee-ul li a {
	color: #fff;
}

.table-title {
	background-color: #1f2f96;
	padding: 4px 10px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}

.live-webcast {
	padding-top: 10px;
}

.live-webcast img {
	margin: 0 auto;
	display: table;
}

.side-heilight {
	box-shadow: 1px 1px 5px #999;

}

.photo_g img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.side-heilight tbody,
.side-heilight td,
.side-heilight tfoot,
.side-heilight th,
.side-heilight thead,
.side-heilight tr {
	border: 1px solid #ccc;
	padding: 4px 10px;
}
.side-heilight td, .side-heilight th{
	font-size: 11px;
}

.moretext {
	display: none;
}

.text-theme {
	color: #1f2f96;
}

.btn-read:hover {
	background-color: #000;
	color: #fff;
}

.test-image .faq-img h2 {
	color: #1f2f96;
	text-align: center;
	background-color: #f8fcff;
}

.entry-content p {
	text-align: justify;
}

.btn-read {
	color: #fff !important;
	margin: 0 0 0 auto;
	display: table;
}

.tour span {
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 700;
}

.faq-img img {
	width: 100%;
}

.footer .widget h4 {
	margin-bottom: 18px;
	font-weight: 600;
	font-size: 20px;
}

.footer-menuul li a {
	color: #999;
}

.mobile {
	display: none;
}

.navbar-expand-lg .navbar-nav {
	flex-wrap: wrap;
}

.count-section {
	padding: 60px 0 0;
}

.whyhngucount {
	text-align: center;
	padding: 0px 0px 4px 33px;
}

.whyhngucount .col-md-2 {
	border-left: 1px dashed #707070;
}

.whyhngucount h4 {
	color: #000;
	background-color: transparent;
	font-weight: 800;
	font-size: 35px;
	margin-bottom: 15px;
}

/*  about-section end */


/* News css start*/

.newswrapper {
	width: 100%;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.event {
	background-color: #ffffff;
	border: 1px solid #1f2f96;
	border-radius: 10px 10px 0px 0px;
}

.event h4 {
	background-color: #1f2f96;
	color: #ffffff;
	padding: 10px;
	font-weight: 600;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
}

.footer-menuul li {
	line-height: 25px;
	font-weight: 600;
	color: #222;
}

.feedback {
	background-color: #1f2f96;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	color: #fff;
	padding: 10px;
}

.grivance {
	background-color: #1f2f96;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	color: #fff;
	padding: 10px;
}

.grivance h4,
.feedback h4,
.event h4,
.news h4,
.circular h4 {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
}

.news {
	background-color: #ffffff;
	border: 1px solid #1f2f96;
	border-radius: 10px 10px 0px 0px;
}

.news-top {
	background-color: #1f2f96;
	color: #ffffff;
	padding: 10px;
	font-weight: 600;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
}

.view-btn:hover {
	border: 1px solid transparent;
}

.view-btn {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	font-size: 12px;
}

.newsdetail {
	padding: 14px;
	border-bottom: 1px solid #d9d9d9;
    text-align: justify;
}

.newsdetail h5 {
	line-height: 24px;
	color: #000;
	font-size: 16px;
	word-break: break-word;
}

.fkt-check:before {
	padding-top: 5px;
}

.circular {
	background-color: #ffffff;
	border: 1px solid #1f2f96;
	border-radius: 10px 10px 0px 0px;
}

.circular h4 {
	background-color: #1f2f96;
	color: #ffffff;
	padding: 15px;
	font-weight: 600;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
}

.circulardetail {
	padding: 14px;
	border-bottom: 1px solid #d9d9d9;
}

/* News css end*/


.bg-image {
	background-image: url(../images/about-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
	z-index: 99;
	padding: 85px 0 !important;
	margin-bottom: 0 !important;
}

.bg-image::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 60%);
	top: 0;
	left: 0;
	position: absolute;
	z-index: -11;
}

.bg-image h2 {
	color: #fff;
}

.box-img-content img {
	max-width: 55px;
}

.box-img-content {
	gap: 16px;
	background-color: #fff;
	padding: 10px 30px;
	width: 100%;
	height: 130px;
	margin: 20px 0;
	border-radius: 10px;
	border: 3px solid #1f2f96;
}

.box-img-content h4 {
	color: #000;
	font-size: 19px;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.swiper-button-next,
.swiper-button-prev {
	background-color: rgb(0 0 0 / 50%);
	border-radius: 100%;
	height: 50px;
	width: 50px;
}
.accordion-button::after {

	margin-left: auto;
	content: 'f077';
	background-image: none !important;
	transition: transform .2s ease-in-out;
	font-family: 'FontAwesome';
	content: '\f077';
	font-weight: normal;
	font-size: 20px;
	width: auto !important;
	height: auto !important;
	color: #1f2f96 !important;
}

.accordion-button {
	background-color: #f3f3f3 !important;
}

.accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.accordion-section h4 {
	color: #000f;
	margin-bottom: 0;
}

.accordion-item {
	background-color: #fff;
	border: none !important;
	margin-bottom: 20px;
}

.view-btn {
	background-color: #1f2f96;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	font-size: 12px;
	margin: 20px 0 0 auto;
	display: table;
}

.slider-images {
	position: relative;
	width: 100%;
	display: grid;
	place-items: center;
	overflow: hidden;
	padding: 50px 0;
}

.counter-box {
	background-color: #f8f1fb;
	padding: 30px;
	margin-bottom: 30px;
}

.explorewrapper {
	padding: 75px 0;
}

.logo-slider {
	padding: 50px 0;
	cursor: pointer;
}
.slider {
	width: 100%;
	max-width: 1390px;
	margin: auto;
}
.logo-slider .slider .slideimg {
	margin: 0 20px;
    height: auto;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #ddd;
}
.slider .slideimg img {
	width: 200px;
}

.important-alert {
	background-color: #f1f1f1;
	padding: 20px;
	border-radius: 10px;
}

.important-alert-title {
	background-color: #1f2f96;
	padding: 10px;
	border-radius: 10px;
}

.important-alert-title h3 {
	color: #fff;
	margin-bottom: 0;
}

.important-alert table span {
	color: orangered;
}

.important-alert table tr b:hover {
	text-decoration: underline;
}

.important-alert table tr b {
	padding: 0 10px 0 7px;
	color: #222222;
	font-size: 12px;
}

.footer-title h3 {
	color: #1f2f96;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 20px;
}

.mail-detail {
	display: flex;
	align-items: center;
	gap: 10px;
}

.social-icon ul {
	padding: 5px 0 0 0;
	margin-bottom: 10px;
}

.social-icon ul li {
	display: inline-block;
	font-size: 25px;
	padding-right: 10px;
}

.fkt-envelope:before {
	color: #7b7b7b;
	font-size: 25px;
}

.widget p {
	margin-bottom: 0px !important;
}

.fa-video-camera:before {
	content: "\f03d";
	color: #7b7b7b;
}

.footer-logo {
	max-width: 100%;
}

.footer-middle {
	padding-bottom: 30px;
}

.footer-menuul {
	border-left: 1px solid #1f2f96;
	padding-left: 10px;
	margin-bottom: 30px;
}

.footer-bottom-menu li {
	display: inline-block;
	padding: 5px 20px;
}

.footer-bottom-menu {
	padding: 0;
	text-align: center;
	margin-bottom: 0;
}

.footer-bottom-menu li a {
	color: #fff !important;
	font-size: 14px;
}

.footer-copyright {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	align-items: center;
}

.footer-copyright a {
	color: #fff !important;
}

.accordion-button::after {

	margin-left: auto;
	content: 'f077';
	background-image: none !important;
	transition: transform .2s ease-in-out;
	font-family: 'FontAwesome';
	content: '\f077';
	font-weight: normal;
	font-size: 20px;
	width: auto !important;
	height: auto !important;
	color: #1f2f96 !important;
}

.accordion-button {
	background-color: #f3f3f3 !important;
}

.accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.accordion-section h4 {
	color: #000f;
	margin-bottom: 0;
}

.accordion-item {
	background-color: #fff;
	border: none !important;
	margin-bottom: 20px;
}

.view-btn {
	background-color: #1f2f96;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	font-size: 12px;
	margin: 20px 0 0 auto;
	display: table;

}

.logo-section {
	padding: 30px 0 70px;
}

.titleall {
	position: relative;
	padding-bottom: 20px;
	text-align: center;
	color: #1f2f96;
	text-transform: uppercase;
	margin-bottom: 50px;
	font-weight: 600;
	letter-spacing: 1px;
}

.titleall::after {

	width: 155px;
	height: 2px;
	position: absolute;
	content: "";
	background: #CBA85E;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;

}


/* breadcrumb-section start */
.breadcrumb-section {
	padding: 20px 0;
}

.breadcrumb-item {
	font-size: 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
	margin-top: -3px;
}

.breadcrumb {
	font-size: 22px !important;
	/* Breadcrumb text size */
	align-items: center;
	justify-content: center;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 7px;
}

.breadcrumb-item a {
	color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
	/* Font Awesome Unicode */
	font-family: monospace;
	/* Ensure you have FA loaded */
	font-weight: 900;
	/* Needed for solid icons */
	margin: 0 8px;
	background-image: none !important;
	color: #fff;
/*
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('your-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 8px; */
}

.breadcrumb>.active {
	color: #fff;
}

/* breadcrumb-section end */


/* chancellor page css start */
.banner-deta{
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    z-index: 999;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    margin-top: 1rem;
}
.banner-bg  img{
    width: 100%;
    height: 318px;
    object-fit: cover;
}

.banner-bg {
    position: relative;
    z-index: 999;
}

.banner-bg::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgb(10 10 10 / 93%);
    z-index: 99;
}

.bannercontent-section {
    padding: 50px 0 60px;
}

.head-title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.title {
	color: #1f2f96;
	margin-bottom: 15px;
	border-bottom: none;
	padding-bottom: 25px;
	padding-left: 0px;
	padding-right: 20px;
	border-radius: 4px 4px 0px 0px;
	background: url(../images/arielview-6.jpg) no-repeat 0 100%;
	border-bottom: solid 1px #CCC !important;
}

.inner-title {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}

.inner-title.titleall::after {
	right: auto;
}

.chancellor-data h4 {
	padding-bottom: 15px;
}

.governer-img img {
	border: solid 1px #CCC !important;
	box-shadow: 1px 1px 5px #999;
	margin-bottom: 12px;
	width: 100%;
}

.chancellor-data p {
	margin-bottom: 0;
}

.chancellors-img {
	width: fit-content;
	border: 2px solid #1f2f96;
	border-radius: 15px;
	padding: 20px;
	margin-top: 35px;
}

.chancellors-img img {
	margin-bottom: 25px;

	width: auto;
}

.width-row {
	display: flex;
	flex-wrap: wrap;
}

.width-box {
	width: 20%;
}


.table-list table {
	width: 100%;
	text-align: center;
	border: none;
	border-radius: 5px;
}

.table-list table th {
	border: 1px solid #ccc;
	background: #1f2f96;
	color: #fff !important;
	padding: 8px 10px;
}

.table-list table tr {
	border: 1px solid #ccc;
}

.table-list table td {
	border: 1px solid #ccc;
	padding: 8px 0;
	text-align: left;
	padding: 10px;
}

tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.list-form {
	margin: 10px 0;
}

.list-form .d-flex {
	align-items: center;
	background-color: #F5F5F5;
	padding: 10px 10px;
	border-radius: 5px;
}

.list-form p {
	margin-bottom: 0;
	padding: 0 15px;
}

.my-select {
	width: 100%;
	height: 50px;
	background: #f5f5f5;
	border-radius: 10px;
	padding: 0 10px;
	color: #000;
}

.list-form h4 {
	margin-bottom: 0;
	background-color: #1f2f96;
	padding: 10px;
	color: #fff;
	text-align: center;
}

.list-form img {
	border: 1px solid #1f2f96;
	border-radius: 5px;
	padding: 20px 30px;
	width: 100%;
}

.btn:hover,
.btn:focus {
	background-color: #6a961f;
	color: #fff;
}

/* chancellor page css end */










/* new college css*/
.college-img{
	width: 100%;
	text-align: right;
}
.college-img img{
	width: 185px;
    height: 64px;
    object-fit: fill;
    border-radius: 10px;
}
.college-name h2{
	color: #6a961f;
	margin-left: 30px;
	margin-bottom: 0;
}
.college-name h2 span{
	margin-top: 15px;
    color: #000;
    font-size: 20px;
}
.rightbtm-deta{
	width: 100%;
}
.college-banner .item-slide img{
	height: 500px;
	object-position: center;
}
.college-banner .banner-img{
	height: 500px;
}
.college-dataimg img{

}
.circular h4{
	text-transform: uppercase;
}

.research-deta-img img{
    width: 700px;
    height: 400px;
}

#Banner-1614151949218 figure{
    font-size: 50px;
    color: #202f94;
}