@font-face {
    font-family: 'telegrafultrabold';
    src: url('/fonts/telegraf_ultrabold_800-webfont.woff2') format('woff2'), url('/fonts/telegraf_ultrabold_800-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.pt-serif {
    font-family: "PT Serif", serif;
/*    font-weight: 500;*/
    font-style: normal;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

.text-telegraph {
   /* font-family: 'telegrafultrabold' !important;*/
     font-weight: 700 !important;
}

.img-client {
    filter: grayscale(100%);
}

    .img-client:hover {
        filter: grayscale(0%);
    }

.btn-donate {
    background-color: #204792;
    border-color: #204792;
}

    .btn-donate svg {
        width: 24px;
        height: 24px;
        fill: #fff;
    }


.nav-main .navbar-brand img {
    max-height: 50px;
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 220px);
    background: url("") no-repeat center center/cover;
}


    .bg-video-wrap video {
        min-width: 100%;
        min-height: calc(100vh - 220px);
        z-index: 1;
    }



/*    .bg-video-wrap::before {
        width: 100%;
        height: calc(100vh - 220px);
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .5) 50%);
        background-size: 2px 2px;
        z-index: 2;
        content: '';
    }*/


.bg-shop-video, .bg-shop-video::before {
    height: calc(100vh - 90px);
}

    .bg-shop-video video {
        min-height: calc(100vh - 90px);
    }

.btn-donate-warning {
    background-color: #FFC221;
    border-color: #FFC221;
    color: #000;
}

.overlay-content {
    z-index: 99;
}


.text-leading {
    color: white;
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.text {
    color: white;
    font-size: 48px;
    font-family: sans-serif;
    /*    border-right: 3px solid #FFC221;*/
    font-weight: 700;
    color: #1C8D0A;
    line-height: 1;
    min-height: 38px;
}


.typed-cursor {
    color: #FFC221 !important;
    font-weight:400 !important;
    display:none !important;
}
.video-caption {
    background-color: #204792;
    border-radius: 0px 0px 50px 50px;
}

.list-stats strong {
    font-weight: 700;
    font-size: 55px;
    color: #000 !important;
}

.list-stats span {
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    color: #000;
}

.btn-donate-white {
    position: relative;
    top: -36px;
    margin: auto;
    display: table;
}

.footer {
    /*    background-color: #204792;*/
    background-color: #C2E0BD;
}

.btn-donate-lg {
    background-color: #204792;
    border-color: #204792;
}

.nav-top .nav-link  {
    padding: 10px 15px !important;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}



.swiper-status .swiper-slide {
    position: relative;
}

.swiper-status .swiper-slide {
    position: relative;
}

.swiper-testimonials .swiper-slide {
    position: relative;
}


.swiper-status .swiper-button-next,
.swiper-status .swiper-button-prev {
    background: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    top: 38% !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.swiper-shop .swiper-button-next,
.swiper-shop .swiper-button-prev {
    background: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.swiper-testimonials .swiper-button-next,
.swiper-testimonials .swiper-button-prev {
    background: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    top: 45% !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.kindful-embed-wrapper {
    height: 539px !important;
    width: 380px !important;
}

    .kindful-embed-wrapper iframe {
        border-radius: 20px !important;
    }


.swiper-status .swiper-button-next, .swiper-testimonials .swiper-button-next {
    right: 10px !important;
    left: auto !important;
}

.swiper-status .swiper-button-prev, .swiper-testimonials .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,10px) !important;
    right: auto !important;
}

    .swiper-status .swiper-button-next::after,
    .swiper-status .swiper-button-prev::after,
    .swiper-shop .swiper-button-next::after,
    .swiper-shop .swiper-button-prev::after,
    .swiper-testimonials .swiper-button-next::after,
    .swiper-testimonials .swiper-button-prev::after{
        font-size: 24px !important;
        color: #000 !important;
        font-family: swiper-icons !important;
    }

.img-footer {
    max-height: 60px !important;
}

.table-comparison {
    border: 3px solid #C2E0BD !important;
    border-radius: 20px;
    overflow: hidden;
    background-color: #C2E0BD;
}

    .table-comparison tr th {
        background-color: #C2E0BD;
        color: #000000;
        vertical-align: middle;
        padding: 20px;
        border-left: 2px solid white;
        text-align: center;
    }

    .table-comparison tr td {
        background-color: #fff;
        padding-left: 20px;
        border-left:2px solid #C2E0BD;
    }

    .table-comparison tr td {
        vertical-align: middle;
       
        font-size: 18px;
    }

    .table-comparison tr td:first-child {
    
        font-weight: 600;
       
    }

        .table-comparison tr td img {
            width: 60px;
            height: 60px;
            margin-right: 10px;
        }


        .table-comparison tr td .dots {
            width: 12px !important;
            height: 12px !important;
            border-radius: 50%;
            display: inline-flex;
        }

        .table-comparison tr td .dot-yes {
            background-color: #00D32F;
        }

        .table-comparison tr td .dot-no {
            background-color: #E31D1C;
        }

.bg-gradient-shop:after {
    content: '';
    background: linear-gradient(180deg, #89CEF5 0%, rgba(124, 208, 255, 0) 100%) !important;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 1400px;
    position: absolute;
    z-index: -9;
}

.bg-gradient:after {
    content: '';
    background: linear-gradient(180deg, #89CEF5 0%, rgba(124, 208, 255, 0) 100%) !important;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 700px;
    position: absolute;
    z-index: -9;
}

.bg-gradient-invert {
    background: linear-gradient(180deg, rgba(120, 190, 255, 0) 0%, rgba(120, 190, 255, 0.3) 100%) !important;
}

.ossis-box-donate {
    background: url(../img/oasis-box.png) no-repeat;
    background-size: auto;
    width: 1036px;
    min-height: 645px;
    height: 100%;
    margin: 0 auto;
    display: table;
}

.women-left {
    z-index: 99;
    left: -200px !important;
}

.women-right {
    z-index: 99;
    right: -200px !important;
}

.card-communities h3 {
    color: rgba(32, 71, 146, 0.3);
    font-weight: 700;
    font-size: 55px;
}

.color-light-blue {
    color: rgba(32, 71, 146, 0.3) !important;
}

.bg-light-blue {
    background-color: #94C9E6 !important;
}

.text-light-blue {
    color: #94C9E6 !important;
}

.card-communities .btn {
    background: rgba(32, 71, 146, 0.3);
}

.accordion-button:not(.collapsed) {
    color: #204792;
}


ul.list-donate li {
    position: relative;
    padding-left: 50px;
    background: url(../img/drop.svg) no-repeat 0px 0px;
    background-size: 38px 38px;
    margin-bottom: 30px;
    font-size: 30px;
}

.card-projects .img-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 99.48%) !important;
    z-index: 99 !important;
}

    .card-projects .img-overlay h2 {
        bottom: 30px !important;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .card-projects:hover img , .card-projects:hover .img-overlay {
        transform: scale(1.025);
        transition: ease-in-out 0.3s;
       
    }


.img-rounded-bottom {
    border-radius: 0rem 0rem 3rem 3rem;
}

.btn-light.btn-donate-lg {
    background: #F0F0F0 !important;
    color: #000 !important;
    border-color: #F0F0F0 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bg-blue {
    background: #204792;
}

#widget1 .btn-donate-widget {
    background-color: #204792 !important;
    border-color: #204792 !important;
    color: #fff !important;
    border-radius: var(--bs-border-radius-xl) !important;
}

ul.list-select-bottle {
}

    ul.list-select-bottle li {
        display: inline-block;
    }

        ul.list-select-bottle li a {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: inline-block;
        }

            ul.list-select-bottle li a.bottle-black {
                background: #120B0A;
            }

            ul.list-select-bottle li a.bottle-pink {
                background: #FFB2D0;
            }


.form-shop .form-control, .form-shop .btn {
    height: 80px !important;
}

.form-shop .form-control {
    border-color: #204792 !important;
}

.form-shop .btn-primary {
    background: #204792;
}

.text-blue {
    color: #204792 !important;
}

.nav-pricing .nav-item .nav-link {
    color: #204792;
}

    .nav-pricing .nav-item .nav-link.active {
        background: #204792;
        color: #fff
    }

.bg-light-grey {
    background: #F9F9F9;
}

.shadow-sm {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.text-grey {
    color: #706F6F;
}

.overflow-hidden {
    overflow: hidden;
}

.text-video {
    margin-bottom: -30px !important;
    position: relative;
    z-index: 9;
}

.fs-xl {
    font-size: 4rem !important;
}

.row-oasisbox {
    margin-top: -174px;
}

.navbar-toggler {
    width: 45px;
    height: 45px;
    padding: 0px;
    border-radius: 10px;
}


@media screen and (max-width: 600px) {
    .nav-main .navbar-brand img {
        max-height: 36px;
    }

    .video-caption h2 {
        font-size: 20px !important;
    }

    .nav-collapse {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        position: absolute;
        top: 60px;
        left: 0px;
        padding: 1rem !important;
        width: 100%;
        z-index: 99999 !important;
        background-color: #fff !important;
    }

    .text {
        font-size: 30px;
        margin-bottom: 20px !important;
    }

    .text-leading {
        font-size: 30px;
       
    }

    .swiper-status .swiper-button-next,
    .swiper-status .swiper-button-prev {
        top: 28%;
    }

    .btn-donate-white {
        position: relative;
        margin: auto;
        display: table;
        margin-top: 20px;
        margin-bottom: 20px;
        top: 0px;
    }

    .list-stats strong {
        font-size: 34px;
    }

    .kindful-embed-wrapper {
        width: auto !important;
    }

    .table-comparison tr td img {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }


    .table-comparison tr th {
        font-size: 12px !important;
    }

    .table-comparison tr td {
        font-size: 13px !important;
    }

    ul.list-donate li {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .img-rounded-bottom {
        border-radius: 0rem 0rem 1.5rem 1.5rem;
    }

    .text-video {
        margin-bottom: 20px !important;
    }

    .fs-xl {
        font-size: 2.5rem !important;
    }

    .row-oasisbox {
        margin-top: 0px;
    }
}



/*

    Insta Feed
*/




.shadow-sm {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1) !important;
}

.tech-box .link-youtube .text-youtube p {
    color: #212121;
}

.tech-box .link-youtube .text-youtube span {
    padding-top: 3px;
    margin-bottom: 6px;
}

.oasis-features {
    background: #FFFFFF;
    box-shadow: 0 10px 32px 0 rgb(158 166 190 / 40%);
    float: left;
    width: 100%;
    padding: 30px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    height: 100%;
}

    .oasis-features img {
        margin: 0 auto 20px;
        display: table;
        width: 80px !important;
        height: 80px !important;
    }

    .oasis-features h3 {
        font-weight: 700;
        font-size: 18px;
        color: #000000;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .oasis-features p {
        font-weight: 500;
        font-size: 14px;
        color: #000000;
        letter-spacing: 0;
        text-align: center;
        line-height: 22px;
    }


.tech-box .link-oasis {
    background-color: transparent;
}

.oasis-box-bg {
    background: url(../img/OASISBOX-3.jpeg) no-repeat;
    background-size: cover;
    border-radius: 10px;
    background-position: top center;
    max-height: 448px;
    float: left;
    width: 100%;
    min-height: 448px;
}

.oasis-blue {
    float: left;
    width: 100%;
    padding: 40px;
    background-color: #00AEFF;
    height: 100%;
    position: relative;
}


    .oasis-blue::before {
        content: '';
        position: absolute;
        right: -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: transparent transparent transparent #18b0fe;
        z-index: 9;
        top: 42%;
    }

.contact-block {
    background: #FFFFFF url(../img/contactus.jpg) no-repeat;
    box-shadow: 0 10px 32px 0 rgba(203, 212, 239, 0.40);
    float: left;
    width: 100%;
    padding: 70px 40px;
    position: relative;
    text-align: center;
    height: 100%;
    background-size: cover;
    border-radius: 10px;
    height: 100%;
}

.contact-form {
    background: #FAFAFA;
    float: left;
    width: 100%;
    padding: 70px 50px;
    position: relative;
    text-align: center;
    height: 100%;
    background-size: cover;
    border-radius: 10px;
    height: 100%;
}

.link-contact {
    background: #FFFFFF;
    box-shadow: 0 10px 32px 0 rgba(203, 212, 239, 0.40);
    float: left;
    width: 100%;
    padding: 40px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}


    .link-contact i {
        margin: 0 auto 15px;
        display: table;
        width: 50px;
        height: 50px;
        background: #00aeff;
        color: #fff;
        border-radius: 50%;
        line-height: 50px;
        font-size: 20px;
    }


    .link-contact h4 {
        font-weight: 600;
        font-size: 20px;
    }

    .link-contact span {
        font-size: 12px;
        text-align: center;
        color: #999;
    }




.contact-block .logo {
    margin: 0 auto 30px;
    display: table;
    width: 100px;
}

.contact-block h3 {
    font-weight: 700;
    font-size: 25px;
    color: #000000;
}

.contact-block p {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 50px;
}

.oasis-lists {
    background: #FFFFFF;
    box-shadow: 0 10px 32px 0 rgba(203, 212, 239, 0.40);
    float: left;
    width: 100%;
    padding: 40px 70px;
    position: relative;
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
}

.oasis-blue ul li {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    padding-left: 90px;
}

    .oasis-blue ul li:last-child {
        margin-bottom: 0px !important;
    }

    .oasis-blue ul li img {
        width: 70px;
        height: 70px;
        position: absolute;
        left: 0px;
    }

    .oasis-blue ul li h5 {
        font-weight: 700;
        color: #fff;
        margin-bottom: 7px;
    }



    .oasis-blue ul li p {
        color: #fff;
        font-size: 14px;
    }

.oasis-lists li {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

    .oasis-lists li::before {
        content: '';
        background: #07afff;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 6px;
        left: 0px;
    }


ul.list-social-media {
    margin: 50px auto 0px;
    display: table;
}

    ul.list-social-media li {
        float: left;
        margin-right: 10px;
    }

        ul.list-social-media li:last-child {
            margin-right: 0px;
        }

        ul.list-social-media li a {
            color: #727171;
            background: #FFFFFF;
            box-shadow: 0 10px 32px 0 rgba(203, 212, 239, 0.40);
            width: 50px;
            height: 50px;
            line-height: 50px;
            border-radius: 50%;
            text-align: center;
        }


.contact-form .contact-title {
    font-weight: 700;
    font-size: 25px;
    color: #000000;
    text-align: center;
}

.contact-form .contact-subtitle {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center;
    margin-bottom: 30px;
}

.contact-form .form-control:focus {
    box-shadow: none !important;
    border: 1px solid #07afff !important;
}

.contact-form .form-control {
    background: #ffffff;
    border: 1px solid #E3E3E3 !important;
    border-radius: 6px;
    height: 50px;
    font-size: 13px;
    padding: 15px !important;
}



.contact-form select.form-control {
    background: #ffffff url(../img/arrow-down-s-line.svg) no-repeat;
    -webkit-appearance: none !important;
    background-position: top 11px right 9px;
    background-size: 24px;
}

    .contact-form select.form-control:focus {
        background: #ffffff url(../img/arrow-down-s-line.svg) no-repeat;
        -webkit-appearance: none !important;
        background-position: top 11px right 9px;
        background-size: 24px;
    }

.contact-form textarea.form-control {
    min-height: 150px;
}

.filter_radio,
.filter_tabs {
    background-color: #F7F7F7;
    float: left;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

    .filter_radio .custom-control {
        min-height: auto !important;
    }

    .filter_radio .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #00aeff;
        background-color: #00aeff;
    }

    .filter_radio .custom-control-label {
        font-size: 14px;
    }

        .filter_radio .custom-control-label::before,
        .filter_radio .custom-control-label::after {
            top: 0rem !important;
        }

    .filter_radio .custom-control-inline:last-child {
        margin-right: 0rem;
    }

    .filter_tabs .nav-tabs {
        border-bottom: none;
    }

        .filter_tabs .nav-tabs .nav-item {
            margin-bottom: 0px;
        }

            .filter_tabs .nav-tabs .nav-item.show .nav-link,
            .filter_tabs .nav-tabs .nav-link.active {
                border: none;
                background: none;
                font-weight: 600;
            }

        .filter_tabs .nav-tabs .nav-link {
            border: none;
            font-size: 14px;
            padding: 0px 17px;
            position: relative !important;
            color: #1B1B1B;
            text-align: center;
        }

            .filter_tabs .nav-tabs .nav-link.active::before {
                content: '';
                position: absolute;
                width: 100%;
                height: 3px;
                background-color: #00AEFF;
                bottom: -10px;
                margin: 0 auto;
                display: table;
                left: 0px;
                right: auto;
            }

.form-control-search {
    background: #FFFFFF url(../img/search.svg) no-repeat;
    background-size: 15px !important;
    background-position: top 13px right 10px;
    border: 1px solid rgba(227, 227, 227, 0.60);
    box-shadow: 0 10px 32px 0 rgba(203, 212, 239, 0.40);
    border-radius: 5px;
    height: 42px;
    font-size: 13px;
    padding-left: 20px;
}

    .form-control-search:focus {
        box-shadow: none;
        border-color: #00AEFF;
        background: #FFFFFF url(../img/search-focus.svg) no-repeat;
        background-size: 15px !important;
        background-position: top 13px right 10px;
    }

.iframe_donate {
    margin: 0 auto !important;
    float: right;
    display: table !important;
}


.oasis-country {
    height: auto;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

    .oasis-country:hover {
        transform: scale(1.05);
        text-decoration: none !important;
    }

    .oasis-country img {
        width: 60px;
        height: 60px;
    }

    .oasis-country h3 {
        margin-bottom: 0px !important;
    }

.btn-donate-now i {
    font-size: 21px;
    position: absolute;
    top: 5px;
    left: 15px;
}

.btn-donate-now {
    padding-left: 44px !important;
}

.btn-downlaod-borchure i {
    font-size: 21px;
    position: absolute;
    top: 7px;
    right: 15px;
}

.btn-downlaod-borchure {
    padding-right: 50px !important;
    position: relative;
}


.video-slide .slick-dots {
    bottom: 28px !important;
}

.video-slide .slick-arrow {
    position: absolute;
    top: 44%;
    z-index: 99;
    height: 50px;
    width: 50px;
    background: white;
    text-align: center;
    line-height: 50px;
    color: #838694;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 50% !important;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 32px 0 rgba(203, 212, 239, 0.40);
}

    .video-slide .slick-arrow:hover {
        background: #223c78;
        color: #fff;
    }

.input-group-search .form-control {
    border: 1px solid rgba(227, 227, 227, 0.60);
    box-shadow: 0 10px 32px 0 rgba(203, 212, 239, 0.40);
    font-size: 13px;
    height: 40px;
}

.input-group-search .btn {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 0px 11px !important;
    line-height: 1;
}

.news-image-holder {
    position: relative;
}

    .news-image-holder .img-fluid.rounded {
        border-radius: 10px !important;
    }

    .news-image-holder .btn-back {
        position: absolute;
        background: #00aeff;
        padding: 13px;
        color: #fff;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
        padding-left: 36px;
        top: 20px;
        left: -20px;
    }

        .news-image-holder .btn-back i {
            font-size: 17px;
            position: absolute;
            left: 10px;
            top: 12px;
        }

.btn-news {
    margin: 20px auto;
    display: flex;
    text-align: center;
    width: 100%;
    float: left;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.btn-back-circle {
    color: #686868;
    line-height: 15px;
    font-size: 14px;
    font-weight: 500;
    background: #f3f3f3;
    border-radius: 30px;
    min-width: 142px;
    position: relative;
    text-align: center;
    padding: 13px 20px;
}

    .btn-back-circle.prev-news {
        padding-left: 50px;
    }

        .btn-back-circle.prev-news i {
            left: 4px;
        }

    .btn-back-circle.next-news {
        padding-right: 50px;
    }

        .btn-back-circle.next-news i {
            right: 4px;
        }

    .btn-back-circle i {
        background: #686868;
        border: 2px solid #686868;
        color: #fff;
        width: 34px;
        height: 34px;
        line-height: 31px;
        text-align: CENTER;
        font-weight: 600;
        font-size: 16px;
        border-radius: 50%;
        position: absolute;
        top: 4px;
    }

    .btn-back-circle:hover i {
        background: #fff;
        border: 2px solid #00aeff;
        color: #00aeff !important;
    }

    .btn-back-circle:hover {
        background: #00aeff;
        color: #ffffff;
    }

.banner {
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 65px 40px;
    color: #fff;
    background-size: cover;
    text-align: center;
    margin-bottom: 30px;
    background-position: center center;
}

    .banner h2 {
        font-weight: 700;
        color: #fff;
        margin-bottom: 15px;
        font-size: 30px;
    }

    .banner p {
        color: #fff;
        font-size: 15px;
        margin-bottom: 20px;
    }

        .banner p a {
            text-decoration: underline;
            color: #fff;
        }

    .banner .btn {
        font-weight: 500;
        padding: 15px 30px;
    }

.video-slide .slick-arrow:hover::before {
    opacity: 1;
}

.video-slide .slick-arrow.prev {
    left: 20px;
}


.validation-summary-errors {
    float: left;
    width: 100%;
    padding: 15px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .validation-summary-errors ul {
        margin: 0px;
        padding: 0px;
        list-style: disc;
        padding-left: 20px;
    }

        .validation-summary-errors ul li {
            float: left;
            width: 100%;
            text-align: left;
            font-size: 13px;
            margin-bottom: 6px;
        }

            .validation-summary-errors ul li:last-child {
                margin-bottom: 0px;
            }

.advisors .team-info {
    min-height: 186px;
}

    .advisors .team-info span {
        line-height: 20px !important;
    }


.news-date-auth .news-date {
    margin-right: 10px;
    margin-bottom: 10px !important;
}

.news-date-auth .news-author {
    font-size: 13px;
    margin-bottom: 10px !important;
}

ul.list-tags {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    ul.list-tags li {
        margin-right: 3px;
        float: left;
        padding: 7px 11px;
        font-size: 13px;
        background: #e8e8e8;
        color: #585858;
        border-radius: 4px;
    }

        ul.list-tags li:last-child {
            margin-right: 0px;
        }

.tooltip {
    font-size: 12px;
}


.news-date-auth .news-date {
    margin-right: 10px;
    margin-bottom: 10px !important;
}

.news-date-auth .news-author {
    font-size: 13px;
    margin-bottom: 10px !important;
}

ul.list-tags {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    ul.list-tags li {
        margin-right: 3px;
        float: left;
        padding: 5px 8px;
        font-size: 13px;
        background: #e1ecf4;
        color: #39739d;
    }

        ul.list-tags li:last-child {
            margin-right: 0px;
        }

.table-implementations {
    border-collapse: separate;
    border-spacing: 0 5px;
}

    .table-implementations thead tr th {
        font-size: 0.719rem;
        vertical-align: middle;
        border: none;
        border-left: 0px;
        background: #dddddd8c;
        color: #000;
        font-weight: 500;
        font-family: 'Roboto', sans-serif !important;
        border-left: none !important;
    }

        .table-implementations thead tr th:first-child {
            border-radius: 5px 0px 0px 5px;
            border-left: 1px solid #DEE2E5;
        }

        .table-implementations thead tr th:last-child {
            border-radius: 0px 5px 5px 0px;
        }

    .table-implementations tbody tr td:first-child,
    .table-implementations tbody tr th:first-child {
        border-radius: 5px 0px 0px 5px;
        border-left: 1px solid #DEE2E5;
    }

    .table-implementations tbody tr td.no-br,
    .table-implementations tbody tr th.no-br {
        border-left: 0px !important;
        border-radius: 0px !important;
    }

    .table-implementations tbody tr td:last-child,
    .table-implementations tbody tr th:last-child {
        border-radius: 0px 5px 5px 0px;
    }

    .table-implementations tbody tr td,
    .table-implementations tbody tr th {
        font-size: 14px;
        vertical-align: middle;
        border: 1px solid #DEE2E5;
        border-right: none !important;
        border-left: 0px;
        font-size: 0.719rem;
        font-family: 'Roboto', sans-serif !important;
    }

        .table-implementations tbody tr td:last-child {
            border-right: 1px solid #DEE2E5 !important;
        }

        .table-implementations tbody tr td a strong,
        .table-implementations tbody tr td a {
            text-decoration: underline;
        }

            .table-implementations tbody tr td a:hover strong,
            .table-implementations tbody tr:hover td a strong {
                color: #00aeff;
            }

.table-bds tbody tr:hover td.cr-selected:first-child,
.table-bds tbody tr:hover td.cr-selected:first-child a,
.table-bds tbody tr:hover td.cr-selected:first-child a strong {
    background-color: #00aeff;
    border-color: #00aeff;
    color: #fff !important;
}


.table-implementations tbody tr td a,
.table-implementations tbody tr th a {
    color: #000000 !important;
    cursor: pointer !important;
}

    .table-implementations tbody tr td a:hover,
    .table-implementations tbody tr th a:hover {
        text-decoration: underline !important;
        color: #00aeff !important;
    }

.table-implementations tbody tr:hover td,
.table-implementations tbody tr:hover th {
    background-color: #f5f5f5;
}

.table-center tbody tr td,
.table-center thead tr th,
.table-center tbody tr th {
    text-align: center !important;
}

.heading-center {
    position: relative;
    text-align: center !important;
    border: 1px solid #e0e0e0;
    display: table;
    margin: 0px auto 0px;
    padding: 11px 40px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 23px;
    color: #172c5c;
    align-items: center;
    justify-content: center;
    align-content: center;
    min-width: 210px;
}

    .heading-center::before {
        content: '';
        position: absolute;
        width: 60px;
        height: 1px;
        background: #e0e0e0;
        left: -70px;
        top: 25px;
    }

    .heading-center::after {
        content: '';
        position: absolute;
        width: 60px;
        height: 1px;
        background: #e0e0e0;
        right: -70px;
        top: 25px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .video-slide .slick-arrow.prev {
        left: 20px;
    }
}

@media (max-width: 767px) {
    .video-slide .slick-arrow.prev {
        left: 20px;
    }
}

.video-slide .slick-arrow.next {
    right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .video-slide .slick-arrow.next {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .video-slide .slick-arrow.next {
        right: 20px;
    }
}


.embed-responsive-item {
    border-radius: 10px;
}

@media (max-width: 767px) {




    .sub-footer span.text-white {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    ul.list-footer li a {
        font-size: 12px;
    }

    .uk-info h2,
    .us-info h2 {
        font-size: 14px !important;
    }

    .quick-white.quick-action .form-inline h4,
    .quick-white.quick-action .form-subscribe h4 {
        margin-bottom: 15px;
    }


    ul.list-social {
        float: none !important;
        margin: 0 auto !important;
        display: table !important;
    }

    .form-subscribe .form-control {
        width: 100% !important;
        float: left;
        margin-bottom: 10px !important;
        margin-right: 0px !important;
    }

    .input-group h4.text-left {
        margin-bottom: 10px;
    }

    .btn-downlaod-borchure {
        margin: 0 auto !important;
        display: table !important;
    }

    .section-title span {
        font-size: 13px;
        line-height: 23px;
    }

    .input-group-append {
        margin-bottom: 10px;
        width: 100%;
    }



    .abs-text p {
        color: #fff !important;
        padding: 20px 20px 20px 37px !important;
        line-height: 18px !important;
    }

    .blue1 blockquote {
        font-size: 13px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 26px;
    }

    .blue1 h4 {
        line-height: 24px !important;
    }

    .abs-text p::before {
        left: 21px !important;
    }

    .form-subscribe .btn {
        width: 50%;
        text-align: center;
        justify-content: center;
    }

    .blue2,
    .blue1 {
        padding: 25px;
        min-height: auto !important;
    }



        .blue2 .btn {
            font-size: 12px;
            font-weight: 500;
            padding-left: 10px;
            padding-right: 10px;
            min-width: 140px;
            letter-spacing: 0px;
        }

        .blue1 h5,
        .blue2 h5 {
            font-size: 24px;
        }

    ul.list-stats li span {
        font-weight: 500;
        font-size: 12px;
    }

    ul.list-stats li h3 {
        font-weight: 800;
        font-size: 28px;
    }

    .btn-lg {
        font-size: 13px;
        letter-spacing: 1.5px;
        padding: 12px 30px;
    }

    .cleansafe {
        max-width: 100% !important;
    }

    .link-youtube {
        padding: 16px !important;
    }

        .link-youtube .text-youtube {
            background: url(../img/youtube.svg) no-repeat;
            padding-left: 60px;
            background-size: 55px;
        }

            .link-youtube .text-youtube p {
                font-weight: 600;
                font-size: 13px;
                line-height: 15px;
                margin-bottom: 0px;
            }

            .link-youtube .text-youtube span {
                font-size: 12px;
                padding-top: 0px;
                line-height: 20px;
            }

    .no-stats {
        margin-bottom: 20px;
    }

    .grey-stats {
        padding: 25px !important;
        margin-bottom: 20px !important;
    }

    .section {
        float: left;
        width: 100%;
        padding: 30px 0px;
    }

    .section1 h2,
    .section2 h2,
    .section-title h2 {
        font-size: 32px;
        text-align: center !important;
        padding-left: 0px;
    }

    /*ul.list-stats li {
        padding: 29px 0px 29px;
        padding-left: 80px;
    }*/


        ul.list-stats li img {
            top: 31px;
        }

    .case-title span {
        font-size: 13px;
        line-height: 19px;
    }

    .case-title h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .section1 h2::before,
    .section2 h2::before {
        content: none;
    }

    .section1 p,
    .section2 p {
        font-size: 13px;
        color: #212121;
        letter-spacing: 0;
        line-height: 25px;
    }

    .abs-stats h3 {
        font-size: 16px
    }

    .abs-stats span {
        font-size: 12px;
        line-height: 15px;
    }

    .companyinfo-footer {
        text-align: center;
    }

    .companyinfo-footer {
        margin-bottom: 40px;
    }

    .inner-header {
        min-height: 300px;
    }

        .inner-header .page-inner-title {
            font-size: 40px;
            padding-top: 50px;
        }

    .imapct-stats {
        padding-left: 100px;
    }

        .imapct-stats h5 {
            font-size: 35px;
        }

        .imapct-stats img {
            width: 57px;
        }

    .oasis-box-bg {
        min-height: 250px;
        background-position: center center;
    }

    .tech-box {
        padding: 0px;
    }

        .tech-box .link-youtube .text-youtube {
            background-size: 50px !important;
        }

    .section-news .text-center.mt-20 {
        font-size: 14px;
    }

    .oasis-lists {
        padding: 25px;
    }

        .oasis-lists li {
            font-size: 14px;
            line-height: 22px;
        }

    .oasis-blue {
        padding: 25px !important;
    }

        .oasis-blue ul li p {
            color: #fff;
            font-size: 13px;
            line-height: 20px;
        }

    .cta1 {
        margin-bottom: 20px;
        padding: 20px;
    }

    .mb-50 {
        margin-bottom: 25px;
    }

    .filter_radio,
    .filter_tabs {
        padding: 0px 0px !important;
    }

        .filter_tabs .nav-tabs .nav-item {
            margin-bottom: 0px;
            float: left;
            width: 33.333333333333333%;
        }

        .filter_tabs .nav-tabs .nav-link {
            padding: 11px 10px;
            font-size: 13px;
        }

            .filter_tabs .nav-tabs .nav-link.active::before {
                bottom: 0px;
            }

    .new-details .news-heading {
        font-size: 30px;
        line-height: 33px;
    }

    .new-details .news-subheading {
        font-size: 14px;
        line-height: 23px;
    }

    .text-block-1 {
        align-items: auto !important;
        align-content: auto !important;
        display: block;
    }


    .joinus-white,
    .joinus-blue {
        padding: 40px 25px !important;
    }

        .joinus-blue .btn,
        .joinus-white .btn {
            margin-bottom: 10px;
        }

        .joinus-blue p {
            width: 100%;
        }

    .support {
        padding: 30px 15px !important;
    }

    .card-donation,
    .card-body {
        padding: 15px;
    }

    .support {
        padding: 15px;
    }

        .support p {
            font-size: 13px;
        }

    .car-donation {
        min-height: auto !important;
        padding: 50px 0px !important;
    }

        .car-donation h4 {
            font-size: 30px;
            line-height: 34px;
            margin-bottom: 10px !important;
        }

        .car-donation span {
            letter-spacing: 0px;
            font-size: 13px;
        }

    .contact-block,
    .contact-form {
        padding: 25px !important;
    }

    .subscribe .btn {
        width: 100%;
    }

    .banner-slider.banner-2-area .banner-area .banner-content .btn-slider .btn {
        margin: 0 auto 10px;
        display: table;
        margin-right: 0px !important;
    }
}




@media(min-width: 768px) {
    .col-logos {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }


}

/*
**************************
Responsive Tablet
**************************
*/

/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {


    .news-block {
        min-height: 300px;
        max-height: 300px;
    }

    .blue-content img {
        width: 158px;
        margin: 0 auto 20px;
        display: table;
    }

    .section1 p,
    .section2 p {
        font-size: 16px;
        color: #212121;
        letter-spacing: 0;
        line-height: 28px;
    }

    .form-subscribe {
        margin-bottom: 20px;
    }

    ul.list-social li {
        float: left;
        margin-right: 5px;
        width: 13.65%;
    }

    .section {
        padding: 40px 0px;
    }

    .sub-footer .text-white {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    ul.list-footer {
        float: none;
        margin: 0 auto;
        display: table !important;
    }

    .companyinfo-footer .logo-foter {
        text-align: center;
        margin: 0 auto;
        display: table;
    }

    .companyinfo-footer .text-white {
        text-align: center;
        margin: 0 auto;
        display: table;
    }

    .companyinfo-footer .link-brochure {
        margin: 20px auto 20px;
        display: table;
    }

    .grey-stats {
        margin-bottom: 20px;
    }

    .blue-stats {
        padding: 25px 15px !important;
    }

    .tech-box {
        padding: 0px;
    }

    .link-youtube .text-youtube {
        margin: 0 auto;
        display: table;
    }


    .filter_radio,
    .filter_tabs {
        padding: 12px 0px;
    }

        .filter_tabs .nav-tabs .nav-link {
            font-size: 12px;
            padding: 0px 4px;
        }

    .new-details .news-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .text-block-1 {
        height: auto !important;
        align-items: inherit !important;
        align-content: inherit !important;
        display: block !important;
    }

    .team-block .team-info {
        padding: 25px 7px !important;
    }

        .team-block .team-info h5 {
            font-size: 16px;
            margin-bottom: 0px;
        }

    .partner-block h4 {
        font-size: 17px;
        line-height: 23px;
    }

    .link-contact h4 {
        font-weight: 600;
        font-size: 16px;
    }

    .link-contact {
        padding: 12px;
    }

    .contact-block {
        padding: 40px 22px;
    }
}

/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {



    .main-header .main-header-item .header-menu ul li > a {
        font-size: 13px !important;
    }

    .blue-stats {
        padding: 13px 7px;
        padding-left: 72px;
    }

        .blue-stats img {
            position: absolute;
            left: 25px;
            width: 43px;
            top: 20px;
            transition: all .4s ease;
            -webkit-transition: all .4s ease;
        }

        .blue-stats h3 {
            font-size: 28px;
        }

    ul.list-stats li h3 {
        font-size: 28px;
    }

    .news-block p {
        font-size: 12px;
        line-height: 18px;
    }


    .news-block h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .news-block .news-content {
        padding: 25px;
    }

    .news-block {
        min-height: 268px;
        max-height: 268px;
    }

    .section {
        padding: 30px 0px;
    }

    .grey-stats {
        padding: 20px;
        min-height: auto !important;
    }

    .link-oasis {
        padding: 10px 30px 10px;
    }

    .link-youtube .text-youtube {
        background-size: 68px;
    }

    .no-stats h3 {
        font-weight: 700;
        font-size: 16px;
    }

    .no-stats span {
        font-size: 12px;
        line-height: 17px;
    }

    .blue-content {
        padding: 20px;
    }

    .section1 p,
    .section2 p {
        line-height: 24px;
    }

    .cleansafe {
        width: 71%;
    }

    .blue-content img {
        width: 57px;
    }


    .filter_tabs .nav-tabs .nav-link {
        font-size: 13px;
        padding: 0px 9px;
    }



    .link-contact h4 {
        font-weight: 600;
        font-size: 16px;
    }
}



@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

    .main-header .main-header-item .header-menu ul li > a {
        font-size: 13px !important;
    }

    ul.list-social li {
        float: left;
        margin-right: 5px;
        width: 13%;
    }

    .blue1,
    .blue2 {
        padding: 30px !important;
    }

        .blue1 blockquote {
            font-size: 13px;
            line-height: 25px;
        }

    .blue-stats {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .no-stats h3 {
        font-weight: 800;
        font-size: 16px;
    }

    .grey-stats {
        padding: 25px !important;
        min-height: auto !important;
    }

    .blue-content {
        padding: 20px !important;
    }

        .blue-content img {
            width: 81px;
        }

        .blue-content p {
            font-size: 14px !important;
            letter-spacing: 0;
            line-height: 23px !important;
        }

    .cleansafe {
        width: 75%;
    }

    .no-stats span {
        font-size: 12px;
        line-height: 15px;
    }

    .no-stats img {
        margin: 0 auto 10px;
        display: table;
        width: 45px;
        height: 45px;
    }

    .news-block {
        min-height: 266px;
        max-height: 266px;
    }


    .quick-action .form-inline .btn,
    .quick-action .form-subscribe .btn {
        padding: 11px 11px;
        letter-spacing: 0px;
        font-size: 12px;
    }

    .imapct-stats img {
        left: 23px;
        width: 49px;
    }

    .imapct-stats h5 {
        font-size: 28px;
    }

    .imapct-stats span {
        font-size: 13px;
    }

    .imapct-stats {
        padding-left: 83px;
    }

    .oasis-box-bg {
        min-height: 405px;
    }


    .tech-box {
        padding: 0px;
    }

    .imapct-stats {
        padding: 23px;
        padding-left: 83px
    }

    .oasis-features img {
        margin: 0 auto 20px;
        display: table;
        width: 55px !important;
        height: 55px !important;
    }


    .new-details .news-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .partner-block h4 {
        font-size: 17px;
        line-height: 23px;
    }

    .joinus-blue p {
        width: 100%;
    }

    .joinus-blue h2,
    .joinus-white h3 {
        font-size: 36px;
    }

    .link-contact {
        padding: 12px;
    }

    .contact-block {
        padding: 40px 22px;
    }
}

.blog-post-main-wrap p {
    font-size: 17px;
    color: #000;
    text-decoration: none;
}

.blog-post-main-wrap a {
    text-decoration: none;
    color: #000;
}

    .blog-post-main-wrap a:hover {
        text-decoration: underline;
    }

.blog-post-main-wrap blockquote {
    padding-left: 30px;
    border-left: 3px solid #000;
}

a.link-original-source {
    font-size: 12px;
}

.btn-collapse {
    position: absolute;
    left: 0px;
    border: none;
    background: no-repeat;
    color: #00aeff;
    font-size: 19px;
    top: 0px;
    width: 100%
}

    .btn-collapse i {
        position: absolute;
        left: 14px;
        top: 9px;
    }

.table-implementations .collapsing {
    position: relative;
    height: 42px !important;
    overflow: hidden;
    transition: height 0.45s ease-in;
}

/* .btn-collapse.collapsed .ri-add-circle-fill::before
{
content: "\EE56";
} */

.table-implementations .cursor-hand {
    cursor: pointer;
}

.map-view {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 450px;
}

.map-view-2 {
    height:550px;
}

    .row-impact .btn-lg {
        padding-left: 7px !important;
        padding-right: 7px !important;
        font-size: 13px !important;
    }

.alert.donate-banner {
    border-radius: 0px !important;
}

.donate-banner {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    background: #645398;
    padding: 20px;
    box-shadow: 1px -8px 27px rgb(0 0 0 / 30%);
}

    .donate-banner h2 {
        font-size: 18px;
        color: #ffffff;
    }

    .donate-banner .img-LaunchGood img {
        width: 100%;
        height: 37px;
    }

    .donate-banner .close {
        text-shadow: none;
        color: #ffffff;
        opacity: 1;
    }

    .donate-banner .row-margin {
        margin-left: -7px !important;
        margin-right: -7px !important;
    }

        .donate-banner .row-margin [class*=col-] {
            padding-left: 7px !important;
            padding-right: 7px !important;
        }

.donation-container {
    float: left;
    width: 100%;
    padding-right: 460px;
    position: relative;
    min-height: 1524px;
}

.donation-iframe {
    position: absolute;
    right: 0px;
    top: 0px;
}

    .donation-iframe .iframe_donate.w-100 {
        max-width: 425px !important;
        min-width: 425px !important;
        margin: 0 auto;
        display: table;
    }

.card-campaign {
    float: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 10px 32px 0 rgb(203 212 239 / 40%);
    border-radius: 5px;
    border: none;
    overflow: hidden
}

    .card-campaign .img-campaign {
        max-width: 200px;
    }

.campaign-video {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

    .campaign-video i {
        position: absolute;
        height: 60px;
        width: 60px;
        line-height: 60px;
        border-radius: 80px;
        color: #ffff;
        font-size: 40px;
        background: rgba(0, 0, 0, 0.8);
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }

.card-campaign .media-body {
    padding: 25px;
}

    .card-campaign .media-body h5 {
        font-family: 'Playfair Display', serif;
        font-weight: 800;
        font-size: 22px;
        color: #000000;
        letter-spacing: 0;
        line-height: 28px;
        position: relative;
        margin-bottom: 20px;
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
    }

        .card-campaign .media-body h5:before {
            content: '';
            width: 12px;
            height: 12px;
            background: #00AEFF;
            display: inline-block;
            margin-right: 10px;
            position: relative;
            top: 2px;
        }

.card-tap.card-campaign .media-body h5:before {
    background: #F7931A;
}

.card-campaign .media-body h5 .badge {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    margin-left: 10px;
    background: #00AEFF;
    border-radius: 20px;
    position: relative;
    top: 2px;
    text-transform: uppercase;
    padding: 5px 10px;
}

.card-tap.card-campaign .media-body h5 .badge {
    background: #F7931A;
    color: #fff;
}

.card-campaign .media-body .footer-campaign {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-left: 45px;
}

.card-campaign .media-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.card-campaign .media-body .footer-campaign span {
    color: #5C5C5C;
    font-size: 13px;
    font-weight: 500;
}

.card-campaign .media-body .footer-campaign img {
    background: #00AEFF;
    position: absolute;
    padding: 7px;
    border-radius: 50%;
    top: -7px;
    left: 0px;
}

.card-tap.card-campaign .media-body .footer-campaign img {
    background: #F7931A;
}

@media (max-width: 767px) {
    .donate-banner {
        padding: 15px;
    }

        .donate-banner .container {
            width: 100% !important;
        }

        .donate-banner h2 {
            font-size: 14px;
            color: #ffffff;
            line-height: 22px;
        }

    .donation-container {
        float: left;
        width: 100%;
        padding-right: 0px;
        position: relative;
        min-height: 1524px;
    }

    .donation-iframe {
        position: relative;
        right: 0px;
        top: 0px;
    }

        .donation-iframe .iframe_donate.w-100 {
            min-width: 100% !important;
            max-width: 100% !important;
            margin: 0 auto;
            display: table;
        }
}

.card-pin.shadow {
    box-shadow: 0 .5rem 4rem rgba(0, 0, 0, .15) !important;
}

.card-pin .form-control {
    height: 52px;
    -webkit-appearance: none !important;
    letter-spacing: 15px;
    font-size: 18px;
}

    .card-pin .form-control:focus {
        box-shadow: none !important;
    }

.card-pin input::-webkit-outer-spin-button,
.card-pin input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.card-pin .card-body {
    padding: 40px !important;
}

.card-pin h4 {
    font-weight: 700;
}

.card-pin i.main-icon {
    color: #ffffff;
    width: 60px;
    height: 60px;
    background: #ffc107;
    font-size: 30px;
    line-height: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.card-pin .btn {
    font-size: 17px;
    font-weight: 500;
}

.card-pin .link-forgot {
    font-size: 15px;g
    color: #333;
}

.btn-primary {
    color: #fff;
    background-color: rgb(40, 71, 145) !important;
    border-color: rgb(40, 71, 145) !important;
    border-radius: 12px !important;
}

.btn-outline-primary {
    color: rgb(40, 71, 145) !important;
    border-color: rgb(40, 71, 145) !important;
    border-radius: 12px !important;
}


    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus-visible, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary:focus-visible {
        color: #fff !important;
        background-color: #002a7a !important;
        border-color: #002a7a !important;
    }




.img-holder {
    position: relative;
}

    .img-holder .icon-insta-type {
        position: absolute;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff !important;
        top: 10px;
        right: 10px;
        border-radius: 19px;
        background: #000000a6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M20.083 10.5l1.202.721a.5.5 0 0 1 0 .858L12 17.65l-9.285-5.571a.5.5 0 0 1 0-.858l1.202-.721L12 15.35l8.083-4.85zm0 4.7l1.202.721a.5.5 0 0 1 0 .858l-8.77 5.262a1 1 0 0 1-1.03 0l-8.77-5.262a.5.5 0 0 1 0-.858l1.202-.721L12 20.05l8.083-4.85zM12.514 1.309l8.771 5.262a.5.5 0 0 1 0 .858L12 13 2.715 7.429a.5.5 0 0 1 0-.858l8.77-5.262a1 1 0 0 1 1.03 0z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E") 2px 2px no-repeat;
    }
    .img-holder .ri-live-fill.icon-insta-type {
  
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16 4a1 1 0 0 1 1 1v4.2l5.213-3.65a.5.5 0 0 1 .787.41v12.08a.5.5 0 0 1-.787.41L17 14.8V19a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h14zM7.4 8.829a.4.4 0 0 0-.392.32L7 9.228v5.542a.4.4 0 0 0 .542.374l.073-.036 4.355-2.772a.4.4 0 0 0 .063-.624l-.063-.05L7.615 8.89A.4.4 0 0 0 7.4 8.83z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E") 2px 2px no-repeat !important;
    }


/*
Instad Feed: start
*/

.insta-feed .swiper-wrapper, .swiper-insta .swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 660px !important;
}

.insta-feed .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100% !important;
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.swiper-insta .swiper-slide video {
    height: 100%;
    left: calc(50% - 3px);
    object-fit: contain;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.swiper-insta .swiper-slide img {
    height: 100%;
    left: calc(50% - 3px);
    margin: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.swiper-insta .swiper-slide .col-md-7 [class*=inner-swiper-carousel-] .swiper-button-prev {
    left: 20px !important;
    right: auto;
}

.swiper-insta .swiper-slide .col-md-7 [class*=inner-swiper-carousel-] .swiper-button-next {
    right: 20px !important;
    left: auto;
}

/*
Instad Feed: End
*/



[v-cloak] {
    display: none;
}

/**
******************************
Card Photos
******************************
**/

.row.row-photos {
    margin-left: -7px;
    margin-right: -7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .row.row-photos [class*=col-] {
        padding-left: 7px;
        padding-right: 7px;
    }

.card-photos {
    background: #FFFFFF;
    border: 1px solid #e3e7f7;
    border-radius: 10px;
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .card-photos .btn-default {
        border-bottom: none !important;
        border: 1px solid #e3e7f7;
        padding: 10px 5px;
        color: #666;
        font-size: 13px;
        width: 33.33333333%;
    }

    .card-photos .photo-info {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 14px;
        margin: 0px;
        padding: 10px 0px;
        color: #666;
        font-weight: 400;
        color: #055160;
        background-color: #cff4fc;
        border-color: #b6effb;
    }

        .card-photos .photo-info span {
            font-size: 12px;
        }

    .card-photos .btn-default:hover {
        background: #00AEFF;
        color: #FFFFFF;
        border-color: #00AEFF;
    }

    .card-photos .btn-group .btn-default:first-child {
        border-left: none;
        border-radius: 0px !important;
    }

    .card-photos .btn-group .btn-default:last-child {
        border-right: none;
        border-radius: 0px !important;
    }

.img-holder {
    max-height: 100%;
    overflow: hidden;
    object-fit: fill;
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}

    .img-holder a {
        float: left;
        width: 100%;
        height: 100% !important;
    }

    .img-holder img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .img-holder .ico-large {
        color: #adadad;
        font-size: 60px;
        margin: 0 auto 20px;
        display: table;
    }

    .img-holder span {
        font-size: 16px;
        color: #adadad;
        margin-bottom: 20px;
        display: table;
        text-align: center;
        margin: 0 auto 0px;
    }

        .img-holder span i {
            position: relative;
            top: 2px;
            margin-right: 6px;
            font-size: 16px;
        }

    .img-holder a:hover {
        text-decoration: none;
    }


.swiper {
    /*  width: 600px;*/
    height: 100%;
}

.modal-insta .modal-header {
    padding: 0px !important;
    border: none;
    border-radius: 0px !important;
}


    .modal-insta .modal-header .close {
        position: absolute;
        z-index: 999;
        background: #00AEFF;
        border-radius: 50%;
        padding: 0px !important;
        opacity: 1;
        width: 50px;
        height: 50px;
        right: 0px;
        top: 0px;
        text-shadow: none;
        color: #fff;
        margin: -1rem -1rem -1rem auto;
        border: none;
        font-size: 2rem;
    }

        .modal-insta .modal-header .close:hover {
            background: #039ce3;
            opacity: 1 !important;
        }

.modal-insta .modal-title {
    display: none;
}

.modal-insta.modal-content {
    border-radius: 6px !important;
}

    .modal-insta.modal-content .modal-body {
        padding: 0px;
        padding-bottom: 0px !important;
    }

        .modal-insta.modal-content .modal-body img {
            border-radius: 6px 0px 0px 6px !important;
            overflow: hidden;
        }

        .modal-insta.modal-content .modal-body video {
            border-radius: 6px 0px 0px 6px !important;
            height: 100%;
            /*max-height: 600px;
min-height: 600px;*/
            width: 100%;
            overflow: hidden;
        }


.swiper-pointer-events
{
    position:relative;
}



.insta-info {
    background: url(../img/logo-legacy.png) no-repeat 19px 1px;
    background-size: 29px;
    float: left;
    width: 100%;
    padding-left: 63px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


    .insta-info strong {
        text-transform: capitalize;
    }

.insta-description {
    font-size: 14px;
    line-height: 143%;
    font-size: 14px;
    line-height: 143%;
    float: left;
    width: 100%;
    padding: 0px 20px 20px;
    white-space: break-spaces;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-height: 560px;
}

.swiper-insta {
    overflow: hidden;
}

.slider-container-inst {
    float: left;
    width: 100%;
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    background: rgb(0 0 0 / 52%);
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50%;
    font-size: 30px;
}

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background: rgb(0 0 0 / 70%);
    }


    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #fff;
        font-size: 23px !important;
    }

.swiper-button-next {
    right: -50px !important;
    left: auto;
}

.swiper-button-prev {
    left: -50px !important;
    right: auto;
}

.loader-no-overlay {
    background-color: transparent;
    position: initial;
}




.masonry {
    /* Masonry container */
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #fff;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.card-photos .img-holder img,
.card-photos .img-holder video {
    max-width: 100%;
    min-height: 395px;
    max-height: 395px;
}





.link-whatsapp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(0deg, #20B038 0.01%, #60D66A 100.02%);
    position: fixed;
    bottom: 64px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

    .link-whatsapp svg {
        fill: #fff;
        width: 30px;
        height: 30px;
    }

.btn-lx {
    letter-spacing: 0.5px;
    font-size: 13px;
    display: table;
    margin: 0 auto 10px;
}

ul.list-immediate-actions {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.list-immediate-actions li {
        display: flex;
        align-items: center;
        margin-bottom: 22px;
        position: relative;
        color: #fff;
    }

        ul.list-immediate-actions li a {
            color: #fff;
            font-size: 16px;
            display: flex;
            align-items: center;
        }


            ul.list-immediate-actions li a:hover i {
                text-decoration: none !important;
            }

        ul.list-immediate-actions li:nth-child(2) span {
            background: #F8941C;
        }

        ul.list-immediate-actions li:nth-child(3) span {
            background: #172E64;
        }


        ul.list-immediate-actions li a:hover span {
            background: #ffffff;
            color: #00AEFF;
        }


        ul.list-immediate-actions li a i {
            color: #00AEFF;
            font-size: 20px;
            margin-left: 10px;
        }

        /*
ul.list-immediate-actions li a:after {
content: "\ea6c";
font-family: 'remixicon' !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #00AEFF;
font-size: 20px;
margin-left: 10px;
}*/

        ul.list-immediate-actions li a:hover:after {
            text-decoration: none !important;
        }

        ul.list-immediate-actions li span {
            background: #00AEFF;
            border-radius: 50%;
            color: #ffffff;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            margin-right: 10px;
        }


ul.list-features {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}


    ul.list-features li {
        margin-bottom: 15px;
        display: block;
        font-size: 15px;
        position: relative;
        padding-left: 30px;
        line-height: 24px;
    }

        ul.list-features li:before {
            content: '';
            width: 8px;
            height: 8px;
            background: #00AEFF;
            position: absolute;
            left: 0px;
            display: inline-block;
            top: 5px;
        }


ul.list-community {
    margin: 0px;
    padding: 0px;
}

    ul.list-community li {
        display: block;
        margin-bottom: 30px;
        position: relative;
        padding-left: 70px;
        padding-bottom: 30px;
        border-bottom: 1px solid #dddddd;
    }

        ul.list-community li:last-child {
            border: none;
        }

        ul.list-community li span.number {
            background: #008BFE;
            border-radius: 50%;
            text-align: center;
            font-size: 18px;
            font-weight: 700;
            width: 50px;
            height: 50px;
            line-height: 50px;
            position: absolute;
            left: 0px;
            color: #fff;
        }

        ul.list-community li h3 {
            color: #172E64;
            font-weight: 700;
            font-size: 20px;
        }


.media-community img {
    width: 30px;
    height: 30px;
}

.media-community h5 {
    color: #008BFE;
    font-weight: 600;
    margin-bottom: 10px;
}

.media-community strong {
    display: block;
    margin-bottom: 5px;
}


.modal-backdrop {
    opacity: .5 !important;
    z-index: 999;
}


:root {
    --swiper-navigation-size: 44px
}

.modal-insta .swiper-insta.swiper-button-next, .modal-insta .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.modal-insta .swiper-button-next.swiper-button-disabled, .modal-insta .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

    .modal-insta .swiper-button-next:after, .modal-insta .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
        line-height: 1
    }

.modal-insta .swiper-button-prev, .modal-insta .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .modal-insta .swiper-button-prev:after, .modal-insta .swiper-rtl .swiper-button-next:after {
        content: 'prev'
    }

.modal-insta .swiper-button-next, .modal-insta .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .modal-insta .swiper-button-next:after, .modal-insta .swiper-rtl .swiper-button-prev:after {
        content: 'next'
    }

.swiper-button-lock {
    display: none
}

/*.insta-feed {
    margin-bottom: 3rem !important;
}*/


p a {
    color: #204792 !important;
}

.list-refrences li {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: 18px;
    line-height: 30px;
}

.list-refrences li a
{
    color:#204792;
    font-weight:600;
    text-decoration:none !important;
}

    .list-refrences li a:hover
    {
        text-decoration:underline !important;
    }


.accordion-header-img .accordion-button::after
{
    content:none !important;
}
.accordion-header-img .accordion-button:focus {
    border-radius: 1rem;
}

.bg-dark-blue {
    background: #071F57;
}

.bg-light-blue {
    background: #9FD8F6;
}

.py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}

.py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.pt-280 {
    padding-top:280px;
}

.title-campaign {
    font-size: 3.5rem;
}

.card-donate-campaign h1 {
    font-size: 3.5rem;
    color: #284791
}

.card-donate-campaign p {
    min-height: 72px !important;
}

.card-donate-campaign 
{
    min-height:284px;
}

.text-dark-blue {
    color: #071F57;
    font-size: 3.5rem;
}

@media (max-width: 767px) {
    .text-dark-blue, .card-donate-campaign h1 {
        font-size: 2.5rem;
    }

    

    .py-96 {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .py-64 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

}




.list-refrences li {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: 18px;
    line-height: 30px;
}

.list-refrences li a
{
    color:#204792;
    font-weight:600;
    text-decoration:none !important;
}

    .list-refrences li a:hover
    {
        text-decoration:underline !important;
    }


.accordion-header-img .accordion-button::after
{
    content:none !important;
}
.accordion-header-img .accordion-button:focus {
    border-radius: 1rem;
}

.bg-dark-blue {
    background: #071F57;
}

.bg-light-blue {
    background: #9FD8F6;
}

.py-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}

.py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.title-campaign {
    font-size: 3.5rem;
}

.card-donate-campaign h1 {
    font-size: 3.5rem;
    color: #284791
}

.card-donate-campaign p {
    min-height: 72px !important;
}

.card-donate-campaign 
{
    min-height:284px;
}

.text-dark-blue {
    color: #071F57;
    font-size: 3.5rem;
}

a[href^=tel] {
    color: inherit !important;
    text-decoration: none !important;
}




.navbar-brand {
    margin-right: 10px !important;
}

@media (max-width: 767px) {
    .text-dark-blue, .card-donate-campaign h1 {
        font-size: 2.5rem;
    }

    .py-96 {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .py-64 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .flex-howitworks {
        flex-direction: column;
    }
    .r-24 {
        right: 4px !important;
        top: -6px;
    }
    .bg-video-wrap video {
        min-width: 100%;
        /*        min-height: auto !important;*/
        min-height: calc(100vh - 320px); z-index: 1;
    }
    .bg-video-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto !important;
        background: url(style.css) no-repeat center center / cover;
    }
}



.subscribe-form .form-control {
    color: #fff;
    padding-left: 12px !important;
    display: flex;
    justify-content: center;
    font-size: 16px;
    background-size: 20px;
    height: 50px;
}

.contact-name {
    background: url(/img/contact.png) no-repeat 13px 14px;
}

.contact-email {
    background: url(/img/email.png) no-repeat 13px 14px;
}

.tile-container {
    position: relative;
    width: 100%;
    font-size: 0; 
}

.tile {
    font-size: 20px;
    width: 25%;
    min-height: 22px;
    border: 6px white solid;
    display: inline-block;
}

.tile-2 {
    font-size: 20px;
    width: 20%;
    min-height: 22px;
    border: 6px white solid;
    display: inline-block;
}

.tile-3 {
    font-size: 20px;
    width: 20%;
    min-height: 22px;
    border: 6px white black;
    display: inline-block;
}

.bg-linear {
    background: linear-gradient(#A40808, #026532);
}

.bg-linear-red {
    background: linear-gradient(#6A0000, #A30808 );
}

.bg-linear-green {
    background: linear-gradient(#026532, #026532 );
}


.h-80 {
    height: 100px !important;
}


.h-840 {
    height: 840px;
}

.bg-subscribe {
    background-color: #ecf9ff;
}

.social-links a svg path {
    fill: #1C8D0A;
}

.social-links a:hover svg path {
    fill: white;
}

.social-links a.youtube:hover {
    background-color: #c4302b !important;
}

.social-links a.instagram:hover {
    background-color: #C13584 !important;
}

.social-links a.linkedin:hover {
    background-color: #0072b1 !important;
}

.social-links a.facebook:hover {
    background-color: #3b5998 !important;
}

.social-links a.twitter-x:hover {
    background-color: #000 !important;
}

.social-links a.whatsapp:hover {
    background-color: #25d366 !important;
}

.social-links a.email:hover {
    background-color: #2C93D3 !important;
}



@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .item img,
    .item video {
        max-width: 100%;
        min-height: 180px;
        max-height: 180px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .item img,
    .item video {
        max-width: 100%;
        min-height: 180px;
        max-height: 180px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {

    .item img,
    .item video {
        max-width: 100%;
        min-height: 180px !important;
        max-height: 180px !important;
    }
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {

    .item img,
    .item video {
        max-width: 100%;
        min-height: 180px !important;
        max-height: 180px !important;
    }
}

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

    .modal-insta.modal-content .modal-body video,
    .modal-insta.modal-content .modal-body img {
        max-height: 100% !important;
        min-height: 100% !important;
        margin-bottom: 20px !important;
    }

    .h-80 {
        height: 60px !important;
    }

    .card-campaign .media-body h5 {
        font-size: 18px !important;
    }

    .pt-280 {
        padding-top:30px;
    }

    .h-840 {
        height:auto;
    }

    .tile , .tile-2 {
        width:50%;
    }

    .row-donation {
        flex-flow: column-reverse !important;
    }
}

#mc_embed_signup {
    background: none !important;
    width:auto !important;
}

#mc_embed_signup form {
    margin: 0px !important;
    background: none !important;
}

    #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
        background: none !important;
    }


#mc-embedded-subscribe
{
    margin: auto !important;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error
{
    border-width:1px !important;
}


#mc_embed_signup .foot
{
    display:block !important;
}

#mc_embed_signup .mc-field-group
{
    width:100% !important;
}

#mc_embed_signup div#mce-responses
{
    margin: 0 auto !important;
    padding:0px !important;
}


.rounded-top {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.btn-close {
    width: 2rem;
    height:2rem;
}

.r-24 {
    right:-24px;
}

.z-40 {
    z-index:102;
}

.z-49 {
    z-index: 9999;
}



.card-abs-img {
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.bg-light-gray-100 {
    background-color: #F2F4F7 !important;
}

.rounded-20px {
    border-radius: 20px !important;
}

.bg-yellow {
    background-color: #fdc92e;
}

/* blog css */

.cursor-pointer {
    cursor: pointer;
}

.gray-600 {
    color: #475467 !important;
}

.gray-700 {
    color: #344054 !important;
}


.gray-900 {
    color: #101828 !important;
}



.svg-container {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
}

.f-size-11 {
    font-size: 11px !important;
}

.f-size-12 {
    font-size: 12px;
}

.f-size-13 {
    font-size: 13px;
}

.f-size-14 {
    font-size: 14px !important;
}

.bright-gray {
    color: #374151 !important;
}


.f-size-15 {
    font-size: 15px;
}

.f-size-16 {
    font-size: 16px;
}

.f-size-18 {
    font-size: 18px;
}

.f-size-20 {
    font-size: 20px;
}

.f-size-22 {
    font-size: 22px;
}

.f-size-24 {
    font-size: 24px;
}

.f-size-25 {
    font-size: 25px;
}

.f-size-26 {
    font-size: 26px;
}

.f-size-28 {
    font-size: 28px;
}

.f-size-30 {
    font-size: 30px;
}

.f-size-36 {
    font-size: 36px;
}

.text-naplesYellow {
    color: #FFD868
}

.bg-naplesYellow {
    background-color: #FFD868;
}

.f-size-40 {
    font-size: 40px;
}

.f-size-44 {
    font-size: 44px !important;
}

.f-size-52 {
    font-size: 52px !important;
}

.f-size-60 {
    font-size: 60px !important;
}

.link-container {
    display: flex;
    background-color: #F2F4F7 !important;
}

    .link-container:hover svg path {
        fill: #204792;
    }


._card {
    background: #fff;
    box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.11);
    border-radius: 8px;
}

._card-blog-training {
    overflow: hidden;
}

    ._card-blog-training ._card-footer {
        position: relative;
        z-index: 9;
    }

    ._card-blog-training:hover ._card-footer span {
        color: #fff !important;
        position: relative;
        z-index: 99;
    }

    ._card-blog-training ._card-footer svg {
        fill: #204792;
    }

    ._card-blog-training:hover ._card-footer svg {
        fill: #fff !important;
        position: relative;
        z-index: 99;
    }

    ._card-blog-training:hover ._card-footer::before {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    ._card-blog-training ._card-footer::before {
        background-color: #204792;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        z-index: 1;
    }

    ._card-blog-training span {
        color: #5a5a5a !important;
    }


    ._card-blog-training:hover .svg-container svg path {
        stroke: #204792;
    }

    ._card-blog-training:hover .rotate {
        display: inline-block; /* Ensures the rotation occurs around the center */
        transform: rotate(45deg); /* Rotate the element by 45 degrees */
        transition: transform 0.5s ease;
    }

.blog-img-render {
    width: 100% !important;
    min-height: 300px !important;
    max-height: 300px !important;
    background-size: cover !important;
    /*margin-bottom: 16px;*/
}

.link-blog a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .link-blog a:hover {
        background: #d2dae9 !important;
    }

.text-truncate-2 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* height: 75px; */
}

.text-truncate-4 {
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* height: 75px; */
}

.app-search-form {
    position: relative;
    max-width: 300px
}

    .app-search-form .search-input {
        font-size: 1rem;
        border-radius: .375rem;
        padding-right: 3rem;
        padding-left: 2.5rem;
        height: 40px;
    }

        .app-search-form .search-input:focus {
            border-color: #e7e9ed
        }


    .app-search-form .search-btn {
        color: #828d9f;
        background: none;
        border: none;
        position: absolute;
        left: 0;
        top: 0;
        margin-right: 0;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.form-select-sort {
    height: 40px;
}

._blog-wrapper {
    background: #204792 no-repeat scroll center;
    width: 100%;
    background-size: cover;
    padding: 40px 0;
}

.met-breadcrumb a {
    color: #fff !important
}



    .met-breadcrumb a:hover {
        
            transition: box-shadow .2s;
        box-shadow: inset 0 -1px #fff;
    }

.dropdown a.btn.dropdown-toggle {
    padding: 10px 15px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    color: rgba(0, 0, 0, 0.55) !important; 
}

.nav-footer .dropdown a.btn.dropdown-toggle {
    color: #fff !important;
}

.blog-actions {
    position: absolute;
    right: 32px;
    bottom: 20px;
}

.arrow::after {
    display: inline-block;
    top: -2px;
    margin: 4px;
    margin-left: 12px;
    content: url('data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.17068%200.648786C8.51527%200.304205%209.07395%200.304205%209.41853%200.648786L16.8302%208.06055C17.1749%208.40513%2017.1749%208.9638%2016.8302%209.30838L9.41853%2016.7201C9.07395%2017.0648%208.51527%2017.0648%208.17068%2016.7201C7.82611%2016.3756%207.82611%2015.8169%208.17068%2015.4723L14.0761%209.56682H1.38284C0.895531%209.56682%200.500488%209.17177%200.500488%208.68447C0.500488%208.19716%200.895531%207.80211%201.38284%207.80211H14.0761L8.17068%201.89662C7.82611%201.55204%207.82611%200.993366%208.17068%200.648786Z%22%20fill%3D%22%23000000%22%2F%3E%0A%3C%2Fsvg%3E');
   
    transition: transform 0.75s ease-out;
    position: absolute;
}

._card-blog-training:hover .arrow::after {
    transform: translateX(15px);
    content: url('data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.17068%200.648786C8.51527%200.304205%209.07395%200.304205%209.41853%200.648786L16.8302%208.06055C17.1749%208.40513%2017.1749%208.9638%2016.8302%209.30838L9.41853%2016.7201C9.07395%2017.0648%208.51527%2017.0648%208.17068%2016.7201C7.82611%2016.3756%207.82611%2015.8169%208.17068%2015.4723L14.0761%209.56682H1.38284C0.895531%209.56682%200.500488%209.17177%200.500488%208.68447C0.500488%208.19716%200.895531%207.80211%201.38284%207.80211H14.0761L8.17068%201.89662C7.82611%201.55204%207.82611%200.993366%208.17068%200.648786Z%22%20fill%3D%22%23204792%22%2F%3E%0A%3C%2Fsvg%3E');
}


.bg-gray-100 {
    background-color: #F2F4F7;
}



._card-blog-training:hover .arrow {
    color: #204792 !important;
    font-weight: 600;
}

.hover-img {
    overflow: hidden;
}

.hover-img img {
    transform: scale(1);
    transition: 0.3s ease-out;
    overflow: hidden;
}

.blog-img-render img{
    aspect-ratio: 16/9 ;
    object-fit: fill;
    width: 100% ;
    background-position: center;
}

._card-blog-training:hover .hover-img img {
    transform:  scale(1.1);
}

.required {
    color: #F04438 !important;
}

.card-grey {
    background-color: #F2F4F7 !important;
}

.svg-container-detail {
    margin-left: auto;
}

.text-primary {
    color: #204792 !important;
}

.met-breadcrumb .breadcrumb-item.active , .met-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}

@media (max-width :768px) {
    .app-search-form {
        position: relative;
        max-width: 100%;
    }
}

.nav-top .dropdown .dropdown-menu  {
    border: none !important;
    border-radius: 12px !important;
    padding: 8px !important;
}

.nav-top .dropdown .dropdown-menu .dropdown-item {
    border-radius: 4px !important;
    padding: 10px 16px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #204792 !important;
}

.hover-img > div > img {
    background-size: cover;
    background-position: center;
}

._inner-wrapper-2 {
    padding-top: 72px;
    padding-bottom: 72px;
}

.bg-whitesmoke {
    background-color : #f1f5fd !important;
}

.text-justify {
    text-align: justify; 
    text-justify: inter-word;
}

.dlt-img {
    width: 32px;
    height: 32px;
    justify-content: center;
    background: rgb(0 0 0 / 56%) !important;
    top: 5px !important;
    right: 5px !important;
    padding: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

    .dlt-img:hover {
        background: rgb(0 0 0 / 80%) !important;
    }

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff !important;
}


.bg-contact-us {
    background-color: #A6D3EC !important;
}

.text-blue-jay {
    color: #2D4B8F !important
}

.bg-blue-jay {
    background-color: #2d4b8f !important;
}

.text-yellow {
    color: #FDD547 !important
}

.contactus alert {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 300ms ease-in
}

.contactus a:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transform: scale(1.01);
}

.contactus img {
   width: 60px !important;
   height: 60px !important;
}

.border-gray-300 {
    border: 1px solid #CDD5DF ;
}

.border-b-32 {
    border-radius: 0px 0px 30px 30px;
}

.donate-banks img{
    width: 60px;
    height: 60px;
}

.nav-footer .nav-item  .nav-link:hover {
    text-decoration: underline;
    text-underline-offset:4px !important ;
}

.bg-zakat-calculator {
    background: url('../img/zakat-bg.svg');
    background-size: cover;
}

.gold-div {
    background-color: #FFFAEB
}

.silver-div {
    background-color: #EEF2F6;
  
}

    .gold-div.active, .silver-div.active {
        border: 1px solid #F79009;
        border-top: 4px solid #F79009;
    }

hr.hr-gray-200 {
    color: #EAECF0 !important;
    
}

.bg-zakat-payable {
    background-color: #EAF4FF;
}

.text-pay {
    color: #009EF7 ;
}

.gray-m-800 {
    color: #202939;
}

.bg-sky-blue {
    background-color: #73CEFC !important;
}

.f-size-64{
    font-size:56px;
}

.f-size-36 {
    font-size: 30px;
}

.bg-dark-red {
    background-color: #710000 !important;
}

.border-dark-red {
    border-color: #710000 !important
}

.text-dark-red {
   color: #710000 !important;
}

.text-fantasy {
    color: #FFF4E8 !important;
}

.bg-husk {
    background-color: #CE9F52 !important;
}


.w-20 {
    width: 20% !important;
   
}


.w-40 {
    width: 42% !important;
}

.h-300 {
    min-height: 280px !important;
}

.position-md-absolute {
    position: absolute !important;
}

.bg-pale-gold {
    background-color: #FFDB5C !important;
}

.border-black {
    border-color: #000000 !important;
}

.bg-mabel {
    background-color: #DDF9FF !important
}

.bg-lapisBlue {
    background-color: #223D78;
}

.downSumBtn:hover {
    background-color: #112a62 !important;
}

.bg-alabaster {
    background-color: #FAFAFA
}

.-mt-40 {
    margin-top: -120px;
}


.text-white50 {
    color: #ffffff85;
    font-size: 88px
}

.text-since {
    font-size: 44px
}

.lh-md-auto {
    line-height: normal !important;
}

@media (max-width: 768px) {
    .w-20 {
        width: 100% !important;
        margin-bottom: 16px;
    }

    .position-md-absolute {
        position: relative !important;
    }

    .h-300 {
        min-height: auto !important;
    }

    .w-40 {
        width: 100% !important;
    }

    .f-size-64 {
        font-size: 28px;
    }

    .f-size-36 {
        font-size: 18px;
    }

    .f-size-40 {
        font-size: 26px;
    }

    .f-size-44 {
        font-size: 30px !important;
    }

    .f-size-28 {
        font-size: 20px;
    }

    .swiper-testimonials .swiper-button-next,
    .swiper-testimonials .swiper-button-prev {
        top: 40%;
        width: 24px !important;
        height: 24px !important;
    }

        .swiper-testimonials .swiper-button-next::after,
        .swiper-testimonials .swiper-button-prev::after {
            font-size: 8px !important;
        }

    .-mt-40 {
        margin-top: 24px;
    }

    .text-white50 {
        color: #ffffff85;
        font-size: 28px
    }

    .text-since {
        font-size: 14px
    }

    .f-size-m-14 {
        font-size: 14px !important
    }

    .f-size-m-18 {
        font-size: 18px !important
    }

    .f-size-m-20 {
        font-size: 19px !important;
    }

    .f-size-m-12 {
        font-size: 12px !important
    }
}

.bg-lightOpacity {
    --bs-bg-opacity: 0.85 !important;
}

.bg-white-smoke {
    background-color: #FEFFFA;
}

.text-greenPea {
    color: #185E3F;
}

.text-oliveHaze {
    color: #818674
}

.text-zeus {
    color: #252525 ;
}

.circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D40404;
}

.flash {
    animation: flash 800ms ease infinite alternate;
}

@keyframes flash {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.object-fit-cover {
    object-fit: cover !important;
}

.zoom1_5, .zoom1_52{
    zoom: 1.5;
}

.h90vh {
    height: 90vh;
}

.zoom1_1 {
    zoom: 1.1;
}

.gi-position {
    top: -50px;
    left: 24px;
}

.gi-position2 {
    top: -100px;
    left: 24px;
}

.rotate-180 {
    rotate : 180deg;
}

.bg-pixieGreen {
    background-color: #C2E0BD !important;
}

.accordion .accordion-header button {
    background-color: #C2E0BD60 !important;
}

.accordion-button:not(.collapsed) {
    color: #1C8D0A;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(28, 141, 10, 0.25)
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}


.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c8d0a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.text-shadow {
    text-shadow: 2px 2px 5px #00000040;
}

.dropShadow {
/*    background-color: #00000025;*/
    background: radial-gradient(50% 50% at 50% 31.39%, rgba(0, 0, 0, 0.25) 58%, rgba(102, 102, 102, 0) 100%);
}

.dropShadow2 {
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.4) 58%, rgba(102, 102, 102, 0) 100%);
}

.dropShadow3 {
    background: radial-gradient(50% 72.99% at 50% 34.08%, rgba(0, 0, 0, 0.25) 58%, rgba(102, 102, 102, 0) 100%);
}

.text-pixieGreen {
    color: #C2E0BD
}

.f-size-70 {
    font-size: 70px;
}

.cleanWater29 {
    background: url(../img/waterProject.png);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100vh;
    min-height: 1100px;
}

.waterCircleBanner {
    background: url(../img/waterCircleBanner.png);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100vh;
    min-height: 1100px;
}

.cleanWater30 {
    background: url(../img/waterProject2.png);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 75vh;
    min-height: 1000px;
}

.ramadanBG {
    background: url(../img/ramdanBG.png);
    background-size: cover;
    background-position: bottom;
    width: 100%;
/*    height: 100vh;
    min-height: 1100px;*/
}

.ramadanGradient {
    background: linear-gradient(180deg, #425D3D 0%, #5E9DCA 100%);
}

.bg-blur {
    background-color: #f5f5f542 !important;
    backdrop-filter: blur(10px)
}

.bottom30 {
    bottom: -30px !important;
}

.text-treeGreen {
    color: #1C8D0A;
}

.border-white {
    border-color: #ffffff !important;
}

.bg-treeGreen {
    background-color: #1C8D0A;
}

.border-treeGreen {
    border-color: #1C8D0A !important;
}

.starFilled {
    width: 48px;
    height: 48px;
}

.t-40 {
    top: 40px
}

.r-30vh {
    right: 20vh;
    top: 40vh
}

.w-32 {
    width: 32px
}

.borderend {
    border-right: 2px solid white !important;
    border-left: 2px solid white !important;
}

.borderstart {
    border-left: 2px solid white !important;
}

.oasisBoxText {
    width: fit-content;
    white-space: nowrap;
    line-height: 0.8;
    letter-spacing: 4px
}

.w-140 {
    width: 140px
}

.mt-20 {
    margin-top: 100px !important;
}

.f-size-80 {
    font-size: 80px;
}

.borderText1 {
/*    -webkit-text-stroke: 3px #1C8D0A;*/
    color: #C2E0BD !important
}

.borderText2 {
    /*    -webkit-text-stroke: 2px #fff;*/
    color: #C2E0BD !important
}

.btnFullScreen {
    width: 100%;
}

.b20 {
    bottom: 20px;
}

.flex-md-nowrap {
    flex-wrap: nowrap;
}

.w-fit {
    width: fit-content ;
}

.readBtn:hover {
    background-color: #1C8D0A50;
    cursor: pointer;
}

.top50 {
    top: -48px;
}

.bg-gradientYellow {
    background-image: linear-gradient(180deg, #FDF7EB, #FDF7EB, #FDF7EB, #FDF7EB00);
}

.text-lava {
    color: #D40404 ;
}

.w-5 {
    width: 24px;
    height: 24px;
}

.bg-oasis {
    background-color: #FAF4E2 !important
}

.d-tr {
    display: table-row !important;
}

.writing-mode-lr {
    writing-mode: sideways-lr;
}

.detailBtn:hover {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.sup {
    vertical-align: super;
}

.bg-white50 {
    background-color: #FfFFFf50 !important
}

.h-40 {
    height: 180px;
}

.price {
    font-size: 32px; /* Adjust size as needed */
    font-weight: bold;
    color: black;
    position: relative;
    display: inline-block;
}

    .price::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 3px; /* Adjust thickness */
        background-color: red;
        transform: rotate(-10deg); /* Slight tilt */
    }

.marquee {
    overflow: hidden;
    white-space: nowrap;
    background-color: #f8f8f8; /* Adjust background as needed */
    padding: 10px 0;
    width: 100%;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 15s linear infinite;
}

    .marquee-content h2 {
        display: inline-block;
        margin: 0 30px;
    }

@keyframes marquee {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(-100vw);
    }
}

.textAbs {
    top: 20px ; left :40px;
}

.gx-8 {
    --bs-gutter-x: 6rem !important;
}

.mt-01 {
    margin-top: 2px ;
}

.mt-19 {
    margin-top: 19px ;
}

.pb-01 {
    padding-bottom: 1px;
}

.hl-05 {
    line-height: 0.5 !important;
}

.f-size-120 {
    font-size: 100px ;
}

.searchInput {
    outline: none;
    border-color: #C2E0BD !important;
    border-width: 2px !important;
    border-style: solid !important;
}

.hIframe {
/*    height: 350px; */

}

#dd-container .dtd-callout, .dtd-plugin .dtd-callout {
    background-color: #FAF4E2 !important;
    border : none !important;
    box-shadow: none !important;
}

/*    #dd-container .dtd-callout, .dtd-plugin .dtd-callout .text-center.search-title {
        display: none !important;
    }*/

.text-center.search-title {
        display: none !important;
    }

    .hIframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.top80 {
    top: -80px;
}

@media (max-width: 768px) {
    .marquee-content h2 {
        display: inline-block;
        margin: 0 12px;
    }
/*
    .hIframe {
        height: 150px;
    }*/
    .top80 {
        top: -44px;
    }
    .h90vh {
        height: 48vh;
    }

    .marquee-content img {
        width: 40px !important;
    }

    .d-tr {
        display: none !important;
    }
    .gi-position {
        top: -18px;
        left: 12px;
    }

    .gi-position2 {
        top: -63px;
        left: 12px;
    }

    .zoom1_5 {
        zoom: 1;
    }

    .cleanWater29, .cleanWater30 {
        height: 60vh;
        min-height: 680px;
    }
 .waterCircleBanner {
        height: 50vh;
        min-height: 450px;
    }


    .zoom1_1 {
        zoom: 0.7
    }

    .w100 {
        width: 100% !important;
    }

    .f-size-80 {
        font-size: 24px;
    }

    .f-size-m-24 {
        font-size: 24px !important;
    }

    .f-size-m-34 {
        font-size: 34px !important;
    }

    .f-size-m-36 {
        font-size: 40px !important;
    }


    .mt-20 {
        margin-top : 20px !important;
    }

    .btnFullScreen {
        width: 40px;
    }

    .b20 {
        bottom: 10px;
    }

    .flex-md-nowrap {
        flex-wrap: wrap;
    }

    .top50 {
        top: -12px;
    }
    .f-size-m-10 {
        font-size: 10px !important;
    }

    .price {
        font-size: 18px; /* Adjust size as needed */
    }

    .h-40 {
        height: 100px;
    }

    .text {
  
        min-height: 20px;
    }

    .table-comparison tr th {
        padding: 8px;

    }

    .table-comparison tr td {
        background-color: #fff;
        padding-left: 4px;
    }
    .textAbs {
        top: 12px;
        left: 20px;
    }
}

.support-btn {
    background-color: #1C8D0A; /* Green */
    color: white;
    font-weight:600;
    padding: 8px 20px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

    .support-btn:hover {
        background-color: #006400; /* Darker Green */
        color: white;
    }

/* Heart Pulse Animation */
.heart-icon {
    font-size: 18px;
    animation: pulse 1.2s infinite;
}

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

    50% {
        transform: scale(1.2);
    }

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

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625) */
    overflow: hidden;
    border-radius: 8px; /* Optional: rounded corners */
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.text-Bleach-White {
    color: #FFF4E0;
}

.text-cocoa-brown {
    color: #CA6C36;
}

.bg-cocoa-brown {
    background-color: #CA6C36
}

.text-dusk-blue {
    color: #344C78;
}

.azhaGradient {
    background: linear-gradient(180deg, #CA6C36 0%, #FFF4E0 100%);
/*    background-image: linear-gradient(180deg, #FDF7EB, #FDF7EB, #FDF7EB, #FDF7EB00);*/

}

.bg-azha {
    background-color: #FFF4E0;
}

.bg-tequila {
    background-color: #F2E8CA;
}

.w-100p {
    width: 100px;
    height: 100px;
}

.bg-dusk-blue {
    background-color: #344C78;
}

.top-180 {
    top: -180px;
    position: absolute
}

@media (max-width : 786px){
    .top-180 {
        top: 0px;
        position: relative
    }

    .map-view-2 {
        height: 450px;
    }
}