.header-top .nav-link {
  font-family: "Rubik", serif;
}

.header-top > .container {
  justify-content: space-between !important;
}

.header-notice p {
  margin-top: 0.5rem !important;
  margin-bottom: 0 !important;
  font-size: 13px;
  color: white;
  animation: pulse 3s infinite;
}

@keyframes pulse {
  0% {
    color: white;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    color: white;
  }
}

#menu-primary-menu {
    display:none;
}

.header-notice a:hover {
  text-decoration: none;
}

.section--hero .hero-title {
  font-family: "Rancho", cursive;
  font-size: 62px;
  line-height: 62px;
}

.social-btns a:first-child {
  background: #3b5998;
}

.social-btns a:nth-child(2) {
  background: #0072b1;
}

.social-btns a:last-child {
  background: #d62976;
}

.social-btns a:hover {
  background: black;
}

.grid-card-title {
  font-family: "Rubik", serif;
  font-size: 18px;
  font-weight: 400;
}

.section--hero .grid-card-body {
  padding: 24px 32px;
}

.section--hero .grid-card-title {
  font-family: "Rubik", serif;
  font-size: 20px;
  line-height: 18px;
}

.section--hero .grid-card-title span {
  font-size: 13px;
}

.text-circle {
  font-family: "Rancho", cursive;
  font-size: 24px;
  padding: 14px;
}

.text-circle span {
  font-size: 16px;
}

.section-title {
  font-family: "Rancho", cursive;
  font-size: 42px;
}

.section--blockquote {
  padding-block: 71px 71px;
}

.section--blockquote h2 {
  font-family: "Rancho", cursive;
  font-size: 56px !important;
}

.section--blockquote h2 span {
  color: #ce2827;
  /* font-size: ; */
}

.card--programs .card-text {
  font-family: "Rancho", cursive;
}

.card--programs .card-footer {
  color: #ffffff;
  font-family: "Rancho", cursive;
}

.card--programs:hover .card-footer {
  text-decoration: none !important;
  color: var(--bs-warning);
}

.card--programs .card-figure img {
  border-radius: 5px !important;
}

.card--programs .card-figure {
  border-radius: 5px !important;
}

.section--programs p {
  font-family: "Mulish";
  font-size: 13px;
  text-align: justify;
  line-height: 20px;
}

.section--about .about-content p {
  font-family: "Mulish";
  font-size: 13px;
  text-align: justify;
  line-height: 20px;
}

.grid-content a:hover .grid-video:after {
  opacity: 0.5;
  transition: all 0.3s;
}

.grid-video:after {
  opacity: 0.2;
  transition: all 0.3s;
}

.section--joinclubs p {
  font-family: "Mulish";
  font-size: 13px;
  text-align: justify;
  line-height: 20px;
}

.section--university .universities-img {
  padding: 0 !important;
  margin: 8px !important;
  border-radius: 10px;
  position: relative;
}

.section--university p {
  font-family: "Mulish";
  font-size: 13px;
}

.universities-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.3;
  transition: all 0.3s;
  border-radius: 10px;
}

.universities-img:hover {
  cursor: pointer;
}

.universities-img:hover:after {
  opacity: 0;
  transition: all 0.3s;
}

.navbar-nav .nav-item .nav-link {
  font-family: "Rubik", serif;
  font-size: 14px;
  font-weight: 400;
}

.header .navbar-nav .dropdown-item {
  font-size: 14px;
}

.section--hero p {
  font-family: "Mulish";
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
}

.section--progress .card .card-text {
  font-family: "Mulish", serif;
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
}

.caption {
  font-family: "Mulish", serif;
  font-size: 13px;
}

.section--progress .card--progress .card-title {
  font-family: "Rancho";
  font-size: 32px;
  line-height: 34px;
}

.section--newsevents .event-heading {
  font-family: "Rancho";
  font-size: 42px;
}

.section--newsevents .event-detail .event-title {
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 500;
}

.section--newsevents .event-detail .event-text {
  font-family: "Mulish";
  font-size: 11px;
  text-align: justify;
}

.news-grid-item {
  border: 1px solid white !important;
}

.news-grid-overlay {
  background: rgb(0 0 0 / 80%) !important;
}

.boxed--icon-text .boxed-text {
  font-size: 13px;
}

.testimonial-description {
  font-family: "Mulish", serif;
  font-size: 16px;
  font-weight: 400;
}

.testimonial-title,
.testimonial-subtitle {
  font-family: "Rancho", cursive;
}

/* Programs Page */

.main-content .article-block-content {
  font-size: 13px;
}

.card--programs:nth-child(1) {
  --card-body-color: black !important;
  --card-footer-color: var(--bs-primary) !important;
}

.card--programs:nth-child(2) {
  --card-body-color: var(--bs-primary) !important;
  --card-footer-color: black !important;
}

.card--programs:nth-child(3) {
  --card-body-color: var(--bs-primary) !important;
  --card-footer-color: black !important;
}

.card--programs:nth-child(4) {
  --card-body-color: black !important;
  --card-footer-color: var(--bs-primary) !important;
}

.program-container .justified-p {
  text-align: justify;
  font-family: "Mulish";
}

.program-container .accordion .accordion-body table {
  width: 100%;
}

.program-container .accordion .accordion-body table tbody:before {
  content: "@";
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}

.program-container .accordion .accordion-body table th {
  background: #ce2827;
  color: #ffffff;
  padding: 8px;
  text-align: left;
}

.program-container .accordion .accordion-body table td {
  text-align: left;
  color: #000000;
  font-size: 14px;
}

.program-container .accordion .accordion-body table th:nth-child(3),
.program-container .accordion .accordion-body table td:nth-child(3) {
  text-align: center;
}

.program-container .accordion .accordion-body table .optional-course {
  background: #f4e04d;
  color: black;
  padding: 4px;
  text-align: center;
}

.sidebar--events .events-list a,
.sidebar--events .events-list a:hover {
  text-decoration: none;
}

.illustration-front {
  -webkit-transition: -webkit-transform 0.2s !important;
  transition: -webkit-transform 0.2s !important;
  transition: transform 0.2s !important;
  transition: transform 0.2s, -webkit-transform 0.2s !important;
}

.illustration-front:hover {
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
  -webkit-transition: -webkit-transform 0.2s !important;
  transition: -webkit-transform 0.2s !important;
  transition: transform 0.2s !important;
  transition: transform 0.2s, -webkit-transform 0.2s !important;
  cursor: pointer !important;
}

.article-block-title a:hover {
  text-decoration: none;
}

/* About Page */

.about-intro-section .section-title-baltster {
  font-family: "baltster";
  font-weight: 400;
  font-size: 36px;
  line-height: 47px;
  color: #ce2827;
}

.about-intro-section .about-content p {
  font-family: "Mulish";
  text-align: justify;
  font-weight: 300;
  font-size: 14px;
}

.section--mvg .section-content {
  background-color: #f7ebe8;
  padding-block: 80px 50px;
}

.section--mvg .row {
  text-align: center;
}

.section--mvg .row img {
  width: 48px;
}

.section--mvg .row h4 {
  font-family: "Rubik";
  font-size: 24px;
  color: #ce2827;
  margin-top: 12px;
}

.section--mvg .row p {
  font-family: "Mulish";
  font-size: 13px;
  text-align: center;
}

.section--about-choose {
  padding-top: 50px !important;
}

.section--about-choose .section-title {
  font-family: "Baltster" !important;
  font-size: 36px;
  color: #ce2827 !important;
  text-align: center;
}

.section--about-choose .section-header {
  max-width: 44rem;
}

.block {
  border: 2px solid #ce2827;
  padding: 16px;
  margin: 10px;
  text-align: center;
}

.section--about-choose .block {
  margin: 0px;
}

.section--about-choose .card {
  height: 232px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section--about-choose .card:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section--about-choose .card .card-body {
  padding: 32px !important;
}

.section--about-choose .card .card-title {
  font-weight: 500;
  position: relative;
  margin-bottom: 24px;
  color: #343a40;
  font-family: "Rubik";
  margin-top: 10px;
}

.section--about-choose .card .card-title:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 20%;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--bs-primary);
}

.section--about-choose .card:hover .card-title:after {
  width: 100%;
}

.section--about-choose .card p {
  font-family: "Mulish", serif;
  font-size: 13px;
  text-align: justify;
}

@media (min-width: 768px) {
  .section--about-choose .align-items-stretch {
    padding: 0 !important;
  }
}

.section--about-choose .align-items-stretch .block {
  width: 100%;
  background-color: #ce2827;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transition: all 0.3s;
}

.section--about-choose .align-items-stretch .block .pathway-success {
  border: 2px solid white;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
}

.section--about-choose .align-items-stretch .block .pathway-success h3 {
  font-size: 24px;
  color: white;
  transition: all 0.3s;
}

@media only screen and (max-width: 600px) {
  .section--about-choose .align-items-stretch .block .pathway-success h3 {
    font-size: 24px;
  }
  .section--about-choose .row .flex-column:first-child .block,
  .section--about-choose .row .flex-column:nth-child(3) .block {
    text-align: center;
  }
}

.section--about-choose .align-items-stretch .block:hover {
  padding: 24px;
  transition: all 0.3s;
  cursor: pointer;
}

.section--about-choose .align-items-stretch .block:hover h3 {
  font-size: 28px !important;
  transition: all 0.3s !important;
}

.section--about-choose .row .flex-column {
  padding: 0px;
}

.section--about-choose .row .flex-column .block {
  text-align: right;
}

.section--about-choose .row .flex-column .block h4,
.section--about-choose .row .flex-column .block h4 {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 20px;
  color: #ce2827;
}

.section--about-choose .row .flex-column .block p,
.section--about-choose .row .flex-column .block p {
  font-family: "Mulish";
  font-size: 13px;
  text-align: justify;
}

.section--about-choose .row .flex-column .block > div,
.section--about-choose .row .flex-column .block > div {
  /* margin: 32px 6px; */
  margin: 12px 6px;
}

.section--about-choose .row .flex-column .block {
  padding: 8px 12px !important;
}

.section--about-choose .row .flex-column .left-block p {
  text-align: right !important;
}

.section--about-choose .row .flex-column .right-block p {
  text-align: left !important;
}

.section--about-choose .row .flex-column .block {
  text-align: left;
}

/* Subscription */

.section--subs {
  background: white;
  padding: 100px 0 40px 0;
}

.subs {
  display: grid;
  justify-content: center;
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

@media (min-width: 992px) {
  .subs {
    max-width: 80%;
  }
}

.subs-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  .subs-item {
    padding: 0 64px;
  }
}

.subs-counter {
  font-size: 36px;
  font-weight: bold;
  color: var(--bs-primary);
}

.subs-label {
  font-size: 20px;
}

@media (min-width: 992px) {
  .subs-item:not(:last-child) {
    border-right: 1px solid var(--bs-primary);
  }
}

.subs-info {
  background: #f7ebe8;
  color: white;
  transform: translateY(50%);
  margin-top: calc(((var(--contactHeight) / 2) - 24px) * -1);
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.subs-info .container {
  padding: 0 !important;
}

.subs-info .container .row .subs-form-div {
  /* height: 100%; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding: 32px;
}

.subs-info .container .row .subs-form-div h5 {
  font-family: "Rubik";
  font-weight: 600;
  font-size: 15px;
  color: #ce2827;
}

.subs-info .container .row .subs-form-div h3 {
  font-family: "Baltster";
  font-size: 24px;
}

.subs-info .subs-form .form-group {
  position: relative;
}

.subs-info .icon-addon.addon-md .fa-regular,
.subs-info .icon-addon .fa-regular {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}

.subs-info iframe {
  margin-bottom: -4.5px;
  width: 100%;
}

.subs-info .subs-form .form-group {
  margin-top: 32px;
}

.subs-info .icon-addon.addon-sm .form-control {
  height: 44px;
  padding: 5px 10px 5px 56px;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Rubik";
  /* background: white; */
  background-color: rgba(255, 255, 255, 0.3);
  /* opacity: 30%; */
  border-radius: 4px;
  border: none;
}

.subs-info .icon-addon.addon-sm .form-control::placeholder {
  color: black;
  opacity: 1;
}

.subs-info .icon-addon.addon-sm .fa-regular {
  margin-left: 0;
  font-size: 18px;
  left: 24px;
  top: 3px;
  color: #ce2827;
}

.subs-info .btn-subscribe {
  position: absolute;
  right: 0;
  top: 0;
  /* height: 100%; */
  height: 44px;
  background: #ce2827;
  border: none;
  padding: 0 1rem;
  border-radius: 4px;
  color: white;
  padding: 0px 24px;
  font-size: 15px;
  font-weight: 300;
}

.subs-info .btn-subscribe .fa-solid {
  margin-left: 4px;
}

@media only screen and (max-width: 600px) {
  .subs-info iframe {
    width: 100%;
    height: 200px;
    /* width: 358px; */
  }
}

/* Team Page */

.team-section .card {
  height: 420px;
}

.team-section .card .card-figure {
  margin-bottom: 0;
  height: 280px;
  overflow: hidden;
  object-fit: cover;
}

.team-section .card .card-figure img {
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
  transition: all 0.3s;
  z-index: -1;
}

.team-section .card .card-figure img:hover {
  /*filter: grayscale(0%);*/
  transition: all 0.3s;
  cursor: pointer;
}

.team-section .card .card-figure:before {
  position: absolute;
  display: block;
  bottom: 112px;
  left: 0px;
  width: 100%;
  height: 45px;
  content: "";
  background: white;
  transform: skew(0deg, -8deg);
  z-index: 9;
  transition: all 0.3s;
}

.team-section .card:hover .card-figure::before {
  transition: all 0.3s;
  transform: skew(0deg, 0deg);
}

.team-section .card .card-body {
  padding-top: 0px;
  text-align: center;
  z-index: 9;
}

.team-section .card .card-body .card-title {
  font-family: "Rubik";
  font-size: 18px;
  font-weight: 600;
  color: #ce2827;
  text-decoration: none;
  margin-top: 4px;
  position: relative;
}

.team-section .card .card-body .card-title:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  margin: 0 auto;
  transition: all 0.3s;
  background-color: black;
}

.team-section .card .card-body .card-text {
  padding-top: 12px;
  font-size: 14px;
}

.team-section .card .social-profile {
  text-align: center;
  margin-top: 16px;
}

.team-section .card .social-profile i {
  font-size: 16px;
  color: black;
  margin: 0px 4px;
}

.team-section a,
.team-section a:hover {
  text-decoration: none;
  color: unset;
}

.team-section .modal-team .modal-header h5,
.team-section .modal-team .modal-body h6 {
  font-family: "Rubik";
}

.team-section .modal-team .modal-body img {
  max-height: 200px;
}

.team-section .modal-team .modal-body p {
  text-align: justify;
}

.team-section .modal-team .modal-body span {
  font-size: 14px;
}

/* Message Page */

.message-section {
  padding-top: 0px;
  padding-bottom: 60px;
}

.message-section .card {
  background: white;
  color: white;
  transform: translateY(-20%);
  /* margin-top: calc(((var(--contactHeight) / 2) - 24px) * -1); */
}

.message-section .card p {
  font-family: "Mulish";
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  font-weight: 300;
  text-align: justify;
}

.message-section .card .chairman-image img {
  /*position: absolute;*/
  bottom: 0;
  width: 40%;
}

@media only screen and (max-width: 600px) {
  .section {
    padding: 40px 0 !important;
  }
  .section--programs {
    padding-block: 40px !important;
  }
  .header-top .nav {
    --bs-nav-link-padding-x: 6px;
  }
  .header-top .nav-link {
    font-size: 10px !important;
  }
}

.club-section .card {
  border-radius: 10px;
}

.club-section .card .card-body {
  border-radius: 10px;
  transition: all 0.3s;
}

.club-section .card .card-body:hover {
  background: #f4e04d;
  transition: all 0.3s;
  cursor: pointer;
}

.club-section .card .card-body:hover h6 {
  color: black;
  transition: all 0.3s;
}

.club-section .card-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 3/3;
}

.club-section .grid-card-title {
  font-size: 16px;
}

.club-section p {
  font-size: 14px;
  text-align: justify;
  line-height: 22px;
}

.header-club-logo {
  width: 16%;
}

.club-container .justified-p {
  text-align: justify;
}

@media (min-width: 992px) {
  .club-container .sidebar-wrapper {
    margin-top: 0px;
    position: sticky;
    top: 0px;
  }
}

/* .club-container .club-figure{
    height: 520px;
    width: 100%;
    overflow: hidden;
} */

.club-container .club-thumbnail {
  border-radius: 20px;
  opacity: 80%;
  transition: all 0.3s;
}

.club-container .club-thumbnail:hover {
  opacity: 100%;
  transition: all 0.3s;
}

.club-container .club-members .card {
  --color: #343a40;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  border: 0;
}

.club-container .club-members .card--club-member figure img {
  object-fit: cover;
  /*filter: grayscale(100%);*/
  transition: all 0.3s;
  width: 100%;
  height: 200px;
  border: 1px solid;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

.club-container .club-members .card--club-member figure {
  margin-bottom: 0 !important;
}

.club-container .club-members .card--club-member figure:hover img {
  /*filter: grayscale(0%);*/
  transition: all 0.3s;
}

.club-container .club-members .card--club-member .club-member-name {
  text-align: center;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  position: relative;
  padding: 0 18px;
  font-family: "Rancho", cursive !important;
}

.club-container .club-members .card--club-member .club-member-name:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  transition: all 0.3s;
  background-color: #ce2827;
  margin: 0 auto;
}

.club-container .club-members .card--club-member .club-member-designation {
  text-align: center;
  margin-top: 4px;
  padding: 0 18px;
}

.club-event-section .card-figure {
  overflow: hidden;
  margin-bottom: -20px;
}

.club-event-section .card-figure img {
  width: 100%;
  max-height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 3/3;
}

.club-event-section .card {
  border-radius: 10px;
}

.club-event-section .card .card-body {
  border-radius: 10px;
}

.club-event-section .card .grid-card-body {
  background: white !important;
  color: #ce2827 !important;
  align-items: left;
  border: 1px solid #ce2827;
  padding: 18px;
  position: relative !important;
}

.club-event-section .card .grid-card-body .grid-card-title {
  color: #ce2827 !important;
}

.club-event-section .card .grid-card-body .date,
.club-event-section .card .grid-card-body .fa,
.club-event-section .card .grid-card-body p {
  color: #616161;
  font-size: 13px;
}

.club-event-section .card a:hover {
  text-decoration: none;
}

.club-event-section .card .card-footer {
  bottom: 0;
  background: #ce2827;
  color: white;
  width: 100%;
  text-align: center;
  padding: 12px;
}

.single-page .main-article img {
  /* max-height: 420px; */
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-content p {
  font-family: "Mulish" !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

.single-page .justified-p p {
  font-size: 14px !important;
  text-align: justify !important;
  line-height: 22px;
}

@media (min-width: 992px) {
  .single-page .sidebar-wrapper {
    margin-top: 0px !important;
    position: sticky;
    top: 0px !important;
  }
}

.blog-section .card-figure img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid black;
  border-radius: 10px;
  aspect-ratio: 2/3;
}

.blog-section .card {
  border-radius: 10px;
}

.blog-section .card .card-body {
  border-radius: 10px;
}

.blog-section .card .grid-card-body {
  background: white !important;
  color: #ce2827 !important;
  align-items: left;
  border: 1px solid #ce2827;
  padding: 18px;
  height: 502px;
}

.blog-section .card .grid-card-body .grid-card-title {
  color: #ce2827 !important;
}

.blog-section .card .grid-card-body .date,
.blog-section .card .grid-card-body .fa,
.blog-section .card .grid-card-body p {
  color: #616161;
  font-size: 13px;
}

.blog-section .card a:hover {
  text-decoration: none;
}

.blog-section .card .card-footer {
  bottom: 0;
  background: #ce2827;
  color: white;
  width: 100%;
  text-align: center;
  padding: 12px;
}

.section-title-small {
  font-family: "Rancho", cursive;
  font-size: 32px;
}

.section--university .universities-img {
  margin: 16px !important;
}

.section--university .universities-img img {
  aspect-ratio: 4/4 !important;
}

.section--university .universities-img {
  transform: unset !important;
}

.js-universities .slick-center img {
  transform: scale(1.1);
}

.js-universities .slick-center .universities-img:after {
  opacity: 0;
}

.section-gmap {
  width: 100%;
}

.section-gmap iframe {
  width: 100%;
}

/* Professional Staffs */

.professional-staffs-section .team-block .team-figure {
  text-align: center;
}

.professional-staffs-section .team-block .team-figure img {
  width: 60%;
}

.professional-staffs-section .team-block .team-content {
  text-align: center;
}

.professional-staffs-section .team-block .team-content h3.team-title {
  font-family: "Mulish";
  font-size: 22px;
  font-weight: 600;
}

.professional-staffs-section a,
.professional-staffs-section a:hover {
  text-decoration: none;
  color: unset;
}

.professional-staffs-section .modal-team .modal-header h5,
.professional-staffs-section .modal-team .modal-body h6 {
  font-family: "Rubik";
}

.professional-staffs-section .modal-team .modal-body img {
  max-height: 200px;
}

.professional-staffs-section .modal-team .modal-body p {
  text-align: justify;
}

.professional-staffs-section .modal-team .modal-body span {
  font-size: 14px;
}

/*=============================================
=            Knowledge Hub            =
=============================================*/

.section--resources {
  /* --bgColor: #F7F4ED; */
  background-color: var(--bgColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  padding-top: 0px !important;
  padding-bottom: 80px;
}

.section--resources .resource-category {
  width: 100%;
  margin: 0 0 20px;
}

.section--resources .resource-category .category-title {
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 2rem;
}

.section--resources .resource-category .category-title:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: #dbdbdb;
}

.section--resources .resource-category .category-title p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  margin-bottom: 0 !important;
}

.section--resources .main-nav {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px #0e0e0e20;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .section--resources .main-nav {
    width: auto;
    font-size: 11px;
  }
}

.section--resources .main-nav a {
  display: block;
  padding: 10px 0 10px 20px;
  margin: 0px;
  border: none;
}

.section--resources .main-nav .clickable {
  padding: 5px 0 5px 15%;
}

.section--resources .main-nav a:hover {
  color: #eb0011;
  border: none;
  border-bottom: 0px solid none;
}

.section--resources .main-nav .button-group {
  display: block;
}

.section--resources .main-nav-ul li {
  padding: 5px 0px;
}

.section--resources .main-nav-ul ul {
  display: none;
}

.section--resources .main-nav-ul li a {
  margin-left: -1.25rem;
}

/* .section--resources .main-nav-ul li button {
    margin-left: -0.5rem;
} */

.section--resources .main-nav-ul a.clickable:focus + #showedClickable {
  display: block;
}

.section--resources .main-nav-ul li ul {
  background: #f5f5f5;
}

.section--resources .main-nav-ul li ul li:hover {
  background: #e7e7e7;
}

.section--resources .main-nav-ul li ul li:before {
  content: "\203A";
  margin-right: 15px;
}

.section--resources .main-nav-ul ul a:before {
  content: "\203A";
  margin-right: 20px;
}

.section--resources .main-nav .sub-arrow:after {
  content: "\203A";
  float: right;
  margin-right: 20px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.section--resources .main-nav li:focus .sub-arrow:after {
  content: "\2039";
}

.section--resources ul li,
.section--resources ol li {
  list-style: none;
}

.section--resources .btn-select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  margin: 5px;
  color: #333;
  transition: all 300ms;
  text-align: left;
}

.section--resources .btn-select:hover {
  border-bottom: 2px solid #ce2827;
}

.section--resources .btn-select span {
  color: #ce2827;
  font-size: 14px;
}

.section--resources .btn-select.is-checked {
  border-bottom: 2px solid #ce2827;
}

.section--resources .card-title {
  font-size: 14px;
}

.section--resources .date .material-icons {
  font-size: 16px;
}

.section--resources time {
  font-size: 12px;
}

.section--resources .btngroup .btn {
  margin-right: 2px;
}

.section--resources .btngroup a {
  font-size: 10px;
}

.section--resources .btngroup .material-icons {
  font-size: 14px;
}

.section--resources .card {
  --color: var(--gray-dark);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  transition-duration: 1000ms !important;
}

.section--resources .card:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}

.section--resources .card-body {
  padding: 32px;
}

.section--resources .card.card--hovered:hover .card-title:after {
  width: 100%;
}

.section--resources .card .card-title {
  position: relative;
  margin-bottom: 24px;
  font-family: "Mulish";
  font-weight: 600;
}

.section--resources .card .card-title:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: #dbdbdb;
}

.section--resources .card .card-text {
  color: var(--color);
}

.section--resources .card .icon .material-icons {
  font-size: 50px;
  color: var(--bs-primary);
}

.section--resources .card--resources {
  /* --offset: 100px; */
  margin-top: calc(var(--offset) * 1.2);
}

.section--resources .card--resources .card-body {
  padding: 16px 16px 24px 16px;
  height: 200px;
}

@media screen and (max-width: 768px) {
  .section--resources .card--resources .card-body {
    height: 320px;
  }
  .section--resources .card--resources .card-body .card-figure {
    height: 160px;
    margin-top: 18px !important;
  }
  .section--resources .card--resources .card-body .card-figure img {
    width: auto !important;
  }
}

.section--resources .card--resources .card-body .card-figure {
  position: relative;
  display: block;
  width: 90%;
  padding: 0;
  overflow: hidden;
  margin-top: calc(var(--offset) * -1);
  margin-left: auto;
  margin-right: auto;
}

.section--resources .card--resources .card-body .card-figure:before {
  padding-top: 125%;
  content: " ";
  display: block;
}

.section--resources .card--resources .card-body .card-figure .card-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.section--resources .card--resources .card-body .card-figure .card-img {
  border: 1px solid !important;
  border-radius: 5px !important;
}

.section--resources .date {
  display: flex;
  margin-bottom: 16px;
}

.section--resources .date .material-icons {
  margin-right: 8px;
}

.section--resources .resource-holder {
  margin: 0;
  padding: 0;
}

.section--resources .grid-item {
  padding-right: 15px;
  padding-left: 15px;
}

.section--resources .btn-readmore,
.section--resources .btn-download {
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}

.section--resources .btn-readmore {
  border-color: #ce2827;
  color: #ce2827;
  border: 1px solid;
}

.section--resources .btn-readmore:hover {
  background-color: #ce2827;
  color: white;
}

.section--resources .btn-download {
  background-color: #ce2827;
  border: none;
  color: white;
}

.section--resources .btn-download:hover {
  background-color: #850606;
  border: none;
}

.section--resources ul.main-nav-ul {
  padding-left: 1rem;
}

.section--resources .section-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  width: 50%;
  height: 2px;
  background-color: var(--secondary);
}

.section--resources .publication-detail-img {
  position: relative;
  margin-bottom: 10px;
}

.section--resources .publication-detail-img:hover .hidden-overlay {
  opacity: 1;
}

.section--resources .publication-detail-img img {
  width: 100%;
  border-radius: 10px;
}

.section--resources .publication-detail-img {
  border-radius: 10px;
  border: 2px dashed var(--primary);
}

.section--resources .publication-detail-img:hover {
  border-radius: 10px;
  border: 2px solid var(--secondary);
}

.single-alumni_member .main-article img {
  max-height: unset !important;
}

.single-page h4.wp-block-heading {
  font-family: "Mulish";
}

.naulo-venture-section .card .grid-card-body {
  display: block !important;
  /* height: 200px!important; */
  padding: 0 !important;
}

.naulo-venture-section .card .grid-card-body .grid-card-content {
  padding: 18px 18px 0px 18px;
}

/* Share Design */

.share-div-block {
  justify-content: center;
}

.share-div-block .line-break {
  height: 1px;
  background: #dbdbdb;
  margin: 0 auto;
  width: 70%;
}

.share-div {
  margin: 10px 0px;
  display: flex;
  justify-content: center;
}

.share-div div,
.share-div i {
  float: left;
  margin-right: 10px;
}

.share-div i {
  font-size: 13px;
  background: white;
  border: 1px solid black;
  padding: 8px;
  border-radius: 30%;
}

.share-div i {
  transition: all 0.3s;
}

.share-div i.fa-facebook-f:hover {
  background: #3b5998;
  border-color: #3b5998;
  color: white;
  transition: all 0.3s;
}

.share-div i.fa-x-twitter:hover {
  background: #00acee;
  border-color: #00acee;
  color: white;
  transition: all 0.3s;
}

.share-div i.fa-linkedin:hover {
  background: #0a66c2;
  border-color: #0a66c2;
  color: white;
  transition: all 0.3s;
}

.share-div .share-button-label {
  padding-top: 5px;
  border-right: 2px solid black;
  padding-right: 8px;
}

.share-div .share-button-label p {
  color: #ce2827;
  margin-bottom: 0px !important;
  font-size: 14px;
  font-weight: 500;
  font-family: "Mulish";
}

.share-div a {
  color: unset !important;
}

.footer {
  padding-top: calc(var(--contactHeight) / 2);
}

.blog-section .grid-card-body {
  position: relative !important;
  display: unset !important;
}

.main-article .author {
  color: var(--bs-primary);
  position: relative;
}

.main-article .author:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 40%;
  height: 1px;
  margin: 0 auto;
  transition: all 0.3s;
  background-color: black;
}

/* Partner Section */
.section--partner {
  padding-top: 0 !important;
}

.section--partner .client-logo {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.3s;
}

.section--partner .client-logo:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: all 0.3s;
}

@media screen and (max-width: 480px) {
  .section--partner .client-logo {
    width: 70%;
  }
}

.wpcf7-file {
  /* color: transparent; */
}
.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
  display: none;
  margin-left: 8px;
}
.wpcf7-file::before {
  content: 'Upload Photo';
  color: var(--bs-primary);
  display: inline-block;
  background: transparent;
  border: 2px solid var(--bs-primary);
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  margin-right: 8px;
}
.wpcf7-file:active {
  outline: 0;
}
.wpcf7-file:hover::before {
  border-color: var(--bs-primary);
}
.wpcf7-file:active::before {
  background-color: var(--bs-primary); 
}

/* Message Page */

.message-section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 60px;
}

.message-section .card {
    background: white;
    color: white;
    transform: translateY(-5%);
}

@media (max-width:990px) {
    .message-section .card {
        transform: translateY(-50px);
    }
}

@media (max-width: 768px) {
    .message-section .ms-5 {
        margin-left: 0 !important;
        /* Remove the left margin */
    }
}

.message-section .card p {
    font-family: 'Mulish';
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-weight: 300;
}

@media (min-width:768px) {
    .message-section .card .chairman-image {
        position: sticky;
        top: 200px;
        bottom: 0;
        height: 100%;
        /*margin-top: 48px;*/
    }
}

.message-section .card .chairman-image img {
    width: 100%;
    height: auto;
}
