.slider-img {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.owl-dots {
  position: absolute;
  bottom: 0%;
  right: 50%;
}

.slider-content {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  padding: 2rem 2rem 2.5rem 2rem;
  width: 100%;
  /* clip-path: polygon(72% 0, 86% 55%, 99% 99%, 0 99%, 0 0); */
}

.slider-content div {
  width: 100%;
}
.menu-logo {
  margin-left: 2rem;
}
.menu-wrapper {
  margin-right: 2rem;
}
.menu li {
  text-decoration: none;
  list-style: none;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .facilities .row div img {
    height: 300px;
  }
  .slider-content {
    width: 100%;
  }

  .slider-content div {
    width: 75%;
  }
  .menu-logo {
    margin-left: 0.5rem;
  }
  .menu-wrapper {
    margin-right: 0.5rem !important;
  }
  .menu-wrapper ul {
    padding-left: 0;
  }
  .menu-wrapper li {
    font-size: 14px;
  }
  .menu li {
    margin: 0 5px;
  }

  .choose-us.content-wrapper {
    padding: 2rem 3rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .slider-img {
    height: 60vh;
  }

  .slider-content {
    padding: 1rem;
  }

  .slider-content h2 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .slider-content h2 {
    font-size: 18px;
  }
}

.carousel-btn {
  display: inline-block;
  background: #41a5f3;
  width: 12rem;
  color: #fff;
  text-align: center;
  padding: 12px 24px;
  border-radius: 30px;
  font-family: "Rubik";
  transition: transform 0.2s;
}
.carousel-btn:hover {
  background-color: #11609e;
  transform: scale(1.05);
}
.login-btn {
  background: #fab519;
  padding: 5px 25px;
  border-radius: 30px;
}

.section2-wrapper {
  position: relative;
  background-image: url(../img/section2.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  min-height: 90vh;
}

.section2-wrapper::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.section2 {
  width: auto;
  max-width: 990px;
  padding: 1rem 1rem 1rem 1.5rem;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .section2 {
    width: 75%;
  }
}

@media (max-width: 576px) {
  .section2 {
    width: 100%;
  }
}

.primary-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 30px;
  width: 10rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}

.primary-btn:hover {
  background-color: #11609e !important;
  transform: scale(1.05);
}
.academic-card {
  cursor: pointer;
}
.academic-card:hover .academic-content {
  background-color: rgba(0, 0, 0, 0.8);
}
/* rgba(96, 74, 142, 1) */

.academic-card:hover .academic-content::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 88%;
  background-color: #fff;
}

/* .academic {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .academic::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 88%;
    background-color: #fff;
  } */

.academic-title {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 12px;
  position: absolute;
  left: 0;
  cursor: pointer;
  transition: all 0.2s;
}
.academic-card:hover .academic-title {
  background: rgba(0, 0, 0, 0);
}
.academic-content {
  transition: all 0.4s;
  height: 23rem;
  position: relative;
}

.academic-desc {
  opacity: 0;
  margin-top: 3rem;
  transition: all 0.4s;
}
.academic-card:hover .academic-desc {
  opacity: 1;
  margin-top: 0;
}

/* .academic-desc-hover {
    opacity: 1;
    margin-top: 0;
  } */
/* .card-bottom-text {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 12px;
  } */

.footer-wrapper .menu-links,
.footer-wrapper a {
  color: #000;
}
.footer-wrapper a:hover {
  color: #034a9a;
}
.footer-wrapper {
  background-image: url(../assets/footer.png);
  background-size: cover;
}

.student-diversity {
  background-image: url(../assets/svg/acceptance-student-bg-pattern.svg);
}

@media (max-width: 992px) {
  .student-diversity {
    background-image: url(../assets/svg/students-number-bg-pattern.svg);
  }
}

.svg1 {
  top: -4%;
  left: -4%;
  transform: rotate(90deg);
}

@media (max-width: 996px) {
  .svg1 {
    top: -2%;
  }
}

@media (max-width: 576px) {
  .academic-desc {
    font-size: 14px;
  }
  .news-updates {
    font-size: 24px;
  }
  .academic-title {
    font-size: 20px;
  }
}

.academic-card {
  height: 25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-size-position {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
a {
  text-decoration: none;
  color: #fff;
  transition: all 0.2s;
}
a:hover {
  color: #034a9a !important;
}

.menu-links {
  color: #fff;
  position: relative;
}
.menu-links:hover {
  color: #eeee1b !important;
}
/* .menu-links::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -8%;
    left: 0;
    background-color: #fff;
    transition: all 0.4s;
    padding-top: 2px;
  } */
.menu-links:hover::before {
  width: 100%;
}

.active-menu {
  color: #eeee1b !important;
}

.active-menu:hover {
  color: #eeee1b !important;
}
.col-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
  width: 100%;
}
.col-box.no-pad {
  padding: 0;
}
.news-update-card {
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  transition: box-shadow 0.2s;
  border-radius: 15px;
  box-shadow: 2px 5px 10px #f7f7f7;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.ellipsis.two-line {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  box-orient: vertical;
}

.ellipsis.four-line {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  box-orient: vertical;
}

.img-div {
  width: 100%;
  height: 12rem;
  border-radius: 10px;
}
.thumbnail-img {
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transition: transform 0.4s;
}

.news-update-card {
  transition: 0.3s ease all;
}
.news-update-card:hover {
  box-shadow: 5px 10px 15px #d3cbcb;
}
/* .news-update-card:hover .thumbnail-img{
    transform: scale(1.05);
  } */

/* Menu styles */
.menu-div {
  width: 100%;
  position: absolute;
  top: 3%;
  transition: all 0.4s;
}

.menu-logo {
  width: 4rem;
  transition: none !important;
}

.close-btn {
  display: none;
}
.menu-div-scroll {
  position: fixed;
  top: 0%;
  padding: 7px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0.8125rem 2.1875rem -0.75rem rgb(35 35 35 / 15%);
  box-shadow: 0 0.8125rem 2.1875rem -0.75rem rgb(35 35 35 / 15%);
}

.menu-div-scroll .menu-wrapper li a {
  color: #000;
}
.menu-wrapper li a.active-menu {
  font-weight: 500;
}
.menu-div-scroll .menu-wrapper li a:hover,
.menu-div-scroll .menu-wrapper li a.active-menu {
  color: #034a9a !important;
}

.menu-div-scroll .menu-wrapper li a.contact {
  color: #fff !important;
}

@media (max-width: 767px) {
  .menu-logo {
    display: none;
  }
  .menu-div-scroll {
    box-shadow: none;
  }

  div.choose-us.content-wrapper {
    grid-gap: 0;
  }

  .menu-div {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    background-color: #034a9a;
    right: -100%;
    width: 100%;
    box-shadow: none;
  }

  .menu li {
    display: block;
    padding: 1rem 2rem;
    font-size: 14px;
  }

  .menu {
    margin-top: 2rem;
    margin-left: 3rem;
    transition: all 0.5s 0.3s;
  }

  .close-btn {
    display: block;
    position: absolute;
    right: 7%;
    color: #fff;
    font-size: 2.5rem;
    top: 0;
  }
}

.logo-scroll {
  width: 3.5rem;
}

#mob-menu {
  position: fixed;
  top: 0;
  color: #fff;
  z-index: 3;
  padding: 0.8rem;
  transition: all 0.4s;
}
.mob-menu-scroll {
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 5%) 0px 3px 5px;
}

.mob-menu-scroll .hamburger {
  color: #000;
}
/* End Menu styles */

/* Other pages styles */
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  height: 50vh;
  min-height: 350px;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgb(16 115 193 / 70%);
  background-blend-mode: multiply;
}

.about {
  background-image: url(../img/hero-page-cover.png);
}

.banner-title {
  position: absolute;
  bottom: 10%;
  font-size: 50px;
  line-height: 1.25em;
  color: #fff;
  left: 7%;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 2rem 7rem 2rem 7rem;
}
.news-wrapper {
  padding: 1rem 7rem 2rem 7rem;
}

.side-bar {
  font-size: 16px;
  /* font-weight: bold; */
  width: 15rem;
}
.side-bar a {
  color: #786b6b;
}

.side-bar p {
  padding: 7px 0 7px 11px;
}

.side-bar p:hover {
  background: #1073c1;
  color: white;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: 0.3s ease all;
}

.contents {
  padding-left: 2rem;
  min-height: 80vh;
  width: calc(100% - 15rem);
}

.content-title {
  font-size: 30px;
  color: #1073c1;
  font-weight: bold;
  margin: 0;
}

.active-title {
  background: #1073c1;
  color: white;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0.5px solid;
}
.principal-img {
  width: 50%;
  height: 25rem;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .principal-img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .content-wrapper {
    display: block;
  }

  .thumbnail-img {
    object-fit: contain;
  }

  .side-bar {
    width: 100%;
  }

  .content-wrapper {
    padding: 1rem;
  }

  .contents {
    margin-top: 2rem;
    padding-left: 0;
    width: 100%;
    font-size: 16px;
  }
  div.news-wrapper {
    padding: 1rem;
  }

  .banner-title {
    left: 5%;
  }
}
/* Ends Here */

.all-news {
  border: 1px solid #f3d3d3;
  border-radius: 10px;
  box-shadow: 1px 1px 8px #f6ecec;
}

.single-content {
  padding: 0 10rem;
}

.single-news-image {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.single-facilty-image {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 992px) {
  .single-news-image {
    height: 20rem;
  }

  .single-facilty-image {
    height: 20rem;
  }
  .single-content {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .single-news {
    padding: 0;
  }
}

.gallery-div {
  color: #000;
  background-color: #fff;
  border: 1px solid #d9e1e7;
}

.gallery-img {
  width: 100%;
  height: 15rem;
}

.gallery-img img {
  object-fit: cover;
  object-position: center;
}

.form-group {
  margin: 1rem 0;
}

.form-group lable {
  margin-bottom: 0.2rem;
}

.map-responsive {
  width: 100%;
  height: 50vh;
  /* box-shadow: 1px 2px 5px #e6dcdc; */
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 2rem 8rem 5rem 8rem;
}
@media (max-width: 992px) {
  .contact-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  div.contact-wrapper {
    padding: 1rem;
  }
}
.notice {
  border: 1px solid #c4c0c0;
  border-radius: 10px;
  background-color: #fff;
}
.explore-btn {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 30px;
  width: 6rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.explore-btn:hover {
  background-color: #11609e !important;
}
.send-btn {
  display: inline-block;
  padding: 10px 45px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.send-btn:hover {
  background-color: #11609e !important;
}

.border-shadow {
  border: 1px solid #ddd4d4;
  box-shadow: 1px 2px 5px #e6dcdc;
  border-radius: 10px;
}

.download-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  border: 1px solid #ddd4d4;
  box-shadow: 1px 2px 5px #e6dcdc;
  display: flex;
  justify-content: space-between;
}

.download-link {
  color: #000;
}

.download-link:hover {
  color: #e3f117;
}
/* .download-wrapper a {
    color: #000;
  } */

/* .download-wrapper:hover {
    background-color: red;
  }  */

.academic-div {
  width: 100%;
}

.academic-img {
  height: 25rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .academic-div {
    height: 50vh;
  }
}

.facility-wrapper {
  background: #fff;
  padding-bottom: 1rem;
  border: 1px solid #ddd4d4;
  box-shadow: 1px 2px 5px #e6dcdc;
  border-radius: 10px;
  overflow: hidden;
}
.footer-social svg,
.footer-social svg path {
  fill: #000;
}

.contact-form {
  padding: 0px 40px 10px 0;
  font-size: 16px;
}
.contact-form label,
.contact-form input,
.contact-form textarea {
  font-family: lora;
}
.contact-form input,
.contact-form textarea {
  padding: 10px;
}

.contact-form label {
  margin-bottom: 0.5rem;
}

@media (max-width: 992px) {
  .contact-form,
  .contact-info {
    padding: 0;
  }
  .contact-info {
    padding: 25px;
  }
  .news-wrapper {
    padding: 1rem 5rem 5rem 5rem;
  }
}

#back-to-top {
  position: fixed;
  bottom: -100%;
  width: 50px;
  height: 50px;
  right: 3%;
  cursor: pointer;
  z-index: 11;
  background-color: #034a9a;
  box-shadow: 0 10px 20px 10px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 10px 20px 10px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 10px 20px 10px rgb(0 0 0 / 20%);
  transition: bottom 0.5s ease;
}

#back-to-top.active {
  bottom: 3%;
}

#back-to-top svg {
  fill: var(--bs-white);
}

.hamburger,
.close-btn {
  cursor: pointer;
}

/* ===================
===================== */

.choose-us.content-wrapper {
  grid-gap: 50px;
}

.choose-us ul.list-items li:not(:last-child) {
  margin-bottom: 10px;
}

.choose-us .right-details img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.choose-us.content-wrapper .news-update-card {
  cursor: default;
}

.choose-us.content-wrapper .news-update-card {
  background-color: unset;
  box-shadow: unset !important;
}

.why-us {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.why-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  z-index: -1;
}

.learn-more-btn {
  display: flex;
  align-items: center;
  color: #41a5f3;
}

.learn-more-btn:hover span > svg {
  margin-left: 20px;
}
.learn-more-btn p {
  margin-bottom: 0;
}
.learn-more-btn span > svg {
  vertical-align: middle;
  height: 20px;
  width: 20px;
  transition: 0.3s ease all;
  margin-left: 10px;
}

.primary-btn.modal-close {
  padding: 6px 13px;
  color: #fff;
  background-color: #11609e !important;
  width: unset;
  border-radius: 0;
}

.close.modal-close {
  outline: 0;
  border: 0;
  background: unset;
  font-size: 27px;
}
.close.modal-close:hover {
  color: #11609e;
}

.facilities .row img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.news-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-links.contact {
  background-color: #41a5f3;
  color: #fff !important;
}

/* Features page */

.features {
  padding: 5rem 7rem 5rem 7rem;
  background-color: #fff !important;
}

.features .section2 {
  color: #000 !important;
  max-width: 800px;
}

/* Achievements */
.achievements {
  padding: 2rem 0;
}
