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

/* Colors */
:root {
	--color-primary: #082c50;
	--color-secondary: #fff;
	--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: black;
	font-family: Poppins;
	font-style: italic;
	line-height: normal;
	font-size: 17px;

}

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

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;
	width: 624px;
}

/* 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: #883927;
	margin: 5px auto;
}

/* .web-cust-menu .active {
	background-color: #ffffff !important;
	border-radius: 40px;
	margin: 5px;
	padding: 8px 12px !important;
} */

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

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

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

/* .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 {
    color: #000;
    text-align: right;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    text-decoration: none;
    margin-left: 26px;
}

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


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

	p.mb-0.c-link {

		margin-right: -14px;
	}

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

	}

	.right-res {
		background: #793323;
		height: 96px;
	}

	.Highest-Package {
		width: 279px !important;
		height: 125px !important;
		margin-left: -225px;
	}

	.placements-heading {

		text-align: center;
	}

	.Assistance-box {
		width: 279px !important;
		height: 125px !important;
		padding: 20px 10px;
		margin-left: 12px;
	}

	.Recruiters-box {
		width: 279px !important;
		height: 125px !important;

		padding: 20px 10px;
		margin-left: -8px !important;

	}

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

	.head-contact {
		display: flex;
		gap: 15px;
		justify-content: center;
		position: relative;
		left: 0px;
		margin-top: 0px;
	}

	.head-admission {
		display: flex;
		gap: 40px;
		justify-content: center;
		position: relative;
		left: 0px;
		margin-top: 12px;
	}

	p.choose-us-heading {
		left: 56%;
	}

	.program-sec {
		gap: 40px;
	}

	.event-sec .tab-buttons.d-flex.flex-column {
		width: 100%;
		height: auto;
		flex-shrink: 0;
	}

	.event-sec .tabs-container {
		flex-direction: column;
		align-items: flex-start;
	}

	.testimonials-content {
		height: 210px;
	}

	/* .img-con2 {
		text-align: center; */
	/* align-items: center;
		margin-left: 227px;
	} */
	/* .video-con-2 {
		border-radius: 12px;
		margin-left: 11px;
	} */
	.img.img-container {
		margin-left: -141px;
		padding-bottom: 1px;
	}
}

/*  header College Name */

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

.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: #000;
	font-family: "Noto Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 5px;
}

p.head-line.mb-0 {
	color: #000;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

p.head-line2.mb-0 {
	color: #000;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 2px;
	margin-top: 1px;
}

p.head-line3.mb-0 {
	color: #873826;
	font-family: Philosopher;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-left: 2px;
	margin-top: 1px;
}

.clg-name-desc {
	text-align: left;
	margin-top: 4px;
}

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

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

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

.container-fluid.site-header {
	background-image: url("https://whitecode.biz/staging/brims/uploads/header-back.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: -4px;
}

/* .head-contact {
	display: flex;
	gap: 15px;
} */
.head-contact {
    display: flex;
    gap: 5px;
    justify-content: right;
    position: relative;
    left: -29px;
    margin-top: -10px;
   
}

a.email {
	color: #000;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/* .header-icons {
    margin-right: -90px;
    display: flex;
    gap: 10px;
} */

.head-admission {
	display: flex;
	gap: 40px;
	justify-content: right;
	position: relative;
	left: 37px;
	margin-top: 12px;
}

a.admission-link {
	background: #ffa700;
	box-shadow: 3px 3px 6.4px 0px rgba(0, 0, 0, 0.25);
	padding: 6px 15px;
}

a.admission-link:hover {
	background: #ffa7006e;
	box-shadow: 3px 3px 6.4px 0px rgba(0, 0, 0, 0.25);
	padding: 6px 15px;
	color: #000;
}

p.dte-code {
	color: #000;
	font-family: Philosopher;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
}

/* ------- main menu ---------------- */
.main-menu {
	background-color: #883927;
}

.main-menu ul li,
.main-menu ul li ul li .dropdown-item {
	color: var(--color-heading);
	/* margin: 5px; */
}

.web-cust-menu .active {
	background-color: #ffffff !important;
	border-radius: 20px;
	/* margin: 5px;
	padding: 8px 12px !important; */
}

.main-menu .navbar-nav .nav-item a {
	color: #ffffff;
	/* margin: 5px; */
	padding: 8px 12px !important;

	color: #fff;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.main-menu .navbar-nav .nav-item a:active {
	color: black !important;
	background-color: white !important;
	border-radius: 20px !important;
}

li.nav-item.clearActiveClass.menuItemForActive_1.ng-scope a {
	color: #fff;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

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

.main-menu .dropdown-item:hover {
	background-color: #fff;
	color: black !important;
	cursor: pointer;
}

.navbar .navbar-nav .nav-link.active {
	font-weight: 600;
	color: #000 !important;
	background-color: #ffffff !important;

	/* margin: 5px; */
	padding: 8px 12px !important;
}

.navbar .navbar-nav .nav-link:hover {
	color: #000 !important;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background-color: white;
	border-radius: 20px;
	padding: 7px 7px !important;
	/* margin: 1px 2px 4px 13px; */
	margin-top: 1px;
}


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

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	background-color: #fff;
	font-weight: 600;
	color: #000 !important;
	border-radius: 20px;
}

.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 :active {
	background-color: #fff;
	color: black !IMPORTANT;
	border-radius: 20px !important;
}

li.nav-item.clearActiveClass.menuItemForActive_348 a {
	color: #fff !important;
}

.dropdown-menu sub-menu show a {
	color: #000;
}

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

.navbar-nav .dropdown-menu li:hover {
	background: white;
	color: black;
}

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

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

.navbar-expand-lg .navbar-nav .dropdown-menu {
	width: 300px !important;
	position: absolute;
	background-color: #883927;
}

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

/*  Home slider end */
/* mega-menu */
/* 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: #883927;
    padding: 15px;
    z-index: 1000;
    left: 9.7%;
    width: 81%;
}

.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 li a {
	color: #fff !important;
}
ul.mega-sub-menu .sub-item .sub-parent {
    font-size: 14px !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: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .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;
}

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

/* Navbar Brand (Optional) */

/* Hamburger Icon */
.navbar-toggler {
	border: none;
	color: #ffffff;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler-icon {
	filter: invert(100%) sepia(100%) saturate(1000%) hue-rotate(0deg);
}

.mobile-menu-wrapper {
	position: fixed;
	top: 0;
	left: -100%;
	width: 80%;
	height: 100%;
	background-color: var(--color-primary);
	transition: left 0.3s ease-in-out;
	z-index: 1000;
	padding-top: 60px;
	overflow-y: auto;
}

/* Show the menu when the collapse is active */
.navbar-collapse.show .mobile-menu-wrapper {
	left: 0;
}

/* Mobile Menu Items */
.mobile-menu {
	flex-direction: column;
	padding: 0;
}

.mobile-menu .nav-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .nav-link {
    color: #ffffff !important;
    font-size: 1.1rem;
    padding: 4px 17px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu .nav-item a:hover,
.mobile-menu .nav-item a.active {
	background-color: #ffffff !important;
	color: var(--color-primary) !important;
}

.mobile-menu .nav-item.dropdown-toggle a:hover,
.mobile-menu .nav-item.dropdown-toggle a.active {
	background-color: #ffffff;
	color: var(--color-primary) !important;
}

/* Dropdown Toggle Arrow */
.mobile-menu .dropdown-toggle::after {
	border: none;
	content: ">";
	font-size: 1.2rem;
	color: #ffffff;
}

/* Submenu Styling */
.mobile-menu .dropdown-menu {
	background-color: #002060;
	/* Slightly darker blue for submenus */
	border: none;
	padding: 0;
	position: static;
	width: 100%;
	box-shadow: none;
}

.mobile-menu .dropdown-item {
	color: #ffffff !important;
	padding: 10px 30px;
	font-size: 1rem;
}

.mobile-menu .dropdown-item:hover {
	background-color: #d32f2f;
	/* Red hover effect */
}

/* Top Menu for Mobile (if needed) */
.mobile-top-menu {
	padding: 10px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-top-menu .nav-link {
	color: #ffffff !important;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 500;
}

/* Desktop Menu (Hidden on Mobile) */
@media (min-width: 992px) {
	.mobile-menu-wrapper {
		display: none;
	}

	.myCustomMenu {
		display: flex !important;
		justify-content: center;
	}

	.myCustomMenu .nav-link {
		font-size: 1rem;
		padding: 10px 15px;
		text-transform: uppercase;
	}

	.myCustomMenu .dropdown-menu {
		border: none;
	}

	.myCustomMenu .dropdown-item {
		color: #ffffff !important;
	}

	.myCustomMenu .dropdown-item:hover {
    background-color: #fff;
}
}

@media (max-width: 768px) {
	.mega-menu-content {
		transform: none !important;
		transition: none !important;
	}

	.dropdown-menu {
		display: none !important;
	}

	.nav-item.dropdown:hover > .dropdown-menu {
		display: block !important;
	}
}

/* mega menu end */
/* news marquee start */

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

.news-circular {
	padding: 10px 0px;
	border-radius: 0px 0px 8.606px 8.606px;
	background: #fff;
	box-shadow: 1px 1px 21.5px 1px rgba(0, 0, 0, 0.15);
	height: 360px;
}

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

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

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

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

.holder ul li {
	padding: 0px 0px;
	border-bottom: 1px solid #082c50;
}

.holder ul li a {
	font-weight: 500;
	padding-bottom: 4px;
	display: flex;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: rgba(0, 0, 0, 0.8);
	font-family: Poppins;
	font-size: 14.029px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

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

.homePage-sectionHeading.text-center,
.homePage-sectionHeading-achivement .text-center,
.homePage-sectionHeading-achivement {
	color: #fff;
	text-align: center;
	font-family: Philosopher;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8.606px 8.606px 0px 0px;
	border: 0.861px solid rgba(8, 44, 80, 0.2);
	background: #883927;
	box-shadow: 3.442px 3.442px 6.885px 0.861px rgba(0, 0, 0, 0.15);
}

.mx-5.news-events.ng-scope {
	width: 85%;
}

.mx-5 {
	margin-left: 2rem !important;
}

.admission-container {
	width: 100%;
	overflow: hidden;
	/* padding-top: 50px; */
	border-radius: 8.606px 8.606px 8.606px 8.606px;
	border: 0.861px solid rgba(8, 44, 80, 0.2);
	background: #fff;
	box-shadow: -2px 3px 18.4px 0px rgba(0, 0, 0, 0.25);
	margin-top: 50px;
	height: 427px;
}

.admission-header {
	background-color: #082c50;
	padding: 15px;
	color: #fff;
	text-align: center;
	font-family: Philosopher;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.links-container {
	height: 310px;
	overflow: hidden;
	position: relative;
}

.links {
	display: flex;
	flex-direction: column;
	position: absolute;
	animation: scroll-up 20s linear infinite;
	width: 100%;
}

.link-item {
	padding: 20px;
	border-bottom: 1px solid #082c50;
}

.link-item a {
	color: rgba(8, 44, 80, 0.9);
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

@keyframes scroll-up {
	0% {
		top: 100%;
	}

	100% {
		top: -100%;
	}
}

.see-all {
	display: block;
	text-align: right;
	padding: 10px;
	font-weight: bold;
}

.see-all a {
	color: rgba(0, 0, 0, 0.8);
	text-align: center;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

img.fluent-triangle {
	margin-right: 20px;
	margin-left: 20px;
}

.holder-2.myTicker2 {
	padding: 10px 0px;
	border-radius: 0px 0px 8.606px 8.606px;
	background: #fff;
	box-shadow: 1px 1px 21.5px 1px rgba(0, 0, 0, 0.15);
	height: 360px !important;
}

.holder.myTicker ul li a::before {
	content: ".";
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	padding: 10px;
}

.myTicker2 .events-container .events-details a figure {
	display: flex;
	justify-content: stretch;
	align-items: center;
	gap: 15px;
	background: #d4e8fb;
	margin: 20px;
}

/* strong.ng-binding {
	color: #082c50;
	text-align: center;
	font-family: Philosopher;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-left: 93px;
} */
.achievement-brims {
    color: #082c50;
    text-align: center;
    font-family: Philosopher;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* margin-left: 93px; */
}

/* Choose Us Section */
.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 #883927;
	/* background: rgba(212, 232, 251, 0.65); */
}

.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.3s ease;
	gap: 10px;
}

.accordion-item.active .accordion-header {
	/* background: #FDF8E5; */
	color: #082c50;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.accordion-content {
	display: none;
	padding: 15px;
	border-top: 1px solid #ddd;
}

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

p.acc-bullet {
	color: rgba(0, 0, 0, 0.8);
	font-family: Poppins;
	font-size: 15px !important;
	font-style: normal;
	font-weight: 900 !important;
	line-height: normal;
	margin-bottom: 0px !important;
	margin-top: -2px !important;
}

p.paragraph,
.placement-desc,
.testimonial-desc,
.about-page .about-info.strong.ng-binding {
	color: #000;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 26px !important;
}

p.choose-us-heading {
	color: #000;
	text-align: center;
	font-family: Philosopher;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: absolute;
	left: 52%;
	top: 39px;
}

img.choose-us-link {
	margin-left: 15px;
}

.choose-us {
	position: relative;
}

img.choose-us-img-1 {
	border: 15px solid white;
	border-radius: 15px;
}

img.choose-us-img-2 {
	position: absolute;
	bottom: -34%;
	left: 36%;
	z-index: -1;
}

img.choose-us-img-3 {
	position: absolute;
	top: 98%;
	left: 2%;
}

img.wcu-back-1 {
	position: absolute;
	top: 10%;
	left: -41px;
	z-index: -1;
}

.wcu-sec {
	position: relative;
}

img.wcu-back-2 {
	z-index: -2;
	position: absolute;
	right: 77px;
	bottom: 14%;
}

/* Arrow Icon Styles */
.accordion-icon {
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
	transform: rotate(180deg);
}

h2.question-heading,
.rounded-3,
.sub-head {
	color: #000;
	text-align: center;
	font-family: Philosopher;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 15px;
	text-decoration: none;
}

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

.accordion-header {
	color: rgba(0, 0, 0, 0.8);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

}

/* Counter Section */
.counter-section {
	background: #082c50;
}

span.display-5.mb-0 {

	line-height: normal;
	color: #FAE499;
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.counter-desc.pt-2.pb-0 {
	color: #F2F0DB;
	text-align: center;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	text-transform: capitalize;
}

/* Program Section */
.program-sec {
	display: flex !important;
	justify-content: space-evenly !important;
	margin-top: 31px;
}

.card {
	/* width: 256px; */
	margin: 0px !important;
	padding: 0px !important;
	border-radius: 0px !important;
	box-shadow: none;
	height: 323px;
	position: relative;
}

.card-body.porgram-body {
	background: #883927;
	position: relative;
	top: -55px;
}

h2.card-text.program-text {
	color: #fff;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.program-logo {
	background-image: url("../img/Program4.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 78.771px;
	height: 106px;
	position: absolute;
	left: -28px;
	top: 0px;
}

.program-logo p {
	color: #883927;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
	text-transform: capitalize;
	padding: 14px;
}

span.program-year {
	color: #883927;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
	text-transform: capitalize;
}

.placements {
	display: flex;
	justify-content: space-evenly;
	margin-top: 10px;
}

.packages {
	width: 153px;
	height: 164px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	border-radius: 24px;
	border: 2px solid #FAE499;
	background: rgba(250, 228, 153, 0.35);
}

.packages.text-center p {
	color: #082c50;
	text-align: center;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(250, 228, 153, 0.35);
	font-family: Philosopher;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 15px;
}

.packages.text-center:hover {
	border-radius: 24px;
	border: 2px solid #fae499;
	background: rgba(250, 228, 153, 0.35);
	box-shadow: 1px 1px 15.9px 0px rgba(0, 0, 0, 0.25);
}

/* Placement Section  */
section.placement.sec.py-5 {
	background: #FEF7E1;
	/* margin-top: 41px; */
}

/* h1.placement-heading.text-center {
	color: #000;
	text-align: center;
	font-family: Philosopher;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
} */
/* p.placement-desc.text-center {
	color: #000;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left !important;
	margin-top:15px;
} */
.placements-heading {
	color: #FFF;
	font-family: Philosopher;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 6px 35px;
}

.Highest-Package {
	padding: 20px 10px;
	width: 279px;
	height: 86px;
	flex-shrink: 0;
	border-radius: 12px;
	background: linear-gradient(95deg, #082C50 2.08%, #1264B6 97.95%);

}

.Assistance-box {
	width: 279px;
	height: 86px;
	flex-shrink: 0;
	border-radius: 12px;
	background: linear-gradient(95deg, #873826 0.37%, #DA8C7B 98.1%);

	padding: 20px 10px;
}

.Recruiters-box {
	border-radius: 12px;
	background: linear-gradient(95deg, #082C50 1.61%, #1264B6 99.54%);
	padding: 20px 10px;

	width: 279px;
	height: 86px;
	flex-shrink: 0;


}

.brims-placement {

	gap: 22px !important;
	margin-left: 192px;

}



.box-blue {
	background-color: #1d71b8;
	/* Blue shade */
}

.box-red {
	background-color: #b8472b;
	/* Brick red shade */
}

.box-darkblue {
	background-color: #163c6d;
	/* Dark blue shade */
}

.highlight-icon {
	width: 40px;
	height: 40px;
	margin-bottom: 11px;
	/* margin: 1px 29px; */
	margin-left: 45px;
}


.img-placement {
	/* max-height: 50px; */
	margin: auto;
	display: block;
	width: 149.248px !important;
	height: 85.071px;


}

/* Event section */
/* Custom Styling */
p.events-heading,
.placement-heading.text-center,
.img-heading {
	color: #000;
	text-align: center;
	font-family: Philosopher;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: -5px !important;
}

.tabs-container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 41px;
}

.tab-buttons {
	/* width: 100%;
            max-width: 250px; */
	display: flex;
	flex-direction: column;
	margin-left: 0px;
}

button.tab-link {
	border-radius: 5px;
	border: 0.5px solid rgba(0, 0, 0, 0.4);
	background: #fff;
	margin-bottom: 18px;
	padding: 14px;
	color: #000;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 33px;
}

button.tab-link.active {
	border-radius: 5px;
	border: 1px solid #883927;
	background: #883927;
	/* color: white !important; */
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.tab-link {
	background-color: transparent;
	border: none;
	padding: 10px 15px;
	text-align: left;
	cursor: pointer;
}

.tab-link a {
	color: rgba(0, 0, 0, 0.60);
	text-decoration: none;
	display: block;
	width: 100%;
}

.tab-link:hover a {
	color: brown;
}

.tab-link.active {
	background-color: brown;
}

.tab-link.active a {
	color: #fff;
}



.tab-content {
	flex: 1;
	padding: 20px;
	/* background: #f8f9fa; */
	border-radius: 5px;
	padding-top: 0px !important;
}

.tab-buttons.d-flex.flex-column {
	width: 409px;
	height: 49px;
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.tabs-container {
		flex-direction: row-reverse;
		/* Tabs on the right */
		align-items: flex-start;
	}

	.tab-buttons {
		width: 250px;
	}

	.tab-content {
		/* width: 50%; */
	}
}

.month {
	display: flex;
	justify-content: space-evenly;
	position: relative;
}

img.month-row-1-img {
	margin-bottom: 20px;
	width: 395px;
	height: 172px;
	/* background: #D9D9D9; */
}

img.month-row-2-img {
	margin-bottom: 20px;
	width: 395px;
	height: 172px;
	/* background: #D9D9D9; */
}

.event-logo {
	background-image: url("../img/event-logo.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 196px;
	height: 37.098px;
	position: absolute;
	top: 0px;
	left: 215px;
}

.event-logo1 {
	background-image: url("../img/event-logo.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 196px;
	height: 37.098px;
	position: absolute;
	top: 192px;
	left: 215px;
}

.event-logo2 {
	background-image: url("../img/event-logo.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 196px;
	height: 37.098px;
	position: absolute;
	top: 0px;
	left: 626px;
}

.event-logo3 {
	background-image: url("../img/event.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 188px;
	height: 37.098px;
	position: absolute;
	top: 0px;
	left: 66px;
	/* margin-top: 195px; */
	right: 0;
}

p.month-name {
	color: #000;
	text-align: center;
	font-family: Philosopher;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 10px;
}

/* Images and Video  */
img.img-container {
	margin-left: 4px;
	padding-bottom: 10px;
}

iframe.video-con {
	border-radius: 12px;
	width: 410.893px;
	height: 241.648px;
}

iframe.video-con-2 {
	border-radius: 12px;
}

iframe.img-con {
	margin-left: 100px;
	border-radius: 12px;
}

.row.video-row {
	margin-bottom: 10px;
	gap: 56px;
	position: relative;
	left: 85px;
}

p.img-heading {

	margin-bottom: 36px;
}

iframe.img-con {
	margin-left: 100px;
}


/* Testimonials */
.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: -3%;
	padding: 10px 15px;
	cursor: pointer;
	z-index: 10;
}

.carousel-control-prev {
	left: -131px;
}

.carousel-control-next {
	right: -78px;
}

/* Adjust button icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 30px;
	height: 30px;
	background-size: cover;
}

.owl-dots {
	display: none !important;
}

.testimonials-content {
	background: rgba(250, 228, 153, 0.35);
	box-shadow: 2px 4px 12.5px 0px rgba(0, 0, 0, 0.25);
	width: 594px;
	height: 168px;
}

p.testimonial-desc {
	padding: 9px;

}

h1.test-name-branch {
	color: #000;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0px !important;
	padding-left: 74px;
}

h1.test-name-marketing {
	color: #000;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0px !important;
	padding-left: 74px;
}

.testimonial-img {
	width: 146px;
	position: relative;
	left: 60px;
	top: 9px;
}

.testimonials-item {
	display: flex;
}

img.test-prev-btn {
	background: rgba(255, 255, 255, 0.77);
	filter: drop-shadow(0.6px 1.8px 3.84px rgba(0, 0, 0, 0.25));
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

img.test-next-btn {
	background: rgba(255, 255, 255, 0.77);
	filter: drop-shadow(0.6px 1.8px 3.84px rgba(0, 0, 0, 0.25));
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

/* Footer Section */
.mb-3 {
	color: #fff;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

p.footer-address {
	color: #fff;
	font-family: Poppins !important;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

a.mobile-footer {
	color: #fff;
	font-family: Poppins !important;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 10px;
	text-transform: capitalize;
}

.program-links {
	display: flex;
	flex-direction: column;

}

.mb-3.program-head {
	color: #fff;
	font-family: Poppins !important;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	text-align: center;
}

a.p-link {
	color: #fff;
	font-family: Poppins !important;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 20px !important;
	text-align: center !important;
}

.btn.btn-link {
	color: #fff;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.col-lg-12-6.footer-end.text-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -8px !important;
}

h6.m-0.copyright {
	color: #fff;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-decoration-line: none;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: capitalize;
}

p.mb-0.c-link {
	color: #fff;
	font-family: Poppins;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: capitalize;
	margin-left: 522px;
}

p.mb-0.c-link a {
	color: #fff;
	font-family: Poppins;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-decoration-line: none !important;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: capitalize;
}

p.mb-0.c-link span {
	color: #FFF;
	font-family: Poppins;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-decoration-line: none;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: capitalize;
}

/* Social Links */
.social-links {
	display: flex;
	justify-content: space-between;
}

section.social-link-section {
	background: #FDF6DC;
	height: 34px;
}

p.sl-desc {
	color: black;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top: 8px;
	margin-left: 20px;
}

.social-icon-link {
	padding-top: 4px;
}

/* Events & Programs */

.holder-2 {
	height: 327px;
	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 {
	padding-top: 6px;
	float: right;
	text-decoration: none;
	color: #000;
	text-align: center;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right: 27px;
	border-radius: 6px;
	border: 1px solid #082C50;
	width: 85px;
	height: 27px;
	flex-shrink: 0;
	margin-top: 9px;
}

.view-all a:hover {
	background-color: #082C50;
	color: white !important;
}

.view-all a:hover img {
	filter: brightness(0) invert(1);
}

.view-all-event a {
	padding-top: 26px;
	float: right;
	text-decoration: none;
	color: #000;
	text-align: center;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	/* margin-right: 25px; */
}

.view-all-event a:hover {
	background-color: #082C50;
	color: white !important;
}

.view-all-event a:hover img {
	filter: brightness(0) invert(1);
}

.holder.myTicker ul li a {
	padding-bottom: 0px;
}

.view-all-events a {
	color: #000;
	text-decoration: none;

	border-radius: 10px;
	padding: 5px 7px;

	float: right;
	text-decoration: none;
	color: #000;
	/* text-align: center; */
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right: -3px;

	border: 1px solid #082C50;
	/* width: 85px; */
	height: 27px;
	flex-shrink: 0;
	margin-top: 23px;
}

.view-all-events a:hover img {
	filter: brightness(0) invert(1);
}

.view-all-events a:hover {
	background-color: #082C50;
	color: white !important;
}

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

span.news-date.ng-binding {
	color: rgba(0, 0, 0, 0.8);
	font-family: Poppins;
	font-size: 13.769px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 20px;
}

/* 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 {
	height: 194px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* bottom: 40px !important; */
	margin-bottom: 95px;
}


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

.footer-section {
	background-color: #883927 !important;
}

.right-res {
	background: #793323;
	height: 38px;
}

.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 !important;
	font-size: 13px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/* text-transform: capitalize; */
}

p.email-text {
	margin-top: 8px;
}

.email-id-text {
	margin-top: -8px;

}

.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: 600 !important;
	color: white;
}

a.email-footer {
	color: #fff;
	text-align: center;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

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

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

/* Footer section end */

/* breadcrumb */

.bred-img ol.breadcrumb {
	display: block !important;
	margin-bottom: 0px !important;
}

.breadcrumb li.breadcrumb-item {
	display: flex;
	align-items: center;
	margin-left: -15px;
}

li.breadcrumb-item.active.breadcrumbPageTitle.cmsCustomBreadcrumbPageTitle a {
	color: #FFF;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.breadcrumb li.breadcrumb-item span {

	color: rgba(255, 255, 255, 0.80);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.bred-img {
	background-image: url("../img/breadcrumb3.png");
	height: 194px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: #00305e; */
	display: flex;
	align-items: center;
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-left: 0rem !important;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "/")
		/* rtl: var(--bs-breadcrumb-divider, "/") */
	;
	display: none;
}

li.breadcrumb-dept-item {
	width: 290px;
	color: white;
	font-size: 21px;
	line-height: 31px;
	margin-top: 37px;
	color: #FFF;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0rem !important;
}

.bred-head {
	/* padding-top: 28px; */
	/* margin-bottom: 0px;
    color: #fff;
    font-size: 35px; */
	display: none;
}

/* .breadcrumb {
    margin: 6px auto auto auto;
} */

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

.breadcrumb li a {
	color: rgba(255, 255, 255, 0.80);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.breadcrumb li a::after {
	color: #fff;
	content: var(--bs-breadcrumb-divider, ">");
	display: none;
}

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

.breadcrumb-item.active {

	color: #FFF;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

/* -End breadcrumb- */

/* -Inner Page Style- */

.about-info {
	padding: 0px 0px 0px 25px;
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	box-shadow: teal;
	background-color: white;
	box-shadow: 10px 10px 10px -13px white;
}

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

.page-headings {
	color: #082C50;
	font-family: Philosopher;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/* text-align: center; */
	/* text-align: center; */
	right: 47px !important;
	left: 40;
	/* margin-left: 352px; */
	margin-bottom: 28px;
}

/* .page-headings::after {
	
		content: "";
		width: 111px;
		height: 4px;
		display: inline-block;
		background: linear-gradient(to right, #082C50, #082c503d);
		border-radius: 15px;
		margin: 5px 10px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		animation: growBar 3s ease-out forwards;
	
} */

.sub-head {
	text-align: left !important;
}

/* .about-page .about-info p {
    color: #000;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
    
} */

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

/* 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: #191818 !important;
	background-color: #fddcdc !important;
	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; */
	}

	.news-container {
		height: 410px;
		overflow: hidden;
		position: relative;
		padding: 10px 0px;
		border-radius: 0px 0px 8.606px 8.606px;
		background: #fff;
		box-shadow: 1px 1px 21.5px 1px rgba(0, 0, 0, 0.15);
		/* height: 360px; */
		margin-bottom: 20px;
	}

	p.mb-0.c-link {

		margin-right: -14px;
	}

	.right-res {
		background: #793323;
		height: 96px;
	}
}

.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 {
	padding-left: 0px;
	/* padding-right: 7px; */
	box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important;
}

.vtabs .nav-tabs .nav-link {
	padding: 0px 10px;
	margin-bottom: 10px;
	border-radius: 6px;
	background: rgba(250, 228, 153, 0.30);
	color: rgba(0, 0, 0, 0.80);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/* margin-top: -4px !important; */
	width: 310px;
	height: 43px;
	line-height: 43px;
	flex-shrink: 0;
	margin-left: 6px;
}

/* .vtabs .nav-tabs .nav-link::before {
		content: '';
		background: #082c50 !important;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 0px 10px 10px 0px;
		width: 8px;
		height: 100%;
	} */
/* .left-tabs li.nav-item a::before {
		content: '';
		background: #082c50 !important;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 0px 10px 10px 0px;
		width: 8px;
		height: 100%;
	} */

.vtabs .nav-tabs .nav-link.active {
	border-radius: 6px;
	background: #FFF2C2;
	padding: 0px 10px;
	margin-top: 0px;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15)) !important;
	color: black;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 310px;
	height: 43px;
	line-height: 43px;
	flex-shrink: 0;

}

.vtabs .nav-tabs .nav-link.active::before {
	content: '';
	border-radius: 0px 10px 10px 0px;
	background: #873826;
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	height: 43px;
	flex-shrink: 0;
}

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

	.col-lg-6.d-flex.align-items-left.brims-header {
		display: flex;
		flex-direction: column;
	}

}

.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 {
	flex-shrink: 0;
	aspect-ratio: 149.25/85.07;
}

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

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);
	top: 6px;
}

.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: #082c50;
	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;
	/* margin-top: -284px; */
}

.main-whitePanel-dept {
	background-color: #fff;
	box-shadow: 2px 2px 4px #888888;
	margin-top: -255px;
}

/* 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;
	margin-top: 20px;
}

.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: 37px;
	margin-left: 34px;
}

.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: 15.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;
	font-weight: 600;
}

.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) {
	img.img-container {
		margin-left: -54px;
		padding-bottom: 1px;



	}
	
	p.mb-0.c-link {
    margin-left: 341px !important;
}
	.header-icons {
    display: flex;
    gap: 5px;
    left: 20px;
    margin-right: -1px;
}
	.head-contact {
    gap: 1px;
    margin-left: -47px;
}

	iframe.video-con {
		border-radius: 12px;
		width: 342.893px;
		height: 241.648px;
	}

	iframe.img-con {
		margin-left: 39px;
	}

	img.img-con3 {
		width: 350px;
		height: 182px;
	}

	.header-college-name {
		color: #000;
		font-family: "Noto Sans";
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		text-transform: uppercase;
		text-align: left;
		margin-bottom: 0px;
	}

	.logo-text {

		margin-left: 2px !important;
	}
	.footer .btn.btn-link {
    font-weight: 500;
    font-size: 12px !important;
}

	.event-logo3 {
		background-image: url("../img/event.svg");
		background-repeat: no-repeat;
		background-size: cover;
		width: 188px;
		height: 37.098px;
		position: absolute;
		top: 0px;
		left: 67px;
		/* margin-top: 195px; */
		right: 0;
	}

	.brims-placement {
		gap: 89px !important;
		margin-left: 17px;
	}

	.Highest-Package {
		margin-left: 2px;
	}

	.button.tab-link {
		border-radius: 5px;
		border: 0.5px solid rgba(0, 0, 0, 0.4);
		background: #fff;
		margin-bottom: 18px;
		padding: 14px;
		color: #000;
		text-align: center;
		font-family: Poppins;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-left: 18px !;
	}

	.tab-buttons.d-flex.flex-column {
		width: 417px;
		height: 61px;
		flex-shrink: 0;
		margin-left: 0px;
	}

	.tabs-container.d-flex {
		margin-left: -87px;
	}

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

	}
	.form {
    position: relative;
    bottom: -41px !important;
    left: 227px !important;
}

	.testimonials-item {
		display: flex;
		margin: 7px;
	}

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

	.main-menu .navbar-nav .nav-item a {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

	.view-all a {
		margin-right: 15px;
		margin-top: 3px;
		padding-top: 3px;
	}

	.view-all a:hover img {
		filter: brightness(0) invert(1);
	}

	.view-all-event a {
		margin-right: -28px;
		margin-top: 22px;
		padding-top: 4px;
	}

	.navbar .navbar-nav .nav-link:hover {

		border-radius: 20px;
		padding: 7px 7px !important;
		margin: 1px 2px 4px 13px;
		margin-top: 1px;
	}

	.view-all-event a:hover img {
		filter: brightness(0) invert(1);
	}

	.view-all-event a {
		padding-top: 26px;
		float: right;
		text-decoration: none;
		color: #000;
		text-align: center;
		font-family: Poppins;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		/* margin-right: 25px; */
	}

	.view-all-events a {
		color: #000;
		text-decoration: none;


		padding: 6px 7px;
		margin-top: 7px;
		font-family: Poppins;
		font-size: 13px;
		font-weight: 500;
		line-height: normal;
		margin-right: -29px;
		border-radius: 6px;
		border: 1px solid #082C50;

		height: 27px;
		flex-shrink: 0;
		margin-top: 21px;
	}

	.view-all-events a:hover img {
		filter: brightness(0) invert(1);
	}

	.view-all-events a:hover {
		background-color: #082C50;
		color: white !important;
	}

	.view-all-event a:hover {
		background-color: #082C50;
		color: white !important;
	}

	img.img-icon3 {
		margin-left: 28px;

	}

	p.choose-us-heading {

		left: 57%;
		top: 39px;
	}

	.social-links {
		display: flex;
		justify-content: space-between;
		margin-left: -116px;
	}

	.carousel-control-prev-icon,
	.carousel-control-next-icon {

		margin-left: 79px;
	}

	img.test-prev-btn {
		margin-left: -43px;
	}

	.vtabs .nav-tabs .nav-link.active {
		width: 251px;
		height: 47px;
		margin-top: 2px !important;
		padding: 3px;
		margin-left: 14px;
		font-size: 14px;
		font-weight: 500;
	}

	.vtabs .nav-tabs .nav-link {
		margin-bottom: 14px !important;
		width: 247px;
		height: 48px;
		flex-shrink: 0;
		margin-left: 15px;
		padding: -7px;
		font-size: 14px;
		font-weight: 400;
	}

	/* .vtabs {
    margin-left: 72px !important;
} */


}



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

	img.img-container {
		margin-left: -223px;
		padding-bottom: 1px;
	}

	img.img-icon3 {
		margin-left: -146px !important;
	}

	/* img.img-icon2 {
		margin-left: -29px;
	} */


	.row.video-row {
		margin-bottom: 10px;
		gap: 73px;
		position: relative;
		left: -13px;
	}

	/* .container.about-page {
		margin-left: 11px;
	} */
	img.img-container {
		margin-left: -141px;
		padding-bottom: 1px;
	}

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

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

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

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

	.view-all a {
    /* margin-top: -2em; */
    margin: 4px 9px;
}
.news-circular {
    
    height: 376px;
}

	.view-all a:hover img {
		filter: brightness(0) invert(1);
	}

	.view-all-events a {
		margin-top: -2rem;

	}

	.view-all-events a:hover img {
		filter: brightness(0) invert(1);
	}


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

	.card-event {
		width: 257px;
		margin: 0px !important;
		padding: 0px !important;
		border-radius: 0px !important;
		box-shadow: none;
		height: 324px;
		position: relative;
		left: 103px;
	}

	.news-container {
		height: 389px;
		overflow: hidden;
		position: relative;
		padding: 10px 0px;
		border-radius: 0px 0px 8.606px 8.606px;
		background: #fff;
		box-shadow: 1px 1px 21.5px 1px rgba(0, 0, 0, 0.15);
		/* height: 360px; */
		margin-bottom: 20px;
	}

	.news-events {
		padding-top: 0rem;
		padding-bottom: 3rem;
		width: 360px !important;
	}


}

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

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

	.bred-img {
		height: auto;
		background-color: #00305e;
		height: 162px !important;

	}

	.breadcrumb {

		margin-left: 147px;

	}

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

	.event-logo3 {
		position: absolute;
		top: 0%;
		left: 88px;
	}

	/* .card-event {
		width: 257px;
		margin: 0px !important;
		padding: 0px !important;
		border-radius: 0px !important;
		box-shadow: none;
		height: 324px;
		position: relative;
		left: 62px;
	} */
	.news-events .card-img img {
		height: 231px !important;
		/* width: 514px !important; */
	}

	.news-container {
		height: 389px;
		overflow: hidden;
		position: relative;
		padding: 10px 0px;
		border-radius: 0px 0px 8.606px 8.606px;
		background: #fff;
		box-shadow: 1px 1px 21.5px 1px rgba(0, 0, 0, 0.15);
		/* height: 360px; */
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.bred-img {
		height: auto;
		background-color: #00305e;
		height: 162px !important;

	}

	.breadcrumb {

		margin-left: 0;

	}

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

	.event-logo3 {
		position: absolute;
		top: 0%;
		left: 88px;
	}

	/* .card-event {
		width: 287px;
		margin: 0px !important;
		padding: 0px !important;
		border-radius: 0px !important;
		box-shadow: none;
		height: 323px;
		
		margin-bottom: 50px !important;
		left: 136px;
	} */
	.news-events .card-img img {
		height: 231px !important;
		/* width: 514px !important; */
	}

	.news-container {
		height: 389px;
		overflow: hidden;
		position: relative;
		padding: 10px 0px;
		border-radius: 0px 0px 8.606px 8.606px;
		background: #fff;
		box-shadow: 1px 1px 21.5px 1px rgba(0, 0, 0, 0.15);
		/* height: 360px; */
		margin-bottom: 20px;
	}
}

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

	.event-logo3 {
		position: absolute;
		top: 0%;
		left: 88px;
	}

	.card-event {
		width: 287px;
		margin: 0px !important;
		padding: 0px !important;
		border-radius: 0px !important;
		box-shadow: none;
		height: 323px;
		/* position: relative; */
		margin-bottom: 50px !important;
		/* left: 20px; */
	}

	.news-container {
		height: 389px;
		overflow: hidden;
		position: relative;
		padding: 10px 0px;
		border-radius: 0px 0px 8.606px 8.606px;
		background: #fff;
		box-shadow: 1px 1px 21.5px 1px rgba(0, 0, 0, 0.15);
		/* height: 360px; */
		margin-bottom: 20px;
	}
}

@media (max-width: 500px) {
	.header-row {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.header-icons {
    margin-left: 156px !important;
}
.search-container {
    
    margin-right: 178px !important;
}

	.col-lg-6.d-flex.align-items-left.brims-header {
		display: flex;
		flex-direction: column;
	}

	p.mb-0.c-link {
    
    margin-left: 20px !important;
}

	.clg-name-desc {
		text-align: center;
		margin-top: -30px;
	}

	p.head-line.mb-0 {
		font-size: 16px;
		align-items: center !important;
	}

	.col-6.text-end.contact-button {
		margin-top: 96px;
	}

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

	}

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

	.header-college-name {
		font-size: 23px;
		text-align: center;
		margin-bottom: 0px;
	}

	body#pageId_2 {
		background-color: #00000003;
		margin-bottom: 20px;
	}

	p.head-line2.mb-0 {
		font-size: 15px;
	}

	.program-sec {
		display: flex !important;
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.brims-placement {
		gap: 22px !important;
		margin-left: -1px !important;
		/* align-items: center; */
	}

	.placements {
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	p.placement-desc.text-center {
		text-align: justify !important;
	}

	.owl-prev {
		display: none !important;
	}

	.owl-next {
		display: none !important;
	}

	.tabs-container {
		flex-direction: column;
		gap: 20px;
	}

	.tab-buttons {
		justify-content: center;
		/* Centers buttons on small screens */
	}

	.tab-link {
		flex: 1;
		min-width: 150px;
		text-align: center;
		font-size: 14px;
	}

	.month {
		flex-direction: column;
	}

	.initial-month,
	.initial-month2 {
		width: 100%;
	}

	.month img {
		width: 100%;
	}

	.event-logo,
	.event-logo1,
	.event-logo2,
	.event-logo3 {
		font-size: 14px;
		padding: 3px 6px;
	}

	.tab-buttons.d-flex.flex-column {
		width: 358px !important;
		margin-left: 70px;
	}

	.event-logo {
		position: absolute;
		top: 0px;
		left: 129px;
	}

	.event-logo1 {
		position: absolute;
		top: 192px;
		left: 129px;
	}

	.event-logo2 {
		position: absolute;
		top: 50%;
		left: 40%;
	}

	/* .event-logo3 {
		position: absolute;
		top: 75%;
		left: 127px;
	} */
	img.wcu-back-1 {
		display: none;
	}

	img.wcu-back-2 {
		display: none;
	}

	p.choose-us-heading {
		position: absolute;
		left: 25%;
		top: -42px;
	}

	img.choose-us-img-1 {
		border: 0px;
		border-radius: 15px;
	}
	a.mobile {
   
    margin-left: -10px !important;
}

	.head-contact {
    display: flex;
    gap: 14px;
    position: relative;
    left: 35px;
    margin-top: 11px;
    flex-direction: column;
    justify-content: center;
}

	img.choose-us-img-2 {
		position: unset;
		padding-top: 10px;
	}

	img.choose-us-img-3 {
		position: absolute;
		left: 18%;
		bottom: -37% !important;
		padding-top: 19px;
	}

	.news-events {
		padding-top: 0rem;
		padding-bottom: 3rem;
		/* width: 344px !important; */
	}

	iframe.video-con {
		border-radius: 12px;
		width: 332px;
		height: 241.648px;
		margin-left: 22px;
	}

	img.img-icon3 {
		margin-left: -21px !important;
		width: 100% !important;
	}

	img.img-con3 {
		width: 95%;
		margin-left: 11px;
	}

	iframe.img-con {
		margin-left: 40px;
	}

	.img-icon2 {
		margin-left: -21px !important;
		width: 100% !important;
	}

	.row.video-row {
		margin-bottom: 10px;
		gap: 56px;
		/* position: relative; */
		/* left: 85px; */
		margin-left: 57px !important;
	}

	.video-con-2 {
		margin-top: 10px;
		margin-left: 29px;
		height: 176px;
		/* width: 100% !important; */
	}

	.testimonials-content {
		height: 195px;
		margin-left: 14px;
	}

	.testimonial-img {
		width: 192px;
		position: relative;
		left: 34px;
		top: 49px;
	}

	p.testimonial-desc {
		padding-left: 47px;
	}

	h1.test-name-branch {
		padding-left: 49px;
	}

	.mb-3.program-head {
		text-align: left;
	}

	a.p-link {
		text-align: left !important;
	}

	.social-links {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 4px 0px 8px 0px;
	}

	.social-icon-link {
		margin-top: -12px;
		margin-left: 115px;
	}

	p.sl-desc {

		margin-left: 125px;
	}

	section.social-link-section {
		background: #FDF6DC;
		height: 126px;
	}

	.carousel-control-prev {
		left: -4px;
	}

	.carousel-control-next {
		right: 80%;
	}

	.carousel-control-prev,
	.carousel-control-next {
		position: absolute;
		top: 104%;
		padding: 10px 15px;
		cursor: pointer;
		z-index: 10;
	}

	.testimonials-item {
		display: flex;
		margin-left: -25px;
	}

	.me-3.college-logo {
		margin-right: 0px !important;
	}

	.event-logo3 {
		position: absolute;
		top: 0%;
		left: 88px;
	}

	.card-event {

		margin-bottom: 37px !important;
	}

	.bred-img {
		height: auto;
		background-color: #00305e;
		height: 162px !important;

	}

	.view-all-events a {
		margin-top: 0rem;
		/* margin-right: 58px; */
		/* align-items: center; */
		margin-left: 248px;
	}

	.breadcrumb {
    margin-left: 36px;
}
.tab-content {
    flex: 1;
    padding: 20px;
    /* background: #f8f9fa; */
    border-radius: 5px;
    padding-top: 0px !important;
    /* width: 383px; */
    /* margin-left: -111px !important; */
}

	.form {
		/* margin-left: 127px; */
		position: relative !important;
		/* top: 15px !important; */
		left: 9px !important;
	}

	.news-events .card-img img {
		height: 231px !important;
		/* width: 514px !important; */
	}

	.news-container {
		height: 389px;
		overflow: hidden;
		position: relative;
		padding: 10px 0px;
		border-radius: 0px 0px 8.606px 8.606px;
		background: #fff;
		box-shadow: 1px 1px 21.5px 1px rgba(0, 0, 0, 0.15);
		/* height: 360px; */
		margin-bottom: 20px;
	}

	.placements-heading {
		padding: 0px;
		margin-top: -22px;
		text-align: center;
		margin-left: 75px;
	}

	.Highest-Package {

		width: 279px;

		flex-shrink: 0;
		border-radius: 12px;
		background: linear-gradient(95deg, #082C50 2.08%, #1264B6 97.95%);
		margin-left: 8px;

	}

	.highlight-icon {
		/* width: 40px; */
		/* height: 40px; */
		margin-bottom: -119px;
		margin-left: 113px;


	}

	.head-admission {
		display: flex;
		gap: 40px;
		justify-content: right;
		position: relative;
		left: -24px;
		margin-top: 16px;
	}

	.news-events .event-title {
		margin-left: 0px;
		padding: 22px 15px;

	}

	/* .card-event {
    
    margin-left: 132px !important;
   
} */
	/* .Assistance-box{
	margin-left: -143px;
} */
	.Recruiters-box {
		margin-left: -143px;
	}

	img.img-container {
		margin-left: -21px;
		padding-bottom: 1px;
		width: 100%;
	}

	img.test-prev-btn {
		position: absolute;
		left: 200px;
	}

	img.test-next-btn {
		border-radius: 50%;
		position: absolute;
		left: 187px;
	}

}


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

	.event-logo3 {
		position: absolute;
		top: 0%;
		left: 68px;
	}

	.form {
		/* margin-left: 127px; */
		position: relative;
		top: 15px;
		/* left: 201px; */
	}

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

	}

	/* .card-event {
		width: 257px;
		margin: 0px !important;
		padding: 0px !important;
		border-radius: 0px !important;
		box-shadow: none;
		height: 324px;
		position: relative;
		left: 62px;
	} */
	.news-events .card-img img {
		height: 231px !important;
		/* width: 514px !important; */
	}

	.news-container {
		height: 389px;
		overflow: hidden;
		position: relative;
		padding: 10px 0px;
		border-radius: 0px 0px 8.606px 8.606px;
		background: #fff;
		box-shadow: 1px 1px 21.5px 1px rgba(0, 0, 0, 0.15);
		/* height: 360px; */
		margin-bottom: 20px;
	}
}

/* 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: 0rem;
	padding-bottom: 3rem;
} */

/* .news-events .event-title {
	background-color: #883927;
	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: #883927;
	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;
}

.view-all-events a:hover img {
	filter: brightness(0) invert(1);
}

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

/* .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: #000;
	text-decoration: none;
	/* background-color: #ff9f2a; */
	border-radius: 10px;
	padding: 28px 63px;
}

.view-all-events a:hover img {
	filter: brightness(0) invert(1);
}



.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: 0rem;
	padding-bottom: 3rem;
}

/* .news-events .event-title {
	background-color: #883927;
	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-left: 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%;
	}

	/* .card-event {
		width: 275px;
		margin: 0px !important;
		padding: 0px !important;
		border-radius: 0px !important;
		box-shadow: none;
		height: 323px;
		position: relative;
		margin-bottom: 36px !important;
	} */
	.news-container {
		height: 389px;
		overflow: hidden;
		position: relative;
		padding: 10px 0px;
		border-radius: 0px 0px 8.606px 8.606px;
		background: #fff;
		box-shadow: 1px 1px 21.5px 1px rgba(0, 0, 0, 0.15);
		/* height: 360px; */
		margin-bottom: 20px;
	}


}

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

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

.search-input {
    width: 190px;
    padding: 2px;
    display: none;
    position: absolute;
    top: 24px;
    right: -88px;
    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: -4px;
    right: -95px;
    position: inherit;
}


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

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

.list-items-pdf {
	list-style: none;
	padding: 0px 0 0 5px;
	text-align: left;

}

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

/* .list-items-pdf {
	text-decoration: underline;
} */
.list-items-pdf a:hover {
	text-decoration: none;
}

/* Placement Page */
/* .card {
	width: 50%;
	margin: 50px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */
.Graph-img {
	float: left;
	padding-right: 10px;
}

.Text {
	text-align: justify;
}

.profile-img {
	border-radius: 10px;
}

.placement-section {
	background-color: #f4f8fb;
	/* Light background color */
	padding: 40px 0;
	text-align: center;
}

.placement-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.space-img {
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* .vision-mision{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 2rem;
    list-style: none;
}
/* vision-mision 
.vision-mision-card {
    display: flex;
    flex-direction: column;
    width: 365px;
    --iconS: 6rem;
    --iconOffsetX: calc(var(--iconS) / 4);
    --iconOffsetY: calc(var(--iconS) / 2.5);
    margin-top: var(--iconOffsetY);
    margin-inline: var(--iconOffsetX);
    border-radius: 1rem;
    font-family: 'Roboto', sans-serif;
    color: #333;
    background-color: #fff;
    --shadowSurface: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / .25);
    --bgGradient: radial-gradient(circle at bottom right, transparent, rgb(0 0 0 / .1));
    background-image: radial-gradient( circle at 
        calc(var(--iconOffsetX) * -1 + var(--iconS) / 2) 
        calc(var(--iconOffsetY) * -1 + var(--iconS) / 2), 
      rgb(0 0 0 / .4) calc(var(--iconS) / 2), 
      transparent calc(var(--iconS) / 1.6)
    ),
    radial-gradient( circle at 
        calc(var(--iconOffsetX) * -1 + var(--iconS) / 2)
        calc(var(--iconOffsetY) * -1 + var(--iconS) / 2),
      var(--accent-color) calc(var(--iconS) / 1.4),
      transparent calc(var(--iconS) / 1.4 + 1px)
    ),
    var(--bgGradient);
    --shadowInsetLight: inset 0.125rem 0.125rem 0.125rem rgb(255 255 255 / .5);
    --shadowInsetDark: inset -0.067rem -0.067rem 0.067rem rgb(0 0 0 / .5);
    box-shadow: var(--shadowInsetLight),
    var(--shadowInsetDark),
    var(--shadowSurface);
}
.vision-mision-card .title{
	font-size: 15px;
	font-weight: 700;
	color: var(--accent-color);
	text-align: center;
	text-transform: uppercase
  }
  .vision-mision-card .content{
	padding: 1rem;
	padding-bottom: 2rem;
	font-size: 0.9em;
	margin-top: 7px;

  } */

.design-list {
	list-style: none;
	padding-left: 40px;
	text-align: start;
}

.design-list li {
	margin-bottom: 8px !important;
	position: relative;
	padding-left: 8px;
	color: #343007;
	font-size: 14px;
}

.design-list li::marker {
	color: #ff9f2a;
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 2;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
	content: "\F136";
	position: absolute;
	left: -9px;
}

.wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	/* width: 85vmin; */
	height: 300px;
	margin: 2rem auto;
	border: 8px solid;
	border-image: linear-gradient(-50deg, #082c50, #082c50, #082c50, #082c50, #082c50, #082c50, #082c50) 1;
	transition: 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
}

.overlay {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 1rem 0.75rem;
	background: #082c50;
	transition: 0.4s ease-in-out;
	z-index: 1;
}

.overlay-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 15vmin;
	height: 100%;
	padding: 0.5rem 0 0 0.5rem;
	border: 3px solid;
	border-image: linear-gradient(to bottom,
			#082c50 5%,
			#082c50 35% 65%,
			#082c50 95%) 0 0 0 100%;
	transition: 0.3s ease-in-out 0.2s;
	z-index: 1;
}

.image-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 60vmin;
	height: 100%;
	/* background-image: url("https://whitecode.biz/staging/brims/uploads/copy-1742900251-unnamed-(2).jpg"); */
	background-size: cover;
	transition: 0.3s ease-in-out;
	/* border: 1px solid green; */
}

.inset {
	width: 100%;
	margin: 0.25em 1em 1em 0;
	border-radius: 0.25em;
	float: right;
}

.dots {
	position: absolute;
	bottom: 1rem;
	right: 2rem;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 55px;
	height: 4vmin;
	transition: 0.3s ease-in-out 0.3s;
}

.dot {
	width: 14px;
	height: 14px;
	background: yellow;
	border: 1px solid indigo;
	border-radius: 50%;
	transition: 0.3s ease-in-out 0.3s;
}

.text {
	position: absolute;
	top: 0;
	right: 0;
	width: 60vmin;
	height: 100%;
	padding: 3vmin 4vmin;
	background: #fff;
	box-shadow: inset 1px 1px 15px 0 rgba(0 0 0 / 0.4);
	/* overflow-y: scroll; */
}

.wrap:hover .overlay {
	transform: translateX(-60vmin);
}

.wrap:hover .image-content {
	width: 30vmin;
}

.wrap:hover .overlay-content {
	border: none;
	transition-delay: 0.2s;
	transform: translateX(60vmin);
}

.wrap:hover .dots {
	transform: translateX(1rem);
}

.wrap:hover .dots .dot {
	background: white;
}

/* Animations and timing delays */
.animate {
	animation-duration: 0.7s;
	animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
	animation-fill-mode: backwards;
}

/* Pop In */
.pop {
	animation-name: pop;
}

@keyframes pop {
	0% {
		opacity: 0;
		transform: scale(0.5, 0.5);
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
	}
}

/* Slide In */
.slide {
	animation-name: slide;
}

@keyframes slide {
	0% {
		opacity: 0;
		transform: translate(4em, 0);
	}

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

/* Slide Left */
.slide-left {
	animation-name: slide-left;

}


@keyframes slide-left {
	0% {
		opacity: 0;
		transform: translate(-40px, 0);
	}

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

.slide-up {
	animation-name: slide-up;
}

@keyframes slide-up {
	0% {
		opacity: 0;
		transform: translateY(3em);
	}

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

.delay-1 {
	animation-delay: 0.3s;
}

.delay-2 {
	animation-delay: 0.6s;
}

.delay-3 {
	animation-delay: 0.9s;
}

.delay-4 {
	animation-delay: 1.2s;
}

.delay-5 {
	animation-delay: 1.5s;
}

.delay-6 {
	animation-delay: 1.8s;
}

.delay-7 {
	animation-delay: 2.1s;
}

.delay-8 {
	animation-delay: 2.4s;
}

.flipy {
	-webkit-perspective: 800;
	width: 100%;
	height: 240px;
	position: relative;
	border: 1px solid #ccc;
}

.flipy .card-img-about:hover {
	-webkit-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.flipy .card-img-about {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
}

.flipy .card-img-about .face {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 2;
	font-family: Georgia;
	font-size: 3em;
	text-align: center;
	line-height: 200px;
}

.flipy .card-img-about .front {
	position: absolute;
	z-index: 1;
	background: #f8f8f8;
	color: white;
	cursor: pointer;
}

.flipy .card-img-about .back {
	-webkit-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	background: blue;
	background: #f8f8f8;
	color: black;
	cursor: pointer;
}

.about-img {
	width: 320px;
	height: auto;
	box-shadow: 2px 2px 7px #082c50;
	padding-top: 10px;
	float: right;
	margin: 0 0px 0 20px;
	display: inline-block;
}

.table tr {
	border-color: #082c50;
}

.table th,
table th {
	padding: 0.5rem 0.5rem;
	background: #082c50;
	border-color: #061b31;
	box-shadow: inset 0 4px 3px -2px rgb(0 0 0 / 4%);
	text-align: center;
	font-weight: 700 !important;
	color: white;
}

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

.card-policy {
	background-color: #883927;
	border-radius: 12px;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-align: center;
	padding: 1rem;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

.card-policy::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg,
			transparent,
			rgba(255, 255, 255, 0.842),
			transparent);
	top: -100%;
	left: -100%;
	transition: all 0.5s ease;
}

.card-policy:hover::before {
	top: 100%;
	left: 100%;
}

.policy-text {
	color: white;
}

.vision-mision1,
.vision-mision2,
.vision-mision3,
.vision-mision4 {
	position: relative;
	height: 250px;
	padding: 10px 0;
	text-align: center;
}

.vision-mision1 h2,
p {
	margin-left: -11px;
}

.vision-mision1 {
	position: relative;
	height: 100%;




	&::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		transition: 0.6s;
		z-index: 0;
		background-color: #94544b;
		color: white !important;
	}

	&:hover {
		box-shadow: 0.063rem 0.063rem 1.25rem 0.375rem rgb(0 0 0 / 53%);
		z-index: 1000;
	}

	&:nth-child(1)::before {
		bottom: 0;
		right: 0;
		clip-path: circle(calc(2.25rem + 2.5vw) at 100% 100%);
	}

	p {
		transition: 0.8s;
	}
}

.vision-mision1:hover::before {
	clip-path: circle(110vw at 100% 100%);
	z-index: -1;
}

.vision-mision1 :hover p {
	color: #fff;
}



.vision-mision2 {
	position: relative;

	&::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		transition: 0.6s;
		z-index: 0;
		background-color: #94544b;

		color: white !important;
	}

	&:hover {
		box-shadow: 0.063rem 0.063rem 1.25rem 0.375rem rgb(0 0 0 / 53%);
		z-index: 1000;
	}

	&:nth-child(1)::before {
		bottom: 0;
		right: 0;
		clip-path: circle(calc(3.25rem + 2.5vw) at 0% 100%);
	}

	p {
		transition: 0.8s;
	}
}




.vision-mision2:hover::before {
	clip-path: circle(110vw at 100% 100%);
	z-index: -1;
}

.vision-mision2 :hover p {
	color: #fff;
}

.vision-mision3 {
	position: relative;
	margin-top: 5px;

	&::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		transition: 0.6s;
		z-index: 0;
		background-color: #94544b;

		color: white !important;
	}

	&:hover {
		box-shadow: 0.063rem 0.063rem 1.25rem 0.375rem rgb(0 0 0 / 53%);
		z-index: 1000;
	}

	&:nth-child(1)::before {
		bottom: 0;
		right: 0;
		clip-path: circle(calc(3.25rem + 2.5vw) at 100% 0%);
	}

	p {
		transition: 0.8s;
	}
}


.vision-mision3:hover::before {
	clip-path: circle(110vw at 100% 100%);
	z-index: -1;
}

.vision-mision3 :hover p {
	color: #fff;
}

.vision-mision4 {
	position: relative;
	margin-top: 5px;

	&::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		transition: 0.6s;
		z-index: 0;
		background-color: #94544b;

		color: white !important;
	}

	&:hover {
		box-shadow: 0.063rem 0.063rem 1.25rem 0.375rem rgb(0 0 0 / 53%);
		z-index: 1000;
	}

	&:nth-child(1)::before {
		bottom: 0;
		right: 0;
		clip-path: circle(calc(3.25rem + 2.5vw) at 0% 0%);
	}

	p {
		transition: 0.8s;
	}
}


.vision-mision4:hover::before {
	clip-path: circle(110vw at 100% 100%);
	z-index: -1;
}

.vision-mision4 :hover p {
	color: #fff;
}


.circle,
.circle2,
.circle3,
.circle4 {
	position: absolute;
	width: 120px;
	height: 120px;
	/* background-color: red !important; Ensures it's visible */
	z-index: 0;
	/* Brings it above */
}



.vision-mision1:nth-child(1) .circle {
	background: url("../../uploads/vision-box.jpg") no-repeat 50% 50% / cover;
	bottom: 0;
	right: 0;
	clip-path: circle(calc(4.25rem + 2.5vw) at 100% 100%);
}



.vision-mision2:nth-child(1) .circle2 {
	background: url("../../uploads/mission-box.jpg") no-repeat 50% 50% / cover;
	bottom: 0;
	left: 0;
	clip-path: circle(calc(4.25rem + 2.5vw) at 0% 100%);
}

.vision-mision3:nth-child(1) .circle3 {
	background: url("../../uploads/core-values-box.jpg") no-repeat 50% 50% / cover;
	top: 0;
	right: 0;
	clip-path: circle(calc(4.25rem + 2.5vw) at 100% 0%);
}


.vision-mision4:nth-child(1) .circle4 {
	background: url("../../uploads/brims-vm-box.jpg") no-repeat 50% 50% / cover;
	top: 0;
	left: 0;
	clip-path: circle(calc(4.25rem + 2.5vw) at 0% 0%);
}


@media (max-width: 425px) {

	.circle,
	.circle2,
	.circle3,
	.circle4 {
		display: none;
	}

	.vision-mision1,
	.vision-mision2,
	.vision-mision3,
	.vision-mision4 {
		background: #f8f9fa !important;
		/* Light grey box */
		border: 1px solid #ddd;
		/* Light border */
		/* padding: 20px; */
		box-shadow: none;
		/* No hover effect */
		/* text-align: center; */
		height: 363px;
	}

	.vision-mision1 p {
		padding: 0%;
		margin-left: 10px;
		text-align: justify;
		margin-right: 10px;


	}

	.vision-mision2 p {

		text-align: justify;


	}

	/* .vision-mision3{
        
    } */
	.vision-mision4 p {
		/* margin-left: 10px; */
		text-align: justify;
		margin-right: 21px !important;
		margin-top: 20px !important;

	}



}






@media (max-width: 1024px) {

	/* Adjust for tablets and mobile */
	.circle,
	.circle2,
	.circle3,
	.circle4 {
		display: none;
		/* Hides image */
	}


	.vision-mision1,
	.vision-mision2,
	.vision-mision3,
	.vision-mision4 {
		background: #0a2240 !important;
		border: 1px solid #ccc;
		padding: 20px;
		box-shadow: none;
		text-align: center;
	}

	.vision-mision1 p {
		padding: 0%;
		margin-left: 10px;
		text-align: justify;
		margin-right: 10px;
	}

	.vision-mision2 p {
		/* margin-right: 50px;
            margin-left: 50px; */

		text-align: center;
	}

	/* .vision-mision3{
        
    } */
	.vision-mision4 p {
		margin-right: 50px;
		margin-left: 50px;

		text-align: center;
	}
}

p.text-secondary {
	color: white !important;
}

.design-list {
	list-style: none;
	padding-left: 40px;
	text-align: start;
}

.design-list-name {
	list-style: none;
	padding-left: 40px;
	text-align: start;
}

.design-list-name li {
	margin-bottom: 8px !important;
	position: relative;
	padding-left: 8px;
	color: white;
	font-size: 16px;
}

.design-list-name li::marker {
	color: #ff9f2a;
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 2;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
	content: "\F136";
	position: absolute;
	left: -9px;
}

.text-uppercase {
	text-transform: uppercase !important;
	/* color: bisque; */
}

.accordion-item {
	/* box-shadow: -4px 1px 3px 1px; */
}

.photo-img {
	--g: #0000, #000 0.5deg 90deg, #0000 91deg;
	--m: conic-gradient(from 45deg, var(--g)) 20px 0 no-repeat,
		conic-gradient(from 135deg, var(--g)) 0 20px no-repeat,
		conic-gradient(from 225deg, var(--g)) -20px 0 no-repeat,
		conic-gradient(from 315deg, var(--g)) 0 -20px no-repeat;
	-webkit-mask: var(--m);
	mask: var(--m);
	transition: 0.3s linear;
	filter: grayscale(0.5);
	cursor: pointer;
}

.photo-img:hover {
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	filter: grayscale(0);
}

.about-brms-info.col-lg-9 {
	background-color: white;
	box-shadow: 10px 10px 10px -13px white;
	padding-top: 69px;
	text-align: justify;
}

body#pageId_2 {
	background-color: #00000003;
	margin-bottom: 20px;
}

.card-event {
	width: 256px;
	margin: 0px !important;
	padding: 0px !important;
	border-radius: 0px !important;
	box-shadow: none;
	height: 323px;
	position: relative;
}

.header {
	background: #0a2240;
	color: white;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}

.news-container {
	height: 419px;
	overflow: hidden;
	position: relative;
	padding: -9px 0px;
	border-radius: 0px 0px 8.606px 8.606px;
	background: #fff;
	box-shadow: 1px 1px 21.5px 1px rgba(0, 0, 0, 0.15);
	/* height: 360px; */
	margin-top: -1px;
}

.scroll-area {
	max-height: 300px;
	/* limit visible height */
	overflow: hidden;
	position: relative;
}

.news-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
	animation: scrollNews 15s linear infinite;
}

.achievement {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.achievement img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.achievement-text {
	padding: 10px;
	background: #fff9f1;
	font-size: 14px;
	color: #333;
}

.view-all-achivement a {
	padding-top: 6px;
	float: right;
	text-decoration: none;
	color: #000;
	text-align: center;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right: 27px;
	border-radius: 6px;
	border: 1px solid #082C50;
	width: 85px;
	height: 27px;
	flex-shrink: 0;
	margin-top: 9px;
}

.view-all-achivement a:hover {
	background-color: #082C50;
	color: white !important;
}

.view-all-achivement a:hover img {
	filter: brightness(0) invert(1);
}



/* Animation for upward scroll */
@keyframes scrollNews {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-100%);
	}
}

h2.homePage-sectionHeading-achivement {


	padding: 16px 24px;
	margin-top: 0px;
}

.quick-1 {
	margin-top: 68px;
	/* margin-left: -37px; */
}

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

.placement-committee {
	height: 100%;
	width: 100%;
	padding: 10px;
}

.placement-testimonials:hover {
	background-color: #f0f0f0;
	box-shadow: 0 0 12px rgb(37, 19, 85);
	cursor: pointer;
	transition: all 0.3s ease;
}

.placement-testimonials {
	margin: 0px !important;
	padding: 10px;
	border-radius: 0px !important;
	box-shadow: none;
	height: 100%;
	position: relative;
}

.cardx {
	width: 256px;
	margin: 0px !important;
	padding: 0px !important;
	border-radius: 0px !important;
	box-shadow: none;
	height: 210px !important;
	position: relative;
	overflow: auto;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 239px;
}

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

/* news-paper-gallery */
.img-grid {
	width: 295px;
	display: inline-block;
	/* height: 251px; */
	padding: 5px 5px;
	margin: -11px 23px;
	box-shadow: 1px 7px 10px 0px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 10px;
	margin-bottom: 27px;
}

.gallery-title {
	font-size: 23px;
}

.news-desc {
	padding: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

img.news-paper-image {
	height: 194px;
	width: 400px;
}

.teacher-login-logo {
	padding-right: 5px;
}

a.logo-text {
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	/* text-transform: uppercase; */
	margin-left: 5px;
}

img.teacher-login-logo1 {
	height: 16px;
}

.form {
    position: relative;
    bottom: -30px;
    left: 227px;
}

.form:hover {
	background-color: antiquewhite;
	border-radius: 20px;
}

.fac-coll1 {
	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;
}

.staffback-1 {
	padding: 20px;
	background-color: #ffffff;
	border-radius: 16%;
	padding-top: 10px;
}

/* .card-img-about {
    height: 181px  !important;
    margin-top: 82px;
} */
.about-brms-info.col-lg-12 {
	/* line-height: 23px; */
	margin-left: -16px;
	text-align: justify;
}

.contactInfo {
	font-size: 23px;
	color: white;
	font-family: var(--font-primary);
	font-size: 22px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 600;
}

/* .video .video-con-2{
	width:100%;


} */
.button-black {
	color: #000000;
	padding: 8px 35px 8px 35px !important;
	border: 2px solid #883927;
	margin-right: 10px;
}

.button-black:hover {
	color: #ffffff;
	background: #883927;
}

.image-caption {
	text-align: center;
	font-size: 14px;
	margin-top: 8px;
	color: #555;
}

a.achivement-button {
	background-color: #883927;
	padding: 6px;
	margin-top: 16px;
	border-radius: 10px;
	color: white;
}

section.ng-binding.achievement {
	width: 100%;
}

section.ng-binding {
	width: 100%;
}

/* Hamburger Icon */
.navbar-toggler {
	border: none;
	color: #ffffff;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler-icon {
	filter: invert(100%) sepia(100%) saturate(1000%) hue-rotate(0deg);
}

.mobile-menu-wrapper {
	position: fixed;
	top: 0;
	left: -100%;
	width: 80%;
	height: 100%;
	background-color: #883927;
	transition: left 0.3s ease-in-out;
	z-index: 1000;
	padding-top: 60px;
	overflow-y: auto;
}

/* Show the menu when the collapse is active */
.navbar-collapse.show .mobile-menu-wrapper {
	left: 0;
}

/* Mobile Menu Items */
.mobile-menu {
	flex-direction: column;
	padding: 0;
}

.mobile-menu .nav-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .nav-link {
	color: #ffffff !important;
	font-size: 1.1rem;
	padding: 4px 17px;
	text-transform: uppercase;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile-menu .nav-item a:hover,
.mobile-menu .nav-item a.active {
	background-color: #ffffff !important;
	color: var(--color-primary) !important;
}

.mobile-menu .nav-item.dropdown-toggle a:hover,
.mobile-menu .nav-item.dropdown-toggle a.active {
	background-color: #ffffff;
	color: var(--color-primary) !important;
}

/* Dropdown Toggle Arrow */
.mobile-menu .dropdown-toggle::after {
	border: none;
	content: ">";
	font-size: 1.2rem;
	color: #ffffff;
}

/* Submenu Styling */
.mobile-menu .dropdown-menu {
	background-color: #002060;
	/* Slightly darker blue for submenus */
	border: none;
	padding: 0;
	position: static;
	width: 100%;
	box-shadow: none;
}

.mobile-menu .dropdown-item {
	color: #ffffff !important;
	padding: 10px 30px;
	font-size: 1rem;
}

.mobile-menu .dropdown-item:hover {
	background-color: #d32f2f;
	/* Red hover effect */
}

/* Top Menu for Mobile (if needed) */
.mobile-top-menu {
	padding: 10px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-top-menu .nav-link {
	color: #ffffff !important;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 500;
}

/* Desktop Menu (Hidden on Mobile) */
@media (min-width: 992px) {
	.mobile-menu-wrapper {
		display: none;
	}

	.myCustomMenu {
		display: flex !important;
		justify-content: center;
	}

	.myCustomMenu .nav-link {
		font-size: 1rem;
		padding: 10px 15px;
		text-transform: uppercase;
	}

	.myCustomMenu .dropdown-menu {
		border: none;
	}

	.myCustomMenu .dropdown-item {
		color: #ffffff !important;
	}

	.myCustomMenu .dropdown-item:hover {
		background-color: #fff;
	}
}

@media (max-width: 768px) {
	.mega-menu-content {
		transform: none !important;
		transition: none !important;
	}

	.dropdown-menu {
		display: none !important;
	}

	.nav-item.dropdown:hover>.dropdown-menu {
		display: block !important;
	}
}




.dropdown-menu .nav-item a {
	padding: 5px !important;
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding-left: 15px !important;
}

.col-md-12.form-group label {
	color: #000 !important;
}

.col-md-6.form-group label {
	color: #000 !important;
}

h4#modalEnquiryFormLabel {
	color: #000 !important;
}

/* .ng-scope h3 {
    color: #fff;;
} */
.content-holder h5 {
	color: #000;
}

.form-floating label {
	color: #000;
}

.two-column-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-left: 0;
	list-style: none;
}

.two-column-list li {
	width: 50%;
	padding: 5px 10px;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.two-column-list li {
		width: 100%;
	}
}