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

/* Colors */
:root {
	--color-primary: #00716f;
	--color-secondary: #f37c4f;
	--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,
body,
p,
div,
button,
span,
td,
th,
a {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	//text-align: center;
}

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: #00716f;
	font-family: Poppins;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.homePage-sectionHeading-white {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600 !important;
	line-height: normal;
}
h2.homePage-sectionHeading-yellow {
	color: #ffcc2a;
	font-family: Poppins;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 1.5px;
}

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

/* Home Page Headings End */

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

.web-cust-menu .active {
	background-color: #00716f;
}

.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 {
	color: #fff;
	padding-right: 4px;
}

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

.myCustomTopRightMenu li a {
	color: #063037 !important;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

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

a.mobile {
	color: #063037;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@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;
}
/* .title-lines{
	position: relative;
}
.title-lines::before{
	content:"";
	position: absolute;
	top: 10px;
	left: 5%;
	background: url(../img/founder.png);
}
.title-lines::after{
	content: "";
	position: absolute;
	background: url(../img/founder2.png);
} */

.header-college-name {
	color: #063037;
	font-family: Poppins;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px; /* 148% */
	text-transform: capitalize;
}
.head-line1 {
	color: #4e4e4e;
	font-family: "Scope One";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px; /* 185% */
	letter-spacing: 1px;
	text-transform: capitalize;
}
.head-line {
	color: #00716f;
	font-family: "Scope One";
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 37px; /* 246.667% */
	letter-spacing: 0.75px;
	text-transform: capitalize;
}

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

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

.header-row {
	margin-top: -47px;
}
.founder-align {
	display: none;
}

/* ------- main menu ---------------- */
.main-menu {
	background: #eaeaea !important;
}
.main-menu ul li,
.main-menu ul li ul li .dropdown-item {
	color: var(--color-heading);
}

.web-cust-menu .active {
	background-color: #00716f;
}

.main-menu .navbar-nav .nav-item a {
    color: #ffffff;
    text-align: start;
}

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

.main-menu .dropdown-item:hover {
	background-color: #00716f;
	color: #000000;
	cursor: pointer;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	font-weight: 600;
	color: #fff;
}

.main-menu .dropdown-item {
	background-color: #f37c4f;
	padding: 10px 9px;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	background-color: #00716f;
	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: #00716f;
}

.second-menu li :active {
	background-color: #00716f !important;
	color: #fff !important;
}

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

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

.menu-alignment {
	display: contents;
}

/* Top Menue hover */
.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background-color: #00716f;
}

.menu-border {
	background: #f37c4f !important;
}

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

/* Home slider start */

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

.banner-slider img {
	background: var(--color-primary);
	height: 498px;
	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 */
.newsall {
	background: linear-gradient(
		180deg,
		#063037 0%,
		#063037 60.98%,
		#ddd 55.99%,
		#fff 56%
	);
}

.header-particle {
	left: -41px;
	top: 44px;
	position: absolute;
}

.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: 5px 5px 0px 0px;
	background: #26b9b6;
	padding: 10px;
	height: 439px;
	width: 364px;
}
.news-heading {
	color: #fff;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: start;
	padding-bottom: 10px;
	padding-left: 10px;
}

.news-btn {
	border-radius: 0px 0px 5px 5px;
	background: #00716f;
	padding: 15px;
	width: 364px;
}
.news-btn a {
	/* background: #8C1475; */
	color: #ffffff !important;
	padding: 11px 20px 11px 20px;
	border-radius: 50px;
	text-align: center;
	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
	border-radius: 9px;
	margin-bottom: 20px !important;
}
.news-date {
	border-radius: 6px;
	background: #063037;
	width: 60px;
	height: 60px;
	padding: 10px;
	color: #ffffff !important;
	text-align: center;
	font-family: Inter !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	letter-spacing: 1.25px;
	text-transform: uppercase !important;
	margin: 0px 10px 0px 0px;
}

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

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

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

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

.holder ul li {
	padding: 12px 10px !important;
	display: flex;
	border-bottom: 0.5px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	align-items: center;
	overflow: hidden;
	margin-right: 15px;
}

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

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

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

/* Events & Programs */

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

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

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

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

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

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

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

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

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

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

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

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

.news-category {
	display: none;
}

/* marquee end- */
/* about college */

.college-main p {
	color: #3a3a3a;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: start;
}
.college-main p a {
	color: #3a3a3a;
	font-family: Poppins;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	padding-right: 35px;
}

/* pillars-of-support */

section.pillars-of-support {
	position: relative;
}
.pillars-of-support-particle {
	height: 190px;
	left: 215px;
	top: 38px;
	position: absolute;
}
.pillars-of-support-particle-2 {
	z-index: -10;
	left: 50%;
	height: 280px;
	top: 44%;
	position: absolute;
}
.member-box {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.member-container {
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	display: flex;
}
.member {
	position: relative;
	width: 250px;
	height: 251px;
	background: #c4c4c4;
}

.member-2 {
	position: relative;
	width: 250px;
	height: 251px;
	background: #c4c4c4;
}

.member-3 {
	position: relative;
	width: 250px;
	height: 251px;
	background: #c4c4c4;
}

.mamber-name {
	margin: 0;
	text-align: center;
	padding: 12px 0px 3px 0px;
	color: #000;
	font-family: Poppins;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}
.member-designation {
	padding: 0;
	margin: 0;
	color: #4d4d4d;
	text-align: center;
	font-family: var(--font-heading);
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.owl-carousel-pillers .owl-nav {
	right: 3%;
	bottom: -55px;
	position: absolute;
	justify-content: flex-end;
	display: flex !important;
	gap: 20px;
}
.owl-carousel-pillers .owl-nav .owl-prev {
	margin-left: -35px;
	width: 35px !important;
	height: 35px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c4c4c4 !important;
	background: var(--light);
	border-radius: 4px;
	font-size: 22px;
	transition: 0.5s;
}
.owl-carousel-pillers .owl-nav .owl-next {
	margin-right: -20px;
	width: 35px !important;
	height: 35px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	border-radius: 4px;
	font-size: 22px;
	transition: 0.5s;
}
.owl-carousel-pillers .owl-nav .owl-prev {
	color: #000 !important;
}
.owl-carousel-pillers .owl-nav .owl-next {
	color: #000 !important;
}

/* principle sec */
.principle-sec {
	position: relative;
}
.principle-circle {
	height: 190px;
	left: 215px;
	top: 38px;
	position: absolute;
}
.principle-img {
	position: relative;
}
.principle-name {
	color: var(--Black, #000);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}
.principle-des {
	color: #4d4d4d;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
/*.principle-img::before {*/
/*	left: -19px;*/
/*	bottom: 235px;*/
/*	content: "";*/
/*	position: absolute;*/
/*	width: 60px;*/
/*	height: 102px;*/
/*	background: #00716f;*/
/*}*/
/*.principle-img::after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	width: 65px;*/
/*	height: 20px;*/
/*	background: #f37c4f;*/
/*	top: 65%;*/
/*	right: 5%;*/
/*}*/

/* message */
.p-message {
	border-radius: 10px;
	background: linear-gradient(
		133deg,
		rgba(38, 185, 182, 0.3) 3.61%,
		rgba(38, 185, 182, 0) 71.84%
	);
	position: relative;
	width: 70%;
}
.principle-message {
	overflow: hidden;
	color: #3a3a3a;
	font-family: "Poppins";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	/* line-height: 32px; */
	padding: 33px 27px 29px 32px;
}
.p-message a {
	position: absolute;
	right: 65px;
	bottom: 45px;
	padding: 10px 20px 10px 20px;
	background: #26b9b6;
	color: #063037;
	font-family: Rubik;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.principle-circle {
	height: 190px;
	left: 90%;
	top: 186px;
	position: absolute;
}

/* cources */

.icon-box {
	position: relative;
}

.arrow-push {
	display: flex;
}

.arrow-push i {
	margin: 5px;
	color: #003294;
	font-size: 27px;
}

.arrow-push p {
	text-align: center;
	font-weight: 600;
	padding: 5px;
	margin: 5px;
	width: 30px;
	height: 30px;
	color: #c4c4c4;
	font-family: var(--font-heading);
	font-size: 16px;
}

.arrow-push .active {
	font-family: var(--font-heading);
	color: #003294;
	font-weight: 700;
	text-align: center;
	padding: 5px;
	margin: 5px;
	width: 30px;
	height: 30px;
	background-color: #00b2ff;
	font-size: 16px;
}

.courses-icon-back {
	height: 70px !important;
	width: 66px !important;
	border: 1px solid #2257bf;
	bottom: 5px;
	position: absolute;
	background: white;
	padding: 12px;
}

span.courses-lable {
	color: white;
	background: #f02d40;
	padding: 4px 12px;
	margin-right: 124px;
	font-family: var(--font-heading);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.courses-item {
	padding: 0px 50px;
	text-align: center;
	position: relative;
}

.courses-item h1 {
	color: #063037;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	font-family: "Scope One";
	/* padding-left: 51px; */
	text-align: start;
}

.courses-item h1:hover {
    cursor: pointer;
    color: #00716f;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration-line: underline;
}
.courses-carousel .owl-nav {
	right: 3%;
	bottom: -55px;
	position: absolute;
	justify-content: flex-end;
	display: flex !important;
}
/* .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
} */

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

.courses-carousel .owl-nav .owl-next {
	margin-right: 15px;
	width: 45px !important;
	height: 45px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	border-radius: 4px;
	font-size: 22px;
	transition: 0.5s;
}

.courses-carousel .owl-nav .owl-prev {
	margin-right: 15px;
	width: 45px !important;
	height: 45px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c4c4c4 !important;
	background: var(--light);
	border-radius: 4px;
	font-size: 22px;
	transition: 0.5s;
}

.courses-carousel .owl-nav i {
	font-size: 32px;
}

.courses-carousel .owl-nav .owl-prev:hover,
.courses-carousel .owl-nav .owl-next:hover {
	background: var(--primary);
	color: var(--light);
}

/* quick-links */
.dhm-quick-links {
	background: #063037;
	position: relative;
	margin-top: 45px;
}

.quick-links-box {
	position: relative;
	z-index: 1;
	height: 110px;
	padding: 20px;
	margin: 10px 0px;
	background: #00716f;
	display: flex;
}

.quick-links-icon {
	margin-right: 12px;
}

.quick-links-icon i {
	font-weight: 700 !important;
	padding: 12px;
	font-size: 40px;
	color: #26b9b6;
}

.quick-links-head {
	color: #ffe4bb;
	font-family: Poppins;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
}

.quick-links-info span {
	color: #26b9b6;
	font-family: var(--font-secondary);
	font-size: 14px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 21px */
}

.dhm-quick-links .quick-links-box:hover i {
	color: #fff;
}

.dhm-quick-links .quick-links-box:hover .quick-links-info span {
	color: #063037;
}

.dhm-quick-links .quick-links-box:hover .quick-links-head {
	color: #063037;
}

.quick-links-box:hover {
	background: #26b9b6;
	cursor: pointer;
}

img.quick-links-particle {
	z-index: 0;
	right: 0;
	max-height: 300px;
	top: -40px;
	position: absolute;
}

/* Milestones and Recognitions */
.milestones-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.milestones-year span {
	color: #f37c4f;
	font-size: 24px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -1px;
	font-family: "Scope One" !important;
}
.milstone-name {
	color: #063037 !important;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.6px;
}

.milestones-year p {
	margin: 0;
	color: #666;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 142.857% */
	letter-spacing: -0.1px;
}

.milestones-box p {
	margin-bottom: 20px;
	color: var(--text-blue-secndary, #666);
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
	letter-spacing: -0.6px;
}

.milestones-container {
	width: 200px;
}

.milestones-container p {
	color: #797979;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.6px;
}

.milestones-box {
	padding: 14px;
	border-radius: 10px;
	background: linear-gradient(180deg, #e7f0ff 3.65%, #f5f0ff 57.29%, #fff 100%);
}

.milestones-box {
	padding: 14px;
	border-radius: 10px;
	background: linear-gradient(180deg, #e7f0ff 3.65%, #f5f0ff 57.29%, #fff 100%);
}

.milestones-container:nth-child(5n + 1) {
	padding-top: 181px;
}

.milestones-container:nth-child(5n + 2) {
	padding-top: 140px;
}

.milestones-container:nth-child(5n + 3) {
	padding-top: 100px;
}

.milestones-container:nth-child(5n + 4) {
	padding-top: 60px;
}

/* testimonial */

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

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

.testimonial-carousel .owl-nav .owl-next {
	margin-right: 15px;
	width: 45px !important;
	height: 45px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	border-radius: 4px;
	font-size: 22px;
	transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev {
	margin-right: 15px;
	width: 45px !important;
	height: 45px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c4c4c4 !important;
	background: var(--light);
	border-radius: 4px;
	font-size: 22px;
	transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
	background: var(--primary);
	color: var(--light);
}

.testimonial-item img::before {
	left: -11px;
	bottom: 44px;
	content: "";
	position: absolute;
	width: 19px;
	height: 19px;
	background: #003294;
}

.testimonial-img {
	position: relative;
}

.testimonial-item h4 {
	color: #063037;
	font-family: "Scope One" !important;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
	text-transform: capitalize;
	text-align: start;
}
.testimonial-item h4 span {
	color: #10203f;
	font-family: Poppins !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-align: start;
}

.testimonial-item p {
	color: #4d4d4d;
	font-family: Poppins !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-align: start;
}

.testimonial-carousel .owl-nav span {
	font-size: 30px;
	color: var(--color-primary);
}

.testimonial-carousel .owl-nav i {
	font-size: 32px;
}

.testimonial-info {
	padding-left: 50px;
	position: relative;
}

.testimonial-carousel .owl-dots {
	text-align: center;
	padding-right: 34%;
}
.testimonial-carousel .owl-dot {
	border-radius: 0px !important;
	height: 10px;
	width: 10px;
	display: inline-block;
	background: #063037 !important;
	margin-left: 5px;
	margin-right: 5px;
}
.testimonial-carousel .owl-dot.active {
	border-radius: 0px !important;
	height: 10px;
	width: 50px !important;
	display: inline-block;
	background: #f37c4f !important;
	margin-left: 5px;
	margin-right: 5px;
}
.header-particle9 {
	width: auto !important;
	left: 33%;
	top: 0px;
	height: 335px;
	position: absolute;
	overflow: hidden;
	z-index: -1;
}
/* home page quick links */

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

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

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

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

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

/* home page quick links */

/*  Departments Home Dept */

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

/* Photo Gallery */

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

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

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

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

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

/*  Photo Gallery */

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

.bred-img1 {
	padding: 100px;
	position: relative;
	height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: var(--color-primary);
	z-index: 2;
}

/* .bred-head-dept {
	z-index: 2;
	padding: 220px 0px;
	margin-bottom: 0px;
	color: #fdbd0f;
	font-size: 30px;
	font-family: "Poppins", sans-serif !important;
	font-style: normal;
	line-height: normal;
	transform: translate(0%, -10%);
	font-weight: 600 !important;
	background: #ffffff -webkit-gradient(
			linear,
			left top,
			right top,
			from(#ffffff),
			to(#ffffff),
			color-stop(0.5, #fdbd0f)
		) 0 0 no-repeat;
	-webkit-background-size: 150px;
	background-size: 150px;
	color: rgba(255, 255, 255, 0.1);
	-webkit-background-clip: text;
	animation: animate 3s infinite;
	filter: drop-shadow(2px 2px 4px #06305d);
} */

.bred-pos {
	margin-top: -222px;
    margin-bottom: 138px;
}

.footer-section {
	background-color: #063037;
}

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

.right-res p,
.right-res a,
.right-res span {
	color: #063037;
	font-style: normal;
	font-size: 14px !important;
	font-weight: 500;
	text-align: start;
}

.footer-section p,
.footer-section a,
.footer-section span {
	color: #26b9b6 !important;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

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

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

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

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

.footer-section h2,
.footer-section h3 {
	font-weight: 700 !important;
	color: #ffcc2a;
	font-family: Rubik;
	font-size: 20px;
	font-style: normal;
	line-height: 22px;
	text-align: start;
}

a.email {
	color: #063037;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.footer-section a:hover {
	color: var(--color-primary);
}
.footer-course {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	text-align: start;
}
.footer-course a {
	text-align: start !important;
}
.footer-course ul li::marker {
    color: #26b9b6;
}
/* Styles for website counter container */
.website-counter {
	font-size: 28px !important;
	color: var(--color-default);
}
#visitor_counter li {
    list-style: none;
    padding: 0% 2% !important;
    margin-left: 1% !important;
    color: #26B9B6 !important;
    font-family: Poppins !important;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 30px !important;
    background: transparent !important;
}

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

h2.college-name-footer {
	color: #e0e0e0 !important;
	font-family: Poppins !important;
	font-size: 30px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	line-height: 102% !important;
	letter-spacing: 1.5px !important;
}
/* Footer section end */

/* breadcrumb */

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

.bred-img::before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 0;
	opacity: 1;
	background: linear-gradient(
		90deg,
		#0a7775 0%,
		#00716f 29.44%,
		rgba(55, 4, 23, 0) 100%
	);
}

.bred-head {
	padding-top: 38px;
	z-index: 2;
	margin-bottom: 0px;
	/* color: #fdbd0f; */
	font-size: 30px;
	font-family: "Poppins", sans-serif !important;
	font-style: normal;
	line-height: normal;
	transform: translate(0%, -10%);
	font-weight: 600 !important;
	background: #ffffff -webkit-gradient(linear,
			left top,
			right top,
			from(#ffffff),
			to(#ffffff),
			color-stop(0.3, #fdbd0f)) 0 0 no-repeat;
	-webkit-background-size: 150px;
	background-size: 150px;
	color: rgba(255, 255, 255, 0.1);
	-webkit-background-clip: text;
	animation: animate 3s infinite;
	text-align: start;
}
.bred-head-dept {
	z-index: 2;
    padding: 134px 0px;
    margin-bottom: 0px;
    color: #fdbd0f;
    font-size: 30px;
    font-family: "Poppins", sans-serif !important;
    padding-bottom: 67px;
    font-style: normal;
    line-height: normal;
    transform: translate(0%, -10%);
    font-weight: 600 !important;
    background: #ffffff -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff), color-stop(0.5, #fdbd0f)) 0 0 no-repeat;-webkit-background-size: 150px;
	background-size: 150px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text;
    animation: animate 3s infinite;
    filter: drop-shadow(2px 2px 4px #06305d);
    text-align: start;
}

/* .breadcrumb {
	filter: drop-shadow(4px 4px 4px rgba(0, 47, 99, 0.25));
	z-index: 11;
	margin-bottom: 100px;
	bottom: 0px;
	position: absolute;
	padding: 7px 20px;
	border-radius: 3px;
	background: #febd3b;
	width: auto;
	align-items: center;
} */

.breadcrumb {
	filter: drop-shadow(4px 4px 4px rgba(0, 47, 99, 0.25));
	z-index: 11;
	/* margin-bottom: 143px; */
	position: absolute;
	padding: 7px 20px;
	border-radius: 3px;
	background: #febd3b;
	width: auto;
	align-items: center;
	margin-top: 91px;
}

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

.breadcrumb li a {
	color: #370417;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

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

.breadcrumb-item.active {
	font-weight: 500;
	color: #370417;
}

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

.breadcrumb::after {
	z-index: -1;
	content: "";
	position: absolute;
	border: 25px solid transparent;
	border-top: 62px solid #febd3b;
	top: 0px;
	right: -30px;
}

.bred-img1::before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 0;
	opacity: 1;
	background: linear-gradient(
		90deg,
		#0a7775 0%,
		#00716f 29.44%,
		rgba(55, 4, 23, 0) 100%
	);
}

/* -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::after {
	content: "";
	width: 0;
	height: 4px;
	display: inline-block;
	background: linear-gradient(to right, #00716f, #c6daff);
	border-radius: 15px;
	margin: 5px 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	animation: growBar 3s ease-out forwards;
}

@keyframes growBar {
	from {
		width: 0;
	}

	to {
		width: 140px;
	}
}

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

@keyframes animate {
	0%,
	10% {
		background-position: -1000px;
	}

	20% {
		background-position: top left;
	}

	90% {
		background-position: top right;
	}

	100% {
		background-position: 1000px;
	}
}

.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: url("../img/back-img.jpg") center top no-repeat fixed;
	background-size: cover;
	position: relative;
}

.page-back::before {
	z-index: 0 !important;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(255 255 255 / 0.7);
	z-index: 9;
}

.container.about-page {
	position: relative;
	z-index: 1;
}

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

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

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

/* -End Naac Pages-- */

/* accordian start*/

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

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

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

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

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

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

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

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

/* accordian end */

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

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

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

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

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

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

.table tr {
	border-color: #00716f;
}

.table td,
table td {
	border-color: #00716f;
	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: 20px !important;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	font-size: 30px !important;
	color: #00716f;
	font-weight: 700 !important;
}

.sub-head::after {
	content: "";
	width: 0;
	height: 4px;
	display: inline-block;
	background: linear-gradient(to right, #00716f, #c6daff);
	border-radius: 15px;
	margin: 5px 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	animation: growBar 3s ease-out forwards;
}

.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::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 113 111);
    transition: left 0.5s ease;
    z-index: -1;
    color: #fff;
}

.vtabs .nav-tabs .nav-link:hover::before {
	left: 0;
}

/* Pulse Effect */

@keyframes pulse {
	0%,
	100% {
		transform: translateY(-50%) scale(1.1);
	}

	50% {
		transform: translateY(-50%) scale(1.2);
	}
}

.vtabs .nav-tabs .nav-link {
	margin-right: 10px;
	padding: 10px;
	margin-bottom: 5px;
	border-left: 5px solid #00716f;
	border-bottom: 3px solid #00716f;
	border-radius: 6px;
	background: rgba(238, 238, 238, 0.76);
	color: #000;
	font-family: Poppins !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	transition: background-color 0.3s ease, color 0.3s ease, border-left 0.3s ease;
}

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

.vtabs .nav-tabs .nav-link.active {
	background-color: #00716f !important;
	color: #0b0a0a;
	border-left: 5px solid #00716f;
	animation: zoomIn 0.3s ease-in-out;
}

.vtabs .nav-tabs .nav-link:hover {
	transform: scale(0.95);
}

@keyframes zoomIn {
	from {
		transform: scale(0.9);
	}

	to {
		transform: scale(1);
	}
}

/* .vtabs .nav-tabs .nav-link::after {
    content: "";
	opacity: 1;
    position: absolute;
    right: -20px;
    top: 50%;
	transform: translateY(-50%) scale(1.1);
    border: solid transparent;
    border-width: 20px 0px 20px 35px;
    border-left-color: #003294;
    opacity: 0;
    transition: opacity 0.3s ease, right 0.3s ease, transform 0.5s ease;
	animation: pulse 1s infinite;
} */

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

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

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

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

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

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

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

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

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.firstImage:after {
	display: block;
	content: "View Gallery";
	padding: 8px 15px;
	margin: auto;
	background-color: 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 {
	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: 1400px) {
	.header-college-name {
		font-size: 22px;
	}
	.main-menu .navbar-nav .nav-item a {
		font-size: 14px;
	}
	.news-circular {
		width: 290px;
	}
	.holder ul li a {
		font-weight: 500;
		font-size: 14px;
	}
	.news-btn {
		width: 290px;
	}
	.principle-circle {
		left: 87%;
	}
	.owl-carousel-pillers .owl-nav {
		right: 20%;
		gap: 20px;
	}
	.owl-carousel-pillers .owl-nav i {
		font-size: 38px;
	}
	span.courses-lable {
		margin-right: 61px;
	}
	.courses-item h1 {
		font-size: 23px;
	}
	.courses-item h1:hover {
		font-size: 23px;
	}
	.quick-links-head {
		font-size: 21px;
	}
	
}
@media only screen and (max-width: 1280px) {
	.naac-section a:before {
		margin-right: 5px;
	}

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

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

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

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

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: static !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: -16px !important;
		padding-bottom: 23px;
	}

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

	/* new */
	.news-events.ng-scope {
		padding-top: 20px;
		margin-left: 33%;
	}
	.principle-img::after {
		display: none;
	}
	.principle-img::before {
		display: none;
	}
	.p-message {
		width: 100%;
	}
	.p-message a {
		bottom: 19px;
	}
	.founder-tab1 {
		display: none;
	}
	.founder-tab2 {
		display: none;
	}
	.founder-align {
		display: flex;
		justify-content: space-around;
	}
}

@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;
		background-image: linear-gradient(0deg, rgb(10 44 87), rgb(8 6 7 / 35%)),
			url(../img/bread-img.jpg);
	}

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

	.single-service {
		height: auto !important;
	}

	.single-service-1 {
		height: auto !important;
	}

	.function-content {
		height: auto !important;
	}

	.breadcrumb {
		margin-bottom: 25px;
		margin-right: 20px;
		background: none;
	}

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

	.breadcrumb-item.active {
		font-weight: 500;
		color: #fff9fb;
	}

	.breadcrumb::after {
		display: none;
	}

	.bred-head {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.bred-head-dept {
		font-size: 22px;
		margin-bottom: 30px;
		padding: 150px 0px;
	}

	.design-list {
		word-wrap: break-word;
	}

	.manage-style {
		height: auto !important;
	}

	img.staff-img-circle {
		border-radius: 7px;
		text-align: center;
		height: auto !important;
		border: 1px solid #fff !important;
		/* object-fit: cover; */
	}

	.manage-style2 {
		height: auto !important;
	}
}

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

@media only screen and (max-width: 500px) {
	.header-row {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.news-events.ng-scope {
		margin-left: 20%;
	}
	.p-message a {
		bottom: 0px;
	}
	.header-particle9 {
		left: 15%;
	}
	.design-list {
		padding-left: 0px;
	}
	.design-list li {
		font-size: 12px;
	}
.top-line {
    padding-bottom: 0px;
}
.banner-slider img {  
    height: 288px;
}
.milestones-container:nth-child(5n + 1) {
    padding-top: 0px;
}
.milestones-container:nth-child(5n + 2) {
    padding-top: 7px;
}
.milestones-container:nth-child(5n + 3) {
    padding-top: 7px;
}
.milestones-container:nth-child(5n + 4) {
    padding-top: 7px;
}
.social-icon {
    padding-top: 0px !important;
}.pillars-of-support-particle-2 {
    display: none;
}
.pillars-of-support-particle {
    display: none;
    
}
.principle-circle {
    display: none;
}
.news-events.ng-scope {
    margin-left: 15%;
}
.quick-links-head {
    font-size: 21px;
    text-align: start;
}
}

@media only screen and (max-width: 428px) {
	span.carousel-control-prev-icon {
		margin-left: 18px !important;
		padding-left: 7px !important;
	}

	span.carousel-control-next-icon {
		margin-right: 18px !important;
		padding-right: 7px !important;
	}
}

/* About Pages */
.founder-1 {
	position: relative;
	border: 10px solid #f2f2f2;
	width: 60%;
	margin-bottom: 20px;
	object-fit: contain;
	filter: drop-shadow(2px 4px 6px black);
}

.founder-2 {
	position: relative;
	border: 10px solid #f2f2f2;
	width: 60%;
	margin-bottom: 20px;
	object-fit: contain;
	filter: drop-shadow(2px 4px 6px black);
}

.text-design {
	font-size: 16px;
	/* background: #560b9d; */
	padding: 35px;
	color: #4a2d07;
	font-weight: 400;
	text-align: justify;
	border-radius: 20px;
	outline: 3px solid #f5d700;
	outline-offset: -12px;
}

.text-design-2 {
	border-bottom: 4px dashed #00716f;
	padding-bottom: 10px;
	font-size: 16px;
	padding: 35px;
	color: #4a2d07;
	font-weight: 500;
	text-align: justify;
	border-radius: 20px;
	outline: 3px solid #f5d700;
	outline-offset: -12px;
}

.founder-name {
	font-size: 28px;
	font-weight: 700;
	color: #660714;
	font-family: "Blinker";
}

/* vission mission */
.single-service {
	height: 200px;
	padding: 20px 15px;
	width: 100%;
	background: linear-gradient(270deg, rgb(187 214 249 / 76%), rgb(233 234 235)),
		url(../img/vision-v.jpg);
	position: relative;
	background-size: cover;
	box-shadow: 4px 4px 8px grey;
	overflow: hidden;
}

.single-service-1 {
	height: 800px;
	padding: 20px 15px;
	width: 100%;
	background: linear-gradient(270deg, rgb(187 214 249 / 76%), rgb(233 234 235)),
		url(../img/vision-v.jpg);
	position: relative;
	background-size: cover;
	box-shadow: 4px 4px 8px grey;
	overflow: hidden;
}

.single-service::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: linear-gradient(0deg, #000, rgb(211 245 26));
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: width 0.4s ease, height 0.4s ease;
	pointer-events: none;
}

.single-service .content {
	position: relative;
	z-index: 2;
	text-align: center;
}

.title-about-vision {
	font-size: 30px;
	font-weight: 700;
	font-family: fangsong;
	color: #fff;
	/* background: linear-gradient(70deg, #fbe1e1, transparent); */
	/* animation: gradientAnimation 5s infinite, moveText 13s infinite; */
}

.vision-msg {
	color: #300202;
	font-size: 20px;
	font-weight: 500;
}

.title-about-vision {
	font-size: 30px;
	font-weight: 700;
	font-family: fangsong;
	color: #00716f;
	/* background: linear-gradient(70deg, #fbe1e1, transparent); */
	/* animation: gradientAnimation 5s infinite, moveText 13s infinite; */
}

/* history */
.history-text {
	font-size: 16px;
	/* background: #560b9d; */
	padding: 10px;
	color: #4a2d07;
	font-weight: 500;
	text-align: justify;
}

.college-history {
	/* background: linear-gradient(0deg, rgb(2 1 1 / 76%), rgb(8 6 7 / 94%)),url("../img/history-back.jpg") center top no-repeat fixed; */
	border-radius: 20px;
	background-size: cover;
	/* outline: 3px solid #f5d700; */
	/* outline-offset: -12px; */
	border: 3px dashed #00716f;
}

.institute-img {
	width: 60%;
	object-fit: cover;
}

/* principal */
.principal {
	position: relative;
	border: 10px solid #f2f2f2;
	width: 80%;
	margin-bottom: 20px;
	object-fit: contain;
	filter: drop-shadow(2px 4px 6px black);
}

/* card */
.mang-img {
	border: 10px solid white;
	/* box-shadow: 2px 2px 4px grey; */
}

.card {
	height: 100%;
	border: none;
	box-shadow: 2px 2px 4px black;
}

.staff-wrapper {
	margin-bottom: 20px;
}

.card-body h2 {
	font-size: 22px;
	font-weight: 700;
	color: #7a0606;
	text-align: center;
}

.mang-des {
	font-size: 18px;
	font-weight: 600;
	color: #00716f;
	text-align: center;
}

.card-text {
	color: #2c0606;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
}

.procedure-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border: 5px solid #e7e3e3;
	border-radius: 20px;
	box-shadow: 2px 2px 4px gray;
}

.rti-app-img {
	width: 100%;
	height: 400px;
	border: 4px solid #00716f;
	border-radius: 20px;
	box-sizing: content-box;
	box-shadow: 2px 2px 4px #bfb7b7;
}

.rti-title {
	font-size: 30px;
	color: #6c1106;
	font-weight: 600;
	padding-bottom: 10px;
}

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

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

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

.naac-img {
	border-radius: 20px;
	width: 90%;
	border: 8px solid #d5ab11;
	box-shadow: 2px 2px 4px black;
}

.grade-img {
	/* border-radius: 20px; */
	width: 60%;
	/* border: 8px solid #d5ab11; */
	box-shadow: 2px 2px 4px black;
}

.dept-gallery-filter {
	position: relative;
}

.second-title {
	font-size: 22px;
	font-weight: 600;
	color: #762f04;
}

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

.staff-img {
	border: 10px solid #e9e3e3;
	width: 217px;
	object-fit: cover;
	height: auto;
	box-shadow: 2px 2px 4px black;
}

.staff-name {
	font-size: 20px;
	font-weight: 600;
	padding: 10px;
	text-align: start;
}

.staff-details p {
	font-size: 18px;
	font-weight: 500;
	color: #462202;
}

.function-content {
	height: 530px;
	padding: 20px 15px;
	width: 100%;
	background: linear-gradient(270deg, rgb(187 214 249 / 76%), rgb(233 234 235)),
		url(../img/vision-v.jpg);
	position: relative;
	background-size: cover;
	box-shadow: 4px 4px 8px grey;
	overflow: hidden;
}

.grievance-img {
	border: 5px solid #fff;
	box-shadow: 4px 4px 8px grey;
	width: 100%;
	opacity: 0;
	transform: scale(0.8);
	animation: popup 1.5s forwards;
}

.naac-img-1 {
	border-radius: 20px;
	width: 50%;
	border: 8px solid #d5ab11;
	box-shadow: 2px 2px 4px black;
	opacity: 0;
	transform: scale(0.8);
	animation: popup 1.5s forwards, spin 1.5s forwards;
}

.nss-img {
	border: 10px solid #fff;
	box-shadow: 4px 4px 8px grey;
	margin-top: 20px;
	opacity: 0;
	transform: scale(0.8);
	animation: popup 1.5s forwards;
}

@keyframes popup {
	0% {
		opacity: 0;
		transform: scale(0.8);
	}

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

@keyframes spin {
	0% {
		transform: scale(0.8) rotate(0deg);
	}

	100% {
		transform: scale(1) rotate(360deg);
	}
}

.nss-img-2 {
	border: 10px solid #fff;
	filter: drop-shadow(2px 4px 6px black);
	border-radius: 50%;
	opacity: 0;
	transform: scale(0.8);
	animation: popup 1.5s forwards, spin 1.5s forwards;
}

.nss-img-3 {
	border: 10px solid #fff;
	box-shadow: 4px 4px 8px grey;
	margin-top: 20px;
	width: 100%;
	opacity: 0;
	transform: scale(0.8);
	animation: popup 1.5s forwards;
}

.gym-img-circle {
	border: 10px solid #fff;
	box-shadow: 4px 4px 8px grey;
	width: 39%;
	margin-bottom: 20px;
	opacity: 0;
	transform: scale(0.8);
	animation: popup 1.5s forwards;
}

/* sharvari */
.manage-style .staff-name-1 {
	color: #bf0000;
	font-size: 18px;
	font-weight: 500;
}

img.staff-img-circle {
	box-shadow: 2px 2px 4px grey;
	padding: 2px;
	background-color: #f0f0f0;
	border-radius: 15px;
	text-align: center;
	height: 275px;
	width: 75%;
	border: 9px solid #fff;
	/* object-fit: cover; */
}

.manage-style {
	box-shadow: 2px 2px 8px grey;
	padding: 15px;
	background-color: #f0f0f0;
	border-radius: 5px;
	height: 478px;
}

.manage-style2 {
	box-shadow: 2px 2px 8px grey;
	padding: 15px;
	background-color: #f0f0f0;
	border-radius: 5px;
	height: 190px;
}

.manage-style2 {
	box-shadow: 2px 2px 8px grey;
	padding: 15px;
	background-color: #f0f0f0;
	border-radius: 5px;
	height: 170px;
}

.manage-box {
	text-align: center;
	margin-bottom: 15px;
}

.staff-info h2 {
	font-size: 20px;
	font-weight: 700;
	color: #7e1f1f;
}

/* crousel all */

span.next-slide {
	text-align: center;
	font-family: Rubik;
	font-weight: 600;
	padding: 5px;
	margin: 5px;
	width: 30px;
	height: 30px;
	color: #c4c4c4 !important;
	font-family: var(--font-heading);
	font-size: 16px !important;
}
span.current-slide {
	font-family: var(--font-heading);
	color: #063037 !important;
	font-family: Rubik;
	font-weight: 700;
	text-align: center;
	padding: 5px 8px;
	margin: 5px;
	width: 30px;
	height: 30px;
	background: #26b9b6;
	font-size: 16px !important;
}



/* faculty-btn */
.button-css {
    position: relative;
    height: 0;
    width: 100px;
    display: inline-flex;
    align-items: start;
    justify-content: center;
    padding: 0px;
    background-color: transparent;
    border: none;
    top: 46px;
    right: 46%;
    z-index: 2;
}
  .staff-details-goback {
	height: 45px;
	width: auto;
	position: relative;
  }
  .fac-coll {
	padding: 0px;
	text-align: center;
	position: relative;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	/* background-color: #f1f1f1; */
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 18px;
  }
h4.dept-content {
    text-align: left;
    font-size: 25px;
    font-weight: 600;
}