<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    text-decoration: none !important;
}

ul {
    padding: 0;
}

    ul li {
        list-style-type: none;
    }

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

.copy {
    position: relative;
}

.copy-text {
    position: absolute;
    top: -10px;
    background: #fff !important;
    /* color: #ed4334; */
    font-size: 13px;
    opacity: 0;
    transition: 0.5s;
}

.donate {
    width: 15%;
    height: 100% !important;
    background: #ED4334;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-transform: uppercase;
}

    .donate:hover {
        background: #e51a08;
        color: #fff;
        /*letter-spacing: 5px;*/
    }

/*.ddmenu {
      overflow: hidden;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    height: 90px;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 10;
}*/
.ddmenu {
    z-index: 50;
    width: 100%;
}

    .ddmenu a, .dropbtn {
        font-weight: 600 !important;
        color: #35363a;
        transition: 0.5s;
        font-size: 18px;
    }

.dd-main-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .logo img {
        width: 90px;
        height: 90px;
    }

.d-row {
    display: flex;
    padding: 1% 8%;
}

.ddmenu a {
    font-size: 18px;
    color: #35363a;
    padding: 14px 20px;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 400 !important;
}

.d-dropdown {
    float: left;
    overflow: hidden;
    margin: 0px 10px;
}

    .d-dropdown .dropbtn {
        font-size: 18px;
        font-weight: 400 !important;
        border: none;
        outline: none;
        color: #35353a;
        padding: 14px 16px;
        background-color: inherit;
        margin: 0;
        height: 90px;
        transition: 0.5s;
    }

    .ddmenu a:hover, .d-dropdown:hover .dropbtn {
        color: #ED4334;
    }

.d-dropdown-content {
    display: none;
    position: fixed;
    background-color: rgba(255,255,255,1);
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 90px;
}

    .d-dropdown-content .header {
        background: red;
        padding: 16px;
        color: white;
    }

.d-dropdown:hover .d-dropdown-content {
    display: block;
}

/* Create three equal d-columns that floats next to each other */
.d-column {
    float: left;
    padding: 10px;
    margin-right: 40px;
    /*  background-color: #fff;*/
    /*height: 250px;*/
}

    .d-column a {
        float: none;
        color: #A3A3A3;
        font-weight: 400;
        padding: 4px 0;
        text-align: left;
        text-decoration: none;
        display: block;
        font-size: 16px;
    }

    .d-column h3 {
        font-size: 20px;
        color: #ed4334;
    }

    .d-column a:hover {
        color: #35363c;
    }

.dropbtn i {
    font-size: 14px;
}

.social {
    position: relative;
    z-index: 10;
    display: flex;
}

    .social li {
        margin-right: 15px;
    }

        .social li a img {
            width: 36px;
            height: 26px;
            object-fit: contain;
        }

footer {
    background: #35363a;
    position: relative;
    padding: 100px 0 25px;
}

    footer ul li a {
        color: #6F6F6F;
        transition: 0.5s;
        font-size: 16px;
        /*font-size: 400;*/
    }

    footer ul:not(.social) li a:hover {
        margin-left: 10px;
        color: #dadada;
    }

.social i {
    font-size: 20px;
}

.social li a:hover {
    color: #dadada;
}

.footer-title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.footer-main {
    font-size: 40px;
    font-weight: 600;
    color: #ccc;
}

.footer-poem {
    font-size: 20px;
    font-weight: 300;
    color: #ccc;
}

.footer-left p:last-child {
    font-size: 20px;
    font-weight: 300;
    color: #676767;
}

.footer-left {
    padding-right: 45px;
}

footer::after {
    content: url(../images/Maskgroup.png);
    position: absolute;
    bottom: 20%;
    right: 0;
}

.footer-right {
    padding-right: 50px;
}

.footer-end1, .footer-end2 {
    font-size: 16px;
    font-weight: 300;
    color: #6F6F6F;
    margin-top: 50px;
}

    .footer-end1 a {
        color: #D6D6D6;
    }

        .footer-end1 a:hover {
            color: #D6D6D6;
            text-decoration: underline !important;
        }

    .footer-end2 a {
        color: #D6D6D6;
    }

        .footer-end2 a:hover {
            color: #D6D6D6;
            text-decoration: underline !important;
        }

.footer-end1 {
    text-align: left !important;
}

.footer-end2 {
    text-align: right !important;
}

.gizli {
    display: none;
}

.video-icon {
    background: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    color: #fff;
    transition: 0.5s;
    opacity: 0;
    text-align: center;
    /*min-width: 750px;*/
    border-radius: 10px;
    cursor: pointer;
}

    .video-icon i {
        display: table-cell;
        vertical-align: middle;
        font-size: 50px;
    }

.item:hover .video-icon {
    opacity: 1;
}
.item1:hover .video-icon {
    opacity: 1;
}
.main-li {
    position: relative;
    margin: 0px 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

#aboutFond {
    background-image: url(../images/bg-blue.png);
    background-repeat: no-repeat;
    background-position-y: 13%;
}

.blog-mini-title {
    color: #F24C4C;
}

.dropdown a {
    font-size: 16px !important;
    font-weight: 400 !important;
    padding-left: 0 !important;
    color: #35363a;
}

.dropdown-title {
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    color: #ED4334;
}

.dropdown {
    position: absolute;
    width: 153%;
    top: 100px;
    left: 0%;
    opacity: 0;
    z-index: 10;
    color: #35363a;
    background-color: #fff;
    transition: all 0.5s;
    display: none;
    flex-direction: column;
    z-index: 5988954;
    justify-content: center;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px 20px;
}

    .dropdown li {
        line-height: 1.2rem;
        display: flex;
    }

.main-li:hover .dropdown {
    /*top: 0px;*/
    display: flex;
    opacity: 1;
}

.media img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
}

.media {
    margin-top: 20px;
}

.section-title {
    text-align: center;
    padding: 50px 0;
}

    .section-title p {
        font-weight: 600;
        font-size: 55px;
        color: #35363c;
    }

    .section-title p {
        position: relative;
        display: inline-block;
    }

        .section-title p::after {
            content: url(../images/media3.png);
            position: absolute;
            top: -35%;
            z-index: -1;
            left: -35%;
        }

        .section-title p::before {
            content: url(../images/media1.png);
            position: absolute;
            z-index: -1;
            right: -35%;
            top: -35%;
        }

.section-media {
    position: relative;
    padding: 50px 0;
    overflow: hidden !important;
}

.section-blog {
    width: 100%;
    color: #35363c !important;
    padding: 50px 0 70px 0;
}

.blog {
    width: 63%;
    text-align: center;
    margin: auto;
    padding: 75px 0;
    position: relative;
}

.section-blog img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    /*height: 684px;*/
    object-fit: cover;
}

.blog-img {
    position: relative;
}

    .blog-img::before {
        content: url(../images/blog1.png);
        position: absolute;
        object-fit: cover;
        top: -6%;
        left: -20%;
    }

    .blog-img::after {
        content: url(../images/blog2.png);
        position: absolute;
        bottom: -10%;
    }
/*.section-blog::before{
      content:url(../images/bg-blue.png) ;
      position: absolute;
    }*/
.blog-content {
    width: 100%;
    position: relative;
    margin: auto;
    font-size: 18px;
    font-weight: 500;
}

.blog-text {
    width: 56%;
    margin: auto;
    position: relative;
    text-align: left;
}

.blog-title {
    font-size: 40px;
    font-weight: 700;
}

.blog-content::before {
    content: url(../images/left.png);
    position: absolute;
    top: 4%;
    left: 0;
}

.blog-content::after {
    content: url(../images/right.png);
    position: absolute;
    right: 0;
    bottom: -15%;
    z-index:-1;
}

.section-media::before {
    content: url(../images/left.png);
    position: absolute;
    top: 24%;
    left: -5%;
    z-index: -1;
}

.section-media::after {
    content: url(../images/right.png);
    position: absolute;
    bottom: 6%;
    right: -5%;
    z-index: -1;
}

@media (max-width:980px) {
    .dd-main-menu {
        display: none;
    }

    .donate {
        width: 25%;
    }

    .logo {
        width: 60%;
    }

    .mobile-menu-i {
        width: 10%;
    }
}

.lightbox {
    border: 0;
    box-shadow: none;
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.lightbox-zoom {
    background: #fff;
    bottom: 0;
    color: #2727a4;
    display: none;
    line-height: 1;
    padding: .306em .5em;
    position: absolute;
    right: 0
}

.lightbox-no-scroll {
    overflow-y: hidden;
}


/* Overlay */
.lightbox-overlay {
    background: rgba(17, 17, 17, .8);
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 80;
    overflow: hidden;
}

    .lightbox-overlay *,
    .lightbox-overlay *::before,
    .lightbox-overlay *::after {
        box-sizing: inherit;
    }

    .lightbox-overlay[aria-hidden="true"] {
        display: none;
    }


/* Slider */
.lightbox-slider {
    -webkit-transition: left .3s ease, -webkit-transform .3s ease;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: left .3s ease, -webkit-transform .3s ease;
    transition: left .3s ease, transform .3s ease, -webkit-transform .3s ease;
    transition: left .3s ease, transform .3s ease;
    white-space: nowrap;
}


/* Content */
.lightbox-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

    .lightbox-content figure {
        position: relative;
    }

    .lightbox-content img {
        display: block;
        height: auto;
        max-height: 85vh;
        max-width: 85vw;
        width: auto;
    }

    .lightbox-content figcaption {
        background: rgba(17, 17, 17, .8);
        bottom: 0;
        color: #fff;
        display: block;
        left: 0;
        padding: .25em .5em;
        position: absolute;
        width: 100%;
    }


.lightbox-overlay button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1.6em;
    height: 1.6em;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 1.6em;
}

    .lightbox-overlay button:focus {
        /*border: 1px solid #fff;*/
        outline: 0;
    }

    .lightbox-overlay button:disabled {
        cursor: default;
        opacity: .5;
    }

    .lightbox-overlay button[aria-label="Previous"],
    .lightbox-overlay button[aria-label="Next"] {
        top: 50%;
        top: calc(50% - (1.6em / 2));
    }

    .lightbox-overlay button[aria-label="Previous"] {
        left: 2%;
    }

    .lightbox-overlay button[aria-label="Next"] {
        right: 2%;
    }

    .lightbox-overlay button[aria-label="Close"] {
        top: 1em;
        right: 2%;
    }

.lightbox-counter {
    background: transparent;
    color: #fff;
    font-size: 1.15em;
    left: 2%;
    position: absolute;
    top: 1em;
}


.lightbox-loader {
    width: 5em;
    height: 5em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.5em;
    margin-left: -2.5em;
}

    .lightbox-loader::before {
        -webkit-animation: spin 1s infinite;
        animation: spin 1s infinite;
        border-radius: 100%;
        border: .5em solid #9f9f9f;
        border-top-color: #2727a4;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

.lang_box a {
    overflow: hidden;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 10;
    padding: 0;
}

.lang_box {
    width: 5%;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: auto 0;
}

.mobile-menu-i {
    margin: auto 0;
}

.lang_box .active_lang {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #2c2c51;
    position: relative;
}

.lang_box a:hover {
    color: #ed4334;
    /*background: #f1f1f1;*/
}

.lang_list li a {
    font-size: 14px;
}

.lang_list {
    width: 36px;
    background-color: transparent;
    border-radius: 5px;
    /*box-shadow: 0 3px 6px 0 rgb(0 0 0 / 6%);*/
    overflow: hidden;
    position: absolute;
    top: 25px;
    z-index: 9;
    transition: .2s ease;
}

.lang_list {
    width: 36px;
    background-color: #fff;
    border-radius: 5px;
    /*box-shadow: 0 3px 6px 0 rgb(0 0 0 / 6%);*/
    overflow: hidden;
    position: absolute;
    z-index: 9;
    transition: .2s ease;
}


.hide {
    display: none;
}

/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 95;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    transition: 0.5s;
}

    /* Style the sidenav links and the dropdown button */
    .sidenav a, .dropdown-btn {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 20px;
        color: #818181;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
        color: #35363a;
        font-size: 18px;
        font-weight: 400;
        transition: 0.5s;
    }

        /* On mouse-over */
        .sidenav a:hover, .dropdown-btn:hover {
            color: #ed4334;
        }

/* Main content */
.main {
    margin-left: 300px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
    /*background-color: green;*/
    color: #ed4334;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #fff;
    padding-left: 8px;
    color: #35363a;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.close {
    padding: 20px;
    cursor: pointer;
    color: #35363c;
    font-size: 25px;
    transition: 0.5s;
}

    .close:hover {
        color: #ed3434;
    }

.blog-text p {
    line-height: 35px;
}

.blog-content {
    color: #35363c !important;
}

.blog-title {
    line-height: normal !important;
    color: #35363a;
}

.text-right {
    text-align: right !important;
}

.apply-part1 {
    background: url(../images/black.png);
    background-position: 50% 102%;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
}

.second-bg {
    background: url(../images/blackover.png);
    background-position: 50% 70%;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .second-bg p {
        font-size: 55px;
        color: #fff;
        margin-top: 140px;
        font-weight: 700;
        text-align: center;
    }

.apply-form-content {
    width: 56%;
    margin: auto;
    position: relative;
    text-align: left;
}

.apply-form {
    margin: 50px 0;
    padding: 50px 0;
}

    .apply-form .form-group {
        margin: 20px 0;
    }

        .apply-form .form-group span {
            color: #ed4334;
            margin-left: 0;
        }

.form-check-input:checked {
    background-color: #ed4334;
    border-color: #ed4334;
}

.form-check-input:focus {
    border-color: #ed4334;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ed43342e;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #F2F2F6;
    border-radius: 50%;
    outline: none;
    /*box-shadow:0 0 5px 0px gray inset;*/
}



    input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

    input[type='radio']:checked:before {
        background: #ed4334;
    }

.apply-form .form-control:focus {
    box-shadow: 0 0 0 0.25rem #ed43342e !important;
    border-color: #ed4334 !important;
}

.apply-form label {
    margin-bottom: 10px;
}

.form-control {
    color: #35363a !important;
}

.form-btns input, button {
    padding: 10px 40px;
    border-radius: 10px;
    float: right;
    border: none;
    font-size: 18px;
    font-weight: 500;
}

.form-btns .back {
    margin-right: 15px;
    background: rgba(237, 67, 52, 0.1);
    color: #35363a;
}

.form-btns .next {
    background: #ED4334;
    color: #fff;
}

.next, .back {
    transition: 0.5s;
    cursor: pointer;
}

    .next:hover, .back:hover {
        background-color: #e51a08;
        color: #fff;
    }

button:focus-visible {
    outline: none;
}
</pre></body></html>