﻿@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);

@font-face {
	font-family: 'Open Sans Hebrew';
	font-style: normal;
	font-weight: 400;
	src: url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.eot);
	src: url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.woff) format('woff'), url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.ttf) format('truetype');
    font-display: swap;
}

@font-face {
	font-family: 'Open Sans Hebrew Bold';
	font-style: normal;
	font-weight: normal;
	src: url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.eot);
	src: url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'), url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.woff) format('woff'), url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.ttf) format('truetype');
    font-display: swap;
}

@font-face {
	font-family: 'Amiri Regular';
	font-style: normal;
	font-weight: normal;
	src: url(/styles/fonts/Amiri-Regular.ttf);
	src: url(/styles/fonts/Amiri-Regular.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'STIXTwoMath-Regular';
    font-style: normal;
    font-weight: normal;
    src: url(/styles/fonts/STIXTwoMath-Regular.ttf);
    src: url(/styles/fonts/STIXTwoMath-Regular.ttf) format('truetype');
    font-display: swap;
}
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

* {
    box-sizing: border-box;
    outline: 0 !important;
}

#divTopNavigateBar * {
    box-sizing: unset;
}

#Employer-Header-Container * {
    box-sizing: unset;
}

body {
    font-family: 'Open Sans Hebrew', sans-serif !important;
    font-size: 14px;
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1 {
    margin-top: 0;
}

/** LAYOUT **/
.container {
    max-width: 1280px;
    margin: 0 auto;
}

.row {
    margin-right: -12.5px;
    margin-left: -12.5px;
    justify-content: end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.justify-content-center {
    justify-content: center;
}

.row.justify-content-start {
    justify-content: start;
}

[class^="col-"] {
    padding-right: 12.5px;
    padding-left: 12.5px;
    position: relative;
    min-height: 1px;
}

.col-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;

}

.col-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

.col-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.col-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding-right: 12.5px;
    padding-left: 12.5px;
}

.col-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-right: 12.5px;
    padding-left: 12.5px;
}

.col-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}

.aj-btn {
    width: 220px;
    padding: 11px;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    border-radius: 24.86px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.aj-btn.orange {    
    background-color: #fe8b1f;
}

.aj-btn.white {    
    border: 1px solid #ffffff;
}

.aj-btn:hover {
    background: rgba(243,113,35,0.7);
}

.aj-btn.white:hover {    
    background: rgba(70,70,70,0.9);
}

a.underline {
    text-decoration: underline;
}

/** STICKY SIDE **/
#sticky-side {
    height: 100vh;
    width: 400px;
    background-color: #333333;
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

#sticky-side .container {
    max-width: 299px;
}

#sticky-side h1 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1.59px;
    line-height: 52px;
    margin-bottom: 16px;
}

#sticky-side h1 + p {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: normal;
    margin: -2px;
}

#sticky-side .sticky-phases {
    line-height: 15.2px;
    font-size: 19px;
    display: block;
    text-align: right;
    margin-bottom: 26px;
    margin-top: 26px;
    width: 249px;
    margin-left: 0;
    margin-right: auto;
}

#sticky-side .sticky-phases .phase:not(:last-child) {
    margin-bottom: 16px;
}

#sticky-side .sticky-phases span {
    height: 23px;
    width: 23px;
    border: 1px solid #fff;
    border-radius: 50px;
    vertical-align: middle;
    margin-left: 9px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    line-height: 21px;
    font-weight: bold;
}

.sticky-action:not(:last-child) {
    margin-bottom: 20.69px;
}

a {
    cursor: pointer;
}

/** MAIN SECTIONS **/
#main {
    
}

/*#main:after {
    position: absolute;
    content: '';
    height: 670px;
    width: 100%;
    opacity: 0.59;
    background: linear-gradient(180deg, #000000 0%, #464646 100%);
    background-size: 100%;
    top: 0;
    left: 0;
}

#main:before {
    position: absolute;
    content: '';
    height: 670px;
    width: 100%;
    background: url(/images/Employer/HomePage/shutterstock_1147700213@2x.jpg) no-repeat center bottom fixed;
    top: 0;
    left: 0;
    background-size: cover;
}*/

.sections-container {
    max-width: 755px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

#actions .sections-container {
    max-width: 950px;
}

section {
    position: relative;
    padding-right: 400px;
}

/*welcome*/
#welcome {
    /*padding-top: 95px;
    margin-top: 60px;*/
    text-align: center;
    color: #fff;
    /*padding-bottom: 0px;
    margin-bottom: 205px;*/
    background: url(/images/Employer/HomePage/HomePageCover.png) no-repeat #eeeeee;
    height: 518px;
    background-size: 3494px auto; /* רוחב קבוע, גובה אוטומטי */
    /*background-position: right;*/ /* Moves the image so that it gets cut from the left */
    margin-right: 400px;
    padding: 0;
}

#welcome .counter-main {
    font-family: Open Sans Hebrew Bold;
    color: rgba(255,255,255,1);
    font-size: 100.8px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 108px;
    margin-bottom: 10px;
    margin-right: 400px;
}

#welcome .counter-main span {
    color: rgba(255,255,255,0.5);
}

#welcome p {
    margin: 0;
    margin-bottom: 40px;
    margin-top: 36px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
}

.main-txt {
    letter-spacing: 0px;
    text-shadow: 0px 3px 6px #00000029;
    font-size: 43px;
    font-weight: bold;
    margin: 0;
}

.main-txt-paragraph {
    font-weight: lighter;
}

#welcome p img {
    margin-bottom: -1px;
    display: inline-block;
}

#welcome .highlight {
    /*background-color: #ffffff;*/
    /*background: rgba(255,255,255,0.7);*/
    color: #1fb2b2;
    /*padding: 2px 17px;*/
    font-size: 19px;
    line-height: 28px;
    display: inline-block;
    border-radius: 5px;
}

/*about*/
#about {
    margin-top: 120px;
}

#about .inside {
    color: #fff;
}

#about .inner-background {
    border-radius: 5px;
    overflow: hidden;
    padding: 44px 45px 70px;
    background: url('../images/Oval.png') no-repeat center center;
    position: relative;
}

#about h2 {
    font-size: 44px;
    font-weight: 800;
    line-height: 43.92px;
    margin: 0 0 10px;
}

#about h2 img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

#about h2 + p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    margin: 0;
    font-weight: normal;
    max-width: 300px;
    margin-bottom: 25px;
}

.aj-btn.secondary {
    font-size: 16px;
    font-weight: bold;
    color: #6341C1;
    background-color: #00EBAD;
}

.aj-btn.secondary:hover {
    background-color: rgba(235,173,1,0.4);
}

.slick-list {

}

.slick-dots {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #c5c5c5;
    opacity: 0.32;
    border-radius: 20px;
    margin: 0 11px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slick-dots li button {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.slick-dots li.slick-active {
    background-color: rgba(70,70,70,0.39);
    opacity: 1;
}

/** Actions **/
/*#actions {
    margin-top: 90px;
}*/

.default #actions {
    margin-top: 120px;
}

.actions-container {
    text-align: center;
}

#actions .actions-container {
    display: flex;
    justify-content: center;
}

.actions-container .inside {
    position: relative;
    margin-bottom: 24px;
}

.actions-container .inside .action {
    display: block;
    background: #fff;
    width: 100%;
    height: 170px;
    border-radius: 14px;
    box-shadow: 0 0px 19px -4px rgba(0,0,0,0.25);
    line-height: 19px;
    font-size: 14px;
    color: #464646;
    font-weight: bold;
    padding: 0;
}

#actions .actions-container .inside .action {
    -webkit-transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    width: 170px;
}

#actions .actions-container .inside .action:hover {
    box-shadow: 0 8px 50px rgba(0,0,0,0.25);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}

.actions-container .inside .action h3 {
    line-height: 19px;
    font-size: 14px;
    margin: 0;
}

.actions-container .inside .action.text-only  {
    background-color: #15B2B2;
    color: #fff;
    font-size: 22.6px;
    font-weight: normal;
    line-height: 25.6px;
    padding: 60px 5px;
}

.actions-container .inside .action.text-only h2 {
    font-size: 22.6px;
    font-weight: normal;
    line-height: 25.6px;
    margin: 0;
}

.actions-container .inside .action.peek {
    background-color: #6341C1;
    color: #fff;
}

.actions-container .inside .action .img-container {
    height: calc(100% - 40px);
}

.actions-container .inside .action span {
    color: #F68B26;
}

.actions-container .inside .action img {
    padding: 44px 41px 18px;
}

#actions .actions-container .inside .action img {
    padding: 41px 41px 18px;
}

.actions-container .inside:nth-child(2) img {
    padding: 42px 51px 18px 52px;
}

.row.justify-content-center:nth-child(2) .inside:first-child img {
    padding: 40px 50px 21px 63px;
}

.row.justify-content-center:nth-child(2) .inside:nth-child(2) img {
    padding: 50px 50px 31px 50px;
}

.row.justify-content-center:nth-child(2) .inside:nth-child(3) img {
    padding: 44px 54px 23px 54px;
}

.row.justify-content-center:nth-child(2) .inside:nth-child(4) img {
    padding: 43px 55px 22px 55px;
}

#actions .actions-container .inside:nth-child(3) img {
    padding: 54px 54px 29px 53px;
}

#actions .actions-container .inside:nth-child(4) img {
    padding: 47px 50px 22px 63px;
}

#actions .actions-container .inside:nth-child(5) img {
    padding: 42px 50px 21px 50px;
}

.actions-container .inside:nth-child(3) img {
    padding: 38px 55px 24px 55px;
}

.actions-container .inside:nth-child(4) img {
    padding: 40px 50px 21px 63px;
}

.actions-container .inside:nth-child(5) img {
    padding: 50px 50px 31px 50px;
}

.actions-container .inside:nth-child(6) img {
    padding: 44px 54px 23px 54px;
}

.actions-container .inside:nth-child(7) img {
    padding: 43px 55px 22px 55px;
}

.actions-container .inside .action.peek img {
    padding: 49px 60px 22px 64px;
}

/** INFO **/
#info {
    background: url('/images/Employer/HomePage/shutterstock_587639381.png') no-repeat center center;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 42px;
    margin-top: 45px;
    color: #fff;
}

#info:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg, #646464 0%, #464646 100%);
    opacity: 0.59;
}

#info h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 34px;
    margin-top: 0;
}

#info .circle-container {
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
}

#info .circle {
    display: inline-block;
    height: 233px;
    width: 233px;
    border: 2px solid #FFFFFF;
    border-radius: 250px;
    font-size: 22.6px;
    letter-spacing: 0;
    line-height: 25.6px;
    position: relative;
    margin: 0 13px;
    text-align: center;
    top: 45px;
    opacity: 0;
    -webkit-transition: opacity 1.3s ease-in-out, top 1.3s ease-in-out;
    -moz-transition: opacity 1.3s ease-in-out, top 1.3s ease-in-out;
    -ms-transition: opacity 1.3s ease-in-out, top 1.3s ease-in-out;
    -o-transition: opacity 1.3s ease-in-out, top 1.3s ease-in-out;
    transition: opacity 1.3s ease-in-out, top 1.3s ease-in-out;
}

#info .circle.active {
    opacity: 1;
    top: 0;
}

#info .circle h3 {
    font-size: 22.6px;
    letter-spacing: 0;
    line-height: 25.6px;
    margin: 0;
    font-weight: normal;
}

#info .circle a {
    display: block;
    height: 100%;
    padding-top: 73px;
    width: 100%;
    color: #ffffff;
}

#info .circle img {
    position: absolute;
    bottom: 35px;
    left: calc(50% - 22px);
    animation: moveLeft 1s linear infinite;
    animation-play-state: paused;
}

#info .circle:hover img {
    animation-play-state: running;
}

@keyframes moveLeft {
    50% { left: calc(50% - 30px); }
    100% { left: calc(50% - 22px); }
}

/** WHY **/
#why {
    text-align: center;
    padding-top: 76px;
    padding-bottom: 60px;
}

#why h2 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 40px;
    color: #464646;
    margin-bottom: 12px;
    font-weight: normal;
    margin-top: 0;
}

#why h2 span:first-child {
    font-size: 30px;
}

#why h2 span:nth-child(3) {
    color: #FE8B1F;
}

#why h2 span:last-child {
    font-size: 30px;
}

#why h2 span.alljobs {
    font-weight: 400;
    font-family: 'STIXTwoMath-Regular';
}

#why h2 img {
    display: inline-block;
    vertical-align: middle;
}

#why h2 + p {
    max-width: 527px;
    margin: 0 auto;
    color: #464646;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

#why .actions-container {
    max-width: 615px;
    margin: 16px auto 0 ;
    padding: 0 15px;
}

#why .actions-container .inside .action img, #why .actions-container .inside .action .svg-container {
    padding: 33px 51px 12.43px 51px;
    margin: auto;
}

#why .actions-container .inside .action svg path {
    fill: #464646
}

#why .slick-list {
    overflow: visible;
}

#why .slick-list:before {
    width: 205px;
    height: calc(100% + 30px);
    background: #fff;
    position: absolute;
    content: '';
    left: -205px;
    z-index: 2;
    top: -15px;
}

#why .slick-list:after {
    width: 205px;
    height: calc(100% + 30px);
    background: #fff;
    position: absolute;
    content: '';
    right: -205px;
    z-index: 2;
    top: -15px;
}

#why .action .inner-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    padding: 0 16px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#why .action:hover .inner-text {
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.3s;
    -moz-transition: opacity 0.3s 0.3s;
    -ms-transition: opacity 0.3s 0.3s;
    -o-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

#why .actions-container .inside {
    height: 170px;
    width: 170px;
    position: relative;
}

#why .actions-container .inside .action {
    color: #464646;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    -webkit-transition: width 0.4s, height 0.4s, z-index 0.2s cubic-bezier(1, 0, 1, 0);
    -moz-transition: width 0.4s, height 0.4s, z-index 0.2s cubic-bezier(1, 0, 1, 0);
    -ms-transition: width 0.4s, height 0.4s, z-index 0.2s cubic-bezier(1, 0, 1, 0);
    -o-transition: width 0.4s, height 0.4s, z-index 0.2s cubic-bezier(1, 0, 1, 0);
    transition: width 0.4s, height 0.4s, z-index 0.2s cubic-bezier(1, 0, 1, 0);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    overflow: hidden;
}

#why .actions-container .inside:first-child .action {
    top: 0;
    bottom: auto;
}

#why .actions-container .inside .action:hover {
    width: 300px;
    height: 300px;
    z-index: 10;
    right: 0;
    bottom: 0;
}

#why .actions-container .double-slide:not(.slick-active) +  .double-slide.slick-active + .double-slide.slick-active .action {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    right: auto;
}

#why .actions-container .double-slide.slick-active + .double-slide.slick-active  + .double-slide.slick-active  .inside .action {
    right: auto;
    left: 0;
}

#why .actions-container .double-slide.slick-active + .double-slide.slick-active  + .double-slide.slick-active  .inside .action:hover   {
    right: auto;
    left: 0;
}

#why .actions-container .double-slide:not(.slick-active) +  .double-slide.slick-active + .double-slide.slick-active   .inside .action:hover {
    left: 50%;
    right: auto;
}

#why .slick-list {

}

#why .actions-container .inside.n-child2 img, #why .actions-container .inside.n-child2 .action .svg-container  {
    padding: 32px 42px 15.43px 43px;
}

#why .actions-container .inside.n-child3 img, #why .actions-container .inside.n-child3 .action .svg-container  {
    padding: 48px 30px 35px 30px;
}

#why .actions-container .inside.n-child4 img, #why .actions-container .inside.n-child4 .action .svg-container  {
    padding: 38px 30px 15px 30px;
}

#why .actions-container .inside.n-child5 img, #why .actions-container .inside.n-child5 .action .svg-container  {
    padding: 38px 30px 15px 30px;
}

#why .actions-container .inside.n-child6 img, #why .actions-container .inside.n-child6 .action .svg-container  {
    padding: 38px 30px 15px 30px;
}

#why .actions-container .inside.n-child7 img, #why .actions-container .inside.n-child7 .action .svg-container {
    padding: 30px 30px 0px 30px;
}

#why .actions-container .inside.n-child8 img, #why .actions-container .inside.n-child8 .action .svg-container {
    padding: 30px 30px 20px 30px;
}

#why .actions-container .inside.n-child9 img, #why .actions-container .inside.n-child9 .action .svg-container {
    padding: 30px 30px 25px 30px;
}

#why .double-slide {
    padding: 0 12.5px;
}

#why .arrow {
    width: 34px;
    height: 34px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
}

#why .arrow.next {
    background: url('/images/Employer/HomePage/Group 31 Copy 3@3x.svg') no-repeat center center;
    background-size: contain;
    left: -102px;
    top: calc(50% - 40px);
}

#why .arrow.prev {
    background: url('/images/Employer/HomePage/Group 31 Copy 2@3x.svg') no-repeat center center;
    background-size: contain;
    right: -102px;
    top: calc(50% - 40px);
}

#why .slick-dots {
    margin-top: 9px;
}

#why .actions-container .inside .action h3 {
    font-weight: normal;
    font-size: 16px;
}

#why .slick-dots li {
    width: 16px;
    height: 16px;
    background-color: #dedede;
    opacity: 1;
    position: relative;
}

#why .slick-dots li:before {
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    background-color: #15B2B2;
    top: 3px;
    left: 3px;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

#why .slick-dots li.slick-active:before {
    opacity: 1;
}

#why .sections-container {
    max-width: 789px;
    padding: 10px 17px;
    overflow-x: hidden;
}

#main-txt-section-container{
    max-width: 867px;
    color: #464646;
    padding-top: 72px;
}

#why .action .inner-text .close {
    display: none;
}

.numbers-container {
    color: #464646;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 147px;
    width: 100%;
}

.numbers-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 55px;
    color: #313030;
}

.numbers-box-txt {
    font-size: 14px;
    margin-top: -10px;
    letter-spacing: -0.9px;
}

.box-2 {
    margin-right: 45px;
}

.box-2 > .numbers-box-txt{

}

.box-3 {
    margin-right: 42px;
}

.sections-container-title {
    color: #464646;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

@media (hover: none) {
    #why .action .inner-text .close {
        position: absolute;
        top: 15px;
        left: 15px;
        display: block;
        padding: 0 !important;
        width: 22px;
    }

    #why .actions-container .inside .action:not(.active) {
        width: 100% !important;
        height: 100% !important;
    }

    #why .actions-container .inside .action:hover:not(.active) {
        width: 100% !important;
        height: 100% !important;
    }

    #why .action:not(.active) .inner-text {
        opacity: 0;
    }
}

/* Extra large devices (large desktops, 1400px and up) */
@media (max-width: 1400px) {

    #visual-img{
        max-width: unset;
    }

    /*.actions-container .inside .action img(1) {
        padding: 22px 41px 18px;
        width: 135px;
    }*/
    #actions .actions-container .inside:nth-child(1) img {
        padding: 22px 41px 18px;
        width: 135px;
    }

    #actions .actions-container .inside:nth-child(5) img {
        padding: 25px 50px 18px 50px;
    }

    #actions .actions-container .inside:nth-child(4) img {
        padding: 35px 50px 18px 58px;
    }

    #actions .actions-container .inside:nth-child(3) img {
        padding: 38px 45px 19px 45px;
        width: 145px;
    }

    #actions .actions-container .inside:nth-child(2) img {
        padding: 25px 51px 18px 52px;
    }

    #actions .actions-container .inside .action {
        height: 150px;
        width: 150px;
    }

    .numbers-container {
        background: radial-gradient(ellipse 40% 50% at center, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
    }

    .numbers-box {
        font-size: 50px;
    }

    .numbers-box-txt {
        font-size: 12px;
    }

    .box-2, .box-3 {
        margin-right: 40px;
    }

    #welcome p {
        font-size: 18px
    }

    .main-txt {
        font-size: 34px
    }

    #welcome {
        margin-right: 350px;
    }

    #sticky-side {
        width: 350px;
    }

    #sticky-side h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    #sticky-side h1 + p {
        font-size: 14px;
        line-height: 22px;
    }

    #sticky-side .sticky-phases {
        font-size: 16px;
    }

    .aj-btn {
        font-size: 16px;
        width: 180px;
    }

    section {
        padding-right: 350px;
    }

    .container {
        padding-top: 55px;
    }

    .actions-container .inside .action h3{
        font-size: 13px;
    }
}

@media (max-width: 1200px) {

    #welcome p {
        font-size: 16px
    }

    .main-txt {
        font-size: 30px
    }

    #welcome {
        margin-right: 300px;
    }

    #sticky-side h1 {
        font-size: 36px;
        letter-spacing: -1.59px;
        line-height: 40px;
        margin-bottom: 26px;
    }

    .no-mobile {
        display: none;
    }

    #info .circle {
        width: 154px;
        height: 154px;
    }

    #info .circle h3 {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 17.02px;
    }

    #info .circle img {
        width: 30px;
        left: calc(50% - 15px);
        bottom: 23px;
    }

    #info .circle a {
        padding-top: 43px;
    }

    .default #actions .row.justify-content-center:nth-child(2) .inside:nth-child(2) img, #actions .actions-container .inside:nth-child(5) img {
        padding: 29px 0 16px 0;
        width: 70px;
    }

    #actions .row.justify-content-center:nth-child(2) .inside:nth-child(4) img {
        padding: 43px 55px 22px 55px;
    }

    .default #actions .row.justify-content-center:nth-child(2) .inside:nth-child(4) img, #actions .actions-container .inside:nth-child(7) img {
        padding: 21px 0 9px 0;
    }

    .default #actions .row.justify-content-center:nth-child(2) .inside:nth-child(3) img, #actions .actions-container .inside:nth-child(6) img {
        padding: 21px 0px 6px 0px;
        width: 62px;
    }

    #actions .row.justify-content-center:nth-child(2) .inside:nth-child(3) img + h3, #actions .actions-container .inside:nth-child(6) img + h3  {
        max-width: 100px;
        margin: auto;
        line-height: 17px;
    }

    body:not(.default) #actions {
        padding-top: 15px;
        margin-top: 45px;
    }

    .actions-container .inside .action.peek img {
        padding: 28px 38px 9px 41px;
    }

    #actions .row.justify-content-center:nth-child(2) .inside:first-child img {
        padding: 20px 0px 7px 13px;
        width: 70px;
    }

    #sticky-side .sticky-phases {
        line-height: 15.2px;
        font-size: 19px;
        width: 225px;
    }

    .actions-container .inside .action {
        height: 135px;
    }

    .actions-container .inside .action.text-only {
        font-size: 22px;
        padding: 31px 5px;
    }

    /*.default #actions .actions-container .inside:nth-child(2) img, #actions .actions-container .inside:nth-child(3) img, #actions .actions-container .inside:nth-child(2) img {
        padding: 21px 0 10px 0;
        width: 61px;
    }*/

    .default #actions .actions-container .inside:nth-child(3) img, #actions .actions-container .inside:nth-child(4) img {
        padding: 18px 0 8px 0;
        width: 60px;
    }

    #sticky-side {
        width: 300px;
    }

    #sticky-side .container {
        max-width: 250px;
    }

    section {
        padding-right: 300px;
    }

    .sections-container {
        max-width: 615px;
    }

    #actions .actions-container .inside:nth-child(1) img {
        padding: 23px 41px 18px;
        width: 130px;
    }


    #actions .actions-container .inside:nth-child(2) img {
        padding: 27px 51px 18px 52px;
        width: 142px;
    }

    #actions .actions-container .inside:nth-child(3) img {
        padding: 38px 40px 17px 40px;
        width: 135px;
        max-width: unset;
    }

    #actions .actions-container .inside:nth-child(4) img {
        padding: 27px 40px 22px 53px;
        width: 134px;
    }

    #actions .actions-container .inside:nth-child(5) img {
        padding: 27px 45px 21px 45px;
        width: 130px;
    }

    .nihul-gius-title-container {
        display: flex;
        justify-content: center;
    }

    #actions .actions-container .inside .nihul-gius h3 {
        width: 60%;
    }

    #actions .row.justify-content-center {
        max-width: 680px;
    }
}

@media (max-width: 993px) {

    .main-txt {
        font-size: 26px
    }

    #welcome {
        margin-right: 0;
    }

    #sticky-side {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        max-width: 100%;
        width: 100%;
        padding: 40px 20px;
    }

    #sticky-side .container {
        max-width: 332px;
    }

    #sticky-side .sticky-phases {
        width: 263px;
    }

    .container {
        max-width: 100%;
    }

    section {
        padding: 0;
    }

    #actions .actions-container {
        max-width: 296px;
        margin: auto;
    }

    #actions .actions-container .inside .action {
        width: 135px;
        height: 135px;
    }

    #actions .col-3 {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: 12.5px;
        padding-left: 12.5px;
    }

    #info {
        padding-top: 40px;
        margin-top: 40px;
    }

    #info h2 {
        margin-bottom: 40px;
    }

    #info .circle {
        display: block;
        margin: 0 auto 26px;
    }

    #info .circle:last-child {
        margin-bottom: 0;
    }

    /*#actions .row.justify-content-center:first-child .col-3:first-child {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 40px;
    }*/

    /*#actions .row.justify-content-center:first-child .col-3:first-child .action {
        display: inline-block;
        width: 135px;
        height: 135px;
    }*/

    #main, section {
        overflow-x: hidden;
    }

    #main:before {
        background-attachment: unset !important;
    }

    #welcome .counter-main {
        font-size: 84.67px;
        font-weight: 800;
        letter-spacing: -0.42px;
        line-height: 90.72px;
    }

    #why h2 + p {
        margin-bottom: 45px;
        max-width: 301px;
    }

    #welcome p {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 25px;
    }

    #why .arrow {
        display: none !important;
    }

    #why .actions-container .inside {
        margin-left: auto;
        margin-right: auto;
    }
    #why .actions-container {
        max-width: 420px;
    }

    #welcome .highlight {
        width: 254px;
        font-size: 19px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
        padding: 17px 30px;
    }

    #why {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sections-container {
        top: 0 !important;
    }

    .default #actions {
        margin-top: 40px;
    }

    #about {
        margin-top: 20px;
    }

    #about .sections-container {
        padding: 0 20px;
    }

    .slick-dots li {
        width: 21px;
        height: 21px;
    }

    #about .inside,  #about .sections-container {
        max-width: 395px;
        margin: auto;
    }

    #about h2 img {
        height: 33px;
        width: auto;
    }

    #about .inner-background {
        background: url('../images/Oval (2).png') no-repeat center center;
        padding: 316px 46px 57px;
        text-align: center;
        background-size: contain;
    }

    #about h2 {
        width: 100%;
        font-size: 28px;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 30.74px;
        text-align: center;
    }

    #about h2  + p {
        opacity: 0.79;
        color: #FFFFFF;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 27px;
        text-align: center;
        margin-bottom: 41px;
    }

    #about .slick-dots {
        margin-top: 31px;
    }

    #actions .row.justify-content-center {
        max-width: unset;
    }

    /*body:not(.default) #actions {
       padding-top: 0px; 
        margin-top: 0px;
    }*/
    #actions .actions-container .inside:nth-child(2) img {
        padding: 31px 51px 18px 52px;
        width: 142px;
    }

    #actions .actions-container .inside:nth-child(4) img {
        padding: 23px 40px 22px 53px;
        width: 134px;
    }

    #actions .actions-container .inside:nth-child(3) img {
        padding: 34px 40px 17px 40px;
        width: 135px;
    }

    #actions .actions-container .inside:nth-child(5) img {
        padding: 27px 45px 21px 45px;
        width: 130px;
    }
}

@media (max-width: 768px) {


}

@media (max-width: 469px) {

    #why .actions-container {
        padding: 0;
    }

    #why .actions-container .inside .action img, #why .actions-container .inside .action .svg-container {
        padding: 23px 35px 12.43px 35px;
        margin: auto;
    }

    #why .actions-container .inside.n-child7 img, #why .actions-container .inside.n-child7 .action .svg-container {
        padding: 17px 30px 0px 30px;
    }

    #why .actions-container .inside.n-child5 img, #why .actions-container .inside.n-child5 .action .svg-container {
        padding: 27px 30px 15px 30px;
    }

    #why .actions-container .inside.n-child3 img, #why .actions-container .inside.n-child3 .action .svg-container {
        padding: 40px 30px 27px 30px;
    }

    #why .actions-container .inside.n-child6 img, #why .actions-container .inside.n-child6 .action .svg-container {
        padding: 27px 30px 15px 30px;
    }

    #why .actions-container .inside.n-child2 img, #why .actions-container .inside.n-child2 .action .svg-container {
        padding: 20px 33px 13.43px 33px;
    }

    #why .actions-container .inside.n-child4 img, #why .actions-container .inside.n-child4 .action .svg-container {
        padding: 27px 30px 15px 30px;
    }

    #why .actions-container .inside .action h3 {
        font-size:14px;
        line-height: 17.1px;
    }

    #why .actions-container .inside {
        width: 39vw;
        height: 39vw;
    }

    #why .actions-container .inside .action {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        right: 0 !important;
        top: 0 !important;
        bottom: auto !important;
        left: auto !important;
    }

    #why .actions-container .inside .action:hover, #why .actions-container .inside .action.active {
        width: calc(100vw - 57px) !important;
        height: 317px !important;
        z-index: 10;
        right: 0 !important;
        top: 0 !important;
        bottom: auto !important;
        left: auto !important;
    }

    #why .actions-container .inside:last-child .action:hover, #why .actions-container .inside:last-child .action.active {
        top: auto !important;
        bottom: 0 !important;
    }

    #why .actions-container .double-slide:not(.slick-active) + .double-slide.slick-active + .double-slide.slick-active .action,   #why .actions-container .double-slide:not(.slick-active) + .double-slide.slick-active + .double-slide.slick-active .action.active
    #why .actions-container .double-slide:not(.slick-active) + .double-slide.slick-active + .double-slide.slick-active .action:hover,   #why .actions-container .double-slide:not(.slick-active) + .double-slide.slick-active + .double-slide.slick-active .action.active
    {
        right: auto !important;
        top: 0 !important;
        bottom: auto !important;
        left: 0 !important;
    }

    #why .actions-container .double-slide:not(.slick-active) + .double-slide.slick-active + .double-slide.slick-active .inside:last-child .action.active,
    #why .actions-container .double-slide:not(.slick-active) + .double-slide.slick-active + .double-slide.slick-active .inside:last-child .action {
        top: auto !important;
        bottom: 0 !important;
    }
}

div#Poster {
	display: none;
}

div.Navigation_Bar_Container, div#Employer-Header-Container, div#Offers, div#job-publish-jobcvs-guar {
	width: 1007px !important;
	margin: 0 auto !important;
	position: relative;
	font-family: Arial;
	font-size: 14px;
	padding: 0px !important;
}

div#Employer-Header-Container {
	height: 90px !important;
    z-index: 100;
    background-color: white;
    width: 100% !important;
    padding: 0px 200px 0px 200px !important;
}

div#divTopNavigateBar {
	border: 0 !important;
	width: 100% !important;
	background-color: #646465;
    z-index: 101;
}

div.employer-menu-star {
	right: 20px !important;
}

div.employer-menu-auth {
	right: 50px !important;
}

div.employer-menu-products {
	right: 425px !important;
}

div.employer-menu-content {
	right: 595px !important;
}

.job-footer {
	background-color: #333333;
}

.job-footer-header {
	text-align: center;
	font-family: open sans hebrew bold;
	font-size: 19px;
	color: #15b2b2;
	padding-top: 35px;
}

.contact-buttons {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	padding: 25px 0 52px 0;
	width: 800px;
	margin: 0 auto;
}

.contact-buttons a {
	text-align: center;
	color: #f1f1f1;
	font-size: 19px;
	font-family: open sans hebrew;
	text-decoration: none;
}

.contact-buttons a:hover {
	color: #f1f1f1 !important;
}

.contact-buttons img {
	cursor: pointer;
}

.contact-buttons span {
	display: block;
	margin-top: 10px;
}

.links-container {
	padding: 0 27px 33px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	width: 1000px;
	margin: 0 auto;
}

.links-column {
	/*border-right: 2px solid #4d4d4e;*/
	padding-right: 32px;
}

.links-header {
	font-size: 14px;
	color: #ffffff;
	font-family: open sans hebrew bold;
	padding-bottom: 4px;
}

.link-item {
	font-size: 14px;
	color: #ffffff;
	font-family: open sans hebrew;
	padding: 5px 0;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.link-item:hover {
	color: #15b2b2;
}

.contact-us-button {
	background-color: #15b2b2;
	font-family: open sans hebrew bold;
	font-size: 16px;
	height: 47px;
	width: 100%;
	line-height: 47px;
	text-align: center;
	color: #ffffff;
	position: fixed;
	bottom: 0;
}

.share-dialog-containder {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	background: black;
	opacity: 0.8;
	z-index: 10;
}

.share-dialog-content {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 11;
}

.close-dialog {
	position: absolute;
	top: 25px;
	left: 25px;
}

.share-dialog-header {
	font-family: open sans hebrew;
	font-size: 22px;
	text-align: center;
	margin-top: 150px;
	color: #ffffff;
}

.share-dialog-icon-container {
	margin-top: 20px;
}

.share-dialog-icon {
    text-align: center;
    margin-top: 30px;
}

div.left-side {
	height: 63px;
	width: 468px;
	margin: 0 !important;
}

div.found-job-container {
	font-size: 14px !important;
    display: none;
}

.footer-sentence {
    color: #ffffff;
    border-top: 2px solid #4d4d4e;
    padding: 33px 0px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    width: 900px;
    margin: 0 auto;
}

.footer-alljobs-logo {
    width: 94px;
}

.footer-location {
    position: relative;
    right: 32px;
}