﻿
/*@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");*/

:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    /*    --theme: #FFC107;
    --theme-2: #0B4E3D; */
    --theme-2: #F23030;
    --theme: #035AA6;
    --header: #000;
    --text: #667471;
    --text-2: #0B4E3D;
    --border: #C9C9C9;
    --bg: #F8F3E7;
    --bg-2: #122F2A;
    --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
    --light-yellow: #fffaec;
    --light-blue: #3F83BF;
    --light-red: #F27272;
    --gray: #F2F2F2;
    --yellow: #FFC107;
    --line: #e5e8e7; /* subtle border */
    --check: #0a7a5b; /* check mark */
}

@font-face {
    font-family: "Font Awesome 6 Free";
    src: url("/fonts/fontawesome-6.7.2/webfonts/fa-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #070337;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #fff;
        height: 3px;
        margin-top: 3px
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #070337;
    margin-top: 44px
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none
    }

        .mean-container .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%
        }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 90%;
                padding: 10px 5%;
                margin: 0;
                text-align: left;
                color: #fff;
                border-top: 1px solid #e0e3ed;
                text-decoration: none;
                text-transform: uppercase
            }

            .mean-container .mean-nav ul li li a {
                width: 100%;
                padding: 10px 0;
                text-shadow: none !important;
                visibility: visible
            }

            .mean-container .mean-nav ul li.mean-last a {
                border-bottom: 0;
                margin-bottom: 0
            }

            .mean-container .mean-nav ul li li li a {
                width: 70%;
                padding: 10px 0;
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 10px 20%
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 10px 25%
            }

            .mean-container .mean-nav ul li a.mean-expand {
                margin-top: 1px;
                width: 26px;
                height: 32px;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                font-weight: 700;
                background: transparent;
                border: none !important;
                font-size: 14px
            }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}
/*########################################################################*/
   

.theme-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: var(--theme-2);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    
    padding: 14px 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    border-radius: 100px;
    z-index: 1;
    font-family: Nunito;
}

.theme-btn.theme-btn1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: var(--theme);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
   
    padding: 14px 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    border-radius: 100px;
    z-index: 1;
    font-family: Nunito;
}

    .theme-btn.theme-btn2 {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        appearance: none;
        outline: none !important;
        background-color: var(--theme) ;
        color: var(--white);
        font-size: 16px;
        font-weight: 400;
        
        padding: 14px 30px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        overflow: hidden;
        border-radius: 100px;
        z-index: 1;
        font-family: Nunito;
    }
    .theme-btn.theme-btn2:hover {
        background: var(--gray) !important;
        color:var(--white);
/*        border: 1px solid var(--theme-2)!important*/
    }
        .theme-btn i {
        margin-left: 8px;
        transform: rotate(-45deg);
        transition: all 0.4s ease-in-out;
    }

    .theme-btn::before {
        position: absolute;
        content: "";
        background-color: var(--gray);
        width: 100%;
        height: 0%;
        left: 50%;
        top: 50%;
        border-radius: 33px;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: -1;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .theme-btn:hover {
        color: var(--theme-2);
        background-color: var(--gray) !important;
    }

    .theme-btn2::before {
        position: absolute;
        content: "";
        background-color: var(--theme-2);
        width: 100%;
        height: 0%;
        left: 50%;
        top: 50%;
        border-radius: 33px;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: -1;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.theme-btn4 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: var(--theme-2);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
   
    padding: 14px 27px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    border-radius: 100px;
    z-index: 1;
    font-family: Nunito;
}

    .theme-btn4::before {
        position: absolute;
        content: "";
        background-color: var(--theme);
        width: 100%;
        height: 0%;
        left: 50%;
        top: 50%;
        border-radius: 33px;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: -1;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.theme-btn.theme-btn4:hover {
    background: var(--theme) !important;
    color: var(--white);
    /*        border: 1px solid var(--theme-2)!important*/
}

.theme-btn5 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: var(--theme-2);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    
    padding: 14px 27px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    border-radius: 100px;
    z-index: 1;
    font-family: Nunito;
}

    .theme-btn5::before {
        position: absolute;
        content: "";
        background-color: var(--theme-2);
        width: 100%;
        height: 0%;
        left: 50%;
        top: 50%;
        border-radius: 33px;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: -1;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.theme-btn.theme-btn5:hover {
    background: var(--theme-2) !important;
    color: var(--white);
    border: 1px solid var(--theme-2)!important
}
.theme-btn3 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: var(--theme-2);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    
    padding: 14px 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    border-radius: 100px;
    z-index: 1;
    font-family: Nunito;
}

    .theme-btn3::before {
        position: absolute;
        content: "";
        background-color: var(--theme);
        width: 100%;
        height: 0%;
        left: 50%;
        top: 50%;
        border-radius: 33px;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: -1;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }



        .theme-btn:hover i {
            transform: rotate(0);
        }

        .theme-btn:hover::before {
            height: 380%;
        }

.link-btn {
    font-weight: 600;
    font-size: 16px;
    color: var(--theme-2);
    text-transform: capitalize;
    font-family: DM Serif Tex;
}

    .link-btn i {
        margin-left: 8px;
        transform: rotate(-45deg);
        transition: all 0.4s ease-in-out;
    }

    .link-btn:hover {
        color: var(--theme);
    }

        .link-btn:hover i {
            transform: rotate(0deg);
        }

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #474747;
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
/*    text-transform: capitalize;*/
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Serif Text", serif;
    margin: 0px;
    padding: 0;
    color: var(--theme);
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
}

h1 {
    font-size: 96px;
    font-weight: 400;
    line-height: 114%;
}

@media (max-width: 1899px) {
    h1 {
        font-size: 70px;
    }
}

@media (max-width: 1600px) {
    h1 {
        font-size: 80px;
    }
}

@media (max-width: 1399px) {
    h1 {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 55px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 34px;
    }
}

h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 112%;
}

@media (max-width: 1399px) {
    h2 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    h2 {
        font-size: 25px;
    }
}

h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 131%;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 141%;
}

@media (max-width: 1199px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

span {
    margin: 0px;
}

.about-wrapper .about-content .text {
    max-width: 645px;
    margin-top: 20px;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .about-wrapper .about-content .text {
        margin-bottom: 30px;
    }
}

.about-wrapper .about-content .about-icon-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .about-wrapper .about-content .about-icon-item {
        flex-wrap: wrap;
    }
}

.about-wrapper .about-content .about-icon-item .icon img {
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

.about-wrapper .about-content .about-icon-item .content p {
    max-width: 565px;
}

.about-wrapper .about-content .about-icon-item:hover .icon img {
    transform: scaleX(-1) !important;
}

.about-wrapper .about-content .about-bottom {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 40px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .about-bottom {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.about-wrapper .about-content .about-bottom .info-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.about-wrapper .about-item {
    margin-left: 215px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-item {
        margin-left: 0;
    }
}

.about-wrapper .about-item .about-image {
    max-width: 420px;
    position: relative;
}

@media (max-width: 1399px) {
    .about-wrapper .about-item .about-image {
        max-width: initial;
    }
}

.about-wrapper .about-item .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.about-wrapper .about-item .about-image .shape {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1399px) {
    .about-wrapper .about-item .about-image .shape {
        display: none;
    }
}

.about-wrapper .about-item .about-image .about-image-2 {
    position: absolute;
    max-width: 300px;
    left: -180px;
    top: 40px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-item .about-image .about-image-2 {
        max-width: 250px;
        top: 0;
        left: 0;
    }
}

.about-wrapper .about-item .about-image .about-image-3 {
    position: absolute;
    max-width: 360px;
    left: -190px;
    bottom: -90px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-item .about-image .about-image-3 {
        max-width: 250px;
        bottom: 0;
        left: 0;
    }
}

.about-wrapper-2 .about-left-item .text {
    margin-top: 20px;
    margin-bottom: 40px;
}

@media (max-width: 1399px) {
    .about-wrapper-2 .about-left-item .text {
        margin-bottom: 30px;
    }
}

.about-wrapper-2 .about-left-item .about-image {
    position: relative;
}

    .about-wrapper-2 .about-left-item .about-image img {
        width: 100%;
        height: 100%;
        border-radius: 20px 0 20px 20px;
    }

.about-wrapper-2 .about-right-item .about-image {
    margin-left: -25px;
}

@media (max-width: 1399px) {
    .about-wrapper-2 .about-right-item .about-image {
        margin-left: 0;
    }
}

.about-wrapper-2 .about-right-item .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 20px 0;
}

.about-wrapper-2 .about-right-item .about-icon-main-item {
    margin-top: 40px;
    margin-left: 10px;
}

@media (max-width: 1399px) {
    .about-wrapper-2 .about-right-item .about-icon-main-item {
        margin-left: 0;
        margin-top: 30px;
    }
}

.about-wrapper-2 .about-right-item .about-icon-main-item .about-icon-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1399px) {
    .about-wrapper-2 .about-right-item .about-icon-main-item .about-icon-item {
        margin-bottom: 30px;
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-2 .about-right-item .about-icon-main-item .about-icon-item {
        gap: 40px;
    }
}

.about-wrapper-2 .about-right-item .about-icon-main-item .about-icon-item .icon-item .icon img {
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

.about-wrapper-2 .about-right-item .about-icon-main-item .about-icon-item .icon-item h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .about-wrapper-2 .about-right-item .about-icon-main-item .about-icon-item .icon-item h5:hover {
        color: var(--theme);
    }

.about-wrapper-2 .about-right-item .about-icon-main-item .about-icon-item .icon-item p {
    max-width: 179px;
}

.about-wrapper-2 .about-right-item .about-icon-main-item .about-icon-item .icon-item:hover .icon img {
    transform: scaleX(-1) !important;
}

.about-wrapper-3 .about-content .text {
    max-width: 624px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.about-wrapper-3 .about-content .about-box {
    display: flex;
    gap: 20px;
    border-radius: 10px;
    padding: 20px 30px;
    background-color: #F7F7F7;
    width: 499px;
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .about-wrapper-3 .about-content .about-box {
        width: initial;
        padding: 20px 20px;
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-3 .about-content .about-box {
        flex-wrap: wrap;
        padding: 20px 30px;
        gap: 20px;
    }
}

.about-wrapper-3 .about-content .about-box .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--theme-2);
    border-radius: 100px;
}

    .about-wrapper-3 .about-content .about-box .icon img {
        transition: all 0.4s ease-in-out;
        display: inline-block;
    }

.about-wrapper-3 .about-content .about-box .content h5 {
    margin-bottom: 5px;
}

.about-wrapper-3 .about-content .about-box .content p {
    max-width: 369px;
}

.about-wrapper-3 .about-content .about-box:hover .icon img {
    transform: scaleX(-1) !important;
}

.about-wrapper-3 .about-content .about-button-item {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
}

@media (max-width: 1399px) {
    .about-wrapper-3 .about-content .about-button-item {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.about-wrapper-3 .about-content .about-button-item .theme-btn {
    background-color: var(--theme);
    color: var(--header);
}

    .about-wrapper-3 .about-content .about-button-item .theme-btn::before {
        background-color: var(--theme-2);
    }

    .about-wrapper-3 .about-content .about-button-item .theme-btn:hover {
        color: var(--white);
    }

.features-card .theme-btn3 {
    background-color: var(--theme-2);
    color: var(--white);
}
.features-card .theme-btn3:hover {
    background-color: var(--theme) !important;
    color: var(--white);
}

.about-wrapper-3 .about-content .about-button-item .info-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.about-wrapper-3 .about-image {
    position: relative;
}

    .about-wrapper-3 .about-image .shape {
        position: absolute;
        top: 0;
        right: 0;
    }

@media (max-width: 1399px) {
    .about-wrapper-3 .about-image .shape {
        display: none;
    }
}

.about-wrapper-3 .about-image .circle-image {
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 100%;
    background-color: var(--theme-2);
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 0;
}

    .about-wrapper-3 .about-image .circle-image img {
        animation: cir36 10s linear infinite;
        width: initial;
        height: initial;
    }

    .about-wrapper-3 .about-image .circle-image .video-btn {
        width: 64px;
        height: 64px;
        line-height: 64px;
        display: inline-block;
        background-color: var(--theme);
        color: var(--theme-2);
        text-align: center;
        border-radius: 50%;
        position: absolute;
        font-size: 20px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.about-wrapper-3 .about-image .about-image-2 {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: -28%;
}

@media (max-width: 1399px) {
    .about-wrapper-3 .about-image .about-image-2 {
        top: 21%;
        left: 0;
    }
}

@media (max-width: 991px) {
    .about-wrapper-3 .about-image .about-image-2 {
        top: 130px;
        left: 0;
    }
}

@media (max-width: 767px) {
    .about-wrapper-3 .about-image .about-image-2 {
        top: 89px;
    }
}

.about-wrapper-3 .about-image .about-image-2 img {
    border-radius: 0;
}

.about-wrapper-3 .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 30px 0;
}

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(15deg);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}


/*img-animation**********************/
.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

.animation-infinite {
    animation: ShapeAnim 80s linear infinite;
    height: 30px;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden;
}

.img-custom-anim-bottom {
    animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-bottom {
    0% {
        transform: translateY(5%);
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes sparkle {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

@keyframes borderAnim {
    0% {
        width: 0;
    }

    100% {
        width: 44px;
    }
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes strokeColorChange1 {
    0% {
        -webkit-text-stroke-color: rgba(202, 210, 210, 0.1);
    }

    25% {
        -webkit-text-stroke-color: rgba(202, 210, 210, 0.1);
    }

    50% {
        -webkit-text-stroke-color: rgba(194, 223, 147, 0.1);
    }

    75% {
        -webkit-text-stroke-color: rgba(227, 87, 43, 0.1);
    }

    100% {
        -webkit-text-stroke-color: rgba(194, 223, 147, 0.1);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@keyframes rotateBorder {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrolly {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-60%);
    }
}

@keyframes scrolls {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes scroll-left-to-right-loop {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

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

.img_left_animation {
    animation: left-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes left-animation {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img_right_animation {
    animation: right-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes right-animation {
    0% {
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img_top_animation {
    animation: top-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes top-animation {
    0% {
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img_bottom_animation {
    animation: bottom-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes bottom-animation {
    0% {
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes circle {
    0% {
        transform: scale(0);
        opacity: 0.6;
    }

    100% {
        transform: scale(30);
        opacity: 0;
    }
}

@keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

.zoom_in {
    transform: scale(0.5);
}

.fade_up,
.fade_down,
.zoom_in,
.zoom_out {
    opacity: 0;
    transition: all 2s;
}

.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.banner-image {
    position: relative;
    height: 330px;
}

    .banner-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-image::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: rgba(255, 193, 7, 0.3);
        opacity: 0.6;
        transform: scale(1, 0);
        transition: transform 500ms ease;
        transform-origin: left center;
        z-index: 1;
    }

    .banner-image .icon {
        position: absolute;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.5);
        font-size: 28px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99;
        color: var(--white);
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }

    .banner-image:hover::before {
        transform: scale(1, 1);
        transform-origin: left center;
    }

    .banner-image:hover .icon {
        opacity: 1;
    }

.contact-wrapper .contact-image {
    margin-left: -175px;
    margin-top: -120px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1899px) {
    .contact-wrapper .contact-image {
        margin-left: -310px;
    }
}

@media (max-width: 1600px) {
    .contact-wrapper .contact-image {
        margin-left: -280px;
    }
}

@media (max-width: 1399px) {
    .contact-wrapper .contact-image {
        margin-left: 0;
        margin-top: 0;
    }
}

.contact-wrapper .contact-image::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.contact-wrapper .contact-image img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 20px 0;
}

.contact-wrapper .contact-content {
    margin-left: 30px;
}

@media (max-width: 1899px) {
    .contact-wrapper .contact-content {
        padding-top: 110px;
    }
}

@media (max-width: 1399px) {
    .contact-wrapper .contact-content {
        margin-left: 0;
        padding-top: 0;
    }
}

.contact-wrapper .contact-content .logo-image {
    margin-bottom: 20px;
}

@media (max-width: 1899px) {
    .contact-wrapper .contact-content .section-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 1600px) {
    .contact-wrapper .contact-content .section-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 1199px) {
    .contact-wrapper .contact-content .section-title h2 {
        font-size: 33px;
    }
}

@media (max-width: 991px) {
    .contact-wrapper .contact-content .section-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .contact-wrapper .contact-content .section-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .contact-wrapper .contact-content .section-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    .contact-wrapper .contact-content .section-title h2 {
        font-size: 25px;
    }
}

@media (max-width: 1899px) {
    .contact-wrapper .contact-content .section-title h2 br {
        display: none;
    }
}

.contact-wrapper .contact-content .text {
    color: var(--white);
    margin-top: 15px;
    margin-bottom: 5px !important;
}

.contact-wrapper .contact-content .contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1399px) {
    .contact-wrapper .contact-content .contact-item {
        flex-wrap: wrap;
    }
}

.contact-wrapper .contact-content .contact-item .theme-btn {
    background-color: var(--theme);
    color: var(--theme-2);
}

    .contact-wrapper .contact-content .contact-item .theme-btn::before {
        background-color: var(--theme-2);
    }

    .contact-wrapper .contact-content .contact-item .theme-btn:hover {
        color: var(--white);
    }

.contact-wrapper .contact-content .contact-item h6 a {
    color: var(--white);
}

.contact-wrapper .contact-content .contact-item h6 span {
    color: var(--white);
    font-family: "DM Serif Text", serif;
}

.contact-wrapper:hover .contact-image::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.contact-section {
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .contact-section {
        padding-bottom: 100px !important;
    }
}

@media (max-width: 991px) {
    .contact-section {
        padding-bottom: 80px !important;
    }
}

.contact-section .container-fluid {
    padding: 0 175px;
}

@media (max-width: 1600px) {
    .contact-section .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .contact-section .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    .contact-section .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .contact-section .container-fluid {
        padding: 0 15px;
    }
}

.contact-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    z-index: -1;
    top: 120px;
}

@media (max-width: 1399px) {
    .contact-section::before {
        top: initial;
    }
}

.contact-us-wrapper .contact-us-content .text {
    margin-top: 20px;
    margin-bottom: 40px;
}

.contact-us-wrapper .contact-us-content .theme-btn {
    background-color: var(--theme);
    color: var(--theme-2);
}

    .contact-us-wrapper .contact-us-content .theme-btn::before {
        background-color: var(--theme-2);
    }

    .contact-us-wrapper .contact-us-content .theme-btn:hover {
        color: var(--white);
    }
.contact-us-content p a {
    color: #00192f;
}
    .contact-us-content p a:hover {
        color: #ffacac;
    }

.contact-us-wrapper .contact-us-item .form-clt input, .contact-us-wrapper .contact-us-item .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    padding-bottom: 20px;
    padding: 16px 20px;
    transition: all 0.4s ease-in-out;
    color: var(--text);
    font-size: 16px;
    border: 1px solid #C9C9C9;
    border-radius: 10px;
}

    .contact-us-wrapper .contact-us-item .form-clt input::placeholder, .contact-us-wrapper .contact-us-item .form-clt textarea::placeholder {
        color: var(--text);
    }

.contact-us-wrapper .contact-us-item .form-clt textarea {
    padding-bottom: 120px;
    resize: none;
}

.contact-us-wrapper-2 .contact-us-box {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #F7F7F7;
    padding: 25px;
    margin-bottom: 20px;
    max-width: 420px;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
}


@media (max-width: 1199px) {
    .contact-us-wrapper-2 .contact-us-box {
        display: grid;
    }
}

@media (max-width: 991px) {
    .contact-us-wrapper-2 .contact-us-box {
        max-width: initial;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .contact-us-wrapper-2 .contact-us-box {
        display: grid;
    }
}

.contact-us-wrapper-2 .contact-us-box .icon {
    width: 50px;
    height: 50px;
    line-height: 64px;
    text-align: center;
    background-color: var(--theme-2);
    font-size: 30px;
    color: var(--white);
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
}

    .contact-us-wrapper-2 .contact-us-box .icon i {
        transition: all 0.4s ease-in-out;
        display: inline-block;
    }

.contact-us-wrapper-2 .contact-us-box .contact-us-content span {
    color: var(--header);
    margin-bottom: 5px;
}
.contact-info a {
    color: #00192f
}
    .contact-info a:hover {
        color: var(--theme)
    }

@media (max-width: 1199px) {
    .contact-us-wrapper-2 .contact-us-box .contact-us-content h5 br {
        display: none;
    }
}

@media (max-width: 991px) {
    .contact-us-wrapper-2 .contact-us-box .contact-us-content h5 br {
        display: initial;
    }
}

.contact-us-wrapper-2 .contact-us-box:hover .icon {
    background-color: var(--theme);
    color: var(--white);
}

    .contact-us-wrapper-2 .contact-us-box:hover .icon i {
        transform: scaleX(-1) !important;
        filter: brightness(0) invert(1);
    }

.contact-us-wrapper-2 .from-fill-up-box {
    /*    border: 1px solid #C9C9C9;*/
    padding: 60px 40px;
    border-radius: 20px;
    background: #f7f7f7;
}

@media (max-width: 1399px) {
    .contact-us-wrapper-2 .from-fill-up-box {
        padding: 30px;
    }
}

.contact-us-wrapper-2 .from-fill-up-box h4 {
    margin-bottom: 40px;
}

.contact-us-wrapper-2 .from-fill-up-box .form-clt input, .contact-us-wrapper-2 .from-fill-up-box .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: #F7F7F7;
    padding-bottom: 20px;
    padding: 16px 20px;
    transition: all 0.4s ease-in-out;
    color: var(--header);
    font-size: 16px;
    border-radius: 10px;
}

    .contact-us-wrapper-2 .from-fill-up-box .form-clt input::placeholder, .contact-us-wrapper-2 .from-fill-up-box .form-clt textarea::placeholder {
        color: var(--header);
    }

.contact-us-wrapper-2 .from-fill-up-box .form-clt textarea {
    padding-bottom: 120px;
    resize: none;
}

.contact-us-wrapper-2 .from-fill-up-box .theme-btn {
    background-color: var(--theme);
    color: var(--white);
}

    .contact-us-wrapper-2 .from-fill-up-box .theme-btn::before {
        background-color: var(--theme-2);
    }

    .contact-us-wrapper-2 .from-fill-up-box .theme-btn:hover {
        color: var(--white);
    }


.donation-wrapper {
    margin-bottom: 20px;
}

    .donation-wrapper .donation-card-item {
        display: flex;
        align-items: center;
        gap: 30px;
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
        background-color: var(--white);
        margin-top: 30px;
    }

@media (max-width: 1399px) {
    .donation-wrapper .donation-card-item {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .donation-wrapper .donation-card-item {
        flex-wrap: initial;
    }
}

@media (max-width: 575px) {
    .donation-wrapper .donation-card-item {
        padding: 25px;
        flex-wrap: wrap;
    }
}

.donation-wrapper .donation-card-item .donation-image {
    position: relative;
}

@media (max-width: 1399px) {
    .donation-wrapper .donation-card-item .donation-image {
        flex-basis: 100%;
    }
}

@media (max-width: 991px) {
    .donation-wrapper .donation-card-item .donation-image {
        flex-basis: initial;
    }
}

@media (max-width: 575px) {
    .donation-wrapper .donation-card-item .donation-image {
        flex-basis: 100%;
    }
}

.donation-wrapper .donation-card-item .donation-image img {
    border-radius: 20px;
}

@media (max-width: 1399px) {
    .donation-wrapper .donation-card-item .donation-image img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .donation-wrapper .donation-card-item .donation-image img {
        width: initial;
        height: initial;
    }
}

@media (max-width: 575px) {
    .donation-wrapper .donation-card-item .donation-image img {
        width: 100%;
        height: 100%;
    }
}

.donation-wrapper .donation-card-item .donation-image .right-shape {
    position: absolute;
    top: 0;
    right: 0;
}

.donation-wrapper .donation-card-item .donation-content p:first-child {
    margin-bottom: 10px;
    font-family: "DM Serif Text", serif;
    font-weight:400;
    font-size:24px;
}

    .donation-wrapper .donation-card-item .donation-content p:first-child a {
        background-position: 0 95%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        display: inline;
    }

        .donation-wrapper .donation-card-item .donation-content p:first-child a:hover {
            color: var(--theme-2);
            background-size: 100% 2px;
            background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
        }
.donation-wrapper .donation-card-item .donation-content p:nth-child(2) {
    margin-bottom: 10px;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-size: 24px;
    color:#000;
}

.donation-wrapper .donation-card-item .donation-content p {
    max-width: 295px;
    margin-bottom: 20px;
}

.donation-wrapper .donation-card-item .donation-content .pro-items {
    width: 100%;
}

    .donation-wrapper .donation-card-item .donation-content .pro-items:not(:last-child) {
        margin-bottom: 20px;
    }

    .donation-wrapper .donation-card-item .donation-content .pro-items.style-2 .progress {
        background-color: rgba(255, 193, 7, 0.2);
    }

    .donation-wrapper .donation-card-item .donation-content .pro-items.style-2 .progress-value {
        background: var(--theme);
    }

        .donation-wrapper .donation-card-item .donation-content .pro-items.style-2 .progress-value::before {
            background-color: var(--theme);
        }

    .donation-wrapper .donation-card-item .donation-content .pro-items.style-3 .progress {
        background-color: rgba(255, 85, 40, 0.2);
    }

    .donation-wrapper .donation-card-item .donation-content .pro-items.style-3 .progress-value {
        background: #FF5528;
    }

        .donation-wrapper .donation-card-item .donation-content .pro-items.style-3 .progress-value::before {
            background-color: #FF5528;
        }

    .donation-wrapper .donation-card-item .donation-content .pro-items.style-4 .progress {
        background-color: rgba(129, 57, 231, 0.2);
    }

    .donation-wrapper .donation-card-item .donation-content .pro-items.style-4 .progress-value {
        background: #8139E7;
    }

        .donation-wrapper .donation-card-item .donation-content .pro-items.style-4 .progress-value::before {
            background-color: #8139E7;
        }

    .donation-wrapper .donation-card-item .donation-content .pro-items .progress {
        background: rgba(11, 78, 61, 0.2);
        justify-content: flex-start;
        border-radius: 20px;
        align-items: center;
        position: relative;
        display: flex;
        height: 8px;
        width: 100%;
        overflow: visible;
    }

    .donation-wrapper .donation-card-item .donation-content .pro-items .progress-value {
        animation: load 3s normal forwards;
        border-radius: 20px;
        background: var(--theme-2);
        height: 8px;
        width: 0;
        position: relative;
    }

        .donation-wrapper .donation-card-item .donation-content .pro-items .progress-value::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: "";
            content: "78%";
            color: var(--white);
            background-color: var(--theme-2);
            top: -6px;
            right: initial;
            width: 53px;
            height: 20px;
            line-height: 12px;
            padding: 5px 14px;
            z-index: 2;
            left: 90%;
        }

    .donation-wrapper .donation-card-item .donation-content .pro-items .style-two {
        animation: load2 3s normal forwards;
    }

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 90%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 70%;
    }
}



.donation-wrapper .donation-card-item .donation-content .donate-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .donation-wrapper .donation-card-item .donation-content .donate-list {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.donation-wrapper .donation-card-item .donation-content .donate-list li {
    font-size: 14px;
    font-weight: 400;
    font-family: "DM Serif Text", serif;
}

    .donation-wrapper .donation-card-item .donation-content .donate-list li span {
        color: var(--header);
    }

.donation-wrapper .donation-card-item .donation-content .theme-btn {
    padding: 12px 30px;
}

    .donation-wrapper .donation-card-item .donation-content .theme-btn.style-2 {
        background-color: var(--theme);
        color: var(--theme-2);
    }

        .donation-wrapper .donation-card-item .donation-content .theme-btn.style-2::before {
            background-color: var(--theme-2);
        }

        .donation-wrapper .donation-card-item .donation-content .theme-btn.style-2:hover {
            color: var(--white);
        }

    .donation-wrapper .donation-card-item .donation-content .theme-btn.style-3 {
        background-color: #FF5528;
        color: var(--white);
    }

        .donation-wrapper .donation-card-item .donation-content .theme-btn.style-3::before {
            background-color: var(--theme-2);
        }

        .donation-wrapper .donation-card-item .donation-content .theme-btn.style-3:hover {
            color: var(--white);
        }

    .donation-wrapper .donation-card-item .donation-content .theme-btn.style-4 {
        background-color: #8139E7;
        color: var(--white);
    }

        .donation-wrapper .donation-card-item .donation-content .theme-btn.style-4::before {
            background-color: var(--theme-2);
        }

.donation-section {
    margin-bottom: -20px;
}


@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 90%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 70%;
    }
}


.faq-wrapper .faq-items {
    position: relative;
    z-index: 9;
}

    .faq-wrapper .faq-items .accordion .accordion-item {
        border: none;
        border-radius: 5px;
        margin-bottom: 18px;
        background: #eef4f9;
    }

        .faq-wrapper .faq-items .accordion .accordion-item h2 button {
            font-size: 20px;
            line-height: 1;
            font-weight: 400;
            box-shadow: none;
            border-radius: 20px !important;
            padding: 29px 30px;
            color: var(--black);
            cursor: pointer;
        }

@media (max-width: 575px) {
    .faq-wrapper .faq-items .accordion .accordion-item h2 button {
        font-size: 16px;
        line-height: 1.6;
        padding: 22px 20px;
    }
}

.faq-wrapper .faq-items .accordion .accordion-item .accordion-body {
    padding: 20px 0;
    background-color: white;
}

    .faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
        color: #666;
        font-size: 16px;
        line-height: 32px;
        font-weight: 400;
    }

@media (max-width: 575px) {
    .faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
}

.faq-wrapper .faq-items .accordion .accordion-button {
    background-color: #F2F2F2;
    color: #1e3447;
    border-radius: 5px !important;
}

    /* default arrow = chevron-down */
    .faq-wrapper .faq-items .accordion .accordion-button::after {
        content: "\f078"; /* fa-chevron-down */
        font: var(--fa-font-solid); /* FA 6.7 variable */
        background: transparent;
        transition: all .3s ease-in-out !important;
        color: var(--header);
        font-weight: 900; /* harmless with var() */
    }

    /* when open: chevron-up + your colors */
    .faq-wrapper .faq-items .accordion .accordion-button:not(.collapsed) {
        background-color: #3f83bf;
        color: var(--white);
        border-radius: 5px !important;
    }

        .faq-wrapper .faq-items .accordion .accordion-button:not(.collapsed)::after {
            content: "\f077"; /* fa-chevron-up */
            font: var(--fa-font-solid);
            background: transparent;
            color: var(--white);
            transform: rotate(0);
            font-weight: 900;
        }
@media(max-width:375px) {
    .counter-wrapper .counter-content .counter-main-item .counter-item {
        gap: 30px !important;
/*        flex-wrap: wrap;
        width: 310px;*/
    }
}


.faq-wrapper .faq-content {
    margin-left: 40px;
}

@media (max-width: 1399px) {
    .faq-wrapper .faq-content {
        margin-left: 0;
    }
}

.faq-wrapper .faq-content .text {
    margin-top: 20px;
    margin-bottom: 30px;
}

.faq-wrapper .faq-content .faq-image {
    position: relative;
}

    .faq-wrapper .faq-content .faq-image::after {
        content: "";
        position: absolute;
        width: 200%;
        height: 0%;
        left: 50%;
        top: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: 1;
    }

    .faq-wrapper .faq-content .faq-image img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

    .faq-wrapper .faq-content .faq-image .video-btn {
        background-color: var(--white);
        color: var(--theme);
        display: inline-block;
        font-size: 20px;
        height: 80px;
        width: 80px;
        line-height: 70px;
        border-radius: 100px;
        text-align: center;
        border: 6px solid var(--theme);
        position: absolute;
        bottom: 30px;
        left: 50px;
    }

.faq-wrapper .faq-content:hover .faq-image::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.counter-wrapper .counter-image {
    position: relative;
    margin-left: -310px;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-image {
        margin-left: 0;
    }
}

.counter-wrapper .counter-image::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.counter-wrapper .counter-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.counter-wrapper .counter-image .shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 1600px) {
    .counter-wrapper .counter-image .shape {
        display: none;
    }
}

.counter-wrapper .counter-content {
    margin-left: 100px;
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-content {
        margin-left: 0;
    }
}

.counter-wrapper .counter-content .text {
    max-width: 555px;
    margin-top: 20px;
}

.counter-wrapper .counter-content .counter-main-item {
    margin-top: 80px;
    position: relative;
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-content .counter-main-item {
        margin-top: 30px;
    }
}

.counter-wrapper .counter-content .counter-main-item::before {
    position: absolute;
    content: "";
    background-color: #C9C9C9;
    width: 1px;
    height: 260px;
    top: 0px;
    left: 47%;
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-content .counter-main-item::before {
        display: none;
    }
}

.counter-wrapper .counter-content .counter-main-item .counter-item {
    display: flex;
    align-items: center;
    gap: 120px;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 30px;
    margin-bottom: 30px;
/*    width: 502px;*/
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-content .counter-main-item .counter-item {
        gap: 50px;
/*        flex-wrap: wrap;
        width: 310px;*/
    }
}

.counter-wrapper .counter-content .counter-main-item .counter-item.style-border {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.counter-wrapper .counter-content .counter-main-item .counter-item .content {
    flex-basis: 100%;
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-content .counter-main-item .counter-item .content {
        flex-basis: initial;
    }
}

.counter-wrapper .counter-content .counter-main-item .counter-item .content h2 {
    font-size: 64px;
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-content .counter-main-item .counter-item .content h2 {
        font-size: 50px;
    }
}

.counter-wrapper .counter-content .counter-main-item .counter-item .content p {
    font-size: 20px;
    font-weight: 400;
    color: var(--header);
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-content .counter-main-item .counter-item .content p {
        font-size: 16px;
    }
}

.counter-wrapper .counter-content .counter-main-item .counter-item .content.style-2 h2 {
    color: var(--theme-2);
}

.counter-wrapper .counter-content .counter-main-item .counter-item .content.style-2 p {
    color: var(--theme-2);
}

.counter-wrapper:hover .counter-image::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.counter-section {
    position: relative;
}

@media (max-width: 1399px) {
    .counter-section {
        padding: 100px 0;
    }
}

@media (max-width: 1399px) {
    .counter-section {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .counter-section {
        padding: 80px 0;
    }
}

.counter-section .right-shape {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1399px) {
    .counter-section .right-shape {
        display: none;
    }
}

.counter-main-wrapper {
    margin-top: 40px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .counter-main-wrapper {
        margin-top: 30px;
    }
}

.counter-main-wrapper .map-shape {
    position: absolute;
    top: -75%;
    left: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 1399px) {
    .counter-main-wrapper .map-shape {
        display: none;
    }
}

.counter-main-wrapper p {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.counter-main-wrapper .counter-wrapper-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

@media (max-width: 1399px) {
    .counter-main-wrapper .counter-wrapper-2 {
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .counter-main-wrapper .counter-wrapper-2 {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.counter-main-wrapper .counter-wrapper-2 .counter-image img {
    width: 100%;
    height: 100%;
    border-radius: 150px;
}

.counter-main-wrapper .counter-wrapper-2 .counter-item {
    display: flex;
    align-items: center;
    gap: 70px;
}

@media (max-width: 1399px) {
    .counter-main-wrapper .counter-wrapper-2 .counter-item {
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .counter-main-wrapper .counter-wrapper-2 .counter-item {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.counter-main-wrapper .counter-wrapper-2 .counter-item .counter-content h2 {
    font-size: 64px;
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .counter-main-wrapper .counter-wrapper-2 .counter-item .counter-content h2 {
        font-size: 40px;
    }
}

.counter-main-wrapper .counter-wrapper-2 .counter-item .counter-content.style-2 {
    border-left: 1px solid #C9C9C9;
    padding-left: 60px;
}

@media (max-width: 1399px) {
    .counter-main-wrapper .counter-wrapper-2 .counter-item .counter-content.style-2 {
        border-left: none;
        padding-left: 0;
    }
}


.feature-skill-content h6 {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.feature-skill-content h2 {
    color: var(--white);
    margin-bottom: 20px;
}

.feature-skill-content p {
    max-width: 590px;
    color: var(--white);
}

.feature-skill-content .progress-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (max-width: 1399px) {
    .feature-skill-content .progress-wrap {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.feature-skill-content .progress-wrap .pro-items {
    width: 100%;
}

    .feature-skill-content .progress-wrap .pro-items:not(:last-child) {
        margin-bottom: 25px;
    }

    .feature-skill-content .progress-wrap .pro-items .pro-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .feature-skill-content .progress-wrap .pro-items .pro-head .title {
            font-size: 16px;
            font-weight: 400;
            color: var(--white);
        }

        .feature-skill-content .progress-wrap .pro-items .pro-head .point {
            font-size: 16px;
            font-weight: 400;
            color: var(--white);
            font-family: "DM Serif Text", serif;
        }

    .feature-skill-content .progress-wrap .pro-items .progress {
        background: rgba(255, 255, 255, 0.2);
        justify-content: flex-start;
        border-radius: 100px;
        align-items: center;
        position: relative;
        display: flex;
        height: 22px;
        width: 100%;
    }

    .feature-skill-content .progress-wrap .pro-items .progress-value {
        animation: load 3s normal forwards;
        border-radius: 0;
        background: var(--white);
        height: 22px;
        width: 0;
        border-radius: 10px;
    }

    .feature-skill-content .progress-wrap .pro-items .style-two {
        animation: load2 3s normal forwards;
    }

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 85%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 95%;
    }
}

.feature-skill-content .theme-btn {
    background-color: var(--theme);
    color: var(--white);
}

    .feature-skill-content .theme-btn::before {
        background-color: var(--theme-2);
    }

.footer-widget-wrapper {
    padding: 90px 0 70px;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper {
        padding: 0 0 70px;
    }
}

@media (max-width: 1600px) {
    .footer-widget-wrapper.widget-inner {
        padding: 90px 0;
    }
}

@media (max-width: 1399px) {
    .footer-widget-wrapper.widget-inner {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper.widget-inner {
        padding: 80px 0;
    }
}

.footer-widget-wrapper .single-footer-widget {
    margin-top: 30px;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper .single-footer-widget {
        margin-top: 0;
    }
}

.footer-widget-wrapper .single-footer-widget .wid-title {
    margin-bottom: 30px;
}

    .footer-widget-wrapper .single-footer-widget .wid-title h3 {
        font-size: 28px;
        color: var(--white);
    }

@media (max-width: 1399px) {
    .footer-widget-wrapper .single-footer-widget .wid-title h3 {
        font-size: 20px;
    }
}

.footer-widget-wrapper .single-footer-widget .list-area li {
    transition: all 0.4s ease-in-out;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper .single-footer-widget .list-area li {
        font-size: 16px;
    }
}

.footer-widget-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-widget-wrapper .single-footer-widget .list-area li a {
    color: var(--white);
}

    .footer-widget-wrapper .single-footer-widget .list-area li a i {
        margin-right: 5px;
        color: var(--white);
        font-size: 16px;
    }
.footer-widget-wrapper .single-footer-widget .list-area li a:hover {
    color: #ffacac !important;  
}
    .footer-widget-wrapper .single-footer-widget .list-area li a:hover i {
        color: #ffacac !important;
    }



.footer-widget-wrapper .single-footer-widget .list-area li:hover {
    margin-left: 5px;
    
}

    .footer-widget-wrapper .single-footer-widget .list-area li:hover a {
        color: #ffacac;
    }

.footer-widget-wrapper .single-footer-widget .footer-newsletter p {
    max-width: 470px;
    color: var(--white);
    margin-bottom: 30px;
}

.footer-widget-wrapper .single-footer-widget .footer-newsletter form {
    max-width: 424px;
    width: 100%;
}

    .footer-widget-wrapper .single-footer-widget .footer-newsletter form .form-clt {
        position: relative;
    }

        .footer-widget-wrapper .single-footer-widget .footer-newsletter form .form-clt input {
            width: 100%;
            outline: none;
            border: none;
            border-radius: 10px;
            background: transparent;
            backdrop-filter: blur(26px);
            color: var(--white);
            line-height: 1;
            padding: 20px;
            max-width: 442px;
            border: 1px solid #C9C9C9;
        }

            .footer-widget-wrapper .single-footer-widget .footer-newsletter form .form-clt input::placeholder {
                color: var(--white);
            }

        .footer-widget-wrapper .single-footer-widget .footer-newsletter form .form-clt .theme-btn {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            color: var(--theme);
            border-radius: 0;
            background-color: transparent;
            border-left: 1px solid #D9D9D9;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

@media (max-width: 575px) {
    .footer-widget-wrapper .single-footer-widget .footer-newsletter form .form-clt .theme-btn {
        border-left: none;
        border: 1px solid var(--white);
        border-radius: 10px;
    }
}

.footer-widget-wrapper .single-footer-widget .footer-newsletter form .form-clt .theme-btn::before {
    border-radius: 10px;
}

.footer-widget-wrapper .single-footer-widget .footer-newsletter form .form-clt .theme-btn:hover {
    color: var(--theme-2);
}

@media (max-width: 470px) {
    .footer-widget-wrapper .single-footer-widget .footer-newsletter form .form-clt .theme-btn {
        position: static;
        margin-top: 20px;
    }
}

.footer-widget-wrapper .single-footer-widget .footer-newsletter .social-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

    .footer-widget-wrapper .single-footer-widget .footer-newsletter .social-icon a {
        font-size: 20px;
        color: var(--white);
        border: 1px solid var(--white);
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        border-radius: 100px;
    }

        .footer-widget-wrapper .single-footer-widget .footer-newsletter .social-icon a:hover {
            color: #ffacac;
            border: 1px solid #ffacac;
            /*            background-color: #ffacac;*/
        }

.footer-widget-wrapper .single-footer-widget .footer-left-content p {
    color: var(--white);
    max-width: 400px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.footer-widget-wrapper .single-footer-widget .footer-left-content .theme-btn {
    background-color: var(--theme);
    color: var(--theme-2);
    margin-top: 40px;
}

    .footer-widget-wrapper .single-footer-widget .footer-left-content .theme-btn::before {
        background-color: var(--theme-2);
    }

    .footer-widget-wrapper .single-footer-widget .footer-left-content .theme-btn:hover {
        color: var(--white);
    }

@media (max-width: 1399px) {
    .footer-widget-wrapper.style-2 {
        padding: 100px 0 70px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper.style-2 {
        padding: 80px 0 70px;
    }
}

.footer-widget-wrapper.style-2 .single-footer-widget .list-area li a {
    color: var(--text);
}

.footer-widget-wrapper.style-2 .single-footer-widget .list-area li:hover a {
    color: var(--theme);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-left-content p {
    color: var(--white);
    max-width: 400px;
    margin-bottom: 40px;
    margin-top: 20px;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper.style-2 .single-footer-widget .footer-left-content p {
        margin-bottom: 30px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper.style-2 .single-footer-widget .footer-left-content p {
        font-size: 16px;
    }
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-left-content .theme-btn {
    background-color: var(--theme);
    color: var(--theme-2);
    margin-top: 0;
}

    .footer-widget-wrapper.style-2 .single-footer-widget .footer-left-content .theme-btn::before {
        background-color: var(--theme-2);
    }

    .footer-widget-wrapper.style-2 .single-footer-widget .footer-left-content .theme-btn:hover {
        color: var(--white);
    }

.footer-widget-wrapper.style-2 .single-footer-widget .footer-right-contact .list li {
    line-height: 162%;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper.style-2 .single-footer-widget .footer-right-contact .list li {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper.style-2 .single-footer-widget .footer-right-contact .list li {
        font-size: 16px;
    }
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-right-contact .list li a {
    color: var(--text);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-right-contact .list li:not(:last-child) {
    margin-bottom: 30px;
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-right-contact .list li i {
    color: var(--theme);
    font-size: 16px;
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-right-contact .social-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

    .footer-widget-wrapper.style-2 .single-footer-widget .footer-right-contact .social-icon a {
        color: var(--theme);
        font-size: 20px;
    }

        .footer-widget-wrapper.style-2 .single-footer-widget .footer-right-contact .social-icon a:hover {
            color: var(--white);
        }

.footer-bottom {
    border-top: 1px solid var(--white);
    padding: 30px 0;
    opacity:0.6;
}

    .footer-bottom .footer-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

@media (max-width: 1399px) {
    .footer-bottom .footer-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.footer-bottom .footer-wrapper p {
    color: var(--white);
}

    .footer-bottom .footer-wrapper p span {
        color: var(--theme-2);
    }

.footer-bottom .footer-wrapper .footer-bottom-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1399px) {
    .footer-bottom .footer-wrapper .footer-bottom-list {
        gap: 15px;
    }
}

.footer-bottom .footer-wrapper .footer-bottom-list li a {
    color: var(--white);
}

.footer-bottom .footer-wrapper a:hover {
    color: #ffacac !important;
}


.footer-bottom.style-2 {
    background-color: var(--theme-2);
    border-top: 1px none;
}

    .footer-bottom.style-2 .footer-wrapper p {
        color: var(--white);
        font-family: "DM Serif Text", serif;
    }

        .footer-bottom.style-2 .footer-wrapper p span {
            color: var(--theme);
        }

    .footer-bottom.style-2 .footer-wrapper .footer-bottom-list li {
        font-family: "DM Serif Text", serif;
    }

        .footer-bottom.style-2 .footer-wrapper .footer-bottom-list li a {
            color: var(--white);
        }

            .footer-bottom.style-2 .footer-wrapper .footer-bottom-list li a:hover {
                color: var(--theme);
            }


.header-top-section {
    background-color: var(--theme);
}

    .header-top-section .container-fluid {
        padding: 0 120px;
    }

@media (max-width: 1600px) {
    .header-top-section .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .header-top-section .container-fluid {
        display: none;
    }
}


.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    padding:20px 0;
}

    .header-top-wrapper .icon-items {
        display: flex;
        align-items: center;
        gap: 10px;
        border-right: 1px solid #D9D9D9;
        padding-right: 135px;
        height: 90px;
    }

@media (max-width: 1399px) {
    .header-top-wrapper .icon-items {
        border-right: none;
        padding-right: 0;
        height: initial;
    }
}

.header-top-wrapper .icon-items .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid var(--theme-2);
    color: var(--theme-2);
    border-radius: 100%;
    transition: all 0.4s ease-in-out;
}

    .header-top-wrapper .icon-items .icon:hover {
        color: var(--theme-2);
        background-color: var(--theme);
        border: 1px solid var(--theme);
    }

.header-top-wrapper .social-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .header-top-wrapper .social-icon a {
        font-size: 20px;
        color: var(--white);
        border: 1px solid var(--white);
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        border-radius: 100px;
    }

        .header-top-wrapper .social-icon a:hover {
            color: #ffacac;
          
            border: 1px solid #ffacac;
        }


@media (max-width: 1199px) {
    .menu-thumb {
        display: none !important;
    }
}

.header-main {
    display: flex;
    align-items: center;
/*    justify-content: space-between;*/
    justify-content: end;
    padding: 10px 0;
}

    .header-main .main-menu ul {
        margin-bottom: 0;
    }

        .header-main .main-menu ul li {
            position: relative;
            list-style: none;
            display: inline-block;
            margin-inline-end: 50px;
        }

@media (max-width: 1199px) {
    .header-main .main-menu ul li {
        margin-inline-end: 30px;
    }
}

.header-main .main-menu ul li:last-child {
    margin-inline-end: 0;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-2);
    padding: 20px 0;
    text-align: left;
    position: relative;
    
    transition: all 0.4s ease-in-out;
}

    .header-main .main-menu ul li a i {
        margin-left: 4px;
        font-size: 14px;
    }

    .header-main .main-menu ul li a:hover {
        color: var(--theme-2);
    }

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 115%;
    inset-inline-start: 0;
    min-width: 260px;
    padding: 20px 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--header);
    transform: scaleY(0) translateZ(100px);
    transition: all 0.4s ease-in-out;
    border-top: 6px solid #F27272;
    background-color: var(--white);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

    .header-main .main-menu ul li .submenu li {
        display: block;
        width: 100%;
        margin: 0;
    }

        .header-main .main-menu ul li .submenu li a {
            position: relative;
            z-index: 11;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: -0.34px;
            color: var(--header);
            line-height: 38px;
            padding: 0px 0px 0px 32px;
            padding-right: 22px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .header-main .main-menu ul li .submenu li a::before {
                content: "";
                position: absolute;
                width: 0px;
                height: 2px;
                background: var(--theme);
                left: 14px;
                bottom: 18px;
                transition: all 0.4s ease-in-out;
            }

            .header-main .main-menu ul li .submenu li a:hover {
                color: var(--theme);
            }

        .header-main .main-menu ul li .submenu li:last-child a {
            border: none;
        }

        .header-main .main-menu ul li .submenu li .submenu {
            inset-inline-start: 100%;
            top: 0;
            visibility: hidden;
            opacity: 0;
        }

        .header-main .main-menu ul li .submenu li:hover > a {
            color: var(--theme) !important;
            margin-left: 10px;
        }

            .header-main .main-menu ul li .submenu li:hover > a::before {
                width: 10px;
            }

            .header-main .main-menu ul li .submenu li:hover > a::after {
                color: var(--theme);
            }

        .header-main .main-menu ul li .submenu li:hover > .submenu {
            -webkit-transform: translateY(1);
            -moz-transform: translateY(1);
            -ms-transform: translateY(1);
            -o-transform: translateY(1);
            transform: translateY(1);
            visibility: visible;
            opacity: 1;
        }

        .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
            position: absolute;
            top: 50%;
            inset-inline-end: 25px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            color: var(--theme);
        }

.header-main .main-menu ul li .has-homemenu {
    width: 800px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    left: -250px;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
    background-color: var(--white);
}

    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: space-between;
    }

@media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative;
}

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
        position: relative;
    }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease-in-out;
            margin-top: 20px;
            width: 100%;
            padding: 0 12px;
        }

@media (max-width: 1399px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
        font-size: 14px;
        min-width: 140px;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 18px 30px;
    justify-content: center;
    line-height: 1;
    color: var(--white);
    position: relative;
    background-color: var(--theme-2);
}

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::before {
        position: absolute;
        content: "";
        background-color: var(--theme);
        width: 100%;
        height: 0%;
        left: 50%;
        top: 50%;
        border-radius: 33px;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: -1;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
        color: var(--theme-2) !important;
    }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover::before {
            height: 380%;
        }

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
}

.header-main .main-menu ul li:hover > a {
    color: var(--theme-2);
}

    .header-main .main-menu ul li:hover > a::after {
        color: var(--theme);
    }

.header-main .main-menu ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1) translateZ(0px);
}

.header-main .header-right {
    gap: 30px;
}

@media (max-width: 1399px) {
    .header-main .header-right {
        gap: 20px;
    }
}

.header-main .header-right .search-toggler {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--theme-2);
    border-radius: 100px;
    border: 1px solid var(--theme-2);
    font-size: 16px;
}

@media (max-width: 575px) {
    .header-main .header-right .search-toggler {
        display: none;
    }
}

@media (max-width: 1399px) {
    .header-main .header-right .header-button {
        display: none;
    }
}

.header-main .header-right .header-button .theme-btn::before {
    background-color: var(--theme-2);
}

.header-main .header-right .header-button .theme-btn:hover {
    color: var(--white);
/*    border: 1px solid var(--theme)*/
}

.header-main .header-right .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: var(--header);
}

.header-1 {
    background-color: var(--white);
}

    .header-1 .container-fluid {
        padding: 0 120px;
    }

@media (max-width: 1399px) {
    .header-1 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .header-1 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .header-1 .container-fluid {
        padding: 0 15px;
    }
}

.header-1.header-2 {
    position: relative;
    z-index: 9999;
}

    .header-1.header-2::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: var(--theme-2);
        width: 387px;
        clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
        z-index: -1;
    }

@media (max-width: 1399px) {
    .header-1.header-2::before {
        display: none;
    }
}

@media (max-width: 1399px) {
    .header-1.header-2 .header-main .header-left .logo .header-logo {
        display: none;
    }
}

.header-1.header-2 .header-main .header-left .logo .header-logo-2 {
    display: none;
}

@media (max-width: 1399px) {
    .header-1.header-2 .header-main .header-left .logo .header-logo-2 {
        display: block;
    }
}

.header-1.header-2.header-3 {
    background-color: var(--bg);
}

    .header-1.header-2.header-3::before {
        background-color: var(--theme);
    }

@media (max-width: 1399px) {
    .header-1.header-2.header-3 .header-main .header-left .logo .header-logo {
        display: block;
    }
}

.header-1.header-2.header-3.header-inner::before {
    display: none;
}


.offcanvas__info {
    background: var(--white) none repeat scroll 0 0;
    border-left: 2px solid var(--theme);
    position: fixed;
    right: 0;
    top: 0;
    width: 450px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 9999999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

    .offcanvas__info::-webkit-scrollbar {
        display: none;
    }

    .offcanvas__info.info-open {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

    .offcanvas__wrapper .offcanvas__content .text {
        color: var(--black);
    }

    .offcanvas__wrapper .offcanvas__content .offcanvas__close {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--theme);
        position: relative;
        z-index: 9;
        cursor: pointer;
    }

        .offcanvas__wrapper .offcanvas__content .offcanvas__close i {
            color: var(--theme-2);
        }

    .offcanvas__wrapper .offcanvas__content .offcanvas__contact {
        margin-top: 20px;
    }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
            margin-bottom: 20px;
        }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
            margin-top: 0;
        }

            .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
                font-size: 20px;
                font-weight: 600;
                text-transform: capitalize;
            }

@media (max-width: 575px) {
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
        font-size: 14px;
    }
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
        margin-bottom: 20px;
    }
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--black);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 20px;
}

    .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
        color: var(--theme);
    }

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 20px 40px;
    text-transform: capitalize !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px;
}

    .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 100%;
        text-align: center;
        font-size: 16px;
        display: block;
        background: transparent;
        color: #000;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        text-align: center;
        border: 1px solid var(--border);
    }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
            background-color: var(--theme);
            color: var(--white);
        }

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

    .offcanvas__overlay.overlay-open {
        opacity: 0.8;
        visibility: visible;
    }

@media (max-width: 450px) {
    .offcanvas__info {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.breadcrumb-wrapper {
    position: relative;
/*    max-width: 1920px;*/
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 600"><path fill-rule="evenodd" clip-rule="evenodd"  d="M0 434.474V0H1920V599.565C1920 599.565 1915.6 589.879 1909.61 589.276C1902.9 588.6 1903.08 597.779 1896.62 599.565C1885.78 602.562 1881.9 589.144 1870.65 587.873C1863.58 587.074 1859.16 591.486 1852.47 589.276C1846.14 587.184 1846.07 575.88 1840 578.519C1836.71 579.951 1838.41 585.005 1834.81 585.534C1832.2 585.916 1831.14 583.723 1828.57 583.196C1820.63 581.568 1813.35 595.379 1808.83 589.276C1807 586.802 1808.71 584.468 1807.27 581.793C1801.85 571.72 1792.79 600.586 1780.78 597.694C1773.29 595.891 1773.77 587.157 1766.23 585.534C1759.34 584.051 1755.64 588.776 1748.57 589.276C1737.93 590.029 1731.8 588.235 1721.56 585.534C1713.79 583.485 1710.42 577.982 1702.34 578.519C1697.86 578.817 1695.82 580.953 1691.43 581.793C1683.29 583.349 1677.79 584.715 1670.13 581.793C1659.04 577.561 1664.24 563.318 1653.51 558.409C1646.39 555.157 1639.93 559.988 1633.25 556.07C1624.87 551.164 1632.85 534.835 1622.86 535.025C1615.68 535.161 1613.17 540.777 1609.35 546.249C1606.04 550.994 1604.16 559.812 1604.16 559.812C1604.16 559.812 1596.81 569.527 1589.61 572.439C1571.39 579.811 1560.76 532.774 1547.53 546.249C1544.35 549.493 1546.57 555.39 1541.82 556.07C1538.5 556.545 1537.25 551.943 1534.03 552.797C1529.36 554.035 1534.63 559.671 1534.03 564.021C1532.54 574.807 1530.64 582.689 1521.04 589.276C1511.54 595.79 1502.34 597.058 1490.91 593.953C1484.28 592.152 1482.63 586.753 1475.84 585.534C1472.06 584.856 1469.68 586.481 1465.97 585.534C1459.35 583.843 1460.39 574.178 1453.51 574.31C1450.49 574.368 1449.18 576.05 1446.23 576.648C1424.62 581.047 1431.4 535.85 1409.35 537.831C1403.16 538.387 1400.5 542.779 1394.29 542.508C1388.83 542.27 1386.75 537.573 1381.3 537.831C1373.12 538.218 1373.2 547.477 1365.71 550.458C1347.38 557.76 1338.56 524.78 1319.48 530.348C1313.42 532.116 1311.54 536.149 1305.45 537.831C1282.41 544.199 1286.41 496.989 1262.34 498.078C1245.7 498.831 1239.26 529.755 1227.01 519.592C1222.94 516.212 1225.79 508.559 1220.26 508.367C1216.21 508.227 1215.33 511.961 1211.95 513.979C1181.33 532.258 1143.84 493.339 1117.92 516.785C1114.06 520.283 1114.3 525.077 1109.09 526.607C1102.45 528.557 1099.35 516.993 1092.99 519.592C1088.11 521.585 1090.39 527.297 1086.23 530.348C1079 535.661 1071.33 532.597 1062.34 530.348C1052.04 527.771 1048.85 512.149 1039.48 516.785C1034.89 519.056 1036.39 524.529 1031.69 526.607C1027.32 528.539 1023.93 525.495 1019.22 526.607C1011.68 528.387 1010.97 535.462 1003.64 537.831C995.998 540.298 989.903 534.206 982.857 537.831C979.121 539.753 978.504 542.517 975.065 544.846C962.047 553.665 947.994 541.411 933.507 548.12C926.687 551.278 925.511 557.882 917.922 558.877C910.684 559.825 907.517 554.088 900.26 553.264C890.465 552.153 885.159 557.782 875.325 557.006C868.854 556.495 865.664 554.001 859.221 553.264C852.781 552.529 849.083 553.011 842.597 553.264C829.927 553.76 822.261 561.023 810.39 557.006C796.831 552.418 800.649 536.786 788.052 530.348C770.73 521.496 752.581 544.486 737.143 533.154C733.016 530.125 732.607 526.635 728.312 523.801C717.349 516.566 706.727 526.644 693.507 523.801C680.976 521.105 674.314 503.881 663.896 510.706C661.103 512.536 661.49 515.89 658.182 516.785C653.548 518.04 652.583 511.321 647.792 510.706C641.592 509.909 639.484 517.292 633.247 516.785C625.102 516.124 625.189 498.741 618.701 503.223C616.737 504.58 617.372 507.089 615.065 507.9C611.658 509.097 610.819 504.029 607.273 503.223C602.875 502.223 600.376 504.903 595.844 505.093C585.571 505.525 580.386 496.839 570.39 499.014C565.007 500.185 563.444 504.72 557.922 505.093C551.493 505.528 548.788 501.289 542.857 499.014C524.026 491.79 513.947 484.105 493.507 483.113C477.254 482.324 468.672 491.034 452.468 489.66C435.777 488.245 422.247 463.37 412.468 475.63C409.474 479.383 411.444 483.194 408.312 486.854C399.266 497.423 387.03 473.153 372.468 475.63C366.656 476.618 364.316 481.39 358.442 480.774C353.842 480.292 352.516 476.737 348.052 475.63C340.556 473.77 334.887 474.232 328.312 477.968C325.519 479.555 325.371 482.887 322.078 483.113C318.476 483.359 318.023 479.446 314.805 477.968C311.255 476.337 308.75 474.592 304.935 475.63C301.774 476.49 301.509 479.209 298.701 480.774C290.768 485.198 283.891 482.691 274.805 480.774C267.465 479.226 264.673 473.432 257.143 473.759C250.346 474.054 248.356 481.042 241.558 480.774C231.955 480.396 233.692 467.14 224.416 464.873C215.057 462.586 209.562 474.107 200.519 470.953C194.766 468.946 194.698 463.45 189.091 461.132C177.999 456.545 169.698 473.841 158.961 468.615C152.322 465.383 154.394 457.414 147.532 454.584C138.31 450.781 132.705 460.369 122.597 461.132C118.352 461.452 115.898 460.54 111.688 461.132C106.807 461.818 104.654 465.331 99.7403 464.873C93.0203 464.247 93.3733 455.798 86.7533 454.584C81.0158 453.532 78.0408 458.316 72.2078 457.858C61.8828 457.046 62.0596 440.377 51.9481 442.424C48.5834 443.106 47.5326 445.535 44.1558 446.166C35.4499 447.793 33.8922 436.999 25.4545 434.474C16.0215 431.651 0 434.474 0 434.474Z" /></svg>');
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
}

    .breadcrumb-wrapper::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #035aa6c7;
        /*        background: linear-gradient(0deg, rgba(18, 47, 42, 0.7) 0%, rgba(18, 47, 42, 0.7) 100%);*/
    }

    .breadcrumb-wrapper .page-heading {
        padding: 220px 0 220px;
        text-align: center;
        position: relative;
    }

@media (max-width: 1399px) {
    .breadcrumb-wrapper .page-heading {
        padding: 100px 0 100px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        padding: 80px 0 80px;
    }
}

.breadcrumb-wrapper .page-heading h1 {
    color: var(--white);
    font-size: 80px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 50px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 30px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
    justify-content: center;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items {
        justify-content: center;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: #ffacac;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    font-family: "DM Serif Text", serif;
}

    .breadcrumb-wrapper .page-heading .breadcrumb-items li a {
        color: var(--white);
        transition: all 0.4s ease-in-out;
    }

        .breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
            color: #ffacac;
        }

    .breadcrumb-wrapper .page-heading .breadcrumb-items li i {
        color: var(--white);
    }


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--bg);
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 10px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

.ripple {
    position: relative;
}

    .ripple::before, .ripple::after {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 50px;
        height: 50px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.6);
        -webkit-animation: rippleOne 3s infinite;
        animation: rippleOne 3s infinite;
    }

    .ripple::before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .ripple::after {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }


.swiper-dot {
    text-align: center;
    margin-top: 30px;
}

    .swiper-dot .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        transition: 0.6s;
        border-radius: 30px;
        background-color: var(--theme-2);
        opacity: 1;
        position: relative;
    }

        .swiper-dot .swiper-pagination-bullet:not(:last-child) {
            margin-right: 15px;
        }

        .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: var(--theme);
            transition: 0.6s;
            position: relative;
            width: 10px;
            height: 10px;
            border-radius: 30px;
        }

            .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                content: "";
                width: 10px;
                height: 10px;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                border-radius: 30px;
            }

.swiper-dot-2 {
    text-align: center;
    margin-top: 30px;
}

    .swiper-dot-2 .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        transition: 0.6s;
        border-radius: 30px;
        background-color: transparent;
        border: 2px solid var(--header);
        opacity: 1;
        position: relative;
    }

        .swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
            margin-right: 15px;
        }

        .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
            border: 2px solid var(--header);
            transition: 0.6s;
            position: relative;
            width: 16px;
            height: 16px;
            border-radius: 30px;
        }

            .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                content: "";
                width: 10px;
                height: 10px;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                border-radius: 30px;
            }

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    opacity:0.8
}

.slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.brand-slide-element {
    width: auto;
    display: inline-block;
}


.hero-1 {
    position: relative;
    padding: 180px 0;
}

@media (max-width: 1399px) {
    .hero-1 {
        padding: 100px 0;
    }
}
.hero-1 {
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hero-1 {
        padding: 80px 0;
    }
}

.hero-1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #035aa68c;
    /*    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);*/
    z-index: 999;
}

.hero-1 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #111; /* fallback */
    transform: scale(1);
    -webkit-transition: all 8s ease-out 0s;
    -moz-transition: all 8s ease-out 0s;
    -ms-transition: all 8s ease-out 0s;
    -o-transition: all 8s ease-out 0s;
    transition: all 8s ease-out 0s;
    z-index: 9;
}

.hero-1 .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

@media (max-width: 1199px) {
    .hero-1 .shape {
        display: none;
    }
}

.hero-1 .hero-content {
    position: relative;
    z-index: 999;
    text-align: center;
}

@media (max-width: 767px) {
    .hero-1 .hero-content {
        text-align: center;
    }
}

.hero-1 .hero-content p:first-child {
    color: var(--white);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "DM Serif Text", serif;
}

.hero-1 .hero-content h1 {
    color: var(--white);
    margin-bottom: 15px;
}

.hero-1 .hero-content p {
    max-width: 722px;
    color: var(--white);
    margin: 0 auto;
}

.hero-1 .hero-content .hero-button {
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 40px;
    justify-content: center;
}

@media (max-width: 1199px) {
    .hero-1 .hero-content .hero-button {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-content .hero-button {
        justify-content: center;
    }
}

.hero-1 .hero-content .hero-button .theme-btn.border-btn {
    background-color: transparent;
    border: 1px solid var(--white);
}

    .hero-1 .hero-content .hero-button .theme-btn.border-btn:hover {
        border: 1px solid var(--theme);
    }

/* 1) "See Our Work" — transparent (outline) */
.about-bottom > .theme-btn {
    background-color: transparent;
    border: 1px solid var(--theme);
    color: var(--theme);
    transition: all .25s ease;
}

    .about-bottom > .theme-btn i {
        color: inherit;
    }

    .about-bottom > .theme-btn:hover {
/*        background-color: transparent;*/
        background-color: var(--theme-2);
/*        border-color: var(--theme);*/
        color: var(--white);
    }

/* 2) "Donate Today" — solid (filled) */
.about-bottom .info-item .theme-btn {
    background-color: var(--theme);
/*    border: 1px solid var(--theme);*/
    color: var(--white);
    transition: all .25s ease;
}

    .about-bottom .info-item .theme-btn i {
        color: inherit;
    }

    .about-bottom .info-item .theme-btn:hover {
        background-color: transparent;
        color: var(--white);
        border-color: var(--theme);
    }


.hero-section-1 {
    position: relative;
}

    .hero-section-1 .swiper-slide.swiper-slide-active .hero-bg {
        -webkit-transform: scale(1.19);
        -moz-transform: scale(1.19);
        transform: scale(1.19);
    }

@media (max-width: 1199px) {
    .hero-section-1 .arrow-button {
        display: none;
    }
}

.hero-section-1 .arrow-button .array-prev {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--theme-2);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    line-height: 60px;
    color: var(--white);
    font-size: 18px;
    z-index: 9;
    transition: all 0.4s ease-in-out;
}

    .hero-section-1 .arrow-button .array-prev:hover {
        color: var(--white);
        background-color: var(--theme-2);
    }

.hero-section-1 .arrow-button .array-next {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    color: var(--white);
    font-size: 18px;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    background-color: var(--theme-2);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    line-height: 60px;
}

    .hero-section-1 .arrow-button .array-next:hover {
        color: var(--white);
        background-color: var(--theme-2);
    }

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    border: none;
}

    .mean-container .mean-nav ul li a:hover {
        color: var(--theme-2);
    }

.mean-container .mean-nav ul li .submenu li a {
    border-bottom: none !important;
    font-size: 14px;
    padding: 6px 0;
    color: var(--header);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
    display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
    font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

.news-card-items {
    margin-top: 30px;
}

    .news-card-items .news-image {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
    }

        .news-card-items .news-image .bottom-shape {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .news-card-items .news-image .news-layer-wrapper {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            transition: 0.5s;
        }

            .news-card-items .news-image .news-layer-wrapper .news-layer-image {
                width: 25%;
                height: 100%;
                transition: 0.5s;
                background-size: cover;
            }

                .news-card-items .news-image .news-layer-wrapper .news-layer-image:nth-child(1) {
                    background-position: 0;
                    transition-delay: 0;
                }

                .news-card-items .news-image .news-layer-wrapper .news-layer-image:nth-child(2) {
                    background-position: 33.33%;
                    transition-delay: 0.1s;
                }

                .news-card-items .news-image .news-layer-wrapper .news-layer-image:nth-child(3) {
                    background-position: 66.66%;
                    transition-delay: 0.2s;
                }

                .news-card-items .news-image .news-layer-wrapper .news-layer-image:nth-child(4) {
                    background-position: 100%;
                    transition-delay: 0.3s;
                }

        .news-card-items .news-image img {
            width: 100%;
            height: 100%;
            border-radius: 20px;
            transform: scale(1.02);
            transition: all 1.5s ease-out;
        }

    .news-card-items .news-content {
        margin-top: 20px;
    }

        .news-card-items .news-content .news-meta {
            display: flex;
            align-items: center;
            gap: 23px;
            margin-bottom: 20px;
        }

            .news-card-items .news-content .news-meta li {
                font-family: "DM Serif Text", serif;
            }

                .news-card-items .news-content .news-meta li i {
                    margin-right: 8px;
                }

        .news-card-items .news-content h4 {
            border-bottom: 1px solid #C9C9C9;
            margin-bottom: 30px;
            padding-bottom: 20px;
        }

            .news-card-items .news-content h4 a {
                background-position: 0 95%;
                background-repeat: no-repeat;
                background-size: 0% 2px;
                display: inline;
            }

                .news-card-items .news-content h4 a:hover {
                    color: var(--theme-2);
                    background-size: 100% 2px;
                    background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
                }

    .news-card-items:hover .news-image .news-layer-wrapper .news-layer-image {
        transform: translateY(-100%);
    }

    .news-card-items:hover .news-image img {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }

.news-content2 p a {
    color: var(--theme);
    font-weight:bold;
}
.news-content2 p a:hover{
    color:var(--theme-2);
    border-bottom: 1px solid var(--theme-2)
}
.news-content2 > a.link-btn {
    color: var(--theme-2) !important;
}
.news-content2 > a.link-btn:hover {
    color: var(--theme) !important;
}




.back-to-top {
    background-color: var(--theme);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    color: var(--white);
    font-size: 16px;
    position: fixed;
    display: inline;
    justify-content:center;
    z-index: 9999;
    right: 20px;
    bottom: 50px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
/*    visibility: hidden;*/
    transform: translateY(20px);
    border: 2px solid var(--white);
}

/*@media (max-width: 575px) {
    .back-to-top {
        display: block;
    }
}*/

    .back-to-top:hover {
        background-color: var(--white);
        color: var(--theme-2);
        border: 2px solid var(--theme);
    }

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}


.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform 0.8s ease-in-out;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition-delay: 0s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    background-color: #000000;
    opacity: 0.7;
    cursor: url(../../assets/img/close.png), auto;
}

@media (max-width: 767px) {
    .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(-110%);
    }
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.4s, 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.search-popup__form {
    position: relative;
}

    .search-popup__form input[type=search],
    .search-popup__form input[type=text] {
        width: 100%;
        height: 66px;
        border: none;
        outline: none;
        padding-left: 20px;
        background-color: var(--white);
        font-size: 16px;
        font-weight: 400;
        color: var(--text);
        transition: all 500ms ease;
    }

        .search-popup__form input[type=search]:focus,
        .search-popup__form input[type=text]:focus {
            color: var(--header);
        }

    .search-popup__form .search-btn {
        padding: 0;
        width: 66px;
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: -1px;
        border-radius: 0;
        font-size: 20px;
        color: var(--white);
        background-color: var(--theme);
        transition: all 0.4s ease-in-out;
    }

        .search-popup__form .search-btn:hover {
            background-color: var(--black);
        }

    .search-popup__form .eolexi-btn svg {
        width: 1em;
        height: 1em;
        fill: currentColor;
    }

.search-popup.active {
    z-index: 9999;
}

    .search-popup.active .search-popup__overlay {
        top: auto;
        bottom: calc(90px - 112vw);
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
        opacity: 0.7;
        -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
        transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    }

@media (max-width: 767px) {
    .search-popup.active .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(0%);
    }
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}


.project-card-item {
    margin-top: 30px;
}

    .project-card-item .project-image {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }

        .project-card-item .project-image img {
            width: 100%;
            height: 100%;
            border-radius: 20px;
            transform: scale(1.02);
            transition: all 1.5s ease-out;
        }

        .project-card-item .project-image .project-content {
            display: flex;
            align-items: center;
            gap: 60px;
            position: absolute;
            left: 40px;
            bottom: -40px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease-in-out;
        }

            .project-card-item .project-image .project-content.style-2 {
                flex-direction: row-reverse;
            }

                .project-card-item .project-image .project-content.style-2 .content h5 {
                    text-align: left;
                }

            .project-card-item .project-image .project-content .content h3 {
                font-size: 36px;
            }

@media (max-width: 1199px) {
    .project-card-item .project-image .project-content .content h3 {
        font-size: 25px;
    }
}

.project-card-item .project-image .project-content .content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

    .project-card-item .project-image .project-content .content h3 a:hover {
        color: var(--theme-2);
        background-size: 100% 2px;
        background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
    }

.project-card-item .project-image .project-content .arrow-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid var(--theme-2);
    transition: all 0.4s ease-in-out;
}

    .project-card-item .project-image .project-content .arrow-icon i {
        transform: rotate(-45deg);
        transition: all 0.4s ease-in-out;
    }

    .project-card-item .project-image .project-content .arrow-icon:hover {
        background-color: var(--white);
        color: var(--theme-2);
        border: 1px solid var(--white);
    }

        .project-card-item .project-image .project-content .arrow-icon:hover i {
            transform: rotate(0);
        }

.project-card-item .project-image .shape-image {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    left: -30px;
    bottom: 0;
    max-width: 580px;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 166"><path fill-rule="evenodd" clip-rule="evenodd"  d="M2.39423 2.39423H24.0276C24.4094 2.39423 24.7903 2.35863 25.1655 2.28789L34.3657 0.55312C35.5707 0.325895 36.5161 1.57489 35.9701 2.67296C35.4831 3.65253 36.1868 4.80453 37.2807 4.81838L349.977 8.77885C349.977 8.77885 361.087 8.77884 353.151 14.3654C345.215 19.9519 332.517 21.5481 332.517 21.5481H324.432C322.977 21.5481 321.556 21.9806 320.347 22.7906C318.508 24.0238 316.21 24.36 314.094 23.7054L307.814 21.7622C307.373 21.6256 306.895 21.6788 306.494 21.9089C305.054 22.7366 305.601 24.9328 307.26 25.0119L502.347 34.3173C558.207 36.9817 531.658 37.47 511.767 37.5305C538.049 38.4126 447.294 45.9424 434.73 46.9704C433.802 47.0464 432.993 47.5249 432.454 48.2839C431.059 50.2475 432.286 52.9605 434.687 53.1501C444.177 53.8994 464.226 55.0375 477.746 52.6731C495.999 49.4808 480.115 56.6888 482.507 58.2596C487.179 61.3264 491.513 56.4453 496.792 58.2596C500.212 59.4351 501.2 62.2596 504.728 63.0481C507.148 63.589 508.627 62.6626 511.077 63.0481C516.282 63.8672 518.004 67.6939 522.981 69.4327C533.52 73.1147 536.472 66.2404 551.55 69.4327C563.541 71.9714 542.91 72.9959 533.958 73.309C531.49 73.3954 529.15 74.4016 527.408 76.1533C526.58 76.9863 525.584 77.7894 524.417 77.6557C522.851 77.4763 521.386 76.4965 519.806 77.4135C517.643 78.6698 516.695 80.488 516.632 83C516.499 88.2967 528.917 77.8425 530.123 83C530.407 84.2135 529.978 84.9542 530.123 86.1923C531.119 94.7057 548.161 89.4454 554.636 87.1246C556.289 86.5324 558.005 86.1387 559.691 85.6472C561.343 85.1652 563.101 84.3282 562.661 83C562.238 81.7241 564.294 81.8081 566.307 82.1649C568.649 82.58 571.017 82.8995 573.395 82.8873C579.162 82.8577 587.752 83.6301 565.835 90.1827C536.472 98.9615 526.155 95.7692 516.632 95.7692C513.006 95.7692 512.141 96.6948 512.461 97.8412C513.525 101.662 518.75 102.154 522.716 102.154H551.55L488.033 109.165C486.996 109.279 485.951 109.302 484.909 109.345C482.552 109.442 478.308 109.975 477.746 112.529C477.255 114.759 480.074 116.247 482.637 117.123C485.116 117.97 487.785 117.8 490.362 117.332C495.407 116.417 503.447 115.351 502.347 118.115C500.76 122.106 462.667 119.712 462.667 122.106C462.667 124.5 461.697 125.741 462.667 127.692C464.608 131.595 472.069 123.682 473.778 127.692C474.634 129.701 476.358 131.803 478.49 131.332C484.481 130.008 493.764 128.487 491.237 132.481C489.669 134.958 486.477 135.673 483.545 135.673H469.81C459.493 135.673 465.842 140.462 469.81 140.462H510.12C511.767 140.462 513.364 141.025 514.648 142.058C515.932 143.091 517.531 143.654 519.178 143.654H552.393C553.417 143.654 554.44 143.728 555.446 143.918C558.015 144.406 562.452 145.451 557.106 146.048C549.963 146.846 544.408 146.846 526.155 148.442C507.902 150.038 538.059 150.038 526.155 152.433C514.251 154.827 557.106 150.837 557.106 150.837L536.856 155.2C535.624 155.466 534.605 156.328 534.14 157.498C533.622 158.801 532.426 159.709 531.032 159.859L513.43 161.756C511.924 161.918 510.546 162.677 509.604 163.862C508.529 165.213 506.897 166 505.17 166H20C8.9543 166 0 157.046 0 146V4.78846C0 3.46616 1.07193 2.39423 2.39423 2.39423Z" /></svg>');
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
}

.project-card-item:hover .project-image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.project-card-item:hover .project-image .project-content {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
}

.project-card-item:hover .project-image .shape-image {
    visibility: visible;
    opacity: 1;
    left: 0;
}


@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 90%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 70%;
    }
}


.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 0;
    }
}

.section-title .sub-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-2);
    font-family: "DM Serif Text", serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1;
    border: 1px solid var(--theme-2);
    padding: 10px 20px;
    border-radius: 100px;
    padding-left: 25px;
    display: inline-block;
    position: relative;
}

    .section-title .sub-title::before {
        width: 6px;
        height: 6px;
        border-radius: 30px;
        background-color: var(--theme-2);
        left: 0;
        position: absolute;
        content: "";
        top: 15px;
        left: 13px;
    }

.section-title h2 {
    text-transform: capitalize;
}

    .section-title h2 span {
        text-transform: uppercase;
    }

.section-title.style-2 h2 {
    font-size: 64px;
}

@media (max-width: 1399px) {
    .section-title.style-2 h2 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .section-title.style-2 h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .section-title.style-2 h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .section-title.style-2 h2 {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .section-title.style-2 h2 {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    .section-title.style-2 h2 {
        font-size: 25px;
    }
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
    text-align:center;
}

    .section-title-area .section-title {
        margin-bottom: 0;
    }

@media (max-width: 991px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .section-title-area {
        margin-bottom: 0;
    }
}

.center {
    text-align: center;
    margin: 0 auto;
}

.section-bg {
    background-color: var(--bg-2);
}

.section-bg-1 {
    background-color: #3f83bf17;
}

.section-bg-2 {
    background-color: #F7F7F7;
}

.header-bg {
    background-color: var(--theme);
}

.footer-bg-2 {
    background-color: #0F0F0F;
}

.section-padding {
    padding: 90px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 40px 0;
    }
}

.causes-section {
    margin: 0 40px;
    border-radius: 30px;
    position: relative;
   
}
.service-bg {
    background-color: #3f83bf17;
}

@media (max-width: 1399px) {
    .causes-section {
        margin: 0 30px;
    }
}

@media (max-width: 767px) {
    .causes-section {
        margin: 0 15px;
    }
}

.causes-section .shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 1399px) {
    .causes-section .shape {
        display: none;
    }
}

.causes-box-item {
    text-align: center;
    margin-top: 30px;
    z-index: 9;
    padding: 0 40px 40px 40px;
    position: relative;
}

    .causes-box-item::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        border-radius: 20px;
        background-color: var(--white);
        top: 80px;
        z-index: -1;
        height: 353px;
    }

@media (max-width: 1399px) {
    .causes-box-item::before {
        height: 388px;
    }
}

.causes-box-item::after {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme);
    border-radius: 20px;
    z-index: -1;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    height: 353px;
}

@media (max-width: 1399px) {
    .causes-box-item::after {
        height: 388px;
    }
}

.causes-box-item .icon {
    width: 150px;
    height: 150px;
    line-height: 130px;
    text-align: center;
    border-radius: 100%;
    border: 10px solid var(--white);
    margin: 0 auto;
    background-color: var(--gray);
    transition: all 0.4s ease-in-out;
}

    .causes-box-item .icon img {
        transition: all 0.4s ease-in-out;
        display: inline-block;
    }

.causes-box-item .content h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .causes-box-item .content h3 a {
        background-position: 0 95%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        display: inline;
    }

        .causes-box-item .content h3 a:hover {
            color: var(--theme-2);
            background-size: 100% 2px;
            background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
        }

.causes-box-item .content p {
    max-width: 340px;
    margin: 0 auto;
}

.causes-box-item .content .theme-btn {
    margin-top: 30px;
}

    .causes-box-item .content .theme-btn::before {
        background-color: var(--theme-2);
    }

    .causes-box-item .content .theme-btn:hover {
        color: var(--white);
    }

.causes-box-item:hover::after {
    transform: scale(1, 1);
    transform-origin: top center;
}

.causes-box-item .content h3 {
    position: relative;
    border-bottom: 1px solid transparent;
}

    .causes-box-item .content h3::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background: var(--white);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .45s ease;
    }

.causes-box-item:hover .content h3 {
    color: var(--white);
}

    .causes-box-item:hover .content h3::after {
        transform: scaleX(1);
    }


.causes-box-item:hover .content p {
    color: var(--white);
}

.causes-box-item:hover .icon {
    border: 10px solid var(--theme);
}

    .causes-box-item:hover .icon img {
        transform: scaleX(-1) !important;
    }


.team-card-items {
    margin-top: 30px;
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 0 30px 30px 30px;
}

@media (max-width: 1399px) {
    .team-card-items {
        padding: 30px;
    }
}

.team-card-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 20px;
    background-color: #F7F7F7;
    top: 130px;
    z-index: -1;
    min-height: 370px;
}

@media (max-width: 1399px) {
    .team-card-items::before {
        height: initial;
        top: 0;
    }
}

.team-card-items .team-image {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 154px;
    position: relative;
}

@media (max-width: 1399px) {
    .team-card-items .team-image {
        border-radius: 1000px;
    }
}

.team-card-items .team-image::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.team-card-items .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 154px;
    border: 3px solid var(--theme);
    transform: scale(1.02);
    transition: all 1.5s ease-out;
}

@media (max-width: 1399px) {
    .team-card-items .team-image img {
        border-radius: 1000px;
    }
}

.team-card-items .team-content {
    border-radius: 20px;
    background-color: var(--white);
    padding: 30px 20px;
    text-align: center;
    position: relative;
    z-index: 999;
}

    .team-card-items .team-content::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: var(--theme);
        transition: all 0.4s ease-in-out;
        z-index: -1;
        border-radius: 20px;
    }

    .team-card-items .team-content p:first-child {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 400;
        font-family: "DM Serif Text", serif;
        color: var(--theme)
    }

    .sub-text {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 400;
        font-family: "DM Serif Text", serif;
        color:var(--light-red)
    }
.invisible {
    visibility: hidden;
    display: block;
    min-height: 1.25em; 
    line-height: 1.25;
}

        .team-card-items .team-content p:first-child a {
            background-position: 0 95%;
            background-repeat: no-repeat;
            background-size: 0% 2px;
            display: inline;
        }

            .team-card-items .team-content p:first-child a:hover {
                color: var(--white);
                background-size: 100% 2px;
                background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
            }

    .team-card-items .team-content p {
        margin: 0 auto;
    }

    .team-card-items .team-content .social-icon {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 10px;
        justify-content: center;
    }

        .team-card-items .team-content .social-icon a {
            font-size: 20px;
            color: var(--theme-2);
        }

            .team-card-items .team-content .social-icon a:hover {
                color: var(--theme-2);
            }

.team-card-items:hover .team-image::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.team-card-items:hover .team-image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.team-card-items:hover .team-content::before {
    top: auto;
    height: 100%;
}

.team-card-items:hover .team-content p {
    color: var(--white);
}


.volounteer-details-wrapper {
    margin-bottom: 80px;
}

@media (max-width: 1399px) {
    .volounteer-details-wrapper {
        margin-bottom: 30px;
    }
}

.volounteer-details-wrapper .volounteer-details-left-item .details-image {
    position: relative;
    overflow: hidden;
}

    .volounteer-details-wrapper .volounteer-details-left-item .details-image::after {
        content: "";
        position: absolute;
        width: 200%;
        height: 0%;
        left: 50%;
        top: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: 1;
    }

    .volounteer-details-wrapper .volounteer-details-left-item .details-image img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }
    .volounteer-details-wrapper .volounteer-details-left-item .details-image2 img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        
    }

.volounteer-details-wrapper .volounteer-details-left-item .details-list {
    margin-top: 30px;
}

    .volounteer-details-wrapper .volounteer-details-left-item .details-list li {
        font-size: 20px;
        font-weight: 400;
        color: var(--header);
        font-family: "DM Serif Text", serif;
    }

@media (max-width: 1399px) {
    .volounteer-details-wrapper .volounteer-details-left-item .details-list li {
        font-size: 16px;
    }
}

.volounteer-details-wrapper .volounteer-details-left-item .details-list li span {
    color: var(--text);
}

.volounteer-details-wrapper .volounteer-details-left-item .details-list li:not(:last-child) {
    margin-bottom: 20px;
}

.volounteer-details-wrapper .volounteer-details-left-item:hover .details-image::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.volounteer-details-wrapper .volounteer-details-box {
    border-radius: 20px;
    padding: 40px 60px;
    background: #F7F7F7;
}

@media (max-width: 1399px) {
    .volounteer-details-wrapper .volounteer-details-box {
        padding: 30px;
    }
}

.volounteer-details-wrapper .volounteer-details-box h3 {
    margin-bottom: 10px;
}

.volounteer-details-wrapper .volounteer-details-box .social-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .volounteer-details-wrapper .volounteer-details-box .social-icon a {
        font-size: 20px;
        color: var(--theme-2);
        border: 1px solid var(--theme-2);
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        border-radius: 100px;
    }

        .volounteer-details-wrapper .volounteer-details-box .social-icon a:hover {
            color: var(--theme);
            background-color: var(--theme-2);
        }

.volounteer-details-wrapper .volounteer-details-box h5 {
    margin-top: 20px;
}

.volounteer-details-wrapper .volounteer-details-box .progress-wrap {
    margin-top: 30px;
}

    .volounteer-details-wrapper .volounteer-details-box .progress-wrap .pro-items {
        width: 100%;
    }

        .volounteer-details-wrapper .volounteer-details-box .progress-wrap .pro-items:not(:last-child) {
            margin-bottom: 25px;
        }

        .volounteer-details-wrapper .volounteer-details-box .progress-wrap .pro-items .pro-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
        }

            .volounteer-details-wrapper .volounteer-details-box .progress-wrap .pro-items .pro-head .title {
                font-size: 16px;
                font-weight: 400;
            }

            .volounteer-details-wrapper .volounteer-details-box .progress-wrap .pro-items .pro-head .point {
                font-size: 16px;
                font-weight: 400;
                color: var(--header);
                font-family: "DM Serif Text", serif;
            }

        .volounteer-details-wrapper .volounteer-details-box .progress-wrap .pro-items .progress {
            background: rgba(11, 78, 61, 0.2);
            justify-content: flex-start;
            border-radius: 100px;
            align-items: center;
            position: relative;
            display: flex;
            height: 5px;
            width: 100%;
        }

        .volounteer-details-wrapper .volounteer-details-box .progress-wrap .pro-items .progress-value {
            animation: load 3s normal forwards;
            border-radius: 0;
            background: var(--theme-2);
            height: 5px;
            width: 0;
            border-radius: 10px;
        }

        .volounteer-details-wrapper .volounteer-details-box .progress-wrap .pro-items .style-two {
            animation: load2 3s normal forwards;
        }

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 85%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 95%;
    }
}

.volounteer-details-wrapper .volounteer-details-box .list-item {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1399px) {
    .volounteer-details-wrapper .volounteer-details-box .list-item {
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.volounteer-details-wrapper .volounteer-details-box .list-item .list li {
    color: var(--header);
    font-family: "DM Serif Text", serif;
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 1399px) {
    .volounteer-details-wrapper .volounteer-details-box .list-item .list li {
        font-size: 16px;
    }
}

.volounteer-details-wrapper .volounteer-details-box .list-item .list li:not(:last-child) {
    margin-bottom: 15px;
}

.volounteer-details-wrapper .volounteer-details-box .list-item .list li i {
    margin-right: 5px;
}

.volounteer-details-wrapper .volounteer-details-box .theme-btn {
    background-color: var(--theme);
    color: var(--white);
}

    .volounteer-details-wrapper .volounteer-details-box .theme-btn::before {
        background-color: var(--theme-2);
    }

    .volounteer-details-wrapper .volounteer-details-box .theme-btn:hover {
        color: var(--white);
    }


@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 70%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 80%;
    }
}


.testimonial-wrapper {
    margin-top: 60px;
    position: relative;
}

    .testimonial-wrapper::before {
        height: 601px;
        background-color: var(--gray);
        border-radius: 20px;
        width: 84%;
        left: 18%;
        top: 23px;
        position: absolute;
        content: "";
    }

@media (max-width: 1399px) {
    .testimonial-wrapper::before {
        display: none;
    }
}

.testimonial-wrapper .testimonial-image {
    position: relative;
    z-index: 9;
}

    .testimonial-wrapper .testimonial-image img {
        width: 100%;
        height: 100%;
        border-radius: 0 0 266.5px 266.5px;
    }

    .testimonial-wrapper .testimonial-image .shape {
        position: absolute;
        left: -32%;
        bottom: -30px;
        z-index: -1;
    }

@media (max-width: 1600px) {
    .testimonial-wrapper .testimonial-image .shape {
        left: -9%;
    }
}

@media (max-width: 1399px) {
    .testimonial-wrapper .testimonial-image .shape {
        display: none;
    }
}

.testimonial-wrapper .testimonial-content {
    padding: 60px;
}

@media (max-width: 1399px) {
    .testimonial-wrapper .testimonial-content {
        padding: 30px;
        background-color: var(--gray);
        border-radius: 20px;
    }
}

.testimonial-wrapper .testimonial-content .content {
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

@media (max-width: 1399px) {
    .testimonial-wrapper .testimonial-content .content {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.testimonial-wrapper .testimonial-content .content .star {
    color: var(--yellow);
}

.testimonial-wrapper .testimonial-content .content p {
    max-width: 666px;
    margin-bottom: 30px;
}

.testimonial-wrapper .testimonial-content h3 {
    color: var(--text);
    font-family: "Nunito", sans-serif;
    margin-bottom: 40px;
    position: relative;
}

    .testimonial-wrapper .testimonial-content h3 span {
        color: var(--header);
    }

.testimonial-wrapper .testimonial-content .brand-image {
    text-align: center;
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
    opacity: 0.9;
}

    .testimonial-wrapper .testimonial-content .brand-image:hover {
        filter: initial;
        opacity: 1;
    }

.testimonial-wrapper .testimonial-content .swiper-slide.swiper-slide-active .brand-image {
    filter: initial;
    opacity: 1;
}


/*# sourceMappingURL=main.css.map */
.sponsor{
    text-align:center;
}

.sponsor p:first-child {
    font-size: 30px;
    font-weight: bold;
    margin-top:20px;
}
    .sponsor p:nth-child(2) {
        font-size: 24px;
        padding-top:20px;
    }

.blog_grid {
    border-left: 3px solid var(--primary-color);
    box-shadow: 0 0 21px rgba(0, 0, 0, .05) inset;
    display: inline-block;
    margin: 0 0 30px;
    padding: 20px;
    width: 100%;
    background: #ffc10714;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
    .blog_grid:hover {
        /*        border: 2px solid #0b4e3d42;*/
        transition: all 0.5s ease;
        transform: translateY(-5px);
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    }
    .post_title {
        margin: 20px 0;
        text-align:center;
    }
.font-icons-1{
    font-size:50px;
}

@media(max-width:425px){
    .font-icons-1 {
        font-size: 60px;
    }
}

#service-page ul{
    
    list-style:disc;
}
.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}

#mission-malawi .owl-carousel .item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block !important;
}

#recaptcha1 > div {
    transform: translateX(-35px) scale(.8)
}
#recaptcha2 > div {
    transform: translateX(-53px) scale(.8)
}
#recaptcha4 > div {
    transform: translateX(-16px) scale(.8) !important
}
.intl-tel-input {
    position: relative;
    display: block !important;
}
.error {
    color: red;
}
.security-shield-icon{
    height:50px
}
/*a:hover {
    color: #ffc107
}*/
.news-section a:hover{
    color:var(--white)
}
#carouselExampleFade {
    height: 600px;
    overflow: hidden;
}

    #carouselExampleFade .carousel-inner {
        height: 100%;
    }

    #carouselExampleFade .carousel-item {
        height: 100%;
    }

        #carouselExampleFade .carousel-item img {
            height: 100%;
            width: 100%;
            object-fit: contain; 
            object-position: center;
            background-color: #000;
        }
.malawi-text{
    font-size:40px;
    font-weight:bold;
    text-align:center;
    line-height:60px
}
    .malawi-text2 {
        font-size: 18px;
        text-align: center;
        padding-top:10px
    }

#share-wrapper {
    background: var(--theme);
    z-index: 100;
}
.misc-page{
    line-height:40px
}
.icon-img{
    height:50px;
    width:50px
}
.mean__menu-wrapper .main-menu nav ul li a {
    transition: color 0.3s ease;
}

    .mean__menu-wrapper .main-menu nav ul li a:hover {
        color: var(--theme-2) !important;
    }


.mean__menu-wrapper .main-menu nav ul li.active > a {
    color: #000; 
}
.bg-individual {
    background: var(--gray);
    margin-top:20px
}
.medical-text{
    padding:20px
}

/* Make the header sticky and above page content */
#header-sticky.header-1 {
    position: sticky;
    top: 0;
    z-index: 1020; 
}


.header-main {
    position: relative;
}


.header-left {
    position: static !important;
}

    
    .header-left .logo {
        position: absolute;
        left: 10%;
        top: 69px;
        transform: translate(-50%, -44%);
        z-index: 1035;
        line-height: 0;
    }




    /* Fluid logo sizing */
    .header-logo img {
        width: clamp(170px, 15vw, 0px); 
        height: auto;
        display: block;
    }


.header-main {
    padding-block: clamp(10px, 3.2vw, 26px);
}


@media (max-width: 575.98px) {
    .header-left .logo {
        transform: translate(-50%, -50%);
    }
}

/* Optional micro-interaction */
.header-logo img {
    transition: transform .2s ease;
}

@media (min-width:0) and (max-width:1199.99px){
    .header-logo {
        display: none;
        align-items: center;
        justify-content: center;
        padding: clamp(8px,1.2vw,14px) clamp(14px,2.2vw,22px);

    }
    .header-left .logo {
        position: absolute; 
        left: 10%;
        top: 69px;
        transform: translate(-50%, -44%); 
        z-index: 1035;
        line-height: 0;
        display:none;
    }
}

@media (min-width:1200px) and (max-width:1399.99px){
    .header-logo {
        display: inline-block;
        align-items: center;
        justify-content: center;
        padding: clamp(8px,1.2vw,14px) clamp(14px,2.2vw,22px);
       
    }
    .header-left .logo {
        position: absolute; /* relative to .header-main */
        left: 7%;
/*        top: 90px;*/
        transform: translate(-50%, -44%); /* “hang” above the bar */
        z-index: 1035;
        line-height: 0;
        display: block;
    }

}


@media (min-width:1400px) {
    .header-logo {
        display: inline-block;
        align-items: center;
        justify-content: center;
        padding: clamp(8px,1.2vw,14px) clamp(14px,2.2vw,22px);

    }

    .header-left .logo {
        position: absolute; /* relative to .header-main */
        left: 7%;
        top: 50px;
        transform: translate(-50%, -44%); /* “hang” above the bar */
        z-index: 1035;
        line-height: 0;
        display: block;
    }
    .header-logo img {
        margin-right:20px;
    }


}

/* Make sure the header row can position the overlay brand */
.header-main {
    position: relative;
}


@media (max-width: 1199px) {
    
    .mobile-brand {
        position: fixed; 
        left: 16%;
        top: 26px;
        transform: translate(-50%, -52%); 
        z-index: 1035; 
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 14px;
/*        background: #fff;*/
        border-radius: 18px;
/*        box-shadow: 0 10px 25px rgba(0,0,0,.15);*/
        line-height: 0;
    }

        /* Fluid logo width across small→medium screens */
        .mobile-brand img {
            width: clamp(39px, 14vw, 116px);
            height: auto;
            display: block;
            transition: transform .2s ease;
        }

        .mobile-brand:hover img {
            transform: scale(1.02);
        }

    #header-sticky .header-main {
        padding-top: clamp(14px, 4vw, 26px);
        padding-bottom: clamp(10px, 3vw, 18px);
    }
}

@media (min-width:426px) and (max-width: 575.98px) {
    .mobile-brand {
        left: 12%;
        top: 29px;
    }

        .mobile-brand img {
            width: clamp(4px, 10vw, 65px);
            height: auto;
        }
    #header-sticky .header-main {
        padding-top: clamp(14px, 4vw, 26px);
        padding-bottom: clamp(10px, 3vw, 18px);
    }
}

@media (min-width:576px) and (max-width: 991.98px) {
    .mobile-brand {
        left: 12%;
        top: 43px;
    }

        .mobile-brand img {
            width: clamp(4px, 10vw, 65px);
            height: auto;
        }

    #header-sticky .header-main {
        padding-top: clamp(14px, 4vw, 26px);
        padding-bottom: clamp(10px, 3vw, 18px);
    }
}



/* Sticky header */
#header-sticky.header-1 {
    position: sticky;
    top: 0;
    z-index: 1020; 
}

/* Header row provides the positioning context */
.header-main {
    position: relative;
    padding-block: clamp(12px, 3vw, 15px); 
}

/* Shared badge styles (both mobile + desktop logos) */
.mobile-brand,
.nav-brand-overlay {
    position: absolute; /* relative to .header-main */
    left: 50%;
    top: 0;
    z-index: 1035;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(6px,.9vw,12px) clamp(12px,1.6vw,18px);
/*    background: #fff;*/
    border-radius: 18px;
/*    box-shadow: 0 10px 25px rgba(0,0,0,.15);*/
    line-height: 0;
    text-decoration: none;
}

    /* Fluid sizes */
    .mobile-brand img {
        width: clamp(120px, 38vw, 220px);
        height: auto;
        display: block;
    }

    .nav-brand-overlay img {
        width: clamp(180px, 26vw, 360px);
        height: auto;
        display: block;
    }
.header-logo img {
    box-shadow: 1px 4px 15px #02020254;
    
    border-radius: 100%;
}
    /* Vertical hang (slightly different per breakpoint) */
    @media (max-width: 991.98px) { /* sm & md */
        .mobile-brand {
            transform: translate(-50%, -52%);
        }
    }

    @media (min-width: 992px) {
        .nav-brand-overlay {
            transform: translate(-50%, -46%);
        }

        .header-logo img {
            margin-left: 20px;
        }
    }

    @media (min-width: 992px) and (max-width:1399.99px) {

        .header-logo img {
            margin-left: 20px;
            margin-top: 5px;
        }
    }

    .mobile-brand img, .nav-brand-overlay img {
    transition: transform .2s ease;
}

.mobile-brand:hover img,
.nav-brand-overlay:hover img {
    transform: scale(1.02);
}
@media (max-width: 1199px) {

    .mobile-brand {
        position: fixed;
        left: 20%;
        top: 34px;
        transform: translate(-50%, -52%);
        z-index: 1035;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 14px;
/*        background: #fff;*/
        border-radius: 18px;
/*        box-shadow: 0 10px 25px rgba(0,0,0,.15);*/
        line-height: 0;
    }

        /* Fluid logo width across small→medium screens */
        .mobile-brand img {
            width: clamp(39px, 33vw, 116px);
            height: auto;
            display: block;
            transition: transform .2s ease;
        }

        .mobile-brand:hover img {
            transform: scale(1.02);
        }

    #header-sticky .header-main {
        padding-top: clamp(14px, 4vw, 26px);
        padding-bottom: clamp(10px, 3vw, 18px);
    }
}

@media (min-width:426px) and (max-width: 575.98px) {
    .mobile-brand {
        left: 75px;
        top: 34px;
    }

        .mobile-brand img {
            width: clamp(39px, 33vw, 116px);
            height: auto;
        }


}

@media (min-width:576px) and (max-width: 991.98px) {
    .mobile-brand {
        left: 100px;
        top: 50px;
    }

        .mobile-brand img {
            width: clamp(39px, 33vw, 150px);
            height: auto;
        }

    #header-sticky .header-main {
        padding-top: clamp(14px, 4vw, 26px);
        padding-bottom: clamp(10px, 3vw, 18px);
    }
}

@media (min-width:992px) and (max-width: 1199.98px) {
    .mobile-brand,
    .nav-brand-overlay {
        left: 120px;
        top: 50px;
        position: fixed;
    }
        .nav-brand-overlay img {
            width: clamp(39px, 33vw, 140px);
            height: auto;
            display: block;
        }

    #header-sticky .header-main {
        padding-top: clamp(14px, 4vw, 26px);
        padding-bottom: clamp(10px, 3vw, 18px);
    }
}

.mar-rig{
    margin-right:20px;
}
.host-text{
    font-size:20px;
    font-weight:600;
    text-align:center;
}

.border-custom {
    border: 1px solid #0b4e3d;
    background-color: #fff;
    transition: all 0.3s ease;
}

    .border-custom:hover {
        background-color: #fffaec;
        color: #000;
    }

.icon i {
    font-size: 2rem;
    color: #fff;
}

.link-custom {
    color: #0b4e3d;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

    .link-custom:hover {
        color: #08372d;
    }

.border-custom:hover .icon i,
.border-custom:hover .link-custom {
    color: #122f2a;
}
.our-impact {
/*    background: #f2303012;*/
    border-top: 3px solid var(--theme-2);
    padding: 20px;
    line-height: 40px;
    color: #000;
 
}
.our-impact2 {
    /*    background: #f2303012;*/
    /*    border-top: 3px solid var(--theme-2);*/
    padding: 20px;
    /*    line-height: 40px;*/
    color: #00192f;
}

#impact-page ul {
    list-style: disc;
    padding: 0 20px;
}
#impact-page .our-impact a {
    color: var(--theme-2) !important
}
#impact-page .our-impact a:hover {
    color: var(--theme) !important
}
#impact-page .our-impact2 a {
    color: var(--white) !important
}
    #impact-page .our-impact2 a:hover {
        color: var(--white) !important
    }


.info-para {
    font-size: 20px;
    font-weight: 400;
    font-family: "DM Serif Text", serif;
    padding: 10px 0;
}
/*  Timeline  */
.missions-section {
/*    background: var(--light-yellow);*/
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

    .missions-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
/*        background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>');*/
        animation: float 20s infinite linear;
    }

@keyframes float {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100px);
    }
}

.section-title {
    text-align: center;
    font-size: 3em;
/*    color: white;*/
    margin-bottom: 60px;
/*    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);*/
}

.timeline {
    position: relative;
}

    .timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 4px;
        height: 100%;
        background: var(--theme-2);
        top: 0;
    }

.mission-card {
    background: var(--white);
    border-radius: 20px;
    padding: 30px;
    border-left: 3px solid #f13030;
    margin-bottom: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    position: relative;
    width: calc(50% - 40px);
    transition: transform 0.3s ease;
}

    .mission-card:hover {
        transform: translateY(-10px);
    }

    .mission-card:nth-child(odd) {
        margin-left: 0;
        margin-right: auto;
    }

    .mission-card:nth-child(even) {
        margin-left: auto;
        margin-right: 0;
    }

    .mission-card::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: var(--white);
        border-radius: 50%;
        top: 50%;
        border: 4px solid var(--theme);
    }

    .mission-card:nth-child(odd)::before {
        right: -50px;
    }

    .mission-card:nth-child(even)::before {
        left: -50px;
    }

    .mission-card h3 {
        
        margin-bottom: 20px;
        border-bottom: 3px solid var(--theme);
        padding-bottom: 10px;
    }

    .mission-card ul {
        list-style: none;
    }

    .mission-card li {
        padding: 12px 0;
        padding-left: 30px;
        position: relative;
        font-size: 1.05em;
    }

        .mission-card li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--theme);
            font-weight: bold;
            font-size: 1.2em;
        }

    .mission-card strong {
        color: #000;
    }

/* SECTION 2: Gallery Grid Style */
.gallery-section {
    background: #f8f9fa;
    padding: 80px 20px;
    position: relative;
}

    .gallery-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 200px;
        background: linear-gradient(to bottom, #667eea, transparent);
        opacity: 0.1;
    }

.gallery-title {
    text-align: center;
    font-size: 2.5em;
    color: #333;
    margin-bottom: 50px;
    position: relative;
}

    .gallery-title::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 4px;
        background: linear-gradient(90deg, #667eea, #764ba2);
        border-radius: 2px;
    }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #667eea, #764ba2);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .gallery-item:hover {
        transform: scale(1.05);
    }

    .gallery-item::before {
        content: 'View';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 1.5em;
        font-weight: bold;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 2;
    }

    .gallery-item:hover::before {
        opacity: 1;
    }

    .gallery-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.3);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .gallery-item:hover::after {
        opacity: 1;
    }

.gallery-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2em;
}

/* SECTION 3: Donation CTA Style */
.donation-section {
    background: linear-gradient(to right, #1e3c72 0%, #2a5298 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

    .donation-section::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
        border-radius: 50%;
    }

    .donation-section::after {
        content: '';
        position: absolute;
        bottom: -50%;
        left: -10%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
        border-radius: 50%;
    }

.donation-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.donation-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

    .donation-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(102,126,234,0.3), rgba(118,75,162,0.3));
        z-index: 1;
    }

.image-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5em;
}

.donation-text {
    color: white;
}

.donation-headline {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.donation-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    opacity: 0.95;
    line-height: 1.6;
}

.donate-btn {
    display: inline-block;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .donate-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.4);
        border-color: white;
    }

    .donate-btn i {
        margin-left: 10px;
        transition: transform 0.3s ease;
    }

    .donate-btn:hover i {
        transform: translateX(5px);
    }

/* Responsive Design */
@media (max-width: 768px) {
    .timeline::before {
        left: 20px;
    }

    .mission-card {
        width: calc(100% - 40px);
        margin-left: 40px !important;
        margin-right: 0 !important;
    }

        .mission-card::before {
            left: -30px !important;
            right: auto !important;
        }

    .section-title {
        font-size: 2em;
    }

    .donation-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .donation-headline {
        font-size: 2em;
    }

    .donation-description {
        font-size: 1.1em;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

/*Time Line Ended*/



.slider-container {
    position: relative;
    width: 400px;
    max-width: 100%;
/*    margin: 0 auto;*/
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
}

.slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-after {
    clip-path: inset(0 50% 0 0);
}

.slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: white;
    cursor: ew-resize;
    transform: translateX(-50%);
}

.slider-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #667eea;
}

.slider-label {
    position: absolute;
    bottom: 15px;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    font-weight: 600;
    color: #333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 0.85rem;
}

.slider-label-before {
    left: 10px;
}

.slider-label-after {
    right: 10px;
}
.comparison-card{
    display:flex;
    justify-content:center;
}

@media (max-width: 768px) {
    .slider-wrapper {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .slider-wrapper {
        height: 250px;
    }

    .slider-label {
        font-size: 0.75rem;
        padding: 4px 10px;
    }
}

.hover-card {
    background: #3f83bf17;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
    will-change: transform;
}

    /* Lift + scale on hover/focus */
    .hover-card:hover,
    .hover-card:focus-within {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 16px 40px rgba(0,0,0,.12);
        border-color: rgba(0,0,0,.12);
    }

/* Image zoom on hover */
.image-zoom img {
    transition: transform 500ms ease;
    will-change: transform;
}

.hover-card:hover .image-zoom img,
.hover-card:focus-within .image-zoom img {
    transform: scale(1.06);
}

/*Partnership*/

/* Minimal enhancements, no media queries */
.partner {
    transition: transform .35s ease, box-shadow .35s ease;
}

    .partner:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 1rem 3rem rgba(0,0,0,.15);
        background: #035aa617;
    }

.partner-img {
    max-width: 180px; /* keeps logos tidy */
    filter: grayscale(20%);
    transition: transform .4s ease, filter .4s ease;
}

.partner:hover .partner-img {
    transform: scale(1.06);
    filter: grayscale(0%);
}

/*Award Page*/
.particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 215, 0, 0.6);
    border-radius: 50%;
    animation: float 15s infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100vh) translateX(50px);
        opacity: 0;
    }
}

.main-container {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

.award-header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInDown 1s ease-out;
}

    .award-header h1 {
        color: #fff;
        font-size: 3.5rem;
        font-weight: 700;
        text-shadow: 2px 2px 20px rgba(255, 215, 0, 0.5);
        margin-bottom: 15px;
        letter-spacing: 2px;
    }

    .award-header .subtitle {
        color: rgba(255, 255, 255, 0.9);
        font-size: 1.3rem;
        font-weight: 300;
    }

.content-wrapper {
    animation: fadeInUp 1s ease-out;
}

.award-image-section {
    margin-bottom: 40px;
}

.image-container {

    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .image-container:hover {
        transform: translateY(-10px) scale(1.02);

    }



.award-image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.image-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    border: 3px solid rgba(255, 215, 0, 0.5);*/
    border-radius: 25px;
    pointer-events: none;
    z-index: 2;
/*    animation: borderGlow 3s ease-in-out infinite;*/
}

@keyframes borderGlow {
    0%, 100% {
        box-shadow: inset 0 0 20px rgba(255, 215, 0, 0.3);
    }

    50% {
        box-shadow: inset 0 0 40px rgba(255, 215, 0, 0.6);
    }
}

.award-details {
    background: #3f83bf17;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.award-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    background: linear-gradient(135deg, #0f2027 0%, #2c5364 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.award-description {
    font-size: 1.1rem;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.8;
}

.video-section {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.video-label {
    text-align: center;
    margin-bottom: 20px;
}

    .video-label h3 {
        color: var(--black);
        font-size: 1.5rem;
        font-weight: 600;
        display: inline-block;
        padding-bottom: 10px;
        border-bottom: 3px solid var(--theme);
    }

.stats-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 20px;
}

.stat-item {
    text-align: center;
    flex: 1;
    min-width: 120px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(12, 32, 39, 0.1) 0%, rgba(44, 83, 100, 0.1) 100%);
    border-radius: 15px;
    transition: transform 0.3s ease;
}

    .stat-item:hover {
        transform: translateY(-5px);
    }

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #0f2027 0%, #2c5364 100%);
    -webkit-background-clip: text;
    color:var(--theme-2);
/*    background-clip: text;*/
}

.stat-label {
    font-size: 0.95rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--theme-2), transparent);
    margin: 30px auto;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .award-header h1 {
        font-size: 2.5rem;
    }

    .award-details {
        padding: 25px 20px;
    }

    .award-title {
        font-size: 2rem;
    }

    .stat-number {
        font-size: 2rem;
    }
}
/*contact us*/
.bg-logo {
    position: relative;
    z-index: 1;
}

    .bg-logo::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url('/img/ss-circle.svg') center center / contain no-repeat;
        opacity: 0.1;  controls transparency 
        z-index: 0;
    }

    .bg-logo > * {
        position: relative;
        z-index: 2;  ensures content stays above the logo 
    }


/* force GPU compositing and reduce repaint jank */
.project-section .swiper-wrapper {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This makes sure the image covers the full space */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /* Keep it behind content */
    aspect-ratio: 16 / 9;
}
.test-tx {
    font-size: 18px;
    font-weight: bold;
    font-family:  "Nunito", sans-serif;
    color:var(--black)
}
.partners {
    font-size: 26px;
    font-weight: bold;
    font-family: "DM Serif Text", serif;
    color: var(--black)
}
.accordion-button {
    font-size:19px;
}
.award{
    height:50px;
}
/*Scrolling Color*/
/* base header look */
#header-sticky {
    /*    background: var(--light-red);*/
    transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease;
    z-index: 9999;
}

/* default (not sticky) menu colors */
#mobile-menu > ul > li > a,
#mobile-menu .submenu a {
    color: #00192f; /* black by default */
    transition: color 150ms ease;
}

/* ACTIVE item is red everywhere */
#mobile-menu > ul > li.active > a,
#mobile-menu .submenu li.active > a {
    color: var(--theme-2); /* red */
}

/* become sticky on scroll: header turns black */
#header-sticky.stuck {
    background: var(--white); /* white -> black on scroll */
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

    /* when sticky: non-active links go green for contrast, active stays red */
    #header-sticky.stuck #mobile-menu > ul > li:not(.active) > a,
    #header-sticky.stuck .submenu li:not(.active) > a {
        color: #00192f; /* green */
    }

        /* optional: nicer hover while sticky */
        #header-sticky.stuck #mobile-menu > ul > li:not(.active) > a:hover,
        #header-sticky.stuck .submenu li:not(.active) > a:hover {
            color: var(--red); /* lighter green */
        }

/*misssion*/



.wrap {
    max-width: 1320px;
    margin: 24px auto;
    padding: 0 16px;
}

/* LEFT: Pricing pill */
.plan-card {
    border: 1px solid var(--line);
    border-radius: 0 220px 220px 0;
    padding: 48px 36px;
    background: #fff;
    border-left: 3px solid var(--theme);
    background: #f2f2f2ab;
}

.plan-card2 {
    border: 1px solid var(--line);
    border-radius: 0 140px 140px 0;
    padding: 48px 36px;
    background: #fff;
    border-left: 3px solid var(--theme-2)
}

.plan-title {
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: .5rem;
}

.plan-desc {
    color: var(--muted);
    line-height: 1.8;
    margin: 0;
}

.price-badge {
    width: 160px;
    height: 160px;
    min-width: 130px;
    border-radius: 50%;
    background: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 2rem;
}
.price-badge2 {
    width: 160px;
    height: 160px;
    min-width: 130px;
    border-radius: 50%;
    background: var(--theme-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 2rem;
}

/* RIGHT: Features + divider + CTA, with big left curve */
.features-card {
    border: 1px solid var(--line);
    background: #f2f2f2ab;
    padding: 28px 40px;
    border-top-left-radius: 240px;
    border-bottom-left-radius: 240px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 3px solid var(--theme-2)
}

.features-card2 {
    border: 1px solid var(--line);
    background: #fff;
    padding: 28px 52px;
    border-top-left-radius: 140px;
    border-bottom-left-radius: 140px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right:3px solid var(--theme-2);
}
.features-card3 {
    border: 1px solid var(--line);
    background: #fff;
    padding: 28px 52px;
    border-top-left-radius: 140px;
    border-bottom-left-radius: 140px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right:3px solid var(--theme);
}

.feat-list {
    margin: 0;
    padding: 0;
}

.feat-item {
    list-style: none;
/*    display: flex;*/
    align-items: center;
    gap: .7rem;
    padding: .55rem 0;
    font-weight: 700;
}

    .feat-item i {
        color: var(--check);
        font-size: 1.05rem;
    }

.divider-lg {
/*    border-left: 1px solid var(--line);*/
}



/* spacing & responsive tweaks */
@media (max-width: 1199.98px) {
    .plan-card {
        padding: 40px;
    }
}

@media (max-width: 991.98px) {
    .features-card {
        border-top-left-radius: 110px;
        border-bottom-left-radius: 110px;
    }

    .divider-lg {
        border-left: 0;
/*        border-top: 1px solid var(--line);*/
        margin-top: 10px;
        padding-top: 14px;
    }

/*    .price-badge {
        width: 110px;
        height: 110px;
        min-width: 110px;
        font-size: 1.7rem;
    }*/
}

@media (max-width: 575.98px) {
    .plan-card {
        padding: 22px 18px;
        border-radius: 0px;
    }
    .features-card {
        border-radius: 0px;
        padding: 22px 18px;
    }

    .plan-title {
        font-size: 1.6rem;
    }
}

@media(max-width:425px){
    
    .about-img {
        width: 65% !important
    }
}
#service-page ul li a {
    color: var(--theme) ;
    
}
#service-page ul li a:hover {
    color: var(--theme-2);
}
.news-content h4 a {
    color: #00192f
}
.recap-mr{
    margin-right:-22px;
}
.form-text2 {
    color: var(--white);
}
.form-control-plaintext{
    color:var(--theme-2)
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-2);
    position: relative;
    z-index: 9;
    cursor: pointer;
}
    .offcanvas__wrapper .offcanvas__content .offcanvas__close i {
        color: var(--white);
    }
.info-para {
    font-size: 20px;
    font-weight: 400;
    font-family: "DM Serif Text", serif;
    padding: 10px 0;
    color: var(--theme);
}

.number{
    color: var(--theme-2);
    text-align:center;
}
.number2 {
    color: var(--theme);
    text-align: center;
}

/* subtle top/bottom rule */
.stats {
/*    border-top: 1px solid rgba(0,0,0,.08);*/
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding-block: 12px;
    margin-top:10px
}

/* vertical separators only on md+ */
@media (min-width: 768px) {
    .stats > .col-md-3 + .col-md-3 {
        border-left: 1px solid rgba(0,0,0,.12);
    }
}

.donation-section1 {
    background: linear-gradient(135deg, #035aa6d4 0%, #035aa6 100%);
    padding: 40px 20px;
    
}
.mission-section {
    background: linear-gradient(135deg, #f44336 0%, #035aa6 100%);
    padding: 40px 20px;
}
.donation-section3 {
    background: var(--gray);
    padding: 20px 20px 40px 20px;
    
}
.donation-section2 {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 12px;
    text-align: center;
}
.mission {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 12px;
    text-align: center;
}

    .mission h2{
        color: var(--gray);
        margin-bottom:25px;
    }


    .donation-text {
        color: white;
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 30px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
.donation-text2 {
    color: #00192f;
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media(max-width:767.9px){
    .donation-text {
        font-size: 20px;
    }
    .donation-text2 {
        font-size: 18px;
    }
}
.loc{
/*    font-size: 18px;*/
    text-transform:capitalize
}

/********************************our contribution********************************/

.project-slider,
.project-slider-2 {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    white-space: nowrap;
}

    .project-slider .swiper-wrapper,
    .project-slider-2 .swiper-wrapper {
        display: flex;
        gap: 20px;
        animation: scrollLeft 10s linear infinite;
    }

    .project-slider-2 .swiper-wrapper {
        animation: scrollRight 10s linear infinite;
    }

    .project-slider .swiper-slide,
    .project-slider-2 .swiper-slide {
        flex: 0 0 auto;
        max-width: 500px;
    }

.project-card-item {
    border-radius: 10px;
    overflow: hidden;
}

    .project-card-item img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        display: block;
        transition: transform 0.3s ease;
    }

    .project-card-item:hover img {
        transform: scale(1.05);
    }

@media (max-width:767px) {
    .project-slider .swiper-slide,
    .project-slider-2 .swiper-slide {
        flex: 0 0 auto;
        max-width: 250px;
    }

}
/* Animations */
@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

/********************************our contribution********************************/
.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
}

    .breadcrumb-wrapper .background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: -1;
    }

    .breadcrumb-wrapper .container {
        position: relative;
        z-index: 1;
    }

.sponsor-bg {
    background-color: var(--gray);
    /*    padding: 0px 0px 20px 0px;*/
    border-radius: 20px;
    /*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2)*/
}

.pad{
    padding:0px 20px 20px 20px;
}
.bg-1{
    background-color: var(--gray);
/*    padding: 50px 0px;*/
}
.bg-2{
    background-color:var(--light-blue)
}
.img-border{
    border-radius: 100% !important;
}
.get-img{
    border-radius:20px;
}

@media(max-width:425px){


    .volounteer-details-wrapper .volounteer-details-left-item .details-image2 img {

        padding: 24px;
    }

}
@media(max-width:768px){

    #service-page .section-padding {
        padding: 20px 0 !important;
    }
    .missions-section {

        padding: 40px 20px 20px 20px;

    }
    .malawi-text {
        font-size: 24px;

        line-height: 40px
    }
    .malawi-text2 {
        font-size: 16px;

    }
}
@media(min-width:425px) and (max-width:768px) {
    .volounteer-details-wrapper .volounteer-details-left-item .details-image2 img {
        padding: 30px;
    }
}
@media(min-width:992px) {
    .padd {
        padding: 40px 0;
    }
}
.modal-title {
    color: var(--theme);
    font-size: 24px;
    font-family: "DM Serif Text", serif;
}
.contact-form .text-muted {
    color: #00192f !important
}
.recaptcha-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.text-sred {
    color: #ffacac;
    padding-right: 10px;
    font-weight: bold;
    display: inline-block; 
    transition: transform 0.4s ease; 
}

    .text-sred:hover {
        color: #fff;
        transform: translate(3px, 0px) scale(1.0) !important;
    }
@media(max-width:1199.98px){
    .mean-container .mean-nav .submenu li{
        padding-left: 15px;
    }
}

.section-title h2.text-transform-none, h1.text-transform-none {
    text-transform: none;
}

/*.btn-mini {
    border: 2px solid #ffacac;
    padding: 4px;
    border-radius:5px;
}
html, body {
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
    overscroll-behavior: none;
    height: auto !important;
}

.reveal {
    will-change: transform;
    transform: translateZ(0);
}
*/
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}
