/* Fonts */
@import url(call-button.css);
@font-face {
  font-family: 'opensans-regular';
  src: url("../fonts/OpenSansHebrew-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'opensans-light';
  src: url("../fonts/OpenSansHebrew-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'opensans-bold';
  src: url("../fonts/OpenSansHebrew-Bold.ttf") format("truetype"); }

/* /Fonts */
/* Global */
html {
  margin: 0 !important; }

body {
  position: relative;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

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

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; }

/* ----------------- Footer -------------------- */
footer .footer-bottom {
  background-color: #fff;
  padding: 20px; }
  footer .footer-bottom .flex-cont {
    width: 100%;
    max-width: 1501px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto;
    direction: rtl;
    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; }
    @media only screen and (max-width: 970px) {
      footer .footer-bottom .flex-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    footer .footer-bottom .flex-cont .copy p {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 16px;
      color: #323232; }
    footer .footer-bottom .flex-cont .logo a {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 32px;
      white-space: nowrap;
      margin: 0 20px;
      color: #323232; }
      @media only screen and (max-width: 970px) {
        footer .footer-bottom .flex-cont .logo a {
          margin: 20px; } }
      @media only screen and (max-width: 403px) {
        footer .footer-bottom .flex-cont .logo a {
          font-size: 24px; } }
      footer .footer-bottom .flex-cont .logo a .strong {
        font-family: 'opensans-bold';
        color: #253e90; }
    footer .footer-bottom .flex-cont .credits {
      white-space: nowrap; }
      footer .footer-bottom .flex-cont .credits img {
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 5px; }
      footer .footer-bottom .flex-cont .credits p {
        display: inline-block;
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 16px;
        color: #323232; }

.up-arrow {
  position: fixed;
  z-index: 999;
  left: 10px;
  bottom: 10px;
  cursor: pointer; }

/* ----------------- /Footer -------------------- */
/* ----------------- Section top-section -------------------- */
section.top-section {
  direction: rtl;
  width: 100%;
  position: relative;
  background-color: #f2ebe0; }
  section.top-section .part-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1; }
    @media only screen and (max-width: 1040px) {
      section.top-section .part-bg {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        section.top-section .part-bg .left-part {
          width: 100% !important;
          height: 649px !important; }
        section.top-section .part-bg .right-part {
          width: 100% !important; } }
    @media only screen and (max-width: 550px) {
      section.top-section .part-bg .left-part {
        height: 450px !important; } }
    section.top-section .part-bg .left-part {
      width: 50%;
      position: relative;
      height: 100%;
      background: url(../images/bg.png) no-repeat 100% 100%;
      background-size: 100% 100%; }
      @media only screen and (max-width: 475px) {
        section.top-section .part-bg .left-part {
          background: url(../images/bg-mobile.png) no-repeat 100% 100%;
          background-size: 100% 100%; } }
      section.top-section .part-bg .left-part img.bg-img {
        height: 100%; }
      section.top-section .part-bg .left-part video {
        height: 100%; }
      section.top-section .part-bg .left-part .passports {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35%; }
        @media only screen and (max-width: 691px) {
          section.top-section .part-bg .left-part .passports {
            bottom: 53px; } }
        @media only screen and (max-width: 400px) {
          section.top-section .part-bg .left-part .passports {
            bottom: 40px; } }
      section.top-section .part-bg .left-part .gradient-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: url(../images/gradient-bg.png) repeat-x; }
    section.top-section .part-bg .right-part {
      width: 50%;
      background-color: #f2ebe0; }
  section.top-section .part-content {
    width: 100%;
    height: 100%;
    max-width: 1501px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    z-index: 2; }
    @media only screen and (max-width: 1040px) {
      section.top-section .part-content {
        -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.top-section .part-content .contacts {
          display: block !important; }
        section.top-section .part-content .left-part {
          width: 100% !important; }
        section.top-section .part-content .right-part {
          padding-left: 0 !important;
          width: 100% !important; }
          section.top-section .part-content .right-part .top-part {
            height: 500px;
            position: relative;
            top: 0; }
            section.top-section .part-content .right-part .top-part .contacts-cont {
              border: 3px solid #fff !important;
              position: relative;
              top: -100px; }
              section.top-section .part-content .right-part .top-part .contacts-cont .tel {
                color: #fff !important; }
            section.top-section .part-content .right-part .top-part .title, section.top-section .part-content .right-part .top-part .sub-title {
              color: #fff !important; }
          section.top-section .part-content .right-part .bottom-part {
            top: 0; } }
    @media only screen and (max-width: 670px) {
      section.top-section .part-content .top-part {
        top: 0 !important; } }
    @media only screen and (max-width: 630px) {
      section.top-section .part-content .contacts-cont {
        display: none !important; }
      section.top-section .part-content .top-part {
        height: 445px !important; } }
    @media only screen and (max-width: 550px) {
      section.top-section .part-content .right-part .top-part {
        height: 270px !important;
        top: -50px !important; }
        section.top-section .part-content .right-part .top-part .title {
          font-size: 80px !important; }
        section.top-section .part-content .right-part .top-part .sub-title {
          font-size: 24px !important; }
      section.top-section .part-content .left-part .logo-cont img {
        width: 100%;
        max-width: 250px !important; }
      section.top-section .part-content .left-part .logo-cont .mobile {
        display: block !important; }
      section.top-section .part-content .left-part .logo-cont .desk {
        display: none; } }
    @media only screen and (max-width: 400px) {
      section.top-section .part-content .right-part .top-part {
        height: 350px; }
        section.top-section .part-content .right-part .top-part .title {
          font-size: 58px !important; } }
    section.top-section .part-content .left-part {
      width: 50%;
      padding-top: 30px;
      direction: ltr;
      position: relative;
      z-index: 2; }
      section.top-section .part-content .left-part .logo-cont img {
        width: 100%;
        max-width: 311px; }
      section.top-section .part-content .left-part .logo-cont .mobile {
        display: none; }
    section.top-section .part-content .right-part {
      width: 50%;
      padding-left: 65px;
      padding-top: 30px;
      height: 100%;
      z-index: 3; }
      section.top-section .part-content .right-part .top-part .contacts-cont {
        border: 3px solid #333333;
        border-radius: 150px;
        padding: 10px 15px;
        display: inline-block;
        position: relative;
        z-index: 99; }
        section.top-section .part-content .right-part .top-part .contacts-cont .call {
          display: inline;
          font-family: 'opensans-bold';
          font-size: 20px;
          padding-left: 5px;
          color: #253e90; }
        section.top-section .part-content .right-part .top-part .contacts-cont .tel {
          display: inline;
          font-family: 'opensans-regular';
          font-weight: normal;
          font-size: 20px;
          color: #333333;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          section.top-section .part-content .right-part .top-part .contacts-cont .tel:hover {
            color: #253e90 !important; }
      section.top-section .part-content .right-part .top-part .titles {
        border-right: 8px solid #dcba69;
        padding-right: 35px;
        padding-top: 0;
        margin-top: 55px; }
        section.top-section .part-content .right-part .top-part .titles .title {
          font-family: 'opensans-regular';
          font-weight: normal;
          font-size: 100px;
          color: #333333;
          line-height: 80px; }
        section.top-section .part-content .right-part .top-part .titles .sub-title {
          font-family: 'opensans-bold';
          font-size: 30px;
          color: #333333;
          line-height: 25px;
          margin-bottom: 20px; }
          @media only screen and (max-width: 425px) {
            section.top-section .part-content .right-part .top-part .titles .sub-title {
              font-size: 22px !important; } }
      section.top-section .part-content .right-part .bottom-part {
        position: relative; }
        section.top-section .part-content .right-part .bottom-part .countries-list {
          font-family: 'opensans-regular';
          font-weight: normal;
          font-size: 18px;
          color: #505050;
          position: relative;
          top: 30px;
          margin: 0 -10px;
          padding: 0 10px; }
          @media only screen and (max-width: 1040px) {
            section.top-section .part-content .right-part .bottom-part .countries-list {
              color: #fff;
              position: absolute;
              top: -25px;
              font-weight: bold;
              background: rgba(0, 0, 0, 0.75); } }
          @media only screen and (max-width: 691px) {
            section.top-section .part-content .right-part .bottom-part .countries-list {
              top: -48px; } }
          @media only screen and (max-width: 400px) {
            section.top-section .part-content .right-part .bottom-part .countries-list {
              font-size: 14px;
              top: -38px; } }
        section.top-section .part-content .right-part .bottom-part .contacts {
          display: none;
          margin: -10px;
          padding-top: 15px;
          padding-bottom: 25px; }
        section.top-section .part-content .right-part .bottom-part .content {
          margin-top: 45px;
          margin-bottom: 45px; }
          section.top-section .part-content .right-part .bottom-part .content p {
            font-family: 'opensans-regular';
            font-weight: normal;
            font-size: 18px;
            color: #505050; }
        @media only screen and (max-width: 1040px) {
          section.top-section .part-content .right-part .bottom-part .question, section.top-section .part-content .right-part .bottom-part .answer, section.top-section .part-content .right-part .bottom-part .countries, section.top-section .part-content .right-part .bottom-part .more, section.top-section .part-content .right-part .bottom-part .bottom-text {
            display: none; } }

.question {
  font-family: 'opensans-bold';
  font-size: 20px;
  color: #003399; }

.answer {
  font-family: 'opensans-regular';
  font-weight: normal;
  font-size: 18px;
  color: #333333; }

.countries {
  font-family: 'opensans-regular';
  font-weight: normal;
  font-size: 16px;
  color: #58585a; }
  .countries img {
    position: relative;
    top: 5px;
    margin-left: 10px; }

.more {
  font-family: 'opensans-regular';
  font-weight: normal;
  font-size: 16px;
  color: #58585a;
  margin-top: 10px; }

.bottom-text {
  border-right: 8px solid #dcba69;
  padding-right: 35px;
  margin-top: 50px;
  margin-bottom: 50px; }
  .bottom-text p {
    font-family: 'opensans-regular';
    font-weight: normal;
    font-size: 16px;
    color: #58585a; }

#popup_toggle {
  -webkit-transform: scale(0.7) translate3d(0, 0, 10px);
          transform: scale(0.7) translate3d(0, 0, 10px);
  position: fixed;
  z-index: 999;
  right: -20px;
  bottom: 3px;
  display: none; }
  @media only screen and (max-width: 630px) {
    #popup_toggle {
      display: block; } }

/* ----------------- /Section top-section -------------------- */
/* ----------------- Section why -------------------- */
section.why {
  direction: rtl;
  padding: 35px 0; }
  section.why .section-inner {
    width: 100%;
    max-width: 1501px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 1435px) {
      section.why .section-inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  section.why .bubbles-cont {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 1270px) {
      section.why .bubbles-cont {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  section.why p.question {
    font-family: 'opensans-bold';
    font-size: 20px;
    color: #003399;
    width: 170px; }
    @media only screen and (max-width: 1435px) {
      section.why p.question {
        width: 100%; } }
  section.why .bubble {
    text-align: right;
    white-space: nowrap;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0; }
    section.why .bubble:hover {
      top: -10px; }
      section.why .bubble:hover .icon img.up {
        opacity: 0; }
      section.why .bubble:hover .icon img.hover {
        opacity: 1; }
    @media only screen and (max-width: 1435px) {
      section.why .bubble {
        margin-top: 35px; } }
    @media only screen and (max-width: 1270px) {
      section.why .bubble {
        width: 50%; } }
    @media only screen and (max-width: 650px) {
      section.why .bubble {
        width: 100%; } }
    section.why .bubble .icon {
      display: inline-block;
      padding: 0 20px 0 10px; }
      section.why .bubble .icon img {
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      section.why .bubble .icon img.hover {
        opacity: 0;
        position: absolute;
        right: 20px; }
    section.why .bubble .text {
      display: inline-block;
      width: 100%; }
      section.why .bubble .text .bubble-desc {
        font-family: 'opensans-bold';
        font-size: 16px;
        color: #505050;
        width: 100%;
        white-space: normal; }

/* ----------------- /Section why -------------------- */
/* ----------------- Section contacts -------------------- */
@media only screen and (max-width: 1040px) {
  section.contacts {
    display: none; } }

section.contacts, .contacts {
  background-color: #333333;
  direction: rtl;
  padding: 40px 0; }
  section.contacts .section-inner, .contacts .section-inner {
    width: 100%;
    max-width: 1501px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto; }
  section.contacts p.title, .contacts p.title {
    font-family: 'opensans-regular';
    font-weight: normal;
    font-size: 32px;
    color: #fff; }
    @media only screen and (max-width: 756px) {
      section.contacts p.title, .contacts p.title {
        text-align: center; } }
    @media only screen and (max-width: 343px) {
      section.contacts p.title, .contacts p.title {
        font-size: 28px; } }
    section.contacts p.title .strong, .contacts p.title .strong {
      font-family: 'opensans-bold'; }
    @media only screen and (max-width: 756px) {
      section.contacts p.title .regular, .contacts p.title .regular {
        display: block; } }
    @media only screen and (max-width: 520px) {
      section.contacts p.title .regular, .contacts p.title .regular {
        font-size: 24px; } }
    @media only screen and (max-width: 400px) {
      section.contacts p.title .regular, .contacts p.title .regular {
        font-size: 18px; } }
    section.contacts p.title img, .contacts p.title img {
      margin-left: 25px;
      position: relative;
      top: 8px; }
      @media only screen and (max-width: 756px) {
        section.contacts p.title img, .contacts p.title img {
          display: block;
          margin: auto;
          margin-bottom: 20px; } }
  section.contacts form.contact-form-inner, .contacts form.contact-form-inner {
    margin-top: 35px;
    direction: rtl;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media only screen and (max-width: 1160px) {
      section.contacts form.contact-form-inner, .contacts form.contact-form-inner {
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    section.contacts form.contact-form-inner .wpcf7-form-control-wrap, .contacts form.contact-form-inner .wpcf7-form-control-wrap {
      width: 25%;
      margin-left: 1%;
      position: relative; }
      @media only screen and (max-width: 1160px) {
        section.contacts form.contact-form-inner .wpcf7-form-control-wrap, .contacts form.contact-form-inner .wpcf7-form-control-wrap {
          width: 29%; } }
      @media only screen and (max-width: 960px) {
        section.contacts form.contact-form-inner .wpcf7-form-control-wrap, .contacts form.contact-form-inner .wpcf7-form-control-wrap {
          width: 100%;
          margin-left: 0;
          max-width: 650px;
          margin: 0 20px; } }
    section.contacts form.contact-form-inner input, .contacts form.contact-form-inner input {
      width: 100%;
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 18px;
      color: #fff;
      border: none;
      outline: none;
      border-bottom: 7px solid #dfd9cc;
      padding: 10px 0;
      background: none; }
      section.contacts form.contact-form-inner input::-webkit-input-placeholder, .contacts form.contact-form-inner input::-webkit-input-placeholder {
        color: #fff; }
      section.contacts form.contact-form-inner input:-ms-input-placeholder, .contacts form.contact-form-inner input:-ms-input-placeholder {
        color: #fff; }
      section.contacts form.contact-form-inner input::placeholder, .contacts form.contact-form-inner input::placeholder {
        color: #fff; }
    section.contacts form.contact-form-inner input[type="submit"], .contacts form.contact-form-inner input[type="submit"] {
      -webkit-appearance: none;
      height: 63px;
      width: auto;
      font-family: 'opensans-bold';
      font-size: 18px;
      color: #fff;
      padding: 18px 50px;
      background-color: #dcba69;
      border-radius: 100px;
      border: none;
      cursor: pointer;
      position: relative;
      top: 8px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      section.contacts form.contact-form-inner input[type="submit"]:hover, .contacts form.contact-form-inner input[type="submit"]:hover {
        color: #003399; }
      @media only screen and (max-width: 1160px) {
        section.contacts form.contact-form-inner input[type="submit"], .contacts form.contact-form-inner input[type="submit"] {
          margin: 25px;
          margin-bottom: 0; } }
    section.contacts form.contact-form-inner span[role="alert"], .contacts form.contact-form-inner span[role="alert"] {
      font-family: 'opensans-regular';
      font-weight: normal;
      position: absolute;
      left: 0;
      bottom: -20px;
      color: #bf9228; }
    section.contacts form.contact-form-inner .wpcf7-mail-sent-ok, .contacts form.contact-form-inner .wpcf7-mail-sent-ok {
      color: #15ab22 !important; }
    section.contacts form.contact-form-inner .wpcf7-response-output, .contacts form.contact-form-inner .wpcf7-response-output {
      font-family: 'opensans-regular';
      font-weight: normal;
      margin: 0;
      margin-top: 25px;
      color: #8f302b;
      border: none;
      width: 100%;
      text-align: center; }
    section.contacts form.contact-form-inner .ajax-loader, .contacts form.contact-form-inner .ajax-loader {
      display: none; }

.contacts-sent {
  background-color: #fff !important;
  direction: rtl;
  padding: 40px 0; }
  .contacts-sent .section-inner {
    width: 100%;
    max-width: 1501px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto; }
  .contacts-sent p.thank-you {
    font-family: 'opensans-bold';
    color: #003399;
    margin-top: 15px;
    font-size: 36px;
    text-align: center; }

p.thank-you {
  font-family: 'opensans-bold';
  color: #003399;
  margin-top: 15px;
  font-size: 36px;
  text-align: center; }

/* ----------------- /Section contacts -------------------- */
/* ---------------------- Section bottom ---------------------- */
section.bottom {
  direction: rtl;
  width: 100%;
  position: relative;
  background-color: #f2ebe0;
  padding-top: 25px;
  display: none; }
  @media only screen and (max-width: 1040px) {
    section.bottom {
      display: block; } }
  section.bottom .section-inner {
    width: 100%;
    max-width: 1501px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto; }

/* --------------------- /Section bottom ---------------------- */
