
.scrollToTop {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #d08801;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 99999999;
    cursor: pointer;
    display: none;
}

.contact_information,
.login_button {
    display: none;
}

.card {
    margin: 0 auto;
    float: none;
}

.uper {
    position: fixed;
    top: 0;
    width:100%;
    z-index: 9999999;
}

.hold-overlay {
    position: fixed;
    margin:20px auto !important;
    top: 15px;
    width:100% !important;
    background-color: #fff !important;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 9999999;
    font-size: 14px;

}

.hold-overlay .navbar {

    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.hold-overlay .navbar .nav-item .nav-link {
    color: #683e1a !important;
}

.hold-overlay .carousel {
    padding: 0 !important;
    margin: 0 !important;
    color: #2b2b2b;
}

.donates {
    background-color: #198754 !important;
    color: #fff !important;
    transition: all .1s ease-in-out;
    border: none !important;
    margin-top: 10px auto;
    margin-left: 16px;

}

.donates:hover {
    background-color: #e4990f !important;
    color: #fff !important;
    transition: all .1s ease-in-out;
}

.signin_link:hover {
    background-color: #019804 !important;
    color: #fff !important;
    transition: all .1s ease-in-out;
    border: 2px solid #019804 !important;
}

.navbar {
   position: relative;
    /* position: fixed;
    left : 9.3%;
    margin-left: 0px;
    top: 30px; */
    z-index: 999999;
}

.navbar .navbar-bran {
    width: 80px !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
    display: inline-block;
}

.navbar .navbar-brand .logo {
    width: 500px;
    height: auto;
    object-fit: cover;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    /* font-weight: 600; */
    margin-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px !important;
    transition: all .4s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 99999;
    font-weight: 800;
}

.nav--link {
    color: #343333 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    font-size: 10px !important;
    font-weight: normal !important;
    margin-left: 5px;
    transition: all .4s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 999999;
}
.nav-link:hover {}
@media (max-width: 1395px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 15px !important;
        font-weight: normal !important;
    }
}

@media (max-width: 1200px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 15px !important;
        font-weight: normal !important;
    }
}

.navbar-dark .navbar-nav .nav-link::before {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #e4990f;
    transition: .5s;
    z-index: -11;
}

.navbar-dark .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #d58c04 !important;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 99999;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 999999999;
}

.dropend {
    position: relative;
    z-index: 999999999;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #d08801;
    color: #fff;
    transition: all .4s ease-in-out;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    transition: all .4s ease-in-out;
    margin-top: 0;

}

@media (min-width:975px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        margin-left: .125rem;
    }
}


.logo2,
.logo3,
.logo4,
.logo5 {
    display: none !important;
}

.navbar-brand .logo2,
.navbar-brand .logo3 {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

@media (max-width: 1299px) {
    .logo2 {
        display: block !important;
    }

    .logo3 {
        display: block !important;
    }

}

@media (max-width: 1232px) {
    .logo2 {
        display: block !important;
        width: 110px !important;
        height: 110px !important;
        object-fit: cover;
    }

    .logo3 {
        display: block !important;
        width: 110px !important;
        height: 110px !important;
        object-fit: cover;
    }

}

@media (max-width: 999px) {
    .logo2 {
        display: block !important;
        width: 70px !important;
        height: 70px !important;
        object-fit: cover;

    }

    .logo3 {
        display: none !important;
        width: 70px !important;
        height: 70px !important;
        object-fit: cover;

    }

    .logo4 {
        display: block !important;
        width: 100% !important;
        height: 70px !important;
        object-fit: cover;
    }

    .logo5 {
        display: block !important;
        width: 70% !important;
        height: 50px !important;
        object-fit: cover;
    }
}

@media (max-width: 1299px) {
    .logo1 {
        display: none !important;
    }
}

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

.hold-overlay .help-children {
    position: relative;
    margin-bottom: 30px !important;
    color: #3e3e3e !important;
    transition: all .4s ease;
}

.hold-overlay .help-children::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.discription {
    position: relative;
    z-index: 999;
    /* color: #fff; */
}

.border-warning {
    border: 1px solid #e4990f !important;
    font-weight: bold;
    transition: all .4s ease;
}

.border-warning:hover {
    background-color: #e4990f !important;
    color: #fff !important;
    transition: all .4s ease;
}

.discription .h5 {
    color: #fff !important;
    position: relative;
    z-index: 9999999;
}

/* Start Progessbar*/
.progress-container {
    margin-bottom: 15px;
}

.progress-container .progress-bars {
    position: relative;
    width: 100%;
    height: 20px;
    border-radius: 20px;
}

.progress-container .progress-bars span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    line-height: 1.7;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    border-radius: 20px;
    line-height: 1.5;
    background: linear-gradient(90deg, rgb(57, 152, 60) 50%, rgb(57, 219, 135) 100%);
    transition: width 2.3s linear;
}

/* Start Progessbar*/

.overlay {
    /* position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; */
    /* background-color: rgba(0, 0, 0, 0.299); */
}

.stitics {
    position: relative;
    bottom: -70px;
    z-index: 9999;
    color: #3e3e3e !important;
    margin: auto !important;
}

.stitics-row {
    background-color: #e4990f;
}

.stitics .h3 {
    font-weight: bold;
    font-size: 3rem;
    position: relative;
    margin-bottom: 30px !important;
}

.stitics .h3::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    position: absolute;
    top: 60px;
    text-align: center;
    display: inline-block;
    margin: 10px auto;

}

.stitics .h5 {
    font-size: 22px;
    position: relative;
}

.stitics .h5::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    position: absolute;
    top: -10px;
}

.stitics span {
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0;
}

.stitics .btn {
    font-weight: bold;
    color: #fff;
    transform: padding-left;
    ;
}

.stitics .btn:hover {
    color: #e4990f;
    transition: padding-left 10px all 1s ease-in-out;
}

.home_associates_sec {
    padding-top: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 50px;
}

.home_associates_sec .h1 {
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
    position: relative;
}

.home_associates_sec .h1::before {
    content: "";
    width: 80px;
    height: 3px;
    background-color: #d39117;
    position: absolute;
    bottom: 5px;
    left: 47%;
}

.home_associates {
    background-color: #d9f9ea;
    /* padding-top: 40px; */
    /* padding-bottom: 40px; */
    margin-bottom: 50px;
}

.home_associates .row .col-md-2 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.aboutus {

    padding-top: 7%;
    padding-bottom: 50px;
    background-image: url(../images/donation-bg1-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}

.aboutus .about-us-image {
    position: relative;
}

.about-us-image .over_image0 {
    object-fit: cover;
    width: 100%!important;
    height: 550px !important;
}

.aboutus .about-us-image .over_image {
    width: 250px;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
    position: absolute;
    right: 30px;
    bottom: -40px;
}

.aboutus .aboutus-info .h5 {
    font-weight: 500;
}

.aboutus .aboutus-info .h2 {
    position: relative;
    margin-bottom: 30px !important;
}

.aboutus .aboutus-info .h2::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.aboutus .aboutus-info .btn {
    background-color: #e4990f;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
}

.aboutus .aboutus-info .btn:hover {
    background-color: #d39117;
}

.causes {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.causes .h1 {
    position: relative;
    margin-bottom: 30px !important;
}

.causes .h1::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    position: absolute;
    bottom: 0px;
    left: 47%;
    display: inline-block;
    text-align: center;
    margin: auto;
}

.causes span {
    position: relative;
    bottom: 25px;
}

.causes .btn {
    background-color: #e4990f;
    color: #fff;
    padding: 10px 30px !important;
}

.causes .btn:hover {
    background-color: #d39117;
}

.causes .card img {
    width: 100%;
    height: 14rem;
    object-fit: cover;
}


.mission {
    padding-top: 30px;
    padding-bottom: 60px;
}

.mission .btn {
    background-color: #e4990f !important;
}

.mission .btn:hover {
    background-color: #d08801 !important;
}

.mission .h2 {
    position: relative;
    margin-bottom: 20px !important;
}

.mission .h2::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    position: absolute;
    left: 0px;
    bottom: 0;
}

.mission .video {
    position: relative;
    height: auto;
    width: 100%;
    max-height: 400px;
    border-radius: 10px;
    z-index: 222;
}

.mission .video .video_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 36, 36, 0);
    border-radius: 10px;
    z-index: 111;
}

.mission .Volunteer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mission .Volunteer .card {
    border: none !important;
    margin: 0 !important;
    padding: 0;
}

.mission .Volunteer .card .heart {
    margin: 15px auto;
}

.mission .Volunteer .card .card-title {
    font-weight: bold;
    font-size: 17px;
}

.mission .Volunteer .card .card-text {
    font-size: 15px;

}


.hero {
    position: relative;
}

.hero .card {
    border: none;
    background-color: transparent;
    position: relative;
}

.hero .card .hopes {
    color: #1a685b;
    margin-bottom: 35px;
    font-size: 34px;
    font-weight: 700;
    margin-top: 60px;
    margin-left: 10px;
    position: relative;
    padding-left: 40px;
}

.heart .card.img-fluid {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;

}

.hero .card-body .cad-link {
    background-color: #019804 !important;
    width: 100% !important;
}

.hero .card .hopes::before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #e4990f;
    position: absolute;
    left: -30px;
    bottom: 20px;
}

.hero .card .h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.1063;
    padding: 0;
    margin-bottom: 15px;
}

.hero .card .h1 span {
    color: #e4990f !important;
}

.hero .card .card-text {
    font-weight: normal;
    font-size: 18px;
    width: 95%;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000 !important;
}

.hero .card .card-link {
    background-color: #e4990f;
    color: #fff;
    padding: 15px 25px;
    margin-top: 40px;
    border-radius: 10px;
    transition: all .4s ease;

}
html[dir="rtl"] .hero .card .card-link {
   margin-left: 10px;
}
.hero .card .card-link:hover {
    background-color: #1a685b;
    border: none;
    transition: all .4s ease;
}

.team,
.volunteer_team {
    padding-top: 20px;
    padding-bottom: 100px;
    margin-bottom: 40px;
}

.team h2,
.volunteer_team h2 {
    font-size: 15px;
    padding-top: 10px;
}

.team .h1,
.volunteer_team .h1 {
    position: relative;
}

.team .h1::before,
.volunteer_team .h1::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    position: absolute;
    left: 47%;
    bottom: 20px;
    display: inline-block;
    margin: auto;
}

.team .view_all_team {
    background-color: #e4990f;
    color: #fff;
    padding: 10px 30px !important;
    font-weight: bold;
    width: auto !important;
    text-align: center;
    display: inline-block;
    margin: auto;
}

.team .view_all_team:hover {
    background-color: #d08801;
}

.volunteer_team a {
    background-color: #e4990f;
    color: #fff;
    padding: 10px 30px !important;
    font-weight: bold;
    width: 300px;
    text-align: center;
    display: inline-block;
    margin: auto;
}

.volunteer_team a:hover {
    color: #fff;
    background-color: #c2830d;
}

.associates {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.blog-card {
    border-radius: 10px !important;
    max-height: 560px !important;
}

.blog-card .blog-img img {
    border-radius: 0 !important;
}

/*
*
*
* Start carousel
*
*/

.testimonials_carousel {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
    max-height: 1000px;

}

.testimonials_carousel .h1 {
    position: relative;
}

.testimonials_carousel .h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 3px;
    background-color: #d08801;
}

.carousel-indicators .button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #d08801;

}

.testimonials_carousel .carousel_contend {
    padding: 40px !important;
    margin-top: 50px;
    margin-right: 0;
    position: relative;
    left: 10%;
    top: 0px;
    background-color: #f5f5f5;
    box-shadow: 2px 5px 15px #e1e1e1af !important;
}

.testimonials_carousel .carousel_contend .carousel-item-information img {
    object-fit: cover;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-top: 20px;


}

.testimonials_carousel .carousel_contend .carousel-item-information .auther_name,
.testimonials_carousel .carousel_contend .carousel-item-information .auther_adderse {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 30px 0px;
}

.testimonials_carousel .carousel_contend .carousel-item-information .auther_adderse {
    font-weight: 500;
    font-size: 15px;

}

.testimonials_carousel .carousel-item-imge {
    height: 36rem;
    width: 100%;
    margin-bottom: 30px !important;
}

.testimonials_carousel .carousel-item-imge img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    object-fit: cover;
    margin-bottom: 30px;
}

/*
 Start space
*/
.space {
    margin-bottom: 20px;
    margin-top: 50px !important;
    padding-top: 60px !important;
    padding-bottom: 20px;
}

.space .swiper-slide .blog-card .blog-img {
    height: 100%;
    max-height: 30rem;
}

.space .swiper-slide .blog-card .blog-img img {
    height: 300px;
    object-fit: cover;
}

/*
 End space
*/



footer {
    padding-top: 60px;
    padding-bottom: 60px;
}

footer .footer-logo {
    width: 300px;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
}

footer .footer-logo img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

footer .nav .nav-item .nav-link {
    font-weight: 500 !important;
    font-size: 15px;
}

footer .nav .nav-item .nav-link .fa {
    font-weight: 500 !important;
    background-color: #d08801 !important;
    padding: 8px !important;
}

footer form .btn {
    background-color: #e4990f;
    color: #fff;
    padding: 15px 30px !important;
    font-weight: 500 !important;

}

footer form .btn:hover {
    background-color: #d08801;
    color: #fff;
}

.end-footer span {
    font-size: 17px;
    font-weight: bold;
    margin-right: 10px
}

footer .nav .nav-item .nav-link .find_us,
.nav .nav-item .nav-link .find_us {
    background-color: #d39117;
    color: #fff;
    padding: 10px;
    border-radius: 61%;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: -4px
}

footer .nav .nav-item .nav-link .find_us:hover,
.nav .nav-item .nav-link .find_us:hover {
    background-color: #d08801
}

.copy-righte .policy,
.copy-righte .copy {
    font-size: 15px;
    font-weight: 600;
}

.copy-righte .copy {
    float: right;
}



.peple_say_about {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.peple_say_about .h2 {
    position: relative;
    margin-bottom: 30px;
}

.peple_say_about .h2::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    position: absolute;
    left: 48%;
    bottom: 0px;
    display: inline-block;
    margin: auto;
    text-align: center;

}

.peple_say_about .carousel-item .card {
    position: relative;
    border: none !important;
}

.peple_say_about .carousel-item .card img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 0px;
}

.peple_say_about .carousel-item .card .quotes {
    color: #e4990f;
    font-size: 50px;
}

.peple_say_about .carousel-item .card .meadia a {
    background-color: #e4990f;
    color: #fff !important;
    display: inline-block !important;
    width: 30px;
    height: 30px;
    transform: translateY(-50%, -50%);
    text-align: center !important;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    margin-left: 5px;
}

.peple_say_about .carousel-item .card .meadia a:hover {
    transform: scale(1.2);
}

/*
.peple_say_about .carousel-item .card .meadia .icon {
    background-color: #e4990f;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    transition: all .4s ease-in-out;
    margin-left: 5px;
}

.peple_say_about .carousel-item .card .meadia .icon:hover {
    transform: scale(1.2);
}
*/
.peple_say_about .carousel-inner {
    display: flex;
}


.peple_say_about .carousel-inner-project {

}
.peple_say_about .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
}

.peple_say_about .carousel-inner {
    padding: 1em;
}

.peple_say_about .card {
    margin: 0 0.5em;
    border-radius: 5px;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    font-size: 0.9em;
    max-height: 30rem !important;
}

.peple_say_about .carousel-control-prev,
.peple_say_about .carousel-control-next {
    width: 6vh;
    height: 6vh;
    background-color: #e1e1e1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #5c5c5c;
    border: none;
    transition: all .4s ease-in-out;
}

.peple_say_about .carousel-control-prev:hover,
.peple_say_about .carousel-control-next:hover {
    opacity: 0.8;
    background-color: #f3a81e;
    color: #fff;
}


/*
*
*
* End carousel
*
*/

/* End Style Swiper */

.tranding-slider {
    height: 50rem;
    padding: 2rem 0;
    position: relative;
}

@media (max-width:500px) {
    .tranding-slider {
        height: 45rem;
    }
}

.tranding-slide {
    width: 37rem;
    height: 42rem;
    position: relative;
}

@media (max-width:500px) {
    .tranding-slide {
        height: 28rem;
        width: 28rem;

    }
}

.tranding-slide .tranding-slid-img {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    object-fit: cover;
}

.tranding-slide .tranding-slide-content {
    text-align: center;
}

/* End Style Swiper */


.experience {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.experience .h1 {
    position: relative;
    margin-bottom: 30px !important;
}

.experience .h1::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    position: absolute;
    left: 46%;
    bottom: -15px;
    display: inline-block;
    margin: auto;
}

.experience .card {
    position: relative;
    border: none !important;
    background-color: transparent;
}

.experience .card .card-body {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.experience .card .card-body .title {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.experience .card .card-body span {
    font-weight: 500;
}

.experience .card .card-body .fa_minus {
    color: #d39117;
}





/*
* Start Cuses Stayle
*
*/
.causes-overlay {
    position: relative;
    background-image: url(../images/close-up-hands-falling-water-from-faucet.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 450px !important;
    z-index: 999;
}

.support-us {
    position: relative;
    background-image: url(../images/GettyImages-2147788616.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 99;
    padding-bottom: 60px;
    padding-top: 60px;
    margin-bottom: 80px;
}

.support-us .h1,
.support-us .h3 {
    position: relative;
    margin-bottom: 30px !important;
}

.support-us .h1::before,
.support-us .h3::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.support-us form {
    position: relative;
    z-index: 999999;
    background-color: #fff;
    color: #3e3e3e;
    padding: 2.5rem;
}

.support-us form label {
    font-weight: 600;
}

.support-us form input::placeholder {
    font-weight: 500;
}

.support-us form .submit {

    display: inline-block;
    width: 100%;
    background-color: #e4990f;
    color: #fff;
    padding: 15px 30px !important;
    font-weight: 500 !important;
}

.support-us form .submit:hover {
    background-color: #d39117;
}

/*
* End Cuses Stayle
*
*/

/*
* Start Contacts Stayle
*
*/

.contacts-overlay {
    position: relative;
    background-image: url(../images/Sudan.jpg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 450px !important;
    object-fit: cover;

    z-index: 999;
}

.contacts-us {
    padding-bottom: 60px;
    padding-top: 60px;
    margin-bottom: 60px;

}

.contacts-us .h1,
.contacts-us .h3 {
    position: relative;
    margin-bottom: 30px !important;
}

.contacts-us .h1::before,
.contacts-us .h3::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.contacts-us .nav-item .nav-link .find_us {
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 20px;
    font-size: 25px !important;
    background-color: #e4990f !important;
    margin-right: 20px;
    margin-bottom: 20px;
}

.contacts-us .nav-item .nav-link p {
    font-weight: 600;
}

.contacts-us .nav-item .nav-link p span {
    font-weight: 800;
    font-size: larger;
}

.contacts-us .discription .moreInfo img {
    display: none;
    height: 670px;
    object-fit: cover;
}

.contacts-us .showMoreInfo,
.contacts-us .showMoreInfo2 {
    background-color: #d58c04;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.contacts-us .showMoreInfo2 {
    display: none;
}

.contacts-us form .submit {
    display: inline-block;
    width: 100%;
    background-color: #e4990f;
    color: #fff;
    padding: 15px 30px !important;
    font-weight: 500 !important;
    margin-top: 15px;

}

.contacts-us form label {
    font-weight: 600;
}

.contacts-us form input::placeholder {
    font-weight: 500;
}

.contacts-us form .submit:hover {
    background-color: #d39117;
}

.section-map {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;

}

.section-map .map {
    width: 100%;
    margin: 0;
    padding: 0;
}

.section-map .map iframe {
    object-fit: contain;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

/*
* End Ccontacts Stayle
*
*/


/*
* star About Stayle
*
*/
.about-overlay {
    position: relative;
    background-image: url(../images/close-up-hands-falling-water-from-faucet.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 450px !important;
    z-index: 999;
}

.about-us {
    padding-top: 30px;
    /* padding-bottom: 60px; */
}

.about-us h5 {
    font-weight: 600;
}

.about-us .card .card-body .h2 {
    position: relative;
    margin-bottom: 25px !important;
}

.about-us .card .card-body .h2::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    left: 0;
    bottom: -20px;
}

.about-us .card {
    border: 0px !important;
}

.about-us .card .card-text {
    padding-top: 10px;
    /* padding-bottom: 10px; */
}

.about-us .card .helping-us {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-us .card .helping .helping-icon {
    color: #d39117;
    padding-left: 10px;
    width: 40px;
    height: 40px;
    font-size: 25px;
    font-weight: 800;
    margin-right: 10px;
}

.about-us .card .helping {
    display: inline-block;
    font-weight: 600;
}

.about-us .card .card-link {
    background-color: #e4990f;
    color: #fff;
    padding: 10px 30px !important;
    font-weight: bold;
    margin-top: 10px;

    margin-bottom: 10px;
}

.about-us .card .card-link:hover {
    background-color: #d39117;
    color: #fff;
    box-shadow: 3px 5px 2px #eee;
}

.progress-containers {
    margin-bottom: 15px;
}

.progress-containers .progress-barss {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.progress-containers .progress-barss span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    font-size: 13px;
    text-align: center;
    font-weight: 200;
    color: #fff;
    border-radius: 1dvh;
    line-height: 1.3;
    background: linear-gradient(90deg, rgba(76, 175, 80, 1) 50%, rgba(50, 222, 132, 1) 100%);
    transition: width 2.3s linear;
}

/* Start Volunteers */
.volunteer_now {
    /* padding-top: 90px; */
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.volunteer_now.block {
    /* padding-top: 70px; */
    margin-bottom: 80px !important;
    padding-bottom: 85px !important;
}

.volunteer_now .volunteer-image .image_dis1 {
    width: 300px;
    height: 300px;
    border-radius: 10px;
}

.volunteer_now .h5 {
    font-weight: bold;
    font-size: 40px;
    margin-top: 20px;
    margin-top: 20px;
}

.volunteer_now .h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.volunteer_now .h2::before {
    content: "";
    width: 70px;
    height: 3px;
    background-color: #e4990f;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.volunteer_now p {
    font-size: 17px;
    color: #3e3e3e;
}

.volunteer_spac {
    padding-bottom: 80px;
    margin-bottom: 40px;
}

.volunteer_spac .h2 {
    font-weight: 600;
    border-bottom: none
}

.volunteer_spac img {
    height: 22rem;
    object-fit: cover;
}

.volunteer_spac .card-title {
    font-weight: 600;
    margin: 20px 0;
    color: #1a685b;
}

/* End Volunteers */


.video {
    position: relative;
    height: 80vh;
    color: #fff;
}

.video::before {
    content: "";
    position: absolute;
    background-color: rgba(1, 1, 1, 0.272);
    inset: 0;
    z-index: -1;
}

.video .h1 {
    margin: 20% auto;
    font-weight: bold;
    font-size: 54px;
}

.video video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}


.make-us-different {
    background-image: url(../images/gray-bg2.png);
    padding-top: 60px;
    padding-bottom: 50px;
    /* margin-top: 40px; */
    /* margin-bottom: 100px; */
    position: relative;
}

.make-us-different .h2 {
    position: relative;
    margin-bottom: 30px !important;
}

.make-us-different .h2::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    left: 46%;
    bottom: -20px;
}

.make-us-different .make-us-different-info {
    padding: 20px;
    transition: all .3s ease-in-out;
}

.make-us-different .make-us-different-info:hover {
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.make-us-different .make-us-different-stitics {
    position: relative;
    bottom: -100px;
    z-index: 999999;
    color: #3e3e3e;
    margin: auto !important;
    margin-bottom: 50px;
}

.make-us-different .make-us-different-stitics .h3 {
    font-weight: bold;
    font-size: 3rem;
    position: relative;
    margin-bottom: 30px !important;
}

.make-us-different .make-us-different-stitics .h3::before {
    content: "";
    position: absolute;
    left: 38%;
    bottom: -15px;
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    margin: auto;
}

.make-us-different .make-us-different-stitics .h5 {
    font-size: 22px;
    position: relative;
    text-align: left !important;
}

.make-us-different .make-us-different-stitics .h5::before {
    content: "";
    position: absolute;
    top: -8px;
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    margin: auto;
}

.make-us-different .make-us-different-stitics span {
    font-weight: bold;
    font-size: 18px;
    text-align: left !important;
}

.make-us-different .make-us-different-stitics .btn {
    font-weight: bold;
    color: #fff;
    transition: padding-left 10px .5s ease-in-out;
    text-align: left !important;
}

.make-us-different .make-us-different-stitics .btn:hover {
    color: #e4990f;
    transition: padding-left 10px .5s ease-in-out;
    text-align: left !important;
}

.make-better-world {
    padding-top: 70px;
    padding-bottom: 50px;
    margin-top: 60px;
}

.make-better-world .h1 {
    position: relative;
    margin-bottom: 20px !important;
}

.make-better-world h4  {
    font-size: 40px;
    font-weight: 600;
    font-style: normal !important;
}

.make-better-world .h1::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 60px;
    height: 3px;
    background-color: #e4990f;
}

.make-better-world .notifcation {

    background-color: #ededed;
    font-style: italic;
}

.make-better-world .make-better-world-image {
    width: 100%;
    height: 500px;
    border-radius: 5px;
}

.make-better-world .make-better-world-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.facts-about-us {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 80px;
    background-image: url(../images/donation-bg2-1.png);
}

.facts-about-us .h1 {
    position: relative;
}

.facts-about-us .h1::before {
    content: "";
    position: absolute;
    left: 47%;
    bottom: -5px;
    width: 60px;
    height: 3px;
    background-color: #e4990f;
}

.facts-about-us .facts-about-us-info h5 {
    font-weight: bold !important;
}

.about_images {
    padding-bottom: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
}

/*
* End About Stayle
*
*/

/*
* Start Faq Stayle
*
*/

.faq-overlay {
    position: relative;
    background-image: url(../images/2024-12-21\ 133804.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 450px;
    object-fit: cover;
    z-index: 999;
}

.faq-overlay .faq-before,
.contact-before,
.team-before,
.about-before,
.causes-before {
    position: relative;
}

.faq-overlay .faq-before::before,
.contact-before::before,
.team-before::before,
.about-before::before,
.causes-before::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0px;
    bottom: -25px;
    background-color: #e4990f;
}


.faq-help {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.faq-help .nav .nav-item {
    font-weight: 600 !important;
}

.faq-help .faq-support .faq-support-icon {
    width: 100%;
    font-weight: 400;
    display: inline-block;
}

.faq-help .faq-support .h3,
.faq-help .h4,
.faq-help .h2 {
    position: relative;
    margin-bottom: 25px !important;
    display: inline-block;
}

.faq-help .faq-support .h3::before,
.faq-help .h4::before,
.faq-help .h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 60px;
    height: 3px;
    background-color: #e4990f;
}

.faq-help .h2::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 43%;
    margin: 15px auto;

}

.faq-help .faq-support .faq-support-icon span {
    display: inline-block;
    margin-left: 10px;
    color: #3e3e3e;
}

.faq-help .accordion {
    border: 0 !important;
}

.faq-help .accordion .accordion-item {
    border: 0px !important;
}

.faq-help .accordion .accordion-item .accordion-header .accordion-button {
    margin-bottom: 3px;
    background-color: #f2f2f2 !important;
    font-weight: bold;
    margin-bottom: 15px;
}

.make-difference {
    position: relative;
    background-color: rgba(40, 48, 43, 0.674);
    color: #fff;
    height: 550px;

}

.make-difference::before {
    content: "";
    position: absolute;
    background-image: url(../images/2024-12-21\ 134200.png);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.make-difference .make-difference-info {
    padding-top: 60px;

    margin: 40px auto;
}

.make-difference .make-difference-info a {
    background-color: #e4990f;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 40px;
}

.make-difference .make-difference-info .h1 {
    position: relative;
    margin-bottom: 40px;
}

.make-difference .make-difference-info .h1::before {
    content: "";
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    right: 46%;
    margin: -10px auto;
    background-color: #e4990f;
}

.featuerd-work {
    margin-bottom: 60px;
    padding-bottom: 40px;
}

.featuerd-work .make-difference-image {
    height: 200px;
}

.featuerd-work .make-difference-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
* End Faq Stayle
*
*/

/*
* Start team Stayle
*
*/


.our-team {
    position: relative;
    background-image: url(../images/2148761584.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 270px;
    object-fit: cover;
    z-index: 999;
    font-size: 14px;
}

.TeamProfile {
    padding-top: 60px;
    padding-bottom: 60px;
}

.TeamProfile img {
   max-width: 100%;
   height: 100%;
    object-fit: cover;
    overflow: hidden !important;
}

.TeamProfile .card {
    /* width: 18rem; */
    padding: 1.25rem 2rem 3rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 4px 12px shla(29, 75%, 8%, 2);
    border: none !important;
    position: relative;
    margin: 30px auto;

}


.TeamProfile .card .card_img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.donate_by h4 {
   max-width: 400px;
}
.donate_by h4 a{
   display : block;
}
.TeamProfile .card .card_border {
    width: 135px;
    height: 135px;
    border: 4px solid #e4990f;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto .85rem;
}

.TeamProfile .card .card_border2 {
   width: 135px;
   height: 135px;
   border: 4px solid #0a8514;
   border-radius: 50%;
   display: grid;
   place-items: center;
   margin: 0 auto .85rem;
}
.TeamProfile .card .card_name {
    font-weight: 500;
    color: #d39117;
    font-size: 18px;
}

.TeamProfile .card .card_social {
    background-color: #d39117;
    padding: .75rem;
    width: 220px;
    border-radius: 3rem;
    text-align: initial;
    box-shadow: 0 4px 8px #d39117(29, 75%, 56%, .3);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.74rem;
    margin: 0 auto;
    overflow: hidden;
    transform-origin: 18px 17px;
}

.TeamProfile .card .card_social_cotroler {
    position: relative;
    transform-origin: 18px 18px;
    transition: transform .4s ease;
    transform: rotate(0);

}

.TeamProfile .card .card_profession {
    color: #5c5c5c;
    font-weight: 500;
}

.TeamProfile .card .card_social_toggel {
    display: inline-flex;
    background-color: #ffffff;
    color: #d39117;
    font-size: 1.25rem;
    padding: .5rem;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.TeamProfile .card .card_social_text {
    display: block;
    font-size: 15;
    font-weight: 500;
    color: #fff;
}

.TeamProfile .card .card_social_list {
    display: inline-flex;
    column-gap: .75rem;
    /*
    transform: rotate(135deg);
    transform-origin: 18px 17px;
    */

}

.TeamProfile .card .card_social_link {
    display: inline-flex;
    background-color: #eab451;
    color: #080606;
    font-size: 1.25rem;
    padding: 6px;
    border-radius: 50%;
}

.TeamProfile .card .card_social_text,
.TeamProfile .card .card_social_list {
    position: absolute;
    top: .25rem;
    left: 0;
    right: 0;
    padding-left: 3.1rem;
}

.TeamProfile .card .card_social_list {
    display: inline-flex;
    column-gap: .75rem;
    /*
    transform: rotate(130deg);
    transform-origin: 18px 17px;*/
}

.TeamProfile .card .card_social_text {
    top: .5rem 0 #000;
}

.TeamProfile .btn {
    background-color: rgb(28, 99, 10);
    color: #fff;
    padding: 15px 20px;
    margin: 40px auto;
    width: auto;
    border-radius: 8px;
    font-weight: 500;

}

.animation .card_social_cotroler {
    transform: rotate(-135deg);
}

.card_social.animation {
    animation: up-animation 1s ease-in-out forwards;

}

@keyframes up-animation {
    0% {
        transform: rotate(0);
    }

    50%,
    60% {
        transform: rotate(-3deg);
    }

    88% {
        transform: rotate(1deg);
    }
}

.card_social.down-animation {
    animation: down-animation 1s ease-in-out forwards;
}

@keyframes down-animation {
    0% {
        transform: rotate(0);
    }

    50%,
    60% {
        transform: rotate(6deg);
    }

    88% {
        transform: rotate(-1deg);
    }
}


.become-volanteer-info {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0;
}

.become-volanteer-info .container-fluid {
    padding: 0px 30px;
}

.become-volanteer-info .become-volanteer-deels {
    background-image: url(../images/donation-bg2-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    height: 100%;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    margin: 30px;
}

.become-volanteer-info .h1 {
    position: relative;
    margin-bottom: 30px;
}

.become-volanteer-info .h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 60px;
    height: 3px;
    background-color: #d39117;
}

.become-volanteer-info .become-volanteer-deels .btn {
    background-color: #e4990f;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
}

.become-volanteer-info .become-volanteer-deels .btn:hover {
    background-color: #d39117
}

.become-volanteer-info .become-volanteer-image {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    border-radius: 20px;
    text-align: center;
}

.become-volanteer-info .become-volanteer-image img {
    width: 350px;
    height: 350px;
    padding: 30px;
    display: inline-block !important;
    margin-top: 20px;
    object-fit: cover;
}

.pariatur-team {
    margin-bottom: 60px !important;
}

/*
* End team Stayle
*
*/


/*
* Start Gallery Stayle
*
*/

.gallery-overlay {
    position: relative;
    background-image: url(../images/africa-humanitarian-aid-doctor-taking-care-patient.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 450px;
    z-index: 999;
}

.mynavbar {
    position: relative;
    z-index: 999999;
    color: #fff;
}

.img-gallery {
    padding-top: 60px;
    padding-bottom: 100px !important;
    margin-bottom: 50px !important;
}

.img-gallery .items-links {
    width: 100%;
    padding: 10px 0px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    gap: 10px;
}

.img-gallery .items-links .item-link1 {
    padding: 10px 20px;
    border: 2px solid #e4990f;

    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.img-gallery .items-links .item-link1:hover {
    background-color: #e4990f;
    color: #fff;
}

.img-gallery .items-links .item-active {
    background-color: #e4990f;
    color: #fff;

}

.gallery {
    display: grid;
    width: 90%;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: auto;
}

.images {
    overflow: hidden;
    box-shadow: 0 4px rgba(175, 175, 175, 0);
    border-radius: 10px;
    height: 15rem;
    animation: Sclanimation .4s ease-in-out;
    position: relative;
}

@keyframes Sclanimation {
    0% {
        transform: scale(0);
    }

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

.images:hover .overlay-image {
    top: 0;
}

.images .overlay-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(transparent, rgb(197, 136, 5));
    transition: .4s ease-in-out;
}

.images .overlay-image .h5 {
    color: #fff;
    padding: 20px;
    position: relative;
    bottom: 0;

}

.images img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.images:hover img {
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}

@media (max-width:1024px) {
    .gallery_in {
        width: 100% !important;
    }

    .items-links {
        width: 90%;
    }

    .items-links .item-link1 {
        display: block;
        width: 100%;
    }
}

@media (max-width:991px) {
    .gallery {
        grid-template-columns: 1fr 1fr;
    }

    .items-links {
        width: 100%;
    }

    .items-links .item-link1 {
        display: block;
        width: 100%;
    }
}

/*
* End Gallery Stayle
*
*/

/*
* Start Event Stayle
*
*/


.event-section {
    position: relative;
    background-image: url(../images/failure-humanitarian-missions-depicting-challenges-aid-work-determination.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 450px;
    z-index: 999;
}

.event .card {
    border: none !important;
}

.event .card .card-body .date-location {
    font-weight: 600 !important;
    color: #5c5c5c !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-right: 15px !important;
    padding: 10px 0px !important;
}

.event .card .card-body span .event-icon {
    color: #e4990f;
}

.event .card .card-body .card-title {
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
}

.event .card .card-body .card-title::before {
    content: " ";
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0px;
    bottom: -10px;
    background-color: #e4990f;
}

/*
* End Event Stayle
*
*/

/*
* single event Stayle
*
*/


.single-event {
    position: relative;
    background-image: url(../images/educating-public-world-refugee-day-issues.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 450px;
    z-index: 999;
}

.singleEvent .singleEventImage {
    width: 100%;
    height: 80vh;
    margin-bottom: 20px;
}

.singleEvent .singleEventImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singleEvent .singleEventInfo {
    width: 80% !important;
    margin: 40px auto !important;
}

.singleEvent .singleEventInfo p,
.singleEvent .singleEventInfo span {
    display: inline-block;
    color: #5c5c5c !important;
}

.singleEvent .singleEventInfo p {
    margin-right: 20px;
}

.singleEvent .singleEventInfo span {
    font-weight: bold;
}

.singleEvent .singleEventInfo span .event-icon {
    color: #e4990f;
}

.eventDiscription {
    position: relative;
}

.eventDiscription::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.tableDescription {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.event-map {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-map .map {
    width: 100%;
    margin: 0;
    padding: 0;
}

.event-map .map iframe {
    object-fit: contain;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.eventAccordion .accordion-button {
    background-color: #f2f2f2;
    font-weight: bold;
    margin-bottom: 15px;
}

/*
* single event  Stayle
*
*/


/*
* single news  Stayle
*
*/

.news {
    position: relative;
    background-image: url(../images/refugee-support-programs-services-world-refugee-day.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 450px;
    z-index: 999;
    font-size: 14px;
}

.news-section {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.news-section .card {
    border: none !important;
    margin-bottom: 40px !important;
    position: relative;
}

.news-section .card .charity {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    margin: 20px;
    font-weight: 500;
}

.news-section .card .card-img-top {
    object-fit: cover;
    height: 30rem;
}

.news-section .card-link {
    font-weight: 500;
    color: #d39117;
    font-size: 20px;
    text-decoration: none;
}

.side-par .h4 {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.side-par .h4::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #d39117;
    position: absolute;
    left: 0;
    bottom: 0;
}

.side-par .nav-item {
    font-weight: 600;
    padding: 10px;
    color: #3e3e3e !important;
    border-radius: 5px;
}

.side-par .nav-item:hover {
    background-color: #ebebeb;
    box-shadow: 2px 3px 1px #fff;
    transition: all .4s ease-in-out;
    color: var(--current-color);
}

.recent_post {
    margin-top: 20px;
}

.recent_post img {
    width: 100%;
    height: auto;
}

.recent_post h4 {
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.recent_post h4::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #e4990f;
    position: absolute;
    left: 0;
    bottom: 15px;
}

.recent_post .card-title {
    font-weight: bold;
    color: #3e3e3e !important;
}

.recent_post .card-text {
    font-weight: 600;
    margin-bottom: 30px !important;

}
.card-body a {
   margin-top: 30px;
}
/*
* single news Stayle
*
*/


/*
* single single-new Stayle
*
*/

.single-new {
    position: relative;
    background-image: url(../images/childs-hand-water-spout-uganda-africa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 450px;
    z-index: 999999;
}

.single-new-section {
    padding-top: 80px;
    padding-bottom: 60px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.single-new-section .card {
    border: none !important;
}

.single-new-section .card .card-img-top {
    object-fit: cover;
    height: 38rem !important;
    border-radius: 20px !important;
}

.single-new-section .card-container {
    width: 75%;
    margin: 20px auto;
}

.single-new-section .rounded-img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
}

.reply form {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    padding: 30px;
}

.reply form .btn {
    padding: 20px 30px;
    background-color: #d39117;
    color: #fff;
    font-weight: 500;
}

/*
* single single new Stayle
*
*/




/*
* profile Stayle
*
*/

.profile_info {
    position: relative;
    background-image: url(../images/failure-humanitarian-missions-depicting-challenges-aid-work-determination.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 450px;
    z-index: 999999;
    font-size: 14px;
}

.profile {
    padding-top: 60px;
    padding-bottom: 60px;
}

.profile .h3 {
    position: relative;
    margin-bottom: 30px !important;
    padding: 20px 0px;
}

.profile label {
    font-weight: 500;
}

.profile .h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 3px;
    background-color: #d39117;
}

.profile .image_content {
    width: 115px;
    height: 115px;
    border: 4px solid #e4990f;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.profile .myImage {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
}

.profile .nav-link {
    background-color: #d39117;
    color: #fff;
    width: 100px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
    margin: 30px 45px;
}

.profile .adders .whereIsMe {
    font-weight: 500;
}

.profile .adders .whereIsMe .location {
    color: #d39117 !important;
    font-size: 38px;
    margin-right: 10px;
}

/*
* single news Stayle
*
*/

/**
 Start Donate
*/

.donate-overlay {
    position: relative;
    background-image: url(../images/portrait-sad-child.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 450px;
    z-index: 999;
}

.pay .payment .h5 {
    position: relative;
    padding: 20px 0;
}

.pay .payment .h5::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #d39117;
    position: absolute;
    left: 0;
    bottom: 10px
}

.pay .payment {
    color: #e4990f !important;
    font-size: 45px !important;
    margin-right: 15px;
    margin-top: 20px;
}

/**
 End  Donate
*/

/*
 Start Volanteer
*/
.volanteer-overlay {
    position: relative;
    background-image: url(../images/medium-shot-kid-with-crossed-arms.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 450px;
    z-index: 999;
}



/*
 End Volanteer
*/


/*
  Start Login Form
*/

.login-form {
    padding-top: 20px;
    width: 500px !important;
}

.login-form form {
    width: 100%;
    padding: 20px;
    margin: 50px auto !important;
}

.login-form form img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    padding: 10px;
    border: 2px solid #1f872d;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: auto;
}

.login-form form input {
    margin-bottom: 20px;
    color: #ddd;
}

.login-form form .h3 {
    color: #5c5c5c;
    text-align: left !important;
    padding: 10px !important;
    font-size: 35px;
    font-weight: 600;
}

.login-form form .btn {
    background-color: #d08801;
    color: #fff;
    width: 100px;
}

/*
  End Login Form
*/


/*
  Start volunteerRegester
*/
.volunteerRegester {
    position: relative;
    background-image: url(../images/refugee-support-programs-services-world-refugee-day.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 450px;
    z-index: 999999;
    margin: auto;
}

/*
  End volunteerRegester
*/
.what_we_do {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;

}

.what_we_do .what_we_do_img {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.what_we_do .what_we_do_img .buld_home {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    top: 100px;
    position: relative;
    z-index: 3;
}

.what_we_do .what_we_do_img .medicine {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    bottom: -318px;
    right: 8px;
    z-index: 2;
}

.what_we_do .what_we_do_img .water_food {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    bottom: -320px;
    left: 17px;
    z-index: 2;
}

.what_we_do h3 {
    color: #1a685b;
    margin: 20px;
    font-size: 20px;

}

.what_we_do .h1 {
    font-weight: 600;
    color: #2b2b2b;
    margin: 20px;
    padding-bottom: 20px;
    position: relative;
}

.what_we_do .h1::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #c2830d;
    left: 12px;
    bottom: 0px;
}

.what_we_do .helping-us {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd !important;
    text-align: center;
    width : 300px;
    height: 200px;
}

.up_coming_event {
    padding-top: 60px;
    padding-bottom: 60px;
}

.up_coming_event .up_coming_event_img {
    height: 100%;
    width: 100%;
    padding-bottom: 20px;
}

.up_coming_event .up_coming_event_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.up_coming_event .h1 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
}

.up_coming_event .h1::before {
    content: "";
    width: 70px;
    height: 3px;
    background-color: #e89a09;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.up_coming_event a {
    position: relative;
}

.up_coming_event .card {
    position: relative;
    border: none;
}

.up_coming_event .card .nots {
    position: absolute;
    right: 20px;
    top: 40px;
    width: 100px;
    text-align: center;
    background-color: #198754;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

/* this style of vlunteer profile */

/* end volunteer style */



/* organization stucture */
html[dir= 'ltr'] .moreInfo ul li{
   direction: ltr;
   font-size: 14px;
}
html[dir = 'ltr'] .moreInfo ul li::before {
   direction: ltr;
   left: 8px;
}
html[dir = 'ltr'] .col-md-12 .directors a {
   margin: 0px auto;
}
.col-md-12 .directors {
   width: 200px;
   height: 200px;
   background-color: #056b31 !important;
   justify-content: center;
   margin-top: 40px;
   position: relative;
   margin: 30px auto;
   padding: 2px 0;
}

.col-md-12 .directors::before {
   content: "";
   position: absolute;
   width: 30px;
   height: 30px;
   background-color: rgb(207, 185, 159);
   top: -15px;
   left: 42.5%;
   transform: rotate(45deg);
}

.col-md-12 .directors.directors1::after {
   content: "";
   position: absolute;
   width: 2px;
   height: 40px;
   background-color: rgb(207, 185, 159);
   bottom: -40px;
   left: 49%;
}

.col-md-12 .directors.directors2::after {
   content: "";
   position: absolute;
   width: 2px;
   height: 39px;
   background-color: rgb(207, 185, 159);
   bottom: -39px;
}


.col-md-12 .directors a {
   text-decoration: none;
   color: #fff;
   border-bottom: 2px solid #fff;
   font-weight: 500;
   display: block;
   width: 120px;
   margin: 20px auto;
   padding: 10px;
   margin-top: 20px !important;
   position: relative;
}

.col-md-3 .directors::before {
   content: "";
   position: absolute;
   width: 30px;
   height: 30px;
   background-color: rgb(207, 185, 159);
   top: -15px;
   left: 42.5%;
   transform: rotate(45deg);
}

.col-md-3 .directors.directors3::after,
.col-md-3 .directors.directors4::after,
.col-md-3 .directors.directors5::after,
.col-md-3 .directors.directors6::after,
.col-md-3 .directors.directors7::after {
   content: "";
   position: absolute;
   width: 330px;
   height: 2px;
   right: -130px;
   top: -21px;
}

.col-md-3 .directors.directors7::after {
   right: -0px;
}


.col-md-3 .directors::after {
   content: "";
   position: absolute;
   width: 2px;
   height: 29px;
   background-color: rgb(207, 185, 159);
   top: -40px;
}

.col-md-3 .directors {
   width: 200px;
   min-height: 250px;
   background-color: #056b31 !important;
   justify-content: center;
   position: relative;
   margin: 30px auto;
   padding: 2px 0;
}

.col-md-3 .directors a {
   text-decoration: none;
   color: #fff;
   border-bottom: 2px solid #fff;
   font-weight: 500;
   display: block;
   width: 120px;
   margin: 20px auto;
   padding: 10px;
   margin-top: 20px !important;
   position: relative;
}

.col-md-3 .directors.directors4 a,
.col-md-3 .directors.directors5 a,
.col-md-3 .directors.directors6 a,
.col-md-3 .directors.directors7 a {
   width: 80%;
}

.col-md-3 .directors.directors3,
.col-md-3 .directors.directors4,
.col-md-3 .directors.directors5,
.col-md-3 .directors.directors6 {
   margin-bottom: 90px;
}

.centered {
   justify-content: center;
   margin: auto;
}

@media (max-width:999px) {

   /* .col-md-3 .directors.directors3::after, */
   .col-md-3 .directors.directors4::after,
   .col-md-3 .directors.directors5::after,
   .col-md-3 .directors.directors7::after {
       content: "";
       position: absolute !important;
       width: 2px !important;
       height: 70px !important;
       background-color: rgb(207, 185, 159);
       top: -50px !important;
       left: 50%;
   }

   .col-md-3 .directors.directors6::after {
       content: "";
       position: absolute !important;
       width: 2px !important;
       height: 20px !important;
       background-color: rgb(207, 185, 159);
       top: -35px !important;
       left: 50%;
   }

   .col-md-3 .directors.directors3,
   .col-md-3 .directors.directors4,
   .col-md-3 .directors.directors5,
   .col-md-3 .directors.directors6 {
       margin-bottom: 20px !important;
   }


   .sup {
       width: 200px !important;
       margin-top: 0px !important;
   }

   .sup::before {
       content: "";
       position: absolute;
       width: 20px;
       height: 20px;
       background-color: rgb(207, 185, 159);
       top: -15px;
       left: 42%;
       transform: rotate(45deg);

   }

   .sup1::after {
       content: "";
       position: absolute;
       width: 2px;
       height: 0px !important;
       background-color: rgb(207, 185, 159);
       top: -96px;
       left: 49% !important;
   }

   .sup2::after {
       content: "";
       position: absolute;
       height: 2px;
       width: 0 !important;
       background-color: rgb(207, 185, 159);
       top: -20px;
       left: -75px
   }

}
.moreInfo ul li {
   text-align: right !important;
   color: rgb(227, 210, 190);
   font-weight: 500;
   padding: 5px 20px;
   margin: 0px px;
   position: relative;
}
html[dir='rtl'] .moreInfo ul li {
   text-align: right !important;
   color: rgb(227, 210, 190);
   font-weight: 500;
   padding: 5px 20px;
   margin: 0px px;
   position: relative;
}

.moreInfo ul li::before {
   content: "";
   position: absolute;
   width: 10px;
   height: 10px;
   background-color: rgb(207, 185, 159);
   right: 5px;
   top: 14px;
   border-radius: 50%;
   transform: rotate(45deg);
}


.chiled {
   width: 200px;
   min-height: 200px;
   background-color: #056b31 !important;
   justify-content: center;
   margin-top: 40px;
   position: relative;
   margin: 30px auto;
   padding: 2px 0;
}

.chiled::before {
   content: "";
   position: absolute;
   width: 30px;
   height: 30px;
   background-color: rgb(207, 185, 159);
   top: -15px;
   left: 42.5%;
   transform: rotate(45deg);
}


.chiled::after {
   content: "";
   position: absolute;
   width: 2px;
   height: 40px;
   background-color: rgb(207, 185, 159);
   top: -60px;
   left: 50%;
}


.chiled a {
   text-decoration: none;
   color: #fff;
   border-bottom: 2px solid #fff;
   font-weight: 500;
   display: block;
   width: 120px;
   margin: 20px auto;
   padding: 10px;
   margin-top: 20px !important;
   position: relative;
}


.sup {
   width: 135px !important;
   min-height: 200px;
   background-color: #056b31 !important;
   justify-content: center;
   align-items: center;
   margin-top: 40px;
   position: relative;
   margin: 5px auto;
   padding: 2px 0;
}

.sup a {
   text-decoration: none;
   color: #fff;
   border-bottom: 2px solid #fff;
   display: block;
   width: 120px;
   margin: 20px auto;
   padding-bottom: 5px;
   font-size: 14px;
   margin-top: 20px !important;
   position: relative;
}

.sup::before {
   content: "";
   position: absolute;
   width: 20px;
   height: 20px;
   background-color: rgb(207, 185, 159);
   top: -15px;
   left: 42%;
   transform: rotate(45deg);

}

.sup1::after {
   content: "";
   position: absolute;
   width: 2px;
   height: 76px;
   background-color: rgb(207, 185, 159);
   top: -96px;
   left: 99%;
}

.sup2::after {
   content: "";
   position: absolute;
   width: 142px;
   height: 2px;
   background-color: rgb(207, 185, 159);
   top: -20px;
   left: -75px
}

hr {
   /* color: #fff !important;
   background-color: #fff !important; */
}
