.inner_banner {
  position: relative;
}

.breadcrumb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb ul li {
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.breadcrumb ul li a:hover {
  color: #c6c6c6;
}

.breadcrumb ul li.active {
  font-weight: 600;
}

/* separator */
.breadcrumb ul li+li {
  padding-left: 14px;
}

.breadcrumb ul li+li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--headingColor);
  transform: translateY(-50%);
}

.innerhd {
  margin-bottom: 40px;
}

.innerhd h1 {
  font-family: var(--titleFont);
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--headingColor);
}

.abt_university figure {
  margin: 0;
  position: relative;
}

.abt_university figure:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  background: var(--headingColor);
}

.history {
  display: flex;
  align-items: stretch;
}

.history_left {
  background: linear-gradient(270deg, #691320 10.67%, #38020b 100%);
  padding: 80px 0;
  width: 50%;
}

.mobile_view {
  display: none;
}

.history_right {
  width: 50%;
}

.history_left h2 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.history_left .container {
  max-width: 450px;
}

.history_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.timelineWrapper {
  display: flex;
  gap: 105px;
}

/* LEFT YEARS */
.timelineYears {
  min-width: 116px;
}

.timelineYears ul {
  border-left: 1px solid #fff;
}

.timelineYears li {
  color: #fff;
  font-size: 23px;
  padding: 0 20px 0 45px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  border-radius: 0 50px 50px 0;
  line-height: 31px;
  font-weight: 500;
  background: #29060b;
  margin-bottom: 28px;
}

.timelineYears li:last-child {
  margin-bottom: 0;
}

.timelineYears li:last-child {
  border-bottom: 0;
}

.timelineYears li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.timelineYears li.active::before {
  background: #29060b;
}

.timelineYears li::after {
  content: "";
  width: 25px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.timelineYears li.active::after {
  background: #29060b;
}

.timelineYears li.active {
  background: #fff;
  color: #000;
}

/* RIGHT CONTENT */
.timelineContent {
  flex: 1;
}

.timelineCard {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 30px;
  color: #fff;
  width: 650px;
}

.timelineCard h2 {
  font-size: 85px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: var(--opensansFont);
}

.timelineCard p {
  margin: 0;
}

.cmn_hd {
  margin-bottom: 40px;
}

.timelineCard {
  display: none;
}

.timelineCard.active {
  display: block;
}

/* .university_campus {
  padding-bottom: 50px;
} */

.campus_imges {
  display: flex;
  gap: 9px;
}

.campus_info {
  background: var(--headingColor);
  padding: 30px;
  color: #fff;
  position: relative;
  right: 83px;
  top: 40px;
  max-width: 570px;
}

.campus_info p {
  margin-bottom: 0;
}

.campus_gallery {
  display: flex;
}

.campus_gal_left figure {
  margin: 10px 10px 10px 0;
}

.campus_gal_left {
  display: flex;
  /* align-items: center; */
  width: 30%;
}

.campus_gal_left .d-flex {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.campus_gallery figure {
  position: relative;
  transition: 0.4s all ease-in-out;
  overflow: hidden;
  margin-bottom: 0;
  height: 160px;
}

.campus_gallery .campus_gal_left figure,
.gal_right_img figure {
  width: 185px;
}

.campus_gallery figure img {
  transition: all 0.4s ease-in-out;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.campus_gallery .glry_zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  z-index: 1;
}

.campus_gallery figure:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 45%);
  content: "";
  z-index: 1;
  transition: 0.4s all ease-in-out;
}

.campus_gallery figure:hover .glry_zoom {
  opacity: 1;
}

.campus_gallery figure:hover img {
  scale: 1.2;
}

.campus_gal_middle {
  width: 40%;
  margin: 10px 0;
}

.campus_hd {
  background: #212121;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.campus_hd h3 {
  font-family: var(--opensansFont);
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.campus_gal_middle .d-flex {
  gap: 10px;
  margin-bottom: 10px;
}

.campus_gal_right {
  width: 30%;
  margin: 10px 0 10px 10px;
}

.campus_gal_middle figure {
  height: 160px;
}

.campus_gal_middle figure img {
  object-position: center;
}

.campus_gal_right .d-flex {
  flex-direction: column;
}

.campus_gal_right {
  display: flex;
}

.campus_gal_middle figure {
  flex: 1;
}

.gal_right_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 10px;
}

.campus_gal_right figure {
  margin: 0 0 10px;
}

.second_campus_gallery .campus_hd {
  background: #f6f4ee;
  height: 116px;
}

.second_campus_gallery .campus_hd h3 {
  color: var(--bodyColor);
}

.second_campus_gallery .campus_gal_left,
.second_campus_gallery .campus_gal_right {
  width: 30%;
}

.second_campus_gallery .campus_gal_middle {
  width: 70%;
}

.second_campus_gallery .campus_gal_right {
  margin-top: 10px;
  margin-left: 0;
}

.second_campus_gallery .campus_gallery {
  justify-content: center;
}

.second_campus_gallery .campus_gallery {
  display: flex;
}

.second_campus_gallery .campus_gal_left,
.second_campus_gallery .campus_gal_middle,
.second_campus_gallery .campus_gal_right {
  display: flex;
  flex-direction: column;
}

.second_campus_gallery .campus_gal_left figure,
.second_campus_gallery .campus_gal_right figure {
  height: 240px;
  width: 287px;
}

.second_campus_gallery .campus_gal_middle figure {
  height: 200px;
}

.university_campus ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 30px;
  justify-content: center;
}

.university_campus ul li {
  width: calc((100% - 40px) / 5);
  display: flex;
}

.act_bg {
  background: #f6f4ee;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.act_bg img {
  width: 60px;
  margin: 0 auto 15px;
}

.act_bg h4 {
  font-family: var(--opensansFont);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 50px;
  flex-grow: 1;
}

.download {
  background: #ebe5d2;
  color: var(--bodyColor);
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 25px 9px;
  border-radius: 45px;
  text-decoration: none;
  display: inline-block;
  /* width: 129px; */
  text-align: center;
  margin: auto;
}

.cmn_btn.download span {
  background: transparent;
  width: auto;
  display: inline;
  text-align: center;
}

.cmn_btn.download:hover span {
  color: #fff;
}

.vice_img {
  border-left: 2px solid var(--headingColor);
}

.vice_img figure {
  height: 325px;
}

.vice_img figure img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.vice_img h4 {
  font-family: var(--titleFont);
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  padding: 0 0 0 15px;
}

.dob {
  background: var(--headingColor);
  padding: 0 0 0 15px;
  color: #fff;
  margin-top: 1rem;
}

.vice_chancellor .row>* {
  padding-bottom: 40px;
}

.mou_dwnld {
  background: #f6f4ee;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  min-height: 108px;
}

.red-bg {
  background: var(--headingColor);
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mou_dwnld .d-flex {
  gap: 20px;
  align-items: center;
  padding: 15px;
}

.dwnld_bg {
  background: #eae4d0;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
}

.mou_dwnld span {
  color: var(--bodyColor);
  font-size: 20px;
}

.mou_dwnld span.small {
  font-size: 14px;
}

.research_cell h4 {
  text-align: center;
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}

.mouTable {
  width: 100%;
}

.mouTable th,
.mouTable td {
  border: 2px solid #fff;
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.7;
}

.mouTable th {
  color: #fff;
  font-weight: 500;
}

.mouTable tbody td {
  background: #efefef;
}

/* Alternate header shades like screenshot */
.mouTable th:nth-child(odd) {
  background: #7b7b7b;
  width: 110px;
}

.mouTable th:nth-child(even) {
  background: #212121;
  width: 182px;
}

.mouTable td:nth-child(odd) {
  background: #e8e8e8;
}

.mouTable td:nth-child(even) {
  background: #f4f4f4;
}

.tableTitle th:first-child {
  background: #fff;
}

.tableTitle th:nth-child(2) {
  background: #f4f4f4;
  color: var(--bodyColor);
  border-radius: 10px 10px 0 0;
  font-weight: 600;
}

.no_banner .breadcrumb {
  position: static;
}

.list_of_holiday {
  background: var(--headingColor);
}

.select_month {
  width: 250px;
}

.select_month .nice-select {
  width: 100%;
  height: 63px;
  line-height: 63px;
  background: #1f1f1f;
  border: none;
  border-radius: 0;
  padding: 0 45px 0 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  box-shadow: none;
}

.select_month .nice-select .current {
  display: block;
  /* line-height: 64px; */
}

.select_month .nice-select:after {
  width: 10px;
  height: 10px;
  right: 22px;
  margin-top: -7px;
  border-color: #fff;
  border-width: 2px;
}

.select_month .nice-select.open:after {
  transform: rotate(-135deg);
}

.select_month .nice-select .list {
  width: 100%;
  background: #1f1f1f;
  border-radius: 0;
  margin-top: 2px;
  overflow: hidden;
}

.select_month .nice-select .option {
  color: #fff;
  padding: 5px 15px;
  line-height: normal;
  min-height: auto;
  font-size: 14px;
  transition: all 0.3s ease;
}

.select_month .nice-select .option:hover,
.select_month .nice-select .option.focus,
.select_month .nice-select .option.selected.focus {
  background: #c40024;
  color: #fff;
}

.list_of_holiday .download {
  width: auto;
  text-align: right;
  margin: inherit;
  background: #fff;
}

.list_of_holiday .download img {
  width: 15px;
  margin-left: 5px;
}

.list_of_holiday .cmn_btn.download:hover span img {
  filter: invert(1);
}

.holiday_txt {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  max-width: 470px;
}

.list_of_holiday .d-flex {
  justify-content: space-between;
  padding: 10px 20px 10px 20px;
  align-items: center;
}

.holiday_list {
  background: #f6f4ee;
  padding: 20px;
}

.holiday_bg {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 20px;
}

.holiday_bg:last-of-type {
  margin-bottom: 0;
}

.holiday_list h2 {
  font-family: var(--opensansFont);
  font-weight: 300;
  font-size: 35px;
  line-height: 20px;
}

.holiday_bg span {
  font-family: var(--opensansFont);
  font-weight: 700;
  font-size: 12px;
  line-height: 10px;
  background: var(--headingColor);
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px;
  transform: rotate(-90deg);
  position: relative;
  top: 4px;
}

.holiday_bg .d-flex {
  margin-bottom: 30px;
}

.holidayTableWrap {
  width: 100%;
}

.holidayTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}

.holidayTable th {
  background: var(--bodyColor);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 7px;
  border-radius: 4px;
  border-bottom: 4px solid #fff;
}

.holidayTable td {
  background: #f4f4f4;
  /* font-size: 14px; */
  font-weight: 400;
  text-align: center;
  padding: 10px 7px;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
}

/* Column Width */
.holidayTable th:first-child,
.holidayTable td:first-child {
  width: 50%;
}

.holidayTable th:nth-child(2),
.holidayTable td:nth-child(2),
.holidayTable th:nth-child(3),
.holidayTable td:nth-child(3),
.holidayTable th:nth-child(4),
.holidayTable td:nth-child(4) {
  width: 16.66%;
}

.holidayTable th:first-child {
  background: #7b7b7b;
}

.gallery_details .nav-link {
  padding: 10px 57px 10px;
}

/* .research_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
} */

.research_gallery .gal_first li:first-child figure img,
.research_gallery .gal_first li:nth-child(2) figure img,
.research_gallery .gal_second li:nth-child(3) figure img,
.research_gallery .gal_second li:nth-child(5) figure img {
  /* height: 340px;
  object-fit: cover; */
}

.research_gallery .campus_gallery figure {
  height: 250px;
  width: 100%;
}

.research_gallery .gal_first li:nth-child(3) figure img,
.research_gallery .gal_first li:nth-child(4) figure img,
.research_gallery .gal_first li:nth-child(5) figure img,
.research_gallery .gal_second li:nth-child(1) figure img,
.research_gallery .gal_second li:nth-child(2) figure img,
.research_gallery .gal_second li:nth-child(4) figure img {
  /* height: 240px;
  object-fit: cover; */
}

.research_gallery ul li {
  margin-bottom: 10px;
}

.video-wrapp iframe {
  width: 100%;
  height: 250px;
}

.chart_name figure {
  text-align: center;
  background: linear-gradient(180deg, #39030b 0%, #9f1026 100%);
  width: 93px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
}

.chart_name {
  text-align: center;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  z-index: 1;
}

.chart_name:after {
  position: absolute;
  content: "";
  border-top: 1px solid #212121;
  width: 65%;
  top: 40%;
  z-index: -1;
  height: 95px;
  border-radius: 30px 30px 0 0;
  left: 50%;
  transform: translateX(-50%);
  border-right: 1px solid #212121;
  border-left: 1px solid #212121;
}

.chart_name span {
  display: block;
  margin-top: 10px;
}

.left_chart_panel {
  background: var(--headingColor);
  padding: 40px 20px 40px 30px;
}

.chart_list {
  margin-top: 20px;
}

.register_icon .d-flex {
  align-items: center;
}

.register_icon span {
  background: #fff;
  width: 253px;
  /* height: 32px; */
  padding: 0 0 0 10px;
  border-radius: 0 5px 5px 0;
  font-weight: 600;
}

.register_icon figure {
  background: #db8491;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 5px;
}

.register_bg figure {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin: auto;
}

.register_bg {
  background: #c22e44;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  border-radius: 10px;
  min-height: 100px;
}

.register_icon ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.register_icon ul li {
  flex: 1;
}

.register_bg figcaption {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 10px;
}

.register_icon {
  margin-bottom: 15px;
  position: relative;
}

.register_icon:after {
  position: absolute;
  content: "";
  width: 31px;
  height: 2px;
  background: #db8491;
  top: 25px;
  left: -30px;
}

.right_chart_panel {
  background: var(--bodyColor);
  padding: 40px 30px 40px 20px;
  width: 350px;
  height: 100%;
}

.right_chart_panel .register_icon .d-flex {
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}

.right_chart_panel .register_icon:after {
  left: inherit;
  right: -30px;
  background: #7a7a7a;
}

.right_chart_panel .register_icon figure {
  background: #7a7a7a;
}

.right_chart_panel .register_icon span {
  border-radius: 5px 0 0 5px;
  text-align: right;
  padding: 0 10px 0 0;
}

.chart_list .row {
  justify-content: center;
}

.notable_alumni h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  background: var(--headingColor);
  color: #fff;
  padding: 15px 0;
  border-radius: 5px;
  margin-bottom: 18px;
}

.notable_alumni figure {
  margin-bottom: 10px;
}

.university_regulation .act_bg {
  padding: 15px;
  text-align: center;
  color: var(--bodyColor);
  height: 100%;
}

.university_regulation .row {
  row-gap: 30px;
}

.university_regulation .act_bg figure {
  box-shadow: 0px 0px 15px 0px #00000024;
  border-radius: 10px;
  overflow: hidden;
}

.university_regulation .act_bg figure img {
  height: 100%;
}

.university_regulation .act_bg h4 {
  font-size: 16px;
  line-height: 21px;
}

.university_regulation .act_bg .cmn_btn span {
  width: auto;
  height: auto;
  transform: inherit;
  background: transparent;
  width: auto;
  display: inline;
  text-align: center;
}

.university_regulation .cmn_btn {
  padding: 5px 28px;
  justify-content: center;
  margin: auto;
  border: transparent;
}

.pagination {
  justify-content: center;
  margin-top: 50px;
  align-items: center;
  gap: 10px;
}

.pagination a {
  color: var(--bodyColor);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-link {
  background: #f4f4f4;
  border: transparent;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  padding: 0;
  color: var(--bodyColor);
}

.active>.page-link,
.page-link.active {
  background-color: var(--headingColor);
  border-color: var(--headingColor);
}

.page-link:hover {
  color: #fff;
  background: var(--headingColor);
}

.pagination a span {
  font-size: 25px;
  position: relative;
  top: -3px;
}

.professor_img figure {
  border-radius: 10px;
  overflow: hidden;
  height: 335px;
}

.professor_img figure img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.professor_img h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}

.hod {
  background: var(--headingColor);
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin: 13px 0 0;
  color: #fff;
  padding: 8px 30px 8px 10px;
  display: inline-block;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
}

.depart_info {
  margin-top: 40px;
}

.depart_info ul li span {
  background: #eae4d0;
  width: 40px;
  min-width: 40px;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.depart_info ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.depart_info .info p {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 17px;
}

.depart_info .info p a {
  color: var(--bodyColor);
}

.depart_info .info p a:hover {
  color: #0077ff;
}

.depart_info .info strong {
  font-size: 15px;
  display: block;
  line-height: 19px;
  margin-top: 7px;
}

.depart_info .info b {
  margin-bottom: 7px;
  display: block;
}

.depart_bg {
  box-shadow: 0px 0px 20px 0px #0000001a;
  padding: 15px;
  border-radius: 10px;
  height: 600px;
  overflow-y: auto;
}

.offer_prog .cmn_hd h2 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 10px;
}

.programmeTable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.programmeTable th {
  background: #212121;
  color: #fff;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid #fff;
}

.programmeTable th:first-child {
  width: 368px;
}

.programmeTable th:last-child {
  width: 468px;
}

.programmeTable th:nth-child(odd) {
  background: #7b7b7b;
}

.programmeTable td {
  background: #f6f4ee;
  padding: 12px 15px;
  border: 2px solid #fff;
  font-size: 14px;
}

.programmeTable td:nth-child(odd) {
  background: #eae4d0;
}

.faculty_profile {
  background: #f6f4ee;
  margin-top: 65px;
}

.faculty_profile .accordion-item {
  margin-bottom: 15px;
  border: transparent;
  border-radius: 10px;
}

.faculty_profile .accordion-button:not(.collapsed) {
  background: #fff;
  box-shadow: inherit;
  border-radius: 10px;
}

.faculty_profile .accordion-body {
  position: relative;
}

.faculty_profile .accordion-body:after {
  position: absolute;
  content: "";
  background: var(--headingColor);
  width: 97%;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.faculty_profile .accordion-header button {
  font-weight: 300;
  font-size: 35px;
  line-height: 28px;
  color: var(--bodyColor);
  padding: 20px;
  border-radius: 10px;
}

.faculty_member figure {
  border-radius: 5px;
  overflow: hidden;
  height: 280px;
}

.faculty_member figure img {
  height: 100%;
  object-fit: cover;
  /* object-position: center top; */
}

.faculty_info {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.faculty_member h4 {
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
}

.faculty_member .cmn_btn {
  padding: 5px;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.faculty_member .cmn_btn:hover span {
  transform: translate(57px, 0);
}

.depart_details {
  background: linear-gradient(270deg, #691320 10.67%, #38020b 100%);
  color: #fff;
}

.depart_details .cmn_hd h2 {
  color: #fff;
}

.depart_details .nav-tabs .nav-link {
  background: #29060b;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.depart_details .nav-tabs .nav-link.active {
  background: #fff;
  color: var(--bodyColor);
}

.depart_details .scholar_bg {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 30px;
  color: #fff;
  width: 850px;
  margin: auto;
  height: 500px;
  overflow-y: scroll;
}

.page-template-faculty-department-template.department-of-economics ol {
  height: initial;
  overflow-y: hidden;
}

.depart_details .scholar_bg h3 {
  font-family: var(--opensansFont);
  font-weight: 300;
  font-size: 35px;
  line-height: 28px;
  padding-bottom: 25px;
}

.depart_details .scholar_bg ul li {
  list-style: disc;
  font-weight: 300;
  margin-bottom: 5px;
}

.depart_details .scholar_bg ul {
  padding: 0 0 0 22px;
}

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

.faculty_profile .accordion-button::after {
  background-image: url(../images/plus.svg);
}

.faculty_profile .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.svg);
}

.faculty_arts .act_bg img {
  width: 40px;
  margin: 0;
}

.faculty_arts .act_bg .red-bg {
  margin-top: -33px;
}

.faculty_arts .act_bg .d-flex {
  justify-content: space-between;
}

.faculty_arts .act_bg .download {
  padding: 6px 25px 5px;
  margin: 0;
}

.faculty_arts .act_bg h4 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 0;
}

.faculty_arts .row {
  margin-top: 60px;
  row-gap: 35px;
}

.calender_title {
  position: relative;
  background: var(--headingColor);
  padding: 60px 43px 15px;
  border-radius: 20px 20px 0 0;
}

.calender_title::after {
  content: "";
  position: absolute;
  top: -19px;
  width: 94%;
  height: 54px;
  background-image: url("../images/pin-icon.svg");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 35px 54px;
  left: 50%;
  transform: translateX(-50%);
}

.calender_title h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

.calender_bg {
  background: #f6f4ee;
  padding: 30px;
  border-radius: 0 0 20px 20px;
}

.calender_bg .row {
  row-gap: 24px;
}

.calender_bg .col-md-3 {
  display: flex;
}

.cal_white_bg {
  background: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;

  display: flex;
  flex-direction: column;
}

.cal_white_bg h4 {
  font-family: var(--opensansFont);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  flex-grow: 1;
}

.cal_white_bg .cmn_btn {
  margin-top: 15px;
}

.fees_bg {
  background: #f6f4ee;
  border-radius: 20px;
  padding: 15px;
}

.fees_bg a {
  display: block;
  color: #fff;
  background: var(--headingColor);
  text-align: center;
  padding: 5px 0;
}

.course_fees .container {
  max-width: 770px;
  margin: 0 auto;
}

.select_department .nice-select,
.select_designation .nice-select {
  width: 100%;
}

.select_department .nice-select,
.select_designation .nice-select {
  height: 50px;
  line-height: 50px;
  background: var(--headingColor);
  border: none;
  border-radius: 0;
  padding: 0 45px 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  box-shadow: none;
}

.select_department .nice-select:after,
.select_designation .nice-select:after {
  width: 10px;
  height: 10px;
  right: 22px;
  margin-top: -7px;
  border-color: #fff;
  border-width: 2px;
}

.select_department .nice-select .list,
.select_designation .nice-select .list {
  width: 100%;
  background: #1f1f1f;
  border-radius: 0;
  margin-top: 2px;
  overflow: hidden;
}

.select_department .nice-select .option,
.select_designation .nice-select .option {
  color: #fff;
  padding: 5px 15px;
  line-height: normal;
  min-height: auto;
  font-size: 14px;
  transition: all 0.3s ease;
}

.select_department .nice-select .option:hover,
.select_department .nice-select .option.focus,
.select_department .nice-select .option.selected.focus,
.select_designation .nice-select .option:hover,
.select_designation .nice-select .option.focus,
.select_designation .nice-select .option.selected.focus {
  background: #c40024;
  color: #fff;
}

.select_designation .nice-select {
  background: var(--bodyColor);
}

.faculty_card figure {
  margin: 0;
  height: 307px;
  overflow: hidden;
}

.faculty_card figure img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.directory_details {
  background: #f6f4ee;
  display: flex;
  gap: 15px;
  align-items: center;
}

.directory_details h4 {
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 10px;
}

.faculty_card {
  color: var(--bodyColor);
}

.directory_details span {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  display: block;
}

.arw_btn {
  background: #ebe5d2;
  width: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
}

.name_designation {
  padding: 10px 0;
}

.cbsc_card_wrapper {
  background: url(../images/cbcs-bg.webp) no-repeat center/cover;
  height: 588px;
}

.cbcs_hd {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 0 50px;
}

.cbcs_subject .d-flex {
  gap: 10px;
}

/* .list_bg {
  background: #fff;
  position: relative;
  right: 400px;
  padding: 30px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-top: 3px solid var(--headingColor);
  width: 345px;
  top: 30px;
} */

.list_bg li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 0 7px;
  margin: 0 0 7px;
  font-weight: 500;
}

.list_bg li a {
  color: var(--bodyColor);
  display: flex;
  justify-content: space-between;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.list_bg li a:hover {
  color: var(--headingColor);
}

.list_bg li a span {
  transition: all 0.4s ease-in-out;
}

.list_bg li a:hover span {
  transform: translate(10px, 0);
  transition: all 0.4s ease-in-out;
}

.listing_wrapper {
  /* display: flex; */
  gap: 5px;
  align-items: flex-start;
  min-width: 700px;
  position: relative;
  top: 50px;
  right: 490px;
  column-count: 2;
}

.list_bg {
  background: #fff;
  padding: 25px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-top: 3px solid var(--headingColor);
  width: 345px;
}

.list_bg ul li:last-child {
  border-bottom: transparent;
  margin: 0;
  padding: 0;
}

.list_bg ul li span {
  color: var(--headingColor);
}

.programmes_offered .innerhd span,
.exam .innerhd span {
  font-weight: 600;
  display: block;
  text-align: center;
  padding-top: 20px;
}

.programmes_offered_bg {
  background: #f6f4ee;
  padding: 30px;
}

.offered_white_bg {
  background: #fff;
  padding: 10px 20px;
  border-left: 2px solid var(--headingColor);
  margin-bottom: 15px;
}

.offered_white_bg p {
  margin: 0;
}

.offered_white_bg h5 {
  font-family: var(--opensansFont);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 5px;
}

.offered_white_bg span {
  background: #f4f4f4;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.offered_white_bg .d-flex {
  gap: 20px;
  align-items: center;
}

.offered_white_bg .d-flex h5 {
  padding-bottom: 0;
}

.click_here {
  font-weight: 500;
  color: var(--headingColor);
}

.offered_white_bg:last-of-type {
  margin-bottom: 0;
}

.department_slider {
  padding: 0 0 15px;
}

.department_slider .swiper-wrapper {
  align-items: center;
}

.department-slide {
  transition: all 0.5s ease;
}

.department-slide.swiper-slide-active {
  z-index: 10;
}

/* .department-slide.swiper-slide-active {
  width: 435px !important;
}

.swiper-slide.department-slide.swiper-slide-prev,
.swiper-slide.department-slide.swiper-slide-next {
  width: 13% !important;
} */

.department-card {
  height: 415px;
  overflow: hidden;
  border-radius: 10px;
}

.department-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bachelor_bg {
  background: #f4f4f4;
  padding: 10px 15px;
  display: flex;
  color: var(--bodyColor);
  justify-content: space-between;
}

.bachelor_bg i {
  transition: all 0.4s ease-in-out;
}

a:hover.bachelor_bg {
  color: var(--headingColor);
}

a:hover.bachelor_bg i {
  transform: translate(10px, 0);
}

.bachelor_bg .d-flex {
  gap: 15px;
}

.bachelor_bg .d-flex img {
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.bachelor_program ul li {
  margin-bottom: 4px;
}

.program_list {
  background: var(--headingColor);
  padding: 10px;
}

.bachelor_program .program_list li {
  margin-bottom: 0;
}

.program_list li a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 11.8px 20px;
  border-bottom: 1px solid #d9d9d94d;
}

.program_list li a.active {
  background: #fff;
  color: var(--bodyColor);
}

.program_list li:last-child a {
  border-bottom: transparent;
}

.program_list li a:hover {
  background: #fff;
  color: var(--bodyColor);
}

.chancellor figure {
  border-left: 4px solid var(--headingColor);
}

.chancellor_msg {
  background: #f4f4f4;
  padding: 33px;
  height: 100%;
}

.chancellor_msg h2 {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 8px;
}

.chancellor_msg span {
  padding-bottom: 28px;
  display: block;
}

.chancellor_msg_box figure {
  float: left;
  margin: 0 35px 15px 0 !important;
  overflow: hidden;
  width: 250px;
}

.chancellor_msg_box::after {
  content: "";
  display: block;
  clear: both;
}

.faculty_councils_bg {
  background: #f4f4f4;
  padding: 30px;
}

.faculty_councils_bg .red_bg h4 {
  font-size: 15px;
  line-height: 20px;
}

.faculty_councils_bg figure {
  border-radius: 5px;
  overflow: hidden;
  height: 280px;
}

.faculty_councils_bg figure img {
  height: 100%;
  object-fit: cover;
}

.councils_white_bg {
  background: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}

.councils_white_bg h4 {
  font-family: var(--opensansFont);
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}

.councils_white_bg .red_bg {
  background: var(--headingColor);
  padding: 0 20px;
  color: #fff;
  border-radius: 2px;
  min-height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.councils_white_bg h5 {
  padding: 12px 20px 8px;
  font-size: 16px;
  line-height: 21px;
}

.outer_right_pnal {
  position: sticky;
  top: 100px;
}

.statutory_bodies .nav-pills .nav-link {
  background: #f4f4f4;
  color: var(--bodyColor);
  padding: 10px 20px;
  margin-bottom: 5px;
  border-radius: 0;
  font-weight: 500;
  text-align: left;
}

.statutory_bodies .nav-pills .nav-link.active,
.statutory_bodies .nav-pills .nav-link:hover {
  background: var(--headingColor);
  color: #fff;
}

.statutory_cont {
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.statutory_cont p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 21px;
  /* margin-top: 10px; */
}

.statutory_cont h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.content_hldr {
  border-left: 2px solid var(--headingColor);
  padding: 0 0 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.statutory_cont .row {
  row-gap: 30px;
}

/* .gymnasium_wrap .row {
  margin-top: 25px;
} */

.gymnasium_wrap a.glry_zoom {
  display: block;
  margin-top: 21px;
  overflow: hidden;
  position: relative;
}

.gymnasium_wrap a.glry_zoom:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 45%);
  content: "";
  z-index: 1;
  transition: 0.4s all ease-in-out;
}

.gymnasium_wrap .row {
  margin-top: 0;
}

.gymnasium_wrap h5 {
  font-family: var(--opensansFont);
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin-top: 25px;
}

.left_cont_scheme h5 {
  font-family: var(--opensansFont);
  font-weight: 300;
  font-size: 35px;
  line-height: 30px;
  background: var(--bodyColor);
  color: #fff;
  padding: 14px 15px 21px;
  margin-bottom: 6px;
}

.left_cont_scheme {
  text-align: center;
  width: 60%;
}

.left_cont_scheme ul {
  background: var(--headingColor);
}

.left_cont_scheme ul li,
.right_cont_scheme ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 3px 0;
}

.left_cont_scheme ul li:last-child,
.right_cont_scheme ul li:last-child {
  border-bottom: transparent;
}

.right_cont_scheme {
  width: 40%;
  text-align: center;
}

.right_cont_scheme h5 {
  font-family: var(--opensansFont);
  font-weight: 300;
  font-size: 35px;
  line-height: 30px;
  background: #6e6e6e;
  color: #fff;
  padding: 14px 15px 21px;
  margin-bottom: 6px;
  text-align: center;
}

.right_cont_scheme ul {
  background: #c63a50;
}

.service_bg {
  background: #f6f4ee;
  padding: 28px;
  height: 100%;
}

.program_coord .cmn_hd h2 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 27px;
  line-height: 30px;
}

.programsec {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}

.programsec::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 10px;
  background: linear-gradient(117.33deg, #efeeee 0%, #ffffff 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.programsec h4 {
  font-family: var(--opensansFont);
  font-weight: 700;
  font-size: 19px;
  line-height: 20px;
  padding-bottom: 11px;
}

.programsec ul {
  display: flex;
  gap: 20px;
}

.programsec ul li {
  position: relative;
}

.programsec ul li:after {
  position: absolute;
  content: "";
  background: #999999;
  height: 15px;
  width: 1px;
  right: -10px;
  top: 50%;
  transform: translateY(-7px);
}

.programsec ul li:last-child:after {
  background: transparent;
}

.program_officer h5 {
  background: var(--headingColor);
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 17px;
  line-height: 15px;
  color: #fff;
  padding: 11px 15px 13px;
  border-radius: 10px 10px 0 0;
}

.program_officer {
  margin-top: 20px;
}

.officer_bg {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  height: 205px;
}

.officer_bg a {
  display: flex;
  color: var(--bodyColor);
  gap: 10px;
  align-items: center;
}

.programsec ul li a {
  color: var(--bodyColor);
}

.officer_bg i {
  color: #999999;
}

.program_coord p {
  background: #f4f4f4;
  padding: 15px;
  line-height: 25px;
  font-weight: 600;
}

.officer_bg .col-md-6 {
  margin-bottom: 10px;
}

.officer_bg .col-md-6:last-of-type {
  margin-bottom: 0;
}

.general_programmes ul {
  column-count: 3;
}

.general_programmes ul li {
  position: relative;
  padding: 0 0 5px 15px;
}

.general_programmes ul li:before {
  position: absolute;
  content: "";
  background: var(--headingColor);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 12px;
  left: 0;
}

.main_menu .inner_menu ul li ul li:before {
  display: none;
}

.general_programmes_cont {
  margin-bottom: 50px;
}

.general_programmes_cont:last-of-type {
  margin-bottom: 0;
}

.quality_grid h2 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  background: #f6f4ee;
  padding: 10px 20px;
  margin-bottom: 5px;
}

.quality_grid h4 {
  font-family: var(--titleFont);
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 8px;
}

.quality_grid p {
  font-family: var(--opensansFont);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.quality_grid {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.quality_grid::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: var(--headingColor);
}

.member_gray_bg {
  background: #f6f4ee;
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  margin-bottom: 5px;
}

.member_gray_bg h2 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

.member_gray_bg h4 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

.member_quality_grid .quality_grid {
  margin-bottom: 60px;
}

.member_quality_grid .quality_grid figure {
  height: 310px;
  overflow: hidden;
  border: 1px solid #f2f0f0;
}

.member_quality_grid .quality_grid figure img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.member_quality_grid .quality_grid::after {
  bottom: 45px;
}

.director_desk .desk_bg {
  background: linear-gradient(270deg, #691320 10.67%, #38020b 100%);
  padding: 80px 70px;
  position: relative;
  z-index: 2;
}

.desk_bg .row {
  row-gap: 25px;
}

.iqac-asscurnce {
  border: 2px solid #ffffff66;
  backdrop-filter: blur(35px);
  color: #fff;
  width: 100%;
  border-radius: 10px;
  background: #69383f;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.iqac-asscurnce:hover {
  transform: translateY(-10px);
}

.iqac-asscurnce span {
  padding: 0 20px;
  line-height: 22px;
}

.iqac_icon {
  height: 94px;
  background: #896167;
  width: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.naac {
  background: #f6f4ee;
  position: relative;
  z-index: 1;
}

.naac:after {
  position: absolute;
  content: "";
  background: #f6f4ee;
  top: -175px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.naac .cmn_hd h2 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 27px;
  line-height: 30px;
  text-align: center;
}

.naac ul li a {
  box-shadow: 4px 4px 4px 0px #b809241a;
  padding: 4px 30px;
  font-weight: 600;
  border-radius: 30px;
  color: #000;
  background: #fff;
  display: block;
  text-align: center;
}

.naac ul {
  display: flex;
  column-gap: 10px;
  row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.naac ul li a:hover {
  background: #b80924;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(184, 9, 36, 0.25);
}

.sports_list a {
  display: block;
}

.sports_list a img {
  height: 270px;
  /* object-fit: cover; */
}

.sports_img,
.gymnasium_wrap img {
  display: block;
  /* object-fit: cover; */
  transition: 0.4s;
}

.sports_list a,
.gymnasium_wrap a {
  overflow: hidden;
  display: flex;
}

.sports_list a:hover img,
.gymnasium_wrap a:hover img {
  transform: scale(1.05);
}

.central_library.statutory_bodies .nav-pills .nav-link {
  line-height: 25px;
}

.central_library .abt_library figure {
  border-left: transparent;
}

.abt_library .d-flex {
  gap: 15px;
  margin: 30px 0 20px;
}

.abt_library figure {
  border-left: 3px solid var(--headingColor);
  flex: 1;
}

.extra_link {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}

.building_plans h4 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 20px;
}

.building_figure {
  border: 5px solid #f6f4ee;
  border-radius: 20px;
  padding: 15px 40px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.building_figure figure {
  border: transparent;
}

.plan_dwnld {
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.plan_dwnld span {
  font-weight: 500;
}

.plan_dwnld .download {
  background: var(--headingColor);
  color: #fff;
  padding: 11px 40px 11px;
  margin-top: 10px;
}

.floor {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.floor h4 {
  background: #ebe5d2;
  border-radius: 5px 5px 0 0;
  padding: 10px 0;
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--bodyColor);
  text-align: center;
}

.floor_bg {
  background: #f6f4ee;
  padding: 20px;
  flex: 1;
}

.floor_bg ul li {
  padding: 0 0 5px 15px;
  position: relative;
}

.floor_bg ul li:before {
  position: absolute;
  content: "";
  background: var(--headingColor);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 12px;
  left: 0;
}

.building_plans {
  margin-top: 40px;
}

.lib_hrs span {
  background: var(--bodyColor);
  width: 53px;
  min-width: 53px;
  height: 70px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 22px;
}

.lib_hrs h5 {
  font-family: var(--opensansFont);
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
}

.lib_hrs {
  display: flex;
  gap: 15px;
  align-items: center;
}

.library_timing_block {
  display: flex;
  gap: 60px;
}

.rules_bg {
  background: #f6f4ee;
  border-radius: 5px;
  padding: 20px;
}

.rules_bg ul li span {
  display: block;
}

.rules_bg ul li {
  position: relative;
  padding: 0 0 5px 20px;
}

.rules_bg ul li:before {
  position: absolute;
  content: "";
  background: var(--headingColor);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 12px;
  left: 0;
}

.red_border {
  border: 1px solid var(--headingColor);
  padding: 20px 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.red_border h4 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  flex-grow: 1;
}

.red_border .cmn_btn.download {
  padding: 5px 25px;
  margin-right: auto;
  text-align: left;
  margin-left: inherit;
  margin-top: 10px;
}

.equal_height>div {
  display: flex;
}

.rules_bg ul li a {
  color: var(--headingColor);
}

.physical_resource .rules_bg {
  background: #f6f4ee;
  border-radius: 5px;
  padding: 20px;
  min-height: 297px;
}

.building_plans .nav-tabs {
  margin: 15px 0;
  justify-content: left;
}

.rules_bg h5 {
  font-family: var(--opensansFont);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.ebook_wrapper {
  display: flex;
  gap: 5px;
  margin-top: 15px;
}

.ebook_wrapper h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.ebook_nav {
  height: 100%;
}

.ebook_nav .nav-link {
  position: relative;
}

.ebook_nav .nav-link.active {
  background: #fff;
  color: #000;
  font-weight: 600;
}

.ebook_nav .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 9px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 9px solid #c80000;
}

.ebook_right_category {
  background: #fff;
  width: 80%;
  border-radius: 10px;
  padding: 20px;
}

.book_card {
  padding: 0 0 15px;
  border-bottom: 1px solid var(--headingColor);
  margin-bottom: 25px;
}

.book_card:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.book_card h6 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 23px;
}

.book_card ul {
  display: flex;
  flex-wrap: wrap;
}

.book_card ul li {
  min-width: 48%;
}

.rules_bg .book_card a {
  color: #0078e9;
  word-break: break-all;
}

.ebook_left_category {
  background: rgb(255, 255, 255);
  width: 20%;
  border-radius: 10px;
  padding: 10px 0px;
}

.statutory_bodies .ebook_wrapper .nav-pills .nav-link {
  background: transparent;
  color: #838383;
  font-size: 13px;
  line-height: 21px;
}

.statutory_bodies .ebook_wrapper .nav-pills .nav-link.active {
  color: var(--bodyColor);
}

.statutory_bodies .ebook_wrapper .nav-pills .nav-link strong {
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.abt_library a {
  color: var(--bodyColor);
  font-weight: 700;
}

.digitization_pic {
  border: 10px solid #f6f4ee;
  border-radius: 20px;
}

.digitization_pic figure {
  border: transparent;
}

.present_research h4 {
  font-size: 22px;
}

.ku_tab_main .nav-tabs {
  justify-content: flex-start;
  margin: 50px 0 0;
}

.ku_tab_main .nav-tabs .nav-link {
  font-size: 15px;
  padding: 7px 13px 8px;
}

.ku_tab_main .building_plans {
  margin-top: 25px;
}

.gymnasium_wrap img {
  height: 190px;
  object-fit: cover;
}

.accomodation .d-flex {
  float: left;
  width: 48%;
  margin: 0px 30px 16px 0px;
  flex-wrap: wrap;
  gap: 10px;
}

.accomodation .d-flex figure {
  width: calc(50% - 5px);
  margin: 0;
}

.accomodation .d-flex img {
  width: 100%;
  display: block;
}

.accomodation .campus_gallery figure {
  height: 205px;
}

.accomodation h5 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 25px;
  line-height: 20px;
  padding-bottom: 20px;
}

.accomodation span {
  font-family: var(--opensansFont);
  font-size: 20px;
  line-height: 20px;
  display: block;
}

.seat_no {
  background: #f4f4f4;
  padding: 7px 10px;
  margin-top: 30px;
}

.hostel_premise {
  border-left: 2px solid var(--headingColor);
  padding: 0 0 0 20px;
  margin-bottom: 80px;
}

.hostel_bg {
  background: #f6f4ee;
}

.hostel_bg strong {
  font-weight: 600;
  line-height: 27px;
}

.hall_day figure {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 5px solid #ebe5d2;
}

.hostel_bg .d-flex {
  gap: 20px;
  align-items: center;
}

.hostel_bg h5 {
  font-family: var(--opensansFont);
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 5px;
}

.hostel_premise_list {
  margin-top: 40px;
}

.hostel_premise_list ul li {
  position: relative;
}

.hostel_premise_list ul li:before {
  position: absolute;
  content: "";
  background: var(--headingColor);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 6px;
  top: 12px;
}

.hostel_premise_list ul li {
  padding: 0 0 10px 20px;
}

.auditorioum_bg {
  background: #f6f4ee;
  padding: 15px;
}

.auditoriums .act_bg {
  color: var(--bodyColor);
  flex-direction: inherit;
  justify-content: space-between;
  align-items: center;
}

.auditoriums .act_bg button,
.providing_facility.mints_meet button {
  border: transparent;
  padding: 5px 25px 5px;
  margin: 0;
  height: 40px;
}

.auditoriums .act_bg p,
.sports .providing_facility.mints_meet p {
  margin-bottom: 0;
  flex: 1;
  width: auto;
  /* width: 354px; */
}

.genestudio {
  background: #f6f4ee;
}

.genestudio .gene_white_bg {
  background: #fff;
  border-top: 2px solid var(--headingColor);
  padding: 30px;
}

.genestudio .gene_white_bg figure {
  float: left;
  margin: 0 30px 0 0;
  width: 34%;
}

.genestudio_cont ul li {
  list-style: disc;
}

.genestudio_cont ul {
  padding: 0 0 17px 38%;
}

.genestudio_cont a {
  color: #0077ff;
  font-weight: 500;
}

.sequencing-table {
  width: 100%;
  /* font-size: 14px; */
  margin-bottom: 0;
}

.sequencing-table th {
  background: #b40d23;
  color: #fff;
  text-align: center;
  padding: 12px 15px;
  border: 1px solid #ddd;
  font-weight: 600;
}

.sequencing-table th:first-child {
  width: 570px;
}

.sequencing-table th:nth-child(2) {
  background: #b81e24cc;
}

.sequencing-table th:last-child {
  background: #d58b97;
}

.sequencing-table td {
  padding: 18px 15px;
  border: 1px solid #fff;
  vertical-align: middle;
}

.sequencing-table td:nth-child(odd) {
  background: #f4f4f4;
}

.sequencing-table td:nth-child(even) {
  background: #e8e8e8;
}

.sequencing-table .note {
  background: #fff !important;
  font-size: 13px;
  padding: 10px 15px;
}

.sequencing-table strong {
  color: #212121;
  line-height: 20px;
  display: block;
}

.technical_details h4 {
  font-family: var(--opensansFont);
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 40px;
}

.technical_details .hostel_premise h5 {
  font-weight: 600;
  font-family: var(--opensansFont);
}

.technical_details .hostel_premise .seat_no {
  background: #f4f4f4;
  padding: 7px 10px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}

.technical_details .hostel_premise a {
  color: var(--bodyColor);
}

.hub_information h3 {
  font-family: var(--opensansFont);
  font-weight: 300;
  font-size: 35px;
  line-height: 30px;
  margin-bottom: 40px;
}

.activity_info_managment {
  box-shadow: 0px 0px 20px 0px #0000001a;
  padding: 15px;
  border-radius: 10px;
}

.providing_facility h4,
.ict_milestone h4 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid var(--headingColor);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.providing_facility ul li {
  margin-bottom: 2px;
  background: #f6f4ee;
  padding: 9px 20px 9px 30px;
  position: relative;
}

.providing_facility ul li:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  width: 6px;
  height: 6px;
  background: var(--headingColor);
  border-radius: 50%;
  transform: translateY(0%);
}

.providing_facility {
  margin-top: 30px;
}

.ict_milestone h4 {
  border-bottom: transparent;
}

.milestone_yr {
  background: #f6f4ee;
}

.milestone_yr span {
  background: #eae4d0;
  padding: 10px 10px;
  display: flex;
  font-weight: 600;
  font-size: 18px;
  align-items: center;
}

.milestone_yr {
  display: flex;
  gap: 15px;
  align-items: stretch;
}

.milestone_yr ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.milestone_yr ul li {
  list-style: disc;
}

.milestone_yr {
  margin-top: 10px;
}

.event_center_bg {
  background: #f6f4ee;
  padding: 0 25px 25px 25px;
}

.event_card,
.health_care_service .event_card {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border-top: 5px solid #f1ced3;
  margin-top: 24px;
  box-shadow: 0px 0px 15px 0px #00000014;
  height: auto;
}

.event_card p,
.health_care_service .event_card p {
  margin-bottom: 0;
}

.event_title,
.health_care_service .event_title {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.event_info_cont ul li {
  margin-bottom: 10px;
}

.health_white_bg ul li {
  font-weight: 600;
}

.event_info_cont ul {
  border-bottom: 1px solid #e5e5e5;
}

a.dwnld_brochure {
  padding-top: 10px;
  font-family: var(--opensansFont);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--bodyColor);
  display: flex;
  gap: 10px;
}

a.dwnld_brochure span {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
}

a.dwnld_brochure:hover span.cmn_btn:after {
  border-radius: 3px;
  transform: scale(1);
}

.human_bg {
  background: #f4f4f4;
}

.human_bg h4 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  background: #e5e5e5;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
}

.human_bg ul {
  padding: 22px;
}

.human_bg ul li {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
}

.human_bg ul li:after {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 53%);
  background: var(--headingColor);
  width: 9px;
  height: 18px;
  top: 6px;
  left: -22px;
}

.human_bg ul li:last-child {
  padding-bottom: 0;
}

.care_service_hd h2 {
  font-family: var(--opensansFont);
  font-weight: 300;
  font-size: 40px;
  line-height: 30px;
  padding-bottom: 30px;
}

.event_card ul li {
  list-style: disc;
}

.event_card ul {
  padding: 0 0 0 20px;
}

.ambulance_hd h4 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 15px;
}

.charges-table {
  width: 100%;
  text-align: center;
}

.charges-table th {
  background: #1f1f1f;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px;
  border: 1px solid #dcdcdc;
}

.charges-table td {
  background: #f6f4ee;
  padding: 8px;
  border: 2px solid #fff;
}

.ambulance-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.ambulance-table td {
  background: #f6f4ee;
  border: 2px solid #fff;
  padding: 17px 22px;
  font-size: 16px;
  vertical-align: middle;
}

.ambulance-table td:last-child {
  width: 180px;
  white-space: nowrap;
}

.ambulance_para {
  padding: 80px 0;
}

.ambulance_tariff h3 {
  font-family: var(--opensansFont);
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  min-height: 75px;
}

.click_here {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--headingColor);
}

.ambulance_tariff .col-md-4 {
  border-left: 1px solid #e4e2e2;
}

.health_awarness {
  background: #f4f4f4;
}

.health_awarness h2 {
  font-family: var(--opensansFont);
  font-weight: 300;
  font-size: 40px;
  line-height: 30px;
  padding-bottom: 30px;
}

.health_awarness .d-flex {
  gap: 15px;
}

.health_white_bg {
  background: #fff;
  border-radius: 5px;
  flex: 1;
  border-top: 5px solid var(--headingColor);
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}

.guest_bg {
  box-shadow: 0px 0px 15px 0px #00000014;
  padding: 15px;
  border-radius: 5px;
}

.guest_bg h4 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  min-height: 55px;
}

.contact_person h2 {
  font-family: var(--opensansFont);
  font-weight: 300;
  font-size: 40px;
  line-height: 30px;
  padding-bottom: 30px;
}

.contact_person_bg {
  background: #f4f4f4;
  padding: 25px;
  max-width: 570px;
  margin: auto;
}

.contact_person_bg span {
  font-family: var(--opensansFont);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.contact_person_bg h6 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 0;
}

.contact_person_bg p {
  margin: 0;
}

.contact_person_bg p a {
  color: var(--headingColor);
}

.page-id-5720 .sequencing-table th:last-child,
.page-id-5718 .sequencing-table th:last-child,
.page-id-5712 .sequencing-table th:last-child,
.page-id-5709 .sequencing-table th:last-child,
.page-id-5696 .sequencing-table th:last-child {
  background: var(--headingColor);
  text-align: left;
}

.genestudio .gene_white_bg::after {
  content: "";
  display: block;
  clear: both;
}

.page-id-860 .sequencing-table tr:first-child td,
.page-id-862 .sequencing-table tr:first-child td,
.page-id-857 .sequencing-table tr:first-child td {
  background: var(--headingColor);
  color: #fff;
}

.page-id-860 .technical_details .cmn_btn {
  margin-top: 0;
}

.genestudio .genestudio_cont figure img {
  width: 100%;
}

.genestudio .genestudio_cont figure {
  width: 20%;
}

.red_bg {
  background: var(--headingColor);
  padding: 8px 15px;
  margin-bottom: 4px;
}

.red_bg h4 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}

.manpower_list_bg {
  background: #f6f4ee;
  padding: 10px;
  margin-bottom: 30px;
}

.manpower_list_bg ul,
.model_list_bg ul {
  padding: 0 0 0 27px;
}

.manpower_list_bg ul li,
.model_list_bg ul li {
  list-style: disc;
}

.model_black_bg {
  background: var(--bodyColor);
  color: #fff;
  padding: 15px;
  margin-bottom: 4px;
}

.model_black_bg p {
  margin-bottom: 0;
}

.model_black_bg h4 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 5px;
}

.model_list_bg {
  background: #f4f4f4;
  padding: 10px;
}

.course_structure_cont {
  border: 2px solid #f6f4ee;
  padding: 20px;
  border-radius: 2px;
}

.course_structure_cont h4,
.operational_model h4,
.schedule_class h4 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 10px;
}

.batch_size {
  background: linear-gradient(90deg, #b80924 0%, #ffffff 100%);
  padding: 10px 20px;
  border-radius: 3px;
}

.operational_model {
  background: #f4f4f4;
  border-radius: 10px;
  margin: 60px 0;
  padding: 20px;
}

.operational_model p {
  margin-bottom: 0;
}

.schedule_class ul li {
  list-style: disc;
}

.schedule_class ul {
  padding: 0 0 0 20px;
}

.clg_list_bg {
  box-shadow: 0px 0px 15px 0px #2121211a;
  background: #fff;
}

.clg_name h4 {
  font-family: var(--opensansFont);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  background: var(--headingColor);
  padding: 11px 20px;
  border-radius: 10px 10px 0 0;
}

.clg_list_bg {
  box-shadow: 0px 0px 15px 0px #2121211a;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  /* margin-bottom: 25px; */
}

.clg_list_bg span {
  background: #f4f4f4;
  border-radius: 20px;
  font-weight: 600;
  line-height: 17px;
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 20px;
  width: fit-content;
}

.clg_list_bg h5 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 18px;
  line-height: 17px;
  padding-bottom: 20px;
}

.clg_list_bg ul li i {
  margin-right: 5px;
  color: var(--headingColor);
}

.clg_list_bg ul li a {
  color: var(--bodyColor);
}

.stream_bg {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 15px;
  margin-top: 25px;
  height: 100%;
}

.stream_bg h5 {
  padding-bottom: 10px;
}

.stream_bg p {
  margin-bottom: 0px;
  line-height: 25px;
  font-size: 15px;
}

.office_register .hostel_premise {
  padding: 0;
}

.office_register .hostel_premise h5 {
  background: var(--headingColor);
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 15px;
  font-size: 18px;
}

.rg-wrapp {
  padding: 0 0 0 14px;
}

.rg-wrapp h4 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 20px;
  line-height: 17px;
  padding-bottom: 15px;
}

.rg-wrapp a {
  color: var(--bodyColor);
  padding-bottom: 5px;
}

.rg-wrapp span {
  border-left: 1px solid #000;
  padding-left: 10px;
  margin-left: 6px;
}

.officers_directory_list .row>* {
  padding-bottom: 25px;
}

.officers_directory_list .faculty_card figure {
  height: 350px;
  overflow: hidden;
}

.officers_directory_list .faculty_card figure img {
  height: 100%;
  object-fit: cover;
}

.scientific_officers_directory_list {
  text-align: center;
  padding-top: 50px;
}

.providing_facility.mints_meet {
  margin-top: 0;
  margin-bottom: 30px;
}

.providing_facility.mints_meet ul li a {
  display: flex;
  width: 100%;
  color: var(--bodyColor);
  align-items: center;
}

.providing_facility.mints_meet .cmn_btn.download {
  text-align: right;
  margin-left: auto;
  margin-top: 0;
  margin-right: inherit;
}

.providing_facility.mints_meet ul li:before {
  top: 26px;
}

.post-office .offered_white_bg ul li {
  position: relative;
  padding: 0 0 5px 0;
}

.post-office .offered_white_bg ul li:before {
  position: absolute;
  content: "";
  background: var(--headingColor);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 10px;
  left: -16px;
}

.post-office .offered_white_bg ul {
  padding: 10px 0 0 20px;
}

a.manual_txt {
  color: var(--bodyColor);
  font-weight: 600;
}

a:hover.manual_txt {
  color: var(--headingColor);
}

.campus-wi-fi .download {
  background: var(--headingColor);
  color: #fff;
}

.post-office .programmes_offered .innerhd span {
  display: none;
}

.swimming-pool .accomodation_cont li {
  margin-bottom: 10px;
  position: relative;
}

.swimming-pool .accomodation_cont li:before {
  content: "";
  background: var(--headingColor);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 10px;
  left: 0;
  float: left;
  position: relative;
  margin-right: 7px;
}

.clg_list .col-md-6 {
  display: flex;
  margin-bottom: 30px;
}

.clg_name {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.clg_list_bg {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.stream_bg {
  margin-top: auto;
}

.clg_list_bg ul {
  min-height: 120px;
}

.department-of-english .scholar_bg ol {
  height: auto;
  padding-bottom: 20px;
}

.department-of-english .scholar_bg table {
  width: auto;
}

.department-of-engineering-technological-studies .programmeTable ol {
  height: auto;
}

.prf_list_items li {
  /* display: flex;
  gap: 10px;
  padding-bottom: 10px; */
}

.prf_list_items li br {
  padding-bottom: 10px;
}

.prf_list_items li strong {
  width: 175px;
  min-width: 175px;
}

.prf_list_items li a {
  color: #0097c9;
}

.prf_list_items li a:hover {
  color: #0077ff;
}

.common-table-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* background: #fff; */
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); */
  margin-bottom: 30px;
  font-size: 15px;
}

.common-table-table tr td img {
  height: 70px;
  width: 100px;
}

.professor_certificate .row {
  row-gap: 30px;
}

.common-table-table th {
  background: #7b7b7b;
  color: #fff;
  font-weight: 600;
  padding: 15px 18px;
  text-align: left;
  border: none;
  white-space: nowrap;
  border-right: 1px solid #8e8e8e;
  text-align: center;
}

.common-table-table th:last-child {
  border-right: 0;
}

.common-table-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #ececec;
  vertical-align: top;
  line-height: 1.7;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

/* First column */
.common-table-table th:first-child,
.common-table-table td:first-child {
  width: 70px;
  text-align: center;
  font-weight: 600;
}

/* Rounded corners */
.common-table-table thead th:first-child,
.common-table-table tbody tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

.common-table-table thead th:last-child,
.common-table-table tbody tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

/* Notice styling */
.common-table-table td p {
  margin: 0;
  color: var(--bodyColor);
  font-size: 14px;
  /* background: #fff3f3; */
  padding: 8px 10px;
  /* border-left: 2px solid var(--bodyColor); */
  border-radius: 4px;
  word-break: break-word;
}

.list-inner-sec.scholars-details-sec strong {
  display: block;
  margin-bottom: 10px;
}

.scholar_bg table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 0;
}

.scholar_bg table tr td h2 {
  font-size: 16px;
  font-family: var(--opensansFont);
  text-align: left;
}

.scholar_bg table th,
.scholar_bg table td {
  padding: 16px 18px;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  border: none;
  word-wrap: break-word;
}

.scholar_bg table th {
  font-size: 17px;
  font-weight: 700;
}

/* Remove unwanted paragraph spacing */
.scholar_bg table td p {
  margin: 0 0 8px;
}

.scholar_bg table td p:last-child {
  margin-bottom: 0;
}

.scholar_bg table th,
.scholar_bg table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.scholar_bg table thead tr {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.depart_details .scholar_bg tr td {
  width: auto;
}

.scholar_bg .item-page a,
.scholar_bg a {
  color: #fff;
  text-decoration: underline;
}

.fac-book-hldr .campus_gallery figure {
  margin-bottom: 25px;
}

.faculty_acheivement .offered_white_bg {
  border-left: transparent;
}

.faculty_acheivement .offered_white_bg p {
  padding-bottom: 10px;
}

.faculty_acheivement .offered_white_bg h5 {
  position: relative;
  padding-bottom: 15px;
}

.faculty_acheivement .offered_white_bg h5:before {
  position: absolute;
  content: "";
  background: var(--headingColor);
  height: 16px;
  width: 2px;
  top: 9px;
}

.faculty_acheivement .offered_white_bg span {
  background: transparent;
  padding: 5px 5px 0 5px;
  margin-bottom: 0;
}

.faculty_acheivement .offered_white_bg ul {
  padding-left: 27px;
  padding-bottom: 15px;
}

.faculty_acheivement .offered_white_bg ul li {
  font-size: 15px;
  list-style-type: disc;
}

.brochure_bg {
  background: #f6f4ee;
  padding: 25px;
  min-height: 245px;
}

.committee_page .text-center {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.icc_link {
  margin-top: 0;
}

.summary_sheet {
  margin-top: 50px;
}

.summary_sheet h4 {
  font-family: var(--opensansFont);
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.committee-table {
  width: 100%;
  overflow-x: auto;
  margin-top: 27px;
}

.committee-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}

.committee-table th,
.committee-table td {
  padding: 7px 16px;
  font-size: 15px;
  text-align: left;
  border-radius: 4px;
}

.committee-table thead th {
  background: #1f1f1f;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.committee-table thead th.committee {
  background: #8b8b8b;
}

.committee-table tbody td {
  background: #f2f2f2;
  vertical-align: middle;
}

.committee-table tbody tr:hover td {
  background: #ececec;
}

.committee-table tbody td:first-child {
  width: 52%;
}

.committee-table tbody td:nth-child(2) {
  width: 24%;
}

.committee-table tbody td:nth-child(3) {
  width: 24%;
}

.icc_page .innerhd h1 {
  padding-bottom: 30px;
}

.icc_page .innerhd h5 {
  padding-bottom: 5px;
}

.icc_page .innerhd span {
  font-size: 16px;
}

.icc_page .hostel_premise h5 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 25px;
  line-height: 20px;
  padding-bottom: 30px;
}

.icc_page .hostel_premise h4 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

.icc_page .hostel_premise .seat_no {
  margin: 10px 0 15px;
  display: inline-block;
}

.icc_page .hostel_premise a {
  color: var(--bodyColor);
  display: block;
}

.office_pic {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.office_bearers .cmn_hd h2 {
  font-family: var(--opensansFont);
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
}

.office_related_cont strong {
  margin-bottom: 10px;
  display: block;
}

.office_related_cont {
  background: #f4f4f4;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.office_related_cont span {
  display: block;
}

.office_related_cont h6 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

.office_related_cont a {
  display: block;
  color: var(--bodyColor);
}

.bose_page .campus_gallery {
  display: block;
  border: 1px solid #eae4d0;
  padding: 5px;
  min-height: 250px;
}

.bose_page .campus_gallery h4 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 15px;
}

.bose_page .research_gallery .campus_gallery figure {
  height: 150px;
}

.bose_page .providing_facility ul li a {
  color: var(--bodyColor);
  font-size: 16px;
}

.mission_cont {
  background: #f6f4ee;
  padding: 30px;
  height: 100%;
}

.mission_cont h2 {
  font-family: var(--opensansFont);
  font-weight: 300;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 19px;
}

.mission_cont ul {
  padding-left: 20px;
}

.mission_cont ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.mission_cont li:last-child {
  margin-bottom: 0;
}

.mission_vision .row {
  margin-bottom: 10px;
}

.mission_vision .row:last-child {
  margin-bottom: 0;
}

.centre-for-bengali-diaspora .campus_gallery {
  min-height: auto;
}

.event-card figure {
  height: 200px;
}

.event-card figure img {
  width: 100%;
  height: 100%;
}

.event-card h4,
.bose_page h3 {
  font-family: var(--opensansFont);
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0;
}

.centre-for-bengali-diaspora .modal-dialog .modal-header span {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.event-card span {
  min-height: 55px;
  display: block;
}

.event-card .click_here {
  border: transparent;
  background: transparent;
  display: block;
  margin-top: 10px;
}

.centre-for-cultural-studies .central_library ul li {
  list-style-type: disc;
}

.centre-for-cultural-studies .central_library ul {
  padding-left: 18px;
  padding-bottom: 15px;
}

.event-card {
  margin-bottom: 30px;
}

.centre-for-bengali-diaspora .modal-dialog .modal-header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.centre-for-bengali-diaspora .modal-dialog .modal-header .modal-title {
  padding-bottom: 15px;
}

.centre-for-bengali-diaspora button.btn-close {
  position: absolute;
  right: 17px;
}

.centre-for-bengali-diaspora .modal-dialog .modal-body ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.centre-for-bengali-diaspora .modal-dialog .modal-body ul {
  padding: 0 0 0 15px;
}

.other_university .innerhd span {
  padding-top: 20px;
  display: block;
}

.university_border {
  border: 1px solid #eae4d0;
  padding: 20px;
  text-align: center;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}

.uni_icon figure {
  background: #f6f4ee;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.uni_name {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  min-height: 75px;
}

.university_border .download {
  padding: 6px 25px 5px;
}

.other_university .row {
  row-gap: 25px;
}

/* Hover Effect */
.university_border:hover {
  transform: translateY(-10px);
  border-color: var(--primaryColor);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.university_border:hover::before {
  transform: scaleX(1);
}

.university_border .uni_icon figure img {
  transition: all 0.3s ease-in-out;
}

.university_border:hover .download {
  transform: translateY(-2px);
}

.atm_cont h2 {
  font-family: var(--opensansFont);
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  padding-bottom: 15px;
}

.atm_cont span {
  background: #f4f4f4;
  display: inline-block;
  padding: 6px 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.atm_cont ul li {
  position: relative;
  padding: 0 0 5px 15px;
}

.atm_cont ul li:before {
  position: absolute;
  content: "";
  background: var(--headingColor);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.contact_us .holiday_txt {
  background: #fff;
  width: 82px;
  height: 57px;
  color: var(--bodyColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_us .list_of_holiday .d-flex {
  padding: 3px 20px 3px 3px;
}

.contact_us .list_of_holiday span {
  color: #fff;
  font-size: 18px;
}

.directory-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #f5f5f5;
}

.directory-table thead th {
  background: #7c7c7c;
  color: #fff;
  font-weight: 500;
  padding: 12px 15px;
  text-align: center;
  border: 1px solid #ffffff;
}

.directory-table tbody td {
  padding: 9px 15px;
  border: 1px solid rgb(255, 255, 255);
  background: rgb(239, 237, 230);
}

.directory-table tbody td:nth-child(2) {
  background: #e7e2d0;
  text-align: center;
  width: 95px;
}

.directory-table tbody td:nth-child(3) {
  width: 160px;
}

.directory-table tbody tr:hover td {
  background: #e6e2d6;
  transition: 0.3s;
}

.directory-table tbody tr:hover td:nth-child(2) {
  background: #ddd5bf;
}

.contact_us .list_of_holiday {
  margin-bottom: 18px;
}

.contact-box {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px #00000014;
}

.contact-box h2 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
}

.form-label {
  margin-bottom: 6px;
  font-weight: 500;
}

.form-control {
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-shadow: none;
}

.form-control:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}

textarea.form-control {
  height: auto;
  resize: none;
}

.captcha-box {
  max-width: 210px;
}

.submit-btn {
  background: #be0f2d;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 34px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.submit-btn:hover {
  background: var(--bodyColor);
  color: #fff;
}

textarea.form-control {
  height: 80px;
}

.email_cont h4 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
}

.mail_id {
  padding-top: 6px;
}

.mail_id i {
  color: var(--headingColor);
  margin-right: 5px;
}

.mail_id a {
  color: var(--bodyColor);
}

.email_cont {
  border-bottom: 1px solid #d2d2d2;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.email_cont:last-child {
  border-bottom: transparent;
  margin: 0;
  padding: 0;
}

.sub_email_cont h5 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.sub_email_cont {
  margin-bottom: 25px;
}

.map h2 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 15px;
}

.map iframe {
  margin-top: 40px;
}

.depart_bg h3 {
  font-family: var(--opensansFont);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.department-of-modern-language .depart_bg ul {
  padding: 15px 20px;
}

.single-proff-section .chancellor_msg h2 {
  padding-bottom: 8px;
  padding-top: 1px;
}

.single-proff-section .chancellor_msg span {
  padding-bottom: 15px;
  display: block;
}

.single-proff-section .chancellor_msg {
  padding: 10px 30px 10px 30px;
}

.single-proff-section .chancellor_msg_box figure {
  height: 335px;
}

.single-proff-section .chancellor_msg_box figure img {
  height: 100%;
  object-fit: cover;
}

.um:not(.um-admin) {
  opacity: 1 !important;
}

ul.prf_list_items li ul li {
  list-style: disc;
}

.um-form {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px #00000014;
}

.um-col-121 {
  float: none;
  width: 100%;
}

.um-field {
  padding: 0 0 15px !important;
}

.um-field-label label {
  color: var(--bodyColor);
  font-family: var(--opensansFont);
}

.um input[type="submit"].um-button {
  background: var(--headingColor) !important;
}

.log_reg a {
  color: var(--bodyColor);
}

.page-template-default .log_reg h3 {
  font-size: 25px;
  padding-bottom: 15px;
  font-family: var(--opensansFont);
  font-weight: 600;
}

.nanoscience-and-nanotechnology .log_reg a {
  font-size: 16px;
}

.scholar_table {
  margin-top: 50px;
}

.scholar_table h4 {
  text-align: left;
}

.scholar_table .mouTable th:nth-child(odd) {
  width: 30px;
  text-align: left;
}

.scholar_table .mouTable td {
  text-align: left;
}

.scholar_table .mouTable th:nth-child(even) {
  width: 300px;
}

.exam .innerhd span {
  padding: 20px 10% 0;
}

.exam .nav-tabs {
  margin-top: 0;
}

.right-to-information .programsec ul li:after {
  display: none;
}

.right-to-information .programsec ul li strong {
  display: block;
}

.right-to-information .programsec ul {
  justify-content: space-between;
  margin-top: 20px;
}

.right-to-information .programsec .officer_bg ul {
  margin-top: 0;
}

.right-to-information .programsec .officer_bg {
  height: auto;
}

.citizen {
  font-size: 20px;
}

.bringing_info {
  padding: 40px 0;
}

.bringing_info h3,
.equal-opportunity-cell .research_cell h4 {
  font-size: 25px;
  padding-bottom: 15px;
  font-family: var(--opensansFont);
  font-weight: 600;
}

.collaboration_page .mouTable th:nth-child(odd) {
  width: auto;
}

.event_center_bg .row {
  display: flex;
  flex-wrap: wrap;
}

.event_center_bg .col-lg-6,
.event_center_bg .col-md-6 {
  display: flex;
  margin-bottom: 24px;
}

.event_card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  /* optional */
}

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

.dwnld_brochure {
  margin-top: auto;
}

.notification-order-circular .download,
.recruitment .download,
.conference .download {
  margin-bottom: 10px;
}

.filter_sec.select_designation {
  width: 300px;
}

.equal-opportunity-cell .research_cell h4 {
  text-align: left;
  margin-bottom: 0;
  margin-top: 30px;
}

.equal-opportunity-cell .research_cell .mouTable {
  margin-bottom: 30px;
}

.composition-of-aqac .providing_facility ul {
  margin-bottom: 20px;
}

.map-hldr iframe {
  width: 100%;
  height: 485px;
}

.university_highlights .tab-content a {
  color: #fff;
}

.conference .mouTable th:nth-child(odd) {
  width: auto;
}

.lecture_series .clg_name {
  margin-bottom: 30px;
  height: auto;
  min-height: 244px;
}

.portal-txt a {
  color: #fff;
  background: var(--bodyColor);
  border-radius: 30px;
  display: inline-block;
  padding: 8px 18px;
}

.lecture_series .clg_list_bg a {
  color: var(--bodyColor);
}

.press-releases .campus_gallery figure,
.media-coverage figure {
  border: 1px solid #ccc;
  padding: 5px;
}

.locate_us .tab_cont {
  height: 200px;
  top: 50%;
}

.contact_us .table-responsive {
  height: 570px;
  overflow-y: scroll;
}

.contact_us .select_month {
  width: 270px;
}

.office_register .row,
.icc_page .row {
  display: flex;
  flex-wrap: wrap;
}

.office_register .row>.col-md-3,
.icc_page .row>.col-md-4 {
  display: flex;
}

.office_register .hostel_premise {
  width: 100%;
}

.bose_page .providing_facility ul {
  margin-bottom: 20px;
}

.bose_page #tab-3 .event-card h4 {
  min-height: 100px;
}

.rules_bg.telegraph_link ul li a {
  color: var(--bodyColor);
}

.campus_wrap {
  margin: 40px 0;
}

.campus_wrap h4,
.journal_wrap h4 {
  font-size: 20px;
  font-family: var(--opensansFont);
  padding-bottom: 15px;
  font-weight: 700;
}

.campus_wrap figure {
  border: 1px solid #eaeaea;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wifi_architech {
  margin-top: 75px;
}

.ipr-cell .mouTable th:nth-child(odd) {
  width: auto;
}

.research-development-cell .campus_wrap h4 {
  padding-bottom: 8px;
}

.copyright a:hover {
  color: #c6c6c6;
}

.collaboration .mouTable th:nth-child(odd),
.cirm_tab .hub_information .mouTable th:nth-child(odd),
.recruitment .mouTableWrap .mouTable th:nth-child(even) {
  width: auto;
}

.e-learning-resources .uni_name {
  min-height: 90px;
}

.innovations-and-best-practices .providing_facility ul {
  margin-bottom: 30px;
}

.innovations-and-best-practices .providing_facility ul:last-child {
  margin-bottom: 0;
}

.journal_wrap {
  margin-top: 45px;
}

.icee .mouTable th:nth-child(odd) {
  width: auto;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}

.contact_us .wpcf7-response-output {
  margin-top: 30px;
  color: var(--headingColor);
}

.contact_us .wpcf7-list-item {
  margin: 0;
}

.campus_wrap.email-wrap a {
  color: var(--bodyColor);
  margin: 0 5px 0 0;
  border-right: 1px solid var(--headingColor);
  padding: 0 10px 0 0;
  line-height: 16px;
}

.campus_wrap.email-wrap a:last-child {
  border-right: transparent;
}

.search-page h2 {
  padding-bottom: 30px;
  font-family: var(--titleFont);
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--headingColor);
}

.search-item h4,
.facultyprofileform h4 {
  font-size: 20px;
  font-family: var(--opensansFont);
  padding-bottom: 15px;
  font-weight: 700;
}

.search-item h4 a {
  color: var(--bodyColor);
}

.search-item p a {
  color: var(--headingColor);
}

.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f4f4f4;
  border: transparent;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}

.navigation.pagination .page-numbers {
  display: block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  text-align: center;
  line-height: 30px;
  background: #f4f4f4;
  border-radius: 3px;
}

.navigation.pagination .next.page-numbers,
.navigation.pagination .prev.page-numbers {
  width: 100px;
  min-width: 100px;
}

.navigation.pagination .page-numbers.current {
  background: var(--headingColor);
  color: #fff;
}

.navigation.pagination .page-numbers:hover {
  background: var(--headingColor);
  color: #fff;
}

.simple-sitemap-wrap h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.simple-sitemap-wrap li a {
  color: var(--bodyColor);
}

.tender_table_hlder .mouTable tbody tr th:nth-child(6) {
  min-width: 115px;
  width: 115px;
}

a.expired,
.status.dactive {
  color: #fff;
  background: #b80924;
  padding: 2px 10px;
  border-radius: 3px;
}

.exam .innerhd span a {
  color: #0077ff;
}

.facultyprofileform.contact-box {
  padding: 30px;
}

.facultyprofileform textarea {
  height: 142px;
  padding: 15px;
  border: 1px solid #ccc;
}

.facultyprofileform label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.form-inner-sec.project-details-info h4 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.projects-dtls-fileds,
.scholars-dtls-fileds,
.gallery-dtls-fileds {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  margin-bottom: 30px;
  border-left: 3px solid #7b1128;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
}

.add-more-holder {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.add-more-holder i {
  font-size: 25px;
}

.add-more-holder .bi-plus-circle {
  color: green;
}

.add-more-holder .bi-dash-circle {
  color: var(--headingColor);
}

.facultyprofileform br {
  display: none;
}

.faculty-preview {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #dee2e6;
  margin-bottom: 15px;
}

.custom-upload {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.custom-upload input[type="file"] {
  position: absolute;
  left: -9999px;
}

.upload-btn {
  background: #3c6198;
  color: #fff;
  padding: 6px 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.upload-text {
  color: #6c757d;
  font-size: 14px;
}

.scholars-dtls-fileds .custom-upload {
  border-bottom: 1px solid #dee2e6;
}

.scholars-dtls-fileds .upload-preview {
  width: 50px;
  height: 50px;
  border: 1px dashed #ced4da;
  border-radius: 3px;
  overflow: hidden;
  background: #f8f9fa;
  line-height: 50px;
  cursor: pointer;
}

.preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-dtls-fileds {
  padding: 25px;
}

.submit-btn-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}

.submit-btn,
.calcelBtn {
  min-width: 150px;
  height: 48px;
  padding: 0 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.submit-btn {
  background: var(--bodyColor);
}

.calcelBtn {
  background: var(--headingColor);
  color: #fff;
}

.facultyprofileform .full_url textarea {
  height: 40px;
  padding: 7px 10px;
}

.project-details-info img {
  display: block;
  margin-bottom: 10px;
}

.faculty_photo_preview {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #dee2e6;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  cursor: pointer;
}

.faculty_photo_preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.photo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
  color: #fff;
}

.faculty_photo_preview:hover .photo-overlay {
  opacity: 1;
}

span.status.active {
  background: #198754;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
}

.um-admin-metabox {
  text-align: center;
}

.content-box {
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: inherit !important;
  background: transparent !important;
}

.um-admin-metabox {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
}

.um-admin-metabox p a {
  color: var(--headingColor);
}

.log_reg {
  background: url(../images/Login-BG.jpg) no-repeat center/cover;
}

.rusa-wrapp figure {
  height: 597px;
}

.rusa-wrapp figure img {
  height: 100%;
  object-fit: cover;
}

.professor_certificate figure {
  width: auto;
  float: none;
  margin: 0 !important;
  border: transparent;
}

.syllabi-wrapp {
  margin-bottom: 80px;
}

.syllabi-wrapp:last-child {
  margin-bottom: 0;
}

.simple-sitemap-page {}

.simple-sitemap-page ul {
  list-style: none;
  margin: 0;
  padding-left: 30px;
  position: relative;
}

.simple-sitemap-page li {
  position: relative;
  margin: 8px 0;
  padding-left: 22px;
}

/* Vertical line */
.simple-sitemap-page li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 1px;
  height: calc(100% + 10px);
  background: #d6d6d6;
}

/* Horizontal line */
.simple-sitemap-page li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 15px;
  height: 1px;
  background: #d6d6d6;
}

/* Remove line for last child */
.simple-sitemap-page li:last-child::before {
  height: 26px;
}

/* Links */
.simple-sitemap-page a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  background: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  transition: .3s;
  font-size: 15px;
  font-weight: 500;
}

.simple-sitemap-page a:hover {
  background: var(--bodyColor);
  color: #fff;
  border-color: var(--bodyColor);
  transform: translateX(5px);
}

.simple-sitemap-page a:hover::before {
  color: #fff;
}

/* Parent Items */
.page_item_has_children>a {
  background: #f5f8fc;
  font-weight: 600;
  color: #003366;
}

/* Optional arrow */
.page_item_has_children>a::before {
  content: "▸";
  margin-right: 8px;
  color: #fff;
}

.page_item_has_children>a::before {
  content: "+";
  display: inline-block;
  width: 18px;
  text-align: center;
  font-weight: bold;
  color: #000;
}

.page_item_has_children.active>a::before {
  content: "−";
}