@media only screen and (max-width: 1419px) {}


@media only screen and (max-width: 1230px) {

    header.bottom-header .stellarnav .menu-toggle {
        margin: 0;
    }

    header.bottom-header .stellarnav .menu-toggle span.bars {
        margin: 0;
    }

    header.bottom-header .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 23px;
        height: 3px;
        border-radius: 8px;
        background: #3d3d3d;
        margin: 0 0 5px;
    }
}


@media only screen and (max-width: 1024px) {
    header.bottom-header .wrapper .nav-block {
        order: 1;
    }

    header.bottom-header .wrapper .donate-btn {
        margin-left: auto;
    }

    header.bottom-header .wrapper .nav-block ul {
        position: absolute;
        right: 0;
        z-index: 999;
        width: clamp(15.625rem, 14.7177rem + 3.4317vw, 18.75rem);
        background-color: #ffffff;
        margin-top: 15px;
        border-radius: 10px;
        padding: 18px;
    }

    .aboutus .text-block h2 br {
        display: none;
    }
}


@media only screen and (max-width: 991px) {
    header.top-header .row [class^="col-"] {
        justify-content: center;
    }

    header.top-header .row [class^="col-"]:last-child {
        display: none;
    }

    .aboutus .text-block {
        padding: 0 20px;
    }

    .core-values .row [class*="col-md-"]:nth-of-type(1)>.row>[class*="col-"]:nth-of-type(2) {
        margin-top: 25px;
    }


    /* wp contact form 7 css =================================*/
    footer .row [class*="col-"]:nth-of-type(1)>.inner-box .wpcf7 form .wpcf7-spinner {
        bottom: -28px;
    }
}


@media only screen and (max-width: 980px) {
    header.bottom-header {
        padding: 10px 0;
    }

    footer .row [class*="col-"]:nth-of-type(1)>.inner-box .wpcf7 form {
        width: 60%;
    }
}


@media only screen and (max-width: 768px) {
    header.bottom-header .stellarnav .menu-toggle {
        margin: 0;
    }



.section-heading{ padding:0 0 20px 0; }
.inner-banner .wrapper .text-block{ margin:0; padding:0; text-align:center; }
.inner-banner .wrapper .text-block h1{ font-size: clamp(2.125rem, 1.3184rem + 2.352vw, 4rem); font-size:35px !important; }






}


@media only screen and (max-width: 656px) {}


@media only screen and (max-width: 576px) {
footer .inner-box > h2{ padding: 0 0 10px 0; }
footer .inner-box{ padding: 0 0 15px 0; }
.news .box-card .img-block{ height: auto; max-height: 295px; }
}


@media only screen and (max-width: 480px) {
    header.top-header .row [class^="col-"]:nth-of-type(1) {
        flex-direction: column;
        align-items: baseline;
        gap: 6px;
    }

    header.bottom-header .wrapper .logo-block {
        width: 100px; width: 85px;
    }

    .our-events .box-card {
        flex-direction: column;
    }

    .our-events .box-card .img-block {
        width: 100%;
    }

    .our-events .box-card .text-block {
        width: 100%;
    }

    .our-events .row>[class^="col-"]:last-child>.box-card {
        margin-bottom: 0;
    }

}


@media only screen and (max-width: 450px) {

    header.bottom-header .wrapper .nav-block .stellarnav ul li.menu-item-25 {
        display: block;
    }

    header.bottom-header .wrapper .nav-block .stellarnav ul li.menu-item-25>a {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #fff !important;
        text-align: center !important;
        padding: 8px 20px !important;
        background-color: var(--orange-color);
        border-radius: 50px;
    }
}


@media only screen and (max-width: 385px) {
    header.top-header .row [class^="col-"]:nth-of-type(1) {
        display: flex;
        flex-direction: row;
        gap: 50px;
        flex-direction: column;
        gap: 3px;
    }

    header.top-header .row [class^="col-"]:nth-of-type(1) .info a{
        font-size: 16px;
    }

    header.top-header .row [class^="col-"]:nth-of-type(1) .info a {
        display: none; display:inline-block;
    }

    header.bottom-header .wrapper {
        align-items: center;
        gap: 18px;
    }

    header.bottom-header .wrapper .donate-btn {
        margin-left: 0;
    }

    header.bottom-header .stellarnav .menu-toggle {
        padding: 0;
    }

    .heading-btn {
        padding: 8px 16px !important;
    }

    .banner > .slick-list .slick-track .slick-slide .slide-item .text-block h1 {
        margin-bottom: 20px;
    }

    .banner > .slick-list .slick-track .slick-slide .slide-item .text-block p {
        padding: 0 0 30px 0;
    }

    .core-values .row>[class*="col-"]:nth-of-type(2) .text-block .text-card .card-box h3 {
        font-size: 20px;
    }

    .donate {
        overflow: hidden;
    }

    .donate .text-block .section-heading {
        padding: 0px 0 15px 0;
    }

    .donate .text-block p {
        padding: 0 0 15px 0;
    }

    .read-more-btn {
        padding: 8px 25px;
    }

    .read-more-btn>a.read-more-btn-text {
        font-size: 14px;
    }
}

/*
* 1419
* 1230
* 1036
* 991
* 980
* 767
* 656
* 576
* 480
* 450
* 385
*/