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

/* Colors */
:root {
	--color-primary: #0d6a96;
	--color-secondary: #d1c6c2;
	--color-heading: #fff;
	--color-default: #000000;
}

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

body {
	color: var(--color-primary);
	line-height: 1.5rem;
}
body::-webkit-scrollbar {
	width: 10px;
	background-color: var(--color-primary);
}
body::-webkit-scrollbar-thumb {
	width: 10px;
	background-color: var(--color-secondary);
	border-radius: 20px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: var(--color-primary);
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 1.6rem;
}

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

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

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

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

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

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

/* Home Page Headings */

.homePage-sectionHeading {
	color: #5a0096;
	font-family: "El Messiri";
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-left: 5px;
}

.homePage-sectionHeading-white {
	color: #fff;
	font-family: "El Messiri";
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

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

/* Home Page Headings End */

/* header */
/* ------- top menu ---------------- */
.web-cust-menu {
	background-color: #0d6a96;
}

.web-cust-menu .active {
	background-color: #0d6a96;
}

.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 {
	text-decoration: underline;
}

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

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

/*  header College Name */

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

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

.logo-holder {
	padding-top: 53px !important;
	margin-top: -28px;
}

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

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

.responsive-logo {
	display: none;
}

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

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

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

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

/* ------- main menu ---------------- */
.main-menu {
    background-color: #0d6a96;
    border-bottom: 1px solid #fff;
}

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

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

.main-menu .navbar-nav .nav-item a {
	font-family: "Marcellus";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	color: #ffffff;
	padding: 10px 18px !important;
}

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

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

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	font-weight: 600;
	color: #5a0096 !important;
}

.main-menu .dropdown-item {
	background-color: #0d6a96 !important;
	padding: 10px 9px;
}

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

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

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

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

.top-menu #navbarNavDropdown {
	justify-content: end !important;
}

/* nav#main_navbar {
	margin-bottom: -7px;
} */

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

.second-menu li :hover {
	background-color: var(--color-secondary);
}

.second-menu li :active {
	background-color: var(--color-secondary);
}

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

.topbar-menu .second-menu li a {
	padding: 10px 10px !important;
}

.menu-alignment {
	display: contents;
}

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

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

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	background-color: #0d6a96;
}

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

	 height: 578px; 

}


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

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

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

.carousel-caption p {
	padding-top: 18px;
}

/*  Home slider end */

/* news marquee start */

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

.news-circular {
	border-radius: 0px 0px 10px 10px;
	background: #0d6a96;
	padding: 20px;
	height: 380px;
}

.holder {
	height: 290px !important;
	overflow: hidden;
}

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

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

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

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

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

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

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

/* Events & Programs */

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

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

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

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

.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: #5a0096;
	font-size: 15px;
}

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

.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 rgba(90, 0, 150, 0.3);
}

.news-category {
	display: none;
}

/* marquee end- */

/* home page quick links */

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

/* .segment-item p {
    margin-bottom: 8px;
    color: white;
    font-weight: 500;
    margin-left: 10px;
    line-height: 17px;
    font-family: Poppins;
    font-size: 14px;
    letter-spacing: 0em;
    text-align: center;
} */

p.about-us-text {
	color: #000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.about-us-text a {
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
}

p.about-us-text u {
	color: #000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
}

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

.segment-item img {
	border-radius: 1px 1px 10px 10px;
	background: linear-gradient(180deg, #fff 19.37%, lightgray 19.4%);
	width: 131px;
	margin-top: -38px;
	display: block;
	margin-left: 16px;
}

.segment-item .icon-holder {
	height: 97px;
	width: 79px;
}

/* home page quick links */

/* principle & vision-mission start */

.sec-con1 {
	position: relative;
	height: 334px;
	border-radius: 0px 20px 20px 0px;
	background: linear-gradient(90deg, #d1c6c2 0.29%, #d1c6c2 99.68%);
	right: 100px;
}
.sec1-content {
	margin-left: 97px;
}
.sec1-content h3 {
	color: #363062;
	font-family: Marcellus;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 0px;
}
.sec1-content p {
	color: #363062;
	font-family: Marcellus;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 0px;
}
.sec1-content a {
	color: #363062;
	font-family: Marcellus;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 0px;
}
.sec1-img {
	height: 240px;
	width: 240px;
}
.principle-img {
	position: relative;
	left: 474px;
	bottom: 245px;
	border-radius: 15px;
	border: 2px solid white;
}

.sec2-content {
	display: flex;
	gap: 30px;
}
.sec2-con p {
	color: #25006a;
	font-feature-settings: "clig" off, "liga" off;
	font-family: Marcellus;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130.229%;
}
.sec2-con a {
	color: #25006a;
	font-family: Marcellus;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130.229%;
	text-decoration-line: underline;
}

/*  Departments Home Dept */

.departments .programs-item {
	margin: 6px 2px;
}

.programs-item img {
	border-radius: 10px;
	border: 0.5px solid #b2b2b2;
	background: #fff;
}

.programs-item p {
	margin: 0;
	padding-top: 15px;
	text-align: center;
	color: #fff;
	font-family: Marcellus;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* Photo Gallery */

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

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

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

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

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

/*  Photo Gallery */

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

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

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

.footer-section {
	background-color: #0d6a96;
}

.right-res {
	background-color: #0d6a96;
}

.right-res p,
.right-res a,
.right-res span {
	color: #fff;
	font-style: normal;
	font-size: 16px !important;
	font-weight: 500;
	font-family: Poppins;
	font-style: normal;
}

.footer-section p,
.footer-section a,
.footer-section span {
	color: #fff !important;
	font-family: Marcellus;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#visitor_counter li {
	color: #fff;
	font-family: Marcellus !important;
	font-size: 25px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 25px;
}

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

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

.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-weight: 600 !important;
	color: #febe20;
	font-family: "El Messiri";
	font-size: 25px;
	font-style: normal;
	line-height: normal;
}

a.email {
	text-decoration: underline;
}

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

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

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

/* Footer section end */

/* breadcrumb */

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

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

.breadcrumb {
	justify-content: center;
	width: auto;
	align-items: center;
	margin: 6px auto auto auto;
}

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

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

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

.breadcrumb-item.active {
	color: white;
}
/* .breadcrumb-design {
	position: relative;
	padding: 30px;
	overflow: hidden;
	height: 200px;
	border-radius: 100%;
	color: #fff;
}
.breadcrumb-design::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 400px;
	background: rgba(52, 152, 219, 0.7);
	border-radius: 100%;
	transform: translate(-50%, -50%);
	filter: blur(20px);
	z-index: 1;
	animation: blobAnimation 4s infinite;
}

@keyframes blobAnimation {
	0% {
		transform: translate(-50%, -50%) scale(1) rotate(0);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.3) rotate(180deg);
	}
	100% {
		transform: translate(-50%, -50%) scale(1) rotate(360deg);
	}
}

.breadcrumb-design .breadcrumbTitle,
.breadcrumb-design .breadcrumb {
	position: relative;
	z-index: 1; 
	color: #fff; 
} */

/* -End breadcrumb- */

/* -Inner Page Style- */

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

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

.page-headings {
	/* border-bottom: 3px solid #bbbbbb; */
	margin-bottom: 20px !important;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 32px !important;
	color: #5a0096;
	font-weight: 700 !important;
}

.sub-heading {
	margin-bottom: 20px !important;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 25px !important;
	color: #5a0096;
	font-weight: 700 !important;
}
.page-headings::after {
	content: "";
	width: 0;
	height: 4px;
	display: inline-block;
	background: linear-gradient(to right, #004a8b, #c6daff);
	border-radius: 15px;
	margin: 5px 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	animation: growBar 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}

@keyframes growBar {
	0% {
		width: 0;
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		width: 140px;
	}
}

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

.page-back {
	background: url("../img/back-img-1.jpg") center top no-repeat fixed;
	background-size: cover;
	position: relative;
	min-height: 700px;
}
.page-back::before {
	z-index: 0 !important;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(255 255 255 / 0.8);
	z-index: 9;
}
.container.about-page {
	position: relative;
	z-index: 1;
}
/* NAAC Pages */
.naac-section a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
	text-decoration: underline;
}

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

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

/* -End Naac Pages-- */

/* accordian start*/

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

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

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

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

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

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

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

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

/* accordian end */

/* Styles added by Shruti J */
.table th,
table th {
	color: #fff;
	padding: 0.5rem 0.5rem;
	background: #64abcd;
	border-color: #000000;
	box-shadow: 0 9px 21px rgba(0, 0, 0, 0.1),
		inset 0 10px 15px rgba(0, 0, 0, 0.2);
	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 tr,
table td {
	border-color: #000000;
	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: rgb(255 255 255 / 0.4);
	padding: 0 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.firstImage:after {
	display: block;
	content: "View Gallery";
	padding: 8px 15px;
	margin: auto;
	background-color: #0d6a96;
	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 {
	position: relative;
	z-index: 2;
	background-color: transparent;
}
/* CMS Photo Gallery*/

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

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

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

.saftey {
	margin-top: 10px;
}

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

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

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

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

.noRecords {
	color: #babcc0;
}

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

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

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

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

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

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

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

/*  End Departments Home Dept */

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

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

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

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

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
}

/* Start Media Queries */
@media only screen and (max-width: 1398px) {
	.principle-img {
		left: 474px;
		bottom: 226px;
		width: 195px;
	}
	.os-sec2 {
		left: 65px !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 rgba(90, 0, 150, 0.3);
		border-right: none;
	}

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

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

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

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

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

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

	.news-div .btn-news-down {
		margin-top: -0.7em;
	}
	.sec2-content {
		display: flex;
		gap: 30px;
		flex-direction: column;
		align-items: center;
	}
	/* .top-line {
		padding-bottom: 25px;
	} */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* aarti */

.our-programs {
	background-color: #0d6a96;
}

.nav-tabs {
	display: inline-grid;
	border: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	border-radius: 6px;
	color: #fff;
	background-color: #0d6a96 !important;
	border: none !important;
	border-left: 5px solid #febe20 !important;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
	color: #fff;
	background-color: #febe20 !important;
}
.nav-tabs .nav-link {
	margin-bottom: 10px;
	padding: 5px 16px;
	color: #0d0b0b;
	font-family: Marcellus !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 40px !important;
	text-align: left !important;
	background: rgba(238, 238, 238, 0.76);
	border: none !important;
	width: 100%;
	border-left: 5px solid #0d6a96 !important;
	border-radius: 6px;
}

.facilities-img-box {
	height: 100%;
	display: inline-flex;
	justify-content: end;
	padding: 10px;
	background: linear-gradient(
		258deg,
		#d1c6c2 75.71%,
		rgba(217, 217, 217, 0) 75.81%
	);
}

.tab-content > .active {
	display: block;
}

.facilities-img-box img {
	border: 9px solid #ffffff !important;
	height: 100%;
	border-left: none !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.clg-img img {
	border-radius: 14px;
	border: 0.5px solid #7f7f7f;
	/* box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}
.col-md-5.clg-img.text-center.pb-4 {
	position: relative;
	bottom: 45px;
}

/* .achivements {
	background-color: #FFF7E2;
} */

section.container-fluid.importantNews-section.pt-2 {
	height: 43px !important;
}

.hor-marquee marquee a {
	padding-right: 80px;
	color: #000;
	text-align: center;
	font-family: var(--font-secondary) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 30px;
}

.eventtext {
	margin-bottom: 3px !important;
	width: 86%;
	color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 20px !important;
	font-weight: 500;
}

hr:not([size]) {
	height: 1px;
}

.news-time-date {
	color: #9d9d9d !important;
}

/* .facilities-tab {
    justify-content: center;
    display: flex !important;
} */

/* .logo-holder {
    margin-top: 7px;
} */
.second-menu {
	justify-content: end;
	margin: auto;
}

/* .tp-1 {
    width: auto;
    margin-left: 23%;
    justify-content: center;
} */

.menu-alignment {
	display: contents;
}

#navbarSupportedContent2 {
	justify-content: end !important;
}

.top-header {
	background: linear-gradient(
		298deg,
		#0d6a96 39%,
		rgba(62, 17, 102, 0) 39%
	) !important;
}

.head-line1 {
	color: #0d6a96;
	font-family: "Kanit", sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	text-transform: capitalize;
}

p.trust-name {
	color: #101010;
	font-family: "El Messiri";
	font-size: 20px !important;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: -4px;
}

.college-address {
	margin: 0;
	color: #000;
	font-family: var(--font-secondary);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-transform: capitalize;
}

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

.rightlogo-holder img {
	width: 95px !important;
	height: 95px !important;
	display: inline-block;
	padding-bottom: 3px;
}

.segment-item.text-center {
	background-color: #0d6a96;
	border-radius: 24px;
	padding: 5px;
}
/* .mess-para.sec {
    padding: 16px;
} */

.q-link-para {
	color: #363062;
	text-align: center;
	font-feature-settings: "clig" off, "liga" off;
	font-family: Marcellus;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.faculty-data p {
	color: #fff !important;
	font-family: "El Messiri";
	font-weight: 500;
	line-height: 25px;
	font-size: 21px;
	letter-spacing: 0em;
	margin-left: 170px;
	text-align: justify;
	margin-top: -21px;
}
.pillars-data {
	padding-top: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	font-family: Poppins;
	letter-spacing: 0em;
	text-align: left;
}
.pillars-data p {
	color: #e6e6e6;
	font-family: Marcellus;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	padding-left: 20px;
}
.desgi {
	color: #eaff69;
	font-family: Marcellus;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}

/* Achivments start */

.os-sec2 {
	position: relative;
	left: 94px;
	height: 400px;
	border-radius: 20px 0px 0px 20px;
	background: linear-gradient(90deg, #d1c6c2 0.29%, #d1c6c2 99.68%);
}

.ab-para {
	color: var(--colors-black-100, #000);
	font-family: Marcellus;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.first p {
	color: var(--colors-black-100, #000);
	font-family: "Source Sans 3";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.progress.first {
	display: flex;
	height: 8px;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #fff5cc;
	border-radius: 4px;
}

.progress.sec {
	display: flex;
	height: 8px;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 4px;
}

.progress.third {
	display: flex;
	height: 8px;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #ffe5d3;
	border-radius: 4px;
}

.progress.four {
	display: flex;
	height: 8px;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #ccf8fe;
	border-radius: 4px;
}

.progress-barfirst {
	background-color: #ffb200;
}

.progress-barsec {
	background-color: #4339f2;
}

.progress-barthird {
	background-color: #ff3a29;
}

.progress-barfour {
	background-color: #02a0fc;
}

.text-centerachievements.pt-4 {
	background-color: #fff;
	border-radius: 16px;
}
.achivements-text {
	color: #000;
	font-family: Marcellus;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 141.1%;
}
.achievements-box.mx-5 {
	padding: 5px 25px 5px 25px;
	border-radius: 10px;
	border: 1px solid #c5c5c5;
	background: var(--colors-white-100, #fff);
	box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	right: 130px;
}
.first.p {
	margin: 0;
}
.achievements-header p {
	margin-bottom: 5px;
}
.achievements-header span {
	color: #ffb200;
	text-align: right;
	font-family: var(--font-secondary);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}
.achievements-header {
	justify-content: space-between;
	display: flex;
}
.pass {
	color: #4339f2 !important;
}
.student {
	color: #ff3a29 !important;
}
.class {
	color: #02a0fc !important;
}

.stats-item img {
	border-radius: 8px;
	border: 0.5px solid #c4c4c4;
	background: url(<path-to-image>),
		lightgray -22.968px -33.806px / 125.307% 107.059% no-repeat;
}
.stats-item .photo-story-img {
	height: 48%;
	margin-bottom: 14px;
}
.stats-item {
	height: 421px;
}
.gall-photo {
	color: #fff;
	margin-top: -37px;
	font-family: var(--font-secondary);
	font-size: 20px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0.2em;
	text-align: center;
}
.gall-photos {
	color: #fff;
	margin-top: -49px;
	font-family: var(--font-secondary);
	font-size: 20px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0.2em;
	text-align: center;
}
/* resp */
@media (max-width: 768px) {
	#header-carousel .carousel-item {
		position: relative;
		/* min-height: 250px !important; */
	}
}
@media (max-width: 768px) {
    
    .banner-slider img {

	 height: 250px !important; 

}
	.banner-slider img {
		border-radius: 10px;
		 height: 250px !important; 
	   object-fit: contain!important;
		width: 100%;
	}
}
@media (max-width: 992px) {
	.title-holder {
		text-align: center !important;
	}
}
@media (max-width: 992px) {
	.title-lines {
		text-align: center !important;
	}
}
@media (max-width: 992px) {
	.homePage-sectionHeading {
		color: #5a0096;
		font-family: "El Messiri";
		font-size: 25px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: capitalize;
		text-align: center;
	}
}
@media (max-width: 992px) {
	.news-events.ng-scope {
		margin-top: 24px;
	}
}
@media (max-width: 992px) {
	.news-events.ng-scope {
		margin-right: 0rem !important;
		margin-left: 0rem !important;
	}
}
@media (max-width: 992px) {
	.achievements-box {
		margin-right: 0rem !important;
		margin-left: 0rem !important;
		position: relative;
		left: -23px;
	}
	.sec2-img {
		position: relative;
		top: 0px;
	}
	.card-vs {
		height: auto !important;
	}
}
@media (max-width: 992px) {
	.mess-para {
		margin-bottom: 47px;
	}
}
@media (max-width: 992px) {
	.faculty-data p {
		margin-left: 153px;
	}
	.faculty-data p {
		color: #fff !important;
		font-family: "El Messiri";
		font-weight: 500;
		line-height: 21px;
		font-size: 14px;
		letter-spacing: 0em;
		margin-left: 170px;
		text-align: justify;
		margin-top: -21px;
	}
}
@media (max-width: 768px) {
	.segment-item img {
		width: 107px;
		margin-top: -31px;
		margin-left: 12px;
	}
	p.about-us-text u {
		font-size: 14px;
	}
	.faculty-data p {
		line-height: 17px;
		font-size: 12px;
		letter-spacing: 0em;
		margin-left: 124px;
		text-align: justify;
		margin-top: -21px;
	}
	.col-md-5.clg-img.text-center.pb-4 {
		position: relative;
		top: 64px;
	}
	p.about-us-text {
		font-size: 15px;
	}
	.principle-img {
		left: 530px;
		bottom: 245px;
	}
	.card-vs {
		height: auto !important;
	}

	.achivements-text {
		font-size: 15px;
	}
	.os-sec2 {
		position: relative;
		left: 0px !important;
		height: 400px;
		top: 75px;
	}
	.achievements-box.mx-5 {
		right: 100px;
	}
}

@media (max-width: 428px) {
	span.carousel-control-next-icon {
		margin-right: 33px !important;
		padding-right: 8px !important;
	}
	.achivements-text {
		font-size: 15px;
	}
	.q-link-para {
		font-size: 15px;
	}
	.faculty-data p {
		line-height: 20px;
		font-size: 17px;
		letter-spacing: 0em;
		margin-left: 145px;
		text-align: justify;
		margin-top: -43px;
	}

	p.about-us-text {
		font-size: 15px;
	}
	p.about-us-text u {
		font-size: 15px;
	}
	.col-md-5.clg-img.text-center.pb-4 {
		position: relative;
		top: 15px;
	}
	.sec-con1 {
		height: 450px;
		right: 0px;
	}
	.sec1-content {
		margin-left: 26px;
	}
	.sec1-content p {
		font-size: 13px;
	}
	.sec1-img {
		height: 150px;
		width: 150px;
	}
	.principle-img {
		left: 105px;
		top: 20px;
	}

	.sec2-content {
		display: flex;
		gap: 10px;
		flex-direction: column;
		align-items: center;
		padding-top: 15px;
	}
	.sec2-con p {
		font-size: 15px;
	}

	.os-sec2 {
		position: relative;
		top: 15px;
		left: 0px;
		height: 400px;
		border-radius: 20px 0px 0px 20px;
		background: linear-gradient(90deg, #d1c6c2 0.29%, #d1c6c2 99.68%);
	}

	.achievements-box.mx-5 {
		right: 0px;
	}
	.owl-carousel-programs .owl-nav .owl-prev {
		left: -41px;
	}
}
/*Admission page*/
.blink {
	animation: blinker 1.5s linear infinite;
	color: #581845;
	font-size: 1.5em;
	/* Larger, responsive font size */
	margin-bottom: 5px;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}
.outset {
	border-radius: 25px;
	background: linear-gradient(145deg, #f5f5f5, #dfffe6);
	padding: 20px;
	margin: 100px;
	margin-bottom: 70px;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
		inset 4px 4px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55),
		box-shadow 0.6s ease;
	position: relative;
	overflow: hidden;
}

.outset::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	pointer-events: none;
	opacity: 0;
	transform: scale(1.2);
	transition: opacity 0.6s ease, transform 0.6s ease;
	border-radius: 12px;
}

.outset:hover {
	transform: scale(1.05);
	box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.3),
		inset 6px 6px 15px rgba(0, 0, 0, 0.15);
}

.outset:hover::before {
	opacity: 1;
	transform: scale(1);
}

.segment-item.text-center.mess-para.sec {
	padding-bottom: 11px;
}

/* css by vaibhav */

.principal {
	border: 10px solid #ffff;
	box-shadow: 2px 2px 4px #807f7f;
	border-radius: 10px;
	transform: scale(0.9);
	opacity: 0.8;
	animation: popIn 3s ease-in-out forwards;
}

@keyframes popIn {
	0% {
		transform: scale(0.9);
		box-shadow: 0 0 0 rgba(128, 127, 127, 0.2);
		opacity: 0.8;
	}
	50% {
		transform: scale(1.05);
		box-shadow: 4px 4px 8px rgba(128, 127, 127, 0.4);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		box-shadow: 2px 2px 4px #807f7f;
		opacity: 1;
	}
}
.list-design {
	list-style: none;
	padding-left: 40px;
}
.list-design li {
	margin-bottom: 10px !important;
	position: relative;
	padding-left: 8px;
}
/* .list-design li::marker {
	color: #be4636;
	display: inline-block;
	font-family: bootstrap-icons !important;
	content: "\f153";
	position: absolute;
	left: -9px;
} */
.card-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	padding: 20px;
}

.card-item {
	background: linear-gradient(135deg, #dfebfa, #e6f5f4);
	border-radius: 8px;
	box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1),
		inset 0 10px 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 10px;
}

.card-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.card-thumbnail img {
	width: 100%;
	height: auto;
	border-bottom: 2px solid #ddd;
	transition: transform 0.3s ease;
	border: 10px solid #fffdfd;
	height: 400px;
	object-fit: cover;
	margin-bottom: 15px;
}
.card-description {
	margin-bottom: 10px;
	padding: 10px;
}

.card-item:hover .card-thumbnail img {
	transform: scale(1.05);
}

.card-info {
	padding: 15px;
}

.card-info a {
	color: #333;
	text-decoration: none;
	font-size: 1.1em;
}

.card-info p {
	margin: 10px 0;
	color: #555;
}
/* vision mission */
.cards-vision-mission {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;
}

.card-vs {
	background-color: #fefefe;
	border-radius: 10px;
	box-shadow: 4px 9px 12px rgba(0, 0, 0, 0.1), inset 8px 8px 15px #f1ebeb;
	padding: 20px;
	/* width: 45%; */
	height: 460px;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card-vs h2 {
	margin-bottom: 15px;
	color: #0d6a96;
	font-weight: 800;
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 1.5s ease-out forwards;
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.card-vs ul {
	list-style-type: disc;
	padding-left: 20px;
}

.card-vs li {
	margin-bottom: 10px;
	line-height: 1.5;
	color: #555;
}

.card-vs:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.account-form {
	position: relative;
}
.gallery-holder {
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border-radius: 10px;
}

.gallery-holder img {
	width: 100% !important;
	/* height: 400px !important; */
	border-radius: 10px 10px 0 0;
	transition: transform 0.3s ease;
}

.infra-gal p {
	text-align: center;
	padding: 10px;
	margin: 0;
	font-weight: bold;
	background-color: #333;
	color: #fff;
	border-radius: 0 0 10px 10px;
}

.infra-gal a {
	text-decoration: none;
}
