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

/* Colors */
:root {
	--color-primary: #110069;
	--color-secondary: #fdbd0f;
	--color-heading: #fff;
	--color-default: #000000;
}

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

body {
	color: var(#000);
	line-height: 1.5rem;
	overflow-x: hidden;
}

/* Style for the site header */
.site-header {
	background-color: #f8f9fa;
	padding: 10px 0;
}

/* Style for the title holder */
.title-holder {
	display: flex;
	align-items: center;
}

.header-logo {
	max-height: 80px;
}

.header-college-name {
	margin-left: 15px;
	font-size: 1.5rem;
	color: #333;
}

/* Style for the main navbar */
.main-menu {
	/* background-color: #343a40; */
}

.navbar-toggler {
	border: none;
}

/* Style for the offcanvas menu */
.offcanvas-header {
	background-color: #fff;
	color: #fff;
}

.offcanvas-body {
	background-color: #f8f9fa;
}

.offcanvas-title {
	font-size: 1.25rem;
}

.offcanvas-body .nav-link {
	color: #343a40;
	font-size: 1.1rem;
	padding: 10px 15px;
}

.offcanvas-body .nav-link:hover {
	background-color: #e9ecef;
	color: #343a40;
}

.offcanvas-body .dropdown-menu {
	background-color: #f8f9fa;
	border: none;
}

.offcanvas-body .dropdown-menu .dropdown-item {
	color: #343a40;
}

.offcanvas-body .dropdown-menu .dropdown-item:hover {
	background-color: #e9ecef;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-size: 1.6rem;
	color: #d84524;
	font-size: 25px;
	font-weight: 600;
	font-family: "Jost";
	margin-top: 28px;
	margin: 6px;
	padding: 15px;
}


body,
p,
div,
button,
span,
td,
th,
a {

	font-family: "Roboto", sans-serif;
	font-size: 22px;
}

p,
span,
a {
	line-height: initial;
	font-size: 15px;

}

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: var(--color-primary);
	font-size: 30px;
	font-weight: 600 !important;
	line-height: normal;
}

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

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

/* Home Page Headings End */

/* header */
/* ------- top menu ---------------- */
.web-cust-menu {
	/* text-decoration: underline; */
}

.web-cust-menu a:hover {
	text-decoration: none !important;
}


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

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

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

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

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

.top-menu-left a {
	color: #fff;
	padding-right: 50px;
}

.top-menu-left a:hover {
	color: var(--color-secondary) !important;
}

.second-menu {
	justify-content: end;
	margin: auto;
}

.top-menu li {
	display: flex;
}

.second-menu {
	justify-content: end;
	margin: auto;
}

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

a.mobile {
	text-decoration: underline;
}

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

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

/*  header College Name */

.site-header {
	position: sticky;
	top: 0px;
	height: 100px;
	z-index: 1000;
	background: #fff;
	text-align: center;
}

.logo-holder,
.title-holder {
	display: flex;
	/* vertical-align: top; */
}

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

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

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

.responsive-logo {
	display: none;
}


/* {
	color: #080808 !important;
	font-weight: 500 !important;
	font-size: 30px;
	 font-family: 'Roboto' !important; 
	line-height: 83px;
	font-style: normal;
	letter-spacing: -1px;
} */

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

img.header-logo {
	margin: 10px 19px 10px 58px;
	position: relative;
	top: -6px;
}

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

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

.main-menu ul li,
.main-menu ul li ul li .dropdown-item {
	color: #000 !important;
	padding: 10px;
}


.main-menu .navbar-nav .nav-item a {
	color: #000000 !important;
	font-size: 16px;
	padding: 12px;
	line-height: 15px;
	font-family: 'Roboto';
	text-decoration: underline;

}

.dropdown-menu li a {
	text-decoration: none !important;
}

/* .navbar-nav li {
	text-decoration: underline;
} */
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	font-weight: 600;
	color: #4d90fe !important;
	text-decoration: none !important;
}

/* .main-menu .navbar-nav .nav-item a {
    color: #000000;
    font-size: large;
    line-height: 55px;
} */

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

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	font-weight: 600;
	color: #4d90fe !important;
	text-decoration: none !important;
}

.main-menu .dropdown-item {
	background-color: white;
	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; */
	width: 230px;
	/* height: 100px; */
	padding: 0px;
	white-space: nowrap;
}

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

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

.second-menu li :hover {
	/* background-color: var(--color-secondary); */
	/* color: aliceblue !important; */
	color: #2493cb !important;
}

/* .second-menu li :active {
	background-color: var(--color-secondary);
} */
.topbar-menu .second-menu li .link-active {
	background-color: #000000 !important;
}

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

.menu-alignment {
	display: contents;
}

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

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

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;


	/* background-color: var(--color-primary); */
}

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

.tab-label {
	padding: 10px 20px;
	cursor: pointer;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	margin-right: 5px;
	display: inline-block;
	transition: background-color 0.3s;
}

.tab-label:hover {
	background-color: #ddd;
}

/*  Home slider end */
.column-inner.custom-column {
	background: linear-gradient(180deg, #d2e3e7 50%, #ffffff 50%) !important;
	padding-bottom: 0% !important;
	border-radius: 22px;
	border: 1px solid #7d959a;
}

.wrapper {
	margin-bottom: 20px;
}

.text-column .heading {
	font-size: 18px;
	margin-bottom: 40px;
}

h2.heading {
	color: black !important;
	margin-bottom: 40px;
}

/* feedback */
.testimonial-container {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

button.w3-bar-item.w3-button {
	border-top: 3px solid #d84524 !important;
	background-color: #fff !important;
	color: #666;
	margin: 5px;
	width: 689px;
	border-bottom: none !important;
	border-left: none;
}

button.w3-bar-item.w3-button {
	border-color: #d2e3e7 !important;
	background-color: #d2e3e7 !important;
	color: #000 !important;
	height: 58px;
	width: 645px;
	margin-left: 57px;
	margin-right: -66px;
	padding: 1px -1px;
	/* margin-left: 3px; */
	border-bottom: 1px solid #98a4a7 !important;
}

a.heading {
	margin: 0px 411px 0px 20px;
}

/* i.w3-bar-item.w3-button.fas.fa-book-open {
    display: flex;
} */
button.w3-bar-item.w3-button:active {
	border-top: 3px solid #d84524 !important;
	background-color: #fff !important;
	color: #666;
	margin: 5px;
	margin-right: -12px;
	border-bottom: none !important;
	border-left: none;
}

::marker {
	color: #f4785c;
	font-size: 30px;
	/* position: absolute;
    content: " "; */
}

/* .events {
	margin-left: 62px;
} */

.fa-book-open:before {
	background: #5158cd !important;
	border: 1px solid #5158cd !important;
	border-radius: 50% !important;
	padding: 10px !important;
	color: #fff !important;
	left: -182px;
	position: relative;
}


.tab-container .tab.active>a {
	border-top: 3px solid #d84524 !important;
	background-color: #fff !important;
	color: #666;
	border-bottom: none !important;
	border-left: none;
}

/* Style for active button */
.w3-bar-item.w3-button.active {
	background-color: blue;
	color: white;
}

.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	border-color: #d2e3e7 !important;
	background-color: #d2e3e7 !important;
	color: #000 !important;
	height: 58px;
	width: 645px;
	margin-left: 57px;
	margin-right: -66px;
	padding: 1px -1px;
	/* margin-left: 3px; */
	border-bottom: 1px solid #98a4a7 !important;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

button.tablinks.active {
	border-top: 3px solid #d84524 !important;
	background-color: #fff !important;
	color: #666;
	border-bottom: none !important;
	border-left: none;
}




.tab button.active {
	border-top: 3px solid #d84524 !important;
	background-color: #fff !important;
	color: #666;
	border-bottom: none !important;
	border-left: none;
}


.i.w3-bar-item.w3-button.fas.fa-book-open:before {
	background: #a3b2db !important;
	border: 1px solid #a3b2db !important;
	border-radius: 50% !important;
	padding: 6px !important;
	color: #e2edf0 !important;
}

.testimonial-item {
	/* width: 1040px; */
	margin: 20px;
}

.testimonial-content {
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.testimonial-title {
	margin-bottom: 10px;
}

.testimonial-post-title {
	font-size: 1.5em;
	font-weight: bold;
}

.client-testimonial {
	margin-bottom: 10px;
}

.testimonial-description p {
	text-align: justify;
}

.client-name {
	font-size: 1.2em;
	margin-top: 1em;
}

.client-rating {
	margin-top: 0.5em;
}

.client-rating .fa-star {
	color: gold;
}

.client-designation {
	font-size: 1em;
	margin-top: 0.5em;
	color: gray;
}

.testimonial-button {
	background-color: #007bff;
	color: white;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 1em;
	border-radius: 5px;
	margin: 0 10px;
}

.testimonial-button:hover {
	background-color: #0056b3;
}

.testimonial-button i {
	font-size: 1.5em;
}

.prev-button {
	position: absolute;
	left: 0;
}

.next-button {
	position: absolute;
	right: 0;
}

.row.custom-row {
	/* background-color: #ffffff; */
	/* padding: 10px; */
	/* width: 409px; */
	margin: -21px;
}

/* .full-width-column.column-fill {
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 10px;
  }
   */
.toggle {
	margin-bottom: 10px;
}

.toggle-title {
	cursor: pointer;
	background-color: #fff;
	color: #fff;
	padding: 10px;
	display: flex;
	align-items: center;
	margin-top: -12px;
	transition: all 0.5s ease;
}

.toggle-icon {
	margin: 11px;
	color: white;
	height: 29px;
	width: 37px;
	text-align: center;
	background-color: #2a2a2a;
	border-color: transparent;
}

.toggle-content {
	padding: 10px;
	background-color: #fff;
}

.toggle-content {
	display: none;
	opacity: 0;
	transition: 2s ease-in-out;
}

.toggle-content.show {
	display: block;
	opacity: 1;
}


.hor-marquee {
	background: #f7e3b2 !important;
	border-radius: 2px;
	height: 67px;
	/* padding: 28px 17px; */
	margin-bottom: 36px;
}

.container-fluid.importantNews-section {
	padding-left: 0px;
	padding-right: 0px;
}

p.group {
	font-style: italic;
	font-size: 22px !important;
	font-family: "Georgia" !important;
}

.tabs {
	display: flex;
	flex-direction: column;
}

.quick-links-text p {
	color: black !important;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

/* .counts h3::after{
	content: "+";
   } */
.counts.quick-links-text.col-md-3.col-sm-6.text-center.pt-2 {
	box-shadow: 15px 0px 18px -23px rgb(4 4 0 / 126%);
	/* border-left: 1px solid; */
	margin-top: 31px;
	border-right: 1px solid #00000024;
	height: 120px;
}

label.btn.btn-outline-secondary.submit-btn.pop-button.styled-button.write-btn {
	margin-top: 9px;
	padding: 11px;
	/* margin-left: -65%; */
}

label.btn.btn-outline-secondary {
	box-shadow: -3px 5px 5px 0px #a69b9b !important;
	/* border: 1px solid rgb(178, 255, 255); */
	background-repeat: repeat-x;
	background-size: 200%;
	background-position: 0 -100%;
	padding: 11px 19px 12px 24px;
	margin: 30px 55px 49px 14px;
}

.counts h3 {
	font-size: 26px !important;
	display: block;
	font-weight: 600 !important;
	color: #000000 !important;
	font-family: "Poppins", sans-serif !important;

}

.tab-radio {
	display: none;
}

.tab-label {
	padding: 10px 20px;
	cursor: pointer;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	margin-right: 5px;
	display: flex;
}

.tab-label:hover {
	background-color: #ddd;
}

.tab-content {
	/* display: none; */
	padding: 20px;
	/* border: 1px solid #ccc; */
	margin-top: 10px;
}

/* Show the corresponding tab content when the radio button is checked */
#tab1:checked~#content1,
#tab2:checked~#content2 {
	display: block;
}

/* 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: #110069;
	padding: 20px;
	height: 380px;
} */

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

.scroll {
	/* height: 300px; */
	overflow-x: hidden;
	width: 98.7%;
}

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

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

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

.events ul li {
	padding: 5px 0px;
	border-bottom: 1px solid rgb(225, 225, 225);
	font-size: 13px;
}

.events ul li a {
	padding-bottom: 22px;
	display: flex;
	text-decoration: none;
}

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

.events 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- */

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

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

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

.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: #000000 !important;
	font-style: normal;
	font-size: 15px;
}

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

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

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

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

.social-icon a {
	color: #ffffff;
	margin-left: 74px;
	font-size: x-large;
}

.footer-section h2,
.footer-section h3 {
	font-style: normal;
	font-weight: 600 !important;
	color: #d84524 !important;
	margin-left: -16px
}

a.email {
	text-decoration: underline;
	margin-left: 0px;
}

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

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

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

/* Footer section end */

/* breadcrumb */

.bred-img {
	/* background-image: url("../img/banner.jpg"); */
	background-color: #000 !important;
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: var(--color-primary) !important; */
}

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

.breadcrumb {
	justify-content: start;
	/* width: auto; */
	align-items: center;
	margin: -7px 10px 10px 20px;
	position: relative;
	top: 55px;
	margin-bottom: 50px;
}

.breadcrumb li a,
.breadcrumb-item+.breadcrumb-item::before {
	color: #555555 !important;
	content: ">" !important;
}

.breadcrumb li a {
	text-decoration: underline;
	color: #777777;
	font-size: 19px !important;
	font-weight: 600;
}

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

.breadcrumb-item.active {
	font-weight: 600;
	color: #ca3a3a;
}

/* -End breadcrumb- */

/* -Inner Page Style- */

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

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

.page-headings {
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 20px !important;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 25.6px !important;
	color: var(--color-primary);
	font-weight: 600 !important;
}

.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 {
	line-height: 21px;
	margin-bottom: 0px !important;
	text-align: center;
	margin-top: 18px;
	/* margin-left: -23%; */
	font-size: 16px;
	font-family: 'Roboto';
	text-align: left;
}

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

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

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

.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: 1px !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;
    min-height: 380px;
    border: 1px solid #dcdcdc;
    margin: 10px 5px;
    box-shadow: 2px 2px 4px #ccc;
}

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

.pt-3 {
	padding-top: 0rem !important;
}


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

.canvas-1 {
	display: none;
}

/* Start Media Queries */

@media only screen and (max-width: 1280px) {
	.naac-section a:before {
		margin-right: 5px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

	.responsive-logo {
		display: inline-block;
	}

	.responsive-logo2 {
		display: none;
	}

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

@media only screen and (max-width: 768px) {
	.offcanvas-title {
		font-size: 23px;
		margin-left: -25px;
	}

	.header-logo {
		max-height: 72px;
	}

	.third-button {
		display: flex;
		justify-content: center;
		margin-left: 1px;
		margin-bottom: -36px;
	}

	.dropdown-menu {
		margin-top: -6px;
		margin-left: 66px;
		text-align: center;
	}

	.offcanvas-body {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: start;
	}

	.offcanvas-body .nav-link {
		display: inline-block;
		margin: 0 10px;
	}

	.col.read-col {
		display: flex;
		/* justify-content: center; */
		margin-top: -36px;
	}

	h1.header-college-name {
		margin-left: -23px;
	}

	i.bi.bi-list.menu-icon {
		color: red;
		position: absolute;
		right: 21px;
		top: -78px;
		padding: 4px;
	}

	.section-1 img {
		margin-top: -9px !important;
		box-shadow: 0px 4px 15px -5px red !important;
	}

	p.group {
		font-style: italic;
		font-size: 18px !important;
		padding: 21px;
		font-family: "Georgia" !important;
	}

	button.tablinks {
		border-color: #d2e3e7 !important;
		background-color: #d2e3e7 !important;
		color: #000 !important;
		height: 58px;
		width: 97%;
		margin-left: 9px;
		margin-right: -14px;
		padding: 1px -1px;
		/* margin-left: 3px; */
		border-bottom: 1px solid #98a4a7 !important;
	}

	.header-college-name {
		color: #080808;
		font-weight: 500;
		font-size: 25px;

		line-height: 83px;
		font-style: normal;
		letter-spacing: -1px;
	}

	.bred-img {
		height: auto;
	}

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

	img.staff-img-circle {
		width: 100% !important;
		margin-bottom: 10px;
	}

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



	img.header-logo {
		width: auto !important;
		margin: 0px !important;
	}


	.w3-black.tablinks a.activitie-1 {
		left: -50px !important;
		position: relative;
	}

	.w3-black.tablinks a.activitie {
		left: -50px !important;
		position: relative;
	}

	.w3-black.tablinks i.fas.fa-book-open {
		display: none !important;
		text-align: center;
	}

}

@media only screen and (max-width: 741px) {


	.section-1 img {
		margin-top: -14px !important;
		box-shadow: 0px 4px 15px -5px black;
	}

	.owl-nav .owl-next {
		right: -22px;
	}

	.events {
		margin-right: 10px;
	}
}

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

	.activity1 #pills-tab {
		display: flex;
		align-items: center !important;
		justify-content: center !important;
	}
}

@media only screen and (max-width: 428px) {
	button#btn-validate {
		position: relative;
		right: -2% !important;
	}


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

	.container.clg-1 {
		padding: 20px;
	}

	a.activitie {
		/* left: -150 !important; */
		position: relative;
	}

	a.activitie-1 {
		/* left: -150px !important; */
		position: relative;
	}

	h3.college-section {

		text-align: start;
	}

	.c-btn {
		position: relative;
		left: 0%;
	}

	.row.member-btn {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}



	h3.college-section.section-07 {
		margin-top: 40px;
	}

	h2.pt-5 {
		color: black;
		margin-top: -26px;
	}

	img.quick-link-icon.section-04 {
		position: relative;
		left: -50%;
	}

}

img.quick-link-icon.section-04 {
	position: relative;
	left: 9%;
}

a.activitie-1 {
	left: -145px;
	position: relative;
}

a.activitie {
	left: -156px;
	position: relative;
}

img.quick-link-icon.section-04 {
	position: relative;
	left: 9%;
}

span.carousel-control-prev-icon {
	margin-left: 18px;
	padding-left: 7px;
}

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



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

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

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

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

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

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

.news-events .event-title a i {
	color: #fff !important;
}
a.view-event-link {
    color: white !important;
} */

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

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

/* home news & event */

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

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

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

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

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

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

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

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

.news-events {
	display: contents;
	/* padding-top: 3rem; */
	/* padding-bottom: 3rem; */
}

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

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

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

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

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

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

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

/* home news & event */

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

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

/* whatsaap popup */
a:link,
a:visited {
	/* color: #444; */
	text-decoration: none;
	transition: all 0.4s ease-in-out;

}

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
	color: white;
}

#whatsapp-chat {
	box-sizing: border-box !important;
	outline: none !important;
	position: fixed;
	width: 350px;
	border-radius: 10px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
	bottom: 164px;
	right: 160px;
	overflow: hidden;
	z-index: 1103;
	animation-name: showchat;
	animation-duration: 1s;
	transform: scale(1);
}

a.blantershow-chat {
	/* background: #009688; */
	/* background: #fff; */
	color: #404040;
	position: fixed;
	display: flex;
	font-weight: 400;
	justify-content: center;
	z-index: 6;
	bottom: 90px;
	right: 107px;
	font-size: 15px;
	padding: 27px 20px;
	border-radius: 87px;
	/* box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28); */
}

a.blantershow-chat svg {
	transform: scale(2.2);
	margin: 0 0px 0 0;
	background-size: cover;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 9999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}

	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 91px;
	right: 102px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 0px;
	border: 16px solid #25d366;
	opacity: 0;
	animation-name: pulse-border;
	animation-duration: 1.8s;
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}

	75% {
		padding: 50px;
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.header-chat {
	/*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
	background: #009688;
	background: #095e54;
	color: #fff;
	padding: 20px;
}

.header-chat h3 {
	margin: 0 0 10px;
}

.header-chat p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.info-avatar {
	position: relative;
}

.info-avatar img {
	border-radius: 91%;
	width: 63px;
	height: 49px;
	float: left;
	margin: -2px 11px 2px 0px;
}

a.informasi {
	padding: 20px;
	display: block;
	overflow: hidden;
	animation-name: showhide;
	animation-duration: 0.5s;
}

a.informasi:hover {
	background: #f1f1f1;
}

.info-chat span {
	display: block;
}

#get-label,
span.chat-label {
	font-size: 12px;
	color: #888;
}

#get-nama,
span.chat-nama {
	margin: 5px 0 0;
	font-size: 15px;
	font-weight: 700;
	color: #222;
}

#get-label,
#get-nama {
	color: #fff;
}

div#admission {
	z-index: 1043;
}

span.my-number {
	display: none;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
	font-family: "Arial", sans-serif;
	width: 100%;
	height: 50px;
	padding: 10px;
	font-size: 14px;
}

a#send-it {
	width: 48px;
	/* margin-left: 10px; */
	font-weight: 900;
	padding: 12px 13px 5px;
	background: #dadada;
	/* border-radius: 10px;*/

	svg {
		fill: #a6a6a6;
		height: 24px;
		width: 24px;
	}
}

input.styles-module_input__2IYfc {
	background-color: #fefefe;
	border: none;
	outline: none;
	border-radius: 20px;
	min-height: 45px;
	padding: 0 10px;
	transition: box-shadow 0.2s ease-in-out;
	width: 100%;
}

.first-msg {
	background: transparent;
	padding: 30px;
	text-align: center;

	& span {
		background: #e2e2e2;
		color: #333;
		font-size: 14.2px;
		line-height: 1.7;
		border-radius: 10px;
		padding: 15px 20px;
		display: flex;
		padding: 10px;
		background: #dcdcdc;
	}
}

.start-chat .blanter-msg {
	display: flex;
	padding: 10px;
	background-color: #dadada;
}

#get-number {
	display: none;
}

a.close-chat {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #fff;
	font-size: 30px;
}

@keyframes ZpjSY {
	0% {
		background-color: rgb(182, 181, 186);
	}

	15% {
		background-color: rgb(17, 17, 17);
	}

	25% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes hPhMsj {
	15% {
		background-color: rgb(182, 181, 186);
	}

	25% {
		background-color: rgb(17, 17, 17);
	}

	35% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes iUMejp {
	25% {
		background-color: rgb(182, 181, 186);
	}

	35% {
		background-color: rgb(17, 17, 17);
	}

	45% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes showhide {
	from {
		transform: scale(0.5);
		opacity: 0;
	}
}

@keyframes showchat {
	from {
		transform: scale(0);
		opacity: 0;
	}
}

@media screen and (max-width: 480px) {
	#whatsapp-chat {
		width: auto;
		left: 5%;
		right: 5%;
		font-size: 80%;
	}
}

.hide {
	display: none;
	animation-name: showhide;
	animation-duration: 0.5s;
	transform: scale(1);
	opacity: 1;
}

.show {
	display: block !important;
	animation-name: showhide;
	/* animation-duration: 0.5s; */
	transform: scale(1);
	opacity: 1;
}

.whatsapp-message-container {
	display: flex;
	z-index: 1;
}

.whatsapp-message {
	padding: 7px 14px 6px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 8px 8px;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
	transform-origin: center top 0px;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	margin-top: 4px;
	margin-left: -54px;
	max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
	padding: 20px 20px 20px 10px;
	background-color: rgb(230, 221, 212);
	position: relative;

	&::before {
		display: block;
		position: absolute;
		content: "";
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
		z-index: 0;
		opacity: 0.08;
		background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
		// background-image: url('assets/images/whatsaap-bg.png');
	}
}

.dAbFpq {
	display: flex;
	z-index: 1;
}

.eJJEeC {
	background-color: rgb(255, 255, 255);
	width: 52.5px;
	height: 32px;
	border-radius: 16px;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	margin-left: 10px;
	opacity: 0;
	transition: all 0.1s ease 0s;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
	position: relative;
	display: flex;
}

.ixsrax {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	background-color: rgb(158, 157, 162);
	animation-name: ZpjSY;
}

.dRvxoz {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	background-color: rgb(182, 181, 186);
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	animation-name: hPhMsj;
}

.kAZgZq {
	padding: 7px 14px 6px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 8px 8px;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
	transform-origin: center top 0px;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	margin-top: 4px;
	margin-left: -54px;
	max-width: calc(100% - 66px);

	&::before {
		position: absolute;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		top: 0px;
		left: -12px;
		width: 12px;
		height: 19px;
	}
}

.bMIBDo {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
	font-size: 14px;
	line-height: 19px;

	margin-top: 4px;
	color: rgb(17, 17, 17);
}

.iSpIQi {
	font-size: 14px;
	line-height: 19px;
	margin-top: 4px;
	color: rgb(17, 17, 17);
}

.cqCDVm {
	text-align: right;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	color: rgba(17, 17, 17, 0.5);
	margin-right: -8px;
	margin-bottom: -4px;
}

.limited-lines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	/* Limit to 3 lines */
}

/* Alumni Registration state */

.autocomplete {
	position: relative;
}

.autocomplete-items {
	position: absolute;
	border: none !important;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 5px;
	cursor: pointer;
	background-color: #efeeee;
	border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
	background-color: #e9e9e9;
}

.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

.nav-link {
	display: block;
	padding: 0rem 0rem;
}

.pop-button {
	animation: pop 0.5s ease-out;
}

.styled-button {
	background-color: #ededed;
	border-color: #ced4da;
	color: #000000;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.styled-button:hover {
	/* background-color: #e2e6ea; */
	/* box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2); */
	background: #333 !important;
	color: #fff !important;
	box-shadow: none !important;
	border: 0px solid #333333 !important;
}

.star12 {
	background: #d84524;
	width: 35px;
	height: 35px;
	position: absolute;
	text-align: center;
	transform: rotate(-16deg);
	margin-left: -44px;
	margin-top: -5px;
}

.star12::before {
	transform: rotate(30deg);
}

.star12::before,
.star12::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	width: 35px;
	background: #d84524;
	transform: rotate(-16deg);
}

.slider-back {
	background-color: #f8f9fa;
	padding: 10px 0;
}

.importantNews-section {
	overflow: hidden;
}

.hor-marquee {
	display: flex;
	align-items: center;
}

.news-marquee {
	width: 90%;
	white-space: nowrap;
	margin-left: 70px;
}

.news {
	display: inline-block;
	margin-right: 20px;
}

.news a {
	color: #000;
}

.news a img {
	vertical-align: middle;
}

.star12::after {
	transform: rotate(60deg);
}

.star12::before,
.star12::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	width: 35px;
	background: #d84524;
	transform: rotate(-16deg);
}

.star12 {
	background: #d84524;
	width: 35px;
	height: 35px;
	position: absolute;
	text-align: center;
	transform: rotate(-16deg);
	margin-left: -44px;
	margin-top: -5px;
}

.count {
	/* box-shadow: 0px 4px 10px #dfd9db !important; */
	height: 138px;
}

.counts {
	box-shadow: 15px 0px 15px -23px rgb(0 0 0 / 75%);
}



ul.square-list {
	list-style-type: none;
	/* Remove default list style */
	padding-left: 1.2em;
	/* Add padding to make space for custom squares */
}

ul.square-list li::before {
	content: "\25A0";
	color: #f4785c;
	font-size: larger;
	display: inline-block;
	width: 1em;
	margin-left: -1.2em;
	margin-right: 0.3em;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #eafe2b !important;
}

.text-column.content-element.custom-text-column.most-recent {
	/* height: 60px; */
	font-weight: bold;
	font-family: "Roboto" !important;
	text-align: start;
	margin: 14px;
	font-color: black !important;
}

h4.heading {
	color: black;
	font-family: "Lato", cursive, sans-serif;
	line-height: 1.5;
	margin: 13px;
	font-size: 22px !important;
	font-family: "Roboto";
	color: #000000 !important;
}

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

	50% {
		transform: scale(1.2);
		opacity: 1;
	}

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

.nav-pills .nav-link-1 {
	background: #d2e3e7;
	padding: 9px;
	border-radius: 0px;
	border: 0px;
	width: 239px;
	opacity: 0.6;
}

.nav-pills .nav-link-1.active {
	background: #ffffff;
	border-top: 3px solid #d84524;
	opacity: 1;
}

.nav-link-1 {
	padding: 0.5rem 1rem;
	color: #000000;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
}

/* .nav-link-1:hover,
.nav-link-1:focus {
	color: #d84524;
} */
.img-gallery {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	margin: 0px;
	justify-content: center;
}

.infra-nostack img {
	border: 5px solid #f8eeee;
	border-radius: 5px;
	background-color: #00000017;
	/* width: 25vw;
	height: 38vh; */
	box-shadow: 2px 2px 4px grey;
}

.infra-nostack h1 {
	font-size: 20px;
	text-align: center;
}

.manage-style {
	border: 10px solid #f3efef;
	padding: 10px;
	height: 500px;
	box-shadow: 2px 2px 4px grey;
}

img.staff-img-circle {
	height: 200px;
	width: 200px;
	object-fit: cover;
	border: 5px solid #fff;
	box-shadow: 2px 2px 4px gray;
}

.moubuttons {
	font-size: 23px;
	width: 145px;
	height: 48px;
	color: #ffffff;
	border: #32abd9;
	border-radius: 35px;
	align-content: center;
	box-shadow: 2px 2px 4px grey;
	background-color: #32abd9;
	margin: 12px 50px;
}

.nav-link-1::before {
	content: "\F192" !important;
	font-family: 'bootstrap-icons';
	font-weight: 900;
	margin-right: 10px;
	font-size: 1rem;
	background: #5158cd !important;
	border: 1px solid #5158cd !important;
	color: #ffffff;
	padding: 10px;
	border-radius: 50%;
}

.nav-link-1.active::before {
	color: #fff;
	background-color: #007bff;
}

.text-center {
	text-align: center;
	padding: 4px;
}

.info-holder1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contactInfo-left.icons {
	font-size: 2em;
	margin-bottom: 10px;
	border-radius: 55px;
}

.footer-address {
	color: #000;
	font-size: 16px !important;
}

.read-text:hover {
	color: #cc3b3a !important;
}

.img-icon {
	height: 182px;
	margin-left: 17px;
	border: 6px solid #e7e7e7;
	margin-bottom: 17px;
	margin-left: 1px;
}

/* .second-button {

	white-space: nowrap;

} */

.third-button {
	display: flex;
	justify-content: flex-end;
	margin-left: 0px;
}

.upcoming-list {
	line-height: 20px;
}

.submit-btn a:hover {
	color: #fff !important;
}

.submit-btn:hover {
	color: #fff !important;
}

.counterUp::after {
	content: "+";

}

.register-1 {
	/* margin-top: -41px; */
	margin-right: 40px;
	margin-bottom: 1px;
	float: right;
	/* margin-left: 19px; */
}

.chairman p {

	width: 50%;
	margin-left: 25px;

}

.queries h1 {
	font-size: 14px;
	text-align: center;
}

.special-webinarr h1 {
	font-size: 14px;
	text-align: center;
	width: 62%;
}

.newz {
	font-size: 20px;
	font-family: Georgia;
	margin-right: 99px;
}

.goals-h3 {
	font-size: 24px;
	color: #e03e2d;
	font-weight: 500;
	margin-bottom: 5vh;
}

/*  
.alternate-img{
	margin-top: 5vh;
} */
.section-1 {
	background-color: #e7e7e7;
	padding: 20px;
}

.section-1 span {
	font-size: 24px;
	font-family: 'Roboto';
}

.section-2 span {
	font-size: 24px;
	font-family: 'Roboto';
}

.section-2 img {
	margin-top: 80px;
	box-shadow: 0px 4px 15px -5px black;
}

.section-1 img {
	margin-top: 80px;
	box-shadow: 0px 4px 15px -5px black;
}

.section-3 {
	margin-top: 10px;
}

.sec-1 {
	padding-left: 2rem !important;
}

.sec-2 {

	margin-left: -19px;
}

.audit {
	/* margin-left: 269px;
    margin-top: 29px;
    line-height: 1.5; */
	font-size: 30px;
	color: #d84524;
	text-align: center;
	font-family: 'Roboto';
	/* font-weight: 700; */
	font-style: normal;
	margin-left: 22%;
	margin-top: 28px;
	line-height: 1.5;
}

.audit-1 {
	text-align: center;
	font-size: 21px;
	font-family: 'Roboto';
	line-height: 2;
}

.audit-2 {
	text-align: center;
	font-size: 30px;
	color: #d84524;

	font-family: Abril Fatface;
	font-weight: 800;
	font-style: normal
}

.audit-3 {
	margin-left: 23%;
}

.audit-4 {
	font-size: 30px;
	color: #d84524;
	/* text-align: center; */
	font-family: Abril Fatface;
	font-weight: 800;
	font-style: normal;
}

.audit-5 {
	margin-left: 10;
	font-size: 30px;
	color: #d84524;
	text-align: center;
	font-family: Abril Fatface;
	font-weight: 800;
	font-style: normal;
}

.bi-arrow-up::before {
	content: "\f148";
	color: #fff;
}

.audit-6 {
	color: #000;
	font-size: 16px;
	text-align: center;
}

.sec1 {
	margin-left: -19px;
}

.faq-section .accordion {
	width: 100%;
}

.accordion-button:not(.collapsed) {
	/* background-color: #c5e5d8;*/
	/* background-color: #e9fff3; */
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: none;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:before {
	content: "";
	position: absolute;
	/*   left: 0.75rem; */
	left: 0.75rem;
	top: 1.25rem;
	height: 2px;
	width: 1rem;
	background-color: #000;
	margin-top: 14px;
}

.accordion-button.collapsed:after {
	content: "";
	position: absolute;
	/*   left: 1.1875rem; */
	left: 1.1875rem;
	top: 0.8125rem;
	height: 1.0625rem;
	width: 0.125rem;
	border-style: none;
	background-color: #000;
	margin-top: 13px;
}

h3.college-section.section-07 {
	margin-top: 35px !important;
}

img.quick-link-icon.section-04 {
	position: relative;
	left: 50% !important;
}

.row.counter-row {
	position: relative !important;
	left: -3% !important;
}

button.tablinks {
	border-color: #d2e3e7;
	background-color: #d2e3e7;
	color: #000;
	height: 58px;
	width: 49%;
	margin-left: 9px;
	margin-right: -14px;
	padding: 1px -1px;
	/* margin-left: 3px; */
	border-bottom: 1px solid #98a4a7 !important;
}



@media screen and (min-width: 500px) {

	.events {
		margin-left: 10px !important;
		margin-right: 15px !important;
	}

	.col.read-col {
		margin-right: 0px !important;
	}

	label.btn.btn-outline-secondary {
		margin: 30px 20px 49px 14px !important;
	}

	/*   .faq-section .accordion {
	  width: 50%;
	  margin: 0 auto;
	} */
}

.accordion-button:before {
	left: 0.75rem;
}

.accordion-button.collapsed:after {
	left: 1.1875rem;
}

.faq-section .accordion-button h5 {
	font-family: "Roboto", sans-serif;
	margin-left: 27px;
	font-size: 17px;
	padding: 16px 16px 0px 16px;
	color: #000;
}

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

.mb-2 {
	color: #000;
}

.accordion-button:not(.collapsed) {

	background-color: #fff;
}

.container {
	padding-right: 0rem;
	padding-left: 0rem;
}

.accordion-button {
	padding: 0;
}

.accordion-flush .accordion-item:first-child {
	border-bottom: 0;
	background-color: transparent;
}

.accordion-flush .accordion-item:first-child {
	border-top: 0;
	margin-bottom: -44px;

}

.accordion-button {
	margin-bottom: 40px;
	background-color: white !important;
}

.questions {
	margin-bottom: 0px !important;
}

#help-you .accordion-header {
	padding: 0;
	margin: 0px !important;
}

.question-text h6 {
	text-align: start;
	color: #000;
	padding: 6px 10px;
}

.accordion-body {
	padding: 0;
	margin-left: 28px;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

.activity-1 {
	text-align: center;
	margin-bottom: 20px;
}

h2.torch-section {
	margin-left: -16px;
}

h3.college-section {
	/* margin-left: -13px; */
	text-align: start;
}

.col-lg-4.recent-section {
	margin-top: 14px;
	margin-bottom: 14px;
}

p.p-section {
	text-align: start;
}

h2.pt-5 {
	color: black !important;
	margin-top: 50px !important;
}

h1.header-college-name {
	margin: 0px;
	margin-top: 18px;
	font-size: 33px;
}

.testimonial-carousel .owl-nav i {
	font-size: 30px !important;
	color: #676767 !important;
}

.member-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}


@media only screen and (max-width: 808px) {
	a.activitie {
		left: -100px;
		position: relative;
	}

	a.activitie-1 {
		left: -100px;
		position: relative;
	}

	i.fas.fa-book-open {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	section.ng-binding {
		text-align: center;
	}

	.offcanvas-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0rem 1rem;
	}

	.navbar-dark .navbar-toggler {
		color: rgba(255, 255, 255, 0.55);
		border-color: rgba(255, 255, 255, 0.1);
		/* display: flex; */
		position: absolute;
		right: 40;
		top: -71px;
	}

	.red-icon {
		color: red;
	}

	img.quick-link-icon.section-04 {
		position: relative;
		left: -5% !important;
	}

	button.tablinks {
		border-color: #d2e3e7;
		background-color: #d2e3e7;
		color: #000;
		height: 58px;
		width: 98%;
		margin-left: 9px;
		margin-right: -14px;
		padding: 1px -1px;
		/* margin-left: 3px; */
		border-bottom: 1px solid #98a4a7 !important;
	}

	.fa-book-open {
		margin-left: 23px;
	}

	.pt-5 {
		text-align: center;
	}

	h2.pt-5 {
		text-align: center;
	}

	h3.college-section.section-07 {
		margin-top: 15px;
	}

	img.quick-link-icon.section-04 {
		position: relative;
		left: 42% !important;
	}

	img.quick-link-icon.section-03 {
		height: auto;
		max-width: 100%;
		vertical-align: top;
		margin-bottom: 30px;
		position: relative;
		left: 30%;
	}

	.img-icon {
		height: 182px;
		border: 6px solid #e7e7e7;
		margin-bottom: 17px;
		position: relative;
		left: 25%;
	}

	a.activitie {
		left: -45px;
		position: relative;
	}

	a.activitie-1 {
		left: -45px;
		position: relative;
	}

	button#btn-validate {
		position: relative;
		right: 18%;
	}

	.con-btn {
		right: 0% !important;
	}

	.chairman p {
		width: 50%;
		position: relative;
		left: 29%;
	}

	.count {
		box-shadow: none !important;
		height: 434px;
	}

	.counts.quick-links-text.col-md-2.col-sm-6.text-center.pt-4 {
		box-shadow: 11px 17px 23px -19px rgb(1 0 0 / 38%);
		margin: 0px;
	}

	.third-button {
		display: flex;
		justify-content: center;
		margin-left: 1px;
		margin-bottom: -36px;
	}

	.section-1 img {
		margin-top: -9px !important;
		box-shadow: 0px 4px 15px -5px red !important;
	}

	p.group {
		font-style: italic;
		font-size: 18px !important;
		padding: 21px;
		font-family: "Georgia" !important;
	}



	.header-college-name {
		color: #080808;
		font-weight: 500;
		font-size: 25px;
		/* font-family: 'Roboto' !important; */
		line-height: 83px;
		font-style: normal;
		letter-spacing: -1px;
	}

	.bred-img {
		height: auto;
	}

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

	img.staff-img-circle {
		width: 100% !important;
		margin-bottom: 10px;
	}

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

	img.header-logo {
		width: auto;
		margin: 20px !important;
		height: 77px;
		position: relative;
		top: -7px;
	}

	.member-btn {

		flex-direction: column;
		align-items: center;
	}

}

.w3-bar.w3-black .tablinks a:hover {
	color: black !important;
}



.blog {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 20px;
	max-width: 1200px;
	width: 100%;
}

.blog-item {
	border: 1px solid #cacaca;
	padding: 15px;
	border-radius: 10px;
	background-color: #fff;
}

.newspanneltext {
	color: #babcc0;
	font-size: 16px;
	padding-right: 15px;
	font-weight: 400;
	margin: auto;
}

.blog-item img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.blog-item p {
	margin: 10px 0;
	letter-spacing: 1px;
}

.limited-lines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 10 !important;
	overflow: hidden !important;
}

.events ul li {
	list-style-type: none;
}

.btn-primary1,
.btn-outline-primary1:hover {
	color: #fff;
	background-color: #178e05;
}

.btn-primary1:hover {
	color: #178e05;
	background-color: #fff;
	border: 1px solid #178e05;
}

.btn-primary:hover {
	color: #fff !important;
	background-color: #529f56;
	border-color: #48994c;
}

.submit-btn2 {
	float: left;
}

.description {
	font-size: 16px;
	padding: 5px;
	text-align: center;
}