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

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: var(--color-primary);
	font-family: 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: #000;
	font-family: Roboto;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}

.homePage-sectionHeading-white {
	color: #ffffff;
	font-family: Roboto;
	font-size: 30px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

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

/* Home Page Headings End */

/* header */
/* ------- top menu ---------------- */
.web-cust-menu {
	background-color: var(--color-primary) !important;

}

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

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

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

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

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

.top-menu-left a {
	padding-right: 0px;
	color: #0F172A;

}


.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 {
	margin-top: -15px;
}

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

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

.responsive-logo {
	display: none;
}

.header-college-name {
	color: #B20000;
	text-align: center;
	font-family: "Suez One";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 37px;
	/* 123.333% */
	text-transform: capitalize;
}

.header-college-name2 {
	color: #B20000;
	text-align: center;
	font-family: "Suez One";
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 37px;
	/* 123.333% */
	text-transform: capitalize;
}

.head-line {
	margin: 0;
	color: #000;
	text-align: center;

	font-family: var(--font-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%;
	text-transform: capitalize;
}

.head-line span {
	color: #002765 !important;
	font-family: var(--font-secondary) !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 180%;
	text-transform: capitalize;
}

.head-line span span {
	text-transform: lowercase
}

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

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

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

/* ------- main menu ---------------- */
.main-menu {
	background: linear-gradient(90deg, #B6DAFF 0%, #FFF 50%, #B6DAFF 100%) !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 {
	text-transform: uppercase;
	font-family: Blinker;
	color: #ffffff;
}

@media only screen and (max-width:500px) {
	.main-menu .navbar-nav .nav-item a {
		color: #fff !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: var(--color-default);
}

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

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

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

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

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

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

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

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

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

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

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

.topbar-menu .second-menu li a {
	padding: 12px 10px !important;
	/* color: #0F172A !important; */
}

.myCustomTopRightMenu li a {
	color: black !important;
}

.menu-alignment {
	display: contents;
}

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

}

.menu-border {
	background: #0f172a !important;
	/* border-top: 4px solid #ff9f2a; */
}

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

/* high-light */
.importantNews-section {
	background-color: #FFDECF !important;
	border-bottom: 3px solid #fff !important;
}

.hor-marq {
	color: #000;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	line-height: 30px;
}

/* Home slider start */

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

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

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

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

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


/*  Home slider end */

/* 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: transparent;
	padding-top: 10px;
	height: 380px;
}

.holder {
	height: 250px !important;
	overflow: hidden;
	padding: 0px;
}

.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 6px;
	display: flex;
	border-top: 1px solid #dadada;
}

.news-date {
	color: #002765;
}

.holder ul li:hover {
	background-color: #002765;
	color: #fff;
}

.holder ul li:hover a {
	color: #fff;
}

.holder ul li:hover .news-date {
	background-color: #fdfeff;
}

.holder ul li a {
	font-weight: 500;
	padding-bottom: 4px;
	color: #000;
	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%;
}

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

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

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

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

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

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

.read-btn i {
	margin-left: 10px !important;
}

.read-btn:hover {
	color: #f44d4d;
}

.read-btn2 {
	font-weight: 500;
	padding-top: 5px;
	color: #FB5709;
	float: left;
}

.read-btn2:hover {
	color: #f44d4d;
}

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

.news-date {
	background: #f5f5f5;
	width: 60px;
	height: 60px;
	padding: 10px;
	color: #000;
	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;
}

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

.news-category {
	display: none;
}

/* marquee end- */

/* home page quick links */

.section-back {
	background-color: #F1F5F9;
	/* background: (--Blue-Gray-100, #F1F5F9); */
	display: flex;
	height: 126px;
	padding: 0px 199px 0px 200px;
	justify-content: center;
	/* align-items: flex-start; */
	gap: 7px;
	flex-shrink: 0;
}

.segment-item a {
	display: flex;
}

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

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

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

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

/* home page quick links */

/*  Departments Home Dept */

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

/* Academic-program */

.academic-program-section {
	background-color: #002765;
}

.academic-section p {
	color: #fff;
}


/* Photo Gallery */

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

.photo-gallery 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-gallery ul li.nav-item {
	margin: 0 auto;
	margin-bottom: 20px;
}

.photo-gallery 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;
	border-radius: 15px 15px 0px 0px !important;
	height: 220px;
}

.photo-gallery-box {
	background: var(--White, #FFF);
	border: 1px solid var(--Blue-Gray-900, #0F172A);
	border-radius: 15px;
	height: 340px;
}

.photo-gallery-text {
	color: var(--Blue-Gray-900, #0F172A);
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	text-wrap: wrap;
	/* 26.4px */
}

p.photo-gallery-text {
	padding-top: 20px;
	display: flex;
	align-items: self-start;
	margin-left: 15px !important;
	/* align-content: start; */
}

p.view-album {
	color: #B20000;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400 !important;
	display: flex;
	text-align: center;
	align-items: center;
	gap: 5px;
	margin-left: 25px !important;
	padding-top: 20px;
	line-height: 24px;
}

a.view-album {
	color: #B20000;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400 !important;
	display: flex;
	text-align: center;
	align-items: center;
	gap: 5px;
	margin-left: 25px !important;
	padding-top: 20px;
	line-height: 24px;
}

p.view-album i {
	letter-spacing: 4px;
}

.owl-carousel-gallery .owl-stage {
	margin: 8px 0px !important;
}

.owl-carousel-gallery .owl-stage .owl-item {
	padding-right: 30px;
}

.owl-carousel-gallery .owl-dot {
	background-color: #008cba;
}

.owl-carousel-gallery .owl-dot.active {
	background-color: #6D81A1 !important;
	width: 35px !important;
}


/*  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: var(--Blue-Gray-900, #0F172A);
}

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

.right-res p,
.right-res a,
.right-res span {
	color: var(--color-primary);
	font-style: normal;
	font-size: 18px !important;
	font-weight: 500;
}

.footer-section p,
.footer-section a,
.footer-section span {
	color: #fff !important;
	font-style: normal;
	font-size: 18px;
}

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

.contacts-place {
	display: flex;
}

.contacts-place i {
	padding-right: 12px !important;
	color: #B7D3FF !important;
	padding-top: 5px;
}

.con-1 {
	display: flex;
	flex-direction: column;
	row-gap: 5px;

}

/* 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/banner3.jpg");
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color-primary) !important;
}

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

/* -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 {
	margin-bottom: 20px !important;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 25.6px !important;
	color: var(--color-primary);
	font-weight: 600 !important;
}

.page-headings::after {
	content: "" !important;
	display: block;
	width: 10%;
	height: 3px;
	background: #FB5709;
	margin-top: 8px;
	left: calc(50% - 25px);
}

.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: #e5dcdc; */

	background: url(../img/page-back.jpg) center top no-repeat fixed;
	background-size: cover;
	position: relative;
}

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

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

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

/* -End Naac Pages-- */

/* accordian start*/

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

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

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

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

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

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

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

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

/* accordian end */


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

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

/* 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: #fba510;
	position: absolute;
	top: 29%;
	left: 24%;
	color: #fff;
	transform: translateY(15000px);
	transition: all .3s ease 0s;

}

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

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

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

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

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

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

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

/* CMS Photo Gallery*/

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

.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 .3s ease 0s;
}

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

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

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

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

.saftey {
	margin-top: 10px;
}

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

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

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

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

.noRecords {
	color: #babcc0;
}

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

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

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

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

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

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

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

/*  End Departments Home Dept */

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

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

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

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

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



/* Start Media Queries */




@media only screen and (max-width: 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;
		padding-bottom: 10px;
	}

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


}

@media only screen and (max-width: 808px) {
	.header-row {
		margin-top: -61px !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: -8px !important;
	}
}


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

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

@media only screen and (max-width: 390px) {
	img.faculty-img {
		margin-top: 5px;
		margin-left: 20px !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;
	}

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

	.quick-link-container {
		flex-direction: column;
		align-items: center;
		row-gap: 10px;
		column-gap: 10px;
	}
}

.quick-back {
	background: #F1F5F9;
}

.quick-link-container {
	justify-content: space-around;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 10px;

}

.quick-link-container p {
	color: #002765;
	font-size: 18px;
	font-weight: 700;
}

.institute-sec {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 61px;
}

.institute-info p {
	text-align: center;
	color: var(--Blue-Gray-900, #0F172A) !important;
	text-align: center;
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.institute-img {
	display: flex;
	height: 412px;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
}

.institute-in-sec {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 0 0;
}

.institute-sec2 {
	display: flex;
	align-items: center;
	align-self: stretch;
	position: relative;
}

.institute-in-sec {
	border-radius: 5px;
	border: 1px solid var(--Blue-Gray-200, #E2E8F0);
	background: var(--White, #FFF);
	box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
	padding: 26px 25px 26px 25px;
	position: relative;
	z-index: 999;

}

.principle-name {
	color: #002765;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 20px */
	letter-spacing: 3px;
	text-transform: uppercase;
}

.principle-message {
	color: var(--Blue-Gray-900, #0F172A);
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	/* 28.8px */
}


@media only screen and (max-width: 960px) {
	.institute-img img {
		height: 271px;
		width: 348px;
		/* padding-right: 439px; */
	}

	.institute-sec2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-self: stretch;
		position: relative;
	}
}

@media only screen and (max-width: 500px) {
	.institute-img img {
		height: 230px;
		width: 300px;
		/* padding-right: 439px; */
	}

	.institute-sec2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-self: stretch;
		position: relative;
	}

	.principle-message {
		font-size: 12px;
	}
}

.gtco-testimonials {
	position: relative;
	/* margin-top: 30px; */
	overflow: hidden;

	h2 {
		font-size: 30px;
		text-align: center;
		color: #333333;
		margin-bottom: 50px;
	}

	.program-card-body {
		display: flex;
		gap: 10px;
		padding: 7px;
		align-items: center;
	}

	h5 {
		font-size: 2px;
		margin: 0;
		padding: 8px;
	}

	.owl-nav {
		display: none;
	}

	.owl-dot {
		background-color: #008cba;
	}

	.owl-dot.active {
		background-color: #6D81A1 !important;
		width: 35px !important;
	}

	.program-card {
		background: #fff;
		/* box-shadow: 0 8px 30px -7px #c9dff0; */
		margin: 0 20px;
		/* padding: 4px 4px; */
		border-radius: 8px;
		border: 1px solid white;
		height: 200px !important;
	}

	.program-card .card-img-top {
		border-radius: 10px;
		box-shadow: 0 8px 20px -4px #95abbb;
		height: 150px;
		background-size: cover;
	}

	.program-card h5 {
		padding: 10px;
		border-radius: 100%;
		background: #C4C4C4;
		font-size: 3px;
		padding-left: 3px;

	}

	.program-card p {
		color: #555;
		color: var(--Blue-Gray-900, #0F172A);
		font-family: Roboto;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		/* 19.6px */
	}

	p.card-text {
		padding: 6px 0px;
		font-size: 13px;
	}


	.active {
		opacity: 0.5;
		transition: all 0.3s;

	}

	.center {
		opacity: 1;
		transform: scale(1.2);

		h5 {
			font-size: 2px;
			margin: 0;

		}


		.card-img-top {
			width: 100%;
		}
	}
}

@media (max-width: 767px) {
	.gtco-testimonials {
		margin-top: 20px;
	}

	.card-img-top {
		width: 95%;
	}

	p.card-text {

		font-size: 12px;
	}

}

@media (max-width: 465px) {

	.program-card-body {
		padding-left: 22px !important;
	}
}

.gtco-testimonials.owl-carousel {
	.owl-nav button {

		&.owl-next,
		&.owl-prev {
			outline: 0;
		}
	}

	button.owl-dot {
		outline: 0;
	}
}

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

/* placement */
.placement-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    column-gap: 25px;
    align-items: center !important;
}

.placement-logo{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.owl-carousel-placement .owl-item img {
    width: 40%;
}


.placement-logo p {
	color: #5B5B5B;
	text-align: center;
	font-family: "Roboto";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	padding-top: 10px;
}


.foot-end {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social-icon {
	display: flex;
	justify-content: flex-end;
}

.footer-section hr {
	background: linear-gradient(90deg, rgba(209, 209, 209, 0.00) 0%, #FB5709 49%, rgba(153, 153, 153, 0.00) 100%);
	margin-top: 10px;
}


.footer-section h2,
.footer-section h3 {
	color: #FB5709;
	font-family: var(--font-secondary) !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600 !important;
}

.footer-section p {
	color: var(--Blue-Gray-200, #E2E8F0);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	/* 25.6px */
}

@media (max-width: 1199px) {
	.foot-end {
		flex-direction: column;
		text-align: center;
	}

}


/* --------------------alumni-speak-------------- */

.alumni-speak-box {
	padding: 25px;
	border-radius: 18px;
	background: #013D79;
}

.alumni-speak {
	background: #F1F5F9 !important;
}

.alumni-speak-head {
	display: flex;
	justify-content: space-between;
}

.alumni-para {
	color: #fff;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	/* 38.4px */
}


.owl-carousel-alumni-speak .owl-dot.active {
	background-color: #B7D3FF;
	width: 20px;
	border-radius: 15px;
}

.owl-carousel-alumni-speak .owl-dot {
	border-radius: 50px;
	height: 10px;
	width: 10px;
	display: inline-block;
	background-color: #002765;
	margin-left: 5px;
	margin-right: 5px;
}

.owl-carousel-alumni-speak .owl-stage .owl-item {
	padding-right: 20px;
}

.alumni-i-n {
	display: flex;
	gap: 24px;
}

.alumni-box {
	border: 1px solid #475569;
	background: #013D79;
	border-radius: 20px;
	padding: 15px;
	box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 0px 10px 0px rgba(0, 0, 0, 0.07);


}

.alumni-speak-img {
	width: auto !important;
	height: 50px !important;
	border-radius: 50%;
}

.a-name {
	margin: 0;
	color: #FFD3BE;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 28.8px;
	text-align: left;
}

.a-designation {
	color: #94A3B8;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left;
}

/* .alumni-speak .owl-stage .owl-item:nth-child(even) .alumni-speak-box {
    padding: 25px;
    border-radius: 18px;
    background: #013D79;
	color: #fff;
}

.alumni-speak .owl-stage .owl-item:nth-child(even) .alumni-speak-name {
    color: #013D79;
    font-family: var(--font-secondary) !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 20px !important;
}

.alumni-speak .owl-stage .owl-item:nth-child(even) .alumni-speak-msg {
    color: #fff;
    font-family: var(--font-secondary) !important;
    font-size: 14px !important;
    font-style: italic;
    font-weight: 400 !important;
    line-height: 17px !important;
}

.alumni-speak .owl-stage .owl-item:nth-child(even) .alumni-speak-name span {
    color: #fff;
    font-family: var(--font-secondary) !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 20px;
}

.alumni-speak-img {
    margin: 0 auto;
    width: 80px !important;
    margin-bottom: 10px;
} */


img.newsletter-img {
	padding: 0px 17px;
}

.owl-carousel-news .owl-dot.active {
	background-color: #B7D3FF;
	width: 20px;
	border-radius: 15px;
}

.owl-carousel-news .owl-dot {
	border-radius: 50px;
	height: 10px;
	width: 10px;
	display: inline-block;
	background: rgba(127, 127, 127, 0.5);
	margin-left: 5px;
	margin-right: 5px;
}

/* CSS for Content*/
.img-fluid {
	border-radius: 10px;

}

.float-left {
	float: left;
	width: 300px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: 20px !important;
}

.margin-25 {
	margin: 25px;
}

.float-right {
	float: right;
}

.margin-principle {
	margin-top: 11px;
}

.margin-p {
	margin-top: 8px;
	margin-left: 19px;
}

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

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

.list-items-pdf a {
	text-decoration: underline;
}

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

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




@media (max-width: 600px) {
	.owl-carousel-alumni-speak .owl-stage .owl-item {
		padding-right: 8px;
		padding-left: 10px;
	}

	.owl-carousel-gallery .owl-stage .owl-item {
		padding-right: 10px;
		padding-left: 10px;
	}
}

/* faculty */
.faculty-img {
	max-width: 100%;
	width: 200px;
	height: 200px;
	border-radius: 10%;
	margin: 0 auto;
	box-shadow: 2px 2px 4px #888888;
	border: 7px solid #14427e;
}

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

.faculty-details {
	background-color: #f0f8fb;
	margin-top: 25px;
	margin-left: 21px;
	border-radius: 7%;
	padding-top: 10px;
	min-height: 300px;
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
	box-shadow: 4px 4px 4px #dcdcdc;
}

.faculty-details p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	unicode-bidi: isolate;
}

.department-faculty .staff-wrapper .faculty-details p {
	font-size: 18px !important;
	margin-bottom: 10px;
	text-align: start !important;
	margin: 18px;
	padding: 7px;
}



p.faculty-title {
	text-decoration: underline;
	font-size: 22px;
}

p.mail-text {
	/* word-break: break-all; */
	text-wrap: wrap;
}