.footer-logo img {
    height: 150px;
    width: auto;
}

.h-banner h2 {
    font-size: 50px;
    color: #fff;
}

.h-banner {
    padding: 150px 0;
    min-height: 75vh;
}

.h-banner p {
    color: #f5f5f5;
    margin: 12px 0 24px;
}

.h-banner .quote-box {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    border-left: solid;
    border-width: 4px;
    margin-bottom: 24px;
}

.h-banner .quote-box h4 {
    font-size: 18px;
}

.header-lower {
    padding: 12px 0;
}

.logo-box {
    position: absolute;
    top: 12px;
}

.fixed-header .logo-box {
    position: static;
}

.fixed-header .logo-box img {
    height: 100px;
    width: auto;
}

.content_block_one .content-box .inner-box .single-item h3 {
    font-size: 18px;
}

.content_block_one .content-box .inner-box .single-item {
    height: calc(100% - 20px);
}

.count-outer {
    color: #fff !important;
}

.funfact-block-one p {
    color: #fafafad7 !important;
}

.funfact-block-one p span {
    font-size: 20px;
    font-weight: 600;
    color: #ffff;
}

.cta-style-two .inner-container {
    background-color: #0e0b28;
    margin-top: 0;
}

.cta-style-two img {
    max-height: 720px;
    border-radius: 20px;
}

.cta-style-two p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 24px;
}

.cta-style-two .content-box .category::before {
    background-image: url(../images/shape/shape-35.png);
}

.h-partner {
    font-size: 18px;
}

.h-partner-details {
    border: 1px solid #2e2961;
    border-radius: 10px;
    background-color: #2e29610f;
    padding: 40px;
}

.content_block_one .content-box .inner-box .single-item,
.content_block_one .content-box .inner-box .single-column:nth-child(2) .single-item {
    border: 1px solid #2e2961;
    background-color: #2e29610f;
}

.content_block_one .content-box .inner-box .single-column:nth-child(2) .single-item .icon-box,
.content_block_one .content-box .inner-box .single-item .icon-box {
    color: #2e2961;
}

.main-footer {
    background-color: #0e0b28;
}

.about-style-three p,
.about-section p {
    font-size: 18px;
    line-height: 1.6;
}

.team-block-one .inner-box .content-box {
    visibility: visible;
    opacity: 1;
    background-color: #ffff;
    bottom: 8px;
}

.news-block-two .inner-box .lower-content p {
    min-height: 52px;
}

.cta-style-two .table td,
.cta-style-two .table th {
    color: #fff;
}

.email-icon i {
    font-size: 14px !important;
}

.main-footer .contact-widget .info-list li:nth-child(2) i {
    font-size: 20px !important;
}

.donate-fixed {
    left: 30px;
    right: auto;
    border: 1px solid var(--theme-color);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.donate-fixed:after {
    display: none;
}

.donate-fixed img {
    width: 24px;
    height: auto;
}

.events-details-section .secondary-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    color: #444;
}

.events-gallery img {
    margin-bottom: 30px;
    border-radius: 10px;
}

.benef-details h5 {
    color: #111;
    font-size: 20px;
    margin-top: 32px;
}

.benef-details h6 {
    font-size: 14px;
    font-weight: 600;
    color: #d0215a;
    margin-top: 8px;
}

@media only screen and (max-width: 991px) {
    .header-style-two .logo-box {
        position: static;
        padding: 0;
    }
    .header-style-two .logo-box img {
        height: 90px;
        width: auto;
    }
    .main-header .outer-box {
        gap: 0;
    }
    .h-banner {
        padding: 80px 0;
    }
    .h-banner h2 {
        font-size: 28px;
    }
    .funfact-section .inner-box {
        margin-bottom: 40px;
    }
    .funfact-block-one .inner-box p {
        font-size: 16px;
    }
    .about-style-three p,
    .about-section p {
        font-size: 16px;
        line-height: 1.6;
    }
    .cta-style-two .inner-container .image-layer {
        display: block !important;
        position: static;
        margin-top: 40px;
    }
    .news-block-two .inner-box .lower-content span {
        display: block;
    }
    .news-block-two .inner-box .lower-content p {
        min-height: 78px;
    }
    .copyright span {
        display: block;
    }
    .scroll-to-top {
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 40px;
    }
    .scroll-to-top::after {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .donate-fixed {
        left: 20px;
        width: 40px;
        height: 40px;
    }
    .events-details-section .secondary-title {
        font-size: 16px;
    }
    .page-title .content-box h1 {
        font-size: 32px;
        line-height: 1.5;
    }
}

.text-yellow-1 {
    color: #edb301;
}

.social-links a {
    width: 40px;
    height: 40px;
    background-color: #d0215a;
    ;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social-links a:hover {
    background-color: #e95586;
}