/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Assistant:300,400,600,700,800&display=swap&subset=hebrew");
/* /Fonts */
/* Global */
html {
  margin: 0 !important; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Assistant', sans-serif;
  font-weight: normal;
  font-weight: 400; }

a {
  text-decoration: none; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  direction: rtl; }

p {
  margin: 0; }

ul {
  -webkit-padding-start: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

section {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden; }

.section-inner {
  max-width: 1390px;
  padding: 0 10px;
  width: 100%;
  margin: auto; }

/* ---------------------- header ---------------------- */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3; }
  header .header-inner {
    padding: 30px 50px; }
  header .parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header .part-left .country {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px; }
  header .part-left .contact {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: middle; }
    header .part-left .contact .line-1 {
      font-size: 22px; }
    header .part-left .contact .line-2 {
      font-size: 30px;
      color: #fff; }
  @media only screen and (max-width: 1200px) {
    header .header-inner {
      padding: 10px 20px; }
    header .part-left .contact .line-1 {
      font-size: 18px; }
    header .part-left .contact .line-2 {
      font-size: 24px; }
    header .part-left .country {
      margin-left: 20px; } }
  @media only screen and (max-width: 750px) {
    header .header-inner {
      padding: 10px 10px; }
    header .parts {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    header .part-right img {
      width: 150px; }
    header .part-left .country {
      display: none; } }

/* --------------------- /header ---------------------- */
@-webkit-keyframes animateTap {
  0% {
    bottom: 0%;
    opacity: 0; }
  100% {
    bottom: 15%;
    opacity: 1; } }

/* ---------------------- Section top-slider ---------------------- */
section.top-slider {
  position: relative; }
  section.top-slider .image {
    position: relative;
    width: 100%;
    height: 915px; }
    section.top-slider .image .main {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 100%; }
    section.top-slider .image .tap {
      position: absolute;
      right: 34%;
      bottom: 15%;
      -webkit-animation: animateTap 2s;
              animation: animateTap 2s; }
  section.top-slider .section-inner {
    position: absolute;
    left: 50%;
    top: 150px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    text-align: center; }
    section.top-slider .section-inner .line-1 {
      font-family: 'Assistant', sans-serif;
      font-weight: 800;
      font-size: 69px;
      line-height: 69px;
      color: #fff; }
    section.top-slider .section-inner .line-2 {
      font-family: 'Assistant', sans-serif;
      font-weight: 700;
      font-size: 50px;
      color: #fff; }
    section.top-slider .section-inner .button {
      font-family: 'Assistant', sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #fff;
      padding: 20px 40px;
      background: #0d61af;
      margin: 15px;
      margin-top: 50px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      cursor: pointer;
      display: inline-block; }
      section.top-slider .section-inner .button:hover {
        color: #0d61af;
        background: #fff; }
  section.top-slider .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section.top-slider .boxes .box {
      margin: 0 3%; }
      section.top-slider .boxes .box img, section.top-slider .boxes .box p, section.top-slider .boxes .box i {
        display: inline-block;
        vertical-align: middle; }
      section.top-slider .boxes .box i {
        font-size: 30px;
        color: #0d61af; }
      section.top-slider .boxes .box p {
        font-family: 'Assistant', sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #0d61af;
        margin-right: 5px; }
  @media only screen and (max-width: 1400px) {
    section.top-slider .image {
      height: 670px; }
      section.top-slider .image .tap {
        right: 28%; }
    section.top-slider .section-inner {
      top: 130px; }
      section.top-slider .section-inner .line-1 {
        font-size: 55px;
        line-height: 55px; }
      section.top-slider .section-inner .line-2 {
        font-size: 35px; } }
  @media only screen and (max-width: 1200px) {
    section.top-slider .image {
      height: 670px; }
      section.top-slider .image .tap {
        right: 22%; }
    section.top-slider .section-inner {
      top: 110px; }
      section.top-slider .section-inner .line-1 {
        font-size: 45px;
        line-height: 45px; }
      section.top-slider .section-inner .line-2 {
        font-size: 25px; }
      section.top-slider .section-inner .button {
        padding: 15px 25px;
        margin-top: 35px; } }
  @media only screen and (max-width: 750px) {
    section.top-slider .image {
      height: 590px; }
      section.top-slider .image .main {
        -webkit-transform: translateX(-56%);
                transform: translateX(-56%); }
      section.top-slider .image .tap {
        right: 10%; }
    section.top-slider .section-inner {
      top: 90px; }
      section.top-slider .section-inner .line-1 {
        font-size: 40px;
        line-height: 40px; }
      section.top-slider .section-inner .line-2 {
        font-size: 18px;
        margin-top: 15px; }
      section.top-slider .section-inner .button {
        margin: 5px;
        padding: 15px 25px;
        margin-top: 25px; }
    section.top-slider .boxes {
      display: inline-block;
      right: auto;
      left: 0px;
      bottom: 80px; }
      section.top-slider .boxes .box {
        margin: 5px 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        padding: 5px;
        padding-left: 15px; }
        section.top-slider .boxes .box img {
          width: 25px; }
        section.top-slider .boxes .box p {
          font-size: 18px; } }

/* --------------------- /Section top-slider ---------------------- */
/* ---------------------- Section hotspots ---------------------- */
section.hotspots {
  margin-top: 60px;
  padding-bottom: 60px; }
  section.hotspots .section-title {
    padding: 25px 0;
    text-align: center;
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #0d61af;
    border-bottom: 1px solid #a6c5e2; }
  section.hotspots .widget {
    margin-top: 50px; }
    section.hotspots .widget .parts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      section.hotspots .widget .parts .part {
        width: 50%; }
      section.hotspots .widget .parts .part-content {
        margin-left: 25px; }
        section.hotspots .widget .parts .part-content .slide {
          max-width: 380px; }
        section.hotspots .widget .parts .part-content .title {
          font-family: 'Assistant', sans-serif;
          font-weight: 700;
          font-size: 30px;
          color: #0d61af; }
        section.hotspots .widget .parts .part-content .text {
          font-family: 'Assistant', sans-serif;
          font-weight: normal;
          font-weight: 400;
          font-size: 24px;
          line-height: 28px;
          color: #000;
          margin-top: 25px; }
        section.hotspots .widget .parts .part-content img {
          margin-top: 40px;
          max-width: 100%; }
      section.hotspots .widget .parts .part-hotspots {
        text-align: left;
        margin-right: 25px; }
        section.hotspots .widget .parts .part-hotspots .container {
          position: relative;
          display: inline-block; }
          section.hotspots .widget .parts .part-hotspots .container img {
            max-width: 100%; }
          section.hotspots .widget .parts .part-hotspots .container .spots {
            position: absolute;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
            section.hotspots .widget .parts .part-hotspots .container .spots .spot {
              font-family: 'Assistant', sans-serif;
              font-weight: normal;
              font-weight: 400;
              font-size: 25px;
              color: #fff;
              position: absolute;
              cursor: pointer;
              top: 0;
              left: 0; }
              section.hotspots .widget .parts .part-hotspots .container .spots .spot .data {
                display: none; }
              section.hotspots .widget .parts .part-hotspots .container .spots .spot:before {
                content: "";
                display: block;
                position: absolute;
                height: 50px;
                width: 50px;
                background: #707070;
                opacity: 0.5;
                border-radius: 100%;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                z-index: 1;
                -webkit-transition: 0.5s;
                transition: 0.5s; }
              section.hotspots .widget .parts .part-hotspots .container .spots .spot:after {
                content: "";
                display: block;
                position: absolute;
                height: 33px;
                width: 33px;
                background: #707070;
                border-radius: 100%;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                z-index: 1;
                -webkit-transition: 0.5s;
                transition: 0.5s; }
              section.hotspots .widget .parts .part-hotspots .container .spots .spot span {
                position: relative;
                z-index: 3; }
              section.hotspots .widget .parts .part-hotspots .container .spots .spot.active:before, section.hotspots .widget .parts .part-hotspots .container .spots .spot.active:after {
                background: #0d61af; }
              section.hotspots .widget .parts .part-hotspots .container .spots .spot:nth-child(2) {
                top: 50%;
                left: 50%; }
  @media only screen and (max-width: 600px) {
    section.hotspots {
      margin-top: -30px;
      padding-bottom: 0px;
      z-index: 3;
      position: relative; }
      section.hotspots .section-title {
        padding: 10px 0;
        font-size: 20px; }
      section.hotspots .widget {
        margin-top: 50px; }
        section.hotspots .widget .parts {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; }
          section.hotspots .widget .parts .part {
            width: 100%; }
          section.hotspots .widget .parts .part-content {
            margin-left: 0px;
            margin-top: 20px;
            text-align: center; }
            section.hotspots .widget .parts .part-content .slide {
              text-align: right;
              margin: auto; }
            section.hotspots .widget .parts .part-content .title {
              font-family: 'Assistant', sans-serif;
              font-weight: 700;
              font-size: 25px;
              color: #0d61af; }
            section.hotspots .widget .parts .part-content .text {
              font-family: 'Assistant', sans-serif;
              font-weight: normal;
              font-weight: 400;
              font-size: 18px;
              line-height: 18px;
              color: #000;
              margin-top: 15px; }
            section.hotspots .widget .parts .part-content img {
              margin-top: 20px; }
          section.hotspots .widget .parts .part-hotspots {
            margin-right: 0px;
            text-align: center; }
            section.hotspots .widget .parts .part-hotspots .container .spots .spot {
              -webkit-transform: scale(0.75);
                      transform: scale(0.75); } }

/* --------------------- /Section hotspots ---------------------- */
/* ---------------------- footer ---------------------- */
footer {
  padding-top: 260px;
  padding-bottom: 30px;
  background-image: url("../images/bg-footer.jpg");
  background-position: top center; }
  footer .section-inner {
    background: #fff;
    padding: 50px 65px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.2);
            box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.2); }
  footer .title {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #0d61af;
    text-align: center; }
  footer .subtitle {
    font-family: 'Assistant', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-top: 5px; }
  footer .wpcf7 {
    margin-top: 20px; }
    footer .wpcf7 form {
      position: relative;
      text-align: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    footer .wpcf7 input, footer .wpcf7 select {
      font-family: 'Assistant', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 18px;
      color: #000000;
      border: none;
      border-bottom: 2px solid #707070;
      background: none;
      outline: none;
      padding: 10px;
      width: 100%; }
      footer .wpcf7 input::-webkit-input-placeholder, footer .wpcf7 select::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #000000; }
      footer .wpcf7 input:-moz-placeholder, footer .wpcf7 select:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #000000; }
      footer .wpcf7 input::-moz-placeholder, footer .wpcf7 select::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #000000; }
      footer .wpcf7 input:-ms-input-placeholder, footer .wpcf7 select:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #000000; }
    footer .wpcf7 .wpcf7-form-control-wrap {
      display: block;
      position: relative;
      width: 23%;
      margin: 0 2%;
      margin-top: 20px; }
    footer .wpcf7 input[type="submit"] {
      font-family: 'Assistant', sans-serif;
      font-weight: medium;
      font-weight: 600;
      font-size: 18px;
      color: #fff;
      text-transform: uppercase;
      background: #0d61af;
      display: inline-block;
      padding: 10px 50px;
      cursor: pointer;
      display: inline-block;
      width: auto;
      border: none;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      margin-top: 20px; }
      footer .wpcf7 input[type="submit"]:hover {
        background: #fff;
        color: #0d61af; }
    footer .wpcf7 input[type="checkbox"] {
      height: auto;
      width: auto; }
    footer .wpcf7 .wpcf7-form-control-wrap.newsletter {
      display: inline-block; }
    footer .wpcf7 .newsletter-cb {
      font-family: 'Assistant', sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #000;
      display: block;
      margin-top: 25px;
      position: relative;
      cursor: pointer;
      text-align: center;
      width: 100%; }
      footer .wpcf7 .newsletter-cb .newsletter {
        width: auto;
        margin: 0; }
      footer .wpcf7 .newsletter-cb .desc-cb {
        margin-right: 10px; }
      footer .wpcf7 .newsletter-cb input {
        display: none; }
      footer .wpcf7 .newsletter-cb .wpcf7-list-item-label, footer .wpcf7 .newsletter-cb .wpcf7-list-item {
        padding-left: 15px; }
        footer .wpcf7 .newsletter-cb .wpcf7-list-item-label:after, footer .wpcf7 .newsletter-cb .wpcf7-list-item:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 22px;
          width: 22px;
          border: 3px solid #0d61af; }
        footer .wpcf7 .newsletter-cb .wpcf7-list-item-label:before, footer .wpcf7 .newsletter-cb .wpcf7-list-item:before {
          content: "";
          position: absolute;
          top: 6px;
          left: 6px;
          height: 10px;
          width: 10px;
          background: #0d61af;
          opacity: 0;
          -webkit-transform: scale(0.1);
                  transform: scale(0.1);
          -webkit-transition: 0.5s;
          transition: 0.5s; }
      footer .wpcf7 .newsletter-cb input:checked ~ .wpcf7-list-item-label:before {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1); }
    footer .wpcf7 span[role="alert"] {
      font-family: 'Assistant', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 14px;
      color: #0f796f;
      position: absolute;
      left: 0;
      bottom: -20px; }
    footer .wpcf7 .wpcf7-response-output {
      font-family: 'Assistant', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 16px;
      color: #0f796f;
      position: absolute;
      bottom: -30px;
      border: none;
      padding: 0;
      margin: 0; }
    footer .wpcf7 .ajax-loader {
      display: none; }
  footer .credit {
    font-family: 'Assistant', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 17px;
    color: #808080;
    display: block;
    text-align: center;
    margin-top: 30px; }
  @media only screen and (max-width: 1200px) {
    footer {
      padding-top: 160px; } }
  @media only screen and (max-width: 750px) {
    footer {
      padding-top: 100px; }
      footer .section-inner {
        padding: 25px 15px; }
      footer .title {
        font-size: 25px; }
      footer .wpcf7 .wpcf7-form-control-wrap {
        width: 100%; } }

/* --------------------- /footer ---------------------- */
.bubbles {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none; }

/* KEYFRAMES */
@-webkit-keyframes animateBubble {
  0% {
    margin-top: 1000px; }
  100% {
    margin-top: -100%; } }

@keyframes animateBubble {
  0% {
    margin-top: 1000px; }
  100% {
    margin-top: -100%; } }

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: 50px; } }

@keyframes sideWays {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: 50px; } }

/* ANIMATIONS */
.x1 {
  -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: -5%;
  top: 5%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6); }

.x2 {
  -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
          animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 5%;
  top: 80%;
  -webkit-transform: scale(0.4);
          transform: scale(0.4); }

.x3 {
  -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 10%;
  top: 40%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7); }

.x4 {
  -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
          animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 20%;
  top: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3); }

.x5 {
  -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
          animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 30%;
  top: 50%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5); }

.x6 {
  -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 50%;
  top: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

.x7 {
  -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 65%;
  top: 70%;
  -webkit-transform: scale(0.4);
          transform: scale(0.4); }

.x8 {
  -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
          animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 80%;
  top: 10%;
  -webkit-transform: scale(0.3);
          transform: scale(0.3); }

.x9 {
  -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
          animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 90%;
  top: 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6); }

.x10 {
  -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 80%;
  top: 80%;
  -webkit-transform: scale(0.3);
          transform: scale(0.3); }

/* OBJECTS */
.bubble {
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px white;
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px white;
  height: 200px;
  position: absolute;
  width: 200px; }

.bubble:after {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 50%;
  -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  content: "";
  height: 180px;
  left: 10px;
  position: absolute;
  width: 180px; }

@media only screen and (max-width: 750px) {
  .bubble {
    -webkit-transform: scale(0.15);
            transform: scale(0.15); } }
