.container {
    max-width: 89.688vw;
    padding: 0 0px;
}

@media (min-width: 1800px) {
}
@media (max-width: 1899px) {
}
@media (max-width: 1799px) {
}

@media (max-width: 1699px) {
    .container {
        max-width: 100%;
        padding: 0 5.07vw;
    }
}

@media (max-width: 1439px) {
    .about-popup-list .impact-img-card span {
        bottom: -0.14vw;
        height: 2.08vw;
    }
    .about-popup-list .impact-img-card span img {
        height: 100%;
    }
}
@media (max-width: 1199px) {
    .cmn-popup .modal-dialog {
        max-width: 550px;
    }
    .cmn-popup .modal-body {
        padding: 34px 24px 0px;
    }
    .close-popup {
        top: -20px;
        right: 0;
        width: 20px;
    }
    .popup-heading {
        margin-bottom: 25px;
    }
    .popup-heading h2 {
        font-size: 38px;
        line-height: normal;
    }
    .popup-heading p {
        font-size: 16px;
        line-height: 25px;
        margin-top: 15px;
    }
    .mCSB_inside > .mCSB_container {
        margin-right: 30px;
    }
    .popup-categories-list ul li {
        margin-bottom: 15px;
    }
    .popup-categories-img-card {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        overflow: hidden;
    }
    .popup-categories-info-card {
        width: calc(100% - 25px - 60px);
    }
    .popup-categories-info-card h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 6px;
    }
    .popup-categories-info-card p {
        font-size: 14px;
    }
    .about-popup-item {
        margin-bottom: 25px;
    }
    .about-popup-col-left {
        width: 220px;
    }
    .about-popup-col-right {
        width: calc(100% - 220px);
        padding-left: 30px;
    }
    .about-popup-info h3 {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .about-popup-info p {
        font-size: 12px;
        line-height: 20px;
    }
    .about-popup-item:nth-child(even) .about-popup-col-right {
        padding-left: 0;
        padding-right: 20px;
    }
    .card-col-item:hover {
        transform: scale(1);
    }
    .card-col-item:hover .impact-img-card > img {
        transform: scale(1);
    }
}

@media (max-width:1023px) {
    .container {
        padding: 0 20px;
    }
    .header {
        padding: 8px 0;
    }
    .header-wrapper {
        position: relative;
    }
    .logo {
        width: 76px;
    }
    .main-nav .menu-bar {
        display: block;
    }
    /************ // MOBILE MENU CSS START HERE // ***********************/
    .menu-bar {
        width: 38px;
        height: 30px;
        position: absolute;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: none;
        top: 20px;
        z-index: 1111;
        right: 0;
    }

    .menu-bar span {
        display: block;
        position: absolute;
        height: 4px;
        width: 50%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background: #45DCC4;
    }

    .menu-bar span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
        background: #45DCC4;
    }

    .menu-bar span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }

    .menu-bar span:nth-child(1), .menu-bar span:nth-child(2) {
        top: 0px;
    }

    .menu-bar span:nth-child(3), .menu-bar span:nth-child(4) {
        top: 10px;
    }

    .menu-bar span:nth-child(5), .menu-bar span:nth-child(6) {
        top: 21px;
    }

    .menu-bar span:nth-child(3) {
        width: 50%;
        left: 0;
    }

    .menu-bar span:nth-child(5) {
        width: 50%;
        left: 0;
    }

    .menu-bar.in span:nth-child(1), .menu-bar.in span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        /* background: #fff; */
    }

    .menu-bar.in span:nth-child(2), .menu-bar.in span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        /* background: #fff; */
    }

    .nav-manu ul li a:hover{
        color: #b8dd5c;
    }

    .menu-bar.in span:nth-child(1) {
        left: 5px;
        top: 7px;
    }

    .menu-bar.in span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }

    .menu-bar.in span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    .menu-bar.in span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    .menu-bar.in span:nth-child(5) {
        left: 5px;
    }

    .menu-bar.in span:nth-child(6) {
        left: calc(50% - 5px);
    }

    .menu-bar.in span:nth-child(6), .menu-bar.in span:nth-child(5) {
        top: 16px;
        width: 50%;
    }
    .menu-bar.in {
        background: none;
        position: fixed;
        right: 20px;
    }
    .navigation {
        background: #fff;
        position: fixed;
        top: 0;
        padding-top: 0px;
        right: -150%;
        width: 100%;
        height: 100%;
        z-index: 99;
        transition: .7s;
        -webkit-transition: .7s;
        -moz-transition: .7s;
        overflow-y: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 92px;
        margin: 0;
        transform: none;
        -webkit-transform:  none;
        -ms-transform:  none;
    }
    .mobile-menu .navigation {
        display: block;
        right: 0;
    }

    .nav-manu{
        flex-wrap: wrap;
    }

    .navigation ul {
        display: block;
        width: 100%;
    }

    .navigation ul li {
        padding: 0;
        margin: 0;
        position: relative;
        font-size: 30px;
        line-height: 72px;
        text-align: center;
    }
    .navigation ul > li::before {
        display: none;
    }
    .navigation .menu-item-has-children > a::before {
        display: none;
    }
    .menu-item-has-children::after {
        content: "\f107";
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 56px;
        transition: 0.4s;
        font-family: FontAwesome;
        color: #fff;
        padding: 0;
        z-index: 111;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .navigation ul li.menu-item-has-children {
        padding-right: 0;
    }
    .navigation ul li.current-menu-item > a {
        color: #b8dd5c;
    }
    .navigation .moblelogo {
        display: block;
        background: transparent;
        padding: 15px 20px;
        text-align: left;
    }
    .menu-item-has-children::before {
        display: none;
    }
    .navigation ul > li > a::after{
        display: none;
    }

    .navigation ul li ul.sub-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .navigation ul li ul.sub-menu.in {
        position: static;
        max-width: 100%;
        top: 0;
        left: 0;
        padding: 0;
        display: block;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }

    .navigation ul li ul.sub-menu li {
        width: 100% !important;
        padding: 0;
        border-bottom: none;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        border-radius: 0;
        margin: 0;
        box-shadow: none;
        background-color: #333333;
    }

    .navigation ul li ul.sub-menu li:hover {
        background-color: inherit;
    }
    .navigation ul li ul.sub-menu li.current-menu-item {
        background-color: inherit;
    }
    .navigation ul li ul.sub-menu li.current-menu-item a {
        color: #b8dd5c;
    }
    .navigation ul li ul.sub-menu li a {
        padding: 14px 15px 14px 30px;
        font-weight: 500;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        color: #fff;
    }
    .navigation ul li ul.sub-menu li a:hover {
        color: #b8dd5c;
    }
    .navigation ul li ul.sub-menu ul.sub-menu {
        width: 100%;
        padding: 0;
    }
    .navigation ul li ul.sub-menu ul.sub-menu {
        margin-left: 0;
    }
    .navigation ul li ul.sub-menu ul.sub-menu li a {
        padding-left: 40px;
    }
    nav.mobile-scroll {
        display: block;
        width: 100%;
    }
    html.mobile-menu {
        overflow: hidden;
    }
    .landing-banner-section {
        padding: 110px 0 40px;
        position: relative;
        height: 490px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .section {
        padding-top: 90px;
    }
    .heading-line {
        padding-left: 20px;
        margin-bottom: 16px;
    }
    .heading h2 {
        font-size: 48px;
    }
    .line {
        height: 3px;
        border-radius: 10px;
        margin-right: -4px;
        margin-bottom: 8px;
    }
    .line.aos-animate {
        width: 250px;
    }
    .mission-section h3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .mission-section p {
        font-size: 20px;
        line-height: 32px;
        padding-right: 160px;
    }
    .impact-section .heading-line {
        margin-bottom: 48px;
    }
    .impact-right-col {
        padding-left: 60px;
    }
    .impact-img-card {
        border-radius: 16px;
        margin-bottom: 15px;
    }
    .card-front .impact-info-card h2 {
        font-size: 18px;
    }
    .contact-section {
        padding: 80px 0 80px;
    }
    .contact-left-addrs p div {
        transform: none !important;
    }
    .contact-left-addrs p {
        font-size: 16px;
        line-height: 24px;
    }
    .contact-left-addrs {
        width: 44%;
    }
    .contact-right-btn {
        width: 56%;
        padding-left: 0;
        padding-right: 0;
    }
    .contact-right-footer {
        width: 203px;
    }
    .btn-warp-box a.btn {
        margin: 5px 0;
        border-radius: 9px;
        height: 50px;
        font-size: 18px;
        padding: 10px;
    }
    .impact-info-card h4 {
        font-size: 22px;
        line-height:30px;
    }
    .impact-wrap {
        row-gap: 24px;
    }
    .footer-social h3 {
        font-size: 18px;
        line-height: normal;
        margin: 0 0 15px;
    }
    .footer-social ul li img {
        transition: 0.7s;
        width: auto !important;
        max-height: 25px;
    }
    .footer-social ul li svg {
        transition: 0.7s;
        width: auto !important;
        height: 25px;
    }
    .footer-social ul {
        margin: 0 0 20px;
        column-gap: 18px;
    }
    .about-popup-list .impact-img-card span {
        bottom: -2px;
        height: 45px;
    }
    .contact-left-addrs .heading {
        margin: 0 0 20px;
    }
}

@media (min-width : 768px) and (max-width : 896px) and (orientation:landscape) {
        .banner-logo svg {
            width: 80%;
            height: 80%;
        }
        .landing-banner-section {
            padding: 110px 0 40px;
            height: 410px;
        }
    }

@media (max-width:767px) {
    .banner-logo svg {
        width: 80%;
        height: 80%;
    }
    .landing-banner-section {
        padding: 110px 0 40px;
        height: 410px;
    }
    .mission-section p {
        padding-right: 90px;
        font-size: 18px;
        line-height: 30px;
    }
    .section {
        padding-top: 54px;
    }

    .impact-info-card h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .contact-section {
        padding: 50px 0 50px;
    }

}

@media (max-width:575px) {
    .landing-banner-section {
        height: auto;
    }
    .banner-logo svg {
        width: 100%;
        height: 100%;
    }
    .landing-banner-section::after {
        height: 40px;
        width: 100%;
        bottom: -17px;
        background-size: cover;
        background-position: center top;
    }
    .line.aos-animate {
        width: 110px;
    }
    .line {
        margin: 0;
        position: absolute;
        top: 33px;
        right: -20px;
        height: 5px;
    }

    .mission-section h3 br{
        display: none;
    }
    .mission-section h3 {
        max-width: 280px;
    }
    .mission-section p {
        padding-right: 0;
    }
    .impact-left-col {
        width: 100%;
    }
    .impact-right-col {
        padding-left: 0;
        width: 100%;
    }
    .impact-item:nth-child(even) .impact-inner .impact-right-col {
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-heading-slow {
        display: block;
        margin-top: 20px;
    }
    .mobile-heading-slow h3{
        max-width: 280px;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 0;
        font-family: 'Readex Pro Medium';
        font-weight: 500;
    }
    .impact-img-card {
        border-radius: 40px;
        margin-bottom: 8px;
    }
    .impact-wrap .impact-img-card {
        margin-bottom: 20px;
    }
    .impact-info-card h4 br{
        display: none;
    }
    .impact-info-card {
        padding-left: 14px;
        padding-right: 14px;
    }
    .impact-wrap {
        row-gap: 34px;
    }
    .card-col-item {
        width: 100%;
        padding: 0;
    }
    .card-front .impact-info-card h2 {
        font-size: 24px;
        line-height: 64px;
    }
    .contact-left-addrs {
        width: 100%;
    }
    .contact-right-btn {
        width: 100%;
        justify-content: flex-start;
        padding-top: 0;
    }
    .contact-left-addrs p {
        font-size: 18.5px;
        line-height: 26px;
    }
    .contact-left-addrs {
        margin-bottom: 39px;
    }
    .btn-warp-box a.btn {
        border-radius: 9px;
        height: 43px;
        font-size: 15px;
        padding: 10px;
    }
    .contact-section .heading h2 {
        font-size: 60px;
    }
    .contact-section::before {
        height: 40px;
        width: 100%;
        bottom: -17px;
        background-size: cover;
        background-position: center bottom;
    }
    .contact-section .heading-line {
        padding-left: 43px;
        margin-bottom: 27px;
    }
    .contact-section .container {
        padding: 0 31px;
    }
    .contact-section {
        padding: 80px 0 80px;
    }
    .about-popup-col-right {
        width: 100%;
        padding-left: 0;
    }
    .about-popup-col-left {
        width: 100%;
    }
    .impact-img-card.about-popup-img {
        border-radius: 15px;
        margin-bottom: 25px;
    }
    .about-popup-info p {
        font-size: 14px;
        line-height: 24px;
    }
    .popup-categories-list {
        max-height: inherit;
    }
    .popup-heading h2 {
        font-size: 45px;
    }
    .impact-section .heading-line {
        margin-bottom: 34px;
    }
    .categories-section .heading-line {
        margin-bottom: 34px;
    }

}

@media (max-width:320px) {}
