* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --heading_font_size: clamp(25px, 2.5vw, 45px);
    --heading_font_size_h2: clamp(22px, 2.5vw, 35px);
}

.aboutFoundation {
    padding: 50px 0px;
}

.aboutFText p {
    text-align: justify;
    color: #000;
    font-size: 15px;
}

.footer {
    clear: both;
    background: #ebf0f6;
    padding: 20px 0px;
}

.copyright p {
    margin: 0;
    color: #000;
}

.aboutFText {
    display: flex;
    gap: 20px;
}

.footer_social_icon {
    display: flex;
    gap: 6px;
}

.social_icon {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    border-radius: 30px;
    font-size: 13px;
}

.copyright {
    display: flex;
    justify-content: space-between;
}

img.newTwitter {
    width: 100%;
    padding: 7px;
}

@media only screen and (max-width:767px) {
    .aboutFText {
        flex-direction: column-reverse;
    }

    .copyright {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}

.primaryHeading {
    text-align: center;
    color: #064596;
    font-weight: 700;
    font-size: var(--heading_font_size);
}

.vH2 {
    font-size: 25px;
}

.vissionC p {
    text-align: justify;
}

.pageHeading {
    margin-bottom: 50px;
}

.vissionC {
    padding-left: 40px;
}

.ourMission {
    padding-bottom: 50px;
}

.worldGreener {
    background: #0a5cb0;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.worldGreener::before {
    content: '';
    position: absolute;
    right: -12px;
    top: 15px;
    width: 100px;
    height: 100px;
    background-image: url(img/leaveright.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.worldGreener::after {
    content: '';
    position: absolute;
    right: -12px;
    bottom: 15px;
    width: 330px;
    height: 154px;
    background-image: url(img/manvped.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.greenerW {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 35px;
}

.greenerW span {
    color: #8dc63f;
}

.wgreenContet p {
    margin-bottom: 60px;
    font-size: 15px;
    text-align: justify;
}

.wgreenerImg {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100%;
    position: relative;
}

.wgreenerImg::before {
    content: '';
    position: absolute;
    top: -13px;
    left: 0;
    width: 100px;
    height: 100px;
    background-image: url(img/leavetop.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.areaOfImpact {
    background: #f1f2f2;
    padding: 20px 0px;
}

.areaCard {
    background: #0a5cb0;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
}

.areaCImg {
    overflow: hidden;
    border-radius: 10px;
}

.impactH3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.areaCard p {
    font-size: 15px;
    text-align: justify;
}

.pageHeadingarea {
    margin-bottom: 20px;
}

.leadingWithPurpose {
    position: relative;
    padding: 55px 0px;
}

.leadingWithPurpose .container {
    position: relative;
    z-index: 1;
}

.leadingWithPurpose::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: stretch;
    height: stretch;
    background-image: url(img/undertower.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.leadingHe span {
    color: #0a5cb0;
    font-weight: 700;
}

.leadingWithworld {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}

.leadingWithworld::before {
    content: '';
    position: absolute;
    top: -140px;
    left: 0;
    width: 250px;
    height: stretch;
    background-image: url(img/leaveorange.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.leadingWithworld::after {
    content: '';
    position: absolute;
    bottom: -150px;
    right: 0;
    width: 250px;
    height: stretch;
    background-image: url(img/leavegray.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.csrPolicy {
    background: #0a5cb0;
    color: #fff;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

.csrPolicy::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 820px;
    height: stretch;
    background-image: url(img/handwithicon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.csrPolicyH2 span {
    color: #8dc63f;
    font-size: 70px;
    font-weight: 700;
}

.csrPolicyH2 {
    font-weight: 600;
}

.csrContent p {
    font-size: 15px;
    text-align: justify;
    margin: 0;
    margin-top: 40px;
}

.newsroomTitle {
    font-size: 14px;
    color: #000;
}

.blogImg {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.newsrooBody a {
    text-decoration: none;
}

.blogImg img {
    transition: 0.5s;
    height: 200px;
    object-fit: cover;
}

.blogImg img:hover {
    transform: scale(1.1);
}

.pageHeadingNewsroom {
    margin-bottom: 30px;
}

.newsroom {
    padding: 30px 0px 50px 0px;
}

.aboutFText h2 {
    font-weight: 700;
    font-size: var(--heading_font_size_h2);
}

.areaCImg img {
    height: 210px;
    object-fit: cover;
}

svg.swiper-navigation-icon {
    color: #000;
    width: 11px !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    background-color: #fff;
    border-radius: 8px;
}