:root {
    --site-blancsalle: #fcfcfc;
    --site-grey-light: #ededed;
    --site-grey-dark: #9f9f9f;
    --site-blue-light: #add7f6;
    --site-blue-dark: #1b738d;
    --site-blue-darker: #191e44;
    --site-blue-steel: #1b738d;
    --site-orange: #f5a61f;
    --site-red: #b73f4c;
}

html, body {
    width: 100%;
    height: 100%;
}

.bg-grey {
    background-color: var(--site-grey-light);
}

.bg-white {
    background-color: white;
}

.card-shadowed {
    box-shadow: 0px 13px 25px -7px !important;
}

.card-top-border-radius-only {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.witr_btn:hover,
.witr_event_btn:hover a {
    color: var(--site-orange);
    background: white;
    /*border: var(--site-orange) 1px solid;*/
}

.input-validation-error {
    margin-bottom: 2px !important;
}

.field-validation-error {
    color: var(--site-red);
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 30px;
}
/*-------------------------- banner ------------------------*/
.breadcumb-area {
    padding: 60px 0 60px 0;
}

    .breadcumb-area h2 {
        font-size: 40px;
    }

    .breadcumb-area::before {
        display: none;
    }
/*-------------------------- logo ------------------------*/
.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

    .logo a {
        margin-top: 0;
    }

.loho img {
    max-width: 200px;
}

/*-------------------------- main menu  ------------------------*/
.onath_nav_area {
    display: flex;
    align-items: center;
}

    .onath_nav_area .language-link-mobile {
        display: none;
    }

    .onath_nav_area .language-link {
        position: absolute;
        right: 20px;
    }

.onath-main-menu .container > .row {
    margin: 38px 0;
}

#main-menu a.active {
    color: var(--site-blue-dark);
}

#main-menu > ul > li > a {
    font-size: 17px;
    margin: 10px 6px 10px
}
/*-------------------------- social icons ------------------------*/
.social-icons-footer .social-icons {
    display: inline-flex;
    margin-right: 10px;
}

.footer-bottom .social-icons li {
    margin-inline-end: 20px;
}
/*-------------------------- slider ------------------------*/
.em-nivo-slider-wrapper .nivo-directionNav a {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*-------------------------- button orange ------------------------*/
.service-btn a {
    background-color: var(--site-orange);
    color: white;
}
/*-------------------------- hp donations block  ------------------------*/
#hp-donations-block .witr_couses_image {
    height: 50%;
}

    #hp-donations-block .witr_couses_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/*-------------------------- achievements block  ------------------------*/
#achievements-block {
    background: url('./images/pattern-bg.png') center no-repeat;
    background-color: var(--site-blue-steel);
    padding: 28px 0px;
    background-size: cover;
}

    #achievements-block::before {
        background: none;
    }

    #achievements-block .witr_counter_single {
        margin-top: 0;
    }

    #achievements-block .witr_counter_number_inn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #achievements-block h4 {
        text-align: center;
    }
/*-------------------------- content card  ------------------------*/
.content-card {
    background-color: white;
}

    .content-card .witr_event_btn a {
        margin-top: 0;
        text-transform: uppercase;
    }

.content-card {
}
/*-------------------------- hp become a donor block  ------------------------*/
#hp-become-a-donor {
}

    #hp-become-a-donor::before {
        background-color: var(--site-blue-light);
        background-image: none;
    }

    #hp-become-a-donor h2,
    #hp-become-a-donor p {
        color: black;
    }
/*-------------------------- hp applications block  ------------------------*/
#hp-applications-block {
    background-color: var(--site-grey-light);
}

    #hp-applications-block .witr_event_style_5 .event-page-title_adn,
    #profile-facts-sheets-block .witr_event_style_5 .event-page-title_adn {
        margin-top: 2px;
        padding-top: 0;
    }

    #hp-applications-block .witr_event_style_5 .witr_event_btn,
    #profile-facts-sheets-block .witr_event_style_5 .witr_event_btn {
        margin-top: 0;
    }

    #hp-applications-block .witr_all_mb_30 {
        background-color: white;
    }
/*-------------------------- profile vision block  ------------------------*/
#profile-vision-block {
    background-color: var(--site-grey-light);
}

    #profile-vision-block .witr_section_title_inner.text-left p {
        width: 100%;
        text-align: justify;
    }
/*-------------------------- directors list block  ------------------------*/
#directors-block span {
    font-weight: 600;
}

#directors-block .team_top {
    margin-bottom: 100px;
}

#directors-block .img-holder {
    width: 100%;
    height: 300px;
}

    #directors-block img {
        object-fit:cover;
        width:100%;
        height:100%;
    }

#directors-block .team-part {
}
/*-------------------------- programs list block  ------------------------*/
.programs-list-block {
    background-color: var(--site-grey-light);
}

    .programs-list-block .pure-service_area {
        background: var(--site-blancsalle);
    }

    .programs-list-block .pure-service_area {
        box-shadow: 5px 5px 15px 0px;
    }

    .programs-list-block img {
        color: #f5a61f;
        height: 73px;
        width: 73px;
        text-align: center;
        line-height: 73px;
        box-shadow: 0px 0px 30px 0px rgba(148, 146, 245, 0.2);
        font-size: 30px;
        -webkit-transition: .5s;
        transition: .5s;
        display: inline-block;
    }

.pure-service_area .service-item:hover img {
    background: transparent;
    color: #f5a61f;
    border: 1px solid #f5a61f;
}
/*-------------------------- faqs list------------------------*/
.faqs-list .card {
    border: black 1px solid;
}

    .faqs-list .card a {
        font-weight: 800;
    }

.faqs-list .icofont-verification-check {
    color: var(--site-orange);
}

.faqs-list .card.active .icofont-verification-check,
.faqs-list .card:hover .icofont-verification-check {
    color: white;
}

.faqs-list .witr_ac_style:before {
    content: '\2b';
}

.faqs-list .active .witr_ac_style:before {
    content: '\f068';
}
/*-------------------------- hp news block------------------------*/
#hp-news-block {
}

    #hp-news-block .blog-img {
        height: 50%;
    }

        #hp-news-block .blog-img:before {
            display: none;
        }

        #hp-news-block .blog-img a {
            width: 100%;
            height: 100%;
            display: block;
            cursor: pointer;
        }

    #hp-news-block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #hp-news-block .wblog-content span {
    }

    #hp-news-block .wblog-content span {
        font-weight: 700;
    }

    #hp-news-block .btn2 {
        color: var(--site-orange);
        font-weight: 600;
        border: var(--site-grey-dark) 1px solid;
    }

        #hp-news-block .btn2:hover {
            color: white;
        }
/*-------------------------- news list  ------------------------*/
.news-list .witr_couses_2 {
    box-shadow: 5px 5px 15px 0px;
}


.news-list .witr_couses_image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*-------------------------- news detail  ------------------------*/
#news-detail {
    padding: 3rem 0 3rem;
}

.news-gallery img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .2s ease-in-out;
}

    .news-gallery img:hover {
        transform: scale(1.1);
    }
/*-------------------------- footer middle  ------------------------*/
.footers-container {
    background-color: var(--site-blue-dark);
}

.footer-middle {
    background: var(--site-dark-blue);
}

    .footer-middle a, .footer-middle span {
        color: white;
        text-decoration: none;
    }

    .footer-middle .newsletter {
        padding-left: 60px;
    }

        .footer-middle .newsletter input {
            padding: 10px 10px;
            width: 100%;
            line-height: 1;
            border-radius: 0;
            box-sizing: border-box;
            height: calc(2.5rem + 2px);
        }

            .footer-middle .newsletter input::placeholder {
                color: var(--site-grey-dark);
                font-size: .8rem;
            }

        .footer-middle .newsletter button {
            border-radius: 5px;
            height: calc(2.5rem + 2px);
            padding: 10px 5px;
            right: 0;
            font-size: .8rem;
            font-weight: 700;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .footer-middle .footer_s_inner {
        margin-bottom: 30px;
    }

        .footer-middle .footer_s_inner.location,
        .footer-middle .footer_s_inner.phone {
            display: flex;
            align-items: baseline;
        }

            .footer-middle .footer_s_inner.phone p {
                margin-bottom: 2px;
            }
/*-------------------------- contact-us-form  ------------------------*/
#contact-us-form {
}

    #contact-us-form input,
    #contact-us-form textarea {
        border-width: 2px;
    }

        #contact-us-form input::placeholder,
        #contact-us-form textarea::placeholder {
            color: var(--site-grey-dark);
        }
/*-------------------------- services block  ------------------------*/
/*stop hover effect if not home*/
#services-cards-block {
}

    #services-cards-block .witr_service_front_3d,
    #services-cards-block .witr_service_back_3d {
        height: 300px;
    }

    #services-cards-block .description-on-card {
        font-size: 1rem;
        line-height: 1.2;
        font-weight: 500;
        color: var(--site-grey-dark);
    }

    #services-cards-block.not-in-home .witr_service_3d:hover .witr_single_service_3d {
        transform: none;
    }
    /*in profile*/
    #services-cards-block.not-in-home img {
        width: 70px;
    }
    /*input hp*/
    #services-cards-block:not(.not-in-home) img {
        width: 70px;
        margin-bottom: 20px;
    }

    #services-cards-block.not-in-home .witr_service_content_3d {
        height: 100%;
    }

    #services-cards-block .witr_service_position {
        position: relative;
        transform: none;
        top: auto;
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
/*-------------------------- application form block ------------------------*/
.form-list-block .box-head {
}

.form-list-block .box-body {
    /*height: 70%;*/
    font-size: 16px;
}

.form-list-block .box-footer {
    min-height: 10%;
}

    .form-list-block .box-footer .notes * {
        font-size: 17px;
        font-weight: 500;
        color: var(--site-grey-dark);
    }

.form-list-block .pure-service_area {
    box-shadow: 4px 4px 15px;
    min-height: 800px;
}

.form-list-block .humanist_top > div {
    margin-bottom: 50px;
}

.form-list-block .img {
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 10px -3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.form-list-block img {
    display: block;
    width: 60%;
}

.form-list-block p {
    color: black;
    width: 100% !important;
}
/*-------------------------- success stories block ------------------------*/
.success-stories-list .img-holder {
    width: 150px;
    height: 120px;
    margin-right: 10px;
}

.success-stories-list img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.success-stories-list h3 {
    align-self: flex-end;
    margin-bottom: 0;
}

.success-stories-list .intro {
    font-size: 20px;
    font-weight: 800;
}

.success-stories-list .pure-service_area {
    min-height: 800px;
}

.success-stories-list .box-body {
    overflow-y: auto;
}

    .success-stories-list .box-body::-webkit-scrollbar {
        width: 5px;
    }

    .success-stories-list .box-body::-webkit-scrollbar-thumb {
        background-color: var(--site-orange);
        border-radius: 6px;
        border: 3px solid transparent
    }
/*-------------------------- about shared block ------------------------*/
.about-shared-block * {
    text-align: start;
}
/*-------------------------- footer bottom  ------------------------*/
.footer-bottom {
    background-color: var(--site-blue-light);
}

    .footer-bottom p,
    .footer-bottom span,
    .footer-bottom a {
        font-weight: 500;
        color: var(--site-blue-darker) !important;
    }

.witr_righti.single_image img {
    margin-left: auto;
}

.progress {
    margin-top: 40px;
}
