/* Fonts */
:root {
	--font-primary: "Roboto", sans-serif;
	--font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
	--color-primary: #2d366d;
	--color-secondary: #d75c72;
	--color-heading: #fff;
	--color-default: #000000;
}

/* Smooth scroll behavior */
:root {
	scroll-behavior: smooth;
}

body {
	color: var(--color-primary);
	line-height: 1.5rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: var(--color-primary);
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 1.6rem;
}

body,
p,
div,
button,
span,
td,
th,
a {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
}

p,
span,
a {
	line-height: initial;
}

table,
th,
td {
	border: 1px solid #ddd;
	color: #000;
}

p,
a,
li {
	color: var(--color-default);
}

li,
td,
button {
	font-size: 16px;
}

.shadow {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/

.lang-mr {
	font-family: "Mukta", sans-serif;
}

.lang-mr.fs-body {
	font-size: 18px;
}

/* Home Page Headings */
.section-title {
	text-align: center;
	padding-bottom: 30px;
}
.section-title p {
	margin-bottom: 0;
	color: #444444;
	font-weight: 500;
}
.fs-body {
	color: #2c2a2a;
}
.section-title h3 {
	color: #eec643;
	font-size: 32px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
.section-title h2 {
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #444444;
}
.section-title h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #d75c72;
	bottom: 0;
	left: calc(50% - 20px);
}
.homePage-sectionHeading {
	color: var(--color-primary);
	font-size: 30px;
	font-weight: 600 !important;
	line-height: normal;
}

.homePage-sectionHeading-white {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600 !important;
	line-height: normal;
}

.page-back-blue {
	background-color: var(--color-primary);
}

.sectionHeading {
	color: #eec643;
	text-align: center;
}
/* Home Page Headings End */

/* header */
/* ------- top menu ---------------- */
/* .web-cust-menu {
	background-color: var(--color-primary) !important;
} */
/*--------------------------------------------------------------
# Head bar
--------------------------------------------------------------*/
.head-bar {
	height: 5px;
	background: #1c3890;
	position: relative;
}

.head-purple-bar {
	background: #c45064;
	width: 18%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.head-purple-bar {
	background: #c45064;
	right: 60%;
}

.head-white-bar {
	background: #ffffff;
	width: 3px;
	position: absolute;
	top: 0;
	left: 18%;
	height: 100%;
}

.btn-inverse {
	background: #fff;
	color: #d75c72;
	padding: 8px 25px;
	border-radius: 4px;
	border: 2px solid #d75c72;
	font-size: 14px;
}

.btn-inverse:hover {
	background: #d75c72;
	transition: 0.3s;
	color: #fff;
}

.web-cust-menu .active {
	background-color: #1c3890;
}

.top-menu-left a {
	color: #fff;
}

.topbar-menu .navbar-nav a {
	color: #fff;
	margin: 0px;
	padding: 0px 12px;
	text-decoration: underline;
	font-weight: 300 !important;
}

.topbar-menu {
	z-index: 1021;
}

.top-menu-left {
	display: flex;
}

.top-menu-left a {
	color: #fff;
	padding-right: 50px;
}

.top-menu-left a:hover {
	color: var(--color-second) !important;
}

.top-menu li {
	display: flex;
}

.second-menu {
	justify-content: end;
	margin: auto;
}
a.website-link {
	text-decoration: underline;
}

a.mobile {
	text-decoration: underline;
}

/* menu */
.menu-container {
	width: 70%;
	margin: 0 auto;
	background: #fff;
	align-self: center;
}

.menu-mobile {
	display: none;
	padding: 20px;
	color: black;
}

.menu-mobile:after {
	content: "\F479";
	font-family: "bootstrap-icons";
	font-size: 2.5rem;
	padding: 0;
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-25%);
}

.menu-dropdown-icon:before {
	content: "\F2EA";
	font-family: "bootstrap-icons";
	display: none;
	cursor: pointer;
	float: right;
	padding: 1.5em 2em;
	background: #fff;
	color: #333;
}

.menu > ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}

.menu > ul:before,
.menu > ul:after {
	content: "";
	display: table;
}

.menu > ul:after {
	clear: both;
}

.menu > ul > li {
	display: inline-block;
	background: #fff;
	padding: 0;
	margin: 0;
	text-align: left;
}

.menu > ul > li.active {
	background: #1d3891;
}

.menu > ul > li.active a {
	color: white;
}

.menu > ul > li a {
	text-decoration: none;
	padding: 8px 8px;
	display: block;
}

.menu > ul > li > a {
	position: relative;
	color: black;
	font-weight: 500;
}

.menu > ul > li > a:hover {
	color: #d75c72;
}

.menu ul li a i.bi::before {
	font-size: 11px;
}

.menu > ul > li:hover > a::after {
	width: 100%;
	height: 2px;
	background: #d75c72;
	height: 3px;
	width: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0px;
}

.menu > ul > li > ul {
	display: none;
	width: 100%;
	background: #fff;
	padding: 20px;
	position: absolute;
	z-index: 99;
	left: 0;
	margin: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
		rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
	content: "";
	display: table;
}

.menu > ul > li > ul:after {
	clear: both;
}

.menu > ul > li > ul > li {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
	width: 25%;
	background: none;
	float: left;
}

.menu > ul > li > ul > li a {
	color: #000;
	padding: 0.2em 0;
	width: 95%;
	display: block;
	border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li a:hover {
	color: #d75c72;
}

.menu > ul > li > ul > li > ul {
	display: block;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
	content: "";
	display: table;
}

.menu > ul > li > ul > li > ul:after {
	clear: both;
}

.menu > ul > li > ul > li > ul > li {
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0;
}

.menu > ul > li > ul > li > ul > li a {
	border: 0;
}

.menu-stack-header {
	color: black;
	display: block;
	border-bottom: 1px solid #d75c72;
	width: 95%;
	padding: 0.2em 0;
	font-weight: 600;
}

.menu > ul > li > ul.normal-sub {
	width: 300px;
	left: auto;
	padding: 10px 20px;
}

.menu > ul > li > ul.dropdown-faciliteis {
	width: 260px;
}

.menu > ul > li .fa-chevron-right {
	color: #d75c72;
}

.menu > ul > li > ul.normal-sub.menu-about {
	width: 340px;
}

.menu > ul > li > ul.normal-sub > li {
	width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
	border: 0;
	padding: 0.8rem 0;
}

/*menu try*/
.menu > ul > li {
	background: #f2f2f2;
	margin-left: 2px;
}

.menu > ul > li:hover {
	background: #1d3891;
}

.menu > ul > li > ul {
	background: rgb(29, 56, 145);
	background: linear-gradient(
		185deg,
		rgba(29, 56, 145, 1) 35%,
		rgba(28, 56, 144, 1) 100%
	);
}

.menu-stack-header {
	color: white;
}

.menu > ul > li:hover > a,
.menu > ul > li > a:hover,
.menu > ul > li > ul > li a,
.menu > ul > li > ul > li a:hover {
	color: white;
}

.menu > ul > li:hover > a::after {
	content: none;
}

.menu > ul > li > ul > li > ul > li a:hover,
.menu > ul > li > ul.normal-sub > li a:hover {
	font-weight: bold;
}

.secondary-links a {
	text-decoration: underline;
}

.secondary-links a:hover {
	text-decoration: none;
}
.dropdown-menu.new {
	padding: 10px;
	border-radius: 0;
	border: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

#topbar {
	background: #fbfbfb;
	font-size: 15px;
	height: 40px;
	padding: 0;
}

#topbar .contact-info a {
	line-height: 0;
	color: #444444;
	transition: 0.3s;
}

#topbar .contact-info a:hover {
	color: #5cb874;
}

#topbar .contact-info i {
	color: #5cb874;
	line-height: 0;
	margin-right: 5px;
}

#topbar .contact-info .phone-icon {
	margin-left: 15px;
}

#topbar .social-links a {
	color: #6f6f6f;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
	font-size: 14px;
	font-family: "Roboto";
}

#topbar .social-links a:hover {
	color: #1c3890;
}
#header {
	width: 100%;
	position: relative;
}
#header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	height: 122px;
}

#header .logo {
	align-self: center;
	width: 30%;
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* Mobile Menu */
@media screen and (min-width: 993px) {
	.dropdown2:hover .dropdown-menu {
		display: flex;
	}

	.dropdown-menu.new.show {
		display: flex;
	}
}

@media screen and (max-width: 993px) {
	.dropdown-menu.new.show {
		max-height: 30vh;
		overflow-y: scroll;
	}
}
@media only screen and (max-width: 959px) {
	#header .logo {
		width: 90%;
	}

	.menu-container {
		width: 30%;
	}

	.menu > ul > li > ul {
		box-shadow: none;
	}

	.menu-mobile.menu-mobile-open::after {
		content: "\F62A";
		font-family: "bootstrap-icons";
	}

	.menu > ul > li:hover > a::after {
		background: none;
	}

	.menu-container.menu-container-open {
		width: auto !important;
		position: fixed;
		width: auto;
		height: 90% !important;
		left: 0;
		right: 0;
		display: block;
		margin: 10px;
		top: 0;
		height: auto;
	}

	.menu {
		height: 100%;
	}

	.show-on-mobile {
		margin-top: 22px !important;
		overflow: scroll;
		height: 100%;
	}

	.menu-mobile {
		display: block;
	}

	.menu-dropdown-icon:before {
		display: block;
	}

	.menu > ul {
		display: none;
	}

	.menu > ul > li {
		width: 100%;
		float: none;
		display: block;
	}

	.menu > ul > li a {
		padding: 1.5em;
		width: 100%;
		display: block;
	}

	.menu > ul > li > ul {
		position: relative;
	}

	.menu > ul > li > ul.normal-sub {
		width: 100%;
	}

	.menu > ul > li > ul > li {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.menu > ul > li > ul > li:first-child {
		margin: 0;
	}

	.menu > ul > li > ul > li > ul {
		position: relative;
	}

	.menu > ul > li > ul > li > ul > li {
		float: none;
	}

	.menu .show-on-mobile {
		display: block;
	}
}
@media (max-width: 992px) {
	.top-menu-mobile-view {
		border-top: 1px solid #676a6d !important;
	}

	.top-menu-mobile-view li a {
		color: var(--color-heading) !important;
	}
}

/*  header College Name */

.site-header {
	/* text-align: center; */
	/* padding-top: 15px; */
	padding-bottom: 0px;
}

.logo-holder,
.title-holder {
	display: inline-block;
	vertical-align: middle;
	padding-top: 15px;
}

.logo-holder {
	margin-top: -15px;
}

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

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

.responsive-logo {
	display: none;
}

.header-college-name {
	color: var(--color-primary);
	font-weight: 700 !important;
	font-size: 35px;
	line-height: 38px;
	font-style: normal;
}

.site-header img.logo {
	max-height: 100px;
}

img.header-logo {
	width: 365px;
}

/* .header-row {
    margin-top: 55px;
} */
/* ------- main menu ---------------- */
/* .main-menu {
	background-color: var(--color-primary);
} */
.main-menu ul li {
	background: #f2f2f2;
	margin-left: 8px !important;
}

.main-menu ul li,
.main-menu ul li ul li .dropdown-item {
	color: var(--color-heading);
}

.web-cust-menu .active {
	background-color: var(--color-secondary);
}

.main-menu .navbar-nav .nav-item a {
	color: #151515;
	font-weight: 600;
	font-size: 15px;
}
.main-menu .dropdown-menu a {
	color: #fff !important;
}

.main-menu .dropdown-item:hover {
	background-color: var(--color-primary);
	color: #fff;
	cursor: pointer;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	font-weight: 600;
	color: #fff;
	background-color: #1d3891;
}

.main-menu .dropdown-item {
	background-color: var(--color-primary);
	padding: 10px 9px;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	background-color: #1d3891;
	font-weight: 600;
	color: #fff;
}

.navbar-nav .dropdown-menu li {
	background: var(--color-primary);
}

.topbar-menu .navbar-nav .dropdown-menu li {
	border-bottom: 1px solid var(--color-secondary) !important;
}

.navbar-nav .dropdown-menu li:last-child {
	border-bottom: 0px !important;
}

.top-menu #navbarNavDropdown {
	justify-content: end !important;
}
nav#main_navbar {
	margin-bottom: -7px;
}

.topbar-menu .navbar-nav ul li :hover {
	background-color: var(--color-secondary);
}

.second-menu li :hover {
	color: #fff;
}

.second-menu li :active {
	color: #fff;
}
.topbar-menu .second-menu li .link-active {
	background-color: #000000 !important;
}

.topbar-menu .second-menu li a {
	padding: 12px 10px !important;
}
.menu-alignment {
	display: contents;
}
.container-fluid.main-menu.text-light.px-0.top-line.web-cust-menu {
	background: #fbfbfb !important;
}
.myCustomTopRightMenu li {
	background: transparent !important;
}
.myCustomTopRightMenu li a {
	color: #000 !important;
}
.myCustomTopRightMenu li a:hover {
	color: #1d3891 !important;
	text-decoration: none;
	background-color: none !important;
	font-weight: 400;
	background-color: #fff !important;
}
.dropdown-menu > li a:hover {
	background: none;
	font-weight: 600;
}
.social-links a {
	color: #6f6f6f;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
}
.social-links a:hover {
	color: #1c3890 !important;
}
/* Top Menue hover */
.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	/* background-color: var(--color-secondary); */
}

/* .menu-border {
	border-top: 4px solid #ff9f2a;
} */

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	background-color: var(--color-primary);
}

/* Home slider start */
.hero {
	border-bottom: 10px solid #1c3890;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	background-color: #323232;
	border: 10px solid #43371d;
}

.banner-slider img {
	background: var(--color-primary);
	height: 550px;
	object-fit: cover !important;
}

.carousel-caption {
	font-family: var(--font-secondary) !important;
	color: var(--color-default);
}
.carousel-caption h5 {
	top: auto;
	bottom: 70px;
	background: rgba(46, 46, 46, 0.5);
	padding: 10px 25px;
}
.carousel-caption h5 {
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 0px;
	font-family: "Roboto";
}

.carousel-caption span {
	font-size: 28px;
	font-weight: 600;
	font-family: var(--font-primary);
	font-style: normal;
	background: rgba(46, 46, 46, 0.5);
	padding: 10px 12px;
	border-radius: 5px;
}
.carousel-caption p {
	padding-top: 18px;
}

/*  Home slider end */

/*--------------------------------------------------------------
# Segments
--------------------------------------------------------------*/

.segments {
	position: relative;
	margin-top: -55px;
	z-index: 1;
	box-shadow: 0px 13px 13px 1px #f4f4f4;
	padding-bottom: 30px;
}

.segment-item {
	text-align: center;
}

.segment-item .icon-holder {
	background: #d75c72;
	color: white;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	margin: auto;
	margin-bottom: 5px;
}

.segment-item span {
	line-height: 1.1rem;
	display: block;
	color: #000;
}

.segment-item a {
	color: #000;
	line-height: 19px;
	display: block;
}

.segment-item .icon-holder {
	font-size: 40px;
	padding-top: 20px;
	vertical-align: middle;
	line-height: 4.7rem;
}

.segment-item img {
	width: 55px;
	margin: auto;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
	font-weight: 700;
	font-size: 28px;
}

.about .content ul {
	list-style: none;
	padding: 0;
}

.about .content ul li {
	padding-bottom: 10px;
}

.about .content ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #5cb874;
}

.about .content p:last-child {
	margin-bottom: 0;
}

.btn-inverse {
	background: #fff;
	color: #d75c72;
	padding: 8px 25px;
	border-radius: 4px;
	border: 2px solid #d75c72;
	font-size: 14px;
}

.btn-inverse:hover {
	background: #d75c72;
	transition: 0.3s;
	color: #fff;
}
/* news marquee start */

.news-events .homePage-sectionHeading {
	margin: 0;
	padding: 8px 0px;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
	box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.15);
}

.news-circular {
	border-radius: 0px 0px 10px 10px;
	/* background: #110069; */
	padding: 20px;
	height: 380px;
	margin: 0px 50px 0px 50px;
}

.holder {
	height: 335px !important;
	overflow: hidden;
	padding: 10px;
}

.quick-link-home {
	height: 372px;
}

.holder marquee {
	position: relative;
	left: 0px;
	top: 10px;
	height: 200px;
	overflow: hidden;
}

.holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.holder ul li {
	padding: 10px 0px;
	border-bottom: 1px solid rgb(225, 225, 225);
}

.holder ul li a {
	font-weight: 500;
	padding-bottom: 4px;
	color: var(--color-heading);
	display: flex;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 20px;
}

.holder ul li i {
	color: var(--color-secondary);
	font-size: 15px;
	margin-right: 10px;
}

.holder ul li span {
	color: var(--color-heading);
	font-size: 15px;
}

/* Events & Programs */

.holder-2 {
	height: 327px !important;
	overflow: hidden;
	padding: 10px;
}

.holder-2 marquee {
	position: relative;
	left: 0px;
	top: 10px;
	height: 200px;
	overflow: hidden;
}

.holder-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.holder-2 ul li {
	padding: 10px 0px;
	border-bottom: 1px solid rgb(225, 225, 225);
}

.holder-2 ul li a {
	font-weight: 500;
	padding-bottom: 4px;
	color: var(--color-default);
	display: flex;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.holder-2 ul li i {
	color: var(--color-secondary);
	font-size: 15px;
	margin-right: 10px;
}

.holder-2 ul li span {
	color: var(--color-primary);
	font-size: 15px;
}

.view-all a {
	font-weight: 500;
	padding-top: 5px;
	color: var(--color-heading);
	text-decoration: underline;
	float: right;
	text-decoration: underline;
}

.read-btn {
	font-weight: 500;
	padding-top: 5px;
	color: var(--color-default);
	text-decoration: underline;
	float: right;
	text-decoration: underline;
}

.news-div .btn-news {
	border: none;
	color: #ffffff;
	background-color: transparent;
	float: right;
}

.news-div .btn-news-down {
	border: none;
	color: #ffffff;
	background-color: transparent;
	float: right;
	margin-top: 0.5em;
}

.events-program-box {
	padding-right: 50px;
	border-right: 2px dashed #8b7ed2;
}
.news-category {
	display: none;
}
/* marquee end- */

/* news events back */

.up-event {
	background: #d75c72;
}
.la-event {
	background: #2a356c;
}
/* timeline */
section.timeline .container-fluid {
	background-image: linear-gradient(
		40deg,
		rgba(227, 227, 227, 1) 0%,
		rgba(239, 239, 239, 1) 35%,
		rgba(235, 235, 235, 1) 100%
	);
}
section.timeline .btn-primary {
	position: absolute;
	bottom: 50px;
	margin: auto;
	left: 0;
	right: 0;
	width: fit-content;
}

/*--------------------------------------------------------------
# What makes us unique
--------------------------------------------------------------*/
section.unique {
	background: #f9f9f9;
}

.unique .icon-box {
	width: 100%;
}

.unique .icon-box h4 {
	font-weight: 400;
	margin: 10px 0 15px 0;
	font-size: 22px;
	color: #d75c72;
	transition: ease-in-out 0.3s;
	text-transform: uppercase;
}

.unique .icon-box:hover {
	border-color: #fff;
	box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.unique .icon-box {
	text-align: center;
	padding: 70px 20px 80px 20px;
	transition: all ease-in-out 0.3s;
	background: #fff;
	box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.unique .icon-box {
	text-align: left;
}

.unique h4 {
	text-align: left;
	color: #d75c72;
}

.unique .icon,
.unique .info {
	vertical-align: top;
}

.unique .icon-box {
	padding: 20px;
}

.unique .icon {
	display: inline-block;
	width: 25%;
}

.unique .info {
	display: inline-block;
	margin-left: 15px;
	width: 70%;
	text-align: left;
	margin-left: 15px;
	width: 66%;
}
.iconbox-blue .info p {
	font-weight: 400;
}

/* Across event */
.owl-carousel-placements .owl-dots {
	display: block !important;
}

.owl-carousel-placements .owl-dot.active {
	background-color: #013d9d;
	width: 10px;
	border-radius: 15px;
}

.owl-carousel-placements .owl-dot {
	border-radius: 50px;
	height: 10px;
	width: 10px;
	display: inline-block;
	background-color: #2e2f2f;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.owl-carousel-placements .owl-stage .owl-item {
	padding-right: 20px;
}
.owl-carousel .owl-carousel-placements .owl-nav {
	display: none !important;
}
/*--------------------------------------------------------------
# Proud Facts
--------------------------------------------------------------*/
.proud-facts {
	background: #2c366d url(../img/bg-blue-gradient.png) bottom left repeat-x;
	padding: 40px 0;
	text-align: center;
	color: #fff;
}

.proud-facts h3 {
	color: #eec643;
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
}

.fact-item {
	text-align: center;
}

.fact-item .fi-text {
	line-height: 21px;
	font-size: 14px;
	display: block;
	margin-top: 10px;
	font-weight: 300;
}

.fact-item i {
	font-size: 40px;
	color: #a1acda;
	display: block;
}

.fact-item .fi-number {
	font-size: 38px;
	font-weight: 300;
	color: #fff;
}
.fact-item .fi-number span {
	font-size: 38px;
	font-weight: 300;
	color: #fff;
}

.fi-symbol img {
	width: 50px;
	margin-bottom: 10px;
}
.owl-carousel-activity .owl-dot.active {
	background-color: #013d9d;
	width: 10px;
	border-radius: 15px;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
	margin-bottom: 30px;
	cursor: pointer;
}

.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 20px auto;
	list-style: none;
	text-align: center;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 8px 15px 10px 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	/* text-transform: uppercase; */
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
}

.portfolio #portfolio-flters li:hover {
	color: #fff;
	background: #c34f63;
}

#portfolio-flters .active {
	color: #fff;
	background: #c34f63;
}

.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}

.portfolio .portfolio-wrap {
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
	content: "";
	background: rgba(34, 34, 34, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	opacity: 0;
}

.portfolio .portfolio-wrap img {
	transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
	text-align: center;
	z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
	color: #fff;
	margin: 0 5px 0 0;
	font-size: 28px;
	display: inline-block;
	transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
	color: #6ec083;
}

.portfolio .portfolio-wrap:hover::before {
	opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
	transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
}

.portfolio-container {
	height: auto;
}

/*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
	width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.portfolio-details
	.portfolio-details-slider
	.swiper-pagination
	.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #5cb874;
}

.portfolio-details
	.portfolio-details-slider
	.swiper-pagination
	.swiper-pagination-bullet-active {
	background-color: #5cb874;
}

.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
	margin-top: 10px;
}

.portfolio-details .portfolio-description {
	padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
	padding: 0;
}

#portfolio {
	padding: 60px 0 30px 0;
}

#portfolio .item-institute {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	/*border-radius: 8px;*/
}

#portfolio .item-institute:hover img {
	transform: scale(1.2);
	transition: 0.6s;
}

#portfolio .item-institute .details {
	background: rgba(2, 22, 94, 0.8);
	position: absolute;
	left: 0;
	bottom: -40px;
	right: 0;
	text-align: center;
	padding-top: 10px;
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .item-institute .details h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 6px;
}

#portfolio .item-institute .details p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
	font-style: italic;
}

#portfolio .item-institute .details .social {
	height: 40px;
	font-size: 15px;
}

#portfolio .item-institute .details a {
	color: #fff;
}

#portfolio .item-institute .details a:hover {
	color: #d75c72;
}

#portfolio .item-institute:hover .details {
	bottom: 0;
}

#portfolio-details {
	padding: 60px 0;
}

#portfolio-details .details .social {
	margin-bottom: 15px;
}

#portfolio-details .details .social a:hover {
	background: #f82249;
	color: #fff;
}

/*--------------------------------------------------------------
#Testimonials
--------------------------------------------------------------*/
.testimonials {
	background-color: #0e2559;
	background-image: url("../img/bg-testimonials.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
}

.testimonials h2 {
	color: #eec643;
}

.testimonials .section-title h4 {
	font-size: 31px;
	font-weight: normal;
	color: #fff;
}

.lines-testimonials {
	border-top: 1px solid #526288;
	border-bottom: 1px solid #526288;
	padding: 40px 0;
	position: relative;
	font-size: 23px;
	font-weight: 100;
	line-height: 35px;
}

.person-name {
	padding: 15px;
	color: #ffd858;
	font-size: 23px;
	font-weight: 300;
}

.testimonial-item {
	text-align: center;
}

.testimonials .quotes {
	color: #435585;
	font-size: 29px;
	position: absolute;
}

.quotes.fa-quote-left {
	top: 5px;
	left: 0;
}

.quotes.fa-quote-right {
	bottom: 5px;
	right: 0;
}

.owl-carousel-testimonials .owl-nav span {
	color: #ffffff;
	font-size: 55px !important;
	font-family: "";
}

/* Activity section start */
.activity-item {
	text-align: center;
}
.owl-carousel-activity .owl-stage .activity-item {
	padding-right: 20px;
}
.activity-item span {
	color: #403e3e;
	font-weight: 600;
}
#carousel-placement .item {
	color: #514e4e;
	font-weight: 400;
}

.owl-carousel-activity .activity-item img {
	padding-bottom: 10px;
}
/* home page quick links */

.section-back {
	background-color: var(--color-primary);
}

/* .segment-item p {
	margin-bottom: 0px;
	color: white;
	font-size: 18px;
	font-weight: 500;
}

.segment-item img:hover {
	transform: rotateY(360deg);
}

.segment-item img {
	width: 65px;
	margin: auto;
	transition: all 0.9s;
}

.segment-item .icon-holder {
	border-radius: 50%;
	height: 79px;
	width: 79px;
	margin: auto;
	margin-bottom: auto;
} */

/* home page quick links */

/*  Departments Home Dept */

.departments .departments-item {
	box-sizing: content-box;
	margin: 30px 25px;
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
	position: relative;
	background: #fff;
	border-radius: 10px;
}

/* Photo Gallery */

.photo-gallerys-section {
	background-color: var(--color-primary);
}

.photo-gallerys-section ul li.nav-item button {
	width: 200px;
	font-weight: 600;
	font-size: 20px !important;
	color: #b2b2b2 !important;
	border: 2px solid #b2b2b2 !important;
	padding: 7px 15px;
	border-radius: 17px;
	background-color: var(--color-primary);
}

.photo-gallerys-section ul li.nav-item {
	margin: 0 auto;
	margin-bottom: 20px;
}

.photo-gallerys-section ul li.nav-item button.active {
	background-color: #ffffff !important;
	color: var(--color-primary) !important;
	font-weight: 600;
}

.photo-gallery-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 2px solid white;
}

/*  Photo Gallery */

/* ------Home page Section start--------- */

.bred-img1 {
	background-color: var(--color-primary) !important;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bred-pos {
	margin-top: -125px;
	margin-bottom: 14px;
}

.footer-section {
	background-color: var(--color-primary);
}

.right-res {
	background-color: #ffffff;
}

.right-res p,
.right-res a,
.right-res span {
	color: var(--color-primary);
	font-style: normal;
	font-size: 18px !important;
	font-weight: 500;
}

.footer-section p,
.footer-section a,
.footer-section span {
	color: #fff !important;
	font-style: normal;
	font-size: 14px;
}

.right-res p a {
	text-decoration: underline !important;
}

.right-res p a:hover {
	text-decoration: none !important;
}
h2.quick-head-back-event {
	background-color: #ff9f2a;
	margin-bottom: 0px;
	padding: 7px 7px 10px 20px;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}

.footer-section .imp-links a,
.footer .btn.btn-link {
	color: rgb(255, 255, 255);
}

/* .social-icon a {
	color: #ffffff;
} */
.social-icon a {
	font-size: 18px;
	display: inline-block;
	background: #d75c72;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

.social-icon a:hover {
	background: #021542;
	color: #fff;
	text-decoration: none;
}

.footer-section h2,
.footer-section h3 {
	font-style: normal;
	font-weight: 500 !important;
	color: white;
	font-size: 20px;
}

a.email {
	text-decoration: underline;
}

.footer-section a:hover {
	color: var(--color-primary);
}

/* Styles for website counter container */
.website-counter {
	font-size: 28px !important;
	color: var(--color-default);
}

/* Styles for reset button */
#reset {
	margin-top: 20px;
	background-color: #008cba;
	cursor: pointer;
	font-size: 18px !important;
	padding: 8px 20px;
	color: white;
	border: 0;
}

.copy-right hr {
	color: #fff;
}
.copy-right p {
	font-weight: 600;
	font-size: 16px;
}
.copy-right a {
	font-weight: 600;
	font-size: 16px;
}

.footer-section li i.bi-chevron-right {
	color: #9da8d6;
	margin-right: 3px;
}
.footer-info-block li {
	list-style-type: none;
}

/* Footer section end */

/* css for button */
.btn-primary {
	background: #2a356c;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}
.btn-primary:hover {
	background: #d75c72;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

/* breadcrumb */

.bred-img {
	background-image: url("../img/about-us-banner.jpg");
	height: 155px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color-primary) !important;
}

.bred-head {
	text-align: center;
	padding-top: 55px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 35px;
	font-family: "Roboto";
}

.breadcrumb {
	justify-content: center;
	width: auto;
	align-items: center;
	margin: 6px auto auto auto;
	padding-top: 35px;
	font-weight: 700;
}
.breadcrumbPageTitle {
	font-size: 24px;
	font-weight: 200 !important;
}

.breadcrumb li a,
.breadcrumb-item + .breadcrumb-item::before {
	color: white;
}

.breadcrumb li a {
	text-decoration: underline;
}

.breadcrumb li a:hover {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: white;
}

/* -End breadcrumb- */

/* -Inner Page Style- */

/* .about-info {
	padding: 0px 0px 0px 25px;
} */

.about-info .page-insight {
	/* box-shadow: 2px 2px 4px #888888; */
	/* padding: 5px 10px 20px 10px; */
	/* background-color: #fff; */
}

.page-headings {
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 20px !important;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 25.6px !important;
	color: var(--color-primary);
	font-weight: 600 !important;
}

.sub-heading {
	padding-bottom: 8px;
	color: var(--color-primary);
	font-family: "Blinker", sans-serif !important;
	font-size: 25px !important;
	font-weight: 600 !important;
	line-height: 38px;
	letter-spacing: 0.02em;
}

.about-page .about-info p {
	margin-bottom: 0px !important;
	font-weight: 400;
	font-size: 15px;
}

.page-back {
	background-color: #ffffff;
}

/* NAAC Pages */
.naac-section a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
	text-decoration: underline;
}

.naac-section a:hover {
	text-decoration: none;
}

.naac-section a:before {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	color: var(--color-primary);
	width: 2.5% !important;
	display: inline-block;
	font-size: 19px;
	margin-right: 0px;
}

/* -End Naac Pages-- */

/* accordian start*/

.accordion-button:not(.collapsed) {
	color: var(--color-default);
	background-color: #dff5f9;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

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

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

.accordion-item {
	border: 1px solid #a59a9a !important;
	margin-bottom: 5px;
}

.tab-horizontal1,
.tab-horizontal2 {
	width: 100% !important;
}

.tab-horizontal1 ul {
	flex-direction: inherit !important;
}

.inner-accordion-header {
	border: 1px solid #a59a9a !important;
}

.inner-accordion-header .accordion-button:not(.collapsed) {
	background: #f8f8f8 !important;
}

/* accordian end */

/* Styles added by Shruti J */
.table th,
table th {
	padding: 0.5rem 0.5rem;
	background: #ececec;
	border-color: #d9d9d9;
	box-shadow: inset 0 4px 3px -2px rgb(0 0 0 / 4%);
	text-align: center;
	font-weight: 700 !important;
}

.table .text-link {
	text-decoration: underline;
}

.table p {
	margin-bottom: 0px;
}

.table .text-link:hover {
	text-decoration: none;
	vertical-align: middle;
}

.text-link {
	text-decoration: underline;
}

.text-link:hover {
	text-decoration: none;
	cursor: pointer;
}

.table td,
table td {
	border-color: #d9d9d9;
	padding: 0.5rem 0.5rem;
}

.table th.srno {
	width: 75px !important;
}

.table td.al-right,
.table .srno {
	text-align: right;
}

.btn-primary:focus {
	color: var(--color-default);
	background-color: var(--color-secondary);
}

.content-holder {
	background: white;
	padding: 0 25px;
}

.subheader {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: 700 !important;
	font-family: var(--font-primary);
	font-style: normal;
	font-size: 18px;
}

@media only screen and (max-width: 980px) {
	.about-info {
		padding: 0 25px;
		margin: 25px 0 0;
	}
}

.vtabs .tabs-right {
	padding: 0;
}

.vtabs .tabs-right .tab-content {
	padding: 0;
}

.vtabs .tabsContent-holder {
	padding-left: 0;
}

.vtabs .tab-content {
	padding: 0.5rem;
}

.vtabs .accordion-item {
	border: 0 !important;
}

.sub-head {
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-family: var(--font-primary);
	font-weight: 700;
	font-style: normal;
}

.vtabs .accordion-body {
	padding: 0.5rem 1.25rem;
}

.vtabs .tabsName-holder {
	background-color: var(--color-primary);
	padding-left: 0;
	padding-right: 0;
	box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important;
}

.vtabs .nav-tabs .nav-link {
	color: #fff;
	margin-bottom: -1px;
	background: none;
	border: 1px solid #06406570;
	border-radius: 0;
}

.vtabs .nav-tabs .nav-link.active {
	background-color: var(--color-secondary);
	color: white;
}

.vtabs .accordion-button:not(.collapsed) {
	color: #064065;
	background: #dff5f9;
}

.vtabs .accordion-button:not(.collapsed) {
	color: #000 !important;
	background: #efe290;
	border: 1px solid #9d9355;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.vtabs .accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.vtabs .nav-tabs .nav-link.active {
	background-color: #fff;
	color: #0b0a0a;
}

@media (max-width: 575px) {
	.owl-nav .owl-next {
		right: 8px !important;
	}

	.owl-prev {
		padding-left: 23px;
	}
}

.link-active {
	background-color: #064065 !important;
	padding: 15px 10px !important;
}

.form-control:focus {
	box-shadow: 0 0 0 0.25rem rgb(6 64 101 / 18%);
}

/* ssr table */
.ssr-table tr td:first-child {
	text-align: center;
}

.ssr-table th:nth-child(3) {
	width: 185px;
}

.ssr-table th:first-child {
	width: 100px;
	text-align: center;
}

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

#carousel-placement img {
	object-fit: contain;
	aspect-ratio: 3/2;
	padding: 4px 10px;
}

/* CMS Photo Gallery*/
.list-horizontal {
	padding: 0;
	margin: 0;
}

.list-horizontal li {
	display: inline-block;
	margin-right: 10px;
}

.btn-year {
	border: 1px solid;
	padding: 6px 36px;
	border-radius: 5px;
	background-color: var(--color-primary);
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
}

.btn-year:hover {
	color: white;
}

.btn-year.active {
	background-color: var(--color-secondary);
}

a.btn-year.ng-binding {
	cursor: pointer;
}

a.btn-year.ng-binding.active {
	cursor: auto;
}

.gallery {
	position: relative;
	width: 302px;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}

.gallery .viewGallery {
	background-color: green;
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	text-decoration: none;
	position: absolute;
	left: 25%;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.gallery .desc {
	padding: 15px;
	text-align: center;
}

.gallery:hover .viewGallery {
	transform: translateY(100px);
}

.stack,
.nostack {
	border: 6px solid #fff;
	float: left;
	height: 175px;
	width: 240px;
	margin: 20px;
	position: relative;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.stack img,
.nostack img {
	width: 100%;
	height: 100%;
}

.stack:before,
.stack:after {
	content: "";
	height: 175px;
	width: 240px;
	position: absolute;
	z-index: -1;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	border: 6px solid #fff;
}

.stack:before {
	background: #eff4de;
	top: 0px;
	left: -10px;
	transform: rotate(-5deg);
}

.stack:after {
	background: #768590;
	top: 5px;
	left: 0px;
	transform: rotate(4deg);
}

.firstImage:after {
	display: block;
	content: "View Gallery";
	padding: 8px 15px;
	margin: auto;
	background-color: var(--color-secondary);
	position: absolute;
	top: 29%;
	left: 24%;
	color: #fff;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.firstImage:hover:after {
	transform: translateY(30px);
}

.firstImageForCollegeNews:after {
	display: block;
	content: "View Paper";
	padding: 8px 15px;
	margin: auto;
	background-color: var(--color-secondary);
	position: absolute;
	top: 29%;
	left: 24%;
	color: #fff;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.firstImageForCollegeNews:hover:after {
	transform: translateY(30px);
}

.first-image:hover:after {
	transform: translateY(30px);
}

.link-active {
	background-color: #fdbd0f !important;
	padding: 15px 10px !important;
	color: #fff !important;
}
.main-whitePanel {
	background-color: #fff;
	box-shadow: 2px 2px 4px #888888;
}

/* CMS Photo Gallery*/

/* fix blank or flashing items on carousel */
.owl-carousel .item {
	position: relative;
	z-index: 100;
	text-align: center;
}

.carousel-wrap {
	margin: 90px auto;
	padding: 0 5%;
	width: 80%;
	position: relative;
}

.mydiv .owl-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 10px;
	pointer-events: none;
	box-sizing: border-box;
}

.mydiv .owl-nav .owl-prev,
.mydiv .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	font-family: Arial !important;
	font-size: 22px !important;
	line-height: 1 !important;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.85) !important;
	pointer-events: all;
}

.mydiv .owl-nav .owl-prev.disabled,
.mydiv .owl-nav .owl-next.disabled {
	visibility: hidden;
}

/* Plan Of Action */

.table-responsive.plan {
	padding: 8px 15px;
}

a.btn.btn-primary.naac-certificate {
	padding-bottom: 11px;
	margin-top: 18px;
}

img.img-fluid.naac {
	width: 450px;
	height: 500px;
}
.inner-category-gallery {
	border-bottom: 2px solid;
}

.gallery-category {
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}

.gallery-category .viewGallery {
	background-color: green;
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	text-decoration: none;
	position: absolute;
	left: 25%;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.gallery-category .desc {
	padding: 15px;
}

.gallery-category:hover .viewGallery {
	transform: translateY(100px);
}
.btn-handy {
	border: 1px solid #b5b5b5;
	background: #f2f2f2;
	margin-right: 10px;
	text-decoration: none;
	padding: 3px 8px;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
}

.container.main-whitePanel h4 span {
	font-size: 1.6rem !important;
	font-style: normal;
	display: inline-block;
	border-bottom: 2px solid var(--color-primary);
	padding-right: 16px;
}

.saftey {
	margin-top: 10px;
}

.section.row.host.saftey {
	margin-left: 0px;
}

.lib-text {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

a.active.aqar-quickl {
	color: var(--color-secondary);
}

.yearHolder {
	background: #e7e7e7 !important;
	vertical-align: middle;
}

.noRecords {
	color: #babcc0;
}

.link-holder a {
	color: #333;
	text-decoration: underline !important;
}

.link-holder a:hover {
	color: #333;
	text-decoration: none !important;
}

.files-noMeric {
	padding: 15px 15px 15px 25px !important;
}

.faculty-text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.dept-faculty {
	text-align: center !important;
}

.department-faculty-all-div {
	display: inline-table;
}

/*  End Departments Home Dept */

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: var(--color-heading);
	font-weight: normal;
	text-transform: capitalize;
	transition: 0.3s;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.footer .btn.btn-link:hover {
	color: var(--color-secondary);
	letter-spacing: 1px;
	box-shadow: none;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
	background: #2b356c !important;
	border-radius: 4px !important;
}

/* Start Media Queries */

@media only screen and (max-width: 1280px) {
	.naac-section a:before {
		margin-right: 5px;
	}

	.top-menu-hide {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.events-program-box {
		padding-right: 0px;
		border-right: none;
		border-bottom: 2px dashed #8b7ed2;
	}

	.container.about-page {
		margin-left: 11px;
	}

	.title-lines {
		margin-right: 0px !important;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: static !important;
	}

	.quick-hover-section {
		display: none;
	}

	.quick-inner-top {
		margin-top: 25px;
	}

	/* .view-all a {
		margin-top: -2em;
	} */

	.news-div .btn-news-down {
		margin-top: -0.7em;
	}

	.top-line {
		padding-bottom: 25px;
	}

	/* img.header-logo {
		width: 139px;
		margin-top: -55px;
		margin-bottom: 40px;
	} */

	.header-logo {
		margin-top: 0px !important;
	}

	.site-header {
		text-align: center;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		width: 100%;
		max-width: 100%;
	}

	.holder {
		height: 210px;
		margin-top: 25px;
	}

	.quick-hover-section:hover {
		opacity: 1;
		border: 1px solid transparent;
		left: -63px;
	}

	.container.about-page {
		max-width: 100%;
		padding-right: 40px;
	}

	.photo-gallery-img {
		width: 210px !important;
	}
}

@media only screen and (max-width: 808px) {
	.header-row {
		/* margin-top: -61px !important; */
	}

	img.header-logo {
		/* width: 139px; */
		/* margin-top: 50px !important; */
		/* margin-bottom: 40px; */
	}

	.site-header img.logo {
		max-height: 70px;
	}

	.responsive-logo {
		display: inline-block;
	}

	.responsive-logo2 {
		display: none;
	}

	.site-header {
		text-align: center;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.bred-img {
		height: auto;
	}
	.bred-head {
		padding-top: 60px;
		height: 150px;
	}
	.view-all a {
		padding-top: 30px;
	}
	.news-circular {
		height: 400px;
	}
	.social-icon {
		display: contents;
	}
	.banner-slider img {
		height: 300px;
	}
	section.timeline .btn-primary {
		bottom: 0px;
	}

	.naac-section a:before {
		margin-right: 10px !important;
	}
}

@media only screen and (max-width: 741px) {
	.owl-nav .owl-next {
		right: -8px !important;
	}
}

@media only screen and (max-width: 500px) {
	.header-row {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
}

@media only screen and (max-width: 428px) {
	span.carousel-control-prev-icon {
		margin-left: 18px !important;
		padding-left: 7px !important;
	}

	span.carousel-control-next-icon {
		margin-right: 18px !important;
		padding-right: 7px !important;
	}
	.owl-carousel .owl-carousel-placements .owl-nav .owl-prev {
		display: none !important;
	}
	.owl-carousel-activity .owl-stage .activity-item {
		padding-right: 0px;
	}
	.owl-carouowl-carousel-placements .owl-nav span {
		display: none !important;
	}
}

/* home news & event */
/* .news-events .news-notice-view {
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    float: right;
}

.news-events {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.news-events .event-title {
    background-color: var(--color-primary);
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 15px;
}

.news-events .news-text-line {
    margin-top: 10px;
    background-color: none;
}

.news-events .card-img-overlay {
    padding: 0rem;
    top: 25px;
}

.news-events .event-title {
    background-color: var(--color-primary);
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}

p.event-date-overlay {
    margin-bottom: 0px;
    background-color: var(--color-primary);
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.news-events .event-title a i {
    color: #fff;
}

.news-events .card-img img {
    height: 270px;
    width: 100%;
}
.view-all-past-event {
    display: flex;
    justify-content: flex-end;
}
.view-all-past-event a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: var(--color-primary);
    border-radius: 10px;
    padding: 7px 63px
    
}
.event-description {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-events .card-img-overlay{
    color: #fdbd0f !important;
} */

/* home news & event */
/* home news & event */
.news-events .news-notice-view a {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	float: right;
	margin-top: 25px;
}

.news-events {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.news-events .event-title {
	background-color: var(--main-color);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
}

.news-events .news-text-line {
	margin-top: 10px;
	background-color: white;
	color: black;
	max-height: 15em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-events .card-img-overlay {
	padding: 0rem;
	top: 25px;
}

.news-events .event-title {
	background-color: #110069;
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

p.event-date-overlay {
	margin-bottom: 0px;
	background-color: #110069;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.news-events .event-title a i {
	color: #fff !important;
}
a.view-event-link {
	color: white !important;
}

.news-events .card-img img {
	height: 270px;
	width: 100%;
}
/* .event-description {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

/* home news & event */

.view-all-event {
	text-align: end;
	margin-top: 18px;
	margin-left: 14px;
}

.view-all-event a {
	color: var(--color-default);
	text-decoration: underline;
	float: left;
	left: 10px;
	margin-top: -0.5em;
}
.view-all-event a {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #ff9f2a;
	border-radius: 10px;
	padding: 7px 63px;
}

.view-all-event a:hover {
	text-decoration: none;
}

.event-div {
	background-color: white;
}

.event-div .btn-news {
	border: none;
	color: #ff9f2a;
	background-color: white;
	float: right;
}

.event-div .btn-news-down {
	border: none;
	color: #ff9f2a;
	background-color: white;
	float: right;
	margin-top: 0.5em;
}

/* home news & event */
.news-events .news-notice-view {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	float: right;
	margin-top: 25px;
}

.news-events {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.news-events .event-title {
	background-color: var(--color-primary);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
}

.news-events .news-text-line {
	margin-top: 10px;
	background-color: var(--color-primary);
	color: #fff;
}

.news-events .card-img-overlay {
	padding: 0rem;
	top: 25px;
}

.news-events .event-title {
	background-color: var(--color-primary);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

p.event-date-overlay {
	margin-bottom: 0px;
	background-color: #ff9f2a;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.news-events .event-title a i {
	color: #fff;
}

.news-events .card-img img {
	height: 270px;
	width: 100%;
}

/* home news & event */

.quick-inner-top {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 10px;
	/* position: fixed;
    top: 52%;
    left: 10%;
    right: 90%;
    width: 18%; /* Adjust width as needed */
	/* background-color: #fff; /* Background color of the fixed section */
	/* z-index: 999; Ensure it's above other content */
}

.quick-links .col-lg-3 {
	text-align: center;
}

/* whatsaap popup */
/* a:link,
a:visited {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
} */

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
	color: white;
}

#whatsapp-chat {
	box-sizing: border-box !important;
	outline: none !important;
	position: fixed;
	width: 350px;
	border-radius: 10px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
	bottom: 164px;
	right: 160px;
	overflow: hidden;
	z-index: 1103;
	animation-name: showchat;
	animation-duration: 1s;
	transform: scale(1);
}

a.blantershow-chat {
	/* background: #009688; */
	/* background: #fff; */
	color: #404040;
	position: fixed;
	display: flex;
	font-weight: 400;
	justify-content: center;
	z-index: 6;
	bottom: 90px;
	right: 107px;
	font-size: 15px;
	padding: 27px 20px;
	border-radius: 87px;
	/* box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28); */
}

a.blantershow-chat svg {
	transform: scale(2.2);
	margin: 0 0px 0 0;
	background-size: cover;
}
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 9999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 91px;
	right: 102px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 0px;
	border: 16px solid #25d366;
	opacity: 0;
	animation-name: pulse-border;
	animation-duration: 1.8s;
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.header-chat {
	background: #009688;
	background: #095e54;
	color: #fff;
	padding: 20px;
}
.header-chat h3 {
	margin: 0 0 10px;
}
.header-chat p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}
.info-avatar {
	position: relative;
}
.info-avatar img {
	border-radius: 91%;
	width: 63px;
	height: 49px;
	float: left;
	margin: -2px 11px 2px 0px;
}

a.informasi {
	padding: 20px;
	display: block;
	overflow: hidden;
	animation-name: showhide;
	animation-duration: 0.5s;
}
a.informasi:hover {
	background: #f1f1f1;
}
.info-chat span {
	display: block;
}
#get-label,
span.chat-label {
	font-size: 12px;
	color: #888;
}
#get-nama,
span.chat-nama {
	margin: 5px 0 0;
	font-size: 15px;
	font-weight: 700;
	color: #222;
}
#get-label,
#get-nama {
	color: #fff;
}
div#admission {
	z-index: 1043;
}
span.my-number {
	display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
	font-family: "Arial", sans-serif;
	width: 100%;
	height: 50px;
	padding: 10px;
	font-size: 14px;
}
a#send-it {
	width: 48px;
	/* margin-left: 10px; */
	font-weight: 900;
	padding: 12px 13px 5px;
	background: #dadada;
	/* border-radius: 10px;*/

	svg {
		fill: #a6a6a6;
		height: 24px;
		width: 24px;
	}
}
input.styles-module_input__2IYfc {
	background-color: #fefefe;
	border: none;
	outline: none;
	border-radius: 20px;
	min-height: 45px;
	padding: 0 10px;
	transition: box-shadow 0.2s ease-in-out;
	width: 100%;
}

.first-msg {
	background: transparent;
	padding: 30px;
	text-align: center;
	& span {
		background: #e2e2e2;
		color: #333;
		font-size: 14.2px;
		line-height: 1.7;
		border-radius: 10px;
		padding: 15px 20px;
		display: flex;
		padding: 10px;
		background: #dcdcdc;
	}
}

.start-chat .blanter-msg {
	display: flex;
	padding: 10px;
	background-color: #dadada;
}
#get-number {
	display: none;
}
a.close-chat {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #fff;
	font-size: 30px;
}

@keyframes ZpjSY {
	0% {
		background-color: rgb(182, 181, 186);
	}
	15% {
		background-color: rgb(17, 17, 17);
	}
	25% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes hPhMsj {
	15% {
		background-color: rgb(182, 181, 186);
	}
	25% {
		background-color: rgb(17, 17, 17);
	}
	35% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes iUMejp {
	25% {
		background-color: rgb(182, 181, 186);
	}
	35% {
		background-color: rgb(17, 17, 17);
	}
	45% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes showhide {
	from {
		transform: scale(0.5);
		opacity: 0;
	}
}
@keyframes showchat {
	from {
		transform: scale(0);
		opacity: 0;
	}
}
@media screen and (max-width: 480px) {
	#whatsapp-chat {
		width: auto;
		left: 5%;
		right: 5%;
		font-size: 80%;
	}
}
.hide {
	display: none;
	animation-name: showhide;
	animation-duration: 0.5s;
	transform: scale(1);
	opacity: 1;
}
/* .show {
  display: block !important;
  animation-name: showhide;
  
  transform: scale(1);
  opacity: 1;
} */

.whatsapp-message-container {
	display: flex;
	z-index: 1;
}

.whatsapp-message {
	padding: 7px 14px 6px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 8px 8px;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
	transform-origin: center top 0px;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	margin-top: 4px;
	margin-left: -54px;
	max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
	padding: 20px 20px 20px 10px;
	background-color: rgb(230, 221, 212);
	position: relative;
	&::before {
		display: block;
		position: absolute;
		content: "";
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
		z-index: 0;
		opacity: 0.08;
		background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
		/* // background-image: url('assets/images/whatsaap-bg.png'); */
	}
}

.dAbFpq {
	display: flex;
	z-index: 1;
}

.eJJEeC {
	background-color: rgb(255, 255, 255);
	width: 52.5px;
	height: 32px;
	border-radius: 16px;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	margin-left: 10px;
	opacity: 0;
	transition: all 0.1s ease 0s;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
	position: relative;
	display: flex;
}

.ixsrax {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	background-color: rgb(158, 157, 162);
	animation-name: ZpjSY;
}

.dRvxoz {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	background-color: rgb(182, 181, 186);
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	animation-name: hPhMsj;
}

.kAZgZq {
	padding: 7px 14px 6px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 8px 8px;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
	transform-origin: center top 0px;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	margin-top: 4px;
	margin-left: -54px;
	max-width: calc(100% - 66px);
	&::before {
		position: absolute;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		top: 0px;
		left: -12px;
		width: 12px;
		height: 19px;
	}
}

.bMIBDo {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
	font-size: 14px;
	line-height: 19px;

	margin-top: 4px;
	color: rgb(17, 17, 17);
}

.iSpIQi {
	font-size: 14px;
	line-height: 19px;
	margin-top: 4px;
	color: rgb(17, 17, 17);
}

.cqCDVm {
	text-align: right;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	color: rgba(17, 17, 17, 0.5);
	margin-right: -8px;
	margin-bottom: -4px;
}
.limited-lines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3; /* Limit to 3 lines */
}

/* Alumni Registration state */

.autocomplete {
	position: relative;
}

.autocomplete-items {
	position: absolute;
	border: none !important;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 5px;
	cursor: pointer;
	background-color: #efeeee;
	border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
	background-color: #e9e9e9;
}

.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

/* admissiom form */

.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
	position: relative;
}

.wizard .nav-tabs:after {
	content: "";
	width: 80%;
	border-bottom: solid 2px #ccc;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 38%;
	z-index: -1;
}

.wizard .nav-tabs .nav-item .nav-link {
	width: 34px;
	height: 34px;
	margin-bottom: 2%;
	background: #110069;
	border: 2px solid #110069;
	color: #ccc;
	z-index: 10;
}

.wizard .nav-tabs .nav-item .nav-link:hover {
	color: #333;
	border: 2px solid #333;
}

.wizard .nav-tabs .nav-item .nav-link.active {
	background: #fdbd0f;
	border: 2px solid #fdbd0f;
	color: #110069 !important;
}

.wizard .nav-tabs .nav-item .nav-link:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #0dcaf0;
	transition: 0.1s ease-in-out;
}

/* .nav-tabs .nav-item .nav-link.active:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #931962;
} */

.wizard .nav-tabs .nav-item .nav-link svg {
	font-size: 25px;
}

.section-program {
	padding: 30px 15px;
	border-radius: 15px;
	background: #f5f5f5;
}

.admission-form-header {
	color: #000;
	font-family: "Roboto";
	font-size: 20px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
	margin-bottom: 10px;
}

.modal-enquiryForm-section label {
	margin-bottom: 10px;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
}

.modal-enquiryForm-section label em {
	margin-bottom: 10px;
	color: #ff0000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.otp-linkHolder {
	display: flex;
	justify-content: center;
	gap: 7px;
	vertical-align: middle;
	align-items: center;
}
.otp-linkHolder a {
	text-decoration: underline;
}

.msg-OTPsent {
	display: block;
	color: black;
	font-size: 14px !important;
	margin-bottom: 15px;
	font-style: italic;
}
.email-id-group {
	margin: 0 auto;
	display: flow;
	text-align: center;
}

.email-varify-btn {
	color: #000000;
	text-align: center;
	font-family: "Rounded Mplus 1c";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px;
	width: 144px;
	height: 45px;
	border-radius: 40px;
	border: 1.333px solid #f1efff;
	background: var(--Neutral-Colors-White, #fff);
	box-shadow: 5px 3px 5px -2px rgb(199 192 244);
}

select.form-control {
	font-size: 14px;
	appearance: auto;
}

.adhar-input {
	padding: 6px;
}

.education-form-header {
	color: #460b2f;
	font-family: Poppins;
	font-size: 17px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.form-control {
	font-size: 14px !important;
	display: block;
	width: 100%;
	padding: 0.475rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.admission-enquiryForm-header {
	color: #110069;
	font-family: Poppins;
	font-size: 23px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.wizard-count {
	margin: 0;
	color: white;
	font-family: Poppins;
	font-size: 25px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.wizard-titel {
	font-weight: 500;
}

.wizard .nav-tabs .nav-item .nav-link ::after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #000;
}

.email.varification.image {
	width: 300px;
}

.email-id-group .form-group .form-control {
	text-align: center;
	font-size: 14px !important;
	display: block;
	width: 100%;
	padding: 0.475rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-info {
	color: #ffffff;
	background-color: #110069 !important;
	border-color: #ffffff;
}

.btn-info:hover,
.btn-info:focus {
	color: #110069 !important;
	background-color: #fdbd0f !important;
	border-color: #ffffff !important;
}

.btn-secondary {
	color: #ffffff !important;
	background-color: #110069 !important;
	border-color: #ffffff !important;
}

.form-control:focus {
	color: #525368;
	background-color: #fff;
	border-color: none !important;
	outline: 0;
	box-shadow: none !important;
}

.wizard .nav-tabs .nav-item .nav-link.active i {
	color: white !important;
}

.wizard .nav-tabs .nav-item .nav-link .active .wizard-count {
	color: #ffffff !important;
}

.wizard .nav-tabs .nav-item .nav-link.active p {
	color: #fff;
}

.verify-mail-box {
	margin: 0 auto;
	width: 400px;
}

/* inner page css */

/* about */
section.section-innerPage-firstParagraph {
	padding-top: 10px;
}

h3.section-heading.leftAligned {
	text-align: left;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	padding: 2px 10px 0px 0px;
	color: #d75c72;
}

.textHighlighter {
	font-weight: 600;
	color: #333;
}

.objective,
.mission {
	height: 100%;
	padding: 25px 40px;
	text-align: center;
}

.objective h4,
.mission h4 {
	font-size: 18px;
	color: #eec643;
}

.objective p,
.mission p {
	font-size: 23px;
	font-weight: 300;
	color: #fff;
}

.objective {
	background: #d75c72;
	color: white;
}

.mission {
	background: #27336a;
	color: white;
}

.small-heading {
	font-size: 16px;
	display: inline-block;
}

/* timeline */
.timeline-section li {
	line-height: 25px;
}

.timeline-section h1 {
	color: #7dbadf;
	font-size: 36px;

	margin: 0;
}
.timeline-section h2 {
	font-size: 22px;

	margin: 5px 0;
	letter-spacing: 0.1em;
}
.timeline-section h3 {
	font-size: 1.6em;
	margin: 10px 0 10px 10px;
}
.timeline-section a img {
	border: none;
	width: 55px;
	margin-right: 10px;
}

.lead {
	font-size: 2em;
	margin-bottom: 40px;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
.timeline-section {
	background: #0b1547;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: rgba(255, 255, 255, 0.85);

	font-size: 68.5%;
	padding: 40px 0;
}
ul {
	font-size: 16px !important;
	line-height: initial !important;
}

.step1 {
	color: rgba(255, 255, 255, 0.2);
}
.step2 {
	color: rgba(255, 255, 255, 0.4);
}
.step3 {
	color: rgba(255, 255, 255, 0.6);
}
.lead {
	color: rgba(255, 255, 255, 0.6);
}
.timeline-section a:hover,
.timeline-section a:link,
.timeline-section a:visited {
	color: #78a8b2;
}
.timeline-container {
	border-left: 4px solid rgba(0, 69, 121, 0.65) !important;
	margin: 20px auto;
}
.timeline-container-tick {
	background: rgba(0, 69, 121, 0.65);
	content: "";
	display: block;
	height: 4px;
	left: -8px;
	width: 14px;
	position: relative;
}
.timeline-container::before {
	background: rgba(0, 69, 121, 0.65);
	content: "";
	display: block;
	height: 4px;
	left: -8px;
	width: 14px;
	position: relative;
	top: -4px;
}
.timeline-container::after {
	background: rgba(0, 69, 121, 0.65);
	content: "";
	display: block;
	height: 4px;
	left: -8px;
	width: 14px;
	position: relative;
	top: 4px;
}
.timeline-toggle {
	background: rgba(23, 66, 98, 0.65);
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
	float: right;
	font-size: 12px;
	margin-right: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	white-space: nowrap;
}
.timeline-toggle:hover {
	background: rgba(119, 0, 63, 0.8);
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}
.timeline-toggle:focus {
	outline: none;
}
.timeline-wrapper {
	clear: left;
	float: left;
	margin: 0 0 12px;
}
.timeline-wrapper .timeline-time::before {
	border-top: 4px solid rgba(0, 69, 121, 0.65);
	content: "";
	display: inline-block;
	height: 4px;
	margin-right: 0px;
	vertical-align: middle;
	width: 24px;
}
.timeline-wrapper .timeline-time {
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 30px 0;
	padding: 0;
}
.timeline-wrapper .timeline-time span {
	background: rgba(0, 69, 121, 0.65) !important;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.85) !important;
	display: inline-block;
	letter-spacing: 0;
	padding: 10px 10px 5px 10px;
	text-align: center;
}
.timeline-wrapper .timeline-time span:hover {
	background: rgba(0, 69, 121, 0.95);
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}
.timeline-series {
	clear: left;
	float: left;
	margin: 0 12px 0 0;
	padding: 4px 4px 4px 0;
	position: relative;
}
.timeline-series dt::before {
	border-top: 3px solid rgba(0, 69, 121, 0.65);
	content: "";
	display: inline-block;
	height: 3px;
	margin-right: 10px;
	vertical-align: middle;
	width: 10px;
}
.timeline-series dt {
	clear: left;
	font-size: 17px !important;
	line-height: 1.2em;
	margin: 0 0 12px;

	white-space: nowrap;
}
.timeline-series dt a {
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	font-weight: 400;
}
.timeline-series dt a .closed {
	margin-left: 0;
}
.timeline-series dt a .open {
}
.timeline-series dt a:hover {
	color: rgba(255, 255, 255, 1);
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
.timeline-series dd {
	padding-left: 24px;
	width: 100%;
}
.timeline-series dd h3 {
	color: #fff;
	clear: both;
	float: left;

	margin: 0;
	white-space: nowrap;
}
.tick {
	background: rgba(0, 69, 121, 0.65);
	clear: both;
	display: block;
	height: 2px;
	left: 0;
	width: 4px;
	position: relative;
}
.tick-before {
	top: -6px;
}
.tick-after {
	top: -4px;
}
.timeline-event-content {
	display: none;
	margin-bottom: 0px;
}
.timeline-event-content p {
	clear: left;
	float: left;
	font-size: 2em;
	font-weight: 100;
	line-height: 1.2em;
	margin: 6px 0 10px;
}
.timeline-event-content h4 {
	clear: left;
	float: left;
	font-size: 1.4em;

	margin: 10px 0 0;
	padding: 0 0 0 20px;
}
.timeline-event-content blockquote {
	border-left: 2px solid #174262;
	clear: left;
	float: left;
	line-height: 1.2em;
	margin-left: 0;
	padding: 0 30px;
}
.timeline-event-content blockquote .attribution {
	font-size: 0.7em;
	text-align: right;
}
.timeline-event-content .media {
	float: right;
	padding: 0 0 12px;
}
.timeline-event-content .media img {
	border: 2px solid rgba(255, 255, 255, 0.85);

	height: auto;
	margin: 0;
	width: 250px;
}
.timeline-event-content .media p {
	clear: both;
	font-size: 1.4em;
	margin: 15px 0;
}
.timeline-event-content .media p a {
	text-transform: lowercase;
}

/* about end */

.photobackg {
	width: 200px;
	height: 250px;
	background-color: #e3d9da;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-top: 20px;
	overflow: hidden;
}

.photobackg-general {
	width: 100%;
	max-width: 200px;
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
}

.photobackg img {
	width: 205px;
}
.icon-box {
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
	padding: 20px;
	background: rgba(255, 255, 255, 0.6);
}

.icon-box h4 a {
	color: #c45064 !important;
}

.box-member {
	margin-bottom: 20px;
	border-left: 0;
	padding: 0.4rem;
	display: flex;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-member .photo {
	width: 28%;
	display: flex;
	background-color: #e3d9da;
}

.box-member .info {
	padding: 10px;
	width: 72%;
}

.box-member .info .name {
	display: block;
	font-weight: 600;
	color: #27336a;
	font-size: 18px;
	font-family: "Mukta", sans-serif;
	border-bottom: 1px solid #dbdee0;
}

.welfare-start-info span {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 300;
}

.card-initiative {
	height: 270px;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
	padding: 20px !important;
	position: relative;
	background: rgba(255, 255, 255, 0.6) !important;
	margin-bottom: 30px;
	border-top: 2px solid #c45064;
}

.card-initiative ul {
	margin-bottom: 0px;
}

.card-initiative-details {
	height: 100%;
	align-items: center;
	display: flex;
}

.card-initiative h4 {
	font-size: 24px;
	font-weight: 400;
}

.card-initiative .card-initiative-details {
	flex-wrap: wrap;
	align-content: center;
}

.card-initiative .card-initiative-details h4 {
	margin: 20px;
	color: #7e7d7d;
	font-family: "Poppins";
}

.card-initiative-overlay h4 {
	margin-bottom: 10px;
}

.card-initiative-overlay {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #1d3891;
	overflow: hidden !important;
	width: 100%;
	height: 0;
	transition: 0.2s ease;
	color: white !important;
	font-size: 14px !important;
	display: flex;
	flex-wrap: wrap !important;
	align-items: center;
}
.card-initiative-overlay ul li {
	color: white !important;
	font-size: 14px !important;
}
.card-initiative-overlay p {
	color: white !important;
	font-size: 14px !important;
}

.card-initiative-overlay span {
	color: white;
}

.card-initiative:hover .card-initiative-overlay {
	top: 0;
	height: 100%;
	padding: 20px;
}

.card-initiative .btn {
	display: block;
	padding: 5px 10px;
	background: #c45064;
	margin-top: 8px;
	color: white;
}

.card-initiative .btn:hover {
	background: #a63e4f;
}

.icon-box h4 a {
	color: #c45064 !important;
}

.name {
	padding: 2px 10px 0px 0px;
	color: #d75c72;
	font-size: 1.8rem;
}

#namebottom {
	margin: 5px 0px;
}
.SuccessStoriescontent {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}
.SuccessStoriescontent h5 {
	font-size: 25px;
	font-weight: 500;
	color: #464444;
}
.section-successStories {
	padding-top: 30px;
}

.section-testimonials,
.section-awards {
	padding-top: 10px;
}

.testimonial-message {
	position: relative !important;
	padding-top: 12px !important;
}

.testimonial-message .bi-quote {
	content: "\f6b0" !important;
	font-size: 41px !important;
	color: #d2d2d2 !important;
	position: absolute !important;
	top: -8px !important;
	left: 0 !important;
}

.section-awards .thumbnail {
	text-align: center;
}

.indent2 {
	text-indent: 2.7rem !important;
}

.section-successStories .icon-box {
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	background: white;
}

.photo-gallery img {
	width: 350px;
	height: 250px;
	margin: 10px;
	border-radius: 15px;
	border: 3px solid #fff;
	box-shadow: 0rem 0.6rem 1rem rgba(0, 0, 0, 0.1);
}

.photo-gallery {
	text-align: center;
}

.ulpara {
	line-height: initial;
}

.social-impact {
	position: relative;
}

/*WELFARE*/
.welfare-image {
	margin-bottom: 0px;
	position: absolute;
	width: 35%;
	bottom: 0;
	right: 0;
	/* z-index: -100; */
}
#btnAdmission a {
	border-radius: 0px !important;
	background-color: #040404 !important;
}
.text-justi p {
	color: #373535;
}
.text-justi p span {
	color: #373535;
}
.event-date {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 10px;
	font-family: "Roboto";
	font-weight: 300;
	display: inline-block;
	margin-bottom: 5px;
}
.email-size {
	word-wrap: break-word;
}
.indent2::before {
	content: "\F6B0";
	color: #d2d2d2;
	position: relative;
	font-family: "bootstrap-icons";
	display: inline-block;
	font-size: 42px;
	margin-left: -87px;
	text-transform: none;
	line-height: 1;
	vertical-align: -0.125em;
}
.modal-header {
	background-color: #1d3891;
	color: white;
	padding-top: 10px;
	padding-bottom: 12px;
	border-radius: 10px 10px 0px 0px;
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0;
}
.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height);
	color: #fff;
	font-size: 20px;
}
.modal.show .modal-dialog {
	transform: none;
}
.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, 0px);
}
.modal-header .btn-close {
	background-color: white;
}
.modal-header .btn-close {
	margin: calc(-0.5 * var(--bs-modal-header-padding-y))
		calc(-0.5 * var(--bs-modal-header-padding-x))
		calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
	padding: 10px;
	border-radius: 5px;
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding);
	background: #fff;
	padding: 10px;
}
.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 10px;
	background-color: #fff;
	border-top: 1px solid #e7dddd;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.modal .btn {
	background-color: #1d3891;
	color: white;
	padding: 5px 10px;
}

.card-initiative-details h4::after {
	content: "\F135";
	color: #c45064;
	font-family: "bootstrap-icons";
	font-weight: 700;
	line-height: 1;
	vertical-align: middle !important;
	font-size: 41px;
}
.welfare-image {
	margin-bottom: 0px;
	position: absolute;
	width: 35%;
	bottom: 0;
	right: 0;
	/* z-index: -100; */
}
.social-impact {
	position: relative;
}
.alumnus {
	color: #b6b6b6;
	font-size: 21px;
	display: block;
}

.sticky.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
/* contact */
.contact-info {
	width: 100%;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info {
	padding: 30px;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact-info i {
	font-size: 20px;
	color: #fff;
	float: left;
	width: 44px;
	height: 44px;
	background: #1c3890;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}
.contact-info h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222222;
}
.contact-info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #555555;
	font-weight: 400;
}

.contact-info a{
	text-decoration: none;
    color: #1c3890;
}
.contact-info a:hover {
    color: #d75c72;
    text-decoration: none;
}
.contact-info .email:hover i, .contact-info .address:hover i, .contact-info .phone:hover i {
    background: #d75c72;
    color: #fff;
}
/* Popup Structure */
.popup-box{
    width:400px;
    background:#ffffff;
    margin:40px auto;
    border:1px solid #dcdcdc;
    box-shadow:0 0 15px rgba(0,0,0,0.15);
}

/* Popup Header */
.popup-header{
    padding:18px 20px;
    border-bottom:1px solid #ddd;
    position:relative;
}

.popup-header h2{
    margin:0;
    color:#d99000;
    font-size:28px;
    font-weight:500;
}

/* Popup Body */
.popup-body{
    padding:20px;
    max-height:580px;
    overflow-y:auto;
}

/* Main Menu */
.pop-menu{
    list-style:none;
    margin:0;
    padding:0;
}

/* Main Heading */
.pop-menu > li{
    margin-bottom:25px;
}

/* Heading Link */
.pop-menu > li > a{
    color:#17379b;
    text-decoration:none;
    font-size:20px;
    font-weight:700;
    display:block;
    margin-bottom:12px;
    border-bottom:1px solid #d75c72;
}

/* Sub Menu */
.sub-menu{
    list-style-type:disc;
    padding-left:22px;
}

/* Sub Menu Items */
.sub-menu li{
    margin-bottom:12px;
    color:#000;
}

/* Sub Menu Links */
.sub-menu li a{
    color:#222;
    text-decoration:none;
    font-size:16px;
    line-height:1.5;
    transition:0.3s;
}

/* Hover Effect */
.sub-menu li a:hover,
.pop-menu > li > a:hover{
    color:#d99000;
}