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

/* Colors */
:root {
	--color-primary: #032747;
	--color-secondary: #facd49;
	--color-heading: #fff;
	--color-default: #000000;
	--color-orange: #ff3d00;
}

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

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

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

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

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

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

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

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

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

/* Home Page Headings */

.homePage-sectionHeading {
	margin: 0;
	position: relative;
	color: #032747;
	font-family: "El Messiri";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.homePage-sectionHeading span {
	color: #ff3d00;
	font-family: "El Messiri";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.homePage-sectionHeading-orange {
	margin: 0;
	font-family: "El Messiri";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: var(--color-orange);
}

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

/* Home Page Headings End */

/* header */
/* ------- top menu ---------------- */

.web-cust-menu {
	background-color: #094069;
}

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

.top-menu-left a {
	color: #fff;
	font-family: Calibri;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.myCustomTopRightMenu li a {
	color: #fff;
	font-family: Calibri;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.mobile-header a::after {
	content: "/";
	margin: 0px 10px;
}

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

.top-line::after {
	z-index: 99;
	content: url(../img/header-design.svg);
	width: 100% !important;
	overflow-x: hidden;
	position: absolute;
	top: 43px;
}

.top-line {
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
}

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

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

.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 {
	text-align: start;
	display: inline-block;
	vertical-align: top;
}

.naac-logo {
	width: 91px;
	height: auto !important;
}

.naac-logo-2 {
	width: 100px;
	height: 66px;
}

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

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

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

.responsive-logo {
	display: none;
}

.header-college-name {
	color: #ff3d00;
	font-family: var(--font-primary);
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.head-line {
	color: #032747;
	font-family: var(--font-secondary);
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

h3.head-line span {
	color: #032747;
	font-family: var(--font-secondary);
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
}

p.head-university-name {
	color: #094069;
	font-family: var(--font-secondary);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin: 0;
}

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

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

.header-row {
	align-items: center;
	display: flex;
	margin: 6px 0px;
}

.naac-logos {
	gap: 10px;
	display: flex;
}

/* ------- main menu ---------------- */
.main-menu {
	background-color: var(--color-primary) !important;
}

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

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

.main-menu .navbar-nav .nav-item a {
	padding: 14px 12px;
	color: #fff;
	font-family: Calibri;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	color: #ffffff;
}

.main-menu .dropdown-item:hover {
	background-color: var(--color-secondary) !important;
	cursor: pointer;
	color: #4800a4;
	font-family: Calibri;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	font-weight: 600;
	background-color: var(--color-secondary) !important;
	color: #4800a4;
	font-family: Calibri;
}

.main-menu .dropdown-item {
	background-color: #094069 !important;
	padding: 8px 9px !important;
}

.navbar-nav .dropdown-menu .nav-item a {
	background-color: #094069 !important;
	padding: 8px 9px !important;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	background-color: var(--color-secondary) !important;
	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);
	color: #4800a4;
}

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

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

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

.menu-alignment {
	display: contents;
}

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

.menu-border {
	border-bottom: 5px solid white;
	background: #094069 !important;
}

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

/* Home slider start */
.hero-carousel {
	overflow: hidden;
}

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

#header-carousel .carousel-control-prev,
.carousel-control-next {
	position: relative;
	left: 84% !important;
	top: -100px;
	z-index: 1;
	display: inline-block;
	align-items: center;
	justify-content: center;
	width: 4%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: 1;
}

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

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
	filter: none !important;
}

#header-carousel .carousel-control-prev-icon {
	background-image: url(../img/arrow-p.svg);
	width: 35px;
	height: 35px;
}

#header-carousel .carousel-control-next-icon {
	background-image: url(../img/arrow-n.svg);
	width: 35px;
	height: 35px;
}

.quick-links-section {
	border-radius: 0px 0px 100px 0px;
	background: #032747;
	height: 100%;
	position: relative;
}

.quick-links-button p {
	margin: 0;
	color: #000;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.hero-carousel .col-lg-2 {
	margin-bottom: -7px;
	padding: 0;
}

.quick-links-button {
	margin: 24px 0px;
	gap: 10px;
	width: 192px;
	height: 55px;
	flex-shrink: 0;
	align-items: center;
	display: flex;
	border-radius: 27.5px;
	background: linear-gradient(90deg, #facd49 0%, #fff 100%);
}

.quick-button {
	z-index: 10;
	position: absolute;
	left: 169px;
}

.quick-links-button {
	margin: 20px 0px;
	gap: 10px;
	width: 192px;
	height: 55px;
	flex-shrink: 0;
	align-items: center;
	display: flex;
	border-radius: 27.5px;
	background: linear-gradient(90deg, #facd49 0%, #fff 100%);
}

img.quick-img {
	padding: 4px;
	height: 54px;
}

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

.indicators {
	align-items: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.indicators li {
	background-color: rgba(255, 254, 254, 1);
	border-radius: 50%;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.indicators li.active {
	background-color: transparent;
	padding: 4px;
	border: 1px solid #fff;
}

.banner-slider .carousel-inner {
	border-radius: 0px 0px 100px 100px;
}

/*  Home slider end */

/* news marquee start */
.importantNews-section {
	top: -38px;
	position: relative;
	display: flex;
	padding-left: 0;
	height: 33px;
	background: #fff5db !important;
}

.slider-news a {
	color: #000;
	text-align: center;
	font-family: Calibri;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	line-height: 30px;
}

.marquee-news-heading {
	width: 20%;
	color: #fff;
	text-align: center;
	font-family: Calibri;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	line-height: 30px;
	background: #ff3d00;
	padding: 1px 12px;
	margin: 0;
	clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
}

.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 {
	padding: 20px 0px;
	height: 320px;
}

.news-arrow {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

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

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

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

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

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

.holder ul li {
	width: 98%;
	padding: 0 !important;
	display: flex;
	border: 1px solid transparent;
	border-image-slice: 1;
	border-image-source: linear-gradient(to right, #1a6ab4, #dae4ed);
	background: #fff;
	align-items: center;
	overflow: hidden;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.holder ul li a {
	font-weight: 500;
	padding-bottom: 4px;
	display: flex;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
}

.holder ul li i {
	color: #c43289;
	font-size: 20px;
	margin-right: 10px;
	float: right;
	font-weight: 500;
}

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

/* Events & Programs */

.newsandnotices .homePage-sectionHeading::before {
	bottom: -10px;
	left: -22px;
	z-index: -1;
	position: absolute;
	border-radius: 50%;
	display: inline-flex;
	content: "";
	width: 66px;
	height: 66px;
	background: #fff5db;
}

.news-date {
	background: #f5f5f5;
	width: 60px;
	height: 60px;
	padding: 10px;
	color: var(--color-primary);
	text-align: center;
	font-family: Roboto !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	letter-spacing: 1.25px;
	text-transform: uppercase !important;
	margin: 0px 10px 0px 0px;
}

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

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

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

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

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

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

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

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

.read-btn {
	font-weight: 600;
	padding-top: 5px;
	color: #032747;
	float: right;
}

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

.newsandnotices {
	padding-right: 50px;
}

/* marquee end- */
.vision-mission .homePage-sectionHeading-orange-vision {
	position: relative;
	margin: 0;
	font-family: "El Messiri";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: var(--color-orange);
}

.vision-mission .homePage-sectionHeading-orange-vision::before {
	bottom: -9px;
	left: 47px;
	z-index: -1;
	position: absolute;
	border-radius: 50%;
	display: inline-flex;
	content: "";
	width: 66px;
	height: 66px;
	background: #e6e9ff;
}

.vision-mission .homePage-sectionHeading-orange-mission {
	position: relative;
	margin: 0;
	font-family: "El Messiri";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: var(--color-orange);
}

.vision-mission .homePage-sectionHeading-orange-mission::before {
	bottom: -9px;
	left: 66px;
	z-index: -1;
	position: absolute;
	border-radius: 50%;
	display: inline-flex;
	content: "";
	width: 66px;
	height: 66px;
	background: #e6e9ff;
}

.vision-mission li {
	font-weight: 500;
}

/* home page quick links */
.programs-section .homePage-sectionHeading::before {
	bottom: -17px;
	left: 67%;
	transform: translate(-50%, -50%);
	/* left: -22px; */
	z-index: -1;
	position: absolute;
	border-radius: 50%;
	display: inline-flex;
	content: "";
	width: 66px;
	height: 66px;
	background: #fff5db;
}
.our-programs .container .homePage-sectionHeading::after {
	bottom: -8px;
	right: 31%;
	z-index: -1;
	position: absolute;
	border-radius: 50%;
	display: inline-flex;
	content: "";
	width: 66px;
	height: 66px;
	background: #fff5db;
}

.home-page-section {
	z-index: 999 !important;
	position: relative;
	width: 100%;
	background-image: url(../img/rjspm-wave-img.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.program-holder {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border-radius: 20px;
	background: #fff;
	box-shadow: -10px -10px 30px 0px rgba(3, 39, 71, 0.15),
		10px 10px 30px 0px rgba(3, 39, 71, 0.15);
	padding: 30px;
	margin: 0px 20px;
}

.program-holder:hover {
	background: #032747;
}

.program-holder:hover .icon-our-program {
	background: #ffffff;
}

.program-holder:hover .icon-our-program i {
	color: var(--color-orange);
}

.program-holder:hover ul li {
	color: #ffffff;
}

.program-holder:hover h3 span {
	color: #ffffff;
}

.icon-our-program i {
	font-size: 33px;
	color: #fff;
}

.program-ring::after {
	left: -44px;
	bottom: -142px;
	position: absolute;
	content: "";
	width: 184px;
	height: 184px;
	background-color: transparent;
	border-radius: 50%;
	border: 6px solid #ff007a;
	z-index: -1;
}

.program-ring {
	position: relative;
}

.our-academic-excellence-info p {
	color: #565656;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.our-academic-excellence-info p span {
	color: #565656;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

.home-read-more-btn {
	margin-top: 10px;
	color: #032747;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 60px;
	background: #facd49;
	padding: 11px 29px;
}

.our-academic-excellence-info .homePage-sectionHeading::after {
	bottom: -71px;
	left: -24px;
	z-index: -1;
	position: absolute;
	border-radius: 50%;
	display: inline-flex;
	content: "";
	width: 162px;
	height: 162px;
	border-radius: 100px 0px 0px 0px;
	background: #e6e9ff;
}

.icon-our-program {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #032747;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.program-holder h3 {
	margin-top: 20px;
	color: #ff3d00;
	text-align: center;
	font-family: var(--font-secondary);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.program-holder h3 span {
	display: block;
	color: #2f327d;
	font-family: var(--font-secondary);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.program-holder ul li {
	color: #032747;
	text-align: center;
	font-family: var(--font-secondary);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

/* leadership-team */
.leadership-team {
	margin-bottom: 34px;
	height: 400px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1449" height="645" viewBox="0 0 1449 645" fill="none"><path d="M0 0C0 0 441.427 17.4324 724.5 17.4324C1007.57 17.4324 1449 0 1449 0V645C1449 645 1007.57 627.568 724.5 627.568C441.427 627.568 0 645 0 645L0 0Z" fill="%23032747"/></svg>');
	background-size: cover;
	padding: 4rem 0;
}
.leadership-team::after {
	content: url(../img/rjspm.png);
	z-index: 1;
	position: relative;
	right: 0px;
}

.leadership-container {
	margin: 0px 100px;
	position: relative;
}

.leadership-info p {
	padding: 0px 0px 20px 0px;
	color: #fff;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.leadership-info h2 {
	margin: 0;
	color: #ff3d00;
	font-family: "El Messiri";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.leadership-info h2 span {
	color: #fff;
	font-family: "El Messiri";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.leadership-img {
	margin: 0 auto;
	z-index: 10;
	bottom: 100px;
	position: relative;
	width: 256px;
	height: 326px;
	border-radius: 20px;
	background: #c4c4c4;
	box-shadow: -25px -25px 44px 0px rgba(15, 86, 149, 0.35);
}

.leadership-info {
	padding-left: 44px;
}

.leadership-img::after {
	left: -78px;
	bottom: -60px;
	position: absolute;
	content: "";
	width: 165px;
	height: 165px;
	background-color: transparent;
	border-radius: 50%;
	border: 5px solid #facd49;
	z-index: -1;
}

.leadership-img::before {
	left: -97px;
	bottom: 90px;
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background-color: transparent;
	border-radius: 50%;
	border: 5px solid #facd49;
	z-index: -1;
}

.leadership-img-2 {
	margin: 0 auto;
	z-index: 10;
	bottom: 17px;
	position: relative;
	width: 256px;
	height: 326px;
	border-radius: 20px;
	background: #c4c4c4;
	/* box-shadow: -25px -25px 44px 0px rgba(15, 86, 149, 0.35); */
	box-shadow: -25px 25px 44px 0px rgba(16, 99, 172, 0.35);
}

.leadership-img-2::after {
	right: -78px;
	top: -60px;
	position: absolute;
	content: "";
	width: 165px;
	height: 165px;
	background-color: transparent;
	border-radius: 50%;
	border: 5px solid #facd49;
	z-index: -1;
}

.leadership-img-2::before {
	right: -97px;
	top: 90px;
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background-color: transparent;
	border-radius: 50%;
	border: 5px solid #facd49;
	z-index: -1;
}

/* leadership-team end*/

/* Facilities */

.facilities {
	background-image: url(../img/facilities-back.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.facilities .homePage-sectionHeading {
	color: #ff3d00;
	font-family: "El Messiri";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
}

.facilities .homePage-sectionHeading span {
	color: #032747;
	font-family: "El Messiri";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
}

.facilities .homePage-sectionHeading::after {
	bottom: -10px;
	left: -47px;
	z-index: -1;
	position: absolute;
	border-radius: 50%;
	display: inline-flex;
	content: "";
	width: 162px;
	height: 162px;
	border-radius: 100px 0px 0px 0px;
	background: #fff5db;
}

.facilities p {
	width: 84%;
	color: #565656;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 29px;
}

.facility-box {
	position: relative;
	margin: 0 auto;
	width: 281px;
	height: 346px;
	border-radius: 40px;
	border: 0.5px solid #bebebe;
	background: lightgray 50%;
	box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.facility-box-2 {
	top: -49px;
	position: relative;
	margin: 0 auto;
	width: 281px;
	height: 346px;
	border-radius: 40px;
	border: 0.5px solid #bebebe;
	background: lightgray 50%;
	box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.15);
}
.designation p {
	width: 100%;
	position: absolute;
	bottom: 0px;
	margin: 0;
	transform: translateX(0%);
	color: #facd49;
	margin-top: 20px;
	padding: 15px 15px;
	border-radius: 0px 0px 40px 40px;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	text-align: center;
	font-family: "El Messiri";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.designation1 p {
	width: 100%;
	position: absolute;
	bottom: 0px;
	margin: 0;
	transform: translateX(0%);
	color: #facd49;
	margin-top: 20px;
	padding: 15px 15px;
	border-radius: 0px 0px 40px 40px;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	text-align: center;
	font-family: "El Messiri";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.facility-box-2::after {
	right: -51px;
	bottom: -56px;
	position: absolute;
	content: "";
	width: 127px;
	height: 127px;
	background-color: transparent;
	border-radius: 50%;
	border: 5px solid #ff007a;
	z-index: -1;
}

.facility-box-3 {
	float: inline-end;
	right: -70px;
	position: relative;
	width: 281px;
	height: 346px;
	border-radius: 40px;
	border: 0.5px solid #bebebe;
	background: lightgray 50%;
	box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.facility-container {
	margin: 0 65px;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	display: grid;
}

.testimonial-img {
	width: 257px !important;
	height: 257px !important;
	border-radius: 500px 0px 500px 500px;
	box-shadow: 10px 20px 50px 0px rgba(0, 0, 0, 0.15);
	background-color: #f1f1f1;
}

.testimonial-info h4 {
	color: #000;
	font-family: var(--font-secondary);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.testimonial-info p {
	color: #565656;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.student’s-testimonials .homePage-student’s-testimonials::before {
	bottom: 0px;
	right: 276px;
	z-index: -1;
	position: absolute;
	border-radius: 50%;
	display: inline-flex;
	content: "";
	width: 66px;
	height: 66px;
	background: #e6e9ff;
}

.student’s-testimonials .homePage-student’s-testimonials {
	position: relative;
	color: #ff3d00;
	font-family: "El Messiri";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.student’s-testimonials .homePage-student’s-testimonials span {
	color: #032747;
	text-align: center;
	font-family: "El Messiri";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.testimonial-img-box::after {
	left: 11px;
	bottom: 8px;
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	background-color: transparent;
	border-radius: 50%;
	border: 8px solid #ff007a;
	z-index: -1;
}

.testimonial-carousel .owl-nav {
	position: relative !important;
	justify-content: flex-end !important;
	display: flex !important;
}

.testimonial-carousel .owl-nav > div {
	margin: 10px;
	margin-top: -26px;
	position: static !important;
	top: 50%;
	color: #cdcbcd;
}

.testimonial-carousel .owl-dot {
	border-radius: 0px !important;
	height: 12px;
	width: 12px;
	display: inline-block;
	background: #e7f0fc !important;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 50% !important;
}

.testimonial-carousel .owl-dot.active {
	border-radius: 0px !important;
	height: 12px;
	width: 12px !important;
	display: inline-block;
	background: #2639ed !important;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 50% !important;
}

.testimonial-carousel .owl-dots {
	top: -52px;
	position: relative;
	text-align: center;
	padding-right: 32%;
	align-items: center;
}

.testimonial-carousel .owl-nav .owl-next {
	margin-right: 15px;
	width: 40px !important;
	height: 40px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000 !important;
	background: #ffffff;
	border-radius: 50%;
	font-size: 22px;
	transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev {
	background: #ffffff;
	margin-right: 15px;
	width: 40px !important;
	height: 40px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000 !important;
	border-radius: 50%;
	transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
	background: #ffffff;
	color: #1ea4ce !important;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.testimonial-carousel .owl-nav span {
	font-size: 47px !important;
	color: #1ea4ce !important;
}

/* Facilities end*/

.breadcrumb-text {
	border-radius: 0px 0px 100px 0px;
	border: 1px solid #000;
	background: #032747;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
	/* z-index: 1 !important; */
	bottom: 1px;
	position: relative;
}
.breadcrumb-text::after {
	right: -78px;
	bottom: -1px;
	position: absolute;
	content: "";
	width: 120px;
	height: 120px;
	background-color: transparent;
	border-radius: 50%;
	border: 6px solid #ff007a;
	z-index: -1 !important;
}
.breadcrumb-text::before {
	right: -129px;
	top: 90px;
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background-color: transparent;
	border-radius: 50%;
	border: 5px solid #facd49;
	z-index: -1;
}
/* ------Home page Section start--------- */

.footer-section {
	background-image: url("../img/footer-back.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent !important;
}

.right-res {
	background-color: #ffffff;
}
.imp-links-resposive {
	display: none;
}

.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;
	text-align: center;
	font-family: var(--font-secondary);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 133.333% */
}

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

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

.footer-college-name {
	color: #fff;
	text-align: center;
	font-family: var(--font-secondary);
	font-size: 17px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	/* 117.647% */
}

.footer-college-name-2 {
	color: #fff;
	font-family: var(--font-secondary);
	font-size: 15px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

h2.quick-head-back-event {
	background-color: #ff9f2a;
	margin-bottom: 0px;
	padding: 7px 7px 10px 20px;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}

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

.social-icon a {
	color: #ffffff;
}

.footer-section h2,
.footer-section h3 {
	color: #facd49;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	text-transform: capitalize;
}

.social-icon {
	float: right;
}

.copyright-footer {
	border-top: 1px solid #ec0071;
}

a.email {
	text-decoration: underline;
}

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

/* 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 {
	position: relative;
	border-radius: 0px 0px 100px 100px;
	background-image: url("../img/banner.jpg");
	height: 220px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color-primary) !important;
	z-index: -3;
}
.bred-head {
	text-align: center;
	padding-top: 16px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 35px;
	color: #fff;
	font-family: "El Messiri";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.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 {
	width: 100% !important;
}

.bred-img1 {
	background-color: var(--color-primary) !important;
	position: relative;
	border-radius: 0px 0px 100px 100px;
	height: 220px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color-primary) !important;
	z-index: -3;
}

.bred-pos {
	margin-top: 3px;
	margin-bottom: 16px;
}

/* -End breadcrumb- */

/* -Inner Page Style- */

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

.about-info .page-insight {
	padding: 5px 10px 20px 10px;
	background-color: #fff;
	background-color: #fff;
}

.page-headings {
	margin-bottom: 20px;
	color: #ff3d00;
	font-family: "El Messiri";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.page-headings::after {
	margin-top: -2px;
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	background: #032747;
}

.dept-page-back {
	background-image: url(../img/inner-page-back.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

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

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

.page-back {
	background-color: white;
}

/* 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: #094069;
	border-color: #094069;
	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 tr {
	border-color: #094069;
	padding: 0.5rem 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.sub-head {
	color: #07294e;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.vtabs .nav-tabs .nav-link {
	margin-right: 10px;
	padding: 10px;
	margin-bottom: 10px;
	border-left: 9px solid #ff007a;
	border-radius: 1px;
	border-top: 1px solid #1a6ab4;
	border-right: 1px solid #1a6ab4;
	border-bottom: 1px solid #1a6ab4;
	background: #fff;
	/* background: rgb(255 255 255 / 76%); */
	color: #000;
	font-family: Poppins !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15)) !important;
}

.left-tabs.nav-tabs {
	border: none;
}

.left-tabs .nav-link.active {
	border: none;
}

.left-tabs .nav-link {
	border: none;
}

.vtabs .nav-tabs .nav-link.active {
	background-color: var(--color-primary) !important;
	color: #ffffff;
	font-weight: 600;
	margin-right: 10px;
	padding: 10px;
	margin-bottom: 10px;
	border-left: 9px solid #facd49;
	border-radius: 1px;
	border-top: 1px solid #1a6ab4;
	border-right: 1px solid #1a6ab4;
	border-bottom: 1px solid #1a6ab4;
	background: #fff;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15)) !important;
}

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

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

div#accordion-left-tabs .accordion-item {
	background: transparent;
}

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

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

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

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

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

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

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

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-whitePanel {
	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;
}

.inner-category-gallery {
	border-bottom: 2px solid;
}

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

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

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

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

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

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

.saftey {
	margin-top: 10px;
}

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

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

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

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

.noRecords {
	color: #babcc0;
}

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

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

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

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

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

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

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

/*  End Departments Home Dept */

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

.footer .btn.btn-link {
	color: #fff;
	font-family: "Open Sans";
	font-size: 13.5px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
}

.footer-logo {
	margin-bottom: 20px;
	height: 110px !important;
	width: auto;
}

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

	.logo-holder,
	.title-holder {
		text-align: center;
	}

	.header-row {
		justify-content: center;
		display: flex;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.leadership-team {
		margin-bottom: 34px;
		height: auto;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1449" height="645" viewBox="0 0 1449 645" fill="none"><path d="M0 0C0 0 441.427 17.4324 724.5 17.4324C1007.57 17.4324 1449 0 1449 0V645C1449 645 1007.57 627.568 724.5 627.568C441.427 627.568 0 645 0 645L0 0Z" fill="%23032747"/></svg>');
		background-size: cover;
		padding: 4rem 0;
	}

	.leadership-container {
		margin: 0px 10px !important;
		position: relative;
	}

	.leadership-info {
		padding-left: 0px !important;
	}

	.leadership-container-1 {
		padding-top: 100px;
		display: flex;
		flex-direction: column-reverse;
	}

	.leadership-img-2 {
		width: 218px;
		height: 280px;
	}

	.leadership-img {
		width: 218px;
		height: 280px;
	}

	.hero-carousel .row {
		display: flex;
		flex-direction: column-reverse;
	}

	.quick-button {
		justify-content: center;
		gap: 18px;
		flex-wrap: wrap;
		display: flex;
		z-index: 10;
	}

	.quick-button {
		z-index: 10;
		position: static;
		left: 0px;
	}

	.quick-links-button {
		margin: 10px 0px !important;
		gap: 10px;
	}

	.quick-links-section {
		top: -39px;
		position: relative;
	}

	.importantNews-section {
		top: -102px;
		position: relative;
	}

	.newsandnotices {
		padding-right: 0px;
	}

	.vision-mission {
		padding-top: 60px;
	}

	.program-holder {
		margin: 45px 20px;
		height: 350px !important;
	}

	.quick-links-section {
		border-radius: 0px 0px 100px 100px;
		background: #032747;
		height: 100%;
		position: relative;
	}

	.importantNews-section {
		top: -74px;
		position: relative;
	}

	.program-boxs {
		justify-content: center;
	}

	.program-ring::after {
		right: 0;
		bottom: -85px;
		position: absolute;
		content: "";
		width: 184px;
		height: 184px;
		background-color: transparent;
		border-radius: 50%;
		border: 6px solid #ff007a;
		z-index: -1;
	}

	.facilities p {
		width: 100% !important;
	}

	.facilities .homePage-sectionHeading::after {
		bottom: 6px;
		left: -55px;
		z-index: -1;
		position: absolute;
		border-radius: 50%;
		display: inline-flex;
		content: "";
		width: 120px;
		height: 120px;
		border-radius: 100px 0px 0px 0px;
		background: #fff5db;
	}

	.testimonial-img-box::after {
		left: 170px;
		top: 124px;
		position: absolute;
		content: "";
		width: 100px;
		height: 100px;
		background-color: transparent;
		border-radius: 50%;
		border: 8px solid #ff007a;
		z-index: -1;
	}

	.testimonial-img-box {
		justify-content: center;
		display: flex;
	}

	.testimonial-info {
		justify-content: center;
		text-align: center;
	}

	.student’s-testimonials .col-lg-3 img {
		display: none;
	}

	.facilities {
		padding-bottom: 0 !important;
	}
	.student’s-testimonials {
		padding-bottom: 0 !important;
	}
	.our-academic-excellence .container .row {
		flex-direction: column-reverse;
	}
	.about-us-video {
		margin-top: 29px;
	}
	.leadership-img::after {
		left: -52px;
		bottom: -26px;
		position: absolute;
		content: "";
		width: 165px;
		height: 165px;
		background-color: transparent;
		border-radius: 50%;
		border: 5px solid #facd49;
		z-index: -1;
	}
	.leadership-img-2::after {
		right: -58px;
		top: -45px;
		position: absolute;
		content: "";
		width: 165px;
		height: 165px;
		background-color: transparent;
		border-radius: 50%;
		border: 5px solid #facd49;
		z-index: -1;
	}
	.facility-box-3 {
		float: inline-start;
		right: 0px;
		position: relative;
		width: 281px;
		height: 346px;
		border-radius: 40px;
		border: 0.5px solid #bebebe;
		background: lightgray 50%;
		box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.15);
	}
	.leadership-info {
		text-align: center;
		justify-content: center;
	}
	.facility-box-3 {
		display: none;
	}
	.breadcrumb-text::before {
		display: none;
	}
	.breadcrumb-text::after {
		display: none;
	}
	.bred-img {
		height: auto;
		z-index: 0;
	}
}

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

	img.header-logo {
		width: 139px;
		margin-top: -55px;
		margin-bottom: 40px;
	}
	.program-holder {
		margin: 28px 14px;
	}
	.our-academic-excellence-info .homePage-sectionHeading::after {
		bottom: -39px;
		left: 132px;
		z-index: -1;
		position: absolute;
		border-radius: 50%;
		display: inline-flex;
		content: "";
		width: 110px;
		height: 110px;
		border-radius: 100px 0px 0px 0px;
		background: #e6e9ff;
	}
	.our-academic-excellence {
		padding-top: 0px !important;
	}

	.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;
	}
	.imp-links {
		display: none;
	}
	.imp-links-resposive {
		display: block;
	}
	.footer-logo {
		margin-top: 100px;
		margin-bottom: 20px;
		height: 110px !important;
		width: auto;
	}
}

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

	.naac-section a:before {
		margin-right: 10px !important;
	}
	.student’s-testimonials .homePage-student’s-testimonials::before {
		bottom: 0px;
		left: 133px;
		z-index: -1;
		position: absolute;
		border-radius: 50%;
		display: inline-flex;
		content: "";
		width: 66px;
		height: 66px;
		background: #e6e9ff;
	}
	.facility-box-3 {
		display: none;
	}
	.our-academic-excellence-info .homePage-sectionHeading::after {
		bottom: -13px;
		left: -46px;
		z-index: -1;
		position: absolute;
		border-radius: 50%;
		display: inline-flex;
		content: "";
		width: 110px;
		height: 110px;
		border-radius: 100px 0px 0px 0px;
		background: #e6e9ff;
	}
	.facility-container {
		margin: 0 !important;
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
		display: grid;
	}
	.text-design {
		text-align: left !important;
		padding: 0px !important;
		border-left: none !important;
	}
	.read-btn {
		margin-right: 15px !important;
	}
}

@media only screen and (max-width: 741px) {
	.owl-nav .owl-next {
		right: -22px !important;
	}
	.naac-logos {
		display: none;
	}
	#header-carousel .carousel-control-prev,
	.carousel-control-next {
		position: relative;
		left: 79% !important;
		top: -99px;
		z-index: 1;
		display: inline-block;
		align-items: center;
		justify-content: center;
		width: 7%;
		padding: 0;
		color: #fff;
		text-align: center;
		background: none;
		border: 0;
		opacity: 1;
	}
	.facility-box {
		width: 224px;
		height: 265px;
	}
	.facility-box-2 {
		width: 261px;
		height: 323px;
	}
	.facility-box-2::after {
		right: -1px;
		bottom: -64px;
	}
}

@media only screen and (max-width: 500px) {
	.header-row {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.banner-slider img {
		height: 390px;
		border-radius: 0px 0px 0px 0px !important;
	}
	.quick-links-section {
		border-radius: 0px 0px 0px 0px;
	}
	.student’s-testimonials .homePage-student’s-testimonials::before {
		bottom: 0px;
		left: 49px;
		z-index: -1;
		position: absolute;
		border-radius: 50%;
		display: inline-flex;
		content: "";
		width: 66px;
		height: 66px;
		background: #e6e9ff;
	}
	.facility-box {
		width: 191px;
		height: 226px;
	}
	.facility-box-2 {
		width: 223px;
		height: 267px;
	}
	.facility-box-2::after {
		right: 8px;
		bottom: -64px;
	}
	.designation p {
		margin-bottom: -9px;
		padding: 15px 15px;
		border-radius: 0px 0px 35px 35px;
	}
	.designation1 p {
		margin-bottom: -9px;
		padding: 15px 15px;
		border-radius: 0px 0px 35px 35px;
	}
}

@media only screen and (max-width: 428px) {
	.marquee-news-heading {
		width: 26%;
	}
	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;
	}
	.leadership-img-2::after {
		right: -45px;
	}
	.leadership-img-2::before {
		display: none;
	}
	.facility-box {
		width: 169px;
		height: 205px;
	}
	.facility-box-2 {
		width: 203px;
		height: 250px;
	}
	.facility-box-2::after {
		display: none;
	}

	.testimonial-img {
		width: 225px !important;
		height: 222px !important;
		margin-bottom: 15px;
	}
	/* .text-start {
		text-align: center !important;
	} */
	.social-icon {
		float: left;
	}

	.map {
		text-align: center;
	}
	.copyright-footer {
		padding-top: 10px;
	}
}
@media only screen and (max-width: 400px) {
	#header-carousel .carousel-control-prev,
	.carousel-control-next {
		position: relative;
		left: 68% !important;
		top: -99px;
		z-index: 1;
		display: inline-block;
		align-items: center;
		justify-content: center;
		width: 7%;
		padding: 0;
		color: #fff;
		text-align: center;
		background: none;
		border: 0;
		opacity: 1;
		padding-right: 70px;
	}
	.facility-box {
		width: 155px;
		height: 190px;
	}
	.facility-box-2 {
		width: 176px;
		height: 215px;
	}
	.designation p {
		padding: 15px 13px;
		border-radius: 0px 0px 22px 22px;
		background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	}
	.designation1 p {
		padding: 15px 13px;
		border-radius: 0px 0px 22px 22px;
		background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	}
}
@media only screen and (max-width: 350px) {
	.facility-box {
		width: 132px;
		height: 151px;
	}
	.facility-box-2 {
		width: 152px;
		height: 186px;
	}
	.designation p {
		margin-bottom: -10px;
		font-size: 15px;
		padding: 15px 13px;
		border-radius: 0px 0px 22px 22px;
		background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	}
	.designation1 p {
		margin-bottom: -10px;
		font-size: 15px;
		padding: 15px 13px;
		border-radius: 0px 0px 22px 22px;
		background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* home news & event */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* home news & event */

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

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

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

/* Inner Pages */
/* director */

img.director-img {
	border: 5px solid #e7e1e1;
	border-radius: 20px;
	box-shadow: 4px 5px 7px #918a8a;
	width: 90%;
	margin-bottom: 15px;
}
.director-details h2 {
	font-size: 16px;
	font-weight: 700;
	color: #ff3d00;
	font-family: "Open Sans";
}
img.leadership-team-img {
	border-radius: 20px;
}
.text-design {
	font-size: 16px;
	font-weight: 500;
	text-align: justify;
	padding: 20px;
	border-left: 2px solid #094069;
	margin-bottom: 10px;
	color: #02253e;
}
.page-sub-title {
	font-size: 18px;
	font-weight: 700;
	color: #ff3d00;
	font-family: "Open Sans";
}
/* list */
.design-list {
	list-style: none;
	padding-left: 10px;
}
.design-list li {
	margin-bottom: 4px !important;
	position: relative;
	padding-left: 10px;
	color: #094069;
	font-weight: 500;
}
.design-list li::marker {
	color: #ff3d00;
	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: "\F2E1";
	position: absolute;
	left: -9px;
}
.table th,
table th {
	color: #060606;
	padding: 0.5rem 0.5rem;
	background: #e7e9eb;
	border-color: #094069;
	box-shadow: inset 0 4px 3px -2px rgb(0 0 0 / 4%);
	text-align: center;
	font-weight: 700 !important;
}
.minor {
	padding-bottom: 57px;
}

.twitter-logo img{
	width : 17px;
}
.btn-primary, .btn-outline-primary {
    color: #ffffff !important;
    background: #032747 !important;
    border-color: #032747;
}
.btn.btn-sm.btn-outline-primary:hover {
    color: #032747 !important;
    border-color: #032747;
    background: #fff !important;
}