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

/* Colors */
:root {
	--color-primary: #8b0000;
	--color-secondary: #fdbd0f;
	--color-heading: #fff;
	--color-default: #000000;
}

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

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

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

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

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

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

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

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

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

/* 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 ---------------- */
.web-cust-menu {
	background-color: var(--color-primary) !important;
}

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

.topbar-menu .navbar-nav a {
	color: #fff !important;
	margin: 0px;
	padding: 0px 12px;
}

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

.top-menu-left {
	display: flex;
	justify-content: center;
}

.top-menu-left a {
	color: #fff;
	padding-right: 20px;
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.top-menu-left a:hover {
    color: #8b0000 !important;
}
.second-menu {
	justify-content: end;
	margin: auto;
}

.top-menu li {
	display: flex;
}

.second-menu {
	justify-content: end;
	margin: auto;
}

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

/* a.mobile {
	text-decoration: underline;
} */

@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;
}
.head-image {
	background: url("../img/header-back-img.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.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: #8B0000;
    font-family: "El Messiri";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 139.044%;
    text-transform: uppercase;
}

.header-college-name span {
	color: #8b0000;
	font-family: "Tiro Bangla";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 139.044%;
	text-transform: capitalize;
}

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

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

.header-row {
	/* margin-top: -47px; */
}

/*.title-holder.col-lg-11.col-md-10.text-start {
	padding-top: 20px;
}*/
.title-holder.col-lg-11.col-md-10.text-start {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-menu-left {
    padding: 5px 5px 0px 50px;
    background: linear-gradient(242deg, #ececec 96%, rgba(45, 45, 45, 0) 96%);
}

.heading-main {
	padding-left: 15px;
}

.head-line1 {
	color: #000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 139.044%;
	text-transform: capitalize;
}

.head-line {
    color: #8B0000;
    font-family: "Tiro Bangla" !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 139.044%;
    text-transform: capitalize;
}

.title-holder.col-lg-11.col-md-11.text-start {
	display: flex;
	justify-content: space-between;
}

.allign-logo img {
	padding: 10px;
}

/* ------- main menu ---------------- */
.main-menu {
	background-color: transparent !important;
}

div#gfg {
	background: #8b0000;
}

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

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

.main-menu .dropdown-item:hover {
	background-color: var(--color-secondary);
	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: var(--color-primary);
	padding: 10px 9px;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
    background-color: var(--color-secondary);
    /*font-weight: 600;*/
    color: #8b0000;
}

.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: var(--color-secondary); */
}

/*.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;
}
a.sub-inner-child:hover {
    background: var(--color-secondary) !important;
    color: #8b0000 !important;
}
a.sub-inner-child:hover .marker {
    color: #8b0000;
}

/* Top Menue hover */
.dropdown-menu > li a:hover, .dropdown-menu > li.show {
    background-color: var(--color-secondary);
    color: #8b0000 !important;
}

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

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

/* Home slider start */

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

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

.carousel-caption {
	font-family: var(--font-secondary) !important;
	color: var(--color-default);
}

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

.h-slider {
	position: relative;
}

.head-message {
	background-color: gray;
	clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
	position: absolute;
}

.head-message {
	background-color: rgba(0, 0, 0, 0.5);
	clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
	position: absolute;
	top: 60%;
	width: 35%;
	padding: 19px;
	z-index: 1;
}

.h-message-1 {
	padding-left: 25%;
}

.h-message-1 p {
	color: #fff;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
}

.h-message-1 h3 {
	color: #fff;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.m-head1::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 6px;
	background-color: #ffc107;
	/* Yellow line */
	margin-right: 10px;
}

/*  Home slider end */
.heading-all h2 {
	color: #000;
	font-family: "El Messiri";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	text-align: center;
	margin: 0px;
}

.heading-all p {
	color: rgba(0, 0, 0, 0.66);
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.heading-all2 h2 {
	color: #000;
	font-family: "El Messiri";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin: 0px;
	text-align: left;
}

.heading-all2 p {
	color: rgba(0, 0, 0, 0.66);
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
	margin: 0;
}
.heading-all3 h2 {
	color: #ffffff;
	font-family: "El Messiri";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	text-align: center;
	margin: 0px;
}

.heading-all3 p {
	color: #ffffffb2;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
/* important notice */
.hor-marquee {
	height: 25px;
}

.hor-marquee a {
	color: #000;
	font-family: Poppins;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.56px;
}
.container-fluid.importantNews-section.py-1.pt-1.ng-scope {
    margin-top: -11px;
    border-bottom: 3px solid #8B0000;
}

/* innovative department */
.in-department {
	background: #ececec;
}

.card {
	width: 275px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	position: relative;
	background-color: #fff;
}

.card img {
	width: 100%;
	height: auto;
	display: block;
}

.label {
	position: absolute;
	bottom: 10px;
	left: 0;
	background-color: #a30000;
	color: white;
	font-weight: 600;
	font-family: "Poppins";
	font-size: 16px;
	padding: 10px 21px;
	clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0% 100%);
	width: 92%;
}

div#carousel-indepartment .item {
	display: flex;
	justify-content: center;
}

div#carousel-indepartment .owl-nav {
	display: block;
}

/* award achivment */
.aa-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30%;
}

.view-btn {
	border-radius: 25px;
	border: 1px solid #ffc107;
	padding: 2px 11px;
}

.view-btn a {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.view-btn:hover {
	background: #ffc107;
}
.aa-contaent {
	display: flex;
	justify-content: space-around;
	padding-top: 25px;
}

.aa-con {
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background: #ececec;
	padding: 10px;
}

.aa-para h3 {
	color: #8b0000;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0px;
	padding-top: 10px;
}

.aa-para p {
	color: #1d071e;
	font-family: Poppins;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
}

.aa-para p a {
	color: #696969;
	font-family: Poppins;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

/* great minds */
.row.great-mind {
	background: rgba(236, 236, 236, 0.8);
}
.angled-bg {
	/* background-color: #8b0000; */
	background: url(../img/ag-back.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 3rem 3rem;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
	position: relative;
}

.ag-container2 {
	display: flex;
	justify-content: center;
	gap: 55px;
	text-align: center;
	align-items: center;
	padding-top: 35px;
}
.profile-card img {
	height: 193px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 10px;
}
.angled-bg h4 {
	color: #fff;
	font-family: "El Messiri";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.angled-bg p {
	color: rgba(255, 255, 255, 0.8);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.angled-bg a {
    border-radius: 25px;
    border: 1px solid #ffc107;
    text-decoration: none;
}
.profile-card h6 {
	color: #000;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 19.656px;
	text-transform: capitalize;
}
.profile-card p {
	color: rgba(0, 0, 0, 0.8);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 19.656px;
	letter-spacing: 0.7px;
	text-transform: capitalize;
}

/* frequently ask question */
.accordion-icon {
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
	transform: rotate(180deg);
}
h2.question-heading {
	color: #000;
	text-align: center;
	font-family: Philosopher;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 15px;
}

p.accordion-desc {
	color: rgba(0, 0, 0, 0.75);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 15px;
}

.accordion-container {
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid rgba(8, 44, 80, 0);
	background: #fff;
	box-shadow: 2px 2px 12.4px 0px rgba(0, 0, 0, 0.25);
}

.accordion-item {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
}

/* Styles when the accordion is open */
.accordion-item.active {
    border-radius: 10px;
    border: 1px solid #082c50;
    background: #fff;
}

.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.3s ease;
	gap: 10px;
}
p.acc-bullet {
    color: rgba(0, 0, 0, 0.8);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
p.acc-bullet::before {
    content: "•";
}
.accordion-item.active .accordion-header {
    background: #fff;
}
.accordion-item.active p.acc-bullet {
	color: #8b0000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.accordion-item.active .accordion-icon {
	color: #8b0000;
	fill: currentColor;
}

.accordion-content {
	display: none;
	padding: 15px;
	background: #ececec;
}

.accordion-item.active .accordion-content {
	display: block;
}

/* company logos */
.com-logos {
	background: url(../img/background-logos.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
div#carousel-logos .owl-item .item img {
	padding: 20px;
}

/* gallery new */

.gal-text {
	border-radius: 18.105px;
	background: #8b0000;
	padding: 25px;
}
.gal-text p {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 22.631px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
}
div#carousel-gal .owl-item .item {
	padding: 15px;
}
.gal-main {
	height: 335.077px;
}
.gal-side {
	height: 230px;
}

/* alumni */
.alumni-sec {
	background: #ececec;
}

.alumini-box {
    height: 225px;
    margin: 15px;
    border-radius: 10px;
    background: #fff;
}

.owl-carousel-alumni .owl-nav .owl-prev img {
	/* background: rgba(255, 255, 255, 0.77); */
	padding: 12px;
	border-radius: 50%;
	filter: drop-shadow(0.8px 2.4px 5.12px rgba(0, 0, 0, 0.25));
	position: relative;
	right: 15px;
}

.owl-carousel-alumni .owl-nav .owl-next img {
	/* background: rgba(255, 255, 255, 0.77); */
	padding: 12px;
	border-radius: 50%;
	filter: drop-shadow(0.8px 2.4px 5.12px rgba(0, 0, 0, 0.25));
	position: relative;
	left: 15px;
}

.alumini-content {
    display: inline-flex;
    padding: 12px 17px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    position: relative;
    top: -55px;
    text-align: center;
    width: 100%;
}
.alumni-i {
    border-radius: 50%;
    width: 125px;
    height: 135px;
    position: relative;
    left: 40%;
    top: -59px;
}
img.al-img {
    height: 123px;
    border-radius: 50%;
}
.al-name {
	color: #8b0000;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 33.6px; /* 140% */
}
.alumini-para {
	color: #000;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.4px; /* 140% */
}
.owl-carousel-alumni .owl-nav.disabled {
	display: block;
}

div#carousel-alumni {
	height: 345px;
}
.owl-carousel-alumni .owl-stage-outer {
	padding-top: 36px;
}

/* news marquee start */

.news-date {
	border-radius: 10px 0px 0px 10px;
	background: #ffc107;
	width: 77px;
	padding: 10px;
	color: #000 !important;
	text-align: center;
	font-family: "El Messiri" !important;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 115.859%;
	text-transform: uppercase !important;
	margin: 0px 10px 0px 0px;
}
.holder ul li {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.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: 300px;
}

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

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

.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 {
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 10px;
	background: #ececec;
	margin-bottom: 20px;
}

.holder ul li a {
	padding-bottom: 4px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 10px;
}

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

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

/* Events & Programs */

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

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

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

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

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

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

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

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

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

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

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

.events-program-box {
	padding-right: 50px;
	border-right: 2px dashed #8b7ed2;
}

.news-category {
	display: none;
}

/* marquee end- */

/* home page quick links */

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

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

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

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

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

/* home page quick links */

/*  Departments Home Dept */

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

/* Photo Gallery */

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

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

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

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

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

/*  Photo Gallery */

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

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

.bred-pos {
    /* margin-top: -125px; */
    margin-bottom: 45px;
}

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

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

.right-res p,
.right-res a,
.right-res span {
	color: #000;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-transform: capitalize;
}

.footer-section p, .footer-section a, .footer-section span {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.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 {
    color: #ffc107;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
    margin-top: 0px !important;
}
/* 
a.email {
	text-decoration: underline;
} */

.footer-section a:hover {
	color: #ffc106;
}

.social-icon .twitter img {
	filter: invert(1) grayscale(100);
	-webkit-text-stroke: 0.9px;
}

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

.foot-head img {
	height: 80px;
	width: 80px;
}
.foot-head p {
	color: rgba(255, 255, 255, 0.85);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 139.044%; /* 22.247px */
	text-transform: capitalize;
}
.foot-head h3 {
	color: #fff;
	font-family: "El Messiri";
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 139.044%; /* 30.59px */
	text-transform: capitalize;
}
.foot-head h4 {
    color: #fff;
    font-family: "Tiro Bangla";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 139.044%;
    text-transform: capitalize;
}
.footer-end {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-end h6 {
	color: #000;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.f-foots {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	align-items: center;
}

/* Footer section end */

/* breadcrumb */
.row.bread-all {
    position: relative;
    top: 125px;
}
.bred-img {
    background-image: url("../img/breadcrumb.png");
    height: 264px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color-primary) !important;
}

.bred-head {
    /* padding-top: 28px; */
    margin-bottom: 0px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: none !important;
}

.breadcrumb {
    justify-content: center;
    width: auto;
    align-items: center;
    /* margin: 6px auto auto auto; */
    margin-left: 12px;
    position: relative;
    top: 17px;
}

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

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

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

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

/* -End breadcrumb- */

/* -Inner Page Style- */

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

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

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

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

.about-page .about-info p {
    margin-bottom: 0px !important;
    text-align: justify;
}

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

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

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

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

/* -End Naac Pages-- */

/* accordian start*/

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

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

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

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

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

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

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

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

/* accordian end */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vtabs .tab-content {
	padding: 0.5rem;
	margin-left: 25px;
}

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

.sub-head {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-family: 'El Messiri';
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: none !important;
    border-bottom: 3px solid;
}



.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: black;
    margin-bottom: 10px; 
    background: #f0f0f0;
    border: 1px solid #f4f4f4;
    border-radius: 0;
    padding: 15px;
}

.vtabs .nav-tabs .nav-link.active {
    background-color: var(--color-primary);
    color: #ffffff !important;
    border-left: 5px solid var(--color-secondary);
}

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

.vtabs .accordion-button:not(.collapsed) {
	color: #000 !important;
	background: #f0f0f0;
		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>");
}



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

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

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

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

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

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

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

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-whitePanel {
    /* background-color: #fff; */
    /* box-shadow: 2px 2px 4px #888888; */
}

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

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

/* Department start css */
.newspannel {
	font-size: 26px;
	font-family: "Marcellus", serif;
	color: var(--mainColor);
	font-weight: 600 !important;
}

.newspanneltext {
	color: #babcc0;
	font-size: 16px;
	padding-right: 15px;
	font-weight: 400;
	margin: auto;
}

#newstext {
	font-size: 17px;
	margin: 0px;
}

.shareicon {
	text-align: right;
}

.bred-pos {
	margin-top: -125px !important;
}

#clickhere {
	text-decoration: underline;
	color: #fff;
	font-size: 16px;
	margin: 0px;
}

.goToSection {
	border: 1px solid;
}

.goToSectionmenu a {
	font-size: 22px;
	color: black;
	font-weight: 400 !important;
	padding: 0.75rem 1.5rem;
	margin: 0px;
	background-color: white;
}

.SectionmenuView {
	border-radius: 0px 0px 10px 10px;
	padding: 13px;
	background-color: white;
}

.goToSectionmenu a:hover {
	color: #fff;
	font-weight: 400 !important;
	background-color: var(--color-primary);
}

.goToSectionmenu .dropdown-item.active {
	color: #fff;
	font-weight: 400 !important;
	background-color: var(--color-primary);
}

.new-ui-margin {
	padding: 15px;
	border-bottom: 2px solid #cacaca;
}

.goToSectionmenu h4 {
	font-size: 26px;
	font-family: "Marcellus", serif;
	color: black;
	font-weight: 600 !important;
	padding: 0.75rem 1.5rem;
}

.categoriesmanu {
	padding: 0px;
	margin: 0px;
	color: #fff;
}

.newslist {
	padding: 10px 5px 5px 13px;
}

.category {
	width: 100%;
	padding: 3px;
	border-radius: 4px;
	margin: 3px;
	background-color: #ebebeb;
	font-size: 16.5px !important;
}

.quick-head-back {
	background-color: var(--color-primary);
	margin-bottom: 0px;
	padding: 7px 7px 10px 20px !important;
	font-size: 20px !important;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}

/* Department End css */

.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: 1399px) {
    .heading-main {
        padding-left: 25px;
    }
.owl-nav .owl-prev {
    left: -72px !important;
}
.owl-nav .owl-next {
    right: -72px !important;
}
.heading-all2 h2 {
    font-size: 27px;
}
.aa-contaent {
    display: flex;
    /* justify-content: space-around; */
    padding-top: 25px;
    gap: 15px;
}
.footer-section h2, .footer-section h3 {
      margin-top: 0px !important;
      font-size: 19px !important;
 
}
.foot-head p {
    font-size: 14px;
    }
.contactInfo-right p {
    font-size: 14px;
}
.contactInfo-right a {
    font-size: 14px;
}
.news-circular {
    padding: 10px;
    padding-top: 20px !important;
}
.holder {
    padding: 0px;
}
}

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

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

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

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

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

       /*	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: static ;
	}*/

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

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

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

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

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

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

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

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

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

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

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

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

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

	img.header-logo {
		width: 139px;
		/* margin-top: -55px; */
		/* margin-bottom: 40px; */
	}
	.title-holder.col-lg-11.col-md-11.text-start {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.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;
	}
	.head-message {
		top: 60%;
		width: 55%;
	}
	.n-ews {
		padding-top: 35px;
	}
	.angled-bg {
		/* background-color: #8b0000; */
		background: url(../img/ag-back.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding: 3rem 3rem;
		clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
		position: relative;
	}
	.ag-container2 {
		display: flex;
		justify-content: center;
		gap: 40px;
		text-align: center;
		align-items: center;
		padding-top: 35px;
		flex-wrap: wrap;
	}
	.f-ask {
		padding-top: 35px;
	}
	.alumini-para {
		color: #000;
		text-align: center;
		font-family: Poppins;
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 22.4px;
	}
	.alumni-i {
		left: 30%;
	}
	.title-holder.col-lg-11.col-md-10.text-start {
		flex-direction: column;
	}
}

@media only screen and (max-width: 768px) {
	.bred-img {
		height: auto;
	}

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

}

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

@media only screen and (max-width: 500px) {
	.header-row {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.heading-main {
		padding-left: 15px;
		text-align: center;
	}
	.allign-logo img {
		padding: 8px;}
	.head-message {
           top: 31%;
           width: 90%;
           display: none !important;
         }
	.h-message-1 {
		padding-left: 8%;
	}
	.aa-heading {
		gap: 51%;
		flex-direction: column;
	}
	.aa-contaent {
		display: flex;
		justify-content: space-around;
		padding-top: 25px;
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.view-btn {
		border-radius: 25px;
		border: 1px solid #ffc107;
		padding: 2px 11px;
		margin-top: 15px;
	}
	.heading-all2 p {
		text-align: center;
		margin: 0;
	}
	.aa-con {
		width: 72%;
	}
	.holder {
		height: 320px !important;
	}
	.holder ul li a {
		font-size: 15px;
	}
	.news-date {
		width: 77px;
		padding: 20px;
	}
	div#carousel-logos .owl-item .item img {
		padding: 95px;
	}
	.angled-bg p {
		font-size: 16px;
	}
	.banner-slider img {
		height: 375px;
	}
.h-message-1 p {
    font-size: 13px; 
}
.h-message-1 h3 {
    font-size: 12px;
}
.news-circular {
    padding: 5px;
}
.holder ul li a {
    font-size: 12px;
}
.alumini-box {
    height: 285px;
}
.row.bread-all {
    top: -8px;
}
.bred-head {
    font-size: 13px;
    }
.breadcrumb li a {
    text-decoration: none;
    font-size: 13px;
}
.breadcrumb-item.active {
    color: white;
    display: none;
}
.about-info {
    padding: 0px;
}
ul.org-list {
    padding: 0px;
}
.rules-flex {
    flex-direction: column;
}
.image-text-section {
    flex-direction: column;
}
.iqac-card {
    padding: 9px !important;
}
.roles-res {
    flex-direction: column;
}
.strategic-plan {
    flex-direction: column;
}

.bred-img {
   background-image: none; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color-primary) !important;
}
.owl-carousel-alumni .owl-prev {
    padding-left: 70px;
}
.top-line {
    padding-bottom: 13px;
}
.mega-sub-menu.nested {
    width: 100% !important;
}
ul#menuItemOl_282 {
    position: absolute;
    left: -10px;
}
img.header-logo {
    width: 102px;
    padding-top: 5px;
}
.allign-logo img {
    height: 62px;
}
.bred-img1 {
       height: 121px;
       background-image: none !important;
}
.sub-head {
       display: none;
}
}

@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: 30px !important;
		padding-right: 6px !important;
	}
	.footer-end {
		flex-direction: column;
	}
	.owl-carousel-indepartment .owl-nav .owl-prev {
                left: -26px !important;
         }
	.owl-carousel-indepartment .owl-nav .owl-next {
		right: -5px !important;
	}
	.owl-carousel-alumni .owl-nav .owl-prev {
		right: -5px;
	}

	.owl-carousel-alumni .owl-nav .owl-next {
		right: -4px !important;
	}
.allign-logo img {
    padding: 4px;
}
.angled-bg p {
    font-size: 15px;
}
.allign-logo img {
    height: 62px;
}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.view-event-link {
	color: white !important;
}

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

/* .event-description {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

/* home news & event */

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

.view-all-event a {
	color: var(--color-default);
	text-decoration: underline;
	float: left;
	left: 10px;
	margin-top: -0.5em;
}

.view-all-event a {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #ff9f2a;
	border-radius: 10px;
	padding: 7px 63px;
}

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

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

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

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

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

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

.events-readmore {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	float: right;
	margin-top: 25px;
}

/* 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;
}
h4#modalEnquiryFormLabel {
    color: #000;
}
.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;
}

.search-container {
	position: relative;
	display: inline-block;
}

.search-input {
	width: 200px;
	padding: 10px;
	display: none;
	position: absolute;
	top: 37px;
	right: -2px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	background-color: white;
}

.search-icon {
	cursor: pointer;
	font-size: 22px;
	color: #555;
	transition: color 0.3s ease;
	/* top: 6px; */
	/* right: -8px; */
	bottom: 3px;
	position: inherit;
}

.search-icon img {
	filter: brightness(0.5);
}

.search-icon:hover {
	color: #000;
}

.fac-coll {
	padding: 0px;
	text-align: center;
	position: relative;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #f1f1f1;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 18px;
}

.button-css {
	position: relative;
	height: 0px;
	width: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	background-color: transparent;
	border: none;
	top: 47px;
	left: 15px;
}

.staff-details-goback {
	height: 45px;
	width: auto;
	position: relative;
}

/* Skeleton Loader Container */
.skeleton-loader {
	/* background-color: #f0f0f0; */
	border-radius: 4px;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}

/* Individual skeleton blocks (title, content) */
.skeleton-title,
.skeleton-content {
	background-color: #e0e0e0;
	background-image: linear-gradient(
		90deg,
		#e0e0e0 25%,
		#f0f0f0 50%,
		#e0e0e0 75%
	);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite;
	border-radius: 4px;
}

.skeleton-title {
	height: 20px;
	width: 60%;
	margin-bottom: 15px;
}

.skeleton-content {
	height: 15px;
	width: 100%;
	margin-bottom: 10px;
}

/* Shimmer Animation */
@keyframes shimmer {
	0% {
		background-position: -200% 0;
	}

	100% {
		background-position: 200% 0;
	}
}

.skeleton-loader:empty {
	display: block;
	background-color: #bdc3c7 !important;
	border-color: #bdc3c7 !important;
	animation-name: skeletonAnimation;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.skeleton-loader:empty.others {
	height: 200px;
}

.skeleton-loader:empty.prod-name {
	height: 20px;
}

.skeleton-loader:empty.prod-description {
	width: 80%;
	height: calc(100% - 30px);
}

@keyframes skeletonAnimation {
	0% {
		opacity: 0.8;
	}

	50% {
		opacity: 0.4;
	}

	100% {
		opacity: 0.8;
	}
}

/*From here the styles are for demo purpose only*/
.wrapper {
	margin: auto;
	display: flex;
	width: 80%;
	padding: 0 30px;
	border-radius: 6px;
	border: 1px solid lightgray;
	box-shadow: 0px 0px 18px -1px #2e2e2e;
	font-family: "Open Sans", sans-serif;
	flex-wrap: wrap;
}

.wrapper .row {
	width: 100%;
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.wrapper .row .prod-img {
	border: 1px solid lightgray;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.wrapper .row .details {
	width: calc(100% - 95px);
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.wrapper .row .details .prod-name {
	width: 100%;
}

.wrapper .row .others {
	width: 30%;
	margin-top: 30px;
}

.tynmce-css {
	padding: 29px 25px 10px 10px;
}

.testimonal-card {
	height: 353px;
}

.org-item {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	font-size: 16px;
	color: #333;
}

.org-item:last-child {
	border-bottom: none;
}

.org-item {
	transition: background 0.3s;
}

.org-item {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeSlide 0.6s ease-out forwards;
}

.org-item li:nth-child(1) {
	animation-delay: 0.1s;
}

.org-item li:nth-child(2) {
	animation-delay: 0.2s;
}

.org-item li:nth-child(3) {
	animation-delay: 0.3s;
}

.org-item li:nth-child(4) {
	animation-delay: 0.4s;
}

.org-item li:nth-child(5) {
	animation-delay: 0.5s;
}

@keyframes fadeSlide {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}



.org-item::before {
	content: "\27A4";
	color: #110069;
	font-weight: bold;
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
}

.card-box {
	transform: translateY(20px);
	opacity: 0;
	animation: fadeUp 0.8s ease-out forwards;
}

.card-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
	transition: all 0.3s ease-in-out;
}

.card-box li::before {
	content: "✔";

	font-weight: bold;
	margin-right: 10px;
}

@keyframes fadeUp {
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.value-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@keyframes fadeInRow {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.faq-table tbody tr {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-table tbody tr:hover {
	transform: scale(1.02);
	z-index: 1;
	position: relative;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.list-items-pdf li {
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.list-items-pdf {
	list-style: none;
	padding: 0 0 0 21px;
}

.list-items-pdf a::before {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	color: #a82427;
	width: 23px !important;
	display: inline-block;
	font-size: 19px;
}

@keyframes fadeUp {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideFromRight {
	0% {
		opacity: 0;
		transform: translateX(100px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.why-list {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	opacity: 0;
	transform: translateX(-30px);
	animation: slideIn 0.6s ease forwards;
}

.why-list2 {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	opacity: 0;
	transform: translateX(-30px);
	animation: slideIn 0.6s ease forwards;
}

@keyframes slideIn {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.why-list li {
	position: relative;

	border-radius: 20px;
	margin-bottom: 15px;
	margin-left: 30px;
	padding-left: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.why-list2 li {
	position: relative;

	border-radius: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/*why list*/
.why-list li::before {
	padding-right: 10px;
	position: absolute;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
	font-size: 24px;
	color: #4627e3;
	content: "\f132";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}

/*
  .why-list2 li::before {
    padding-right: 10px;
	  position: absolute;
	  top: 50%;
	  left: -12px;
	  transform: translateY(-50%);
	  font-size: 24px;
	  color: #4627e3;
	  content: "\f132"; 
	  font-family: "Font Awesome 5 Free"; 
	  font-weight: 900; 
	  margin-left: 10px;
  }
  */

.why-list li:nth-child(1)::before {
	content: "\f4be";
	color: red;
}

.why-list li:nth-child(2)::before {
	content: "\f19c";
	color: gray;
}

.why-list li:nth-child(3)::before {
	content: "\f275";
}

.why-list li:nth-child(4)::before {
	content: "\f018";
	color: black;
}

.why-list li:nth-child(5)::before {
	content: "\f207";
	color: red;
}

.why-list li:nth-child(6)::before {
	content: "\f0c0";
}

.why-list li:nth-child(7)::before {
	content: "\f66f";
	color: gray;
}

.why-list li:nth-child(8)::before {
	content: "\f555";
}

.why-list li:nth-child(9)::before {
	content: "\f1bb";
	color: green;
}

/*
  .why-list2 li:nth-child(1)::before {content: "\f0c0"; color: ; }
  .why-list2 li:nth-child(2)::before {content: "\f66f"; color: gray;}
  .why-list2 li:nth-child(3)::before {content: "\f555"; }
  .why-list2 li:nth-child(4)::before {content: "\f1bb"; color: green;}*/

.calendar-section li {
	background-color: #fff;
	margin-bottom: 12px;
	padding: 12px 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	opacity: 0;
	transform: translateX(-30px);
	animation: slideIn 0.6s ease forwards;
}

.calendar-section a:hover {
	color: #007bff;
}

@keyframes slideIn {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/*Rules and regulations*/

.misconduct-icon li::before {
	content: "✔";
	color: green;
	font-weight: bold;
	margin-right: 10px;
}

.rules-list li::before {
	content: "✔";
	color: green;
	font-weight: bold;
	margin-right: 10px;
}

.rules-list li {
	border-bottom: 1px solid gray;
	padding: 10px;
}

.misconduct-icon li {
	border-bottom: 1px solid gray;
	padding: 10px;
}

.image-text-section {
	animation: fadeInUp 1s ease forwards;
	margin: 40px auto;
	max-width: 1000px;
	padding: 20px;
	gap: 20px;
}

.image-box {
	flex: 1;
	overflow: hidden;
	border-radius: 10px;
	transform: scale(1);
	transition: transform 0.3s ease;
}

.image-box img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	display: block;
	transition: transform 0.4s ease;
}

.image-box:hover img {
	transform: scale(1.05);
}

.text-box {
	flex: 1;
	padding: 20px;
	animation: slideInRight 1s ease forwards;
}

.text-justify {
	flex: 1;
	padding: 20px;
	animation: slideInRight 1s ease forwards;
}

.listvision li::before {
	content: "\1F3AF";
	font-family: "Font Awesome 5 Free";

	font-weight: bold;
	margin-right: 10px;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(40px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/*IQac*/
.iqac-section {
	border-radius: 10px;

	animation: fadeIn 1s ease-in;
}

.iqac-list li {
	transition: 0.3s ease;
	animation: fadeUp 0.6s ease;
}

.iqac-section li::before {
	content: "\27A4";
	color: #007bff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.iqac-section2 {
	border-radius: 10px;

	animation: fadeIn 1s ease-in;
}

.iqac-list li {
	transition: 0.3s ease;
	animation: fadeUp 0.6s ease;
}

/*.iqac-section2 h2::before{
	content: "📋";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
  }*/

.iqac-section2 li::before {
	content: "✔";
	color: #007bff;
	font-weight: bold;
	margin-right: 10px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.listvision-object-vision li::before {
	content: "\2611";
	color: #25d366;
	font-weight: bold;
	margin-right: 10px;
}

.listvision-object-motive li::before {
	content: "\1F525";
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 10px;
}

/*
.card-body h5::before {
	/*content: "\f555";*
	
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	font-size: 28px;
	/*color: #007bff;*
	margin-bottom: 12px;
}

.col:nth-child(1) h5::before {
	content: "\f5fc";
	color: #000;
}

.col:nth-child(2) h5::before {
	content: "\f2b5";
	color: #000;
}

.col:nth-child(3) h5::before {
	content: "\f24e";
	color: #000;
}

.col:nth-child(4) h5::before {
	content: "\f43f";
	color: #000;
}

.col:nth-child(5) h5::before {
	content: "\f201";
	color: #000;
}


.animated-card {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.8s ease-out forwards;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background-color: lightcyan;
}

.animated-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
*/
.bubble-tabs .nav-link {
	border-radius: 25px 0 0 25px;
	background-color: #110069;
	color: white;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	font-weight: 500;
	padding: 12px 20px;
	border: 1px solid transparent;
}

.bubble-tabs .nav-link:hover {
	background-color: #fdbd0f;
	color: black;
}

.bubble-tabs .nav-link.active {
	background-color: lightgrey;
	color: #110069;
	font-weight: bold;
	border-color: #100d07;
}

.d-flex {
	align-items: stretch;
}

.tab-content {
	background: #ffffff;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.goals-box li::before {
	content: "\27A4";
	color: #007bff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
	font-size: 24px;
}

.goals-box-short li::before {
	content: "\f0e7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
	color: blue;
	font-size: 24px;
}

.content-box {
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	max-width: 100%;
	text-align: center;
	width: 100%;
	transition: transform 0.3s ease-in-out;
}

.image-container img {
	width: 50%;
	height: auto;
	border-radius: 15px;
	transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.image-container:hover img {
	transform: scale(1.1);
	filter: brightness(1.2);
}

.text-container {
	opacity: 0;
	animation: fadeInUp 1s ease forwards;
}

.content-box:hover .text-container {
	animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
	0% {
		transform: translateY(30px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.text-box-trust p::before {
	content: "\f3ed";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #110069;
	margin-right: 10px;
}

.text-box-trust {
	flex: 1;
	padding: 20px;
	animation: slideInRight 1s ease forwards;
}

.image-section {
	background: #f9faff;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

.collage-img {
	border-radius: 20px;
	overflow: hidden;

	transform: translateY(50px);
	opacity: 0;
	animation: fadeUp 1s ease forwards;
}

.collage-img:nth-child(2) {
	animation-delay: 0.8s;
}

.collage-img img {
	width: 80%;
	height: auto;
	transition: transform 0.5s ease;
}

.collage-img:hover img {
	transform: scale(1.05);
}

@keyframes fadeUp {
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
*/

/* for anti  ragging*/
.punishment li::before {
	content: "\26A0";
	margin-right: 8px;
	margin-left: 8px;
	color: orange;
	font-size: 24px;
}

.punishment li {
	border-bottom: 1px solid gray;
}

.text-box-raging p::before {
	content: "🚫";
	font-size: 1.2em;
	margin-right: 5px;
}

.text-box-raging p {
	border-bottom: 1px solid gray;
	padding-bottom: 15px;
}

.text-box-raging {
	flex: 1;
	padding: 20px;
	animation: slideInRight 1s ease forwards;
}

.text-box-institute {
	flex: 1;
	padding: 20px;
	animation: slideInRight 1s ease forwards;
}

.text-box-institute p::before {
	content: "\f3ed";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: red;
	margin-right: 10px;
}

/*for Document list*/

.docu-list li::before {
	content: "\1F4C4";
	font-size: 20px;
	margin-right: 8px;
	color: #110069;
}

/*for industrial visit*/
.text-box-visit {
	flex: 1;
	padding: 20px;
	animation: slideInRight 1s ease forwards;
}

.text-box-visit p::before {
	content: "\27A4";
	color: #110069;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.recruiter {
	width: 100%;
	overflow: hidden;
	position: relative;

	height: 300px;
}

.scrolling-icons {
	display: flex;
	width: max-content;
	animation: scroll 25s linear infinite;
}

.recruiter:hover .scrolling-icons {
	animation-play-state: paused;
}

.scrolling-icons img {
	width: 200px;
	height: auto;
	padding: 10px;
	margin: 20px;
	margin-right: 10px;
	border-radius: 8px;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/*about IQac*/

.iqac-card ul li {
	list-style: none;
	margin-bottom: 12px;
	position: relative;
	padding-left: 28px;
	font-size: 16px;
}

.iqac-card ul li::before {
	content: "➤";
	position: absolute;
	left: 0;
	color: #0b0059;
	font-weight: bold;
	font-size: 18px;
}

.iqac-card p {
	position: relative;
	padding-left: 28px;
}

.iqac-card p::before {
	content: "\1F3AF";
	position: absolute;
	left: 0;
	color: #0b0059;
	font-weight: bold;
	font-size: 18px;
}

.myCustomMenu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.nav-item {
	position: relative;
}

.nav-link {
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 1001;
}

.nav-link:hover {
    background-color: var(--color-secondary);
   /* font-weight: 600;*/
    color: #8b0000 !important;
}

/* mega-menu */
.mega-dropdown {
	position: static;
}

.mega-menu-content {
	transform-origin: 0 0 0;
	opacity: 0;
	transform: perspective(600px) rotateX(-90deg);
	visibility: hidden;
	transition: transform 0.4s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
	position: absolute;
	top: 100%;
	background-color: var(--color-primary);
	padding: 15px;
	z-index: 1000;
	left: 15.5%;
	width: 68%;
}

.mega-dropdown:hover .mega-menu-content {
	transform: perspective(800px) translateZ(0) scale(1);
	/* Move forward and full size */
	opacity: 1;
	/* Fade in */
	visibility: visible;
	/* Make interactive */
}

.mega-sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.mega-sub-menu.nested {
    width: 65%;
}

ul.mega-sub-menu li a {
	color: #fff !important;
}

ul.mega-sub-menu .sub-item .sub-parent {
	font-size: 18px !important;
}

.mega-sub-menu a {
	color: #f5f6f5;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
}

.sub-parent::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 10px;
	width: 40px;
	height: 2px;
	background: #fdbd0f;
}

.mega-dropdown .markerone::after {
	display: inline-block;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	font-size: 16px !important;
	margin-left: 10px !important;
	margin-top: 5px !important;
}

.mega-sub-menu a:hover {
	color: #ff8c69;
}

.mega-dropdown:hover .mega-menu-content {
	opacity: 1;
	transform: perspective(600px) rotateX(0deg);
	visibility: visible;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	transition: transform 0.5s ease, opacity 0.3s ease, visibility 0s linear 0s;
	padding-right: 50px;
}

.dropdown-menu {
	min-width: fit-content;
	transform-origin: 0 0 0;
	opacity: 0;
	transform: perspective(600px) rotateX(-90deg);
	visibility: hidden;
	display: block;
	transition: transform 0.4s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
        z-index: 1002;
}

.nav-item.dropdown:hover > .dropdown-menu {
	opacity: 1;
	transform: perspective(600px) rotateX(0deg);
	visibility: visible;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	transition: transform 0.5s ease, opacity 0.3s ease, visibility 0s linear 0s;
}

li.sub-item {
	width: 103.5%;
}

/* mega menu end */
.section-title-item {
	margin-bottom: 10px;
}

.section-title {
	font-weight: bold;
	color: #2f4f4f;
	pointer-events: none;
	padding: 5px 10px;
}

.sub-parent {
	position: relative;
	padding: 5px 10px 5px 20px;
	color: #f5f6f5;
}

.sub-parent::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 36px;
	height: 3px;
	background: #ffd700;
}

.sub-inner-child {
	padding: 8px 10px 8px 40px;
	position: relative;
	color: #ff8c69;
	margin: 5px 0;
	display: block;
}

.nested {
	padding-left: 10px;
}

.level-2 .sub-inner-child,
.level-3 .sub-inner-child {
	padding-left: 50px;
}

.marker {
	position: relative;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	color: #ffd700;
	font-size: 16px;
	width: 12px;
	text-align: center;
	transition: transform 0.2s ease;
}

.sub-inner-child:hover .marker {
	transform: translateY(-50%) translateX(3px);
}

@media (max-width: 991px) {
	.myCustomMenu {
		flex-direction: column;
	}

	.mega-menu-content {
		position: static;
		box-shadow: none;
		padding: 10px;
		opacity: 1;
		/* Always visible when toggled */
		visibility: visible;
		/* Always interactive */
		transform: perspective(800px) translateZ(0) scale(1);
		/* No 3D animation */
		display: none;
		/* Use display for mobile toggle */
	}

	.mega-dropdown:hover .mega-menu-content {
		display: none;
		/* Hover disabled */
	}

	.mega-dropdown.active .mega-menu-content {
		display: block;
		/* JS toggle */
	}

	.sub-parent {
		padding-left: 20px;
	}

	.sub-parent::after {
		left: 20px;
		width: 1.5cm;
	}

	.sub-inner-child {
		padding: 8px 10px 8px 30px;
	}

	.level-2 .sub-inner-child,
	.level-3 .sub-inner-child {
		padding-left: 40px;
	}

	.nested {
		padding-left: 5px;
	}

	.marker {
		left: -5px;
		font-size: 14px;
	}

	.sub-inner-child:hover .marker {
		transform: translateY(-50%) translateX(2px);
	}
}

/* social icons sticky */
#ssi-absolute {
	position: fixed !important;
	top: 250px;
	z-index: 9999 !important;
	right: 0;
	width: auto;
}
div#ssi-absolute i {
	position: relative;
	left: 5px;
}
div#ssi-absolute svg {
	position: relative;
	left: 5px;
}
.contact-side {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-side li {
	margin: 0 0 5px 0;
	width: 183px;
	height: 50px;
	display: block;
	background: #ecececcc;
	line-height: 30px;
	text-align: left;
	font-size: 24px;
	position: relative;
	right: -140px; /* Hidden off the right side */
	overflow: hidden;
	border: none !important;
	box-shadow: 1px 2px 5px -3px black;
	/*transition: right 0.2s ease-in-out;*/
transition: transform 0.3s ease-in-out;
}

.contact-side li:hover {
	right: 0; /* Slide into view on hover */
transform: translateX(0);
}

.contact-side li span {
	float: right;
	margin-left: 46px;
	margin-top: 12px;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	position: relative;
	left: -15px;
}

.contact-side li img {
	text-align: right;
}
.facebook .icon-facebook {
	margin-right: 5px;
}
.linkedin-icon {
	font-size: 25px;
	color: #000000b2;
	padding: 6px;
	border-radius: 50%;
	display: inline-block;
}
.call-icon {
	font-size: 25px;
	color: #000000b2;
	padding: 6px;
	border-radius: 50%;
	display: inline-block;
}
.bi-facebook,
.bi-twitter-x,
.bi-instagram,
.bi-youtube {
	/* font-size: 34px; */
	padding: 0px 5px;
	margin-top: 8px;
	margin-right: 12px;
	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-twitter-x,
.bi-youtube {
	transition: width 0.2s ease, height 0.2s ease;
	color: #000000b2;
}

/* 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,
.ssi-linkedin:hover .bi-linkedin {
	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.2s ease, height 0.2s 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: #F9B02F;
}
.ssi-phone:hover .call-icon {
	color:#fff
}
.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;
}





    .card-title {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      position: relative;
     	
	display: block;
	
    }

    /* Specific Icons Using ::before */
    /*.tech::before {
      content: "\f5fc";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      left: 0;
      font-weight: 900;
	display: block;
	font-size: 28px;
      color: var(--color-primary);
    }*/

    /*.integrity::before {
      content: "\f2b5";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      left: 0;
      font-size: 1.5rem;
      color: var(--color-primary);
    }*/

    .ethics::before {
      content: "\f24e";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      left: 0;
      font-size: 1.5rem;
      color: var(--color-primary);
    }

    .leadership::before {
      content: "\f43f";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      left: 0;
      font-size: 1.5rem;
      color: var(--color-primary);
    }

    .improvement::before {
      content: "\f201";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      left: 0;
      font-size: 1.5rem;
      color: var(--color-primary);
    }


.card-core{
    width: 100% !important;
    height: 100%;
}


.custom-img-container {
  width: 200px;
  height: 150px;
  overflow: hidden;
  border-radius: 8px;
}

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



.container-fluid.rajgad-campus hr {
    margin: 10px 0px !important;
}

.container-fluid.rajgad-campus {
    padding: 0px;
}


.container-fluid.rajgad-campus h4 {
    margin-bottom: 4px !important;
}
.form-group label {
    color: #000;
}



.icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}


.img-container {
    width: 100%;
    aspect-ratio: 1 / 1; /* Makes square containers */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; /* Optional: background for visibility */
    border-radius: 8px;
    height: 70%;
  }

  .img-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Ensures the whole logo fits */
  }