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

/* Colors */
:root {
	--color-primary: #273aad;
	--color-secondary: #feb21e;
	--color-heading: #fff;
	--color-default: #000000;
	--color-third: #c6265b;
}
/* body {
	cursor: url("../img/cursor.svg") 16 16, auto;
} */
/* #cursor {
	height: 20px;
	width: 20px;
	filter: invert(1);
	transform: scaleX(-1);
	/* background-color: #c6265b; 
	border-radius: 50%;
	position: fixed;
	z-index: 0;
	transition: all ease linear 0s;
}

#cursor-blur {
	height: 200px;
	width: 200px;
	background-color: rgba(150, 193, 30, 0.3);
	border-radius: 50%;
	position: fixed;
	filter: blur(80px);
	top: 50%;
	left: 50%;
	transform: translate(-50% -50%);
	z-index: 9;
	transition: all linear 0.4s;
} */
/* Smooth scroll behavior */
:root {
	scroll-behavior: smooth;
}

body {
	color: var(--color-primary);
	line-height: 1.5rem;
	background-color: #fffaf3;
	overflow-x: hidden;
}
body::-webkit-scrollbar {
	width: 5px;
	background-color: var(--color-primary);
}
body::-webkit-scrollbar-thumb {
	width: 5px;
	background-color: var(--color-secondary);
	border-radius: 20px;
}
*::selection {
	color: rgb(255 255 255);
	background-color: #7185ff82;
}

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

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

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

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;
}

/* Home Page Headings */

.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);
}

/* Home Page Headings End */

/* header */
/* ------- top menu ---------------- */
.main-menu-circle {
	position: relative;
}
.web-cust-menu {
	top: -70px;
	position: absolute;
	background-color: transparent !important;
	padding: 66px 3px;
	width: 700px;
	right: -159%;
}

.web-cust-menu::before {
	content: "";
	width: 1233px;
	height: 1500px;
	background: linear-gradient(250deg, #c83106bd, #f5876b63);
	position: absolute;
	right: -238%;
	top: -280px;
	z-index: -5;
	border-radius: 100%;
}
.web-cust-menu .active {
	/* background-color: var(--color-primary); */
}
@media (min-width: 768px) and (max-width: 992px) {
	.collapse.show {
		display: inline-block !important;
		right: 113px !important;
	}
	.web-cust-menu::before {
		right: -813px !important;
		top: -470px !important;
	}
}

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

.topbar-menu .navbar-nav a {
	color: #fff !important;
	margin: 0px;
	padding: 0px 12px;
}
.head-line {
	color: #c6265b;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.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-secondary) !important;
}

.top-menu li {
	display: flex;
}

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

a.mobile {
	text-decoration: underline;
	font-family: poppins !important;
}

@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;
}
.title-lines {
	align-items: center;
	display: flex;
	justify-content: center;
}
.logo-holder,
.title-holder {
	display: inline-block;
	vertical-align: top;
}

.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;
}

.header-section {
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #fff3dcbd;
	transition: all 0.3s ease;
	backdrop-filter: blur(3px);
}

.header-logo {
	transition: all ease-in-out 0.5s;
}
.sticky-top {
	top: -100px; /* Default position */
	transition: top 0.3s ease-in-out;
}

.sticky-top.active {
	top: -50px; /* Active state when scrolled */
}

.header-section {
	transition: height 0.3s ease-in-out; /* Smooth transition for height */
}

.header-section.small-height {
	height: 100px; /* Height when scrolled */
}

.header-section.large-height {
	height: 160px; /* Default height */
}

/* .hide-element {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
} */

.title-holder img {
	transition: all ease-in-out 0.5s;
}

.title-holder img.mobile-width {
	width: 70%; /* Mobile width */
}

.title-holder img.desktop-width {
	width: 50%; /* Desktop width */
	transition: all ease-in-out 0.5s;
}
.navbar-pos {
	align-items: flex-start !important;
	transition: all ease-in-out 0.5s;
}

@media (max-width: 992px) {
	.title-holder img {
		width: 70%;
	}

	.sticky-top {
		top: 0;
	}
	.main-nav {
		width: 2.2em !important;
	}
}

.site-header img.logo {
	width: 125px;
}
.main-nav {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
img.header-logo {
    position: absolute;
    left: 17%;
    width: 100px;
    /* margin-top: -43px; */
    /* margin-bottom: 40px; */
}
img.header-logo2 {
	width: 80px;
	position: absolute;
	right: 24%;
	/* margin-bottom: 40px; */
	top: 19px;
}
img.header-logo3 {
    width: 128px;
    position: absolute;
    /* left: 22%; */
    /* margin-bottom: 40px; */
    top: 9px;
    right: 19%;
}

/* .header-row {
	margin-top: -47px;
} */
/* ------- main menu ---------------- */
.main-menu {
	/* background-color: var(--color-primary); */
}

.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: #ffffff;
	border-bottom: 1px solid lightgrey;
}

.main-menu .dropdown-menu a {
	color: #fff !important;
}

.main-menu .dropdown-item:hover {
	background-color: #c83106bd;
	color: #000000;
	cursor: pointer;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	font-weight: 600;
	/* color: var(--color-default); */
}

.main-menu .dropdown-item {
	background-color: #c83106bd;
	padding: 10px 9px;
}

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

.navbar-nav .dropdown-menu li {
	border-bottom: 1px solid #cabe76 !important;
}

.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 {
	background-color: #ab883da9;
	border-radius: 5px;
	border: none;
	transition: all ease 0.2s;
	color: var(--color-secondary) !important;
}

.second-menu li :active {
	background-color: var(--color-secondary);
}
.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;
}

/* Top Menue hover */
.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background-color: #c83106bd;
	color: #ffffff !important;
}

.menu-border {
	/* border-top: 4px solid #ff9f2a; */
}
/* Scrollbar styles for WebKit browsers (Chrome, Safari, Edge) */
.dropdown-menu::-webkit-scrollbar {
	background-color: #c83106bd; /* Scrollbar track color */
	width: 5px; /* Scrollbar width */
}

.dropdown-menu::-webkit-scrollbar-thumb {
	background-color: var(--color-secondary); /* Thumb color */
	border-radius: 20px; /* Rounded thumb for smoother look */
	border: 1px solid #01b38cb5; /* Optional: Border around thumb */
}

/* Optional: Firefox scrollbar styling (for compatibility) */
.dropdown-menu {
	scrollbar-width: thin;
	scrollbar-color: var(--color-secondary) #c83106bd;
}

/* General dropdown menu styling */
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	left: -164px;
	/* top: -100px; */
	top: -50px;
	transform: translateX(-50%);
	white-space: nowrap;
	background-color: #c83106bd !important;
	/*max-height: 300px;*/
	/*overflow-y: auto;*/
	transition: all 0.3s ease-in-out;
	z-index: 1050;
}

.main-menu .web-cust-menu .myCustomMenu .nav-item ul li ul {
    position: absolute;
    left: -40% !important;
}


/* Home slider start */

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	/* font-weight: 600; */
	background-color: #ffffff;
	border: 18px solid #ffffff;
	box-shadow: 2px 2px 4px -2px #2a2a2a;
}
#header-carousel .carousel-control-prev-icon:active,
#header-carousel .carousel-control-next-icon:active {
	animation: jello-horizontal 0.9s both;
}

.banner-slider img {
	background: transparent;
	height: 564px;
	object-fit: cover !important;
}
.carousel-caption {
	font-family: var(--font-secondary) !important;
	color: var(--color-default);
}

.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 */

/* 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;
}

.holder {
    height: 250px !important;
    overflow: hidden;
    padding: 10px;
    width: 85% !important;
}

.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);
}
.news-img-div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
img.event-image {
	object-fit: cover;
	width: 95%;
	height: 205px;
}
.holder ul li a {
	font-family: "poppins";
	font-size: 16px;
	white-space: wrap;
	font-weight: 500;
	padding-bottom: 4px;
	color: #fff;
	display: flex;
	text-decoration: none;
	overflow: hidden;
	line-break: anywhere !important;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.holder2 ul li a {
	font-family: "poppins";
	font-size: 16px;
	white-space: wrap;
	font-weight: 500;
	padding-bottom: 4px;
	color: var(--color-default);
	display: flex;
	text-decoration: none;
	overflow: hidden;
	line-break: anywhere !important;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.holder ul li img {
	width: 160px;
	height: 81px;
	object-fit: cover;
	border-radius: 10px;
}
.holder ul li i {
	color: var(--color-secondary);
	font-size: 15px;
	margin-right: 10px;
}

.holder ul li span {
	color: #fff;
	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-default);
	font-size: 15px;
}

.view-all a {
	font-weight: 500;
	padding-top: 5px;
	color: #fff;
	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: #fff;
	background-color: transparent;
	float: right;
}

.news-div .btn-news-down {
	border: none;
	color: #fff;
	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- */

/* 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: 10px 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: #f5876b;
    /* background-image: url(../img/footerbg.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.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: 18px;
    font-family: "Poppins";
}


.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;
}

.footer-section h2, .footer-section h3 {
    font-style: normal;
    font-weight: 400 !important;
    color: #ffca2c;
    font-family: Poppins;
    font-size: 25px;
}

a.email {
	text-decoration: underline;
	font-weight: 400;
	font-family: poppins !important;
}
.footer-section a {
	transition: all ease 0.2s;
}
.footer-section a:hover {
	color: var(--color-secondary) !important;
	letter-spacing: 1.2px;
}

/* 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;
}

/* Footer section end */

/* breadcrumb */
.bred-color {
	background-color: #000;
}
.bred-img {
	background-image: url("../img/Reading8.jpg");
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
	display: flex;
	/* border-radius: 0px 250px 0px 250px; */
	justify-content: start;
	box-shadow: 0px 0px 10px #ffffff;
	align-items: center;
	position: relative;
}

.bred-img img:nth-child(1) {
	position: absolute;
	top: -83px;
	left: -52px;
}
.bred-img img:nth-last-child(1) {
	position: absolute;
	bottom: -83px;
	left: -52px;
}
.bred-img::before {
	background-image: url(../img/pinkbg.svg);
	position: relative;
	width: 100%;
}
.bred-img::before {
	background-image: url(../img/pinkdwn.svg);
	position: relative;
	width: 100%;
}
.bred-head {
	text-align: start;
	/* padding-top: 28px; */
	margin-bottom: 0px;
	color: #fff;
	font-size: 35px;
	padding: 0;
}
.breadcrumb {
	justify-content: start;
	width: 100%;
	align-items: center;
	margin: 6px auto auto auto;
}

.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: #b7ffec7a; */
	/* border: 1px solid white; */
	/* backdrop-filter: blur(8px); */
	border-radius: 20px;
}

.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;
}

/* shubhamj style start */
.about-img {
	float: right;
	width: 400px;
	border-radius: 20px;
	box-shadow: 5px 5px 10px #8d8686;
	margin-left: 20px;
}

.about-img-left {
	float: left;
	width: 400px;
	border-radius: 20px;
	box-shadow: 5px 5px 10px #8d8686;
	margin-left: 5px;
	margin-right: 20px;
}

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

.prin-msg {
	float: left;
	margin-right: 20px;
}

.our-inspiration-img {
	width: 250px;
	height: 250px;
	border-radius: 15px;
}

/* shubhamj style end*/

.page-back {
	/* background-color: #ffe3ad; */
}
.page-back {
	position: relative;
}

.pencil1 {
	position: fixed;
	object-fit: cover;
	left: -68px;
	top: 49%;
	width: 200px;
	height: 200px;
	z-index: -1;
	opacity: 0.8;
}
.pencil2 {
	position: fixed;
	object-fit: cover;
	transform: rotate(180deg);
	right: -68px;
	top: 60%;
	width: 200px;
	height: 200px;
	z-index: -1;
	opacity: 0.8;
}

/* 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 {
	/* box-shadow: 2px 2px 4px #888888; */
	/* padding: 25px; */
	/* background-color: #b7ffec7a; */
	/* border: 1px solid white; */
	/* backdrop-filter: blur(8px); */
	/* border-radius: 20px; */
}
.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;
	width: 75%;
	mix-blend-mode: multiply;
	background-color: #fff;
}

/* 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;
}
.place-img {
	display: flex;
	justify-content: center;
	align-items: 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;
}

/* Start Media Queries */

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

	.top-menu-hide {
		display: none;
	}
	.banner-slider img {
		height: 416px !important;
	}
	.board {
		top: -80% !important;
	}
	.welcome-section p {
		width: 315px !important;
		font-size: 15px !important;
	}
	.cards {
		display: flex !important;
	}
	.cards2 {
		display: flex !important;
	}
	.cards3 {
		display: flex !important;
	}
	.unique-bg3 {
		background-position: center !important;
	}
	img.header-logo {
		left: 4% !important;
	}
	img.header-logo2 {
		right: 17% !important;
	}
	img.header-logo3 {
		left: 15% !important;
	}
	img.header-logo3 {
		left: 20% !important;
	}
	#ssi-absolute {
		top: 350px !important;
	}

	#btnAdmission a {
       font-size: 14px !important;
		width: 133px;
	}

	#btnTop a {
		width: 139px;
		font-size: 14px !important;
	}

	#btnTop2 a {
		width: 133px;
		font-size: 14px !important;
	}

	.content p {
		font-size: 16px !important;
	}

	.owl-nav > div {
		margin-top: -14px ;
		
	}
}

@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: relative !important;
		left: 165px !important;
		top: 0px !important;
	}

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

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

	.view-all a {
		margin-top: 1em;
	}

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

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

	img.header-logo {
		width: 50px !important;
	}

	.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;
	}
	.banner-slider img {
		background: transparent !important;
		height: 295px !important;
		object-fit: cover !important;
	}
	.banner-slider {
		height: min-content;
	}
	.cards {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	.cards2 {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	.cards3 {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	.welcome-section {
		margin-bottom: 0px !important;
	}
	.board {
		top: 0% !important;
		bottom: 0%;
	}
	.empty-box {
		display: none;
	}
	.welcome-section p {
		width: unset !important;
		font-size: 9px !important;
		margin-top: -33px !important;
	}
	.welcome-section iframe {
		margin-top: -33px !important;
	}
	.welcome-heading {
		font-size: 22px !important;
		margin-top: 17px;
		margin-bottom: 20px;
	}
	.welcome-section span {
		font-size: 22px !important;
	}
	.swiper-slide p {
		font-size: 12px !important;
		margin: 0px 0px 0px 35px !important;
	}
	.swiper-slide span {
		font-size: 12px !important;
	}
	img.header-logo2 {
		width: 50px !important;
		right: 82% !important;
		top: 13px !important;
	}
	img.header-logo3 {
		width: 87px !important;
		left: 79% !important;
		top: 6px !important;
	}
	.header-logo.small {
		transform: none !important;
	}
	.header-logo2.small {
		transform: none !important;
	}
	.header-logo3.small {
		transform: none !important;
	}
	img.header-logo {
		left: 5% !important;
	}
	.masters img {
		object-fit: cover !important;
		height: 315px !important;
		width: 100% !important;
	}

	/* alumni */
	.alumni-img {
		position: absolute;
		transform: rotate(25deg);
		z-index: 0;
		bottom: -3% !important;
		opacity: 0.4;
	}
	
	.alu-box-1 {
		width: 150px !important;
		height: 155px!important;
		left: 6% !important;
		top: 30% !important;
	}
	.alu-box-2 {
		width: 150px !important;
		height: 155px !important;
		left: 5% !important;
		top: 0% !important;
		
	}
	.alu-box-3 {
		width: 150px !important;
		height: 155px !important;
		left: -1% !important;
		top: -3% !important;
	}
	.alu-box-2-1 {
		width: 150px !important;
		height: 155px !important;
		right: 3% !important;
		top: 30% !important;
		
	}
	.alu-box-2-2 {
		width: 150px !important;
		height: 150px !important;
		right: -10% !important;
	}
	.alu-box-2-3 {
		width: 150px !important;
		height: 150px !important;
		right: -50% !important;
	}
	
}

@media only screen and (max-width: 808px) {
	img.header-logo {
		width: 139px;
	}

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

	.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;
	}
	.header-logo.small {
		transform: none !important;
	}
	.header-logo2.small {
		transform: none !important;
	}

	/* menu dropdown */
	.main-menu .web-cust-menu .myCustomMenu .nav-item ul li ul {
		position: absolute;
		left: 36% !important;
		/* right: -50% !important; */
	}

	/* align for tab */
	.vision-mis p {
		padding-top: 30px;
		font-size: 14px !important;
	}
	
	.about-school p {
		padding-top: 20px;
		font-size: 15px !important;
	}
	.youtube-link iframe {
		padding-top: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.bred-img {
		height: 155px;
	}
	.bred-head {
		text-align: center !important;
		font-size: 20px !important;
		text-transform: none !important;
	}
	.breadcrumb {
		justify-content: center !important;
	}

	.naac-section a:before {
		margin-right: 10px !important;
	}
	/* .banner-slider {
		padding: 40px 0px 0px !important;
	} */
	.header-next-icon {
		left: 80px !important;
	}
	.header-prev-icon {
		left: 15px !important;
	}
	.head-line {
		font-size: 15px !important;
	}
	.navbar > .container,
	.navbar > .container-fluid,
	.navbar > .container-sm,
	.navbar > .container-md,
	.navbar > .container-lg,
	.navbar > .container-xl,
	.navbar > .container-xxl {
		/* justify-content: center !important; */
	}
	.board {
		display: none;
	}
	.welcome-section p {
		width: unset !important;
		font-size: 13px !important;
		margin-top: -27px !important;
		/* color: black !important; */
		width: 100% !important;
		text-align: justify;
		padding: 0px 0px 0px 10px;
	}
	.welcome-section iframe {
		margin: 12px !important;
		height: unset !important;
	}
	.welcome-section a {
		/* color: black !important; */
		font-size: 15px !important;
	}
	.welcome-heading {
		margin-top: 0px !important;
	}
	.cards {
		flex-direction: column !important;
	}
	.top-card {
		margin-top: 0px !important;
	}
	.cards2 {
		flex-direction: column !important;
	}
	.top-card2 {
		margin-top: 0px !important;
	}
	.cards3 {
		flex-direction: column !important;
	}
	.top-card3 {
		margin-top: 0px !important;
	}
	.box-image-facility {
		margin-top: 20px;
	}
	.box-image-facility2 {
		margin-top: 20px;
	}
	.owl-nav .owl-prev {
		top: 10px !important;
	}
	.owl-nav .owl-next {
		top: 10px !important;
		right: 21px !important;
	}
	.footer-copyright {
		text-align: center !important;
	}
	.facility-section h2 {
		font-size: 23px !important;
	}
	.facility-section span {
		font-size: 23px !important;
	}
	.facility-section2 h2 {
		font-size: 23px !important;
	}
	.facility-section2 span {
		font-size: 23px !important;
	}
	img.header-logo {
		position: relative;
		left: 0% !important;
		margin-bottom: 10px !important;
	}
	/* .header-logo {
		display: none;
	} */
	.vis-mis p {
		text-align: justify !important;
	}
	.vis-mis h2 {
		text-align: center !important;
	}
	.reaching {
		text-align: center !important;
	}
	.vision-mis2 h2 {
		text-align: center !important;
	}
	.unique-bg {
		background-size: auto !important;
		background-repeat: space !important;
	}
	.unique-bg2 {
		background-size: auto !important;
		background-repeat: space !important;
	}
	.unique-bg3 {
		background-size: auto !important;
		background-repeat: space !important;
	}
	.imp-links {
		text-align: start !important;
	}
	.imp-links .py-4,
	.imp-links .px-5 {
		padding-right: 0px !important;
		padding-left: 0px !important;
		padding-bottom: 10px !important;
	}
	.web-cust-menu::before {
		right: -294% !important;
		top: -428px !important;
	}
	.nav-link {
		font-size: 14px !important;
	}
	.main-menu .navbar-nav .nav-item a {
		border-bottom: none !important;
	}
	.dropdown-toggle::before {
		left: 40% !important;
	}
	.web-cust-menu {
		padding: 0px 4px !important;
	}
	.navbar-toggler {
		position: absolute !important;
		top: -115px !important;
		right: -9px !important;
	}
	.nav-item .px-5 {
		padding-right: 0px !important;
	}
	.second-menu li :hover {
		background-color: unset !important;
	}

	.head-line.small {
		font-size: 0.8rem !important;
		margin-top: 7px !important;
	}
	.title-holder img.mobile-width {
		width: 59%;
		margin-top: -2px;
	}
	.header-section.scrolled {
		height: 140px !important;
	}
	img.header-logo2 {
		width: 49px !important;
		right: 79% !important;
		top: 14px !important;
	}
	.holder {
		height: 250px !important;
		overflow: hidden;
		padding: 10px;
		width: 250px !important;
	}
	/* alumni */
	.alu-box-1 {
		width: 150px !important;
		height: 155px!important;
		left: 10% !important;
		top: 35% !important;
	}
	.alu-box-2-1 {
		width: 150px !important;
		height: 155px !important;
		right: 10% !important;
		top: 35% !important;
	}
}

@media only screen and (max-width: 500px) {
	.header-row {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.contact-side li {
		width: 177px !important;
		height: 47px !important;
	}
	img.header-logo3 {
		width: 75px !important;
		left: 20% !important;
		top: 9px !important;
	}
	.home-box {
		right: 35px !important;
		top: 125px !important;
	}
	img.header-logo2 {
		width: 49px !important;
		right: 23% !important;
		top: 14px !important;
	}
	.carou-header {
		width: 85% !important;
	}
	.banner-slider img {
		height: 140px !important;
	}
	.carou-header {
		height: 170px;
	}
	.pencil1,
	.pencil2 {
		opacity: 0 !important;
	}
	/* alumni */
	.alumni-img {
		bottom: 15% !important;
	}
	.alu-box-1 {
		width: 150px !important;
		height: 155px!important;
		left: 3% !important;
		top: 20% !important;
	}
	.alu-box-2 {
		width: 150px !important;
		height: 155px !important;
		left: -1.5% !important;
		top: 11.5rem !important;
	}
	.alu-box-3 {
		width: 150px !important;
		height: 155px !important;
		left: 0% !important;
		top: 70% !important;
	}

	.alu-box-2-1 {
		width: 150px !important;
		height: 155px !important;
		right: 3% !important;
		top: 20% !important;
	}
	.alu-box-2-2 {
		width: 150px !important;
		height: 155px !important;
		right: -50% !important;
		bottom: 8rem !important;
	}
	.alu-box-2-3 {
		width: 150px !important;
		height: 150px !important;
		right: -50% !important;
		bottom: 5.5rem !important;
	}
	.al-btn {
		position: absolute;
		bottom: -4rem;
	}
	.modal-content {
		display: none;
	}
	.vis-mis h2 {
		margin-bottom: 20px;
	}
	.vis-mis p.reaching {
		padding-top: 27px;
	}
	.owl-carousel-alumni .owl-item {
		align-items: center !important;
		padding-left: 45px;
		margin-top: 15px;
		overflow: hidden !important;
	}
	.owl-carousel-learning{
		padding-top: 20px;
	}
}

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

	span.carousel-control-next-icon {
		margin-right: 18px !important;
		padding-right: 7px !important;
	}
	.al-btn {
		position: absolute;
		bottom: -4rem !important;
	}
	.iconInner{
		right: 9.5em !important;
		width: 2.5em !important;
	}
}

@media only screen and (max-width: 390px){
	.alu-box-1 {
		width: 150px !important;
		height: 155px!important;
		left: 6% !important;
		top: 20% !important;
	}
	.alu-box-2 {
		width: 150px !important;
		height: 155px !important;
		left: 0% !important;
		top: 9rem !important;
	}
	.alu-box-3 {
		width: 150px !important;
		height: 155px !important;
		left: 0% !important;
		top: 60% !important;
	}

	.alu-box-2-1 {
		width: 150px !important;
		height: 155px !important;
		right: 6% !important;
		top: 20% !important;
	}
	.alu-box-2-2 {
		width: 150px !important;
		height: 155px !important;
		right: -52% !important;
		bottom: 10.4rem !important;
	}
	.alu-box-2-3 {
		width: 150px !important;
		height: 150px !important;
		right: -50% !important;
		bottom: 7.3rem !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 */

section.news-and-event.pb-5 {
    background: #c83106;
    position: relative;
    overflow: hidden;
}
.news-and-event::before {
    position: absolute;
    display: grid;
    content: url(../img/orangebg.svg);
    /* height: 30px; */
    width: 100%;
    top: -87px;
    left: -34px;
}
.news-and-event::after {
    position: absolute;
    display: grid;
    content: url(../img/orangedwn.svg);
    width: 100%;
    /* height: 30%; */
    bottom: -82px;
    left: -24px;
}


.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;
}

/* DS Code */

section.college-info {
    /* background-color: #ff6b00; */
    /* height: 50vh; */
	/* position: relative; */
    overflow: hidden;
}
/* .college-info::before {
    position: absolute;
    display: grid;
    content: url(../img/orangebg.svg);
    height: 30px;
    width: 100%;
    top: -87px;
    left: -34px;
} */
/* .college-info::after {
    position: absolute;
    display: grid;
    content: url(../img/orangedwn.svg);
    width: 100%;
    height: 30%;
    bottom: -82px;
    left: -24px;
} */
/* .college-info-bg {
	background-image: url(../img/board.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
} */
/* .vision-mis img {
	width: 85%;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
	top: -268px;
	z-index: -1;
} */
.welcome-section {
	position: relative;
	margin-bottom: 50px;
}
.board {
	position: absolute;
	top: -85%;
	object-fit: cover;
	left: -1%;
	z-index: -1;
}
.vision-mis p {
	color: #382f7d;
	font-size: 16px;
	font-weight: 400;
	font-family: "poppins";
	line-height: 180%;
	letter-spacing: 0.3px;
	margin-top: 20px;
}
.vis-mis h2,
.vis-mis p {
	text-align: end;
}
.vision-mis2 p {
	text-align: justify;
}
.penciles {
    height: 100%;
}
.reaching {
	/* text-align: center !important; */
	margin-top: 0 !important;
}
.welcome-section h2 {
    /* position: absolute; */
    /* text-align: center; */
    z-index: 9;
    /* top: 275px; */
    font-size: 30px;
    font-family: var(--font-primary);
    color: #273aad;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.6px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
}
.welcome-section span {
    font-size: 30px;
    font-family: var(--font-primary);
    color: #feb21e;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.6px;
}
.welcome-section p {
    /* width: 455px; */
    color: #000;
    font-family: "poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.welcome-section a {
	color: rgb(12, 12, 12);
	font-family: "poppins";
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
}
.welcome-section a:hover {
	color: var(--color-secondary);
}

.welcome-section iframe {
	/* position: absolute; */
	width: 100%;
	height: 100%;
	/* top: 375px; */
	/* right: 2%; */
	/* transform: translateX(-50%); */
	border-radius: 20px;
	object-fit: cover;
}
/* dive academics section */
/* .div-section {
	overflow: hidden;
} */
.div-section {
	/* top: -37px; */
	z-index: 99;
	position: relative;
	overflow-x: hidden;
}
/* .div-section::before {
	display: grid;
	content: url(../img/pinkbg.svg);
	width: 100%;
} */
/* .div-section::after {
	display: grid;
	content: url(../img/pinkdwn.svg);
	width: 100%;
	height: 30%;
	position: relative;
	top: -20px;
} */
.dive-section {
	background-color: #ffffff;
	padding: 0px;
}
.dive-section h2 {
	color: var(--color-primary);
	font-size: 30px;
	margin-bottom: 20px;
}
.dive-section span {
    font-size: 30px;
    color: var(--color-secondary);
}
.div-contain {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.div-contain img:hover {
	filter: drop-shadow(2px 2px 4px #c6265b);
	transition: all ease-in-out 0.4s;
	transform: scale(0.9);
}
.div-contain p {
    color: var(--color-primary);
    font-family: poppins;
    font-size: 18px;
    font-weight: 600;
}
/* .div-section::after {
	content: url(../img/Vector.png);
} */
/* unique */
.unique-bg {
	background-image: url(../img/color-bg2.png);
	width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	/* padding: 50px 50px 0px 50px; */
}

.cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
	gap: 20px;
	padding-top: 50px;
}
.top-card {
	width: 235px;
	height: 300px;
	background-color: #dcdcdc;
	border-radius: 20px;
	/* margin-left: 20px; */
	margin-top: 50px;
	display: flex;
	align-items: end;
	border: 1px solid white;
	padding: 20px;
	transition: transform 0.3s ease;
	display: inline-table;
}
.btm-card {
	width: 235px;
	height: 300px;
	background-color: #dcdcdc;
	border-radius: 20px;
	/* margin: 0px 20px; */
	display: flex;
	align-items: end;
	border: 1px solid white;
	padding: 20px;
	transition: transform 0.3s ease;
	display: inline-table;
}

.top-card:hover,
.btm-card:hover {
	transform: translateY(-10px);
}

.cards p {
	font-size: 14px;
	color: rgb(101, 101, 101);
	font-family: Poppins, sans-serif;
}
.owl-carousel-award p{
	font-size: 14px;
	color: rgb(101, 101, 101);
	font-family: Poppins, sans-serif;
}

.unique-bg h2 {
	color: var(--color-primary);
}

.unique-bg span {
	font-size: 30px;
	color: var(--color-secondary);
}

/* circles */
.learn {
	text-align: center;
	overflow: hidden;
}
.learn h2 {
    color: var(--color-primary);
    font-size: 30px;
    position: relative;
}
.learn span {
    font-size: 30px;
    color: #273aad;
}

.learning-space {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
	gap: 20px;
	margin-top: 30px;
}

.circles {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.circle {
	width: 100px;
	height: 100px;
	background-color: #ddd;
	border-radius: 50%;
	margin-bottom: 10px;
}
.content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content p {
	font-family: poppins;
	white-space: nowrap;
	font-size: 18px;
	color: #000000;
}
.content img {
	filter: drop-shadow(2px 3px 1px grey);
	transition: all ease-in-out 0.4s;
}
.circle:hover {
	animation: jello-horizontal 0.9s both;
	cursor: pointer;
}
@keyframes jello-horizontal {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.scroll-wrapper {
	overflow: hidden;
	width: 100%;
	padding: 0px 50px;
}

.learning-space {
	display: flex;
	justify-content: start;
	align-items: center;
	animation: scroll 10s linear infinite;
	white-space: nowrap; /* Prevents wrapping */
}

.learning-space > * {
	flex-shrink: 0; /* Prevents items from shrinking */
}

@keyframes scroll {
	0% {
		transform: translateX(10%); /* Start at normal position */
	}
	100% {
		transform: translateX(-50%); /* Slide left by 50% of content width */
	}
}

.circles {
    flex-shrink: 0;
    margin-right: 20px;
    width: 135px;
}

.circle:hover {
	animation: jello-horizontal 0.9s both; /* Maintain the hover animation */
	cursor: pointer;
}
/* .owl-carousel-learning .owl-item{
	width: 192px !important;
} */

.owl-carousel .owl-dots.disabled, .owl-carousel-learning .owl-nav.disabled {
    display: unset;
}
.learn-edu{
		position: relative;
		overflow: hidden;
}
.learn-space {
    /* background-color: #ff6b00; */
    /* height: 50vh; */
    padding: 40px 50px 40px 50px;
}

.learn-space::before {
    position: absolute;
    display: grid;
    /* content: url(../img/orangebg.svg); */
    /* height: 30px; */
    width: 100%;
    top: -32px;
    left: -34px;
}
.learn-space::after {
    position: absolute;
    display: grid;
    content: url(../img/orangedwn.svg);
    width: 100%;
    /* height: 30%; */
    bottom: -74px;
    left: -24px;
}
/* Facility */
.facility {
	position: relative;
	overflow: hidden;
}
.facility-section {
	background-color: #ff6b00;
	/* height: 50vh; */
	padding: 50px 50px 100px 50px;
}
.facility-section h2 {
	text-align: center;
	font-size: 30px;
	color: white;
}
.facility-section span {
	color: var(--color-primary);
	font-size: 30px;
}
.facility-section::before {
	position: absolute;
	display: grid;
	content: url(../img/orangebg.svg);
	/* height: 30px; */
	width: 100%;
	top: -87px;
	left: -34px;
}
.facility-section::after {
	position: absolute;
	display: grid;
	content: url(../img/orangedwn.svg);
	width: 100%;
	/* height: 30%; */
	bottom: -82px;
	left: -24px;
}
.box-image-facility {
	width: 100%;
	/* height: 30vh; */
	background-color: rgb(255, 255, 255);
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid black;
	transition: all 0.5s ease-in-out;
}

.box-image-facility img {
	width: 100%;
	height: 100%;
	filter: blur(1.05px);
	object-fit: cover;
	transition: filter 0.5s ease, transform 0.5s ease; /* Combined to sync the animations */
}

.facility-btn {
	display: block;
	box-shadow: 2px 2px 4px -2px rgba(255, 166, 58, 0.83);
	background-color: transparent;
	border: 1px solid white;
	/* border: none; */
	border-radius: 30px;
	position: absolute;
	padding: 8px 22px;
	white-space: nowrap;
	color: rgb(255, 255, 255);
	font-family: poppins;
	font-weight: 600;
	z-index: 12;
	font-size: 18px;
	/* bottom: 100%; */
	left: 50%;
	transform: translateX(-50%);
	transition: bottom 0.5s ease, transform 0.5s ease;
}

.grey-shadow {
	position: absolute;
	/* bottom: -100%; Start position off-screen at the bottom */
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(48, 48, 48, 0.436);
	transition: transform 0.5s ease-in-out;
	z-index: 9;
}
.box-image-facility:hover .grey-shadow {
	opacity: 0.8;
	transition: all ease 0.4s;
}
/* .box-image-facility:hover .facility-btn {
	bottom: 40%; 
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 99;
} */

.facility-btn:hover {
	color: #ffffff;
	box-shadow: 2px 2px 3px -2px white;
	background-color: #feb21e;
	border: none;
}

.box-image-facility:hover img {
	filter: blur(0.5px);
	transform: scale(1.05);
	cursor: pointer;
}

/* masters */
.master-section {
	display: flex;
	justify-content: center;
	padding: 50px;
	gap: 20px;
}
.masters-section h2 {
	text-align: center;
	color: var(--color-primary);
	font-size: 30px;
}
.masters-section span {
	color: #fff;
	font-size: 30px;
}
.masters {
	width: 250px;
	height: 350px;
	background-color: #c4c4c4;
	border-radius: 32px;
	position: relative;
	overflow: hidden;
	box-shadow: 5px 4px 13px -8px orange;
	transition: all ease 0.2s;
}
.masters:hover {
	transform: scale(1.09);
}
.white-box {
	position: absolute;
	width: 100%;
	height: 30%;
	bottom: 0px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.white-box h3,
.white-box h5 {
	color: #000;
	font-family: poppins;
	line-height: 25px;
}
.white-box h3 {
	font-size: 20px;
	font-weight: 500;
}
.white-box h5 {
	font-size: 18px;
	color: grey;
}

/* dive-section2 */

.div-section2 {
	/* top: -37px; */
	z-index: 99;
	position: relative;
	overflow: hidden;
}
.div-section2::before {
	display: grid;
	content: url(../img/redbg.svg);
	/* height: 94px; */
	width: 100%;
	/* position: absolute; */
}
.alumni-img {
    position: absolute;
    transform: rotate(0deg);
    z-index: 0;
    bottom: -129%;
    opacity: 0.4;
    right: 12%;
}
.div-section2::after {
	display: grid;
	content: url(../img/reddwn.svg);
	width: 100%;
	/* height: 47px; */
	/* position: relative;
	bottom: 60px; */
}
.dive-section2 {
	background-color: #c6265b;
	/* padding: 20px; */
}
.dive-section2 h2 {
	color: white;
	font-size: 30px;
}
.dive-section2 h3 {
	color: white;
	font-size: 40px;
	font-family: "Times New Roman", Times, serif !important;
	text-transform: uppercase;
	font-weight: 600;
	text-wrap: pretty;
	text-align: center;
}
.watch-demo {
	border: 1px solid white;
	border-radius: 50px;
	color: rgb(0, 0, 0);
	font-family: "Times New Roman", Times, serif;
	font-weight: 600;
	text-transform: uppercase;
	transition: all ease 0.2s;
}

.watch-demo:hover {
	transform: scale(0.8);
}
i.bi.bi-play-fill {
	background-color: white;
	padding: 3px 4px;
	border-radius: 50%;
	margin: 0px 10px 0px 0px;
}
.div-contain2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.al-btn {
    position: absolute;
    bottom: -5rem;
}

.div-contain2 p {
	color: white;
	font-family: poppins;
	font-size: 18px;
}

.alu-box-1 {
	width: 160px;
	height: 160px;
	position: absolute;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	left: 10%;
	top: 30%;
	overflow: hidden;
	border-radius: 100px 100px 0px 100px;
	z-index: 9999;
}

.alu-box-2 {
	width: 160px;
	height: 160px;
	position: relative;
	display: flex;
	left: -30%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 100px 100px 0px 100px;
	z-index: 9999;
}
.alu-box-3 {
    width: 160px;
    height: 160px;
    position: relative;
    display: flex;
    left: -117%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100px 100px 0px 100px;
    z-index: 9999;
}
.alu-box-1 img,
.alu-box-2 img,
.alu-box-3 img,
.alu-box-2-1 img,
.alu-box-2-2 img ,
.alu-box-2-3 img {
	object-fit: cover;
}
.alu-box-1:hover,
.alu-box-2:hover,
.alu-box-3:hover,
.alu-box-2-1:hover,
.alu-box-2-2:hover,
.alu-box-2-3:hover {
	transform: scale(0.8);
	transition: all ease-in-out 0.4s;
	box-shadow: 0px 0px 10px -3px white;
	cursor: pointer;
}
.alu-box-2-1 {
	width: 160px;
	height: 160px;
	position: absolute;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	right: 10%;
	top: 30%;
	overflow: hidden;
	border-radius: 100px 100px 100px 0px;
	z-index: 9999;
}

.alu-box-2-2 {
	width: 160px;
	height: 160px;
	position: relative;
	display: flex;
	right: -30%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 100px 100px 100px 0px;
	z-index: 9999;
}
.alu-box-2-3 {
    width: 160px;
    height: 160px;
    position: relative;
    display: flex;
    right: -116%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100px 100px 100px 0px;
    z-index: 9999;
}

/* unique2 */
.unique-bg2 {
	background-image: url(../img/color-bg2.png);
	width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	/* padding: 50px 50px 0px 50px; */
}

.cards2 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
	gap: 20px;
	padding-top: 50px;
}
.top-card2 {
	width: 235px;
	height: 300px;
	background-color: #dcdcdc;
	border-radius: 20px;
	/* margin-left: 20px; */
	margin-top: 50px;
	display: flex;
	align-items: center;
	border: 1px solid white;
	padding: 20px;
	transition: transform 0.3s ease;
}
.btm-card2 {
	width: 235px;
	height: 300px;
	background-color: #dcdcdc;
	border-radius: 20px;
	/* margin: 0px 20px; */
	display: flex;
	align-items: center;
	border: 1px solid white;
	padding: 20px;
	transition: transform 0.3s ease;
}
.top-card2 p,.btm-card2 p {
    font-size: 14px !important;
    font-family: 'Poppins' !important;
}
.btm-card2 p {
    font-size: 14px !important;
    font-family: 'Poppins' !important;
}

.top-card2:hover,
.btm-card2:hover {
	transform: translateY(-10px);
}

.cards2 p {
	font-size: 14px;
	color: rgb(101, 101, 101);
	font-family: Poppins, sans-serif;
}

.unique-bg2 h2 {
	color: var(--color-primary);
}

.unique-bg2 span {
	font-size: 30px;
	color: var(--color-secondary);
}

/* Facility */
.facility2 {
	position: relative;
	overflow: hidden;
}
.facility-section2 {
	background-color: #feb21e;
	/* height: 50vh; */
	/* padding: 50px 50px 100px 50px; */
}
.facility-section2 h2 {
	text-align: center;
	font-size: 30px;
	color: white;
}
.facility-section2 span {
	color: var(--color-primary);
	font-size: 30px;
}
.facility-section2::before {
	position: absolute;
	display: grid;
	content: url(../img/orangebg.svg);
	/* height: 30px; */
	width: 100%;
	top: -87px;
	left: -34px;
}
.facility-section2::after {
	position: absolute;
	display: grid;
	content: url(../img/orangedwn.svg);
	width: 100%;
	/* height: 30%; */
	bottom: -82px;
	left: -24px;
}
.box-image-facility2 {
	width: 100%;
	/* height: 30vh; */
	background-color: rgb(255, 255, 255);
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid black;
	transition: all 0.5s ease-in-out;
}

.box-image-facility2 img {
	width: 100%;
	height: 100%;
	filter: blur(1.05px);
	object-fit: cover;
	transition: filter 0.5s ease, transform 0.5s ease; /* Combined to sync the animations */
}

.facility-btn2 {
	display: block;
	box-shadow: 2px 2px 4px -2px rgba(255, 166, 58, 0.83);
	background-color: transparent;
	border: 1px solid white;
	/* border: none; */
	border-radius: 30px;
	position: absolute;
	padding: 8px 22px;
	white-space: nowrap;
	color: rgb(255, 255, 255);
	font-family: poppins;
	font-weight: 600;
	z-index: 12;
	font-size: 18px;
	/* bottom: 100%; */
	left: 50%;
	transform: translateX(-50%);
	transition: all ease 0.2s;
}

.grey-shadow2 {
	position: absolute;
	/* bottom: -100%; Start position off-screen at the bottom */
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(48, 48, 48, 0.436);
	transition: transform 0.2s ease-in-out;
	z-index: 9;
}
.box-image-facility2:hover .grey-shadow2 {
	opacity: 0.8;
	transition: all ease 0.4s;
}
/* .box-image-facility:hover .facility-btn {
	bottom: 40%; 
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 99;
} */

.facility-btn2:hover {
	color: #ffffff;
	box-shadow: 2px 2px 3px -2px white;
	background-color: #c6265b;
	border: none;
}

.box-image-facility2:hover img {
	filter: blur(0.5px);
	transform: scale(1.05);
	cursor: pointer;
}
/* what they say */

.what-they-say h2 {
	font-size: 30px;
	font-weight: 400 !important;
}
.what-they-say span {
	color: var(--color-secondary);
	font-size: 30px;
	font-weight: 400;
}
.youtube-link p {
	text-align: center;
	color: #c6265b;
	font-weight: 600;
	font-family: "Poppins";
	font-size: 18px;
	margin-top: 10px;
}
.youtube-link span {
	font-size: 18px;
	font-weight: 400;
	font-family: "poppins";
}
/* unique2 */
.unique-bg3 {
	background-image: url(../img/color-bg2.png);
	width: 100%;
	background-position: center -47px;
	background-size: contain;
	background-repeat: no-repeat;
	/* padding: 50px 50px 0px 50px; */
}

.cards3 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
	gap: 20px;
	/* padding-top: 50px; */
}
.top-card3 {
	width: 235px;
	height: 300px;
	background-color: #dcdcdc;
	border-radius: 20px;
	/* margin-left: 20px; */
	margin-top: 50px;
	display: flex;
	align-items: end;
	border: 1px solid white;
	padding: 20px;
	transition: transform 0.3s ease;
}
.btm-card3 {
	width: 235px;
	height: 300px;
	background-color: #dcdcdc;
	border-radius: 20px;
	/* margin: 0px 20px; */
	display: flex;
	align-items: end;
	border: 1px solid white;
	padding: 20px;
	transition: transform 0.3s ease;
}

.top-card3:hover,
.btm-card3:hover {
	transform: translateY(-10px);
}

.cards3 p {
	font-size: 14px;
	color: rgb(101, 101, 101);
	font-family: Poppins, sans-serif;
}

.unique-bg3 h2 {
	color: var(--color-primary);
}

.unique-bg3 span {
	font-size: 30px;
	color: var(--color-secondary);
}
/* footer */
.address {
	font-size: 18px;
	font-weight: 500;
	font-family: poppins;
	/* line-height: 15px; */
	margin: 15px 0px;
}
/* header-slider */
.head-car {
	position: relative;
	background: linear-gradient(180deg, #fff3db, #fffaf3);
	display: flex;
	justify-content: center;
	align-items: center;
}
.head-car img {
	object-fit: cover;
	width: 100%;
	/* position: absolute; */
}
.carou-header {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 4px solid white;
	border-radius: 20px;
}
.banner-slider {
	display: flex;
	justify-content: center;
	/* padding: 175px 0px 0px; */
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 45%;
}
.header-prev-icon {
	position: absolute;
	top: unset;
	bottom: -50px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	/* opacity: 0.5; */
	transition: opacity 0.15s ease;
}
.header-next-icon {
	position: absolute;
	top: unset;
	bottom: -50px;
	left: 140px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	/* opacity: 0.5; */
	transition: opacity 0.15s ease;
}
.whitecode-footer {
	text-decoration: underline;
}
.youtube-link {
	width: 100%;
}
.youtube-link iframe {
    width: 93%;
    height: 170px;
}
.pencil1,
.pencil2 {
	opacity: 0.5;
}

.animate-from-left {
	transform: translateX(-100px); /* Initial off-screen position */
	opacity: 0; /* Initially hidden */
	transition: all 0.5s ease-out; /* Smooth transition */
}

/* footer-imp-links */

.imp-links {
	text-align: center;
}
.header-logo {
	transition: transform 0.5s ease-in-out; /* Smooth transition for logo */
}

.header-logo.small {
	transform: translateX(137px) scale(0.6);
	margin-top: -20px;
	transition: transform 0.3s ease-in-out;
}
.header-logo2 {
	transition: transform 0.5s ease-in-out; /* Smooth transition for logo */
}

.header-logo2.small {
	transform: translateX(-137px) scale(0.6);
	transition: transform 0.3s ease-in-out;
	position: absolute;
	top: 0px;
}
.header-logo3 {
	transition: transform 0.5s ease-in-out; /* Smooth transition for logo */
}

.header-logo3.small {
    transform: translateX(137px) scale(0.6);
    transition: transform 0.3s ease-in-out;
    position: absolute;
    top: -8px;
    right: 39%;
}

.head-line {
	transition: font-size 0.5s ease-in-out, opacity 0.3s ease; /* Smooth transition for font size and opacity */
}

.head-line.small {
	font-size: 0.9rem; /* Smaller font size */
	opacity: 0.8; /* Slightly reduce opacity for smoother effect */
}

.header-section {
	transition: height 0.5s ease-in-out; /* Smooth transition for height changes */
}

.header-section.scrolled {
	height: 100px; /* Reduce height smoothly */
}

.navbar {
	transition: top 0.5s ease-in-out; /* Smooth transition for navbar position */
}

/* social icons sticky */
#ssi-absolute {
	position: fixed !important;
	top: 300px;
	z-index: 9999 !important;
	left: 0;
	width: 0 !important;
}
.contact-side li {
	margin: 0 0 5px 0;
	width: 183px;
	height: 50px;
	display: block;
	background: #d4587b;
	line-height: 30px;
	text-align: right;
	font-size: 24px;
	border-radius: 0px 0px 30px 0px;
	position: relative;
	left: -140px;
	overflow: hidden;
	border: none !important;
	box-shadow: 1px 2px 5px -3px black;
}
.contact-side li span {
	float: left;
	margin-left: 16px;
	margin-top: 6px;
	font-size: 18px;
	font-family: "Schoolbell";
}
.contact-side li img {
	text-align: right;
}
.facebook .icon-facebook {
	margin-right: 5px;
}
.contact-side {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-side li img {
	text-align: right;
}
.facebook .icon-facebook {
	margin-right: 5px;
}
.contact-side {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bi-facebook,
.bi-twitter-x,
.bi-instagram,
.bi-youtube {
	/* font-size: 34px; */
	padding: 0px 5px;
	margin-top: 5px;
	margin-right: 5px;
	color: white;
	/* opacity: 0.5; */
}
.bi-twitter-x {
	margin-top: 5px;
	margin-right: 5px;
}
/* Set a transition on the icons */
.bi-facebook,
.bi-instagram,
.bi-youtube,
.bi-twitter-x {
	transition: transform 0.5s ease;
}

/* Rotate effect on hover */
.ssi-facebook:hover .bi-facebook,
.ssi-instagram:hover .bi-instagram,
.ssi-youtube:hover .bi-youtube,
.ssi-twitter:hover .bi-twitter-x {
	color: #ffffff;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	cursor: pointer;
	opacity: 0.8;
}
.bi-facebook,
.bi-instagram,
.bi-twitter-x,
.bi-youtube {
	transition: width 0.3s ease, height 0.3s ease;
}

.ssi-facebook:hover {
	background: #3b5998;
	cursor: pointer;
}
.ssi-twitter:hover {
	animation: color-change-2x-twitter 2s linear infinite alternate both;
	cursor: pointer;
}
.ssi-instagram:hover {
	animation: color-change-2x 2s linear infinite alternate both;
	cursor: pointer;
}
@keyframes color-change-2x-twitter {
	0% {
		background: #000000;
	}
	50% {
		background: #4b4b4b;
	}
	100% {
		background: #1c1c1c;
	}
}
@keyframes color-change-2x {
	0% {
		background: #f09435;
	}
	25% {
		background: #e6683c;
	}
	75% {
		background: #cc2366;
	}
	100% {
		background: #bc1888;
	}
}

.ssi-pinterest:hover {
	background: #ce1829;
}
.ssi-search:hover {
	background: orange;
}
.ssi-linkedin:hover {
	background: #007bb6;
}
.ssi-envelope:hover {
	background: #28944a;
}
.ssi-phone:hover {
	background: #f5832a;
}
.ssi-rss:hover {
	background: #ff6600;
}
.ssi-youtube:hover {
	background: #cd332d;
	cursor: pointer;
}
.ssi-gplus:hover {
	background: #d34836;
}
.ssi-instagram:hover {
	background: #3f729b;
}
.ssi-skype:hover {
	background: #00aff0;
}
.ssi-tumblr:hover {
	background: #639ec8;
}
.ssi-foursquare:hover {
	background: #0894c9;
}
.ssi-github:hover {
	background: #141414;
}
.ssi-store:hover {
	background: #bce63e;
}

.contact-side li:hover span {
	color: #fff;
}
/* For WebKit-based browsers (Chrome, Safari, etc.) */
.botIcon .Messages::-webkit-scrollbar {
	width: 8px; /* Width of the scrollbar */
}

.botIcon .Messages::-webkit-scrollbar-thumb {
	background-color: #ff00e6; /* Color of the scrollbar thumb */
	border-radius: 4px; /* Round the corners of the scrollbar */
}

.botIcon .Messages::-webkit-scrollbar-thumb:hover {
	background-color: #2b00ff; /* Color when hovering over the scrollbar thumb */
}

.botIcon .Messages::-webkit-scrollbar-track {
	background-color: #f1f1f1; /* Color of the scrollbar track */
}

/* For Firefox */
.botIcon .Messages {
	scrollbar-width: thin; /* Makes the scrollbar thinner */
	scrollbar-color: #888 #f1f1f1; /* Thumb color and track color */
}

.home-box {
    border: none;
    width: 49px;
    height: 50px;
    color: #fff;
    z-index: 9999;
    border-radius: 50%;
    display: flex;
    background: #ffc070;
    padding: 10px 12px;
    position: fixed;
    cursor: pointer;
    right: 38px;
    overflow: hidden;
    box-shadow: 3px 4px 6px -2px #4f599d;
    top: 58px;
    transition: all 0.1s ease-in;
}

.home-box h2 {
	margin: 0 auto;
	align-self: center;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.home-box:hover {
	transform: perspective(180px) rotateX(50deg) translateY(5px);
}

.inner-page-border {
	border-radius: 20px;
	box-shadow: 2px 2px 6px -2px #d4587b;
	object-fit: cover;
}
.inner-bg {
	position: fixed;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0.15;
	transform: translate(-50%, -50%);
	animation: rotate 40s linear infinite; /* Adjust duration and timing */
}

@keyframes rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg) scale(0);
		opacity: 0;
	}
	50% {
		transform: translate(-50%, -50%) rotate(180deg) scale(2);
		opacity: 0.15;
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg) scale(0);
		opacity: 0;
	}
}

.section-title {
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}

.image-gallery {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-bottom: 20px;
}

.welcome5 {
	text-align: center;
	font-size: 16px;
	margin: 20px 0;
}

.highlight-text {
	color: #d9534f;
	font-weight: bold;
}

.video-section {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.video-frame {
	max-width: 100%;
	border: none;
}

.assembly-video {
	display: block;
	margin: 0 auto 20px;
	border: 3px solid #ccc;
	border-radius: 8px;
}


/* .event-sec{
background: url(../img/trophy.png);
background-repeat: no-repeat;
background-size: contain;
opacity: 0.4px;
} */
/* .news-sec{
	background: url(../img/horn.png);
	background-repeat: no-repeat;
background-size: contain;
opacity: 0.4px;
} */
/* .testimonial{
	background: url(../img/testi.png);
	background-repeat: no-repeat;
background-size: contain;
opacity: 0.4px;
} */


.heading-sec{
	display: flex;
	justify-content: center;
	align-items: center;
}
 /* activity */
 
 .col-md-3.ac-tab1 ul li .nav-link {
	color: rgb(255, 255, 255) !important;
	background-color: none !important;
}

.col-md-3.ac-tab1 ul li .nav-link.active {
	color: rgb(255, 255, 255) !important;
	background-color: #feb21e !important;
}

.ac-tab1 ul li.nav-item {
	background: #f06b6b;
	border-radius: 5px;
	margin-bottom: 5px;
}

.ac-tab1 ul li.nav-item:hover {
	background: #feb21e;
	border-radius: 5px;
	margin-bottom: 5px;
}

.ac-tab1 ul li.nav-item.active {
	background: #b30000 !important;
}

.owl-carousel-alumni .owl-nav{
	display: block !important;
}

/*Achievements page css*/
.achievement-tabs{
	border-bottom: none !important;
	gap:10px;
	justify-content: start !important;
}

.achievement-tabs.nav-tabs .nav-link{
	border: 2px solid #000;
	border-radius: 5px;
	color: #fff;
	background-color: #199d7f;
	font-size: 18px;
}

.achievement-tabs.nav-tabs .nav-link.active{
	color: #000;
	background-color: #fff;
}
.cust-tab-str article.collapse.show{
	position: relative !important;
	width: 100%;
	top: 0 !important;
	transition : none !important;
	animation: none;
}

@media(min-width: 768px) and (max-width: 992px){
	.cust-tab-str article.collapse.show{
		right: 0 !important;
	}
}

@media(min-width:768px){
	.cust-tab-str article.collapse:not(.show){
		opacity: 1;
		width: 100%;
		visibility: visible !important;
		opacity: 1 !important;
		position: relative !important;
		transition : none !important;
		top: 0;
	}
}



/*end achievement*/
/*home page changes*/
.awards-back {
    background-color: #fdc41d;
    position: relative;
    overflow-x: hidden;
    overflow-y: clip;
}

.awards-back::before {
	position: absolute;
	display: grid;
	content: url(../img/orangebg.svg);
	/* height: 30px; */
	width: 100%;
	top: -59px;
	left: -34px;
}
.awards-back::after {
	position: absolute;
	display: grid;
	content: url(../img/orangedwn.svg);
	width: 100%;
	/* height: 30%; */
	bottom: -92px;
	left: -24px;
}

.awards-head{
	color: #fff;
	padding-top: 20px;
}

.orange-back {
    background-color: #dc37d3;
    position: relative;
    overflow-x: hidden;
    overflow-y: clip;
}

.orange-back::before {
	position: absolute;
	display: grid;
	content: url(../img/orangebg.svg);
	/* height: 30px; */
	width: 100%;
	top: -84px;
	left: -34px;
}
.orange-back::after {
	position: absolute;
	display: grid;
	content: url(../img/orangedwn.svg);
	width: 100%;
	/* height: 30%; */
	bottom: -78px;
	left: -24px;
}

.cust-std {
		width: 250px;
		height: 279px;
		background-color: #c4c4c4;
		border-radius: 32px;
		position: relative;
		overflow: hidden;
		box-shadow: 5px 4px 13px -8px orange;
		transition: all ease 0.2s;
	
}

.cust-std-outer{
	width: 100%;
	display: flex;
	justify-content: center;
}

.cust-std .white-box{
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}

.awards-head span{
	color: #feb21e;
	font-size: 30px;
}

.learning-head{
	color: #feb21e;;
}
/*home page changes end*/

/*tab css*/
.cust-tab-str .left-tabs.nav-tabs{
	border-right: none;
}


.cust-tab-str.vtabs .tabsName-holder{
	background-color: transparent !important;
	box-shadow: none !important;
}

.cust-tab-str ul .nav-item{
	background-color: #f06b6b;
	border-radius: 5px;
	margin-bottom: 7px;
}

.cust-tab-str .nav-tabs .nav-link{
	border: none !important;
}

.cust-tab-str .nav-tabs .nav-link.active{
	background-color: #feb21e;
	color: #fff;
		border-radius: 5px;
}

.cust-tab-str .accordion-item{
	background-color: transparent;
}

/*end tab */


.dive-img{
	border-radius: 20px;
}

#pageId_161 .page-headings{
	text-align: right !important;
}

#pageId_160 .page-headings{
	text-align: right !important;
}

.img-cust-style{
	border-radius: 20px;
    box-shadow: 4px 4px 8px #b2acac;
}

.indicators li{
	display: none
}

#pageId_225 p{
	text-align: justify;
}

.myCustomMenu .nav-link{
    padding: 0.3rem 1rem;
}
.tynmce-css{
    padding: 29px 25px 10px 10px;
}