/* OVERLAY */
.overlay-mega {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 998;
}

.overlay-mega.wp_active {
  opacity: 1;
  visibility: visible;
}

.mega-menu.wp_active {
  opacity: 1;
  visibility: visible;
  max-height: 520px;
  background: #035642;
}

.mega-content h3 {
  color: #fff;
  margin-bottom: 20px;
}

/* COURSE CARDS */
.mega-card {
  background: #0e6a57;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 15px;
}

/* BODY LOCK */
body.mega-open {
  overflow: hidden;
}
.footer-social ul, .footer-widget-list ul {
    padding-left: 0px;
    margin-left: 0;
}

.footer-social li, .footer-widget-list li {
    list-style: none;
}
.footer-widget h4 {
   font-size: 28px;
    margin-top: 0px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
}
.news-lt p {
    margin-bottom: 5px;
}
.footer-subscribe-form input {
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    padding-left: 20px !important;
    border-radius: 6px !important;
    border: 1px solid rgba(30, 30, 30, 0.1) !important;
    padding-right: 124px !important;
    color: rgba(30, 30, 30, 0.4) !important;
    background-color: transparent !important;
    font-size: 14px !important;
}
.h2_footer-area .footer-subscribe-form input {
    border: 1px solid rgb(43 34 34 / 13%) !important;
    color: rgb(68 24 24 / 40%) !important;
}
.h2_header-area{
    background: #fff;
}