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

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

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

body {
  color: var(--color-primary);
  line-height: 1.5rem;
  overflow-x: hidden !important;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

body::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #08016b;
  border-radius: 20px;
}

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

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

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

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

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

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

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

/* Home Page Headings */

.homePage-sectionHeading {
  color: 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 .active {
  background-color: var(--color-primary);
}

/* top menu start */

.top-menu-bg {
  height: 40px;
}
.navbar-nav li {
  color: #fff !important;
}

.top-menu-right ul li a {
  color: #fff;
}

.top-menu-right ul li a {
  color: #08016b !important;
  font-weight: 400;
}

.top-menu-right {
  background: linear-gradient(296deg, #f9d469 96%, rgba(45, 45, 45, 0) 96%);
  padding: 0px;
  display: flex;
  justify-content: end !important;
  padding-right: 140px;
}

.top-menu-right ul li a {
  font-weight: 400;
  font-family: var(--font-secondary);
  padding: 10px;
}

.top-bar {
  display: flex;
  gap: 4px;
}

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

.menu-alignment {
  display: contents;
  width: 100%;
}

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

  .top-menu-mobile-view li a {
    color: #f9d469 !important;
  }
}

@media (max-width: 567px) {
  .college-logo {
    height: 90px !important;
  }
}

/* top-menu-end */
/* 
.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;
}

.web-cust-menu a {
    font-size: 14px;
}

@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 {
  padding-top: 25px;
  padding-bottom: 8px;
  background-color: white;
}

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

.college-info-up {
  --bs-gutter-x: 0px !important;
}

.contact-label {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header-college-name {
  color: #001a39;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

a.mobile {
  color: #08016b;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

a.email {
  color: #08016b;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.head-line {
  color: #08016b;
  font-family: "Philosopher", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

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

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

.slider-news a {
  color: #08016b;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 18px */
  text-transform: uppercase;
}

/* ------- main menu ---------------- */
.main-menu {
  background: linear-gradient(90deg, #f7d369 0%, #000 100%);
}
.main-menu ul li,
.main-menu ul li ul li .dropdown-item {
  color: var(--color-heading);
}

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

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

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

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

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  font-weight: 600;
  color: var(--color-default);
}

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

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

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

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

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

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

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

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

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

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

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

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

/*.menu-alignment {*/
/*	background: linear-gradient(296deg, #444 96%, rgba(45, 45, 45, 0) 96%);*/
/*	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);*/
/*	padding: 8px;*/
/*}*/
.menu-alignment {
  background: linear-gradient(296deg, #f9d469 96%, rgba(45, 45, 45, 0) 96%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  padding: 8px;
}

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

.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: max-content;
  position: absolute;
  background-color: #08016b;
}

/* Home slider start */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: none !important;
}

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

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

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

.owl-carousel-home .owl-nav .owl-prev {
  position: relative;
  left: 80% !important;
  top: -50px;
  z-index: 1;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 4%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
}

.owl-carousel-home .owl-nav .owl-next {
  position: relative;
  left: 80% !important;
  top: -50px;
  z-index: 1;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 4%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
}

.admission-card {
  padding: 32px;
  width: 316px;
  position: absolute;
  flex-shrink: 0;
  top: 80px;
  left: -111px;
  background: #fff;
  box-shadow: 46px 44px 18px 0px rgba(0, 0, 0, 0),
    30px 28px 16px 0px rgba(0, 0, 0, 0.04),
    17px 16px 14px 0px rgba(0, 0, 0, 0.13), 7px 7px 10px 0px rgba(0, 0, 0, 0.21),
    2px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.admission-name {
  color: #000;
  text-align: center;
  font-family: Philosopher;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.admission-name-1 {
  text-align: center;
  color: #000;
  font-family: Philosopher;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.admission-name-2 {
  text-align: center;
  color: #000;
  font-family: Poppins;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.admission-button-1 {
  color: #fff;
  font-family: Philosopher;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  padding: 13px 36px;
  background: #f9d469;
}

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

.home-slider-item {
  position: relative;
  height: 600px;
}

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

/*  Home slider end */

/* Trustee  */
.trustee-back {
  background-image: url("../img/trustee-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.trustee-heading {
  color: #08016b;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 27.6px */
  letter-spacing: 4.6px;
  text-transform: uppercase;
}

.trustee-info {
  color: #191825;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.learn-text {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
}

.trustee-sec {
  color: #7d7d7d;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.trustee-title {
  color: #08016b;
  font-family: "Knewave", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 17.5px;
  text-transform: uppercase;
}

.trustee-name {
  color: #000;
  font-family: Poppins, sans-serif;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.trustee-designation {
  color: #08016b;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.trustee-qualification {
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* end */

/* institute */
.institute-sec {
  position: relative;
  padding-bottom: 0px !important;
}

.institute-sec-2 {
  padding: 0px 60px 0px 108px;
}

.institute-img {
  height: 500px;
  margin-top: 50px;
}

.institute-sec::after {
  content: "";
  background-image: url("../img/about-institute.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 49px;
  left: 21%;
  width: 30%;
  height: 52%;
  z-index: 1;
}

.institute-info {
  color: var(--Grey-Scale-Black-50, rgba(25, 24, 37, 0.5));
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}

.number-counter {
  color: #f9d469;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 20px;
}

.counter-container {
  border-radius: 32px;
  margin: 8px 15px;
  border: 1px solid var(--Grey-Scale-Black-10, rgba(25, 24, 37, 0.1));
  background: var(--white, #fff);
}

.counter-container h3.number-counter::after {
  content: "+";
  font-size: 2rem;
  animation: fadeInUp 0.5s ease-in-out;
}

/* end */

/* Courses */
.card-course {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 20px;
}

.card-course-image {
  width: 100%;
  height: auto;
}

.course-content-block {
  padding: 25px;
}

.card-course-title {
  color: #343434;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: capitalize;
}

.card-course-info {
  color: #7a7a7a;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
}

.card-course-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-year-course {
  color: #08016b;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.6px;
  text-transform: capitalize;
}

.card-year-course span {
  color: #696969;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
  letter-spacing: 0.6px;
  text-transform: capitalize;
}

.course-btn-download {
  color: #696969;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.72px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
  border-radius: 36px;
  border: 0.5px solid #e1e1e1;
  background: #ffe9ea;
  box-shadow: 10px 51px 94px 0px rgba(0, 0, 0, 0.11),
    10px 20.718px 33.619px 0px rgba(0, 0, 0, 0.07),
    0px 11.89px 16.44px 0px rgba(0, 0, 0, 0.05),
    0px 6.994px 8.206px 0px rgba(0, 0, 0, 0.04),
    0px 3.307px 3.318px 0px rgba(0, 0, 0, 0.02);
}

.course-download-icon {
  margin-left: 5px;
  font-size: 1.2rem;
}

/* end */

/* job placement */
.job-back {
  position: relative;
}

.job-title {
  color: #08016b;
  font-family: Poppins;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 4.6px;
  text-transform: uppercase;
}

.job-title2 {
  color: var(--Grey-Scale-Black, #191825);
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
}

.job-info {
  color: var(--Grey-Scale-Black-50, rgba(25, 24, 37, 0.5));
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}

.job-parent {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.job-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.job-row-1 {
  display: flex;
  justify-content: space-between;
  gap: 52px;
}

.job-logo-1 {
  width: 100px;
  height: auto;
}

.job-image1 {
  width: 400px;
  height: 500px;
  margin-left: 21px;
  object-fit: cover;
  border-radius: 500px;
  background: url("../img/image1.png") no-repeat center center;
  background-size: cover;
  background-color: red;
  position: relative;
  z-index: 1;
  top: 30px;
}

.job-image2 {
  width: 449px;
  height: 320px;
  margin-left: 19px;
  object-fit: cover;
  border-radius: 500px;
  background: url("../img/image2.png") no-repeat top center;
  background-size: cover;
  background-color: red;
  border: 24px solid white;
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 2;
}

.job-white-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #ffffff;
  position: absolute;
  right: 10%;
  top: 6%;
  padding: 10px 15px;
  z-index: 2;
  border-radius: 50px 0px 0px 50px;
  box-shadow: 0px 385px 108px rgba(0, 0, 0, 0), 0px 246px 99px rgba(0, 0, 0, 0),
    0px 139px 83px rgba(0, 0, 0, 0.01), 0px 62px 62px rgba(0, 0, 0, 0.02),
    0px 15px 34px rgba(0, 0, 0, 0.03), 0px 0px 0px rgba(0, 0, 0, 0.03);
}

.recruit-count {
  margin: 0;
  color: #191825;
  font-family: Poppins;
  font-size: 23px;
  font-weight: 400;
}

.job-circle1 {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 32%;
}

.job-circle2 {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 19%;
  right: 7%;
}

/* end */

/* Student testimonial */
.testimonial-card-block {
  display: flex;
  gap: 20px;
  position: relative;
  overflow-x: auto;
  padding: 20px 0;
}

.testimonial-cards {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  overflow: hidden;
}

img.testimonial-card-image {
  position: relative;
  top: 40px;
  z-index: 0;
  width: 80% !important;
  right: 0px;
  margin: 0 auto;
}

.testimonial-block {
  margin: 0px 20px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 2px 4px 60px rgba(41, 44, 124, 0.1);
  border-left: 8px solid #08016b;
  padding: 20px;
  position: relative;
  top: -20px;
}

.testimonial-msg {
  color: #5f5f7e;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.28px;
}

.testimonial-name {
  color: #5f5f7e;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  margin: 10px 0 5px;
}

.testimonial-card-h3 {
  color: #80819a;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.24px;
  margin: 0;
}

.testimonial-content {
  border-radius: 8px;
  background: #fff;
  box-shadow: 2px 4px 60px rgba(41, 44, 124, 0.1);
}

/* @keyframes carousel {
	from {
		transform: translateX(calc(100%));
	}
	to {
		transform: translateX(calc(-100% + 10px));
	}
} */

/* end */
/* news marquee start */

/* News */
.importantNews-section {
  display: flex;
  align-items: center;
  padding: 0;
  height: 50px;
  overflow: hidden;
}

.marquee-news-heading {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  background: #08016b;
  padding: 14px 44px;
  margin-top: 25px;
  clip-path: polygon(0% 0%, 93% 0%, 100% 0%, 93% 100%, 0% 100%);
  white-space: nowrap;
  text-align: center;
}

.news-date {
  align-items: center;
  background: #f5f5f5;
  width: 60px;
  height: 80px;
  color: #08016b;
  text-align: center;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  padding: 10px;
  font-family: Roboto !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  letter-spacing: 1.25px;
  text-transform: uppercase !important;
  margin: 12px 10px 0px 0px;
  padding-top: 20px;
}

.news-date::first-line {
  color: #08016b;
  font-size: 16px !important;
  font-family: Roboto !important;
  font-weight: 600 !important;
}

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

.news-circular {
  padding: 20px 0px;
  height: 310px;
}

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

.news-notices.ng-scope {
  border-right: 3px dashed #cccbcb;
  padding-right: 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 {
  width: 98%;
  padding: 0px !important;
  display: flex;
  background: #fff;
  border-top: 1px solid #dadada;
  align-items: center;
  overflow: hidden;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.holder ul li a {
  display: flex;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
  text-transform: capitalize;
  line-break: anywhere !important;
}

.news-dowanload-btn {
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

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

/* vision mission */
.vision-back {
  background-image: url("../img/vision-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 430px;
  padding-top: 0px !important;
}

.vision-info {
  color: #191825;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.44px;
}

.mission-info li {
  color: #191825;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.44px;
}

/* 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 {
  position: relative;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(60px 40px 80px rgba(0, 0, 0, 0.15));
  right: -415px;
  color: #e3e3e3;
}

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

.footer-box {
  width: 56%;
  background-color: #f9d469;
  position: absolute;
  top: -20%;
  border-radius: 0 105px 0 0;
  padding: 40px 64px;
  left: 0;
}

.footer-box img {
  width: 100px;
  height: 100px;
}
.footer-info-2 img {
  width: 23px;
}
.footer-box h1 {
  /* width: 52%; */
  color: #08016b;
  font-family: Philosopher;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-line {
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 15px;
  background-color: #001a39;
}

.footer-address {
  color: #001a39;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  margin-bottom: 11px;
}

.footer-info-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-info-2 a {
  color: #001a39;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.mobile-footer {
  color: #001a39;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.footer-time {
  color: #e2e8f0;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.footer-info span {
  display: inline-block;
  justify-content: space-between;
  gap: 10px;
  padding: 5px;
  color: #001a39;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.footer-box2 {
  overflow: hidden;
  width: 580px;
  height: 239px;
  background-color: #08016b;
  position: absolute;
  top: -50%;
  border-radius: 105px 0px 0 0;
  padding: 10px 70px;
  color: rgb(255, 255, 255);
  right: 0px;
}

.footer-social-media {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 72px;
  bottom: 14px;
}

.footer-social-icon {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.learn-text-2 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  position: relative;
  bottom: 220px;
  z-index: 1;
  justify-content: center;
}

.footer-imp {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.footer-contact-info {
  position: absolute;
  bottom: 6px;
}

.footer-title {
  color: #feb21e;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.footer .btn.btn-link:hover {
  color: #feb21e !important;
}

.footer-copyright {
  display: flex;
  gap: 63px;
}

.footer-copyright p {
  color: #08016b;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.footer-section {
  background-color: #001a39;
  color: white;
  margin-top: 100px;
  display: flex;
  position: relative;
  height: 310px;
}

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

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

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

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

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

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

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

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

/* .footer-section h2,
.footer-section h3 {
	font-style: normal;
	font-weight: 600 !important;
	color: white;
} */

.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 */
.breadcrumb-container {
  position: relative;
  display: flex;
  /* justify-content: space-between; */
  /* width: 100%; */
  /* padding: 20px 0; */
  /* overflow: hidden; */
}

.breadcrumb-text {
  padding: 20px;
  width: 30%;
  height: 180px;
  position: absolute;
  z-index: 10;
  background: #fff1db;
  box-shadow: 484px 355px 168px 0 rgba(0, 0, 0, 0),
    310px 227px 154px 0 rgba(0, 0, 0, 0.02),
    174px 128px 130px 0 rgba(0, 0, 0, 0.08),
    77px 57px 96px 0 rgba(0, 0, 0, 0.13), 19px 14px 53px 0 rgba(0, 0, 0, 0.15);
  /* margin: 20px 0; */
}

.breadcrumb-text::after {
  content: "";
  background-image: url("../img/bread-dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -38px;
  right: 1px;
  width: 182px;
  height: 170px;
  z-index: -1;
}

.breadcrumb-text::before {
  content: "";
  background-image: url("../img/bread-dot-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 190px;
  height: 170px;
  z-index: -1;
}

.bred-img {
  position: relative;
  background-image: url("../img/banner.png");
  height: 300px;
  width: 73%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(60px 40px 80px rgba(0, 0, 0, 0.15));
  right: -415px;
}

.bred-head {
  text-align: center;
  color: #08016b;
  font-family: Knewave;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.5px;
  text-transform: uppercase;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  margin: 0px;
  background: none;
  padding-top: 30px;
}

.breadcrumb li a,
.breadcrumb-item + .breadcrumb-item::before {
  color: #7d7d7d;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
}

.breadcrumb-item.active {
  color: #7d7d7d;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
}

.breadcrumb-design {
  width: 100%;
  padding: 0;
}

/* -End breadcrumb- */

/* -Inner Page Style- */

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

.about-info .page-insight {
  /* box-shadow: 0px 0px 14px -6px #7a7a7a; */
  padding: 5px 10px 20px 10px;
  /* background-color: rgba(255, 255, 255, 0.664);
	backdrop-filter: blur(3px);
	border: 1px solid white;
	border-radius: 40px; */
  min-height: 600px;
}

.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 {
  margin-bottom: 0px !important;
  color: rgba(25, 24, 37, 0.7);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.main-heading {
  color: #e00800;
  font-family: Philosopher;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.page-back {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

/* .page-back::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background: url("../img/back.png") center center no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
	animation: spin 40s linear infinite;
	
	filter: opacity(0.2);
} */

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.container.about-page {
  position: relative;
  z-index: 1;
  margin-bottom: 7%;
}

/* 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) {
  font-weight: 600;
  color: var(--color-heading) !important;
  background: linear-gradient(90deg, #dc060f 0%, #000 100%);
  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: linear-gradient(90deg, #dc060f 0%, #000 100%);
  color: white;
  font-weight: 600;
}

/* accordian end */

/* Styles added by Shruti J */
.table th,
table th {
  color: white;
  padding: 0.5rem 0.5rem;
  background: #08016b;
  border-color: #000;
  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 tr,
table td {
  border-color: #575757;
  padding: 0.5rem 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .vision-mission {
    margin-left: 0 !important;
  }
}

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

.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 {
  background-color: #fff;
  box-shadow: 2px 2px 4px #888888;
  margin-bottom: 60px;
}

/* 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 {
  font-size: 15px;
  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;
}

.footer-info-2 P {
  margin: 0;
}

/* Start Media Queries */

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

  .top-menu-hide {
    display: none;
  }
  .footer-info-2 {
    /* margin-right: 18px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20x !important;
    margin-left: 2%;
  }
  .footer-box {
    width: 56%;
    background-color: #fff1db;
    position: absolute;
    top: -21%;
    border-radius: 0 105px 0 0;
    padding: 44px 32px;
    left: -32px;
  }
  .footer-address {
    color: #001a39;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    margin-bottom: 14px;
    margin-left: 15px;
  }
  .footer-social-media {
    display: flex;
    gap: 1px;
    position: absolute;
    right: 72px;
    bottom: 30px;
  }
}

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

  .bred-img {
    position: relative;
    background-image: url("../img/banner.png");
    height: 300px;
    width: 73%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(60px 40px 80px rgba(0, 0, 0, 0.15));
    right: 0px;
  }
  .institute-sec-2 {
    padding: 0px 60px 0px 108px;
  }

  .institute-img {
    height: 530px;
    padding: 70px 0;
  }

  .trustee-back {
    background: none;
    padding-bottom: 0px !important;
    min-height: auto;
  }

  .institute-sec::after {
    display: none;
  }

  .vision-back {
    background: none;
    height: auto;
  }

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

  .header-college-name {
    text-align: start;
  }

  .head-line {
    text-align: start;
  }

  .trustee-heading {
    text-align: center;
  }

  .trustee-info {
    text-align: center;
  }

  .institute-info {
    text-align: center;
  }

  .job-circle1 {
    display: none;
  }

  .job-circle2 {
    display: none;
  }

  .job-title {
    text-align: center;
  }

  .job-title2 {
    text-align: center;
  }

  .job-white-box {
    display: none;
  }

  .job-image2 {
    width: 315px;
    height: 159px;
    border: 12px solid white;
  }

  .job-image1 {
    width: 300px;
    height: 400px;
  }

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

  .card-course {
    margin: 10px;
  }

  .course-content-block {
    padding: 15px;
  }

  .course-btn-download {
    padding: 8px 12px;
    font-size: 16px;
  }

  .job-logo-1 {
    width: 80px;
  }

  .job-row,
  .job-row-1 {
    gap: 20px;
  }

  .learn-text-2 {
    bottom: 213px;
    z-index: 1;
    float: right;
    align-items: center;
    left: 100px;
  }

  .footer-section {
    background: none;
  }

  .footer-map {
    display: none;
  }

  .footer-box {
    width: 100%;
    background-color: linen;
    position: absolute;
    top: 4%;
    left: 0px;
    padding: 18px 35px;
  }

  .footer-box2 {
    width: 100%;
    height: auto;
    background-color: #002855;
    position: absolute;
    top: 58%;
    border-radius: 105px 0px 0 0;
    padding: 0px 65px;
    color: rgb(255, 255, 255);
    right: -14px;
  }

  .footer-box img {
    width: 50px;
    height: 50px;
  }

  .footer-box h1 {
    font-size: 18px;
  }

  .footer-line {
    margin-top: 10px;
  }

  .footer-address {
    font-size: 15px;
    white-space: normal;
  }

  .footer-info-2 {
    display: flex;
    justify-content: space-between;
  }

  .footer-info-2 a {
    font-size: 14px;
  }

  .footer-contact-info {
    position: absolute;
    bottom: -200px;
    left: 71px;
    z-index: 2;
  }

  .footer-copyright p {
    color: #000000;
    font-size: 14px;
  }

  .footer-social-media {
    position: absolute;
    right: 10%;
    top: 69%;
  }

  .banner-slider img {
    height: auto;
  }

  .menu-alignment {
    margin-bottom: 45px;
  }

  .job-title2 {
    font-size: 26px;
  }
}

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

  .footer-box img {
    width: 50px;
    height: 50px;
  }

  .footer-box h1 {
    font-size: 18px;
  }

  .footer-line {
    margin-top: 10px;
  }

  .footer-address {
    font-size: 15px;
    white-space: normal;
  }

  .footer-info-2 {
    display: flex;
    justify-content: space-between;
  }

  .footer-info-2 a {
    font-size: 14px;
  }

  .footer-copyright p {
    color: #000000;
    font-size: 14px;
  }
}

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

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

  .trustee-info {
    font-size: 22px;
    text-align: center;
  }

  .trustee-heading {
    text-align: center;
    font-size: 20px;
  }

  .learn-text {
    justify-content: center;
  }

  .institute-info {
    font-size: 18px;
    text-align: center;
  }

  .number-counter {
    font-size: 35px;
  }

  .counter-container {
    border-radius: 32px;
    margin: 12px 30px;
  }

  .owl-slider {
    padding: 0 15px;
  }

  .card-course {
    margin: 10px;
    width: 100%;
  }

  .card-course-footer {
    flex-direction: column;
    gap: 10px;
  }

  .card-year-course {
    justify-content: center;
  }

  .course-btn-download {
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 24px;
  }

  .job-white-box {
    display: none;
  }

  .job-row,
  .job-row-1 {
    flex-direction: row;
    align-items: center;
  }

  .job-logo-1 {
    width: 100px;
    margin-bottom: 10px;
  }

  .job-circle1,
  .job-circle2 {
    display: none;
  }

  .menu-alignment {
    display: none;
  }

  .marquee-news-heading {
    padding: 15px 20px;
  }

  .news-notices.ng-scope {
    border: none !important;
  }

  .institute-img {
    height: 400px;
    padding: 30px 0;
  }

  .vision-back {
    background: none;
    height: auto;
  }

  .trustee-back {
    background: none;
    padding-bottom: 0px !important;
  }

  .footer-section {
    height: auto;
    background: none;
  }

  .footer-map {
    display: none;
  }

  .trustee-title {
    font-size: 30px;
  }

  .trustee-sec {
    font-size: 20px;
  }

  .footer-box img {
    width: 50px;
    height: 50px;
  }

  .footer-box h1 {
    font-size: 18px;
  }

  .footer-line {
    margin-top: 10px;
  }

  .footer-address {
    font-size: 15px;
    white-space: normal;
  }

  .footer-info-2 a {
    font-size: 14px;
  }

  .footer-copyright p {
    color: #000000;
    font-size: 14px;
  }

  .job-title {
    text-align: center;
  }

  .job-title2 {
    text-align: center;
  }

  .job-info {
    text-align: center;
  }

  .vision-info {
    text-align: center;
  }

  .slider-bg-images {
    display: none;
  }

  .banner-slider img {
    height: auto;
  }

  .trustee-name {
    font-size: 16px;
  }

  .trustee-designation {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .job-parent {
    justify-content: center;
  }
  .job-logo-2 {
    display: none;
  }
}

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

  .home-slider-item img {
    background: var(--color-primary);
    height: 350px;
  }

  .home-slider-item {
    position: relative;
    height: 350px;
  }

  .admission-card {
    display: none;
  }
}

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

  .header-college-name {
    text-align: center;
  }

  .head-line {
    text-align: center;
  }

  .marquee-news-heading {
    padding: 10px 10px;
    font-size: 12px;
  }

  .news-notices.ng-scope {
    border: none !important;
  }

  .footer-info-2 {
    display: contents;
    justify-content: space-between;
  }

  .vision-back {
    background: none;
    height: auto;
  }

  .job-image1 {
    width: 200px;
    height: 300px;
  }

  .job-image2 {
    width: 250px;
    height: 200px;
    border: 14px solid white;
    position: absolute;
    right: 5%;
    top: 80%;
  }

  .trustee-back {
    background: none;
  }

  .trustee-title {
    font-size: 30px;
  }

  .trustee-sec {
    font-size: 20px;
  }

  .learn-text-2 {
    bottom: 245px;
    z-index: 1;
    align-items: center;
    left: -49px;
  }

  .footer-box {
    width: 100%;
    background-color: linen;
    position: absolute;
    top: -97%;
    left: 0px;
    padding: 20px 30px 109px 35px;
  }

  .footer-social-media {
    position: absolute;
    right: 10%;
    top: 165%;
  }

  .footer-box2 {
    width: 100%;
    height: auto;
    background-color: #002855;
    position: absolute;
    top: 135%;
    border-radius: 105px 0px 0 0;
    padding: 8px 40px;
    color: rgb(255, 255, 255);
    right: 0px;
  }

  .footer-map {
    display: none;
  }

  .institute-sec::after {
    display: none;
  }

  .footer-contact-info {
    line-height: 7px;
    position: absolute;
    bottom: -315%;
    z-index: 2;
  }
  .footer-copyright p {
    color: #000000;
    font-size: 14px;
    margin: 0;
  }
  .footer-box2 {
    border-radius: 60px 0px 0 0;
  }

  .footer-copyright {
    display: contents;
  }

  #header-carousel .carousel-control-prev,
  .carousel-control-next {
    left: 70% !important;
    width: 0%;
  }

  #header-carousel .carousel-control-prev-icon,
  #header-carousel .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
  }

  .job-row,
  .job-row-1 {
    flex-direction: row;
    align-items: center;
    gap: 0px;
  }

  .job-logo-1 {
    width: 60px;
    margin-bottom: 8px;
  }
}

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

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

  .vision-back {
    background: none;
  }

  .home-slider-item img {
    background: var(--color-primary);
    height: 241px;
  }

  .home-slider-item {
    position: relative;
    height: 241px;
  }

  .admission-card {
    display: none;
  }

  .owl-carousel .owl-nav span img {
    height: 36px;
    color: var(--color-primary);
  }

  .owl-carousel-home .owl-nav .owl-prev {
    position: relative;
    left: 80% !important;
    top: -28px;
    z-index: 1;
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 1;
  }

  .owl-carousel-home .owl-nav .owl-next {
    position: relative;
    left: 80% !important;
    top: -28px;
    z-index: 1;
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* home news & event */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* home news & event */

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

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

/* whatsaap popup */
/* a:link,
a:visited {
  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: #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;
  
  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;
}

/* admissiom form */

.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
  position: relative;
}

.wizard .nav-tabs:after {
  content: "";
  width: 80%;
  border-bottom: solid 2px #ccc;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 38%;
  z-index: -1;
}

.wizard .nav-tabs .nav-item .nav-link {
  width: 34px;
  height: 34px;
  margin-bottom: 2%;
  background: #110069;
  border: 2px solid #110069;
  color: #ccc;
  z-index: 10;
}

.wizard .nav-tabs .nav-item .nav-link:hover {
  color: #333;
  border: 2px solid #333;
}

.wizard .nav-tabs .nav-item .nav-link.active {
  background: #fdbd0f;
  border: 2px solid #fdbd0f;
  color: #110069 !important;
}

.wizard .nav-tabs .nav-item .nav-link:after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #0dcaf0;
  transition: 0.1s ease-in-out;
}

/* .nav-tabs .nav-item .nav-link.active:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #931962;
} */

.wizard .nav-tabs .nav-item .nav-link svg {
  font-size: 25px;
}

.section-program {
  padding: 30px 15px;
  border-radius: 15px;
  background: #f5f5f5;
}

.admission-form-header {
  color: #000;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  margin-bottom: 10px;
}

.modal-enquiryForm-section label {
  margin-bottom: 10px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}

.modal-enquiryForm-section label em {
  margin-bottom: 10px;
  color: #ff0000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.otp-linkHolder {
  display: flex;
  justify-content: center;
  gap: 7px;
  vertical-align: middle;
  align-items: center;
}

.otp-linkHolder a {
  text-decoration: underline;
}

.msg-OTPsent {
  display: block;
  color: black;
  font-size: 14px !important;
  margin-bottom: 15px;
  font-style: italic;
}

.email-id-group {
  margin: 0 auto;
  display: flow;
  text-align: center;
}

.email-varify-btn {
  color: #000000;
  text-align: center;
  font-family: "Rounded Mplus 1c";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  width: 144px;
  height: 45px;
  border-radius: 40px;
  border: 1.333px solid #f1efff;
  background: var(--Neutral-Colors-White, #fff);
  box-shadow: 5px 3px 5px -2px rgb(199 192 244);
}

select.form-control {
  font-size: 14px;
  appearance: auto;
}

.adhar-input {
  padding: 6px;
}

.education-form-header {
  color: #460b2f;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

.form-control {
  font-size: 14px !important;
  display: block;
  width: 100%;
  padding: 0.475rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.admission-enquiryForm-header {
  color: #110069;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

.wizard-count {
  margin: 0;
  color: white;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

.wizard-titel {
  font-weight: 500;
}

.wizard .nav-tabs .nav-item .nav-link ::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #000;
}

.email.varification.image {
  width: 300px;
}

.email-id-group .form-group .form-control {
  text-align: center;
  font-size: 14px !important;
  display: block;
  width: 100%;
  padding: 0.475rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-info {
  color: #ffffff;
  background-color: #110069 !important;
  border-color: #ffffff;
}

.btn-info:hover,
.btn-info:focus {
  color: #110069 !important;
  background-color: #fdbd0f !important;
  border-color: #ffffff !important;
}

.btn-secondary {
  color: #ffffff !important;
  background-color: #110069 !important;
  border-color: #ffffff !important;
}

.form-control:focus {
  color: #525368;
  background-color: #fff;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.wizard .nav-tabs .nav-item .nav-link.active i {
  color: white !important;
}

.wizard .nav-tabs .nav-item .nav-link .active .wizard-count {
  color: #ffffff !important;
}

.wizard .nav-tabs .nav-item .nav-link.active p {
  color: #fff;
}

.verify-mail-box {
  margin: 0 auto;
  width: 400px;
}

/* css by vaibhav */
.text-content {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.college-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgb(3 3 3 / 44%), inset 0 12px 30px rgb(0 0 0 / 44%);
  border: 10px solid #fff;
  transition: transform 0.3s ease;
}

.college-image:hover {
  transform: scale(1.05);
}

/* Vision and Mission Cards */
.vision-card,
.mission-card {
  border-radius: 20px;
  border: 1px solid rgba(25, 24, 37, 0.2);
  background: #f5f5f5;
  padding: 20px;
  height: 250px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vision-card:hover,
.mission-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.vision-card h4,
.mission-card h4 {
  margin-bottom: 15px;
  color: #ff5722;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  border-radius: 60px;
  background: rgba(255, 87, 34, 0.2);
  padding: 10px 15px;
  display: inline-block;
}

.vision-card p,
.mission-card li {
  color: #191825;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vision-card,
.mission-card,
.college-image {
  animation: fadeIn 1s ease-in-out;
}

.facilities-activities h4 {
  font-size: 20px;
  color: #004aad;
  margin-bottom: 15px;
}

.facilities-activities ul {
  list-style-type: disc;
  margin-left: 20px;
}

.facilities-activities ul li {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 8px;
}

/* Objectives Section Styles */

.objectives-heading {
  font-size: 28px;
  color: #004aad;
  margin-bottom: 20px;
  animation: fadeInUp 1s ease-in-out;
}

.objectives-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  animation: fadeIn 1.2s ease-in-out;
}

.objectives-image img {
  width: 300px;
  height: 300px;
  animation: zoomIn 1s ease-in-out;
  object-fit: cover;
}

.objectives-text {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.objectives-text p {
  margin-bottom: 10px;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.image-org {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.image-org img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.image-org:hover img {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.testimonial-card {
  background-color: #ffffffd1;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), inset 0 4px 8px rgba(0, 0, 0, 0.5);
  margin: 20px 0;
  padding: 20px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.testimonial-message {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.testimonial-author {
  font-size: 22px;
  color: #110069;
  font-weight: 800;
  text-align: right;
}

/* hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 40px 0;
} */

/* Animations */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.testimonial-card {
  animation: fadeInUp 0.6s ease-in-out;
}

/* trustee */
.trustee-section {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  overflow: hidden;
}

.image-container {
  animation: slideInLeft 1s ease-out;
}

.image-popup {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 44%);
  animation: popUp 1.2s ease-out;
  border: 10px solid #ffffff;
  margin-bottom: 10px;
}

.info-container {
  padding-left: 20px;
  animation: slideInRight 1s ease-out;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

/* principal */

.profile-img {
  width: 100%;
  height: auto;
  border: 10px solid #fff;
  box-shadow: 2px 2px 4px #000;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  margin-bottom: 15px;
}

.profile-img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* naac */
.certificates {
  padding: 20px 0;
}

.certificates img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 10px solid #fff;
  box-shadow: 0 4px 8px rgb(0 0 0 / 36%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certificates img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/*a:hover {*/
/*	color: #f9d469 !important;*/
/*}*/
a:hover {
  color: var(--color-primary) !important;
}

/* 
.owl-carousel-our-dept .owl-nav {
    right: 0%;
    top: -45px;
    position: absolute;
    justify-content: flex-end;
    display: flex;
}
.owl-carousel-our-dept .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;
}
.owl-carousel-our-dept .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;
} */

.news-dowanload-btn a {
  font-family: Roboto;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: var(--color-primary) !important;
}

.dot-img {
  position: absolute;
  top: 68%;
}
.user-img1 {
  position: absolute;

  right: 0px;
  top: 24%;
}
.user-img2 {
  position: absolute;
  top: 64%;
  left: -62px;
}
.user-img3 {
  position: absolute;

  right: 0px;
  top: 76%;
}

.breadcrumb-text-dept {
  padding: 23px;
  width: 35%;
  height: 186px;
  position: absolute;
  z-index: 10;
  background: #fff1db;
  box-shadow: 484px 355px 168px 0 rgba(0, 0, 0, 0),
    310px 227px 154px 0 rgba(0, 0, 0, 0.02),
    174px 128px 130px 0 rgba(0, 0, 0, 0.08),
    77px 57px 96px 0 rgba(0, 0, 0, 0.13), 19px 14px 53px 0 rgba(0, 0, 0, 0.15);
}
.breadcrumb-text-dept::after {
  content: "";
  background-image: url("../img/bread-dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -38px;
  right: 1px;
  width: 182px;
  height: 170px;
  z-index: -1;
}
.breadcrumb-text-dept::before {
  content: "";
  background-image: url("../img/bread-dot-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 190px;
  height: 170px;
  z-index: -1;
}
.dept-img {
  position: absolute;
  top: 68%;
}
.breadcrumb1 {
  display: flex;
  justify-content: center;
  margin: 0px;
  background: none;
  padding-top: 8px;
}
.testimonial-cards img {
  border-radius: 10px 10px 10px 10px;
}
.profile-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.profile {
  width: 250px;
  text-align: center;
}
.profile img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.profile h3 {
  margin: 10px 0 5px;
  font-size: 18px;
}
.profile p {
  font-size: 14px;
  color: #333;
}
.profile-page {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 20px;
}
.department-faculty .staff-wrapper {
  display: flex !important;
}
.Faculty-data {
  margin-top: 0px;
  margin-left: 16px;
}
.department-faculty .staff-wrapper .photo-holder img {
  width: 140px;
  height: 125px;
}
.button {
  border: 1px solid #f5b20c;
  background-color: #f5b20c;
  color: white;
  font-size: 18px;
  text-decoration: underline;
  padding: 3px 9px 3px 9px !important;
}
.button:hover {
  background-color: #f5f5f4;
  color: black;
  border: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  text-decoration: none;
}

/* Pdf Icon  */

.list-items-pdf li {
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.list-items-pdf {
  list-style: none;
  padding: 0 0 0 21px;
}
.list-items-pdf a::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  color: #a82427;
  width: 23px !important;
  display: inline-block;
  font-size: 19px;
}

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

.btn-pdf {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.9rem 1rem 0.9rem 3rem;
  background: linear-gradient(90deg, #08016b 0%, #f9d469 100%);
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(102, 0, 34, 0.15);
  position: relative;
  overflow: hidden;
  border: none;
  height: 65px;
  margin-bottom: 1rem;
  width: 100%;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.3;
  text-align: left;
  word-break: break-word;
}

.btn-pdf:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(102, 0, 34, 0.25);
  color: #ffffff !important;
}

/* PDF icon */
.btn-pdf::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("https://rmc.edu.in/uploads/pdf-svgrepo-com.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}

.btn-pdf:hover::before {
  transform: translateY(-50%) scale(1.15);
}

/* Shine effect */
.btn-pdf::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
  transition: left 0.6s ease;
}

.btn-pdf:hover::after {
  left: 100%;
}

/* Fade-in animation */
@keyframes buttonFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-pdf {
  animation: buttonFadeIn 0.5s ease-out forwards;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .btn-pdf {
    padding: 0.8rem 1rem 0.8rem 2.8rem;
    font-size: 0.88rem;
    height: 58px;
    line-height: 1.2;
  }

  .btn-pdf::before {
    width: 18px;
    height: 18px;
    left: 1rem;
  }
}

@media (max-width: 576px) {
  .btn-pdf {
    font-size: 0.85rem;
    padding: 0.7rem 1rem 0.7rem 2.5rem;
    height: 55px;
    line-height: 1.2;
  }

  .btn-pdf::before {
    width: 16px;
    height: 16px;
    left: 0.9rem;
  }
}

/* Table */
.activity-table th:nth-child(1),
.activity-table td:nth-child(1) {
  width: 76px; /* Sr. No. */
  text-align: right;
}

.activity-table th:last-child,
.activity-table td:last-child {
  width: 230px; /* Action */
  text-align: center;
}

/* About College */
.content-box {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #08016b;
}

.image-box {
  border-top: 4px solid #fdbd0f;
}

/* Image Styling */
.image-wrapper {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 5px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.college-image {
  width: 100%;
  height: 340px;
  display: block;
}

/* Course List Styling */
.course-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
}

.course-list li {
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
}

.course-list li:before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #08016b;
  font-size: 20px;
  line-height: 1.5;
}

.course-list a {
  color: #002855;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.course-list a:hover {
  color: #c8050d;
  text-decoration: underline;
}

/* Teaching Methods */
.teaching-methods {
  background-color: #fff1db;
  padding: 25px;
  border-radius: 10px;
  margin-top: 25px;
}

.method-item {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.method-item:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #fdbd0f;
  font-weight: bold;
}

.highlight-text {
  background-color: rgba(200, 5, 13, 0.05);
  padding: 20px;
  border-radius: 8px;
  /* margin: 20px 0; */
  border-left: 4px solid #08016b;
}

/* Responsive */
@media (max-width: 768px) {
  .content-box {
    padding: 20px;
  }
}

/* History */
.content-txt {
  padding: 20px;
}

.content-txt p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.content-txt p:first-of-type {
  background-color: #fff1db;
  padding: 20px;
  border-left: 4px solid #f9d469;
  border-radius: 0 5px 5px 0;
  margin-bottom: 25px;
}

.content-txt p:nth-of-type(2) {
  color: #002855;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.program-list {
  margin-bottom: 20px;
}

.program-item {
  background-color: white;
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 15px;
  border-left: 3px solid #f9d469;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.program-item:hover {
  background-color: #fff1db;
  transform: translateX(5px);
}

.image-content {
  max-width: 1200px;
  margin: 30px auto 0;
}

.img-wrapper {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 40, 85, 0.2);
}

.clg-name {
  width: 100%;
  height: 375px;
  object-fit: cover;
  display: block;
}

.image-caption {
  background-color: #fff1db;
  padding: 15px;
  margin-top: 20px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  color: #002855;
  font-weight: 600;
  border-top: 3px solid #f9d469;
}

.year-highlight {
  color: #08016b;
  font-weight: bold;
}

.founder-name {
  color: #002855;
  font-weight: 600;
}

@media (max-width: 768px) {
  .content-txt {
    padding: 10px;
  }

  .clg-name {
    height: 250px;
  }
}

/*RTI*/
.content-container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.content-section {
  margin-bottom: 40px;
}

.content-section p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.highlight-section {
  background-color: #fff1db;
  padding: 25px;
  border-radius: 10px;
  border-left: 4px solid #002855;
  margin: 30px 0;
}

.highlight-title {
  color: #002855;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.links-section {
  background-color: #fff1db;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  border-top: 3px solid #f9d469;
}

.links-section p {
  color: #002855;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.links-list {
  list-style-type: none;
  padding-left: 0;
}

.links-list li {
  padding: 12px 15px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 6px;
  border-left: 4px solid #08016b;
  transition: all 0.3s ease;
}

.links-list li:hover {
  transform: translateX(5px);
  box-shadow: 0 3px 10px rgba(0, 40, 85, 0.1);
}

.links-list a {
  color: #002855;
  text-decoration: none;
  font-weight: 500;
  align-items: center;
}

.links-list a:hover {
  color: #c8050d;
}

.links-list a:before {
  /* content: '🔗';
            margin-right: 10px;
            font-size: 16px; */
  content: "";
  background: url("https://rmc.edu.in/uploads/link-svgrepo-com.svg") no-repeat
    center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
}

.officers-section {
  background-color: white;
  padding: 25px;
  border-radius: 10px;
  border: 2px solid #002855;
}

.officers-title {
  color: #002855;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff1db;
}

.officer-card {
  background-color: #fff1db;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  border-left: 4px solid #f9d469;
  height: 100%;
}

.officer-designation {
  color: #08016b;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.officer-designation:before {
  content: "";
  background: url("https://rmc.edu.in/uploads/person-svgrepo-com.svg") no-repeat
    center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
}

.officer-name {
  color: #002855;
  font-weight: 600;
  font-size: 18px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 40, 85, 0.1);
}

.devider {
  border: 0;
  height: 2px;
  background: linear-gradient(90deg, #c8050d, #002855);
  margin: 40px 0;
}

@media (max-width: 768px) {
  .content-container {
    padding: 25px;
  }

  .highlight-section,
  .links-section,
  .officer-card {
    padding: 20px;
  }
}

/* Awards */
.principal-award-section {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff1db;
  border-radius: 10px;
  border-left: 4px solid #f9d469;
}

.principal-award-photo {
  width: 250px;
  height: 250px;
  border-radius: 8px;
  object-fit: cover;
  border: 3px solid #002855;
}

.principal-info {
  flex: 1;
}

.principal-award-name {
  color: #002855;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
}

/* Awards List */
.awards-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.awards-list li {
  padding: 15px;
  margin-bottom: 12px;
  background-color: #ffff;
  border-radius: 8px;
  border-left: 4px solid #f9d469;
  text-align: justify;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.awards-list li:hover {
  transform: translateX(5px);
  background-color: #f0e6d0;
}

.awards-list li strong {
  color: #002855;
}

/* Responsive */
@media (max-width: 768px) {
  .content-wrapper {
    padding: 20px;
  }

  .principal-award-section {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 15px;
  }

  .principal-award-photo {
    width: 120px;
    height: 120px;
  }

  .awards-list li {
    padding: 12px;
    font-size: 14px;
  }
}
/* vision & Mission */
.content-box img.logo {
  display: block;
  margin: 0 auto 12px auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  object-fit: contain;
  filter: brightness(0);
  transition: transform 0.3s ease, filter 0.3s ease, border 0.3s ease;
}
.content-box img.logo:hover {
  transform: scale(1.2);
  filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(7490%)
    hue-rotate(356deg) brightness(88%) contrast(124%);
}
.content-box h4 {
  text-align: center;
  margin-bottom: 8px;
  color: #333;
}

.content-box ul li {
  color: #333;
  transition: 0.3s ease;
}

/* Coordinators */
.coordinators-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin: 0;
}

.coordinators-profile {
  background: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-top: 4px solid #f9d469;
  width: 100%;
  max-width: 250px;
  flex: 1 0 auto;
}

.coordinators-profile:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.coordinators-profile img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 15px;
  border: 3px solid #002855;
  padding: 3px;
  background-color: white;
}

.coordinators-profile h3 {
  color: #002855;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 8px;
  line-height: 1.3;
}

.coordinators-profile p {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.coordinators-profile p strong {
    color: #08016b;
  
    font-size: 15px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .coordinators-profile {
    max-width: 220px;
  }
}

@media (max-width: 992px) {
  .coordinators-profile {
    max-width: 200px;
  }

  .coordinators-profile img {
    width: 120px;
    height: 120px;
  }

  .coordinators-profile h3 {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .coordinators-row {
    gap: 20px;
  }

  .coordinators-profile {
    max-width: 180px;
    padding: 15px;
  }

  .coordinators-profile img {
    width: 110px;
    height: 110px;
  }

  .coordinators-profile h3 {
    font-size: 16px;
  }

  .coordinators-profile p {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  body {
    padding: 15px;
  }

  .coordinators-row {
    gap: 15px;
  }

  .coordinators-profile {
    max-width: 160px;
    padding: 12px;
  }

  .coordinators-profile img {
    width: 100px;
    height: 100px;
  }

  .coordinators-profile h3 {
    font-size: 15px;
    margin: 10px 0 6px;
  }

  .coordinators-profile p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .coordinators-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .coordinators-profile {
    max-width: 280px;
    width: 100%;
    padding: 20px;
  }

  .coordinators-profile img {
    width: 130px;
    height: 130px;
  }

  .coordinators-profile h3 {
    font-size: 18px;
  }

  .coordinators-profile p {
    font-size: 14px;
  }
}
.btn.btn-primary.btn-sm {
    color: #f9d469 !important;
    background: #08016b !important;
    border-color:#08016b;
}


/* Heading */
.table-heading {
  color: #002855;
  font-weight: 600;
  font-size: 22px;
  margin: 0;
  padding-left: 15px;
  border-left: 3px solid #f9d469;
  margin-bottom: 10px;
  margin-top: 12px;
}

.heading {
  color: #002855;
  font-weight: 600;
  text-align: left;
  font-size: 25px;
  position: relative;
  padding-bottom: 5px;
}

.heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #002855;
}

.heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 90px;
  width: 40px;
  height: 2px;
  background-color: #c8050d;
}
.highlighted-txt {
  font-size: 20px;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .heading {
    font-size: 24px;
  }
  .highlighted-txt {
    font-size: 18px;
  }
  .table-heading {
    font-size: 20px;
    padding-left: 12px;
    border-left: 2px solid #c8050d;
  }
}

@media (max-width: 480px) {
  .heading {
    font-size: 22px;
  }

  .table-heading {
    font-size: 20px;
    padding-left: 10px;
    border-left: 2px solid #c8050d;
  }
}
