@font-face {
    font-family: 'Helvetica Oblique';
    src: url('../fonts/Helvetica-Oblique.eot');
    src: url('../fonts/Helvetica-Oblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Oblique.woff2') format('woff2'),
    url('../fonts/Helvetica-Oblique.woff') format('woff'),
    url('../fonts/Helvetica-Oblique.ttf') format('truetype'),
    url('../fonts/Helvetica-Oblique.svg#Helvetica-Oblique') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Regular.eot');
    src: url('../fonts/Helvetica-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Regular.woff2') format('woff2'),
    url('../fonts/Helvetica-Regular.woff') format('woff'),
    url('../fonts/Helvetica-Regular.ttf') format('truetype'),
    url('../fonts/Helvetica-Regular.svg#Helvetica-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Light.eot');
    src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Light.woff2') format('woff2'),
    url('../fonts/Helvetica-Light.woff') format('woff'),
    url('../fonts/Helvetica-Light.ttf') format('truetype'),
    url('../fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Bold.woff2') format('woff2'),
    url('../fonts/Helvetica-Bold.woff') format('woff'),
    url('../fonts/Helvetica-Bold.ttf') format('truetype'),
    url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'),
    url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}






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

.quicklancer_main_wrapper {
    width: 100%;
    height: 100%;
}

main {
    width: 100%;
    height: 100%;
}
body.overflow_hidden {
    overflow: hidden!important;
}

/*header*/

.login_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .50);
    padding-top: 50px;
    /*display: none;*/
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_popup_wrapper {
    background: #ffffff;
    box-shadow: 0 0 25px rgba(0,0,0,.25);
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
}
.login_title_close_btn_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.login_title {
    font-family: 'Helvetica', sans-serif;
    padding: 30px;
    color: #66676b;
    font-weight: 600;
    font-size: 16px;
    width: 20%;
    height: 62px;
}
.login_close_btn_wrapper {
    width: 80%;
    height: 62px;
    background: #f8f8f8;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

}
.login_close_btn {
    border-top: none;
    background: none;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 61px;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid #e0e0e0;
}
.login_main_title {
    font-family: 'Helvetica', sans-serif;
    font-weight: 700;
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}
.login_main_title_info_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.login_info_sign_up_link_wrapper {
    display: flex;
    align-items: center;
}
.login_info {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #666666;
    font-size: 16px;
}
.login_form {
    width: 100%;
    padding: 50px 35px;
}
.login_input_field_wrapper {
    width: 100%;
    margin-bottom: 22px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.05);
    height: 48px;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #ffffff;
}
.login_input_icon {
    width: 48px;
    height: 48px;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sign_up_link {
    color: rgba(32, 179, 134, 1);
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    padding-left: 10px;
}
.login_input_field {
    width: 80%;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    color: gray;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    padding-left: 30px;

}
.login_input_field::placeholder {
    font-size: 16px;
    color: gray;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.forget_password_link {
    display: block;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    margin-bottom: 25px;
}
.login_btn {
    width: 100%;
    height: 48px;
    box-shadow: 0 4px 12px rgba(32,179,134,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(32, 179, 134, 1);
    border-radius: 4px;
    border: none;
    cursor: pointer;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Helvetica', sans-serif;
}
.header {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    height: 82px;
    position: absolute;
    z-index: 9999999;
    top: 0;
}
.header_wrapper {
    width: 100%;
    /*max-width: 1370px;*/
    /*margin: 0 auto;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 35px;
}

.header_logo {
    width: 167px;
    height: 30px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    display: flex;
}
.header_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_logo_parent {
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding-right: 35px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.header_nav_list {
    width: 100%;
    /*max-width: 803px;*/
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding-right: 30px;
    height: 81px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.header_nav_ul_list {
    max-width: 376px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_nav_ul_li {
    list-style: none;
    cursor: pointer;

}

.header_nav_ul_link {
    display: flex;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    text-decoration: none;
}

.header_navigation_btns_links_wrapper {
    max-width: 380px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}
.header_login_btn {
    background: none;
    cursor: pointer;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 15px;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;

}
.header_login_btn span {
    margin-right: 10px;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 2px;

}
.header_register_link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 15px;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
.header_past_project {
    background-color: rgba(32, 179, 134, 1);
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: #ffffff;
    /*padding: 4px 15px;*/
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    width: 116px;
    height: 31px;
    padding-top: 2px;
}
.header_login_btn span svg {
    width: 14px;
    height: 14px;
}
.mobile_header_btn_wrapper {
    display: none;
}
.mobile_header_btn {
    height: 46px;
    width: 46px;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    outline: none;
    flex-direction: column;
}
.mobile_header_btn_line {
    width: 33px;
    height: 4px;
    background-color: #555;
    border-radius: 4px;
    margin: 2px 0;

}
/*top*/
.top {
    width: 100%;
    background-image: url("/assets/images/top_img.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 750px;
    padding-top: 200px;
    margin-bottom: 65px;
    background-position: center;
}
.top::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .75;
    position: absolute;
    z-index: 99;
    top: 0;
}

.top_wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 99999;
}
.top_title {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
.top_info {
    color: rgba(255, 255, 255, .7);
    font-size: 28px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    line-height: 42px;
    width: 100%;
    max-width: 665px;
    margin-bottom: 80px;
}

.search_work_form {
    width: 100%;
    margin-bottom: 45px;
    position: relative;
}

.search_work_form_label_box {
    width: 100%;
}
.search_work_form_label {
    background-color: rgba(32, 179, 134, 1);
    border-radius: 4px;
    /*padding: 5px 10px;*/
    margin-bottom: 15px;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    width: 95px;
    height: 32px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Helvetica', sans-serif;
    color: #ffffff;
    padding-top: 3px;
}
.search_work_form_input_btn_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-radius: 4px;
    padding: 10px 12px;
}
.search_work_input_field {
    width: 100%;
    padding: 0 15px;
    /*border: 1px dashed #9eeb48;*/
    margin-right: 12px;
    font-size: 18px;
    color: gray;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    height: 50px;
    border: none;
    outline: none;
}

.search_work_input_field::placeholder {
    font-size: 18px;
    color: gray;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.search_work_form_btn {
    width: 115px;
    height: 52px;
    border: none;
    cursor: pointer;
    outline: none;
    background: #20b386;
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.found_work_results_items_wrapper {
    display: flex;
    align-items: center;
}

.found_work_results_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;

}

.found_work_results_item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .25);
    margin-right: 35px;
    padding-right: 35px;
}
.found_work_results_item_title {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Helvetica', sans-serif;
}

.found_work_results_item_info {
    color: rgba(255,255,255,.7);
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

/*how_it_works*/
.how_it_works {
    width: 100%;
    margin-bottom: 80px;
}
.how_it_works_wrapper {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.how_it_works_title {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
}

.how_it_works_items_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.how_it_works_item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.how_it_works_item:not(:last-child) .how_it_works_item_icon::before {
    content: "";
    height: 1px;
    width: 200px;
    position: absolute;
    left: 130%;
    top: 40px;
    background: #e9e9e9;
    display: block;
    z-index: 9;
}
.how_it_works_item_title {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
}

.how_it_works_item_info {
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 27px;
    text-align: center;
}

.how_it_works_item {
    width: 31.5%;
}
.how_it_works_item_icon_child {
    width: 30px;
    height: 30px;
    background: rgba(32, 179, 134, 1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 5px rgba(32,179,134,0.1);
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: -5px;
    animation: checkAnim 2s infinite;
}
@keyframes checkAnim {
    0%, 100% {
        box-shadow: 0 0 0 5px rgba(32,179,134,0.15)
    }

    50% {
        box-shadow: 0 0 0 8px rgba(32,179,134,0.15)
    }
}

/*latest_jobs*/

.latest_jobs {
    width: 100%;
    background: #f9f9f9;
    padding-top: 65px;
    padding-bottom: 65px;
    margin-bottom: 80px;
}

.latest_jobs_wrapper {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.latest_jobs_title_link_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.latest_jobs_title {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #333;
}

.latest_jobs_link {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: rgba(32, 179, 134, 1);
    font-size: 16px;
}

.latest_jobs_link span {
    position: relative;
    top: 1px;
    margin-left: 10px;
}

.latest_jobs_item {
    box-shadow: 0 2px 12px rgba(0,0,0,.12);
    /* margin-bottom: 35px; */
    background-color: #fff;
    width: 100%;
    display: flex;
    border-radius: 3px;
    padding: 30px;
    justify-content: flex-start;
    align-items: flex-start;
}

.latest_jobs_item_img {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    margin-right: 30px;
    overflow: hidden;
}
.latest_jobs_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest_jobs_item_info_part {
    /*max-width: 771px;*/
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.latest_jobs_item_link {
    font-family: 'Helvetica Neue', sans-serif;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(32, 179, 134, 1);
    margin-bottom: 5px;
}
.latest_jobs_item_info_part1_details_items_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.latest_jobs_item_info_part1_details_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 15px;
}

.latest_jobs_item_info_part1_details_item_icon {
    height: 17px;
    margin-right: 6px;
}

.latest_jobs_item_info_part1_details_item_title {
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    color: #777;
    font-size: 16px;
}

.latest_jobs_item_info_part2 {
    border: 1px solid rgba(32, 179, 134, 1);
    border-radius: 3px;
    width: 81px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.latest_jobs_item_info_part2_info {
    font-family: 'Helvetica', sans-serif;
    color: rgba(32, 179, 134, 1);
    font-weight: 500;
    font-size: 14px;
}

/*membership_plan*/

.membership_plan {
    width: 100%;
    background: #f9f9f9;
    padding-top: 65px;
    padding-bottom: 65px;
    margin-bottom: 80px;
}
.membership_plan_wrapper {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}


.membership_plan_title {
    font-family: 'Helvetica', sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-bottom: 75px;
}

.membership_plan_items_wrapper {
    width: 100%;
    background: #f9f9f9;
    border-radius: 4px;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    padding: 35px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.membership_plan_item {
    width: 48%;
}

.membership_plan_item_title1 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 22px;

}


.membership_plan_item_title2 {
    font-family: 'Helvetica', sans-serif;
    width: 100%;
    background: #f6f6f6;
    border-radius: 4px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.membership_plan_item_detail_item:first-child .membership_plan_item_detail_title {
    font-family: 'Helvetica', sans-serif;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;

}
.membership_plan_item_detail_title {
    font-family: 'Helvetica', sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    padding: 3px 0;
}

.membership_plan_item_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid rgba(32, 179, 134, 1);
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 20px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-family: "Helvetica", sans-serif;
    box-shadow: 0px 4px 12px rgba(32,179,134,0.1);
    color: rgba(32,179,134,1);
    font-weight: normal;
    font-size: 16px;
    background: #ffffff;
}


/*sponsor*/
.sponsors {
    width: 100%;
    border-top: 1px solid #eaebec !important;
    background: #f9f9f9;
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
}
.sponsors_wrapper {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.sponsors_swiper_img_box {
    width: 138px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsors_swiper_img_box img {
    width: 100%;
}

.sponsors_swiper_button_next:after {
    display: none;
}
.sponsors_swiper_button_prev:after {
    display: none;
}
.sponsors_swiper_button_next {
    width: 40px!important;
    height: 40px!important;
    border-radius: 100% !important;
    background-image: url("../svg/right_arrow.svg") !important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 20px 20px!important;
    background-color: #ffffff!important;
    background-position: center;
    right: -50px!important;
    top: 62% !important
}

.sponsors_swiper_button_prev {
    width: 40px!important;
    height: 40px!important;
    border-radius: 100% !important;
    background-image: url("../svg/left_arrow.svg") !important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 20px 20px!important;
    background-color: #ffffff!important;
    background-position: center;
    left: -50px!important;
    right: auto;
    top: 67% !important
}

.swiper-slide {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

/*footer*/
.footer {
    width: 100%;
    background: #303030;
}

.footer_wrapper {
    width: 100%;
}
.footer_items_wrapper {
    width: 100%;
}
.footer_item1 {
    max-width: 1180px;
    padding: 60px 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_item1_info {
    font-size: 16px;
    line-height: 27px;
    color: silver;
    font-weight: 300;
    font-family: 'Helvetica', sans-serif;

}
.footer_item1_logo_info_wrapper {
    max-width: 474px;
    width: 100%;
}
.footer_item2 {
    padding: 25px 0;
    border-top: 1px solid #484848;
    width: 100%;
]}

.footer_item2_wrapper {
    width: 100%;
    max-width: 1180px;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_item1_logo {
    width: 223px;
    height: 40px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    display: flex;
    margin-bottom: 12px;
}
.footer_item1_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_item1_nav_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 610px;
    width: 100%;
}

.footer_item1_nav_ul_list_title_li {
    font-family: 'Helvetica Neue', sans-serif;
    list-style: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.footer_item1_nav_ul_list_li {
    list-style: none;
    padding: 4px 0;
}
.footer_item1_nav_ul_list_link {
    font-size: 16px;
    line-height: 27px;
    color: silver;
    font-weight: 300;
    font-family: 'Helvetica', sans-serif;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.footer_item2_info {
    font-size: 16px;
    color: silver;
    font-weight: 300;
    font-family: 'Helvetica', sans-serif;
}

.footer_social_link_wrapper {
    max-width: 245px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 35px;
    border-left: 1px solid #484848;
}
.footer_item1_nav_ul_list {
    width: 32%;
    padding: 0 15px;
}

.footer_social_link {
    display: flex;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
#backtotop {
    position: fixed;
    right: 0;
    opacity: 0;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 999;
    transition: .35s;
    transform: translateY(10px);
    display: none;
}
#backtotop a {
    background: rgba(32,179,134,1);
    width: 46px;
    height: 46px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*header_mobile*/
@media (max-width: 570px) {
    .login_popup_wrapper {
        width: 95% !important;
        max-width: unset!important;
    }
}
@media (max-width: 426px) {
    .login_title_close_btn_wrapper {
        flex-direction: column-reverse;
    }
    .login_close_btn_wrapper {
        width: 100% !important
    }
    .login_title {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .login_form {
        padding: 50px 25px!important;
    }
    .login_info_sign_up_link_wrapper {
        flex-direction: column;
    }
    .login_input_field {
        font-size: 14px!important;
        padding-left: 15px!important;
    }
    .login_input_field::placeholder {
        font-size: 14px!important;
    }
}
@media (min-width: 992px) and (max-width: 1099px) {
    .header_nav_list {
        display: none!important;
    }
    .header_logo_parent {
        width: 54.17% !important;
        justify-content: flex-start!important;
        margin-right: unset!important;
        height: 75px!important;
    }
    .header_navigation_btns_links_mobile_menu_wrapper {
        width: 44.5%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 75px;
    }
    .mobile_header_btn_wrapper {
        height: 75px;
        border-left: 1px solid rgba(255, 255, 255, .2);
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
    .mobile_header_btn {
        margin-left: 23px;
    }
    .header {
        height: 75px!important;
    }
    .header_wrapper {
        padding: 0 20px!important;
    }
}

@media (max-width: 991px) {
    .header_navigation_btns_links_wrapper {
        display: none!important;
    }
    .mobile_header_btn {
        margin-left: unset!important;
    }
    .header_logo_parent {
        border-right: unset!important;
    }


    .header_nav_list {
        display: none!important;
    }
    .header_logo_parent {
        /*width: 50%!important;*/
        justify-content: flex-start!important;
        margin-right: unset!important;
        height: 75px!important;
        border-right: unset!important;
        padding-right: unset!important;
    }
    .header_navigation_btns_links_mobile_menu_wrapper {
        /*width: 50% !important;*/
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 75px;
    }
    .mobile_header_btn_wrapper {
        height: 75px;
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
    .header {
        height: 75px!important;
    }
    .header_wrapper {
        padding: 0 20px!important;
    }
}

.mobile_menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -1500px;
    /*right: 0;*/
    background: transparent;
    z-index: 9999;
    /*display: none;*/
    transition: all 0.5s;
}
.mobile_menu_wrapper {
    width: 100%;
    max-width: 440px;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: #2a2a2a;

}

.mobile_menu_title {
    width: 100%;
    background: #262626;
    height: 50px;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Helvetica', sans-serif;
}

.mobile_menu_close_btn {
    position: absolute;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
}

@media (max-width: 1099px) {
    .header_nav_ul_li {
        /* border-top: 1px solid #404040; */
        border-bottom: 1px solid #404040;
        width: 100%;
        background: #2a2a2a;
        height: 50px;
        padding: 0 25px;
        display: flex;
        align-items: center;
    }
    .header_nav_ul_list {
        flex-direction: column;
        max-width: unset!important;
    }
}


/*top mobile*/

@media (min-width: 991px) and (max-width: 1250px) {
    .top_wrapper {
        max-width: 960px!important;
    }
    .how_it_works_wrapper {
        max-width: 960px!important;
    }
    .latest_jobs_wrapper {
        max-width: 960px!important;
    }
    .membership_plan_wrapper {
        max-width: 960px!important;
    }
    .sponsors_wrapper {
        max-width: 960px!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .latest_jobs_item_info_part1 {
        width: 70%;
    }
    .latest_jobs_item_info_part1_details_items_wrapper {
        flex-wrap: wrap;
    }
    .latest_jobs_item_info_part1_details_item {
        margin-bottom: 7px;
    }
    .how_it_works_item:not(:last-child) .how_it_works_item_icon::before {
        display: none!important;
    }
    .top_wrapper {
        max-width: 720px!important;
    }
    .how_it_works_wrapper {
        max-width: 720px!important;
    }
    .sponsors_wrapper {
        max-width: 720px!important;
    }
    .latest_jobs_wrapper {
        max-width: 720px!important;
    }
    .membership_plan_wrapper {
        max-width: 720px!important;
    }
    .found_work_results_items_wrapper {
        display: none!important;
    }
    .search_work_form_input_btn_wrapper {
        flex-direction: column!important;
        background: transparent!important;
        border-radius: 0!important;
        padding: 0!important;
        align-items: flex-start!important;

    }
    .search_work_input_field {
        width: 100% !important;
        border: unset!important;
        border-radius: 4px!important;
        margin-bottom: 30px;
        margin-right: unset!important;
    }
    .top {
        padding-top: 150px!important;
        height: 625px!important;
    }
    .top_title {
        font-size: 24px!important;
    }
    .top_info {
        font-size: 24px!important;
        line-height: 38px!important;
    }
}
@media (min-width: 534px) and (max-width: 768px) {
    .latest_jobs_item_info_part1 {
        width: 70%;
    }
    .latest_jobs_item_info_part1_details_item {
        margin-bottom: 7px;
    }
    .latest_jobs_item_info_part1_details_items_wrapper {
        flex-wrap: wrap;
    }
    .latest_jobs_title_link_wrapper {
        flex-direction: column;
        align-items: flex-start!important;
    }
    .latest_jobs_item_img {
        display: none!important;
    }
    .how_it_works_items_wrapper {
        flex-direction: column;
    }
    .how_it_works_item {
        width: 100% !important;
        margin-bottom: 45px;
    }
    .how_it_works_wrapper {
        max-width: 510px!important;
    }
    .latest_jobs_wrapper {
        max-width: 510px!important;
    }
    .membership_plan_wrapper {
        max-width: 510px!important;
    }
    .sponsors_wrapper {
        max-width: 510px!important;
    }
    .how_it_works_item:not(:last-child) .how_it_works_item_icon::before {
        display: none!important;
    }
    .top_wrapper {
        max-width: 510px!important;
    }

    .found_work_results_items_wrapper {
        display: none!important;
    }
    .search_work_form_input_btn_wrapper {
        flex-direction: column!important;
        background: transparent!important;
        border-radius: 0!important;
        padding: 0!important;
        align-items: flex-start!important;

    }
    .search_work_input_field {
        width: 100% !important;
        border: unset!important;
        border-radius: 4px!important;
        margin-bottom: 30px;
        margin-right: unset!important;
    }
    .top {
        padding-top: 120px!important;
        height: 625px!important;
    }
    .top_title {
        font-size: 24px!important;
    }
    .top_info {
        font-size: 24px!important;
        line-height: 38px!important;
        margin-bottom: 60px!important;
    }
}
@media (min-width: 351px) and (max-width: 534px) {
    .membership_plan {
        margin-bottom: 60px!important;
    }
    .latest_jobs {
        margin-bottom: 60px!important;
    }
    .latest_jobs_item_info_part1 {
        width: 70%;
    }
    .latest_jobs_item_info_part1_details_item {
        margin-bottom: 7px;
    }
    .latest_jobs_item_info_part1_details_items_wrapper {
        flex-wrap: wrap;
    }
    .latest_jobs_title_link_wrapper {
        flex-direction: column;
        align-items: flex-start!important;
    }
    .latest_jobs_item_img {
        display: none!important;
    }
    .how_it_works_items_wrapper {
        flex-direction: column;
    }
    .how_it_works_item {
        width: 100% !important;
        margin-bottom: 45px;
    }
    .how_it_works_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
    .membership_plan_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
    .sponsors_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
    .latest_jobs_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
    .how_it_works_item:not(:last-child) .how_it_works_item_icon::before {
        display: none!important;
    }
    .top_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
    .found_work_results_items_wrapper {
        display: none!important;
    }
    .search_work_form_input_btn_wrapper {
        flex-direction: column!important;
        background: transparent!important;
        border-radius: 0!important;
        padding: 0!important;
        align-items: flex-start!important;

    }
    .search_work_input_field {
        width: 100% !important;
        border: unset!important;
        border-radius: 4px!important;
        margin-bottom: 30px;
        margin-right: unset!important;
    }
    .top {
        padding-top: 120px!important;
        height: 625px!important;
    }
    .top_title {
        font-size: 24px!important;
    }
    .top_info {
        font-size: 24px!important;
        line-height: 38px!important;
        margin-bottom: 60px!important;
    }
}
@media (max-width: 351px) {
    .sponsors_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
    .membership_plan {
        margin-bottom: 60px!important;
    }
    .membership_plan_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
    .latest_jobs {
        margin-bottom: 60px!important;
    }
    .latest_jobs_item {
        padding: 30px 24px!important;
    }
    .latest_jobs_item_info_part1_details_item_title {
        font-size: 15px!important;
    }
    .latest_jobs_item_link {
        font-size: 17px!important;
    }
    .latest_jobs_item_info_part1 {
        width: 70%;
    }
    .latest_jobs_item_info_part1_details_item {
        margin-bottom: 7px;
    }
    .latest_jobs_item_info_part1_details_items_wrapper {
        flex-wrap: wrap;
    }
    .latest_jobs_title_link_wrapper {
        flex-direction: column;
        align-items: flex-start!important;
    }
    .latest_jobs_item_img {
        display: none!important;
    }
    .latest_jobs_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
    .how_it_works_items_wrapper {
        flex-direction: column;
    }
    .how_it_works_item {
        width: 100% !important;
        margin-bottom: 45px;
    }
    .how_it_works_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
    .how_it_works_item:not(:last-child) .how_it_works_item_icon::before {
        display: none!important;
    }
    .top_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
    .found_work_results_items_wrapper {
        display: none!important;
    }
    .search_work_form_input_btn_wrapper {
        flex-direction: column!important;
        background: transparent!important;
        border-radius: 0!important;
        padding: 0!important;
        align-items: flex-start!important;

    }
    .search_work_input_field {
        width: 100% !important;
        border: unset!important;
        border-radius: 4px!important;
        margin-bottom: 30px;
        margin-right: unset!important;
    }
    .top {
        padding-top: 120px!important;
        height: 625px!important;
    }
    .top_title {
        font-size: 23px!important;
    }
    .top_info {
        font-size: 23px!important;
        line-height: 34px!important;
        margin-bottom: 60px!important;
    }
}

@media (max-width: 990px) {
    .membership_plan_items_wrapper {
        flex-direction: column;
        background: transparent!important;
        border-radius: 0!important;
        box-shadow: unset!important;
        padding: 0!important;
    }
    .membership_plan_item {
        width: 100% !important;
        background: #f9f9f9;
        border-radius: 4px;
        box-shadow: 0 0 25px rgba(0,0,0,.1);
        padding: 35px;
    }
    .membership_plan_item:not(:last-child) {
        margin-bottom: 40px;
    }
}

.sponsors_swiper_buttons_wrapper {
    width: 100%;
    position: absolute;
    top: 70%;
}
#sponsors_wrapper_pagination {
    display: none;
}

@media (max-width: 1320px) {
    .sponsors_swiper_buttons_wrapper {
        display: none!important;
    }
    #sponsors_wrapper_pagination {
        display: block!important;
        top: 130px;
    }
    #sponsors_swiper {
        padding-bottom: 50px;
    }
}

.swiper-pagination-bullet {
    border: 2px solid silver!important;
    width: 15px!important;
    height: 15px!important;
    background: #ffffff!important;
    opacity: 1!important;
}

.swiper-pagination-bullet-active {
    background: silver!important;
}


/*footer_wrapper*/

@media (min-width: 991px) and (max-width: 1250px) {
    .footer_item1 {
        max-width: 960px!important;
    }
    .footer_item2_wrapper {
        max-width: 960px!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer_item1 {
        max-width: 720px!important;
    }
    .footer_item2_wrapper {
        max-width: 720px!important;
    }
}
@media (min-width: 534px) and (max-width: 768px) {
    .footer_item1 {
        max-width: 510px!important;
    }
    .footer_item2_wrapper {
        max-width: 510px!important;
    }
}
@media (min-width: 351px) and (max-width: 534px) {
    .footer_item1 {
        max-width: unset!important;
        width: 95% !important;
    }
    .footer_item2_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
}
@media (max-width: 351px) {
    .footer_item1 {
        max-width: unset!important;
        width: 95% !important;
    }
    .footer_item2_wrapper {
        max-width: unset!important;
        width: 95% !important;
    }
}

@media (max-width: 991px) {
    .footer_item1 {
        flex-direction: column;
    }
    .footer_item1_logo_info_wrapper {
         max-width: unset!important;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 40px;
    }
}


@media (max-width: 768px) {
    .footer_item1_nav_list {
        max-width: unset!important;
        flex-direction: column;
    }
    .footer_item1_nav_ul_list {
        width: 100% !important;
        padding: 0!important;
        margin-bottom: 25px;
    }
    .footer_item1_logo_info_wrapper {
        padding: 0!important;
    }
    .footer_item2_wrapper {
        flex-direction: column;
    }
    .footer_item2_info {
        margin-bottom: 20px;
    }
    .footer_social_link_wrapper {
        padding-left: unset!important;
        border-left: unset!important;
    }
    .footer_item1 {
        padding: 45px 0!important;
    }
}

@media (max-width: 426px) {
    .footer_item1 {
        padding: 35px 0!important;
    }
}

.search_work_input_field_search_box_parent {
    width: 100%;
    position: relative;
}

.search_form_result_box {
    position: absolute;
    width: 100%;
    background: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    left: -12px;
    box-shadow: 0 6px 10px 0px rgba(0, 0, 0, .12);
    overflow: scroll;
    height: 200px;
    display: none;
}
.search_form_result_box.open {
    display: block!important;
}

.search_form_result_box_item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-bottom: 1px solid #f9f9f9;
}

.search_form_result_box_item:first-child {
    border-top: 1px solid #f9f9f9;
}

.search_form_result_box_item_title {
    font-family: "Roboto", sans-serif;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #484848;
}

.search_work_input_field_delete_btn_wrapper {
    width: 100%;
    position: relative;
    /*padding: 0 15px;*/
}

.delete_btn {
    display: none;
    position: absolute;
    right: 15px;
    top: 12px;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

.delete_btn.open {
    display: flex!important;
}


@media (max-width: 991px) {
    .search_form_result_box {
        top: 47px;
        left: 0!important;
    }
}



