@media (max-width: 990px) {
  .menu-toggle {
    display: block;
  }
  /* Transform bars into an "X" when active */
  .menu-toggle.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  /* Navigation List */
  .bgc nav ul,
  nav ul {
    display: none;
    flex-direction: column;
    background-color: #192f59;
    position: absolute;
    top: 100%;
    right: 10%;
    width: 100%;
  }
  .bgc nav ul.active,
  nav ul.active {
    display: flex;
  }
  .logo {
    width: 50px;
  }
  .logo-img {
    height: 3em;
  }
  nav ul li {
    margin: 1em;
  }
  .wrapper {
    flex-direction: column;
  }
  .abt-second-text {
    width: 100%;
  }
  .abt-second-text p {
    padding: 0;
  }
  .cols,
  .home-col {
    width: 100%;
  }
  .abt-goals {
    width: 100%;
  }
  .topline h1 {
    font-size: 1.8em;
  }
  .hero-text {
    width: 80%;
  }
  .imgbox {
    margin: 5em 0;
  }
  .page-head {
    padding: 12em 3em 1em;
  }
  .about-intro__text {
    width: 100%;
    padding: 0;
  }
  .learn-wrapper {
    flex-direction: column;
  }
  .learn-intro-img,
  .learn-text {
    width: 100%;
    height: auto;
  }
  .contactRow {
    flex-direction: column;
    width: 100%;
  }
  .learn_text {
    padding: 0;
    margin: auto;
    width: 90%;
    align-items: center;
    top: 50%;
  }
  .service_wrapper {
    width: auto;
    padding: 1em;
  }
  .service_card {
    flex-direction: column;
    margin: 4em auto;
    text-align: center;
    width: auto;
  }
  .service_card_top {
    flex-direction: column;
    margin: 1em auto;
  }
  .service_icon {
    width: 5em;
  }
  .row {
    padding: 5em 0;
  }
  .learn-intro__text {
    line-height: 1.4;
    font-size: 8.5vw;
    text-align: center;
  }
  .benefits_list {
    flex-direction: column;
  }
  .contactContainer {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .benefits_item {
    width: 100%;
  }
  .contactContainer form {
    width: 90vw;
  }
  .contactContainer form textarea {
    min-width: 70vw;
    max-width: 70vw;
  }
  .contactContainer form h4 {
    margin-left: 2em;
  }
  .addressDiv {
    height: 40vh;
  }
  .emailCol,
  .addressCol {
    display: flex;
    flex-direction: column;
  }
  footer {
    bottom: unset;
    margin-top: 3em;
  }
  .abt-second-text {
    width: 100%;
    margin: auto;
  }
  .abt-goals {
    width: 100%;
  }
  footer .row {
    width: 85%;
    flex-direction: column;
  }
  .feedback-container {
    width: 90%;
    padding: 1em;
    margin: 2em auto;
    overflow: hidden;
  }
  .feedback-form {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .feedback-form .form-row {
    width: 100%;
    margin: 0 0 1.5em 0;
    padding: 0;
    flex-direction: column;
    gap: 1.5em;
  }
  .feedback-form .form-group {
    width: 100%;
    margin: 0;
  }
  .feedback-form input,
  .feedback-form textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .notification {
    width: 90%;
    right: -100%;
    top: 100px;
  }
  .notification.show {
    right: 5%;
  }
}
/* Mobile Responsive Styles */
@media (max-width: 600px) {
  .feedback-form {
    width: 100%;
    padding: 1em;
  }
  input,
  .feedback-form input,
  .feedback-form textarea {
    font-size: 1em;
  }
  .feedback-form button {
    width: 100%;
    padding: 1em;
    font-size: 1.2em;
  }
  .feedback-container {
    width: 95%;
    margin: 1em auto;
    padding: 0.5em;
  }
  .feedback-form .form-group label {
    font-size: 0.9em;
  }
  .feedback-form input,
  .feedback-form textarea {
    padding: 0.8em;
  }
  .feedback-form .btn {
    padding: 0.8em;
    font-size: 1em;
  }
  .tab-container {
    width: 90%;
  }
  .tab-item {
    padding: 0rem 1rem;
    display: flex;
    margin: auto;
    flex-direction: column;
  }
  .document_item {
    width: 95%;
    margin: 0.2em auto;
  }
}/*# sourceMappingURL=mobile.css.map */