/*
Theme Name: startach
Description: Hello Elementor Child is a child theme of Hello Elementor
Author: Ofer Livni
Author URI: oferli@gmail.com
Template: hello-elementor
Version: 1.0.1
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here: */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans&family=Heebo:wght@100;300;400;600;700;800;900&display=swap");
body {
    font-family: 'Heebo', sans-serif;
    position: relative;
    overflow-x: hidden;
}

.wrap {
    width: 1440px;
    max-width: 96%;
    margin: 0 auto;
}

a.button {
    border-radius: 50px;
    color: white !important;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: black;
    background-repeat: no-repeat;
}

a.button:not(.partof) {
    background-image: url(images/arrow.png);
}

a.button.partof {
    background-image: url(images/partof.png);
}

a.button.white {
    background-color: white;
    color: black !important;
}

a.button:hover {
    color: #00FFDC !important;
}

@media (min-width: 757px) {
    a.button {
        font-size: 20px;
        line-height: 19px;
    }
    a.button:not(.partof) {
        padding: 20px 32px 20px 80px;
        background-position: 32px center;
        height: 63px;
    }
    a.button.partof {
        padding: 27px 80px 20px 32px;
        background-position: right 32px center;
        height: 73px;
    }
}

@media (max-width: 756px) {
    a.button {
        font-size: 16px;
        line-height: 19px;
    }
    a.button:not(.partof) {
        padding: 14px 20px 6px 60px;
        background-position: 15px center;
        height: 48px;
    }
    a.button.partof {
        padding: 14px 60px 6px 15px;
        background-position: right 15px center;
        height: 48px;
    }
}

@media (min-width: 757px) {
    body p, body ul, body li {
        font-size: 26px;
        line-height: 38px;
    }
}

@media (max-width: 756px) {
    body p, body ul, body li {
        font-size: 16px;
        line-height: 20px;
    }
}

body button {
    outline: none !important;
}

.center {
    text-align: center;
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 11;
}

.header .logo {
    position: absolute;
    display: block;
}

@media (min-width: 757px) {
    .header .logo {
        top: 40px;
        right: 40px;
    }
}

.header .logo.black {
    background-image: url(images/logo_black.png);
    width: 159px;
    height: 159px;
}

.header .logo.home {
    background-image: url(images/logo_home.png);
    width: 132px;
    height: 105px;
	zoom: 0.7;
}

.header .logo.white {
    background-image: url(images/logo_white.png);
    width: 132px;
    height: 105px;
}

@media (max-width: 756px) {
    .header .logo {
        top: 10px;
        right: 5px;
        width: 75px !important;
        height: 75px !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top right;
    }
}

body h1, body h1 span {
    font-weight: 700;
    letter-spacing: -0.03em;
}

@media (min-width: 1440px) {
    body h1, body h1 span {
        font-size: 110px;
        line-height: 100px;
    }
}

@media (min-width: 757px) and (max-width: 1439px) {
    body h1, body h1 span {
        font-size: 80px;
        line-height: 76px;
    }
}

@media (max-width: 756px) {
    body h1, body h1 span {
        font-size: 40px;
        line-height: 50px;
    }
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.page-template-home {
    font-family: 'Heebo', sans-serif;
}

.page-template-home .header .logo {
    top: 20px;
    right: 20px;
}

.page-template-home .home_top {
    overflow: hidden;
}

.page-template-home .home_slider {
    position: relative;
    width: 100%;
    margin: 0 0 50px;
}

.page-template-home .home_slider .mask {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(images/slider_mask.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.page-template-home .home_slider .slider {
    position: absolute;
}

.page-template-home .home_slider .slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.page-template-home .home_slider .slider img.active {
    opacity: 1;
    z-index: 1;
}

.page-template-home .home_slider .wrap {
    max-width: 100%;
    text-align: left;
    position: relative;
    z-index: 4;
    direction: ltr;
    padding: 17vw 0 220px 40px;
}

.page-template-home .home_slider .wrap h1 {
    font-family: DM Sans;
    font-weight: normal;
    font-size: 5vw;
    line-height: 97.9%;
    color: #000000;
    width: 33vw;
}

.page-template-home .home_slider .wrap h1 span {
    font-weight: 700;
    font-size: 5.1vw;
    display: block;
    line-height: 6vw;
}

@media (min-width: 757px) {
    .page-template-home {
        background-image: url(images/home_decoration.png);
        background-position: 377px 1180px;
        background-repeat: no-repeat;
    }
    .page-template-home .home_slider {
        height: 61vw;
    }
    .page-template-home .home_slider .mask {
        width: 100%;
        height: 100%;
    }
    .page-template-home .home_slider .slider {
        left: 35%;
        top: 5%;
        bottom: 15%;
        right: 0;
    }
    .page-template-home .home_slider .wrap {
        width: 1920px;
        background-image: url(images/home_banner_decoration.png);
        background-position: -110px 8px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 756px) {
    .page-template-home .home_slider {
        height: 61vw;
        background-color: #00FFDC;
        margin-bottom: 47vw;
    }
    .page-template-home .home_slider .mask {
        width: 150%;
        height: 123%;
        top: 27vw;
        margin-bottom: 30vw;
    }
    .page-template-home .home_slider .slider {
        left: 5%;
        top: 50%;
        bottom: 15%;
        right: 0;
    }
    .page-template-home .home_slider .wrap h1 {
        width: 45vw;
    }
    .page-template-home .home_slider .wrap h1 span {
        display: inline-block;
    }
}

.page-template-home h2 {
    font-weight: 800;
}

@media (min-width: 757px) {
    .page-template-home h2 {
        font-size: 110px;
        line-height: 162px;
    }
}

@media (max-width: 756px) {
    .page-template-home h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 959px) {
    .page-template-home {
        background-image: none !important;
    }
}

.page-template-home .home_who_we_are {
    width: 100%;
}

@media (min-width: 959px) {
    .page-template-home .home_who_we_are .wrap div {
        width: 50%;
        padding-right: 77px;
    }
}

.page-template-home .home_who_we_are .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
    direction: ltr;
    text-align: left;
}

.page-template-home .home_who_we_are .marquee:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
    background-color: #00FFDC;
    z-index: 1;
}

.page-template-home .home_who_we_are .marquee .mloop {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 24s linear infinite;
    z-index: 3;
    font-family: "DM Sans";
    direction: ltr;
    font-weight: bold;
    line-height: 97.9%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #D6E2E1;
}

@media (min-width: 1440px) {
    .page-template-home .home_who_we_are {
        margin-top: 123px;
    }
    .page-template-home .home_who_we_are .marquee {
        height: 285px;
        margin: 90px 0;
    }
    .page-template-home .home_who_we_are .marquee:after {
        bottom: 86px;
    }
    .page-template-home .home_who_we_are .marquee .mloop {
        font-size: 225px;
    }
}

@media (min-width: 757px) and (max-width: 1439px) {
    .page-template-home .home_who_we_are {
        margin-top: 100px;
    }
    .page-template-home .home_who_we_are .marquee {
        height: 185px;
        margin: 60px 0;
    }
    .page-template-home .home_who_we_are .marquee:after {
        bottom: 49px;
    }
    .page-template-home .home_who_we_are .marquee .mloop {
        font-size: 150px;
    }
}

@media (max-width: 756px) {
    .page-template-home .home_who_we_are {
        margin-top: 60px;
    }
    .page-template-home .home_who_we_are .marquee {
        height: 125px;
        margin: 30px 0;
    }
    .page-template-home .home_who_we_are .marquee:after {
        bottom: 47px;
    }
    .page-template-home .home_who_we_are .marquee .mloop {
        font-size: 80px;
    }
}

.page-template-home .home_projects {
    padding: 60px 0;
}

.page-template-home .home_projects .project_box {
    display: grid;
    grid-gap: 30px;
}

@media (min-width: 757px) {
    .page-template-home .home_projects .project_box {
        padding: 200px 0 120px;
    }
    .page-template-home .home_projects .project_box h3 {
        grid-area: name;
        margin: -15px 0 0;
    }
    .page-template-home .home_projects .project_box h3 a {
        font-size: 100px;
        line-height: 140px;
    }
}

@media (min-width: 959px) {
    .page-template-home .home_projects .project_box {
        grid-template-areas: 'logo team space image image' 'name name space image image' 'content content space image image';
    }
    .page-template-home .home_projects .project_box.left {
        grid-template-areas: 'image image space logo team ' 'image image space name name' 'image image space content content';
    }
    .page-template-home .home_projects .project_box .image_and_links {
        width: 645px;
    }
    .page-template-home .home_projects .project_box .image_and_links p {
        margin-top: -100px;
    }
    .page-template-home .home_projects .project_box .space {
        width: 100px;
        height: 100%;
    }
}

@media (min-width: 757px) and (max-width: 959px) {
    .page-template-home .home_projects .project_box {
        grid-template-areas: 'logo team' 'name name' 'image image' 'content content';
    }
    .page-template-home .home_projects .project_box .image_and_links p {
        margin-top: -60px;
    }
}

@media (max-width: 756px) {
    .page-template-home .home_projects .project_box {
        padding: 80px 0 0;
        grid-template-areas: 'logo' 'name' 'team' 'image' 'content';
    }
    .page-template-home .home_projects .project_box h3 {
        grid-area: name;
        margin: -25px 0 0;
    }
    .page-template-home .home_projects .project_box h3 a {
        font-size: 40px;
        line-height: 40px;
    }
    .page-template-home .home_projects .project_box .image_and_links p {
        margin-top: -45px;
    }
}

.page-template-home .home_projects .project_box .logo {
    grid-area: logo;
    width: 128px;
    height: auto;
}

.page-template-home .home_projects .project_box .team_and_tech {
    grid-area: team;
}

.page-template-home .home_projects .project_box .team_and_tech .techs {
    top: 65px;
    left: 0;
    direction: ltr;
}

.page-template-home .home_projects .project_box .team_and_tech .techs button {
    font-size: 17px;
    line-height: 25px;
    color: black;
    background-color: #00FFDC;
    padding: 4px 12px;
    border-radius: 25px;
    margin-right: 15px;
    border: 0;
}

.page-template-home .home_projects .project_box .team_and_tech .project_team_box {
    top: 0;
    left: 0;
    direction: ltr;
}

.page-template-home .home_projects .project_box .team_and_tech .project_team_box img {
    width: 47px;
    height: 47px;
    border-radius: 25px;
    margin-right: -15px;
}

.page-template-home .home_projects .project_box .team_and_tech .project_team_box span {
    font-size: 24px;
    vertical-align: 15px;
    margin-left: 20px;
}

.page-template-home .home_projects .project_box h3 {
    grid-area: name;
}

.page-template-home .home_projects .project_box h3 a {
    font-weight: 900;
    color: #000;
}

.page-template-home .home_projects .project_box .content {
    grid-area: content;
}

.page-template-home .home_projects .project_box .content .text {
    padding-bottom: 50px;
}

.page-template-home .home_projects .project_box .image_and_links {
    grid-area: image;
    text-align: center;
}

@media (min-width: 757px) {
    .page-template-home .home_projects .project_box .image_and_links img {
        max-width: none;
    }
}

@media (max-width: 756px) {
    .page-template-home .home_projects .project_box .image_and_links img {
        max-width: 100%;
    }
}

.page-template-home .home_projects .project_box .image_and_links p {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
}

.page-template-home .home_projects .project_box .image_and_links .site_link {
    font-weight: bold;
    font-size: 30px;
    line-height: 44px;
    display: inline-block;
    direction: ltr;
    color: #000 !important;
}

.page-template-home .home_projects .project_box .image_and_links .app_store, .page-template-home .home_projects .project_box .image_and_links .google_play {
    display: inline-block;
    width: 154px;
    height: 50px;
    background-repeat: no-repeat;
    margin: 0 10px;
}

.page-template-home .home_projects .project_box .image_and_links .app_store {
    background-image: url(images/app_store.png);
}

.page-template-home .home_projects .project_box .image_and_links .google_play {
    background-image: url(images/google_play.png);
}

@media (min-width: 757px) {
    .page-template-home .home_partners_management {
        background-image: url(images/home_partners_management.png);
        background-repeat: no-repeat;
        background-position: 95% 0;
        padding: 150px 0;
    }
}

@media (max-width: 756px) {
    .page-template-home .home_partners_management {
        padding: 70px 0;
    }
}

.page-template-home .home_partners {
    position: relative;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
}

.page-template-home .home_partners .wrap {
    position: relative;
}

@media (min-width: 757px) {
    .page-template-home .home_partners .wrap {
        overflow: hidden;
    }
    .page-template-home .home_partners .wrap .navi {
        position: absolute;
        top: 0;
        display: block;
        width: 72px;
        height: 200px;
        background-image: url(images/next.png);
        background-color: white;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        z-index: 3;
    }
    .page-template-home .home_partners .wrap .navi.next {
        right: 0;
    }
    .page-template-home .home_partners .wrap .navi.prev {
        left: 0;
        transform: scaleX(-1);
    }
}

@media (max-width: 756px) {
    .page-template-home .home_partners .wrap {
        overflow: scroll;
    }
    .page-template-home .home_partners .wrap .navi {
        display: none;
    }
}

@media (min-width: 757px) {
    .page-template-home .home_partners .wrap .inner {
        display: flex;
        gap: 2%;
    }
}

@media (max-width: 756px) {
    .page-template-home .home_partners .wrap .inner {
        display: block;
    }
    .page-template-home .home_partners .wrap .inner a {
        margin: 0 10px;
    }
}

.page-template-home .home_partners .wrap .inner a {
    display: block;
    width: 320px;
    text-align: center;
    float: right;
    flex-shrink: 0;
}

.page-template-home .home_partners .wrap .inner a img {
    max-width: 75%;
    width: 320px;
    height: 200px;
    object-fit: contain;
}

.page-template-home .home_management {
    position: relative;
    overflow: hidden;
    padding: 150px 0 0;
}

.page-template-home .home_management h2 {
    margin-bottom: 50px;
}

.page-template-home .home_management .inner {
    display: flex;
    margin-top: 10px;
    grid-gap: 37px;
    flex-wrap: wrap;
}

.page-template-home .home_management .inner .volunteer_box {
    text-align: center;
    width: 167px;
}

.page-template-home .home_management .inner .volunteer_box .image {
    display: inline-flex;
    width: 111px;
    height: 111px;
    position: relative;
}

.page-template-home .home_management .inner .volunteer_box .image img {
    height: 111px;
    height: 111px;
    object-fit: cover;
}

.page-template-home .home_management .inner .volunteer_box .image .port {
    width: 100%;
    border-radius: 50%;
}

.page-template-home .home_management .inner .volunteer_box .image .icon {
    position: absolute;
    top: -6px;
    right: -17px;
    width: 46px;
    height: auto;
}

.page-template-home .home_management .inner .volunteer_box h3 {
    margin: 0;
}

.page-template-home .home_management .inner .volunteer_box h3 a {
    font-size: 25px;
    line-height: 25px;
    color: black;
}

.page-template-home .home_management .inner .volunteer_box h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}

.page-template-home .home_management a.button {
    margin-top: 50px;
}

@media (max-width: 959px) {
    .page-template-home .home_management {
        text-align: center;
    }
    .page-template-home .home_management .inner {
        justify-content: center;
    }
    .page-template-home .home_management .inner .volunteer_box {
        width: 154px;
    }
}

.page-template-home .home_jobs {
    width: 100%;
    background-color: #00FFDC;
}

@media (min-width: 959px) {
    .page-template-home .home_jobs {
        background-image: url(images/home_jobs.png);
        background-repeat: no-repeat;
        background-position: left -50px;
    }
}

.page-template-home .home_jobs .wrap {
    padding: 30px 0;
}

.page-template-home .home_jobs .wrap .left .job_box {
    filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.25));
    border-radius: 7px;
    background-color: white;
    max-width: 370px;
    padding: 15px 25px;
    margin: 15px 0;
}

.page-template-home .home_jobs .wrap .left .job_box h3 {
    margin: 0 0 10px;
}

.page-template-home .home_jobs .wrap .left .job_box h3 a {
    display: block;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: black;
    position: relative;
}

.page-template-home .home_jobs .wrap .left .job_box h3 span {
    display: block;
    position: absolute;
    left: -9px;
    top: 10px;
    width: 16px;
    height: 16px;
    background-image: url(images/job.png);
    background-repeat: no-repeat;
    background-position: center;
}

.page-template-home .home_jobs .wrap .left .job_box p {
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-template-home .home_jobs .wrap .left .job_box .techs button {
    color: black;
    background-color: #D6E2E1;
    font-size: 11px;
    height: 18px;
    line-height: 16px;
    border: 0;
    border-radius: 20px;
    padding: 0 8px;
    margin-left: 6px;
    cursor: default;
}

.page-template-home .home_jobs .wrap .left .button {
    margin-top: 15px;
}

@media (min-width: 959px) {
    .page-template-home .home_jobs .wrap {
        display: grid;
        grid-template-columns: 65% 35%;
    }
    .page-template-home .home_jobs .wrap .right {
        padding: 90px 0 90px 120px;
    }
    .page-template-home .home_jobs .wrap .right h2 {
        font-size: 90px;
        line-height: 100px;
    }
    .page-template-home .home_jobs .wrap .right p {
        max-width: 730px;
    }
    .page-template-home .home_jobs .wrap .left .job_box.job1 {
        float: left;
    }
    .page-template-home .home_jobs .wrap .left .job_box.job2 {
        float: right;
    }
    .page-template-home .home_jobs .wrap .left .button {
        float: left;
    }
}

@media (max-width: 959px) {
    .page-template-home .home_jobs .wrap .right {
        padding: 50 10px 20px;
    }
    .page-template-home .home_jobs .wrap .right h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.page-template-home .home_publications .publication_box {
    display: inline-block;
    border-bottom: 1px #D6E2E1 solid;
    padding-bottom: 20px;
    vertical-align: top;
}

.page-template-home .home_publications .publication_box:first-of-type {
    margin-right: 0;
}

.page-template-home .home_publications .publication_box .image {
    border-radius: 18px;
    width: 100%;
    object-fit: cover;
}

.page-template-home .home_publications .publication_box h3 a {
    font-weight: bold;
    font-size: 30px;
    height: 32px;
    margin: 0 0 10px;
    color: black !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.page-template-home .home_publications .publication_box .logo {
    display: inline-block;
    width: 22px;
    height: 22px;
}

.page-template-home .home_publications .publication_box span.dot {
    display: inline-block;
    vertical-align: 8px;
    width: 6px;
    height: 6px;
    background-color: black;
    border-radius: 10px;
    margin: 0 15px;
}

.page-template-home .home_publications .publication_box span.date {
    display: inline-block;
    vertical-align: 5px;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 959px) {
    .page-template-home .home_publications {
        padding: 125px 0 50px;
        background-image: url(images/home_publications.png);
        background-repeat: no-repeat;
        background-position: 95% -50px;
    }
    .page-template-home .home_publications h2 {
        font-size: 90px;
        line-height: 120px;
    }
    .page-template-home .home_publications .publication_box {
        width: 30%;
        margin-right: 4.55%;
    }
    .page-template-home .home_publications .publication_box h3 a {
        font-size: 30px;
    }
    .page-template-home .home_publications .publication_box .image {
        height: 20vh;
        max-height: 300px;
    }
}

@media (max-width: 959px) {
    .page-template-home .home_publications {
        padding: 50px 0;
    }
    .page-template-home .home_publications h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .page-template-home .home_publications .publication_box {
        width: 471px;
        max-width: 100%;
    }
    .page-template-home .home_publications .publication_box h3 a {
        font-size: 25px;
    }
    .page-template-home .home_publications .publication_box .image {
        height: 250px;
    }
}

.page-template-all_jobs {
    font-family: 'Heebo', sans-serif;
}

.page-template-all_jobs h1 {
    width: 100%;
    background-image: url(images/All_Jobs.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: grid;
    place-content: center;
    text-align: center;
}

@media (min-width: 757px) {
    .page-template-all_jobs h1 {
        height: 400px;
    }
    .page-template-all_jobs h1 span {
        font-size: 88px;
    }
}

@media (max-width: 756px) {
    .page-template-all_jobs h1 {
        height: 275px;
    }
}

.page-template-all_jobs .sectors {
    padding-bottom: 30px;
}

.page-template-all_jobs .sectors * {
    height: 33px;
}

.page-template-all_jobs .sectors .sector {
    margin-left: 20px;
    border: 1.2px solid #C8C8C8;
    border-radius: 6.2px;
    padding: 0 20px;
    line-height: 33px;
    font-weight: 500;
    font-size: 15px;
    color: black;
}

.page-template-all_jobs .sectors .sector.active, .page-template-all_jobs .sectors .sector:hover {
    background-color: black;
    border-color: black;
    color: white;
}

.page-template-all_jobs .sectors .order {
    display: block;
    width: 40px;
    float: left;
    background-image: url(images/order.png);
    transform: rotate(180deg);
    border: 0;
    background-color: transparent;
}

.page-template-all_jobs .sectors .order.asc {
    transform: rotate(0deg);
}

@media (max-width: 756px) {
    .page-template-all_jobs .sectors .sector {
        margin: 5px 10px;
    }
}

.page-template-all_jobs .jobs {
    margin-bottom: 100px;
}

.page-template-all_jobs .job_box {
    padding: 30px;
    border-top: 2px #00FFDC solid;
}

.page-template-all_jobs .job_box h2 {
    font-weight: 800;
    font-size: 35px;
    line-height: 36px;
    position: relative;
    cursor: pointer;
    color: #00FFDC;
}

.page-template-all_jobs .job_box h2 span {
    display: block;
    position: absolute;
    right: -30px;
    top: 10px;
    width: 16px;
    height: 16px;
    background-image: url(images/job.png);
    background-repeat: no-repeat;
    background-position: center;
}

.page-template-all_jobs .job_box h2.zero {
    color: black;
}

.page-template-all_jobs .job_box .short .techs button {
    color: black;
    background-color: #D6E2E1;
    height: 30px;
    line-height: 30px;
    border: 0;
    border-radius: 20px;
    padding: 0 20px;
    margin: 0 0 10px 10px;
    cursor: default;
}

.page-template-all_jobs .job_box .long {
    display: none;
    padding: 30px 0;
}

.page-template-all_jobs .job_box .long a.button {
    display: inline-block;
    margin-top: 30px;
}

.page-template-all_jobs .job_box.open h2 span {
    transform: rotate(-90deg);
}

.page-template-all_jobs .job_box.open .long {
    display: block;
}

.page-template-all_jobs .job_box .share {
    text-align: left;
}

.page-template-all_jobs .job_box .share a {
    margin-right: 10px;
    display: inline-block;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.page-template-all_jobs .job_box .share a.facebook {
    background-image: url(images/facebook.png);
}

.page-template-all_jobs .job_box .share a.linkedin {
    background-image: url(images/linkedin.png);
}

.page-template-all_jobs .job_box .share span {
    vertical-align: 18px;
}

.page-template-volunteers {
    font-family: 'Heebo', sans-serif;
    padding-top: 150px;
}

.page-template-volunteers h1 {
    width: 100%;
    text-align: center;
    background-image: url(images/Volunteers.png);
    background-repeat: no-repeat;
    padding-top: 200px;
    background-position: center top;
}

@media (max-width: 756px) {
    .page-template-volunteers h1 {
        margin: -65px 0 0;
    }
}

.team_box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 40px 0 110px;
}

.team_box h2 {
    font-weight: 900;
    font-size: 50px;
    line-height: 56px;
    color: #00FFDC;
}

.team_box .inner {
    display: flex;
    margin-top: 10px;
    grid-gap: 50px 0;
    flex-wrap: wrap;
    padding-right: 20px;
}

.team_box .inner .volunteer_box {
    text-align: center;
    width: 215px;
}

.team_box .inner .volunteer_box .image {
    display: inline-flex;
    width: 111px;
    height: 111px;
    position: relative;
}

.team_box .inner .volunteer_box .image img {
    height: 111px;
    height: 111px;
    object-fit: cover;
}

.team_box .inner .volunteer_box .image .port {
    width: 100%;
    border-radius: 50%;
}

.team_box .inner .volunteer_box .image .icon {
    position: absolute;
    top: -6px;
    right: -17px;
    width: 46px;
    height: auto;
}

.team_box .inner .volunteer_box h3 {
    margin: 0;
}

.team_box .inner .volunteer_box h3 a {
    font-size: 25px;
    line-height: 25px;
    color: black;
}

.team_box .inner .volunteer_box h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}

.team_box .inner .volunteer_box a.you {
    color: black;
}

.team_box .spacer {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(images/team_box.svg);
    width: 1088px;
    height: 107px;
    background-repeat: no-repeat;
    background-size: contain;
}

.team_box.all_jobs {
    padding-right: 300px;
}

.team_box.all_jobs .inner {
    display: grid;
    grid-template-columns: 200px 250px;
}

.team_box.all_jobs .image {
    background-image: url(images/You.png);
}

.team_box.all_jobs .volunteer_box {
    width: 200px;
}

.team_box.all_jobs .button {
    min-width: 260px;
    margin-top: 20px;
}

@media (min-width: 757px) {
    .team_box {
        display: grid;
        grid-template-columns: 200px calc(100% - 301px);
        grid-gap: 100px;
        max-width: 1400px;
    }
    .team_box h2 {
        width: 201px;
        text-align: left;
    }
}

@media (max-width: 756px) {
    .team_box {
        font-size: 16px;
        line-height: 20px;
    }
    .team_box h2 {
        text-align: center;
    }
    .team_box .inner {
        justify-content: center;
    }
    .team_box .inner .volunteer_box {
        width: 160px;
    }
    .team_box .inner .volunteer_box h3 a {
        font-size: 22px;
    }
    .team_box.all_jobs {
        padding-right: 0;
        text-align: center;
    }
    .team_box.all_jobs .inner {
        display: block;
    }
    .team_box.all_jobs .inner .volunteer_box {
        width: 100%;
    }
}

.single-project {
    font-family: 'Heebo', sans-serif;
}

.single-project .banner {
    position: relative;
}

@media (min-width: 757px) {
    .single-project .banner {
        height: 960px;
        margin-bottom: 128px;
    }
}

@media (max-width: 756px) {
    .single-project .banner {
        height: 540px;
        margin-bottom: 50px;
    }
}

.single-project .banner .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    display: grid;
    place-content: center;
    text-align: center;
}

.single-project .banner .background img {
    width: 100%;
    object-fit: cover;
}

@media (min-width: 757px) {
    .single-project .banner .background img {
        height: 960px;
    }
}

@media (max-width: 756px) {
    .single-project .banner .background img {
        height: 540px;
    }
}

.single-project .banner .wrap {
    position: relative;
    z-index: 3;
}

@media (min-width: 757px) {
    .single-project .banner .wrap {
        padding: 215px 0 0;
        font-size: 26px;
        line-height: 38px;
    }
}

@media (max-width: 756px) {
    .single-project .banner .wrap {
        padding: 65px 0 0;
        font-size: 16px;
        line-height: 20px;
    }
}

.single-project .banner .wrap h1 {
    color: white;
}

.single-project .banner .wrap .text p {
    color: white;
    font-weight: 500;
    max-width: 900px;
}

.single-project .banner .wrap .techs span {
    font-weight: 500;
    text-transform: capitalize;
    color: #1BC1AC;
    display: inline-block;
}

@media (min-width: 757px) {
    .single-project .banner .wrap .techs span {
        font-size: 25px;
        line-height: 37px;
    }
}

@media (max-width: 756px) {
    .single-project .banner .wrap .techs span {
        font-size: 16px;
        line-height: 24px;
    }
}

.single-project .banner .wrap .techs span:not(:first-of-type):before {
    content: " | ";
    display: inline-block;
    padding: 0 10px;
}

.single-project .content img {
    display: inline-block;
}

.single-project .content h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 44px;
    margin-top: 100px;
}

.single-project .content > div {
    font-size: 26px;
    line-height: 38px;
    display: inline-block;
    margin-top: 100px;
}

.single-project .content.amota, .single-project .content.ext {
    direction: ltr;
}

.single-project .content.amota .text, .single-project .content.ext .text {
    direction: rtl;
    margin-right: 50px;
}

.single-project .content.amota .img, .single-project .content.ext .img {
    text-align: right;
}

.single-project .content.vol .text {
    margin-left: 50px;
}

.single-project .content.vol .img {
    text-align: left;
}

@media (min-width: 959px) {
    .single-project .content .img {
        width: calc(100% - 390px);
        vertical-align: top;
    }
    .single-project .content .text {
        width: 336px;
    }
}

@media (max-width: 959px) {
    .single-project .content img, .single-project .content > div {
        width: 100%;
    }
}

.single-project .our-volunteers {
    margin-bottom: 150px;
}

.single-project .quote {
    width: 1024px;
    margin: 50px auto;
}

.single-project .quote img {
    width: 200px;
    height: auto;
    border-radius: 100px;
    vertical-align: top;
}

.single-project .quote div {
    width: 770px;
    margin-right: 50px;
    display: inline-block;
    position: relative;
}

.single-project .quote div .quote_mark {
    font-size: 100px;
    line-height: 1px;
    position: absolute;
}

.single-project .quote div .quote_mark:nth-of-type(1) {
    top: 20px;
    right: 0;
}

.single-project .quote div .quote_mark:nth-of-type(2) {
    bottom: 0;
    left: 0;
}

.single-project .quote div h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 47px;
}

.single-project .quote div h3 span {
    font-size: 28px;
    padding-right: 3px;
}

.single-project .quote div p {
    font-size: 26px;
    line-height: 38px;
}

@media (max-width: 959px) {
    .single-project .quote {
        display: none;
    }
}

.single-project .navi {
    width: 756px;
    margin: 75px auto;
    position: relative;
    height: 75px;
}

.single-project .navi a {
    position: absolute;
    top: 0;
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
    color: black;
}

.single-project .navi a:hover {
    color: #00FFDC;
}

.single-project .navi a span {
    display: inline-block;
    width: 34px;
    height: 18px;
    background-image: url(images/arrow.png);
    vertical-align: middle;
}

.single-project .navi a.prev {
    right: 0;
}

.single-project .navi a.prev span {
    margin-left: 10px;
    transform: scaleX(-1);
}

.single-project .navi a.next {
    left: 0;
}

.single-project .navi a.next span {
    margin-right: 10px;
}

@media (max-width: 757px) {
    .single-project .navi {
        width: auto;
        text-align: center;
    }
    .single-project .navi a {
        position: relative;
        display: inline-block;
        margin: 10px auto;
    }
}

.numbers {
    width: 1378px;
    max-width: 100%;
    margin: 100px auto;
    display: grid;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.numbers h2 {
    font-weight: 900;
}

.numbers .number {
    text-align: center;
}

.numbers .number span {
    display: block;
    vertical-align: top;
}

.numbers .number span.icon img {
    width: 95px;
    height: 95px;
}

.numbers .number span.value {
    font-weight: 800;
}

@media (min-width: 1440px) {
    .numbers {
        grid-template-columns: 34% 22% 22% 22%;
        padding: 110px 150px 95px;
    }
    .numbers h2 {
        font-size: 80px;
        line-height: 91px;
        margin: -26px 0 0;
    }
    .numbers .number span.icon img {
        width: 81px;
        height: 81px;
    }
    .numbers .number span.value {
        font-size: 63px;
        line-height: 90px;
    }
    .numbers .number span.text {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width: 1439px) {
    .numbers {
        grid-template-columns: 31% 23% 23% 23%;
        padding: 122px 150px 125px 100px;
    }
    .numbers h2 {
        font-size: 50px;
        line-height: 60px;
        margin: -26px 0 0;
        overflow-wrap: normal;
        max-width: 300px;
    }
    .numbers .number span.icon img {
        width: 50px;
        height: 50px;
    }
    .numbers .number span.value {
        font-size: 46px;
        line-height: 68px;
    }
    .numbers .number span.text {
        font-size: 20px;
        line-height: 29px;
    }
}

@media (max-width: 756px) {
    .numbers {
        grid-template-columns: 100%;
        padding: 180px 50px 100px 50px;
        text-align: center;
        grid-gap: 30px;
        background-size: cover;
    }
    .numbers h2 {
        margin: 0 auto;
    }
}

.page-template-home .numbers {
    background-image: url(images/numbers_black.png);
    color: white;
    margin-bottom: 0;
}

.single-project .numbers {
    background-image: url(images/numbers.svg);
}

.footer {
    text-align: center;
    background-color: black;
    font-size: 20px;
    color: white;
    padding: 5px 0 0;
    width: 100%;
}

@media (min-width: 757px) {
    .footer .wrap div {
        display: inline-block;
    }
    .footer .wrap .right {
        padding-left: 20px;
        line-height: 100px;
        vertical-align: top;
    }
    .footer .wrap .center a {
        display: inline-block;
        margin: 15px;
        height: 68px;
    }
    .footer .wrap .left {
        padding-right: 20px;
        line-height: 100px;
        vertical-align: top;
    }
    .footer .wrap .left a {
        color: white;
    }
}

@media (max-width: 756px) {
    .footer .wrap div {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
}

.footer .credit {
    text-align: center;
    padding: 35px 0;
}

a.partof.button1, .join_us {
    position: fixed;
    z-index: 44;
}

a.partof.button1 {
    display: block;
}

@media (min-width: 757px) {
    a.partof.button1, .join_us {
        top: 60px;
    }
    a.partof.button1 {
        left: 80px;
    }
    .join_us {
        left: 59px;
    }
}

@media (max-width: 756px) {
    a.partof.button1, .join_us {
        top: 10px;
    }
    a.partof.button1 {
        left: 10px;
    }
    .join_us {
        left: -50px;
    }
}

a:hover {
    color: #00FFDC !important;
}

.join_us {
    display: none;
    text-align: center;
    width: 300px;
    padding: 0 0 15px;
}

.join_us .join {
    display: block;
    max-width: 150px;
    font-weight: 500;
    font-size: 26px;
    line-height: 20px;
    padding: 13px 10px;
    background-color: white;
    color: black;
    border-radius: 30px;
    border: 5px #00FFDC solid;
    margin: 15px auto;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/*# sourceMappingURL=style.css.map */