*,::after,::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    src: url("font/NotoKufiArabic.ttf");
    font-family: 'Kufi';
}
h1,
h2,
h3,
h4,
h5,
h6,
label{
    font-size: revert;
}

body{
    font-family: 'Kufi',sans-serif;
}

.main-navbar{
    background: #FFFFFF;
    padding: 15px 0;
    position: relative;
}

.fixed-top{
    position: fixed;
    width: 100%;
    top: 0;
    padding-bottom: 15px;
    transition: all .3s ease-in-out;
    z-index: 9;
}

.main-navbar .navbar-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-navbar .navbar-content .right-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-navbar .logo img{
    width: 150px;
}

.main-navbar .navbar-list{
    display: flex;
}

.main-navbar .navbar-list .nav-item .nav-link{
    padding: 0 15px;
}

.main-navbar .btn-donate{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    height: 45px;
    border-radius: 6px;
    color: #FFFFFF;
    background: linear-gradient(45deg, #2f6885, #794c8f);
}

.main-navbar .lang-btn{
    width: 120px;
    height: 45px;
    justify-content: center;
    align-items: center;
    background: #F1F1F1;
    border-radius: 6px;
    vertical-align: middle;
}

.main-navbar .lang-btn span{
    border-right: 1px solid #DDDDDD;
}

.header{
    height: 600px;
    background:  url("../images/header-new.jpeg") center no-repeat;
    background-size: cover;
    background-blend-mode: luminosity;
    display: flex;
    align-items: center;
    position: relative;
}

.header:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to right, transparent, rgba(47, 104, 133, 0.87),#2f6885);
}

.carousel.slide img{
    height: 500px;
    width: 100%;
}


.header .header-content .top-text{
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 20px;
}
.header .title{
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
}

.header-content .sort-text,
.header-content .title{
    position: relative;
    z-index: 1;
}

.header-content .sort-text{
    font-size: 20px;
    margin-top: 20px;
    color: #F4F4F4;
    line-height: 2;
}

.header-content{
    position: relative;
    padding: 30px;
}

.header-content a{
    width: 150px;
    height: 50px;
    border-radius: 6px;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
    color: #109b7f;
}

/*
.header-content:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 400px;
    right: 0;
    top: 0;
    background: rgba(14, 42, 71, 0.57);
    backdrop-filter: blur(10px);
    z-index: 0;
    border: 3px solid rgba(255, 255, 255, 0.18);
}
*/


.section .title-section h1{
    font-weight: bold;
    text-align: center;
    color: #0E2A47;
}

.section .title-section h1 strong{
    color: #794c8f;
}

.section .title-section p{
    color: #2d3748;
    font-size: 20px;
}

.owl-multi-project img{
    height: 250px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.owl-multi-project .item{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.owl-multi-project .content-project{
    padding: 30px;
}

.owl-multi-project .content-project h3{
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.owl-multi-project .content-project ul strong{
    color: #607d8b;
    display: block;
    margin-bottom: 10px;
}

.owl-multi-project .content-project .links-proj a{
    width: 150px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 6px;
    font-size: 14px;
}

.owl-multi-project .content-project .links-proj a i{
    vertical-align: sub;
}

.owl-multi-project .content-project .links-proj a.dont-now{
    background: #2f6885;
    color: #FFFFFF;
}

.owl-multi-project .content-project .links-proj a.details{
    background: #DDDDDD;
}

.more-project{
    padding: 15px 30px;
    background: linear-gradient(45deg, #2f6885, #794c8f);
    border-radius: 6px;
    color: #FFFFFF;
}

.owl-nav-right,
.owl-nav-left{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(121, 76, 143, 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 40%;
    color: #FFFFFF;
}

.owl-nav-right i,
.owl-nav-left i{
    margin-top: 5px;
}

.owl-nav-right{
    position: absolute;
    right: -50px;
}

.owl-nav-left{
    position: absolute;
    left: -50px;
}

.section-two .content-statistic{
    padding: 60px;
    background: linear-gradient(45deg, #2f6885, #794c8f);
    border-radius: 10px;
    margin-top: 70px;
}

.section-two .content-statistic .single-static{
    color: #FFFFFF;
    text-align: center;
    border-right: 1px solid #F1F1F1;
}

.section-two .content-statistic .col-md-3:first-child .single-static{
    border-right: 0;
}

.section-two .content-statistic .single-static .icon i{
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 88px;
    font-size: 40px;
    border-radius: 50%;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.45);
}

.section-three .single-relief{
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    background: #FFFFFF;
    margin-bottom: 50px;
}

.section-three .single-relief img{
    border-radius: 10px;
    height: 350px;
    width: 100%;
}

.section-three .single-relief .donate-link{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #2f6885, #794c8f);
    color: #FFFFFF;
    height: 50px;
    border-radius: 10px;
    margin-top: 10px;
}

.section-four{
    background: #00695c;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.section-four:before{
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #00897b;
    left: -100px;
    top: -100px;
    z-index: -1;
}

.section-four .content{
    color: #FFFFFF;
}

.section-four .content h1{
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bolder;
}

.section-four .content p{
    line-height: 2;
    font-size: 18px;
}

.news-section .single-news.last-news img{
    height: 400px;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.news-section .single-news .content-news{
    background: #FFFFFF;
}

.news-section .single-news.last-news .content-news{
    padding: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.news-section .single-news .content-news .date-news{
    color: #109b7f;
    margin-bottom: 10px;
}

.news-section .single-news .content-news h3{
    margin-bottom: 10px;
}

.news-section .single-news .content-news p{
    color: #455a64;
    line-height: 2;
}

.news-section .single-news .content-news p a{
    color: #109b7f;
}

.news-section .other-news .single-news{
    display: flex;
    align-items: stretch;
}

.news-section .other-news .single-news img{
    width: 200px;
    height: 135px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.news-section .other-news .single-news .content-news{
    padding: 10px 20px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
}

.news-section .other-news .single-news .content-news h3{
    color: #223740;
    font-size: 18px;
    line-height: 2;
}

.section-media img{
    border-radius: 10px;
}

.section-media .single-media{
    margin-bottom: 10px;
}

.section-media .col-two img,
.section-media .col-four img{
    height: 200px;
    width: 100%;
}

.partner-section .item{
    background: #FFFFFF;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.partner-section .item .logo{
    padding: 20px;
}

.partner-section .item img{
    width: 200px;
    height: 100px;
    margin: auto;
}

.partner-section .item .name{
    background: #2f6885;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.footer{
    background: linear-gradient(45deg, #2f6885, #794c8f);
    padding: 80px 0;
}

.footer .single-contact{
    display: flex;
    color: #FFFFFF;
}

.footer .single-contact .icon{
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50%;
    background: #FFFFFF;
    line-height: 55px;
    color: #794c8f;
    text-align: center;
    margin-left: 10px;
}

.footer .single-contact p:first-child{
    margin-bottom: 10px;
    color: #e0e0e0;
}

.footer-about img{
    width: 250px;
    height: 150px;
}

.footer-about p{
    line-height: 2;
    color: #DDDDDD;
    text-align: justify;
}

.footer-about .brands a{
    display: inline-flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    color: #FFFFFF;
    margin-left: 3px;
    margin-bottom: 5px;
}

.footer-about .brands a i{
    margin-left: 10px;
    margin-top: 5px;
}

.category-links a{
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
}

.footer .media{
    flex-wrap: wrap;
}

.footer .media img{
    width: 100px;
    height: 100px;
    margin: 5px;
}



.header-page{
    display: flex;
    align-items: center;
}

.about-page.header-page{
    height: 500px;
    background: linear-gradient(to right, #2f6885, #794c8f) ,url("../images/header/header-1.jpg") center no-repeat fixed;
    background-size: cover;
    background-blend-mode: multiply;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.contact-page{
    background: linear-gradient(to right, #2f6885, #794c8f) ,url("../images/contact-bg.jpg") center no-repeat fixed;
    height: 300px;
    background-size: cover;
    background-blend-mode: multiply;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.contact-content .icon-media a{
    font-size: 30px;
    line-height: 0;
}

.contact-content .single-box{
    padding: 20px;
    margin-bottom: 15px;
}

.contact-content .icon{
    font-size: 50px;
    color: #794c8f;
    margin-bottom: 15px;
}

.header-page:before{
    content: '';
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(121, 76, 143, 0.55), #794c8f);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}

.header-page .content-header p{
    line-height: 2;
}

.about-section-one .content-header h1{
    font-weight: bolder;
    color: #0E2A47;
}

.about-section-one h1 strong{
    color: #2f6885;
}

.about-section-one .single-goal{
    padding: 20px;
    min-height: 200px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #FFFFFF;
    position: relative;
}

.about-section-one .single-goal:before{
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: url("../images/leaf.png") left center no-repeat;
    background-size: cover;
    overflow: hidden;
    left: 10px;
    top: 10px;
    filter: opacity(0.2) blur(10px);
}

.about-section-one .single-goal img{
    width: 60px;
    margin: auto;
}
.about-section-one .single-goal p{
    text-align: center;
    line-height: 2;
    color: #2d3748;
}

.about-section-one .vision .content p{
    line-height: 2;
    color: #0E2A47;
}
.about-section-one .vision .img{
    position: relative;
}

.about-section-one .vision .img .one-img{
    filter: blur(1px);
}

.about-section-one .vision .img .se-img{
    position: absolute;
    width: 200px;
    height: 200px;
    top: -40px;
}

.about-section-one .boxes .single-box img{
    width: 100px;
    margin: 20px auto;
}

.about-section-one .boxes .single-box{
    text-align: center;
}

.about-section-one .boxes .single-box p{
    padding: 0 30px;
    margin-bottom: 30px;
}

.values{
    background: linear-gradient(to right, #109b7f, #2f6885);
    padding: 50px 0;
}

.values .single-value{
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    padding: 20px 30px;
    color: #2f6885;
    margin-bottom: 20px;
}

.our-program .single-prog{
    padding: 10px;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    border-radius: 6px;
}

.our-program .single-prog img{
    width: 100%;
    height: 200px;
    border-radius: 6px;
}

.our-program .single-prog .text{
    text-align: center;
    padding: 10px;
}


.our-branches{
    padding: 60px 0;
    background: url("../images/map.png") center no-repeat;
    background-size: cover;
}

.our-branches ul li{
    padding: 10px;
    margin-bottom: 5px;
    background: rgba(255,255,255,0.6);
    border-right: 3px solid #794c8f;
    font-size: 18px;
}

.our-branches ul li i{
    color: #794c8f;
}

.our-branches ul li span{
    margin: 0 10px;
}

.news-page{
    background: linear-gradient(to right, #2f6885, #794c8f) ,url("../images/news-pb.jpg") center no-repeat;
    height: 300px;
    background-size: cover;
    background-blend-mode: color;
}

.header-page .content-header h1{
    font-size: 50px;
    color: #FFFFFF;
}

.news-page-content .single-news{
    padding: 10px;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #FFFFFF;
}

.news-page-content .single-news img{
    height: 250px;
    width: 100%;
    border-radius: 6px;
}

.news-page-content .single-news .content{
    padding: 10px ;
}

.news-page-content .single-news .content h3{
    font-weight: bolder;
    margin-top: 10px;
    line-height: 1.8;
}

.news-page-content .single-news .content p{
    line-height: 1.8;
    color: #2d3748;
}

.details-news img{
    width: 100%;
    height: 300px;
}

.details-news .content-text{
    line-height: 2;
    text-align: justify;
}

.position-fixed{
    position: fixed;
}

.left-nav .dropdown{
    position: relative;
}


.dropdown-menu{
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    z-index: 9999;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    display: none;
}
.left-nav .dropdown:hover .dropdown-menu{
    display: block;
}


.dropdown-menu a{
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #DDDDDD;
}

.dropdown-menu a:last-child{
    border-bottom: 0;
}

.other-header{
    height: 250px;
    background: linear-gradient(to right, #794c8f, #2f6885);
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}

.other-header .title{
    font-size: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bolder;
}

.project-details .donate-link{
    height: 50px;
    line-height: 50px;
    display: block;
    border-radius: 25px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(45deg, #2f6885, #794c8f);
}

.row-lightbox > .column {
    padding: 0 8px;
}

.row-lightbox:after {
    content: "";
    display: table;
    clear: both;
}

.section-media{
    z-index: 9999999;
    position: relative;
}

/* Create four equal columns that floats next to eachother */
.section-media .column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.section-media .modal-lightbox {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.section-media .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.section-media .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.section-media .close:hover,
.section-media .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.section-media .mySlides {
    display: none;
}

/* Next & previous buttons */
.section-media .prev,
.section-media .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.section-media .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.section-media .prev{
    left: 0;
}
/* On hover, add a black background color with a little bit see-through */
.section-media .prev:hover,
.section-media .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.section-media .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* Caption text */
.section-media .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.section-media img.demo {
    opacity: 0.6;
}

.section-media .active,
.section-media .demo:hover {
    opacity: 1;
}

.section-media img.hover-shadow {
    transition: 0.3s;
}

.section-media .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.form-control{
    display: block;
    height: 50px;
    max-width: 100%;
}

.alert-success{
    background: #009d66;
}


.send-request{
    min-width: 150px;
    height: 50px;
    background: #3d7e9c;
    color: #FFFFFF;
    border: 1px solid #F1F1F1;
}
