<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 990px) {
  .navbar {
    padding: 20px 29px;
  }
  .navbar .brand_logo h2 {
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.32px;
  }
  .hero_section {
    padding: 0;
  }
  .show .menu-icon.close {
    display: block; /* Show close icon when menu is open */
  }
  .show .menu-icon.open {
    display: none; /* Hide menu icon when menu is open */
  }
  .hero_section .banner-wrapper .banner-txt-box {
    padding: 12px;
    bottom: 4px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 335px;
  }
  .hero_section .banner-wrapper .banner-txt-box p {
    font-size: 14px;
    line-height: 22px;
  }
  .single-ln-sec p,
  .our_goal p {
    font-size: 14px;
    line-height: 24px;
  }
  .our_goal .goal-heading h6 {
    font-size: 14px;
    padding: 7px 0;
    margin-bottom: 24px;
  }
  .single-ln-sec {
    padding: 33px 28px 24px 28px;
  }
  .our_goal {
    padding: 0 28px 24px 28px;
  }
  .our_goal .goal-cards ul li {
    width: 100%;
    padding: 24px;
    min-height: auto;
  }
  .our_goal .goal-cards {
    padding: 24px 19px 93px 19px;
  }
  .our_goal .goal-cards ul {
    flex-wrap: wrap;
    gap: 32px;
  }
  .am-footer .footer-wrapper {
    padding: 24px 66px 46px 66px;
    gap: 12px;
  }
  .am-footer .footer-wrapper .footer-links {
    gap: 20px;
  }
  .am-footer .footer-wrapper .copy-right h6 {
    font-size: 8px;
    line-height: normal;
  }
  .our_goal .goal-cards ul li .card_title h6 {
    padding: 10px 0;
    font-size: 18px;
  }
  .am-footer .footer-wrapper .footer-links a {
    font-size: 10px;
    line-height: normal;
    width: max-content;
  }
  .know-more-btn a {
    padding: 10px 0;
  }
  .know-more-btn {
    position: unset;
    width: 100%;
    margin: 0;
  }
  .about-us {
    padding: 34px 29px 24px 29px;
    gap: 24px;
  }
  .about-us .heading h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .about-us .about-intro p,
  .about-main .about-wrapper p {
    font-size: 14px;
    line-height: 26px;
  }
  ol li ol li {
    margin-left: 10px;
  }
  .about-main .about-wrapper li {
    font-size: 14px;
    line-height: 26px;
    width: 100%;
  }
  .about-main .about-wrapper li img {
    width: 100%;
  }
  .about-main .about-wrapper ul {
    flex-wrap: wrap;
    gap: 0;
  }
  .about-main {
    padding: 0 29px 24px 29px;
  }
  .about-wrapper .about_right_sec {
    gap: 24px;
  }
  .about-wrapper .about_right_sec .object_content ol {
    padding: 0 10px;
  }
  .about-main .about-wrapper .object_head h6 {
    font-size: 14px;
    line-height: 30px;
    padding: 7px 0;
    border-bottom: 2px solid #000;
  }
  .about-main .about-wrapper ul.director-list li h6,
  .about-main .about-wrapper ul.director-list li span,
  .about-main .about-wrapper ul.contact-details li h6,
  .about-main .about-wrapper ul.contact-details li span {
    font-size: 14px;
    line-height: 24px;
  }
  .about-main .about-wrapper ul.director-list {
    padding-left: 28px;
  }
  .about-main .about-wrapper ul.contact-details {
    gap: 20px;
  }
  .about-main .about-wrapper ul.contact-details li img {
    width: auto;
  }
  .navbar .nav-links {
    display: none;
  }
  .hamburger {
    display: block;
    border: none;
    width: 32px;
    height: 32px;
    background: transparent;
  }
  .navbar .nav-links.show {
    display: flex;
    justify-content: flex-start;
    position: fixed;
    flex-direction: column;
    right: 0;
    left: 0;
    top: 76px;
    z-index: 1;
    background: #fff;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-left: 29px;
  }
  .navbar .nav-links a {
    color: #000;
    font-family: "Poppins Medium";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;

    display: block;
    width: fit-content;
  }
  .navbar .nav-links a.active {
    text-decoration: underline;
    text-underline-offset: 7px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .navbar .nav-links a::before {
    position: unset;
  }
}
</pre></body></html>