*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    src: url("fonts/ar/Kufi.ttf");
    font-family: 'Kufi';
}

@font-face {
    src: url("fonts/en/Raleway-Medium.ttf");
    font-family: 'Raleway';
}

@font-face {
    src: url("fonts/en/Montserrat.otf");
    font-family: 'Montserrat';
}

@font-face {
    src: url("fonts/en/Raleway_Black.ttf");
    font-family: 'Raleway_Black';
}

html{
    direction: rtl;
}
body{
    font-family: 'Kufi','Montserrat',sans-serif;
}

/* Top Nav */
.top-nav{
    padding: 10px 0;
    background: linear-gradient(to right ,#102770, #003780);
}
.top-nav .right-ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    padding-left: 0;
}
.top-nav .right-ul .ul-item{
    color: #FFF;
}
.top-nav .right-ul button{
    background: none;
    color: #FFF;
    border: 0;
}
.top-nav .right-ul .dropdown-item{
    color: #000;
    text-align: right; /* RTL */
}
.top-nav .social{
    margin-bottom: 0;
    text-align: left; /* RTL */
}
.top-nav .social li{
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.top-nav .social li a{
    color: #FFF;
}

@media (max-width: 992px) {
    .top-nav .right-ul{
        flex-direction: column;
        justify-content: space-between;
    }
    .top-nav .right-ul .ul-item{
        margin-bottom: 10px;
        flex: 1;
    }
    .top-nav .social{
        display: none;
    }
}

/* Navbar Style */
.navbar .navbar-brand img{
    width: 100px;
}
.navbar .nav-link,
.navbar .dropdown-menu{
    font-size: 15px;
    color: #000 !important;
}
.dropdown-toggle::after{
    content: '\f078';
    font-weight: 900;
    font-family: "Font Awesome 5 Free",sans-serif;
    border: 0 !important;
    vertical-align: baseline;
    font-size: 12px;
}

.navbar .dropdown-menu{
    min-width: 250px;
    text-align: right;
    border-radius: 0;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    left: auto; /* RTL */
}

.navbar .dropdown-menu .dropdown-item{
    padding: 10px;
    transition: all .3s ease-in-out;
}
.navbar .nav-item.dropdown:hover .dropdown-menu{
    display: block;
}
.navbar .dropdown-menu .dropdown-item:hover{
    background: #19B5FE;
    color: #FFF;
    padding-right: 20px;
}
.navbar .btn-donate{
    width: 130px;
    padding: 10px 0;
    border-radius: 10px;
    color: #FFF;
    background: linear-gradient(to right ,#102770, #003780);
}

@media (max-width: 992px) {
    .dropdown-toggle::after{
        float: left;
    }
}

/* Header Section Style */

.header-section{
    position: relative;
    z-index: 1;
}
/*.header-section:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.82);
    z-index: 0;
}*/
.header-section .content{
    color: #f1b900;
    position: relative;
    z-index: 1;
}
.header-section .content h2{
    font-size: 40px;
    line-height: 1.7;
    font-weight: 900;
    margin-bottom: 30px;
}
.header-section .content  a{
    width: 150px;
    padding: 15px;
    font-size: 16px;
    color: #FFF;
    background: #0d6efd;
    border-radius: 10px;
}
.header-section .carousel .carousel-item{
    text-align: center;
    background-size: 100%;
    height: 600px;
    background-blend-mode: multiply;
}

.header-section .carousel .carousel-item h2{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.8;
    color: #FFF;
   
    margin-top: 150px;
    font-family: 'Kufi','Montserrat',sans-serif !important;
}
.header-section .carousel .carousel-item a{
    display: inline-block;
    background: #FFF;
    color: #0c63e4;
    font-size: 20px;
    width: 150px;
    padding: 10px;
}



.header-section .carousel{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
@media (max-width: 992px) {
    .header-section .row{
        flex-direction: column-reverse;
    }
    .header-section .content{
        text-align: center;
    }
    .header-section .content h2{
        font-size: 30px;
    }
    .header-section .carousel .carousel-item{
        margin-bottom: 30px;
    }
    .header-section .carousel .carousel-item img{
        height: 250px;
    }
}

.header-section .boxes{
    height: 200px;
    background: #2d3748;
    margin-top: -80px;
    z-index: 1;
    position: relative;
    display: flex;
}

.header-section .box{
    padding: 20px;
    height: 200px;
    color: #FFF;
}
@media (max-width: 678px) {
    .header-section .boxes{
        flex-direction: column;
    }
}
.header-section .boxes .box-one{
    background: #102770;
}
.header-section .boxes .box-two{
    background: #003780;
}
.header-section .boxes .box-three{
    background: #004790;
}
/* Main Page */
.section{
    padding: 50px 0;
    margin: 20px 0;
}
.section .title-section{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.section .title-section h2{
    font-weight: 900;
    display: inline-block;
    padding: 10px 0;
    font-size: 40px;
    color: #263a61;
    font-family: 'Kufi','Raleway_Black',sans-serif;
    position: relative;
}
.section .title-section .icon svg{
    font-size: 60px;
    color: #5b7199;
}
.section .title-section a{
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #00800d;
}
/*.section .title-section h2:after{
    content: '';
    position: absolute;
    top: 100%;
    right: 45px;
    width: 150px;
    height: 4px;
    background: #003780;
}*/
/* About Section */

.about-section .about-right h3{
    font-weight: 900;
    line-height: 1.7;
    color: #0067B0;
}
.about-section .about-right p{
    line-height: 2;
}
.about-section .img-about{
    position: relative;
    text-align: center;
}
.about-section .img-about:before{
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    left: 120px;
    top: 50px;
    background: #0d6efd;
    z-index: -1;
}
.about-section .img-about img{
    width: 80%;
}
.about-section .box{
    padding: 15px 20px;
    border: 1px solid #DDD;
    border-right: 2px solid #0c63e4;
    background: #FFF;
}
.about-section .box h3{
    font-weight: 900;
    color: #1C2A39;
}
.about-section .box p{
    line-height: 2;
    font-size: 16px;
}
/* News Section */
.news{
    /*background: #f6f9f9;*/
}
.news .single-news{
    /*border: 1px solid #DDD;*/
    margin-bottom: 30px;
    background: #FFF;
    box-shadow: rgba(10 10 10 / 10%) 0px 0px 35px;
}
.news .single-news .img-news{
    overflow: hidden;
}
.news .single-news .img-news img{
    width: 100%;
    height: 220px;
    transition: all .3s ease-in-out;
}
.news .single-news:hover img{
    transform: scale(1.2) rotate(2deg);
}
.news .single-news .short-news{
    padding: 10px 20px 20px 20px;
}
.news .single-news .short-news h4{
    font-weight: 900;
    line-height: 1.8;
    font-size: 18px;
    text-align: right;
    direction: rtl;
}
.news .single-news .short-news h4 a{
    text-decoration: none;
    color: #34495E;
}
.news .single-news .short-news h4 a:hover{
    color: #0c63e4;
}
.news .single-news .short-news label{
    display: block;
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: right;
    border-bottom: 1px solid #F1F1F1;
}
/* Multi Media Style */
.multi-media iframe{
    width: 100%;
}

/* Any Section */


.any-section{
    display: flex;
    height: 400px;
    background: #2d3748 url("../images/anySection.jpg") top center no-repeat fixed;
    background-blend-mode: multiply;
    background-size: 100% 100%;
}

.any-section img{
    width: 500px;
}

.any-section .content{
    padding: 0 20px;
    color: #FFF;
}

@media (max-width: 678px) {
    .any-section{
        flex-direction: column;
    }
    .any-section img{
        width: 100%
    }
}

.any-section h1{
    font-weight: 900;
    margin-bottom: 30px;
}
.any-section p{
    font-size: 18px;
    line-height: 2;
    padding-right: 10px;
    font-family: 'Montserrat',sans-serif;
}

/* Latest Project */
.latest-project .single-project{
    box-shadow: rgba(10 10 10 / 10%) 0px 0px 35px;
}
.latest-project .single-project .img-project{
    padding: 5px;
    overflow: hidden;
    position: relative;
}
.latest-project .single-project .img-project img{
    width: 100%;
    height: 250px;
    transition: all .3s ease-in-out;
}
.latest-project .single-project h5{
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 18px;
    text-align: right;
}
.latest-project .single-project h5 a{
    display: block;
    text-decoration: none;
    padding-bottom: 10px;
    color: #000;
}
.latest-project .single-project:hover img{
    transform: scale(1.2) rotate(2deg);
}


/* Footer Style */

.footer{
    padding: 20px 0;
    background: #FFF;
    position: relative;
}

.footer:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right ,#102770, #003780);
    transform: skewY(3deg);
    top: -20px;
    z-index: -1;
}

.footer p.about{
    font-size: 14px;
    margin-top: 10px;
}

.footer h2{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: bolder;
}

.footer h2:after{
    content: '';
    position: absolute;
    width: 80%;
    height: 3px;
    background: #003780;
    left: 0;
    top: 100%;
}


.footer ul{
    list-style: none;
}
.footer ul li{
    list-style: none;
    display: block;
    margin: 0 15px;
}
.footer ul li a{
   text-decoration: none;
    display: block;
    color: #2d3748;
    padding: 5px 0;
}
.footer .fo-social{
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
}
.footer .fo-social a{
    text-decoration: none;
    font-size: 20px;
    color: #34495E;
    display: inline-block;
    margin: 0 10px;
}
.footer .fo-social ul{
    padding: 0;
}
.footer .fo-social ul li{
    margin-bottom: 15px;
    text-align: left;
}
.footer .fo-social ul span{
    width: 30px;
    display: inline-block;
    padding: 0 6px;
    border: 1px solid #003780;
}

.footer .copy{
    text-align: center;
    margin-top: 40px;
}


/* Other Page */

.header-other-page{
    padding-top:120px;
    height: 300px;
    display: flex;
    align-items: center;
    background: #003780;
}
.header-other-page .content h2{
    font-size: 40px;
    font-weight: bolder;
    color: #FFF;
    display: inline-block;
    position: relative;
}
.header-other-page .content h2:after{
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    background: #FFF;
    right: 0;
    top: 100%;
    margin-top: 20px;
}
.content-other-page{
    margin: 50px 0;
}

@media(max-width: 992px){
    .header-other-page .content h2{
        font-size: 30px;
    }
}

/* Start News Page */
.content-other-page .all-news .title,
.content-other-page .latest-project-n .title{
    font-weight: bolder;
    color: #2C3A49;
}
.content-other-page .all-news .single-news{
    margin-bottom: 40px;
}
.content-other-page .all-news .img-news{
    overflow: hidden;
    border-radius: 10px;
}
.content-other-page .all-news .img-news img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}
.content-other-page .all-news .single-news img:hover{
    transform: scale(1.2) rotate(10deg);
}
.content-other-page .all-news .info-news{
    padding: 10px;
}
.content-other-page .all-news .info-news h4{
    font-weight: 900;
    margin-bottom: 20px;
}
.content-other-page .all-news .info-news h4 a{
    text-decoration: none;
    transition: all .3s ease-in-out;
    color: #1C2A39;
}
.content-other-page .all-news .info-news h4 a:hover{
    color: #00b09b;
}
.content-other-page .all-news .info-news p{
    line-height: 2;
}
.content-other-page .all-news .info-news svg{
    color: #00b09b;
}
.content-other-page .latest-project-n ul li{
    list-style: none;
}
.content-other-page .latest-project-n ul li a{
    display: block;
    text-decoration: none;
    color: #2C3A49;
    line-height: 2;
    margin-bottom: 15px;
    position: relative;
    transition: all .3s ease-in-out;
}
.content-other-page .latest-project-n ul li a::before{
    content: '\f100';
    font-weight: bolder;
    font-family: "Font Awesome 5 Free", sans-serif;
    padding-left: 10px;
    color: #00b4db;
}
.content-other-page .latest-project-n ul li a:hover{
    color: #00b4db;
}
/* End News Page Style */
/* Details Style */

.content-details{
    padding: 100px 0;
}

.content-details .title-news{
    text-align: center;
    font-weight: 900;
}
.content-details .date{
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
}
.content-details .date svg{
    margin-left: 10px;
}
.content-details .news-img{
    width: 600px;
    height: 300px;
    max-width: 100%;
    margin: auto;
    display: block;
}
.content-details .content{
    line-height: 2;
    margin-top: 50px;
}

/* Contact */
.contact-page .single-box{
    margin-bottom: 40px;
    border: 1px solid #DDD;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.contact-page .single-box.ksa{
    height: 300px;
}
@media (max-width: 992px) {
    .contact-page .single-box.ksa{
        height: auto;
    }
}
.contact-page .single-box .flag{
    width: 40px;
    margin: 0 10px;
}
.contact-page .single-box h4{
    font-weight: 900;
    margin-bottom: 20px;
    color: #2C3A49;
}
.contact-page .single-box .table tr td{
    font-weight: 900;
    color: #34495E;
}
.contact-page .box{
    text-align: center;
    background: #FFF;
    padding: 20px;
    border: 1px solid #DDD;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    margin-bottom: 20px;
}
.contact-page .box svg{
    font-size: 40px;
    margin-bottom: 20px;
    color: #003780;
}
.contact-page .box h5:first-of-type{
    font-weight: 900;
    color: #2C3A49;
}

/* About Page */
.about-content{
    line-height: 2;

    color: #2C3A49;
}


/* Goal page */

.goals h3, .organic h3, .finance h3 {
    font-weight: 900;
    color: #34495E;
}
.goals ul li{
    list-style: square;
    font-size: 20px;
    line-height: 2;
    color: #34495E;
}

/* Organic Page */
.organic{
    font-size: 20px;
    line-height: 2;
    color: #34495E;
}

/* Finance Page */
.finance{
    font-size: 18px;
    color: #34495E;
}
.finance ul{
    margin-top: 20px;
}
.finance ul li{
    list-style: square;
    margin-bottom: 10px;
}
.finance p{
    line-height: 2;
}


/* Complete Project */
.content-co-pr{
    margin-top: 80px;
    margin-bottom: 150px;
}
.content-co-pr .single-pro{
    position: relative;
    margin-bottom: 50px;
}
.content-co-pr .single-pro .img-pr img{
    width: 100%;
    height: 300px;
}
.content-co-pr .single-pro .info-pro{
    position: absolute;
    bottom: -30px;
    padding: 20px;
    background: #FFF;
    right: 10px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    width: 90%;
    border-right: 4px solid #00b4db;
}
.content-co-pr .single-pro .info-pro h5 a{
    text-decoration: none;
    color: #34495E;
}
.content-co-pr .single-pro .info-pro ul{
    padding-top: 10px;
    border-top: 1px solid #DDD;
    margin-bottom: 0;
}
.content-co-pr .single-pro .info-pro ul li{
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

/* Coming Project Page */
.coming-pro{
    margin-bottom: 100px;
}
.coming-pro .single-coming-pro{
    margin-bottom: 50px;
    /*box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;*/
    padding: 20px;
    background: #F9F9F9;
    border: 1px solid #F1F1F1;
    transition: all .3s ease-in-out;
}
.coming-pro .single-coming-pro:hover{
    background: #FFF;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
}
.coming-pro .box-coming-pr{
    display: flex;
    align-items: center;
    border: 1px solid #DDD;
    padding: 10px;
    margin-bottom: 10px;
    background: #FFF;
}
.coming-pro .title-box{
    font-weight: 900;
    color: #34495E;
    font-size: 18px;
}
.coming-pro .box-coming-pr .icon{
    font-size: 50px;
    margin: 0 20px;
    color: #0c63e4;
}
.coming-pro .details{
    line-height: 2;
}
.paginate{
    display: flex;
    justify-content: center;
    align-items: center;
}
.paginate ul{
    margin-bottom: 0;
}
.paginate .btn-prev,
.paginate .btn-next{
    background: #0c63e4;
    display: block;
    padding: 6px 10px;
    margin: 0 10px;
    text-decoration: none;
    color: #FFF;
}
/* Details Page */
.details-page .after-img,
.details-page .before-img{
    margin-bottom: 50px;
}
.details-page .after-img img,
.details-page .before-img img{
    padding: 10px;
    border: 3px solid #FFF;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    margin-bottom: 20px;
}
.details-page .after-img{
    margin-bottom: 100px;
}
.details-page .after-img h3,
.details-page .before-img h3{
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
    background: #FFF;
    padding: 10px;
    color: #2C3A49;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

/* Underway Page */
.all-underway .table{
    margin-bottom: 80px;
}
.all-underway .table tr:first-of-type{
    background: #0c63e4 !important;
    color: #FFF;
}
.all-underway .table label{
    border-bottom: 1px solid #DDD;
    background: #DDD;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .all-underway .table tr{
        display: flex;
        flex-direction: column;
    }
}

.donate .bank,.donate .number{
    border: 1px solid #DDD;
    padding: 20px;
}
.donate .bank{
    display: flex;
    justify-content: space-between;
}
.donate .bank img{
    width: 150px;
}
.donate .number ul li{
    list-style: none;
    font-size: 20px;
    margin-bottom: 20px;
}
.donate .number ul li img{
    width: 30px;
    height: 30px;
    border-radius: 25px;
    margin: 0 10px;
}
.donate .bank h3,.donate .number h3{
    font-weight: 900;
}
.donate .bank h2{
    font-weight: 900;
    color: #0a58ca;
}

.all-around .single-around img{
    width: 100%;
    height: 250px;
    padding: 10px;
}
.all-around .single-around .info{
    padding: 20px;
}
.all-around .single-around .info a{
    text-decoration: none;
    color: #0c63e4;
}

.about-box{
    margin-top: 50px;
    margin-bottom: 150px;
}
.about-box img{
    width: 80px;
}

.about-box .single-box{
    text-align: center;
    padding: 20px;
    height: 300px;
    border: 1px solid #F1F1F1;
}

.about-box .single-box h3{
    font-weight: bold;
    margin-top: 20px;
}

/*.page-about.header-other-page{
    background: #003780 url("../images/anySection.jpg") top center no-repeat !important;
    background-size: 100%;
    background-blend-mode: multiply;
}*/

.mymodel{
    position: fixed;
    width: 600px;
    height: 250px;
    background: #FFF;
    z-index: 999;
    left: 30%;
    top: 20%;
}
.mymodel .close-btn{
    background: #ff6666;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #FFF;
    padding: 8px;
    cursor: pointer;
}

.mymodel .content{
    text-align: center;
}

.mymodel img{
    width: 100px;
}

.mymodel h3{
    font-weight: 900;
    margin-top: 20px;
}

.mymodel h3 a{
    text-decoration: none;
    color: #004790;
}
