
main {
  background: #fafafa;
}
/* Spotlight Styles*/
.student-card {
  margin-bottom: 15px !important;
}
.student-card-inner {
  float: left;
  width: 94%;
  position: relative;
  /* padding: 5%; */
  background: #f1f0e6;
  margin: 2%;
  margin-right: 10px;
  border-radius: 10px;
  min-height: 30em;
}
.ftjIKy {
  font-family: "Open Sans";
}
.student-card-inner img {
  border-radius: 10px 10px 0px 0px;
}

.student-card-content {
  padding: 5%;
  text-align: center;
}
.student-card-content h2 {
  font-size: 20px;
  font-weight: 900;
  /* min-height: 4em; */
  line-height: 26px;
  color: rgb(36, 57, 120);
  margin-bottom: 0px;
}
.student-meta {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #424242;
  font-size: 14px;
}

.student-card-content p {
  font-size: 16px;
  margin: 15px 0 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: rgb(66, 66, 66);
  line-height: 1.45;
}

.student-card-content p a {
  font-weight: bold;
  text-decoration: none;
}

/* Swiper Slider */
.mySwiper {
  margin: 0 auto;
  position: relative;
  top: -75px;
  z-index: 9999;
  box-shadow: 0 3px 30px rgb(0 0 0 / 10%);
  background: #fefefe;
  /* margin: 50px; */
}

.swiper-wrapper {
  /* box-sizing: content-box; */
}

.swiper-slide {
  /* padding: 50px !important; */

  /* max-width: 100%; */
}
.swiper-content {
  display: flex;
  justify-content: space-between;
  /* width: 100%; */
  padding: 50px !important;
}

.slide-image-section {
  width: 55%;
}

.slide-image-content {
  width: 40%;
  color: #0a0a0a;
}

.slide-image-content .slide-title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  color: rgb(36, 57, 120);
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 42px;
  margin-top: 0;
}
.home_container_title {
  font-size: 30px;
  line-height: 36px;
  color: #243978;
  margin-bottom: 5px;
  margin: 0 0 1.45rem;
}
.slide-image-content p {
  font-size: 16px;
  margin: 15px 0 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: rgb(66, 66, 66);
  line-height: 1.45;
}

.slider-meta {
  margin-bottom: 10px;
  font-size: 16px;
}
*/ .style-bold {
  font-weight: bold;
}

.read-link {
  font-weight: bold;
  margin-top: 50px;
  text-decoration: none !important;
  border-radius: 10px;
}
.title-meta {
  font-size: 18px;
  margin-left: 5px;
}
/* Single Student Page */
.single-student-info-content > img {
  width: 50%;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.single-student-info-content p {
  font-size: 16px;
  margin: 0px 0 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: rgb(66, 66, 66);
  line-height: 1.45;
}

.mySwiper {
  border-radius: 15px;
  margin: 0 70px !important;
}
@media (max-width: 576px) {
  .basestyle__InnerPageContainer-sc-cplnzf-1 > .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 576px) {
  .student-card-content p {
    min-height: 130px;
  }
}
@media (min-width: 769px) {
  .student-card-content p {
    min-height: 140px;
  }
}
@media (max-width: 768px) {
  .sidebarstyle__SidebarWrapper-sc-1hqeb6p-1.ioqJIX {
    display: none;
}
  .swiper-content {
    flex-direction: column;
  }

  .slide-image-section {
    width: 100%;
    margin-bottom: 20px;
  }

  .slide-image-content {
    width: 100%;
    color: #0a0a0a;
  }
  .single-student-info-content img {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .navbar-toggler {
    display: block;
  }
  .mySwiper {
    top: -20px;
    margin: 0 !important;
    margin-bottom: 50px !important;
  }
}

/* Student Gallery */

.student-gallery {
  width: 100%;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
.student-gallery img {
  width: 100%;
  /* margin-top: 50px; */
}
p.clear {
  clear: both;
}

.navbar-nav a.nav-link:hover {
  color: #b58e5b !important;
}

a.header_title {
  background-color: #243978;
  color: white !important;
  text-align: center;
  font-weight: normal !important;
  cursor: default;
}
a.header_title:hover {
  background-color: #243978 !important;
}

a.post-thumbnail img {
  border: 1px solid grey;
  border-radius: 15px;
}
.swiper-pagination-bullet {
  padding: 8px !important;
}
.read-link {
  background-color: #243978;
  padding: 6px 15px 6px 15px;
  color: white;
  transition-delay: 0.1s;
  font-size: 14px;
}

.read-link:hover {
  background-color: #b58e5b;
  padding: 6px 15px;
  color: white;
}

.read-link .fa {
  margin-left: 10px;
}

.student-card-content > a:hover {
  text-decoration: none;
}
/* .read-link:hover .fa {
  margin-left: 8px;
} */
.contentstyle__ContentArea-sc-15kxlot-3 h2 {
  color: #243978;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.student-card-content a {
  margin-top: 20px;
}
.kXQafR ul li a.active,
.gLLcUc ul li a.active {
  background: #b58e5b;
  color: #fff;
}
