/* theme color change */
.theme-light {
	--body-bg: #e7ffb5;
	--bg-primary: #fff;
	--bg-secondary: #c8e68a;
	--font-color: #000000;
	--topbar-bg: #3a2b2f;
	--topbar-con: #fff;
	--select-color: #cdcdcd;
	--para-con: #3a2b2f;
	--heading-title: #005696;
	--menu-color: #3a2b2f;
	--btn-primary: #0dbdf6;
	--location-bg: #005696;
	--link-color: #0dbdf6;
	--tab-bg: #005696;
	--tab-header: #fff;
	--font-light: #fff;
	--news-bg: #f4f4f2;
	--performance-bg: #005696;
	--performance-title: #0dbdf6;
	--energy-bg: #100b0c;

	--form-control: #f6f6f6;
	--p-color: #444;
	--heading-text: #2E4382;
	--bg-image: url(../images/vision-bg.png) no-repeat;
	--alumni-bg-image: url(../images/lates-bg.png) no-repeat;
	--latest-news-box-text: #000D24;
	--video-section-bg: url(../images/video-bg.png) no-repeat;
	--alumni-portal-text: #122151;


}

.theme-dark {
	--body-bg: #333;
	--bg-primary: #333;
	--bg-secondary: #243133;
	--font-color: #ffffff;
	--topbar-bg: #dadada;
	--topbar-con: #000;
	--select-color: #000;
	--para-con: #e4e4e4;
	--heading-title: #6cc0ff;
	--menu-color: #f3f3f3;
	--btn-primary: #0dbdf6;
	--location-bg: #0dbdf6;
	--link-color: #0dbdf6;
	--tab-bg: #0dbdf6;
	--tab-header: #243133;
	--font-light: #243133;
	--news-bg: #494949;
	--performance-bg: #0dbdf6;
	--performance-title: #243133;
	--energy-bg: #f0f0f0;
	--form-control: #656565;

	--p-color: #fff;
	--heading-text: #fff;
	--bg-image: #000;
	--alumni-bg-image: #000;
	--latest-news-box-text: #fff;
	--video-section-bg: #000;
	--alumni-portal-text: #fff;


}

html,
body {
	scroll-behavior: smooth;
}

html {
	overflow-x: hidden;
}

body {
	font-family: "Outfit", serif;
	background-color: var(--bg-primary);
	overflow-x: hidden;
}

ol,
ul {
	padding: 0;
}

p {
	margin: 0;
	font-family: "Outfit", serif;
}

/* =============================
          Default Css
============================== */
a {
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

img {
	max-width: 100%;
	height: auto;
}


/* =============================
        colour-code Top
================================*/
.blue {
	color: #0378E2;
}

.orange {
	color: #FF7F2B;
}

.grn {
	color: #70C836
}

.red {
	color: #FE0000;
}

.violet {
	color: #D271FF;
}

.sky {
	color: #05FDFA;
}


/* =============================
        colour-code Top
================================*/


/* =============================
        header-top
================================*/
.container-fluid {
	padding: 0px 50px !important;
}

/* =============================
            top bar
============================== */
section.top-bar {
	background: #093D81;
	padding: 8px;
}

.topbar_mob .topmob_down {
	display: none;
}

.topbar_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

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

.top-bar p {
	color: var(--topbar-con);
	font-size: 14px;
}

.topmob_down span {
	color: var(--topbar-con);
	font-size: 13px;
}

.lang_box.topr_single .dropdown button {
	background: transparent;
	border: 0;
	color: var(--topbar-con);
}

.topbar_right a {
	color: var(--topbar-con);
}

.topr_single {
	position: relative;
	padding-left: 10px;
	display: flex;
	gap: 11px;
}

.lightcard {
	margin: 0px 0px;
	padding: 6px 6px;
	position: relative;
	background: #FCFF67;
	color: #16007E;
	font-size: 11px;
	border-radius: 3px;
}

.darkcard {
	margin: 0px 0px;
	padding: 6px 6px;
	position: relative;
	background: transparent;
	color: #ffffff;
	font-size: 11px;
	border-radius: 3px;
}

.topbar_left p {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	color: #fff;
	font-size: 14px;
}

.topr_single::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 48px;
	background: #167FBAB2;
	left: 0;
	top: -15px;
	bottom: 0;
}


.topbar_right .lang_box ul {
	background: var(--bg-primary);
}

.topbar_right .lang_box ul li a {
	color: var(--font-color);
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: var(--select-color);
}

.theme-dark .lang_box.topr_single .dropdown button span img {
	filter: invert(100%) sepia(0%) saturate(13%) hue-rotate(235deg) brightness(99%) contrast(105%);
}


.header-top-menu {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.header-top-menu::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 48px;
	background: #167FBAB2;
	left: 0;
	top: -15px;
	bottom: 0;
}


.header-top-menu ul {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	gap: 0px;
	align-items: center;
	margin: 0px;
}

.header-top-menu ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.header-top-menu ul li a {
	text-align: center;
	letter-spacing: 0px;
	color: #fff;
	opacity: 1;
	border-right: 1px solid #fff;
	font-family: "Outfit", serif;
	font-size: 14px;
	line-height: 14px;
	padding: 0px 12px;
	margin: 0px;
}

.header-top-menu ul li a.last {
	border-right: 0px solid #fff;
}

.header-top-menu ul li a:hover {
	color: #5680FF;
}


.social-menu {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-start;
}

.social-menu ul {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 8px;
}

.social-menu ul li {
	list-style: none;
}


.social-menu ul li a {
	position: relative;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: #5680FF;
	text-align: center;
	transition: 0.3s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 14px;
}


.social-menu ul li a:hover {
	transform: translateY(-3px);
	transition: 0.3s ease-in-out;
}


/* ================================Search Style=================== */


#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	display: none;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	z-index: 106;
	display: block;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -51px;
	width: 60%;
	margin-left: 20%;
	color: rgb(255, 255, 255);
	background: transparent;
	border-top: 1px solid rgba(255, 255, 255, .8);
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	font-size: 40px;
	font-family: Roboto;
	font-weight: 300;
	text-align: center;
	outline: none;
	padding: 10px;
}

#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	opacity: 1;
	font-size: 27px;
	color: #fff;
}

#search .close:hover {
	color: #FC2121;
	cursor: pointer;
}


.sreach-sec.topr_single p img {
	width: 27px;
	height: 27px;
}

/* ================Search Style=============*/


/* =============================
        header-top
================================*/


/* =============================
        header-section
================================*/


.header-section {
	background-color: var(--bg-primary);
	margin: 0px;
	padding: 20px 0px;
}

.logo {
	padding: 0px;
	margin: 25px 0px;
}

.logo img {
	width: 100%;
}


.header-right-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}


.header-right-section-left {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: var(--font-color);
}

.header-right-section-left h1 {
	text-align: center;
	font: normal normal bold 70px/80px Oswald;
	letter-spacing: 0px;
	color: var(--alumni-portal-text);
	opacity: 1;
	padding: 0px;
	margin: 0px;
}

.header-text {
	margin: 20px 0px;
	padding: 0px;
}


.header-text img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.header-right-section-right {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.header-right-section-right h3 {
	text-align: right;
	font: normal normal bold 50px/50px Oswald;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}


/* =============================
        header-section
================================*/


/* =============================
        logo-section
================================*/


.log-section {
	background: #2E4382 0% 0% no-repeat padding-box;
	border-radius: 6px;
	opacity: 1;
	padding: 10px 6px;
	margin: 0px;

}

.log-section:hover {
	background: #5680FF;
}


.log-section ul {
	display: flex;
	justify-content: center;
	gap: 25px;
	align-items: center;
	padding: 0px;
	margin: 0px;
}

.log-section ul li {
	list-style-type: none;
}


.log-section ul li a {
	text-align: left;
	font: normal normal normal 16px/16px Outfit;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}


.log-section ul li::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "/";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 7px;
	color: #fff;
	left: 16%;
	font-size: 20px;
}

.log-section ul li:last-child::after {

	content: " ";
	/* or use display: none; */
	display: none;

}


.log-section ul li a span {
	padding-right: 10px;
}


.log-section ul li a:hover {
	color: #000;
}

.themechange_box.topr_single img {
	width: 25px;
	height: 25px;
}

.fontsize_box.topr_single img {
	width: 25px;
	height: 25px;
}

/* =============================
        logo-section
================================*/


/* =============================
           Nav-section
================================*/

.nav-section {
	margin: 8px 0px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	width: 100%;
	height: auto;
	background: #FAF8F7;
}

.main-nav.scroll {
	background-color: #000;
	height: 127px;
	transition: background-color .5s ease 0s;
	top: 0;
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: block;
	padding: 14px 0px 0px;
}

.stellarnav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	/* text-align: left; */
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 26px;
}

.stellarnav>ul>li>a {
	text-align: left;
	letter-spacing: 0px;
	color: var(--font-color);
	padding: 0px;
	margin: 0px;
	font-family: "Outfit", serif;
	font-size: 20px;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	position: relative;
	transition: all .3s ease-out;
}

.stellarnav>ul>li>a::before {
	content: '';
	width: 45px;
	height: 4px;
	background: #2E4382 0% 0% no-repeat padding-box;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	border-radius: 2px;
	opacity: 0;
}

.stellarnav ul>li>a:hover::before,
.stellarnav ul>li a.active::before {
	background: #2E4382 0% 0% no-repeat padding-box;
	opacity: 1;
	color: #2E4382 !important;
}


.stellarnav>ul>li>a.active {
	color: #2E4382 !important;
}


.stellarnav>ul>li>a.last {
	padding-right: 0px;
}


.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 6px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
}

.main-nav .stellarnav li li a {
	font-size: 16px;
	padding: 5px 12px;
	color: #000000;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	color: #FFC21F;
}

.stellarnav li.has-sub>a::after {
	content: '';
	margin-left: 8px !important;
	display: inline-block;
	border-top: 6px solid #3d4144;
	/*border: none !important;*/

}

.stellarnav li li {
	display: block !important;
	width: 100% !important;
}

.stellarnav ul ul {
	top: 161%;
	width: 220px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #fff;
}

.stellarnav ul ul {
	background: #F9FAFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 8px #00000029;
	border-radius: 8px;
	text-align: left;
	font: normal normal medium 26px/60px Outfit;
	letter-spacing: 0px;
	color: #000000;
}

.stellarnav ul ul li {
	border-bottom: none;
}

.stellarnav ul ul li a {
	color: #000;
}

.stellarnav ul ul li a:hover {
	color: #ccc;
}

.stellarnav ul ul li a:hover {
	color: #fff;
	background: #98B2FF;
}


/* =============================
           Nav-section
================================*/


/* =============================
           banner-section
================================*/

.banner-section {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}


.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: transparent linear-gradient(180deg, #000D2400 0%, #000D24 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
}


.banner-section .owl-nav {
	display: none;
}

.banner-section .owl-dots {
	display: flex !important;
	gap: 6px;
	justify-content: center;
	align-items: center;
}

.banner-section .owl-dots {
	display: block;
	position: absolute;
	text-align: center;
	left: 0%;
	right: 0%;
	bottom: 8%;
	margin: 0px auto;
	z-index: 999;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 0px;
	background: #EBECEC !important;
	border: #EBECEC 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-section .owl-theme .owl-dots .owl-dot.active span,
.banner-section .owl-theme .owl-dots .owl-dot:hover span {
	background: #678DFF !important;
	border: #678DFF 1px solid !important;
	width: 40px;
	height: 10px;
	border-radius: 6px;
}


/* =============================
           banner-section
================================*/


/* =============================
          vision-section
================================*/

.vision-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background: var(--bg-image);
	background-size: 100% auto;
}

.vision-section-left {
	padding: 0% 8% 0% 0%;
}


.vision-section-left h2 {
	text-align: left;
	font: normal normal bold 50px/60px Oswald;
	letter-spacing: 0px;
	color: var(--heading-text);
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.vision-section-left p {
	text-align: justify;
	font: normal normal normal 20px/35px Outfit;
	letter-spacing: 0px;
	color: var(--p-color);
	opacity: 1;
	padding: 0px;
	margin: 0px;
}

.vision-section-right {
	overflow: hidden;
	border-radius: 10px;
}

.quoteform label span {
	font-size: 15px;
	text-transform: capitalize;
}


.vision-section-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}


.vision-section-right:hover img {
	width: 100% !important;
	overflow: hidden;
	transform: scale(1.2);
	transform-origin: 50% 50%;
	transition: 0.3s ease-in-out;
}


.vision-section-full {
	padding: 0px;
	margin: 30px 0px 0px;
}

.vision-section-full p {
	text-align: left;
	font: normal normal normal 20px/30px Outfit;
	letter-spacing: 0px;
	color: #444444;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}

/* =============================
           vision-section
================================*/


/* =============================
           count-section
================================*/

.count-section {
	margin: 0px;
	padding: 60px 0px;
	background: var(--bg-primary);
}

.count-box {
	background: #EBF3F6 0% 0% no-repeat padding-box;
	border-radius: 8px;
	height: auto;
	padding: 25px 40px;
	margin: 0px;
	border: 8px solid #fff;
	outline: 1px dashed #2E4382;
}


.count-box-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}


.count-box-inner-icon {
	width: 150px;
	height: 130px;
	background: #2E4382 0% 0% no-repeat padding-box;
	padding: 30px 20px;
	text-align: center;
	border-radius: 50%;
	align-items: center;
	display: flex;
	justify-content: center;
}


.count-box-inner-icon img {
	width: 70px;
	height: auto;
	object-fit: contain;
}


.count-box-inner-text {
	width: 80%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}


.count-box-inner-text h3 {
	font: normal normal bold 50px/60px Oswald;
	letter-spacing: 0px;
	color: #000D24;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.count-box-inner-text h6 {
	font: normal normal normal 28px/28px Outfit;
	letter-spacing: 0px;
	color: #4D5364;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}


/* =============================
           count-section
================================*/


.blue-bg {
	background: transparent linear-gradient(180deg, #2E4382 0%, #000D24 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
}

/* =============================
           Directors Message-section
================================*/

.director-message-section {
	padding: 60px 0px;
	margin: 0px;
}

.director-message-section-left {
	padding: 0px;
	margin: 0px;
}

.director-message-section-left h2 {
	text-align: left;
	font: normal normal bold 50px/60px Oswald;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.director-message-section-left p {
	text-align: left;
	font: normal normal normal 20px/35px Outfit;
	letter-spacing: 0px;
	color: #fff;
	opacity: 1;
	padding: 0% 10% 0% 0%;
	margin: 0px 0px 60px 0px;
}

.read-more {
	border: 2px solid #98B2FF;
	border-radius: 6px;
	opacity: 1;
	text-align: center;
	font: normal normal medium 24px/24px Poppins;
	letter-spacing: 0px;
	color: #98B2FF;
	opacity: 1;
	padding: 12px 25px;
	font-size: 20px;
	line-height: 20px;
}


.read-more:hover {
	background: #98B2FF;
	color: #2E4382;
}


.director-message-section-right {
	overflow: hidden;
	border-radius: 10px;
}


.director-message-section-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;

}


.director-message-section-right:hover img {
	width: 100% !important;
	overflow: hidden;
	transform: scale(1.2);
	transform-origin: 50% 50%;
	transition: 0.3s ease-in-out;
}

/* =============================
           Directors Message-section
================================*/


/* =============================
           Latest- news -section
================================*/

.latest-new-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background: var(--alumni-bg-image);
	background-size: auto;
	background-size: 100% 100%;
}


.latest-new-section h2 {
	text-align: center;
	font: normal normal bold 50px/60px Oswald;
	letter-spacing: 0px;
	color: var(--heading-text);
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.latest-new-section-inner {
	margin: 50px 0px 0px;
	padding: 0px;
}


.latest-new-box {

	background: var(--bg-primary) 0% 0% no-repeat padding-box;
	box-shadow: 0px 4px 6px #8F818714;
	border: 1px solid #BDC2D4;
	border-radius: 20px;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;


}

.latest_alumnt_right .latest-new-box-img {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	height: 158px;
	overflow: hidden;
	border-radius: 20px 20px 0px 0px;
}

.latest_alumnt_right .latest-new-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.latest-new-box-img {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	height: 408px;
	overflow: hidden;
	border-radius: 20px 20px 0px 0px;
}

.latest-new-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.latest-new-box-tag {
	position: absolute;
	right: 5%;
	top: 5%;
	background: #000000a6;
	border-radius: 25px;
	padding: 10px 20px;
	text-align: center;
}


.latest-new-box-tag p {
	font: normal normal normal 16px/16px Outfit;
	letter-spacing: 0px;
	color: #fff;
}


.latest-new-box-tag p span {
	margin-right: 5px;
}


.latest-new-box-text {
	padding: 0px;
	margin: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.latest-new-box-text-inner {
	width: 90%;
	padding: 0px;
	margin: 0px;
}

.latest-new-box-text-inner h3 {
	text-align: left;
	font: normal normal bold 21px/30px Oswald;
	letter-spacing: 0px;
	color: var(--latest-news-box-text);
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.latest-new-box-text-inner p {
	text-align: left;
	font: normal normal normal 18px/28px Outfit;
	letter-spacing: 0px;
	color: #414141;
	opacity: 1;
	padding: 0% 5% 0% 0%;
	margin: 0px 0px 20px 0px;
}


.latest-new-box-text-icon {
	width: 10%;
	padding: 0px;
	margin: 0px;
}

.latest-new-box-text-icon img {
	transition: all 300ms ease-in-out;
	cursor: pointer;
}


.latest-new-box-text-icon:hover img {
	padding-left: 10px;
}


.latest-new-box.latest-new-right .latest-new-box-img img {
	height: 195px;
	width: 100%;
	object-fit: cover;

}

.view-more {
	border: 2px solid #2E4382;
	border-radius: 6px;
	opacity: 1;
	text-align: center;
	font: normal normal medium 24px/24px Poppins;
	letter-spacing: 0px;
	color: #2E4382;
	opacity: 1;
	padding: 12px 25px;
	font-size: 20px;
	line-height: 20px;
	margin: 30px auto 0px;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 13%;
}


.view-more:hover {
	background: #98B2FF;
	color: #2E4382;
	border: 2px solid #98B2FF;
}


/* =============================
            Latest- news -section
================================*/


/* =============================
            video -section
================================*/

.video-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background: var(--video-section-bg);
	background-size: auto;
	background-size: 100% auto;
}


.video-sec-inner {
	padding: 0% 10% 0% 0%;
	margin: 0px;
}

.video-sec-inner h2 {
	text-align: center;
	font: normal normal bold 50px/60px Oswald;
	letter-spacing: 0px;
	color: var(--heading-text);
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.video-carousel {
	margin: 40px 0px 0px;
	position: relative;
}


.video-icon {
	position: absolute;
	top: 40%;
	text-align: center;
	left: 40%;
	right: 0%;
}


.video-icon img {
	width: auto !important;
	height: auto !important;
}

.video-carousel .owl-item .item {
	border-radius: 20px;
	width: 100%;
	height: 400px;
	overflow: hidden;
}


.video-carousel .owl-item .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.video-carousel #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 20px;
	opacity: 0.2;
}


.video-sec-inner .owl-nav {
	display: none;
}

.video-sec-inner .owl-dots {
	display: flex !important;
	gap: 6px;
	justify-content: center;
	align-items: center;
}

.video-sec-inner .owl-dots {
	display: block;
	position: absolute;
	text-align: center;
	left: 0%;
	right: 0%;
	bottom: -8%;
	margin: 0px auto;
	z-index: 999;
}


.video-sec-inner .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 0px;
	background: #B3C7C5;
	border: #B3C7C5 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.video-sec-inner .owl-theme .owl-dots .owl-dot.active span,
.video-sec-inner .owl-theme .owl-dots .owl-dot:hover span {
	background: #2E4382;
	border: #2E4382 1px solid;
	width: 40px;
	height: 10px;
	border-radius: 6px;
}


.post-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}


.post-section marquee {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 400px;
	left: 0%;
	right: 0%;
	top: 100px;
}


.post-section h2 {
	text-align: left;
	font: normal normal bold 50px/60px Oswald;
	letter-spacing: 0px;
	color: var(--heading-text);
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.alumni-box {
	border-bottom: 1px dashed #BDC2D2;
	padding: 20px 0px;
	display: flex;
	/*	justify-content: space-between;*/
	align-items: start;
	gap: 11px;
	margin: 0px;
}


.alumni-box-icon {
	padding: 0px;
	margin: 3px 0px 0px 0px;
	width: 40px;
	height: 40px;
}

.alumni-box-icon img {
	width: 32px;
	height: 100%;
	object-fit: contain;
}

.alumni-box-text {
	padding: 0px;
	margin: 0px;
}


.alumni-box-text p {
	text-align: left;
	font: normal normal normal 20px/30px Outfit;
	letter-spacing: 0px;
	color: var(--heading-text);
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}


.alumni-box-text h5 {
	text-align: left;
	font: normal normal normal 20px/28px Outfit;
	letter-spacing: 0px;
	color: var(--heading-text);
	opacity: 1;
	padding: 0px;
	margin: 0px;
}

.alumni-box-text h5 span {
	margin-right: 10px;
}


/* =============================
            video -section
================================*/


/* =============================
           testimonials-section
================================*/


.testimonials-section {
	padding: 60px 0px;
	margin: 0px;
}

.testimonials-section h2 {
	text-align: center;
	font: normal normal bold 50px/70px Oswald;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px;
	margin: 0px 0 40px 0;
}

.testimonials-section-left.wow.animate.fadeInLeft {
	text-align: center;
	margin-bottom: 50px;
}

.testimonials-section-right {
	padding: 0px;
	margin: 0px;
}

.testimonials-section-box {
	background: #41589A 0% 0% no-repeat padding-box;
	border-radius: 10px;
	opacity: 1;
	padding: 30px 30px;
}


.testimonials-section-box p {
	text-align: left;
	font: normal normal normal 22px/33px Outfit;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px;
	margin: 20px 0px;
}

.testimonials-section-box-info {
	/* display: flex; 
	justify-content: space-between;
	gap: 10px;*/
	align-items: center;
	margin: 0px 0px 20px 0px;
	/* padding: 0px; */
}


.testimonials-section-box-info h4 {
	text-align: left;
	font: normal normal medium 30px/42px Outfit;
	letter-spacing: 0px;
	color: #E4EAFF;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.testimonials-section-box-info p {
	text-align: left;
	font: normal normal normal 18px/20px Outfit;
	letter-spacing: 0px;
	color: #B9C8F3;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}


.testimonials-section-right .owl-nav {
	display: none;
}


.testimonials-section-right .owl-dots {
	display: none;
}

/* ===========================================
           testimonials-section - new 
==============================================*/

.testimonials-section-center {
	margin: 0px auto;
	text-align: center;
	width: 70%;

}

.testimonials-section-box {
	background: transparent;
	border-radius: 0px;
	opacity: 1;
	padding: 30px 30px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}


.testimonials-section-box-info h4 {
	text-align: center;
}

.testimonials-section-box p {
	text-align: center;
}

.testimonials-section-box-info-icon {
	width: 80px;
	height: 80px;
	margin: 0px auto;
	text-align: center;
}

/* =============================
           testimonials-section
================================*/


/* =============================
           gallery-section
================================*/


.gallery-section {
	padding: 10px 0px;
	margin: 0px;
	background: var(--bg-primary);
}

.gallery-section .owl-nav {
	display: none;
}

.gallery-section .owl-dots {
	display: none;
}


/* =============================
           gallery-section
================================*/


/* =============================
           brand-logo-section
================================*/


.brand-logo-section {
	padding: 30px 0px;
	margin: 0px;
	background: var(--bg-primary);
}


.brand-logo-box {
	display: flex;
	align-items: center;
	padding: 0px;
	margin: 0px;
	width: auto;
	height: 150px;
}


.brand-logo-box img {
	width: auto !important;
	height: auto;
	object-fit: cover;
	text-align: center;
	margin: 0px auto;
}

.brand-logo-section .owl-nav {
	display: none;
}

.brand-logo-section .owl-dots {
	display: none;
}


/* =============================
            brand-logo-section
================================*/


/* =============================
            footer-section
================================*/


.footer {
	padding: 50px 0px 50px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background: url(../images/footer-bg.png) no-repeat;
	background-size: 100% 100%;

}


.footer-logo {
	padding: 0% 10% 0% 0%;
	margin: 0px;
}


.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-bottom: 50px;
}


.footer-logo p {
	text-align: left;
	font: normal normal normal 17px/20px Outfit;
	letter-spacing: 0px;
	color: #D3DBF5;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.footer-logo p span {
	color: #ffff;
}


.footer-link {
	padding: 0px;
	margin: 0px;
	position: relative;
}


.footer-link h3 {
	text-align: left;
	font: normal normal 600 28px/28px Oswald;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.footer-link ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	column-count: 2;
}


.footer-link ul li {
	width: 100%;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

.footer-link ul li::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f061";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #E7F6F5;
}


.footer-link ul li a {
	text-align: left;
	font: normal normal normal 16px/20px Outfit;
	letter-spacing: 0px;
	color: #EBF3F6;
	opacity: 1;
	transition: all 300ms ease-in-out;
}

.footer-link ul li a:hover {
	color: #fff;
	padding-left: 4px;
}


.footer-info {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.footer-info h3 {
	text-align: left;
	font: normal normal 600 28px/28px Oswald;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.footer-info p {
	padding: 0px 0px 20px 0px;
	display: flex;
	letter-spacing: 0px;
	word-break: break-word;
	margin: 0px;
	text-align: left;
	font: normal normal normal 16px/22px Outfit;
	letter-spacing: 0px;
	color: #E7F6F5;
	opacity: 1;
}


.footer-info p span {
	margin-right: 15px;
}

.footer-info p span img {
	width: 25px;
	max-width: 25px;
}


.footer-info p a {
	text-align: left;
	font: normal normal normal 16px/22px Outfit;
	letter-spacing: 0px;
	color: #E7F6F5;
	opacity: 1;
}

.footer-info p a:hover {
	color: #fff;
}


.footer-butm {
	background: #122151;
	padding: 20px 0px;
	margin: 0px;
}

.footer-butm p {
	font: normal normal normal 14px/14px Outfit;
	letter-spacing: 0px;
	color: #D3DBF5;
	padding: 0px;
	margin: 0px;
}


.footer-butm p a {
	color: #FFFFFF;
}

.footer-left {
	text-align: left;
}

.footer-right {
	text-align: right;
}


/* =============================
            footer-section
================================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #2E4382;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #fff;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/

/*================================================
inner-pages-css
=================================================*/

.inner-banner-section {
	padding: 0px;
	margin: 0px;
	/*position: relative;*/
}

.inner-banner-section .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #000D24 0% 0% no-repeat padding-box;
	opacity: 0.45;
}


.inner-banner-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.inner-banner-text {
	/*	position: absolute;
	top: 40%;*/
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 99;
	text-align: center;
}


.inner-banner-text h1 {
	text-align: left;
	font: normal normal bold 40px/40px Oswald;
	letter-spacing: 0px;
	color: #2E4382;
	opacity: 1;
	padding: 40px 0 0 0;
	margin: 0px;
}


/*================================================
team-pages-css
=================================================*/


.team-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background: url(../images/vision-bg.png) no-repeat;
	background-size: auto;
	background-size: 100% auto;
}


.team-section-box {
	background: #F4F5F9 0% 0% no-repeat padding-box;
	border: 1px solid #CBCDD4;
	border-radius: 8px;
	opacity: 1;
	padding: 20px 20px;
	text-align: center;
	margin: 0px 0px 25px 0px;
}


.team-section-box-icon {
	margin: 0px 0px 20px 0px;
}

.team-section-box-icon img {
	width: 120px;
	height: 120px;
	box-shadow: 0px 1px 10px #CCD2E2;
	border-radius: 50%;
	border: 5px solid #fff;
}

.team-section-box-text {
	padding: 0px;
	margin: 40px 0px 0px;
}

.team-section-box-text h3 {
	text-align: center;
	font: normal normal bold 30px/30px Oswald;
	letter-spacing: 0px;
	color: #2E4382;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.team-section-box-text p {
	text-align: center;
	font: normal normal normal 16px/26px Outfit;
	letter-spacing: 0px;
	color: #2E2E2E;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}


/*================================================
team-pages-css
=================================================*/


/*================================================
Registration-pages-css
=================================================*/


.registration-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background: url(../images/vision-bg.png) no-repeat;
	background-size: auto;
	background-size: 100% auto;
}

.registration-section .form-group {
	margin: 0px 0px 25px 0px;
	position: relative;
}

.registration-section .form-group label {
	text-align: left;
	font: normal normal medium 26px/33px Outfit;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-weight: 500;
}


.registration-section .form-control {
	display: block;
	width: 100%;
	padding: 10px 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background: #F8F7FB 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #0000000F;
	border: 1px solid #B1B1B1;
	border-radius: 6px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.submit-butn {
	background: #2E4382 0% 0% no-repeat padding-box;
	border-radius: 6px;
	opacity: 1;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	margin: 30px auto 0px;
	text-align: center;
	display: flex;
	padding: 15px 30px;
	font-size: 20px;
	line-height: 20px;
	border: none;
}


.submit-butn:hover {
	background: #5680FF;
	color: #fff;
}


.input-group-addon {
	position: absolute;
	right: 3%;
	top: 55%;
	color: #000;
}

.fa-eye-slash::before {
	content: "\f070";
	color: #000;
}


.fa-eye::before {
	content: "\f06e";
	color: #000;
}

/*================================================
Gallery-Page-css
=================================================*/
.Gallery_section main {
	column-count: 1;
	break-inside: avoid;
	gap: 0.5rem;
	padding: 0.5rem;
}

.Gallery_section img {
	width: 100%;
	margin-bottom: 0.25rem;
}


@media (width > 700px) {
	.Gallery_section main {
		column-count: 2;
	}
}

@media (width > 1000px) {
	.Gallery_section main {
		column-count: 3;
	}
}

@media (width > 1300px) {
	.Gallery_section main {
		column-count: 4;
	}
}

/*================================================
Registration-pages-css
=================================================*/


/*================================================
inner-pages-css
=================================================*/
.common_pages p {
	font: normal normal normal 20px / 31px Outfit;
	letter-spacing: 0px;
	color: var(--p-color);
	opacity: 1;
	padding: 0px 0 15px 0;
	margin: 0px;
}

.contactus-section {
	margin: 0px 0px;
	padding: 45px 0px;
	background: #ffffff;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.contactus-section h2 {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px;
	font-family: "Bai Jamjuree", serif;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 55px;
	letter-spacing: 0px;
	color: #161413;
}

.contactus-section h6 {
	margin: 0px 0px;
	padding: 0px 20%;
	font-family: "Onest", serif;
	text-align: center;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #5B5757;
}

.contact-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 56px;
	padding: 30px 0px;
}

.addresscard {
	margin: 0px 0px;
	padding: 17px 16px;
	position: relative;
	width: 310px;
	background: #fff;
	border-radius: 10px;
	min-height: 167px;
	box-shadow: 0px 4px 50px 0px #C4C4BB4D;
}

.addresscard-icon {
	margin: 5px auto;
	padding: 10px 0px;
	background: top;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.addresscard-icon img {
	width: 26px;
}

.addresscard h5 {
	margin: 0px 0px;
	padding: 7px 0px;
	font-family: "Onest", serif;
	text-align: center;
	font-size: 16px;
	line-height: 13px;
	font-weight: 400;
	color: #a29f9e;
	text-transform: uppercase;
	width: 100%;
}

.addresscard p {
	margin: 0px 0px;
	padding: 7px 25px;

	text-align: center;
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
	color: #161413;
	width: 100%;
}

.addresscard p a {
	color: #161413;
	text-decoration: none;
}

.quoteform label {

	display: inline-block;
	font-size: 15px;
	color: var(--p-color);
	text-transform: uppercase;
	margin: 0px 0px 6px 10px;
}


.quoteform .form-control {
	display: block;
	width: 100%;
	padding: 11px 20px;

	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #A09D9D;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #ced4da !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 24px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 18px;
}

textarea.wpcf7-form-control.wpcf7-textarea.form-control {
	height: 120px;
}

.quoteform h3 {
	text-align: left;
	font: normal normal bold 40px/40px Oswald;
	letter-spacing: 0px;
	color: var(--heading-text);
	opacity: 1;
	padding: 20px 0 0 0;
	margin: 0px 0px 30px 0px;
}

.submitbtn {
	margin: 7px 0px 0px 0px;
	padding: 11px 24px;
	background: #161413;
	font-family: "Bai Jamjuree", serif;
	border-radius: 30px;
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	border: #161413 1px solid;
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	justify-content: start;
	width: auto;
	gap: 15px;
}


table.screen_reader_table {
	width: 100%;
}

table.screen_reader_table tr th {
	background: #8ba6bd !important;
	color: #fff;
	font-size: 12px;
	font-weight: 400 !important;
	padding: 8px;
	border: 1px solid #eee;
}

.tablepress th,
td {
	text-align: left;
	padding: 8px;
	border: 1px solid #eee;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
}

table {
	margin: 0 0 20px;
	width: 100%;
}

.page-id-188 .um-profile-photo.um-trigger-menu-on-click {
	display: none !important;
}

/*.page-id-193 .um-account-meta-img {
    display: none;
}
*/
/*.page-id-190 .um-row._um_row_8 {
    display: none;
}*/
/*.page-id-190 .um-row._um_row_9 {
    display: none;
}
.page-id-190 .um-row._um_row_10 {
    display: none;
}

.page-id-190 .um-row._um_row_11 {
    display: none;
}

.page-id-190 .um-row._um_row_12 {
    display: none;
}
.page-id-190 .um-row._um_row_13 {
    display: none;
}*/

.accessibility-footer-left {
	display: none !important;
}

.accessibility-footer-right {
	display: none !important;
}

select.gt_selector.notranslate {
	background: transparent;
	color: #fff;
	border: none;
}

select option {
	color: #000 !important;
}

.prof_pic img {
	object-fit: contain;
	width: 250px;
	height: 150px;
}

.alumni_table img {
	height: auto;
	width: 100px;
}

.alumni_table tr td p {
	font: normal normal normal 16px / 19px Outfit;
	letter-spacing: 0px;
	color: var(--p-color);
	opacity: 1;
	padding: 11px 0 0px 0;
	margin: 0px;
}

.gallery-box img {
	height: 270px;
}

.card-body .prof_pic {
	text-align: center;
}

.user_information {
	padding: 20px 0;
}

.user_information p {
	text-align: left;
	font: normal normal normal 16px/32px Outfit;
	letter-spacing: 0px;
	color: #444444;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}

.contactmapform-section.feedback-pagesection {
	margin-top: 50px;
}


/*.card-body .user_information p {
	text-align: center !important;
}*/


.contact-us-inn {
	padding: 0px;
	margin: 0px;
}


.contact-us-inn h2 {
	text-align: left;
	font: normal normal bold 30px/30px Oswald;
	letter-spacing: 0px;
	color: #000;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.contact-us-inn .contact-card {
	padding: 30px 0px;
	display: block;
}


.contact-us-inn .addresscard {
	margin: 0px 0px;
	padding: 15px 15px;
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	min-height: 260px;
	box-shadow: 0px 4px 50px 0px #C4C4BB4D;

}

.contact-us-inn .addresscard h5 {
	margin: 0px 0px;
	padding: 7px 0px;
	font: normal normal bold 50px/60px Oswald;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	color: #2e4382;
	text-transform: uppercase;
	width: 100%;
}


.contact-us-inn .addresscard p {
	margin: 0px 0px;
	font: normal normal normal 20px/35px Outfit;
	padding: 5px 15px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #161413;
	width: 100%;
}


.common_pages {
	padding: 60px 0px;
	background: var(--bg-primary);
}

.common_pages h1 {
	text-align: left;
	font: normal normal bold 40px/40px Oswald;
	letter-spacing: 0px;
	color: var(--heading-text);
	opacity: 1;
	padding: 0px 0px 50px 0px;
	margin: 0px;
}


.table {
	color: var(--latest-news-box-text);
}


.um-form {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 25px 25px;
	box-shadow: 0px 4px 50px 0px #C4C4BB4D;
}

/*.common_pages .um {
	margin-left: unset !important;
	margin-right: unset !important;
}*/

.um-field-label label {
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: 600;
	color: var(--p-color) !important;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 20px;
	box-shadow: 0px 4px 50px 0px #C4C4BB4D;
}

.footer-logo p {
	color: #fff;
}

.donation_section h2 {
	text-align: left;
	font: normal normal bold 24px / 30px Oswald;
	letter-spacing: 0px;
	color: var(--latest-news-box-text);
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.donation_btn {
	text-align: center;
	margin-top: 36px;
}

.donation_btn a {
	border: 2px solid #2E4382;
	border-radius: 6px;
	opacity: 1;
	/* text-align: center; */
	font: normal normal medium 24px/24px Poppins;
	letter-spacing: 0px;
	color: #2E4382;
	opacity: 1;
	padding: 12px 25px;
	font-size: 20px;
	/* line-height: 20px; */
	margin: 30px auto 0px;
	/* display: flex; */
	justify-content: center;
	align-content: center;
	/* width: 17%; */
}

.donation_btn a:hover {
	background: #98B2FF;
	color: #2E4382;
	border: 2px solid #98B2FF;
}

.backprv_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
	background: #228fd0;
	border-radius: 35px;
	padding: 27px 33px !important;
	margin: 20px auto 40px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #ffffff;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	border: none;
	line-height: 36px;
	height: 36px;
}

.backprv_btn:hover {
	background: #000;
}

.faculty_details {
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 20px;
	box-shadow: 0px 4px 50px 0px #C4C4BB4D;
}

.faculty_mainimg {
	text-align: center;
	padding-top: 30px;
}

.user_information2 {
	padding: 20px;
}

.user_information2 p {
	text-align: left;
	font: normal normal normal 16px/32px Outfit;
	letter-spacing: 0px;
	color: #444444;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}

.user_information2 p span {
	font-weight: 700;
	font-size: 18px;
}

.user_information2 h3 {
	text-align: center;
	font-size: 24px;
	padding-bottom: 15px;
}

.faculty_mainimg img {
	width: 100px;
	height: 115px;
}

td.last_view {
	text-align: center;
	padding-top: 36px;
}

div#\31 684_51635_5_146441 {
	display: none;
}

.last_view a {
	color: var(--p-color)
}

.last_view a:hover {
	text-decoration: underline;
}