<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-family: poppins, sans-serif !important;
    padding: 0;
    margin: 0;
}

body {
    font-family: poppins, sans-serif !important;
    background-color: white;
    padding: 0;
    margin: 0;
}

.btn {
    font-family: poppins, sans-serif !important;
    background-color: #3aa935;
    color: #fff;
    text-decoration: none;
}
.btn:hover {
    text-decoration: none;
    color: white;
}

/* welcome page */

/* section header */
.header-logo {
    height: 10rem;
}

.header-ul {
    list-style-type: none;
    display: flex;
    padding: 0;
}

.header-ul li {
    display: inline-block;
    margin: 1rem;
    padding: 1rem 1.2rem;
    border-top: 1px solid transparent;
}
.header-ul li:hover {
    border-top: 1px solid #3aa935;
}

.header-ul li a {
    color: grey;
    text-decoration: none;
}
.head-1 {
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-size: 3rem;
}
.head-1 span {
    color: #3aa935;
}

/* end of header */
/* section partners */
.head-4 {
    font-family: poppins, sans-serif;
    font-weight: 600;
    color: #a8a8a8;
    margin-right: 2rem;
}
.partners-logo {
    height: 10rem;
    filter: grayscale(100%);
}
.partners-logo:hover {
    filter: none;
}
.partners-logo-2 {
    height: 3rem;
    filter: grayscale(100%);
}
.partners-logo-2:hover {
    filter: none;
}
/* section video */
.head-2 {
    font-size: 2.5rem;
    margin-top: -1rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.section-video {
    background-size: cover;
    height: 55vw;
    padding: 0 5rem;
}
.overlay-img {
    width: 100%;
    height: 90%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 5rem;
}
.iframe {
    border-radius: 0.3rem;
    width: 100%;
    height: 45vw;
    position: absolute;
    top: 0;
    left: 0;
}
.overlay-img-img {
    width: 100%;
    height: 45vw;
    border-radius: 0.3rem;
    position: absolute;
    top: 0;
    left: 0;
}

/* .fa {
    color: red !important;
} */

#play-btn {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    color: red !important;
}
/*end of section video */
/* section image */
.image-link {
    position: absolute;
    border: 1px solid transparent;
    background-color: #3aa935;
    border-radius: 0.3rem;
    padding: 0.5rem 1.5rem;
    color: white;
    font-size: 1rem;
}

.image-link:hover {
    text-decoration: none;
    color: grey;
    background-color: white;
    border: 1px solid grey;
}
.position-1 {
    top: 70%;
    left: 4rem;
}
.section-image {
    padding: 2rem 5rem;
}

.image {
    position: relative;
}

.position-2 {
    top: 68%;
    left: 5rem;
}
.big-img-1 {
    width: 100%;
    border-radius: 0.5rem;
}

.read-more {
    padding: 0.8rem 2rem;
    align-self: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
/* section work */
.section-work {
    margin-top: 12rem;
}
.work-btn {
    border: 1px solid #3aa935;
    pointer-events: none;
    padding: 0.5rem 1.5rem;
    color: #3aa935;
    background-color: white;
    border-radius: 0.3rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
/* section stories */
.story-link {
    text-decoration: none;
    color: black;
}
.story-link:hover {
    text-decoration: none;
    color: black;
}
.head-3 {
    text-align: left;
    margin-top: 1rem;
    font-weight: 400;
}
.head-6 {
    font-size: 0.8rem !important;
    text-align: left;
    color: #3aa935;
    margin-top: 1rem;
}
.story-img {
    border-radius: 0.3rem;
}
/* our team modals */

.clickable_div {
    cursor: pointer;
}

.people_modal_items_container {
    margin: 0;
}

.people_modal_image {
    height: 15rem;
    width: 15rem;
    overflow: hidden;
    object-fit: cover;
    border-radius: 0.6rem;
}

.people_modal_paragraph {
    font-size: 1.1rem;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

/* ===============================our people=======================; */

.people-menu-container,
.people-avatar-container,
.people-avatars {
    width: 100%;
    margin: 0;
}

.display {
    display: none;
}

.cate-row {
    width: 60%;
    margin: 0 auto;
}

.cate-btn {
    padding: 0.5rem 1.5rem;
    border: 1px solid #3aa935;
    color: #3aa935;
    border-radius: 0.3rem;
    background-color: white;
    outline: none;
    margin: 0.2rem;
}
.cate-btn:link,
.cate-btn:active {
    outline: none;
}

/* .people-menu {
    border-radius: 10px;
    background-color: rgba(128, 128, 128, 0.3);
    margin: 1px;
    cursor: pointer;
} */

.people-menu-active {
    background-color: #3aa935 !important;
    color: white !important;
}

.our-people-image {
    height: 210px;
    width: 210px;
    object-fit: cover;
    border-radius: 50%;
}

#people-directors-avatars,
#people-teachers-avatars,
#people-volunteers-avatars,
#people-curriculum-avatars {
    display: none;
}

#people-advisory-avatars {
    display: flex;
}

/* section-service */
.section-footer {
    padding: 8rem 5rem;
}
.footer-ul {
    list-style: none;
    padding: 0;
}
.footer-head-li {
    font-weight: 600;
}
.footer-li {
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.footer-logo {
    height: 8rem;
}
.li-link {
    text-decoration: none;
    color: grey;
    font-size: 0.8rem;
}
.li-link:hover {
    text-decoration: none;
    color: grey;
}
@media screen and (min-width: 1800px) {
    .position-1 {
        top: 72%;
        left: 6%;
    }
    .position-2 {
        top: 70%;
        left: 7%;
    }
}

@media screen and (max-width: 1200px) {
    .position-1 {
        top: 72%;
        left: 5.5%;
    }
    .position-2 {
        top: 70%;
        left: 7%;
    }
}

@media screen and (max-width: 900px) {
    html {
        font-size: 62.5%;
    }
    .partners-logo {
        height: 5rem;
        filter: grayscale(100%);
    }
    .partners-logo-2 {
        height: 1.3rem;
        filter: grayscale(100%);
    }
    .position-1 {
        top: 72%;
        left: 5.5%;
    }
    .position-2 {
        top: 70%;
        left: 7%;
    }
    .head-6 {
        margin-bottom: 2.5rem;
    }
    .footer-logo {
        margin-bottom: 2rem;
    }
    .cate-row {
        width: 80%;
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 50%;
    }
    .head-1 {
        font-family: poppins, sans-serif;
        font-weight: 600;
        font-size: 2rem;
    }

    .head-2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .position-1 {
        top: 72%;
        left: 5.5%;
        font-size: 0.5rem;
        padding: 0.3rem 0.8rem;
    }
    .position-2 {
        top: 70%;
        left: 7%;
        font-size: 0.5rem;
        padding: 0.3rem 0.8rem;
    }
    .section-work {
        margin-top: 20rem;
    }
    .partners {
        flex-direction: column;
    }
    .head-4 {
        margin-right: 0;
    }
    .mpower {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }
    .section-footer {
        padding: 2rem 2rem;
    }
    .footer-row {
        padding: 0;
        display: flex;
        justify-content: center;
    }
    .footer-col {
        width: 23% !important;
    }
    .col-2 {
        max-width: 25% !important;
    }
    .footer-logo {
        margin-bottom: 2rem;
    }
    footer {
        padding: 0 5rem !important;
    }
    .cate-row {
        width: 100%;
    }
}
</pre></body></html>