
#navbar #uiu-departmental-nav nav {
  background: var(--color-pharmacy) !important;
}

img {
  border-radius: 10px;
}

* {
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  padding: 0px;
}

section:last-child {
  margin-bottom: 0px !important;
}

p {
  font-size: 0.9rem !important;
  line-height: 1.7;
  color: #4e4e4e !important;
  max-width: 800px;
  margin: 0 auto;
}

body {
  overflow-y: scroll;
}

section {
  margin: 0 auto;
  padding: unset;
}

main {
  margin-top: 100vh;
  position: relative;
  padding: 0px !important;
  background-color: #fff;
}

h1 {
  font-size: 40px !important;
  letter-spacing: unset !important;
  line-height: 100%;
}

#main {
  margin-top: 100vh;
  padding: unset !important;
  background: #fff;
  font-family: "Open Sans", sans-serif;
}
#main section {
  padding: 4rem 0;
  margin: unset !important;
}

.section-heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  color: #000;
  max-width: 800px;
  line-height: 1.4;
}

.section-sub-heading {
  color: #767676;
  font-weight: 500;
  margin-bottom: 0.5rem !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 750px;
}

.sub-header {
    color: black;
}

.section-details {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  max-width: 800px;
  color: #333;
  line-height: 1.5;
}

.image-container {
  width: 100%;
}
.image-container img {
  width: 100%;
}


.white-bg {
  background: #fff;
}

.link-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: var(--color-pharmacy);
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  margin: 2rem auto;
  font-size: 1rem;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
@media screen and (max-width: 700px) {
  .link-btn {
    font-size: 1rem;
  }
}
.link-btn:hover {
  background: var(--uiu-color);
  color: #fff;
}

#welcome-section {
  padding-top: 4rem !important;
  padding-bottom: 7rem !important;
}
@media screen and (max-width: 1000px) {
  #welcome-section {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  #welcome-section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
#welcome-section .title {
  color: #000;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
#welcome-section .content {
  margin: 4rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 992px) {
  #welcome-section .content {
    display: block;
  }
}
#welcome-section .content .text-content {
  padding: 2rem 3rem 2rem 2rem;
  background: #f4f4f4;
  width: 100%;
  border-radius: 3px;
}
#welcome-section .content .text-content p {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
#welcome-section .content .text-content .link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #915416;
}
#welcome-section .content .text-content .link:hover {
  color: #633a10;
}
#welcome-section .content .image-content {
  width: 100%;
  transform: translateY(100px) translateX(-2rem);
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #welcome-section .content .image-content {
    width: 80%;
    transform: translateY(-10%) translateX(30%);
  }
}
@media screen and (max-width: 500px) {
  #welcome-section .content .image-content {
    margin-top: 2.5rem;
    width: 100%;
    transform: translateY(0) translateX(0);
  }
}
#welcome-section .content .image-content img {
  width: 100%;
  border-bottom: 4px solid #F68B1F;
  border-radius: inherit;
}

#dept-notices {
  padding: 5rem 0 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#dept-notices::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#dept-notices .link-btn {
  z-index: 10;
}
#dept-notices .notice-main {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#dept-notices .notice-main .section-title {
  display: block;
  margin-bottom: 3rem !important;
  color: #fff!important;
  z-index: 5;
}
#dept-notices .notice-main a {
  background: var(--color-pharmacy);
}
#dept-notices .notice-main .notice-container {
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.431372549);
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  z-index: 5;
  transition: 0.25s;
}
#dept-notices .notice-main .notice-container:hover {
  background: #000;
}
#dept-notices .notice-main .notice-container .notice-date {
  background: var(--color-pharmacy);
  color: var(--uiu-color);
  padding: 0.75rem;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
}
#dept-notices .notice-main .notice-container .notice-date h3 {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: unset !important;
  padding: unset;
  color: #fff;
  font-family: "DM Serif Text", serif;
  text-transform: capitalize;
}
#dept-notices .notice-main .notice-container .notice-date .strong {
  font-weight: 700;
}
#dept-notices .notice-main .notice-container .notice-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: start !important;
  gap: 0.5rem;
  text-align: start;
  color: var(--uiu-color);
}
#dept-notices .notice-main .notice-container .notice-details .title {
  text-align: start;
  margin-bottom: unset !important;
}
#dept-notices .notice-main .notice-container .notice-details .subtitle {
  font-size: 0.7rem;
  text-align: left;
  margin-bottom: unset !important;
}
#dept-notices .notice-main .notice-container .notice-details p {
  font-size: 14px !important;
  text-align: left;
  padding: 0px;
  margin-bottom: unset;
  color: #aaa !important;
}
#dept-notices .notice-main .notice-container:hover {
  text-decoration: none;
}
@media (max-width: 600px) {
  #dept-notices .notice-main .notice-container:hover {
    max-width: 100%;
  }
}


/*#news*/
#news {
  padding: 3rem 0;
  font-family: "Open Sans", sans-serif !important;
  background: whitesmoke;
}
#news .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  #news .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
#news .section-header .section-title {
  align-self: flex-start;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  text-align: left!important;
}
#news .section-header .link-btn {
  margin: unset;
  margin-top: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
#news .news-container {
  padding: 1rem 0;
}
#news .news-container .news-full {
  position: relative;
}
#news .news-container .news-full:hover .dec-icon i {
  animation: 1.5s movingArrow ease infinite;
}
@keyframes movingArrow {
  0% {
    transform: translateX(-3rem);
  }
  100% {
    transform: translateX(3rem);
  }
}
#news .news-container .news-full .news-image {
  width: 100%;
  height: 300px;
  position: relative;
}
#news .news-container .news-full .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#news .news-container .news-full .dec-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2.2rem;
  width: 3rem;
  background: var(--color-pharmacy);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  overflow: hidden;
}
#news .news-container .news-full .news-details {
  transform: translateY(-7rem);
  margin-left: 3rem;
}
#news .news-container .news-full .news-details .news-date {
  margin-left: auto;
  padding: 0.25rem 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  background: #000;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: right;
}
#news .news-container .news-full .news-details .news-text {
  background: #fff;
  padding: 1rem;
}
#news .news-container .news-full .news-details .news-text .title {
  color: #111;
  font-weight: 700;
  font-size: 0.9rem;
}
#news .news-container .news-full .news-details .news-text .details {
  margin-top: 0.25rem;
  color: #333;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1.4;
}
#news .news-container .short-news-list {
  padding: 0.25rem;
}
#news .news-container .short-news-list li {
  list-style: none;
}
#news .news-container .short-news-list li .news-short {
  padding: 0.5rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#news .news-container .short-news-list li .news-short .sub-title {
  color: #999;
  font-size: 0.75rem;
}
#news .news-container .short-news-list li .news-short .title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
}
#news .news-container .short-news-list li .news-short .date {
  font-size: 0.8rem;
  color: #666;
}

#faculty-members {
  font-family: "Open Sans", sans-serif;
  padding-top: 3.5rem;
}
#faculty-members .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#faculty-members .container h1 {
  font-weight: 700;
}
#faculty-members .container h4 {
  font-size: 0.75rem;
}
#faculty-members .container h1, #faculty-members .container h4, #faculty-members .container p {
  color: #000;
}
#faculty-members .faculty-slider {
  padding: 1.5rem 0 0;
  position: relative;
}
#faculty-members .faculty-slider .facultyMembersSlider {
  padding-bottom: 1rem;
}
#faculty-members .faculty-slider .facultyMembersSlider .swiper-slide {
  height: auto;
}
#faculty-members .faculty-slider .facultyMembersSlider .single-slider {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 10px 8px -5px, rgba(0, 0, 0, 0.3) 0px 8px 10px -6px;
}
#faculty-members .faculty-slider .facultyMembersSlider .single-slider .slider-image-container {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#faculty-members .faculty-slider .facultyMembersSlider .single-slider .slider-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: unset;
}
#faculty-members .faculty-slider .facultyMembersSlider .single-slider .faculty-details {
  padding: 0.5rem 0.75rem;
  height: calc(100% - 300px);
}
#faculty-members .faculty-slider .facultyMembersSlider .single-slider .title {
  font-size: 0.9rem;
  color: var(--black-color);
  font-weight: 500;
  text-transform: unset;
  font-family: var(--font-two);
}
#faculty-members .faculty-slider .facultyMembersSlider .deg {
  font-size: 0.65rem;
  color: #a52a2a;
  font-weight: 500;
  /* font-style: italic; */
  font-family: var(--font-two);
}
#faculty-members .faculty-slider .facultyMembersSlider .slider-btn {
  background: var(--dark-color);
  color: var(--white-color);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
#faculty-members .faculty-slider .facultyMembersSlider .slider-btn::after {
  display: none;
}
#faculty-members .faculty-slider .facultyMembersSlider .slider-btn:hover {
  background: var(--uiu-color);
}
#faculty-members .faculty-slider .facultyMembersSlider .slider-btn:focus {
  box-shadow: none;
}



/*#campus-life*/
#campus-life {
  padding: 5rem 0 0rem !important;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 4px solid #F68B1F;
  overflow: hidden;
}
#campus-life::after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#campus-life .container {
  z-index: 5;
}
#campus-life .text-information {
  display: block;
  text-shadow: 2px 2px 5px #000;
}
#campus-life .text-information .section-heading {
  color: #fff;
  font-size: 2.8rem !important;
  font-weight: 700;
}
#campus-life .text-information .section-details {
  color: #ccc !important;
  font-size: 1.2rem;
}
#campus-life .text-information .link-btn {
  text-shadow: unset !important;
}
#campus-life .statistics-container {
  position: relative;
  padding: 1.5rem 0;
}
#campus-life .statistics-container .texture-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
  background-image: linear-gradient(to right top, transparent 33%, #000 33%, #000 66%, transparent 66%);
  background-size: 3px 3px;
  background-repeat: repeat;
}
#campus-life .all-statistics {
  z-index: 5;
}
#campus-life .all-statistics .single-statistics {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif !important;
}
#campus-life .all-statistics .single-statistics .statistics-icon {
  height: 3rem;
  z-index: 2;
}
#campus-life .all-statistics .single-statistics .statistics-icon img {
  height: 100%;
  width: auto;
}
#campus-life .all-statistics .single-statistics .count {
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 2px;
  z-index: 2;
  font-family: "Caprasimo", cursive;
}
#campus-life .all-statistics .single-statistics .title {
  font-size: 0.9rem;
  color: #ccc;
  font-weight: 600;
  z-index: 2;
}



#programs {
  padding: 3.5rem 0;
  background: #F1FBFF;
  font-family: "Open Sans", sans-serif;
}
#programs .programs-container {
  padding: 2rem 0;
}
#programs .programs-container .title {
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 2rem;
}
#programs .programs-container .programs{
  justify-content: center;
}
#programs .programs-container .programs .program-item {
  position: relative;
  height: 100%;
  padding: 2.5rem;
  background: #fff;
  color: #000;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  width: 80%;
  max-width: 350px;
}
#programs .programs-container .programs .program-item:hover .program-overlay {
  height: 100%;
}
#programs .programs-container .programs .program-item:hover .text {
  color: white;
  text-shadow: 1px 1px 5px #000;
}
#programs .programs-container .programs .program-item .text {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  line-height: 1;
  z-index: 5;
  transition: 0.6s;
}
#programs .programs-container .programs .program-item .program-overlay {
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 100%;
  transition: 0.5s;
}

#hero {
  margin-top: 2rem;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: -20;
  font-family: "Open Sans", sans-serif;
}
#hero .swiper-slide {
  position: relative;
  height: 100vh;
  width: 100vw;
}
#hero .swiper-slide .slide-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#hero .swiper-slide .slide-image {
  height: 100%;
  width: 100%;
}
#hero .swiper-slide .slide-image img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -2;
}
#hero .swiper-button-next, #hero .swiper-button-prev {
  background: unset !important;
  border: unset !important;
}
#hero .swiper-button-next:active, #hero .swiper-button-prev:active {
  background: unset !important;
  border: unset !important;
}
#hero .swiper-button-next:focus, #hero .swiper-button-prev:focus {
  background: unset !important;
  border: unset !important;
  box-shadow: unset;
}
#hero .swiper-button-next::after, #hero .swiper-button-prev::after {
  color: #fff;
}
#hero .swiper-button-next {
  right: 2rem;
}
#hero .swiper-button-prev {
  left: 2rem;
}
#hero .hero-text-container {
  padding: 2.5rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  z-index: 10;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
  line-height: 1.2;
}
#hero .hero-text-container .heading {
  font-size: 3rem;
  font-weight: 700;
  max-width: 800px;
}
#hero .hero-text-container .sub-heading {
  font-size: 1rem;
  max-width: 800px;
  font-weight: 500;
  color: #f3f3f3;
}
#hero .hero-text-container .text-content {
  font-size: 1.2rem;
  max-width: 800px;
  font-weight: 400;
  color: #f3f3f3;
}
#hero .hero-text-container .link-btn {
  display: inline-block;
  margin: 0.5rem 0 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: var(--uiu-color);
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 2px 2px 5px rgba(21, 21, 21, 0.6470588235);
  transition: all 0.25s;
}
#hero .hero-text-container .link-btn:hover {
  background: var(--color-pharmacy);
}

#alumni {
  padding: 5rem 0;
  font-family: "Open Sans", sans-serif;
}
#alumni .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 1rem;
}
#alumni .alumni-title {
  text-align: center;
  color: #000;
}
#alumni .title {
  margin-top: 1rem;
  font-weight: 700;
  color: #000;
  letter-spacing: unset !important;
}
#alumni .underline {
  height: 4px;
  width: 60px;
  background-color: var(--uiu-color);
  margin: 0.5rem auto;
}

#alumni .alumni-btn {
  margin-top: 0.75rem;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--color-pharmacy);
  margin: 0 auto;
}
#alumni .alumni-btn:hover {
  background: var(--uiu-color);
}
#alumni .image-container {
  margin-top: 2rem;
  border-radius: 4px;
  overflow: hidden;
}
#alumni .image-container img {
  border-radius: 5px;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}

#recognition {
  padding: 3rem 0 4rem !important;
  background: #F1FBFF;
}
#recognition .heading {
  text-align: center;
}
#recognition .heading h1 {
  font-size: 2rem;
  color: #160c0c;
  font-weight: 700;
  margin-bottom: 1.5rem !important;
}
#recognition .heading p {
  margin-left: auto;
  margin-right: auto;
  color: #160c0c;
}
#recognition .slider-component {
  margin-top: 2rem;
}
#recognition .slider-component img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#recognition .slider-component .swiper-slide {
  padding: 0.1rem;
}
#recognition .slider-component .recognitionSlider {
  width: 100%;
}
#recognition .slider-component .slide-item {
  overflow: hidden;
  border-radius: 10px;
  background-color: white;
  box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.1411764706);
}
#recognition .slider-component .slider-btn {
  background: var(--color-pharmacy);
  border: none;
  transition-duration: 0.2s;
}
#recognition .slider-component .slider-btn::after {
  display: none;
}
#recognition .slider-component .slider-btn:hover {
  background: #a95f15;
}
#recognition .slider-component .slider-btn span {
  color: #fff;
  font-size: 1.8rem;
}
#recognition .slider-component .ranking-provider {
  padding: 0.5rem 0.25rem;
  text-align: center;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
#recognition .slider-component .ranking-provider .title {
  font-size: 1rem;
  font-weight: 600;
  font-family: "DM Serif Text", serif;
  text-decoration: none;
  color: #000;
}
#recognition .slider-component .ranking-provider .title:hover {
  text-decoration: underline;
}
#recognition .slider-component .ranking-container {
  display: block;
  position: relative;
  /*height: 350px;*/
}
#recognition .slider-component .ranking-container img {
  border-radius: unset;
}
#recognition .slider-component .ranking-container .text-box {
  position: absolute;
  padding: 1rem 0.25rem;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#recognition .slider-component .ranking-container .text-box .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #dcf3fd;
  text-shadow: 2px 2px #4a4a4a;
}

#department {
  font-family: "Open Sans", sans-serif;
  padding: 3.5rem 0;
}
#department .header {
  text-align: center;
}
#department .header .section-title {
  color: #160c0c;
  font-weight: 700;
  margin-bottom: 1.5rem !important;
}
#department .dep-container {
  margin-top: 2.5rem;
  justify-content: center;
}
#department .single-dep {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  cursor: pointer;
  box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
#department .single-dep::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#department .single-dep:hover .dep-name {
  line-height: 1.4;
  color: var(--uiu-color);
}
#department .single-dep:hover .dep-image {
  transform: scale(1.1);
}
#department .dep-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 5s ease-in;
}
#department .dep-details {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  transition: 0.5s;
}
#department .dep-name {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-family: "DM Serif Text", serif;
  line-height: 1.2;
}

#campus-life {
  padding: 3.5rem 0;
  background: #F1FBFF;
}
#campus-life .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}
#campus-life .container h1, #campus-life .container p {
  color: #000;
}
#campus-life .container h1 {
  font-weight: 700;
}
#campus-life .container .image-container {
  margin-top: 1.5rem;
}
#campus-life .analytics {
  margin-top: 2.5rem;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 2rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#campus-life .analytics .item {
  max-width: 250px;
}
#campus-life .analytics .item .count {
  color: #000;
  font-weight: 700;
}
#campus-life .analytics .item .desc {
  color: #000;
  font-weight: 500;
}

#events {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
#events h1 {
  font-weight: 700;
  color: #000;
  text-align: center;
}
#events .all-event-container {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 992px) {
  #events .all-event-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #events .all-event-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  #events .all-event-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
#events .event-holder {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 3px 5px 0px rgba(51, 51, 51, 0.2862745098);
}
#events .event-holder .event-img-holder {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#events .event-holder .event-img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: unset;
}
#events .event-holder .event-details {
  padding: 3rem 0.85rem 1.5rem;
  position: relative;
}
#events .event-holder .event-details h3 {
  color: #555;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0.5rem !important;
}
#events .event-holder .event-details h2 {
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1rem;
}
#events .event-holder .event-details .event-date {
  background: var(--color-pharmacy);
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 4rem;
  width: 4rem;
  position: absolute;
  top: -2rem;
  left: 0.75rem;
}
#events .event-holder .event-details .event-date h3 {
  margin-bottom: unset !important;
  font-weight: 700;
  font-size: 1rem;
  line-height: 22px;
  color: #fff;
  font-family: var(--font-two);
}

#uiu-media {
  padding: 3.5rem 0!important;
}
#uiu-media .container {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}
#uiu-media .container .heading {
  color: #000;
  font-weight: 700;
}
#uiu-media .gallery-item {
  margin-top: 1.5rem;
  position: relative;
  height: 350px;
  overflow: hidden;
  border-radius: 2px;
  border-bottom: 4px solid var(--uiu-color);
}
#uiu-media .gallery-item:hover .image-container img {
  transform: scale(1.2);
}
#uiu-media .image-container {
  height: 100%;
  width: 100%;
  position: relative;
}
#uiu-media .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#uiu-media .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-duration: 5s;
  border-radius: unset !important;
}
#uiu-media .gallery-details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  z-index: 2;
}
#uiu-media .gallery-details .create-date {
  color: #fff;
  font-size: 0.7rem;
  transition: 0.35s;
}
#uiu-media .gallery-details .news-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
#uiu-media .gallery-details .news-title span {
  color: inherit;
}
#uiu-media .gallery-details .media-provider {
  background: #000;
  border-radius: 20px;
  padding: 0.15rem 0.75rem;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
}/*# sourceMappingURL=sobe.css.map */