<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body, .ms-backgroundImage {
    margin: 0;
    font-size: 14px;
    line-height: 1.9;
    color: #4d4d4d;
    background-color: #f6f6f6;
    background-image: url('../../../images/home/fullbg.png');
    background-repeat: repeat;
    /*background-position: center;*/
    background-size: 1141px;
    /*background-size:cover;*/
}
/* header menu */

/* header bottom  menu nav bar*/
.navigation__logo img {
    width: 123px;
    margin-right: 30px;
    max-height: 63px;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.07);
    /*for new menu*/
    position: absolute;
    bottom: 20px;
    /*for new menu*/
}
/*.navigation__logo img::before {
    border:1px solid #000;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.07);
}*/
.header-top {
    background-image: url('../../../images/header/tb2.png');
    /*background-size: 100%;
    background-position: top;*/
}

.ht-contact span {
    font-size: 14px;
}

.header-bottom {
    background: rgba(198, 198, 198, 0.78);
    box-shadow: 0 5px 15px 2px rgba(0,0,0,0.25);
}

    .header-bottom.header-fixed {
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        background-image: url('../../../images/header/tb2.png');
        background-size: 100%;
        background-position: top;
    }

.slicknav_nav {
    background: #c6c6c6;
}
    .slicknav_nav a {
        color: #000;
        font-weight: 600;
        letter-spacing: 0;
        font-size: 15px;
    }
ul.submenu &gt; li &gt; a, ul.slicknav_nav &gt; li &gt; a {
    color: #000;
}
.slicknav_nav li.active &gt; a &gt; a
{
    color:#fff;
}
.main-menu {
    display: flex;
    width: 100%;
}
    .main-menu nav {
        width: inherit;
        /*for new menu*/
        margin-left: 125px;
        max-height: 60px;
        /*for new menu*/
    }
    .main_ul {
        display: flex;
    }
.main-menu nav ul li
{
    flex:auto;
    text-align:center;
}

    .main-menu nav ul li a {
        color: #0b0b15;
        /*for new menu*/
        padding: 22px 13px;
        /*for new menu*/
    }
/*for new menu*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-menu nav ul li a {
        padding: 22px 10px !important;
    }
}
/*for new menu*/
.main-menu nav &gt; ul &gt; li:first-child &gt; a {
    margin-left: 8px;
    margin-right:unset;
}
    .main-menu nav ul li.active &gt; a, .main-menu nav ul li:hover &gt; a {
        color: #0b0b15;
    }
    /*    .main-menu nav ul .submenu li:hover &gt; a {
        background-color: #0b0b15;
    }*/


.main-menu nav &gt; ul &gt; li &gt; a::before {
    /*for new menu*/
    bottom: 14px;
    /*bottom: 20px;*/
    /*for new menu*/
    /*width: 100%;*/
    background-color: #0b0b15;
}

/*a, a:visited {
    color: #0b0b15;
}*/

/*sub menu*/
.main-menu .submenu {
    border-radius: 10px;
    border-bottom: 4px solid #0b0b15;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /*for new menu*/
    top: 62px;
    /*for new menu*/
}

    .main-menu .submenu li {
        border-bottom: 1px solid #C3C4C4;
        position: relative;
    }
/*.main-menu .submenu li {
    display: block;
    text-align: right;
}*/

/*slider caus owl-carousel*/
.slider-item {
    height: 500px;
}

.slider-area .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    /*box-shadow: 0 15px 26px 11px rgba(0, 0, 0, 0.4);*/
}

    .slider-area .owl-nav .owl-next {
        right: 0;
    }

    .slider-area .owl-nav .owl-prev {
        left: 0;
    }

.slider-area .owl-dots .active {
    background-color: #0b0b15;
}

.slider-area .owl-nav .owl-prev, .slider-area .owl-nav .owl-next {
    position: absolute;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: transparent;
    font-family: "FontAwesome";
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slider-item::before {
    /*background: linear-gradient(-90deg, rgba(0, 0, 0, 0.63) 20%, rgba(0, 0, 0, 0) 100%) !important;*/
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.27) 20%, rgba(0, 0, 0, 0) 100%) !important;
    right: 0;
    left: auto;
}

.slider-area .owl-nav .owl-prev:hover, .slider-area .owl-nav .owl-next:hover {
    background-color: #0b0b15;
}


.section-title h2::before {
    background: rgb(198, 198, 198);
}

.event-single {
    /*background-color: transparent;*/
    background-color: #FFFFFF;
    border: 2px solid #0707070f;
    padding: 10px;
}
.event-thumb img {
    max-height: 330px;
    margin: auto;
}
.event-content &gt; h4 {
    margin: 2px 0px 14px;
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Cairo';
}

.block-hdnews {
    background-color: #FFFFFF;
    /*margin: 1px auto 25px;*/
    direction: rtl;
    border: 1px solid #80808038;
    border-radius: 10px;
    padding: 5px;
    margin-top: 40px;
    margin-bottom: 0;
}

.list-aggregate li {
    border-bottom-color: #d2d2d2 !important;
}
    .list-aggregate li:hover {
        background-color: #eee !important;
    }

.widget {
    margin-bottom: 0px;
}

.widget-category {
    background-color: #FFFFFF;
    border: 1px solid #80808038;
    border-radius: 10px;
    padding: 5px;
    margin-top: 40px;
    margin-bottom: 0;
}

.widget-title {
    background: rgb(210, 210, 210);
}


.button {
    border-radius: 4px;
    background-color: white;
    border: 1px solid black;
    color: #000;
    text-align: center;
    font-size: 15px;
    padding: 4px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    letter-spacing: 0;
    font-weight: 600;
}


    .button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
        direction:ltr;
    }

        .button span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: -11px;
            right: -20px;
            transition: 0.5s;
            font-size: 25px;
            color: rgb(210, 210, 210);
        }

    .button:hover span {
        padding-right: 20px;
    }

        .button:hover span:after {
            opacity: 1;
            right: 0;
        }

/*news verticle slider start*/
.meta-thumb a img {
    max-width: 90px;
    height: 90px;
    width: 90px;
}
/*news verticle slider end*/

/*widget widget-gallery start*/
.w-gallery-img li {
    -ms-flex-preferred-size: calc(100% * (1/1));
    flex-basis: calc(100% * (1/1));
}
    .w-gallery-img li a img {
        min-height: 386px !important;
    }
   /* .w-gallery-img li img::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.25);
        position: absolute;
        top: -100%;
        right: -100%;
        opacity: 0;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }
    .w-gallery-img li :hover::before {
        opacity: 1;
        right: 0;
        top: 0;
    }

    .w-gallery-img li.play {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        border-radius: 35px;
        background-color: transparent;
        font-size: 40px;
        opacity: 0;
        width: 70px;
        height: 70px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        z-index: 1;
    }

   .w-gallery-img li .play i {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            color: rgba(255,255,255,0.75);
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

    .w-gallery-img li:hover .play {
        opacity: 1;
    }*/



    /*widget widget-gallery end*/
    /*الرعايات*/
    .event-area {
        margin-top: 40px;
    }
/*.event-content .btn-area a {
    font-weight: 900;
    background: rgb(198, 198, 198);
    border: 1px solid #070707f5;
    color: #050505;
}

    .event-content .btn-area a:hover {
        border: 1px solid #000;
        color: #000;
        background: transparent;
    }*/
.event-content .btn-area a {
    border: 1px solid #000;
    color: #000;
    background: transparent;
    margin:0 7px;
    padding:0 5px;
}

    .event-content .btn-area a:hover {
        border: 1px solid #000;
        color: #000;
        background: transparent;
    }
   /* .event-area .causes-slider {
        background-color: #FFFFFF;
    }*/
.cause-item {
    padding-bottom: 8px;
    border:unset;
    box-shadow:unset;
}
    .cause-item:hover {
        box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.15);
    }
.cause-info p
{
    text-align:center !important;
}
.cause-info .cause-meta span {
    min-height: 50px;
}
.causes-title h2 {
    display: block;
}

    .causes-title h2::before {
        bottom: -10px;
        background: rgb(198, 198, 198);
    }

.causes-slider .owl-nav div {
    background: transparent;
    line-height: 40px;
    font-size: 30px;
    color: #000;
    border: 1px solid #070707f5;
}

    .causes-slider .owl-nav div:hover {
        border: 1px solid rgb(0, 0, 0);
        color: rgb(0, 0, 0);
        background: transparent;
    }

.cause-info .progress-bar {
    background: rgb(198, 198, 198);
}

    .cause-info .progress-bar span {
        border: none;
    }

.cause-info .btn-style-one a {
    border: 1px solid #050505;
    background-color: rgb(198, 198, 198);
    font-weight: 900;
    color: #050505;
}

.cause-share-meta .btn-area a:hover, .cause-info .btn-area a:hover {
    border: 1px solid #000;
    color: #000;
    background: transparent;
}
.cause-item .cause-thumbnail a {
    min-height: 175px;
}
.cause-item .cause-thumbnail a img {
    margin: auto;
    width: 200px;
    /*height: 170px;*/
}
/*الشكل الجديد*/
.allsponsers {
    margin: 40px 0;
}
    .allsponsers .sponsernav h2 {
        padding: 0 20px;
        background: #00000005;
        border-radius: 25px;
        font-weight: 400 !important;
        font-size: 19px !important;
        min-height: 70px;
    }
/*الرعايات*/
/*footer*/
footer {
    /*background: rgba(2, 35, 76, .25);*/
    background-image: url('../../../images/header/bb2.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .9;
}

.footer-top {
    /*box-shadow:0px -15px 19px rgba(50, 50, 50, 0.22);*/
    /*box-shadow: 0 -11px 51px 6px rgba(0, 0, 0, 0.26);*/
    /*background-image: url('../../../images/header/banner4.png');*/
    /*background-image: url('../../../images/header/bottom_banner.jpeg');*/
    /*background-size: 100%;
    background-repeat: no-repeat;*/
}

    .footer-top .title {
        color: #000;
        /*text-align:center;*/
    }



.fb-inner {
    text-align: center;
    position: relative;
}

    .fb-inner::before {
        content: "";
        display: block;
        width: 100%;
        max-width: 50px; /* Adjust the width of the border image */
        height: auto;
        background: url('../../../images/banner-mark-divider.png') center/contain no-repeat; /* Replace with your border image path */
        position: absolute;
        top: 0;
    }
.fb-inner &gt; div {
    padding: 20px; /* Adjust padding as needed */
}
/*footer*/
.widget-contact ul li, .widget-contact ul li a {
    color: #0b0b15;
}
    .widget-contact ul li i {
        color: #0b0b15;
    }
    .widget-contact ul li:hover a, .widget-contact ul li:hover i
    {
        color:#fff;
    }

.widget-quick ul li a {
    color: #0b0b15;
    padding-left: 10px;
}
.widget-quick ul li:hover a {
    color: #fff;
}
.bottom ul a {
    padding-right: 15px;
}

.widget-quick ul li::before {
    color: #0b0b15;
}
.widget-quick ul li::before:hover {
    color: #fff !important;
}
.widget-quick ul li:hover:before {
    /*color: #fff !important;*/
    /*left: -5px;
    opacity: 0;
    display: none;*/
}
.fb-inner {
    padding: 0;
}
    .fb-inner p, .fb-inner ul li a {
        color: #0b0b15;
        font-weight: 600;
    }



/* scroll */
a.scrollup-btn {
    color: #0b0b15;
}

    a.scrollup-btn:hover {
        background-color: #c6c6c6;
    }

/*one vedio*/
.component {
    /*padding: 30px 30px 35px;*/
    padding: 3px 14px 14px;
    background-color: #FFFFFF;
    /*border-top: 8px solid #8A1538;*/
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.025);
    /*margin-bottom: 60px;*/
}
/*inside image size */
.featured-image__image img, .featured-image__video img, .featured-video__image img, .featured-video__video img {
    /*min-height: 386px !important;*/
    height: 386px !important;
    width: 100%;
}

.featured-image__image, .featured-image__video, .featured-video__image, .featured-video__video {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
    /*padding-top: 66.66%;*/
    text-align: center;
    background-color: #F0F1F2;
}

.featured-image__desc, .featured-video__desc {
    padding: 1px 2px;
    background-color: #F9F9F9;
    /*color: #828282;*/
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0;
    font-weight: 600;
    min-height: 63.2px;
}

.featured-image__image .play, .featured-image__video .play, .featured-video__image .play, .featured-video__video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 35px;
    background-color: transparent;
    font-size: 65px;
    opacity: 0;
    width: 70px;
    height: 70px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    z-index: 1;
}

    .featured-image__image .play i, .featured-image__video .play i, .featured-video__image .play i, .featured-video__video .play i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        color: rgba(255,255,255,0.75);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.featured-image__image:hover .play, .featured-image__video:hover .play, .featured-video__image:hover .play, .featured-video__video:hover .play {
    opacity: 1;
}

.featured-image__image .play:hover, .featured-image__video .play:hover, .featured-video__image .play:hover, .featured-video__video .play:hover {
    /*background-color: #fff;*/
}

    .featured-image__image .play:hover i, .featured-image__video .play:hover i, .featured-video__image .play:hover i, .featured-video__video .play:hover i {
        color: #FFF;
    }

.featured-image__image::before, .featured-image__video::before, .featured-video__video::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    position: absolute;
    bottom: -100%;
    left: -100%;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.featured-image__image:hover::before, .featured-image__video:hover::before, .featured-video__video:hover::before {
    opacity: 1;
    left: 0;
    bottom: 0;
}


/* preloader */
/*edit default-css.css preloader*/














:root {
    --effect: hover 1s linear infinite;
}

* {
    margin: 0;
}


.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#preloader {
    background: #2d2c2cab;
}

.wrap-preload.circle-ball {
    /*background: rgba(255, 255, 255, 0.6);*/
    background: rgba(138, 137, 137, 0.6);
}
    .wrap-preload.circle-ball .wrap-content
    {
        width:unset !important;
    }
    .wrap-preload.circle-ball .wrap-content .wrap-circle-ball {
        position: absolute;
        bottom: 12px;
    }

        .wrap-preload.circle-ball .wrap-content .wrap-circle-ball .ball.ball-top {
            background: #FD1E27;
        }

            .wrap-preload.circle-ball .wrap-content .wrap-circle-ball .ball.ball-top:nth-of-type(2) {
                background: #F1F7F2;
                width: 16px;
                height: 16px;
            }

        .wrap-preload.circle-ball .wrap-content .wrap-circle-ball .ball.ball-bot {
            background: #17B948;
        }
/* Add styles for the logo */
.loader-logo {
    max-width: 300px; /* Adjust the size as needed */
    display: block;
    margin: 0 auto;
    /*background: #f9f9f9;*/
    border-radius: 50px;
}

/* Add animation to the logo */
@keyframes logo-animation {
    0% {
        transform: scale(0);
    }

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

/* Apply the animation to the logo */
.wrap-preload.circle-ball .wrap-content .loader-logo {
    animation: logo-animation .11s ease-in-out forwards;
}

/* Apply the blinking animation to the logo */
.wrap-preload.circle-ball .wrap-content .loader-logo {
    animation: logo-animation .11s ease-in-out forwards, blinking-animation 1.2s infinite;
}


/* Add animation to the blinking logo */
@keyframes blinking-animation {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}




/* Styles for loading text */
.loading-text {
    /*display: flex;*/
    /*margin-top: 20px;*/
    text-align:center;
}

.loading-text p {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: 4em;
    font-family: arial;
    font-weight: 600;
    transform: scale(.5);
    color: #121212;
    -webkit-text-stroke: 2px gray;
}

.loading-text p:nth-child(1) {
    animation: var(--effect);
}

.loading-text p:nth-child(2) {
    animation: var(--effect) 0.125s;
}

.loading-text p:nth-child(3) {
    animation: var(--effect) 0.25s;
}

    .loading-text p:nth-child(4) {
        animation: var(--effect) 0.375s;
    }

    .loading-text p:nth-child(5) {
        animation: var(--effect) 0.5s;
    }

    .loading-text p:nth-child(6) {
        animation: var(--effect) 0.675s;
    }

    .loading-text p:nth-child(7) {
        animation: var(--effect) 0.75s;
    }

@keyframes hover {
    0% {
        transform: scale(.5);
        color: #121212;
        -webkit-text-stroke: 2px gray;
    }

    20% {
        transform: scale(1);
        color: #fff;
        -webkit-text-stroke: 3px gray;
        /*filter: drop-shadow(0 0 1px black)drop-shadow(0 0 1px black)drop-shadow(0 0 3px red)drop-shadow(0 0 5px red)hue-rotate(10turn);*/
    }

    50% {
        transform: scale(.5);
        color: #121212;
        -webkit-text-stroke: 2px gray;
    }
}



/*03-06-2024*/
.slicknav_btn {
    margin-top: 5px !important;
}

.slicknav_menu {
    margin-top: 0px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-bottom, .header-bottom.header-fixed {
        padding-top: 0px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .header-bottom, .header-bottom.header-fixed {
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .slicknav_menu &gt; a {
        top: 0px !important;
    }

    .header-top .container {
        width: 100%;
    }

    .featured-image__image img, .featured-image__video img, .featured-video__image img, .featured-video__video img {
        height: unset !important;
        min-height: 300px;
        width: 100%;
    }
}

@media only screen and (min-width: 240px) and (max-width: 480px) {
    .header-bottom, .header-bottom.header-fixed {
        padding-top: 0px !important;
    }

    .header-top {
        padding: 10px 0px 10px !important;
    }

        .header-top .container {
            width: 100%;
        }

            .header-top .container img {
                max-width: 120px !important;
            }

    .slider-item {
        height: 180px !important;
    }

    .featured-image__image img, .featured-image__video img, .featured-video__image img, .featured-video__video img {
        height: unset !important;
        min-height: 300px;
        width: 100%;
    }
}

.slicknav_menu &gt; a {
    top: 0px !important;
}

.slicknav_menu .slicknav_icon {
    height: unset !important;
}
.header-fixed img {
    bottom: 0px;
    box-shadow: unset;
}
/*03-06-2024*/












</pre></body></html>