#el-main-header {
  background-color: transparent;
  -webkit-box-shadow: 0 3px 49px rgba(0, 0, 0, 0.11);
  box-shadow: 0 3px 49px rgba(0, 0, 0, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  #el-main-header .el-wrap-components {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 991px) {
      #el-main-header .el-wrap-components {
        height: 65px; } }
    #el-main-header .el-wrap-components .el-logotype {
      width: auto;
      padding-top: 0;
      position: relative;
      top: 3px; }
      @media screen and (max-width: 1400px) {
        #el-main-header .el-wrap-components .el-logotype {
          max-width: 210px; } }
      @media screen and (max-width: 991px) {
        #el-main-header .el-wrap-components .el-logotype {
          margin-right: auto;
          margin-left: 15px; } }
      @media screen and (max-width: 400px) {
        #el-main-header .el-wrap-components .el-logotype {
          max-width: 160px; } }
      #el-main-header .el-wrap-components .el-logotype img {
        vertical-align: middle; }
      #el-main-header .el-wrap-components .el-logotype .move {
        display: none; }
      #el-main-header .el-wrap-components .el-logotype .stick {
        display: block; }
    #el-main-header .el-wrap-components .el-menu-row {
      margin-top: 0;
      border-bottom: unset; }
      @media screen and (max-width: 991px) {
        #el-main-header .el-wrap-components .el-menu-row {
          display: none; } }
      #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 108px; }
        @media screen and (max-width: 1400px) {
          #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul {
            padding-right: 40px; } }
        @media screen and (max-width: 1200px) {
          #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul {
            padding-right: 25px; } }
        #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li > a {
          color: #fafbfc;
          font-size: 20px;
          padding: 28px 27px;
          font-weight: 300;
          -webkit-transition: color 0.3s;
          -o-transition: color 0.3s;
          transition: color 0.3s; }
          @media screen and (max-width: 1400px) {
            #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li > a {
              padding: 28px 14px;
              font-size: 19px; } }
          @media screen and (max-width: 1200px) {
            #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li > a {
              padding: 28px 14px;
              font-size: 16px; } }
          #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li > a:hover {
            color: #0098ff; }
        #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li.menu-item-has-children {
          position: relative; }
          #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li.menu-item-has-children::after {
            content: '\f107';
            font-family: FontAwesome;
            color: #0098ff;
            font-size: 17px;
            position: absolute;
            left: 10px;
            top: 4px; }
            @media screen and (max-width: 1400px) {
              #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li.menu-item-has-children::after {
                left: 0px; } }
            @media screen and (max-width: 1400px) {
              #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li.menu-item-has-children::after {
                top: 4px;
                left: 3px;
                font-size: 14px; } }
        #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li > ul.sub-menu {
          padding: 15px 27px;
          top: 55px;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: opacity 0.3s;
          -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
          position: absolute;
          -webkit-box-shadow: 0px 20px 29px rgba(101, 100, 100, 0.34);
          box-shadow: 0px 20px 29px rgba(101, 100, 100, 0.34);
          background-color: #ffffff;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content; }
          #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li > ul.sub-menu > li {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-left: 60px; }
            #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li > ul.sub-menu > li > a {
              font-size: 21px;
              position: relative;
              display: inline-block;
              margin-bottom: 13px;    }
              #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li > ul.sub-menu > li > a::after {
                content: '';
                width: 63px;
                height: 2px;
                background-color: #0098ff;
                position: absolute;
                bottom: -1px;
                right: 1px; }
            #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li > ul.sub-menu > li > ul.sub-menu > li {
              margin-bottom: 2px; }
              #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li > ul.sub-menu > li > ul.sub-menu > li a {
                font-size: 18px;
                -webkit-transition: color 0.3s;
                -o-transition: color 0.3s;
                transition: color 0.3s; }
                #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li > ul.sub-menu > li > ul.sub-menu > li a:hover {
                  color: #0098ff; }
            #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li > ul.sub-menu > li:last-child {
              padding-left: 0; }
        #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li:first-child {
          display: none; }
        #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li:nth-child(2) a {
          padding-right: 0; }
        #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li:hover > .sub-menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          visibility: visible;
          opacity: 1; }
        #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul ul {
          padding-right: 0; }
        #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul li {
          list-style: none; }
    #el-main-header .el-wrap-components .tel_container {
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 991px) {
        #el-main-header .el-wrap-components .tel_container {
          display: none; } }
      #el-main-header .el-wrap-components .tel_container .title {
        margin-top: 4px;
        margin-bottom: 0px;
        color: #fafbfc;
        font-size: 17px;
        font-weight: 300;
        margin-left: 10px; }
        @media screen and (max-width: 1200px) {
          #el-main-header .el-wrap-components .tel_container .title {
            font-size: 14px; } }
      #el-main-header .el-wrap-components .tel_container .tel {
        color: #0098ff;
        font-size: 23px;
        font-weight: 700; }
        @media screen and (max-width: 1200px) {
          #el-main-header .el-wrap-components .tel_container .tel {
            font-size: 21px; } }
    #el-main-header .el-wrap-components .el-btn-menu {
      background-color: unset;
      border-left: 1px solid  #e1e1e1;
      right: 0;
      padding-top: 21px;
      display: none; }
      @media screen and (max-width: 991px) {
        #el-main-header .el-wrap-components .el-btn-menu {
          display: block; } }
      #el-main-header .el-wrap-components .el-btn-menu .hamburger .line {
        background-color: #0098ff;
        width: 28px;
        height: 3px; }
      #el-main-header .el-wrap-components .el-btn-menu .hamburger.is-active .line:first-child {
        -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg); }
      #el-main-header .el-wrap-components .el-btn-menu .hamburger.is-active .line:last-child {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg); }
  @media screen and (max-width: 991px) {
    #el-main-header .el-box {
      max-width: 100%;
      padding: 0; } }
  #el-main-header.scrolled {
    background-color: #fff; }
    #el-main-header.scrolled .el-logotype .move {
      display: block; }
    #el-main-header.scrolled .el-logotype .stick {
      display: none; }
    #el-main-header.scrolled .el-menu-row .menu-header-menu-container > ul > li > a {
      color: #1c1f27;
      font-weight: 400; }
    #el-main-header.scrolled .tel_container .title {
      color: #1c1f27;
      font-weight: 400; }

#el-mobile-menu {
  background-color: #404042; }
  #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu {
    padding-right: 0; }
    #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu > li.menu-item {
      border-bottom: 1px solid rgba(220, 219, 219, 0.11); }
      #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu > li.menu-item a {
        font-size: 17px;
        font-weight: 400;
        font-family: "Open Sans Hebrew Center", sans-serif; }
      #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu > li.menu-item > ul.sub-menu {
        padding-right: 10px; }
        #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu > li.menu-item > ul.sub-menu > li {
          list-style: unset; }
          #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu > li.menu-item > ul.sub-menu > li > a {
            width: 100%;
            max-width: calc(100% - 25px);
            position: relative; }
            #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu > li.menu-item > ul.sub-menu > li > a::after {
              content: '';
              width: 3px;
              height: 3px;
              background-color: #0098ff;
              position: absolute;
              right: 2px;
              top: 16px; }
          #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu > li.menu-item > ul.sub-menu > li.current_page_item > a {
            color: #0098ff; }
          #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu > li.menu-item > ul.sub-menu > li ul.sub-menu {
            padding-right: 20px; }
            #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu > li.menu-item > ul.sub-menu > li ul.sub-menu > li {
              list-style: none; }
      #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu > li.menu-item.menu-item-has-children > a {
        max-width: calc(100% - 85px);
        padding-left: 10px; }
      #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu > li.menu-item::after {
        color: #0098ff; }
      #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu > li.menu-item.current-menu-item > a, #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu > li.menu-item.current_page_parent > a {
        color: #0098ff; }
      #el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu > li.menu-item:first-child.current-menu-item > a {
        color: #fff; }

.front_page .banner {
  background-repeat: no-repeat;
  background-position: center 0;
  min-height: 708px;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .front_page .banner {
      background-position: -230px 0; } }
  @media screen and (max-width: 991px) {
    .front_page .banner {
      background-position: -280px 0; } }
  @media screen and (max-width: 767px) {
    .front_page .banner {
      background-position: right 0; } }
  .front_page .banner > .title {
    padding-top: 177px; }
    .front_page .banner > .title h3 {
      font-size: 30px;
      line-height: 26px;
      margin-bottom: 1px;
      margin-top: 0; }
      @media screen and (max-width: 550px) {
        .front_page .banner > .title h3 {
         font-size: 19px;
    line-height: 18px; } }
    .front_page .banner > .title h1 {
      font-size: 60px;
      line-height: 60px;
      color: #fff;
      margin-top: 10px;
      margin-bottom: 1px; }
      @media screen and (max-width: 1200px) {
        .front_page .banner > .title h1 {
          font-size: 48px;
          max-width: 550px; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .front_page .banner > .title h1 {
          font-size: 44px;
          max-width: 50%;
          text-shadow: 0 0 20px #a7a7a7; } }
      @media screen and (max-width: 550px) {
        .front_page .banner > .title h1 {
          font-size: 32px;
          line-height: unset; } }
      @media screen and (max-width: 360px) {
        .front_page .banner > .title h1 {
         font-size: 23px;
    line-height: unset;
    margin-left: 106px; } }
      .front_page .banner > .title h1:last-of-type {
        font-weight: 300; }
        @media screen and (max-width: 1200px) {
          .front_page .banner > .title h1:last-of-type {
            margin-top: 0px; } }
    .front_page .banner > .title ul {
      padding-right: 36px;
      margin-top: 45px; }
      .front_page .banner > .title ul li {
        color: rgba(255, 255, 255, 0.76);
        font-size: 20px;
        line-height: 37px;
        list-style: none;
        position: relative;
        font-weight: 300; }
        .front_page .banner > .title ul li::before {
          content: '\f00c';
          font-family: FontAwesome;
          font-size: 16px;
          color: #0098ff;
          position: absolute;
          top: -1px;
          right: -34px; }
        .front_page .banner > .title ul li::after {
          content: '';
          width: 13px;
          height: 13px;
          border: 1px solid #0098ff;
          border-radius: 3px;
          display: block;
          position: absolute;
          top: 11px;
          right: -30px; }
  .front_page .banner .form_and_tel {
    background-color: rgba(16, 30, 65, 0.87);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .front_page .banner .form_and_tel {
        background-color: #1f2b61;
        position: relative;
        margin-top: 30px; } }
    @media screen and (max-width: 420px) {
      .front_page .banner .form_and_tel {
        margin-top: 0; } }
    .front_page .banner .form_and_tel .el-box {
      min-height: 108px;
      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 screen and (max-width: 991px) {
        .front_page .banner .form_and_tel .el-box {
          padding-top: 10px;
          padding-bottom: 20px; } }
      @media screen and (max-width: 991px) {
        .front_page .banner .form_and_tel .el-box {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .front_page .banner .form_and_tel .el-box > .tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        @media screen and (max-width: 991px) {
          .front_page .banner .form_and_tel .el-box > .tel {
            margin-bottom: 10px; } }
        @media screen and (max-width: 767px) {
          .front_page .banner .form_and_tel .el-box > .tel {
            margin-right: 5px; } }
        .front_page .banner .form_and_tel .el-box > .tel .title {
          font-size: 30px;
          color: #0098ff;
          font-weight: 400;
          margin: 0;
          margin-left: 10px;
          letter-spacing: 0.1px;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          @media screen and (max-width: 1400px) {
            .front_page .banner .form_and_tel .el-box > .tel .title {
              font-size: 24px; } }
          @media screen and (max-width: 1200px) {
            .front_page .banner .form_and_tel .el-box > .tel .title {
              font-size: 20px; } }
          @media screen and (max-width: 400px) {
            .front_page .banner .form_and_tel .el-box > .tel .title {
              font-size: 16px; } }
        .front_page .banner .form_and_tel .el-box > .tel .tel {
          font-size: 30px;
          color: #fff;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          @media screen and (max-width: 1400px) {
            .front_page .banner .form_and_tel .el-box > .tel .tel {
              font-size: 24px; } }
          @media screen and (max-width: 1200px) {
            .front_page .banner .form_and_tel .el-box > .tel .tel {
              font-size: 20px; } }
          @media screen and (max-width: 400px) {
            .front_page .banner .form_and_tel .el-box > .tel .tel {
              font-size: 16px; } }
        .front_page .banner .form_and_tel .el-box > .tel .animation_arrow {
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          @media screen and (max-width: 420px) {
            .front_page .banner .form_and_tel .el-box > .tel .animation_arrow {
              margin-left: 18px; }
              .front_page .banner .form_and_tel .el-box > .tel .animation_arrow .right > div {
                width: 6px; }
                .front_page .banner .form_and_tel .el-box > .tel .animation_arrow .right > div span {
                  color: #0098ff;
                  font-size: 24px; } }
      @media screen and (max-width: 767px) {
        .front_page .banner .form_and_tel .el-box > .form {
          margin-right: 5px; } }
      .front_page .banner .form_and_tel .el-box > .form .wpcf7 form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .front_page .banner .form_and_tel .el-box > .form .wpcf7 form {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; } }
        .front_page .banner .form_and_tel .el-box > .form .wpcf7 form .title {
          font-size: 30px;
          color: #0098ff;
          font-weight: 400;
          margin: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-left: 9px; }
          @media screen and (max-width: 1200px) {
            .front_page .banner .form_and_tel .el-box > .form .wpcf7 form .title {
              font-size: 20px; } }
        .front_page .banner .form_and_tel .el-box > .form .wpcf7 form br {
          display: none; }
        .front_page .banner .form_and_tel .el-box > .form .wpcf7 form > p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 670px; }
          @media screen and (max-width: 1400px) {
            .front_page .banner .form_and_tel .el-box > .form .wpcf7 form > p {
              width: auto; } }
          @media screen and (max-width: 767px) {
            .front_page .banner .form_and_tel .el-box > .form .wpcf7 form > p {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-box-align: start;
              -ms-flex-align: start;
              align-items: flex-start; } }
          .front_page .banner .form_and_tel .el-box > .form .wpcf7 form > p > span {
            margin-left: 11px;
            -ms-flex-negative: 2;
            flex-shrink: 2; }
            @media screen and (max-width: 1200px) {
              .front_page .banner .form_and_tel .el-box > .form .wpcf7 form > p > span {
                margin-left: 8px; } }
            @media screen and (max-width: 767px) {
              .front_page .banner .form_and_tel .el-box > .form .wpcf7 form > p > span {
                margin-top: 5px; } }
            .front_page .banner .form_and_tel .el-box > .form .wpcf7 form > p > span input {
              margin-bottom: 0;
              border: 1px solid #9b9c9e;
              background-color: transparent;
              font-size: 18px;     direction: rtl;}
              @media screen and (max-width: 1200px) {
                .front_page .banner .form_and_tel .el-box > .form .wpcf7 form > p > span input {
                  font-size: 16px; } }
              @media screen and (max-width: 767px) {
                .front_page .banner .form_and_tel .el-box > .form .wpcf7 form > p > span input {
                  margin-bottom: 7px; } }
              .front_page .banner .form_and_tel .el-box > .form .wpcf7 form > p > span input::-webkit-input-placeholder {
                color: #eeeeee;
                font-weight: 400; }
              .front_page .banner .form_and_tel .el-box > .form .wpcf7 form > p > span input:-ms-input-placeholder {
                color: #eeeeee;
                font-weight: 400; }
              .front_page .banner .form_and_tel .el-box > .form .wpcf7 form > p > span input::-ms-input-placeholder {
                color: #eeeeee;
                font-weight: 400; }
              .front_page .banner .form_and_tel .el-box > .form .wpcf7 form > p > span input::placeholder {
                color: #eeeeee;
                font-weight: 400; }
      .front_page .banner .form_and_tel .el-box > .form .wpcf7 button {
        width: auto;
        padding: 7px 11px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 40px; }
        @media screen and (max-width: 1200px) {
          .front_page .banner .form_and_tel .el-box > .form .wpcf7 button {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .front_page .banner .form_and_tel .el-box > .form .wpcf7 button {
            margin-top: 5px; } }

.front_page .customers_recommend {
  border-bottom: 4px solid #eaeff4; }
  .front_page .customers_recommend h2.title_with_underline {
    padding-top: 33px;
    margin-bottom: 10px; }
  .front_page .customers_recommend .rec {
    padding: 0 40px; }
    .front_page .customers_recommend .rec .rplg-box .rplg-box-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .front_page .customers_recommend .rec .rplg-box .rplg-box-content .rplg-review-badge {
        position: relative !important;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        top: 1px !important;
        right: 1px !important; }
      .front_page .customers_recommend .rec .rplg-box .rplg-box-content .rplg-stars {
        margin-right: 0px !important;
        margin-top: 10px !important;
        margin-bottom: 8px !important; }
        .front_page .customers_recommend .rec .rplg-box .rplg-box-content .rplg-stars svg {
          margin-right: 0 !important;
          margin-left: 4px !important;
          width: 15px !important;
          height: 15px !important; }
      .front_page .customers_recommend .rec .rplg-box .rplg-box-content .rplg-review-text {
        font-family: "Open Sans Hebrew Center", sans-serif !important;
        text-align: right !important;
        font-size: 13px !important;
        font-weight: 300 !important;
        padding-left: 30px !important; }
        .single .el-article div {
          font-family: "Open Sans Hebrew Center", sans-serif !important; 
        }
         
      .front_page .customers_recommend .rec .rplg-box .rplg-box-content::before {
        right: unset !important; }
    .front_page .customers_recommend .rec .rplg-row .rplg-row-left img {
      width: 43px !important;
      height: 43px !important; }
    .front_page .customers_recommend .rec .rplg-row .rplg-row-right {
      margin-right: 10px !important;
      text-align: right !important;
      font-family: "Open Sans Hebrew Center", sans-serif !important; }
      .front_page .customers_recommend .rec .rplg-row .rplg-row-right .rplg-review-name {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 20px !important; }
      .front_page .customers_recommend .rec .rplg-row .rplg-row-right .rplg-review-time {
        font-size: 12px !important;
        line-height: 20px !important; }
  .front_page .customers_recommend .rplg-slider-review {
    margin: 20px 0 25px !important; }

.front_page .areas_of_expertise_and_about_office .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 78px; }
  @media screen and (max-width: 1200px) {
    .front_page .areas_of_expertise_and_about_office .container {
      padding-bottom: 48px; } }
  @media screen and (max-width: 991px) {
    .front_page .areas_of_expertise_and_about_office .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .front_page .areas_of_expertise_and_about_office .container .about_office {
    width: 50%;
    padding-left: 130px;
    padding-bottom: 50px; }
    @media screen and (max-width: 1200px) {
      .front_page .areas_of_expertise_and_about_office .container .about_office {
        padding-left: 60px; } }
    @media screen and (max-width: 991px) {
      .front_page .areas_of_expertise_and_about_office .container .about_office {
        width: 100%;
        padding-left: 0;
        padding-bottom: 30px; } }
    .front_page .areas_of_expertise_and_about_office .container .about_office .text h3 {
      font-size: 20px;
      margin-bottom: 30px; }
    .front_page .areas_of_expertise_and_about_office .container .about_office .text p {
      line-height: 24px;
      margin-bottom: 25px; }
      .front_page .areas_of_expertise_and_about_office .container .about_office .text p:last-of-type {
        margin-bottom: 15px; }
  .front_page .areas_of_expertise_and_about_office .container .areas_of_expertise {
    width: 50%;
    padding-right: 30px; }
    @media screen and (max-width: 991px) {
      .front_page .areas_of_expertise_and_about_office .container .areas_of_expertise {
        width: 100%;
        padding-right: 0px;
        max-width: 685px; } }
    @media screen and (max-width: 991px) {
      .front_page .areas_of_expertise_and_about_office .container .areas_of_expertise .title_with_underline {
        padding-top: 20px; } }
    .front_page .areas_of_expertise_and_about_office .container .areas_of_expertise > .sub_title {
      font-size: 20px; }
    .front_page .areas_of_expertise_and_about_office .container .areas_of_expertise .items {
      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; }
      .front_page .areas_of_expertise_and_about_office .container .areas_of_expertise .items a.item {
        width: calc(50% - 8px);
        max-width: 327px;
        margin-bottom: 15px; }
        .front_page .areas_of_expertise_and_about_office .container .areas_of_expertise .items a.item > div {
          height: 162px;
          padding: 16px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          background-repeat: no-repeat; }
          .front_page .areas_of_expertise_and_about_office .container .areas_of_expertise .items a.item > div .text .title {
            margin-top: 0;
            color: #f7f7f7;
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 1px; }
          .front_page .areas_of_expertise_and_about_office .container .areas_of_expertise .items a.item > div .text .hover_show {
            margin-bottom: 0;
            color: #0098ff;
            font-size: 16px;
            height: 0;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            .front_page .areas_of_expertise_and_about_office .container .areas_of_expertise .items a.item > div .text .hover_show i {
              font-size: 10px; }
        .front_page .areas_of_expertise_and_about_office .container .areas_of_expertise .items a.item:hover > div .text .hover_show {
          opacity: 1;
          height: 24px; }

.front_page .about {
  min-height: 879px; }
  .front_page .about .container > article {
    width: 50%;
    min-height: 573px; }
    @media screen and (max-width: 767px) {
      .front_page .about .container > article {
        width: 100%; } }
    .front_page .about .container > article .title_with_underline {
      margin-top: 0;
      padding-top: 32px; }
    .front_page .about .container > article h3 {
      font-size: 20px;
      margin-bottom: 30px; }
    .front_page .about .container > article p {
      line-height: 25px;
      margin-bottom: 25px; }
      .front_page .about .container > article p:last-of-type {
        margin-bottom: 15px; }
    .front_page .about .container > article .quote {
      margin-top: 48px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .front_page .about .container > article .quote .quote_icon {
        margin-top: 4px;
        margin-left: 15px;
        margin-right: 10px; }
      .front_page .about .container > article .quote p {
        font-size: 20px;
        font-style: italic;
        font-weight: 700;
        line-height: 28px; }
  .front_page .about .container .form_container {
    margin-top: 22px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .front_page .about .container .form_container {
        text-align: left; } }
    .front_page .about .container .form_container > img {
      vertical-align: middle;
      position: absolute;
      bottom: 100%;
      left: 50px; }
      @media screen and (max-width: 1400px) {
        .front_page .about .container .form_container > img {
          max-width: 50%;
          height: auto;
          left: 0px; } }
      @media screen and (max-width: 767px) {
        .front_page .about .container .form_container > img {
          position: relative;
          margin-right: auto;
          max-width: 70%;
          height: auto;
          left: 0px; } }
    .front_page .about .container .form_container > .form {
      padding: 26px 60px 40px 60px;
      -webkit-box-shadow: 24px 5px 38px rgba(0, 0, 0, 0.14);
      box-shadow: 24px 5px 38px rgba(0, 0, 0, 0.14);
      background-color: #fff;
      text-align: center; }
      @media screen and (max-width: 550px) {
        .front_page .about .container .form_container > .form {
          padding: 26px 30px 40px 30px; } }
      @media screen and (max-width: 370px) {
        .front_page .about .container .form_container > .form {
          padding: 22px 20px 35px 20px; } }
      .front_page .about .container .form_container > .form h3.text_above_form_first_row_quote {
        color: #0098ff;
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        margin-top: 0;
        margin-bottom: 1px; }
        @media screen and (max-width: 550px) {
          .front_page .about .container .form_container > .form h3.text_above_form_first_row_quote {
            font-size: 24px; } }
      .front_page .about .container .form_container > .form .text_above_form_second_row_with_underline {
        color: #262c39;
        font-size: 18px;
        font-weight: 700;
        font-style: italic;
        position: relative; }
        .front_page .about .container .form_container > .form .text_above_form_second_row_with_underline::after {
          content: '';
          width: 93px;
          height: 2px;
          background-color: #0098ff;
          position: absolute;
          right: 0;
          left: 0;
          margin: 0 auto;
          bottom: -10px; }
      .front_page .about .container .form_container > .form .text_above_form_third_row {
        padding-top: 8px; }
        .front_page .about .container .form_container > .form .text_above_form_third_row p {
          font-size: 20px;
          font-weight: 400;
          margin-bottom: 11px; }
      .front_page .about .container .form_container > .form .wpcf7 form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .front_page .about .container .form_container > .form .wpcf7 form br {
          display: none; }
        .front_page .about .container .form_container > .form .wpcf7 form > p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%; }
          @media screen and (max-width: 767px) {
            .front_page .about .container .form_container > .form .wpcf7 form > p {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; } }
          .front_page .about .container .form_container > .form .wpcf7 form > p > span {
            margin-left: 20px; }
            @media screen and (max-width: 991px) {
              .front_page .about .container .form_container > .form .wpcf7 form > p > span {
                margin-left: 10px; } }
            .front_page .about .container .form_container > .form .wpcf7 form > p > span input {
              margin-bottom: 0;
              border: unset;
              background-color: #ebebeb;
              font-size: 18px;
              height: 46px; }
              @media screen and (max-width: 767px) {
                .front_page .about .container .form_container > .form .wpcf7 form > p > span input {
                  margin-bottom: 10px; } }
              .front_page .about .container .form_container > .form .wpcf7 form > p > span input::-webkit-input-placeholder {
                color: #717173;
                font-weight: 400; }
              .front_page .about .container .form_container > .form .wpcf7 form > p > span input:-ms-input-placeholder {
                color: #717173;
                font-weight: 400; }
              .front_page .about .container .form_container > .form .wpcf7 form > p > span input::-ms-input-placeholder {
                color: #717173;
                font-weight: 400; }
              .front_page .about .container .form_container > .form .wpcf7 form > p > span input::placeholder {
                color: #717173;
                font-weight: 400; }
      .front_page .about .container .form_container > .form .wpcf7 .button_with_animation_arrow {
        padding: 7px 60px; }
        @media screen and (max-width: 991px) {
          .front_page .about .container .form_container > .form .wpcf7 .button_with_animation_arrow {
            padding: 7px 30px;
            padding-right: 20px; } }

.front_page .recent_articles {
  padding-top: 18px;
  padding-bottom: 64px; }
  .front_page .recent_articles .title_with_underline {
    text-align: center;
    margin-bottom: 50px; }
    .front_page .recent_articles .title_with_underline::after {
      right: 0;
      left: 0;
      margin: 0 auto; }
  .front_page .recent_articles .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .front_page .recent_articles .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px; } }
    .front_page .recent_articles .items .item {
      -webkit-box-shadow: 0 0 89px 6px rgba(2, 2, 2, 0.11);
      box-shadow: 0 0 89px 6px rgba(2, 2, 2, 0.11);
      background-color: #ffffff;
      max-width: 382px;
      -webkit-transition: -webkit-box-shadow 0.5s;
      transition: -webkit-box-shadow 0.5s;
      -o-transition: box-shadow 0.5s;
      transition: box-shadow 0.5s;
      transition: box-shadow 0.5s, -webkit-box-shadow 0.5s; }
      @media screen and (max-width: 991px) {
        .front_page .recent_articles .items .item {
          margin-bottom: 20px; } }
      .front_page .recent_articles .items .item .thumbnail img {
        vertical-align: middle;
        width: 100%; }
      .front_page .recent_articles .items .item .content {
        padding: 12px 25px 14px 25px; }
        .front_page .recent_articles .items .item .content .head {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          position: relative;
          padding-right: 64px; }
          .front_page .recent_articles .items .item .content .head img {
            position: absolute;
            bottom: 10px;
            padding: 2px;
            border-radius: 50%;
            background-color: #fff;
            right: 0px; }
          .front_page .recent_articles .items .item .content .head p {
            color: #333333;
            font-size: 16px; }
            .front_page .recent_articles .items .item .content .head p.category {
              padding: 0 25px;
              position: relative; }
              .front_page .recent_articles .items .item .content .head p.category::before, .front_page .recent_articles .items .item .content .head p.category::after {
                content: '';
                width: 6px;
                height: 6px;
                background-color: #0098ff;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                display: inline-block;
                position: absolute; }
              .front_page .recent_articles .items .item .content .head p.category::before {
                right: 9px;
                top: 7px; }
              .front_page .recent_articles .items .item .content .head p.category::after {
                left: 9px;
                top: 7px; }
        .front_page .recent_articles .items .item .content .title {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 14px; }
        .front_page .recent_articles .items .item .content .text {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 0; }
      .front_page .recent_articles .items .item:nth-child(2) {
        margin: 0 50px; }
        @media screen and (max-width: 1200px) {
          .front_page .recent_articles .items .item:nth-child(2) {
            margin: 0 18px; } }
        @media screen and (max-width: 991px) {
          .front_page .recent_articles .items .item:nth-child(2) {
            margin: 0;
            margin-bottom: 20px; } }
      .front_page .recent_articles .items .item:hover {
        -webkit-box-shadow: 0 0 49px 6px rgba(2, 2, 2, 0.3);
        box-shadow: 0 0 49px 6px rgba(2, 2, 2, 0.3); }
  .front_page .recent_articles .button_fill_single_chevron {
    margin: 0 auto;
    padding: 11px 40px; }

.site-footer {
  background-color: #121f3f;
  padding-top: 60px;
  padding-bottom: 20px; }
  .site-footer .column .el-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .site-footer .column .el-box > div {
      width: 20%; }
      @media screen and (max-width: 991px) {
        .site-footer .column .el-box > div {
          width: 50%;
          margin-bottom: 40px; } }
      @media screen and (max-width: 450px) {
        .site-footer .column .el-box > div {
          width: 100%;
          margin-bottom: 30px; } }
      .site-footer .column .el-box > div > .title, .site-footer .column .el-box > div .widget-title {
        color: #ffffff;
        font-size: 22px;
        font-weight: 400;
        position: relative;
        margin-bottom: 38px;
        display: inline-block; }
        .site-footer .column .el-box > div > .title::after, .site-footer .column .el-box > div .widget-title::after {
          content: '';
          width: 55px;
          height: 2px;
          background-color: #0098ff;
          position: absolute;
          bottom: -8px;
          right: 1px; }
    .site-footer .column .el-box .contact_inf .items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .site-footer .column .el-box .contact_inf .items .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px; }
        .site-footer .column .el-box .contact_inf .items .item img {
          margin-left: 17px; }
        .site-footer .column .el-box .contact_inf .items .item span {
          color: #97979a;
          font-size: 18px; }
    .site-footer .column .el-box .item_2 ul, .site-footer .column .el-box .item_3 ul {
      padding-right: 0; }
      @media screen and (max-width: 420px) {
        .site-footer .column .el-box .item_2 ul, .site-footer .column .el-box .item_3 ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .site-footer .column .el-box .item_2 ul li, .site-footer .column .el-box .item_3 ul li {
        list-style: none;
        margin-bottom: 15px; }
        @media screen and (max-width: 420px) {
          .site-footer .column .el-box .item_2 ul li, .site-footer .column .el-box .item_3 ul li {
            width: 50%; } }
        .site-footer .column .el-box .item_2 ul li a, .site-footer .column .el-box .item_3 ul li a {
          color: #97979a;
          font-size: 18px;
          -webkit-transition: color 0.3s;
          -o-transition: color 0.3s;
          transition: color 0.3s; }
          .site-footer .column .el-box .item_2 ul li a:hover, .site-footer .column .el-box .item_3 ul li a:hover {
            color: #0098ff; }
    .site-footer .column .el-box .recent_articles .items a .title {
      color: #97979a;
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 9px;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }
      .site-footer .column .el-box .recent_articles .items a .title:hover {
        color: #0098ff; }
    .site-footer .column .el-box .recent_articles .items a .date {
      color: #0098ff;
      direction: ltr;
      text-align: right;
      font-size: 15px; }
    .site-footer .column .el-box .form .wpcf7 input {
      height: 46px;
      margin-bottom: 13px; }
    .site-footer .column .el-box .form .wpcf7 .button_with_animation_arrow {
      margin-top: 8px;
      margin-right: auto;
      padding: 12px 29px; }
    .site-footer .column .el-box .item_1, .site-footer .column .el-box .item_2, .site-footer .column .el-box .item_3, .site-footer .column .el-box .item_4 {
      padding-left: 30px; }
      @media screen and (max-width: 1200px) {
        .site-footer .column .el-box .item_1, .site-footer .column .el-box .item_2, .site-footer .column .el-box .item_3, .site-footer .column .el-box .item_4 {
          padding-left: 20px; } }
    @media screen and (max-width: 420px) {
      .site-footer .column .el-box .item_4, .site-footer .column .el-box .item_5 {
        display: none; } }
  .site-footer .soc_button {
    padding-top: 20px;
    padding-bottom: 60px; }
    .site-footer .soc_button .button a {
      background-color: #1c2b4f;
      width: 46px;
      height: 46px;
      display: inline-block;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 1px;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s;
      padding: 12px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .site-footer .soc_button .button a:hover {
        background-color: #0098ff; }
      .site-footer .soc_button .button a svg {
        color: #fff;
        width: 100px;
        height: 100%; }
    .site-footer .soc_button .el-logotype {
      position: absolute;
      left: 15px;
      top: 0; }
      @media screen and (max-width: 991px) {
        .site-footer .soc_button .el-logotype {
          position: relative;
          left: 0;
          margin-top: 20px; } }
    .site-footer .soc_button .el-box {
      position: relative;
      text-align: center; }
  .site-footer .developer {
    background-color: #404042;
    background-color: rgba(10, 12, 16, 0.21); }
    .site-footer .developer article {
      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: center;
      -ms-flex-align: center;
      align-items: center;
      height: 60px; }
      @media screen and (max-width: 400px) {
        .site-footer .developer article {
          height: 55px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 7px 0; } }
      .site-footer .developer article p, .site-footer .developer article a {
        color: #aeadad;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; }
        .site-footer .developer article p i, .site-footer .developer article a i {
          -webkit-transition: color 0.3s;
          -o-transition: color 0.3s;
          transition: color 0.3s; }
        .site-footer .developer article p::before, .site-footer .developer article p::after, .site-footer .developer article a::before, .site-footer .developer article a::after {
          -webkit-transition: color 0.3s;
          -o-transition: color 0.3s;
          transition: color 0.3s; }
        .site-footer .developer article p:hover, .site-footer .developer article a:hover {
          color: #fff; }
          .site-footer .developer article p:hover i, .site-footer .developer article a:hover i {
            color: #fff; }
          .site-footer .developer article p:hover::before, .site-footer .developer article p:hover::after, .site-footer .developer article a:hover::before, .site-footer .developer article a:hover::after {
            color: #fff; }
        @media screen and (max-width: 500px) {
          .site-footer .developer article p, .site-footer .developer article a {
            font-size: 13px; } }
        @media screen and (max-width: 400px) {
          .site-footer .developer article p, .site-footer .developer article a {
            font-size: 12px;
            letter-spacing: 0.001px; } }
        @media screen and (max-width: 370px) {
          .site-footer .developer article p, .site-footer .developer article a {
            letter-spacing: -0.599px; } }
      .site-footer .developer article .left img {
        vertical-align: middle;
        margin-right: 7px; width: auto;}
        @media screen and (max-width: 500px) {
          .site-footer .developer article .left img {
            width: 64px;
            height: auto; } }
        @media screen and (max-width: 375px) {
          .site-footer .developer article .left img {
            margin-right: 3px;
            width: 54px; } }

.service_page_sec .content > article {
  position: relative;
  -webkit-box-shadow: 0 0 32px rgba(112, 113, 114, 0.22);
  box-shadow: 0 0 32px rgba(112, 113, 114, 0.22);
  background-color: #ffffff;
  padding: 30px;
  padding-bottom: 35px;
  padding-right: 57px; }
  @media screen and (max-width: 500px) {
    .service_page_sec .content > article {
      padding: 20px;
      padding-bottom: 25px; } }

.single_post_sec {
  padding-bottom: 23px; }
  @media screen and (max-width: 767px) {
    body .banner .search_row {
      display: none !important;
    }
    .single_post_sec > .content {
      padding-top: 15px; } }
  .single_post_sec > .content > article {
    -webkit-box-shadow: 0 0 32px rgba(112, 113, 114, 0.22);
    box-shadow: 0 0 32px rgba(112, 113, 114, 0.22);
    background-color: #ffffff; }
    .single_post_sec > .content > article .header {
      padding: 35px;
      padding-bottom: 14px;
      padding-right: 57px; }
      @media screen and (max-width: 767px) {
        .single_post_sec > .content > article .header {
          padding: 25px;
          padding-top: 20px; } }
      @media screen and (max-width: 370px) {
        .single_post_sec > .content > article .header {
          padding: 15px;
          padding-top: 15px; } }
   
      .single_post_sec > .content > article .header .author_and_date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .single_post_sec > .content > article .header .author_and_date .title_and_date h4 {
          font-size: 20px;
          font-weight: 400;
          line-height: 29px;
          margin-top: 0;
          margin-bottom: 4px;
          color: #0098ff; }
          @media screen and (max-width: 500px) {
            .single_post_sec > .content > article .header .author_and_date .title_and_date h4 {
              font-size: 14px;
              line-height: 22px; } }
          .single_post_sec > .content > article .header .author_and_date .title_and_date h4 span {
            color: #0098ff;
            font-weight: 700; }
        .single_post_sec > .content > article .header .author_and_date .title_and_date .date {
          font-weight: 400;
          font-size: 18px;
          font-family: "Open Sans Hebrew Center", sans-serif;
          color: rgba(47, 47, 49, 0.7); }
          @media screen and (max-width: 500px) {
            .single_post_sec > .content > article .header .author_and_date .title_and_date .date {
              font-size: 12px; } }
    .single_post_sec > .content > article .content {
      padding: 37px;
      padding-top: 0px;
      padding-bottom: 60px;
      padding-right: 57px; }
      @media screen and (max-width: 767px) {
        .single_post_sec > .content > article .content {
          padding: 25px;
          padding-top: 0; } }
      @media screen and (max-width: 370px) {
        .single_post_sec > .content > article .content {
          padding: 15px;
          padding-top: 0; } }
      .single_post_sec > .content > article .content .post-thumbnail {
        margin-bottom: 23px; }
        @media screen and (max-width: 370px) {
          .single_post_sec > .content > article .content .post-thumbnail {
            margin-bottom: 15px; } }
        .single_post_sec > .content > article .content .post-thumbnail img {
          vertical-align: middle; }
      .single_post_sec > .content > article .content .b_button_cont {
        display: none; }
      .single_post_sec > .content > article .content #el-article-posts {
        padding-top: 40px; }

.blog_sec .banner .el-box_small .title_container h2.first_row {
  font-size: 48px;
  font-weight: 400; }
  @media screen and (max-width: 370px) {
    .blog_sec .banner .el-box_small .title_container h2.first_row {
      font-size: 32px;
      line-height: 35px; } }

.blog_sec > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 350px) {
    .blog_sec > .content {
      padding: 25px 15px 65px 15px;
      max-width: calc(100% - 30px); } }
  .blog_sec > .content .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .blog_sec > .content .items .item {
      -webkit-box-shadow: 0 0 32px rgba(112, 113, 114, 0.18);
      box-shadow: 0 0 32px rgba(112, 113, 114, 0.18);
      background-color: #ffffff;
      margin-bottom: 30px;
      -webkit-transition: -webkit-box-shadow 0.3s;
      transition: -webkit-box-shadow 0.3s;
      -o-transition: box-shadow 0.3s;
      transition: box-shadow 0.3s;
      transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
      @media screen and (min-width: 1401px) {
        .blog_sec > .content .items .item {
          width: calc(100% / 3 - 20px);
          margin-left: 30px; }
          .blog_sec > .content .items .item:nth-child(3n) {
            margin-left: 0; } }
      @media (max-width: 1400px) and (min-width: 1201px) {
        .blog_sec > .content .items .item {
          margin-bottom: 20px;
          width: calc(100% / 3 - 13.33333px);
          margin-left: 20px; }
          .blog_sec > .content .items .item:nth-child(3n) {
            margin-left: 0; } }
      @media (max-width: 1200px) and (min-width: 651px) {
        .blog_sec > .content .items .item {
          width: calc(100% / 2 - 10px);
          margin-left: 20px; }
          .blog_sec > .content .items .item:nth-child(2n) {
            margin-left: 0; } }
      @media screen and (max-width: 650px) {
        .blog_sec > .content .items .item {
          width: 450px;
          margin: 0 auto;
          margin-bottom: 25px; } }
      @media screen and (max-width: 480px) {
        .blog_sec > .content .items .item {
          width: 100%;
          margin: 0 auto;
          margin-bottom: 25px; } }
      .blog_sec > .content .items .item .thumbnail {
        margin-bottom: 5px; }
        .blog_sec > .content .items .item .thumbnail img {
          width: 100%;
          height: auto;
          vertical-align: middle; }
      .blog_sec > .content .items .item .content {
        padding: 31px 25px;
        padding-top: 8px;
        padding-bottom: 25px; }
        .blog_sec > .content .items .item .content .head {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          position: relative; }
          .blog_sec > .content .items .item .content .head img {
            position: absolute;
            bottom: 10px;
            padding: 2px;
            border-radius: 50%;
            background-color: #fff;
            right: 0px; }
          .blog_sec > .content .items .item .content .head p {
            color: #333333;
            font-size: 16px;
            margin-bottom: 14px; }
            .blog_sec > .content .items .item .content .head p.category {
              padding: 0 25px;
              position: relative; }
              .blog_sec > .content .items .item .content .head p.category::before, .blog_sec > .content .items .item .content .head p.category::after {
                content: '';
                width: 6px;
                height: 6px;
                background-color: #0098ff;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                display: inline-block;
                position: absolute; }
              .blog_sec > .content .items .item .content .head p.category::before {
                right: 9px;
                top: 7px; }
              .blog_sec > .content .items .item .content .head p.category::after {
                left: 9px;
                top: 7px; }
        .blog_sec > .content .items .item .content .title {
          margin-bottom: 13px;
          min-height: 42px; }
        .blog_sec > .content .items .item .content .text {
          line-height: 21px;
          font-size: 16px;
          color: #404042;
          margin-bottom: 23px; }
        .blog_sec > .content .items .item .content .read_more {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          color: #0098ff;
          font-size: 17px;
          font-weight: 400;
          margin-bottom: 0;
          margin-left: 10px; }
          .blog_sec > .content .items .item .content .read_more .lnr-arrow-left {
            margin-right: 11px;
            color: #0098ff; }
      .blog_sec > .content .items .item:hover {
        -webkit-box-shadow: 0px 5px 49px 0px rgba(112, 113, 114, 0.34);
        box-shadow: 0px 5px 49px 0px rgba(112, 113, 114, 0.34); }
    .blog_sec > .content .items .nav {
      width: 100%;
      margin: 36px 0;
      height: 20px;
      margin-bottom: 66px; }
      .blog_sec > .content .items .nav nav {
        text-align: center; }
      .blog_sec > .content .items .nav .screen-reader-text {
        display: none; }
      .blog_sec > .content .items .nav .nav-links .current {
        padding: 8px 17px;
        position: relative;
        display: inline-block; }
        .blog_sec > .content .items .nav .nav-links .current::after {
          content: '';
          position: absolute;
          width: 31px;
          height: 31px;
          border: 2px solid #dadad9;
          border-radius: 50%;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto; }
      .blog_sec > .content .items .nav .nav-links a, .blog_sec > .content .items .nav .nav-links > span {
        font-size: 12px;
        margin: 0 11px;
        color: #1a1e27;
        font-weight: 400;
        padding: 4px; }
      .blog_sec > .content .items .nav .nav-links .next, .blog_sec > .content .items .nav .nav-links .prev {
        background-color: #0098ff;
        padding: 8px 10px 8px 18px;
        border-radius: unset;
        position: relative;
        top: -2px; }
        .blog_sec > .content .items .nav .nav-links .next span, .blog_sec > .content .items .nav .nav-links .prev span {
          vertical-align: middle;
          font-size: 16px;
          font-weight: 700;
          color: #fff; }
          .blog_sec > .content .items .nav .nav-links .next span span, .blog_sec > .content .items .nav .nav-links .prev span span {
            font-size: 17px;
            font-weight: 400;
            position: relative;
            top: -1px;
            right: 5px; }
      .blog_sec > .content .items .nav .nav-links .prev {
        padding: 8px 18px 8px 10px; }
        .blog_sec > .content .items .nav .nav-links .prev span {
          top: -1px !important;
          right: -6px !important; }

.testimonials_page_sec .banner {
  min-height: 274px;
  background-position: center 0;
  background-repeat: no-repeat; }
  @media screen and (max-width: 450px) {
    .testimonials_page_sec .banner {
      min-height: 200px; } }
  .testimonials_page_sec .banner h1 {
    color: #ffffff;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.34);
    font-size: 52px;
    padding-top: 120px; }
    @media screen and (max-width: 767px) {
      .testimonials_page_sec .banner h1 {
        font-size: 32px;
        line-height: 39px; } }
    @media screen and (max-width: 370px) {
      .testimonials_page_sec .banner h1 {
        font-size: 28px;
        line-height: 35px; } }

.testimonials_page_sec > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .testimonials_page_sec > .content .articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .testimonials_page_sec > .content .articles > article {
      -webkit-box-shadow: 0 0 32px rgba(112, 113, 114, 0.18);
      box-shadow: 0 0 32px rgba(112, 113, 114, 0.18);
      background-color: #ffffff;
      margin-bottom: 30px;
      padding: 33px;
      padding-top: 26px;
      padding-bottom: 14px; }
      @media screen and (max-width: 420px) {
        .testimonials_page_sec > .content .articles > article {
          padding: 23px; } }
      @media screen and (max-width: 370px) {
        .testimonials_page_sec > .content .articles > article {
          padding: 20px; } }
      .testimonials_page_sec > .content .articles > article .title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 12px;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 20px;
        padding-right: 45px; }
        @media screen and (max-width: 420px) {
          .testimonials_page_sec > .content .articles > article .title {
            padding-right: 30px; } }
        .testimonials_page_sec > .content .articles > article .title .quote_icon {
          margin-left: 15px;
          position: absolute;
          top: 1px;
          right: 1px;
          width: auto; }
          @media screen and (max-width: 420px) {
            .testimonials_page_sec > .content .articles > article .title .quote_icon {
              top: 4px;
              width: 20px;
              height: auto; } }
        .testimonials_page_sec > .content .articles > article .title h2 {
          font-size: 21px;
          margin: 0; }
          @media screen and (max-width: 450px) {
            .testimonials_page_sec > .content .articles > article .title h2 {
              font-size: 19px; } }
          @media screen and (max-width: 420px) {
            .testimonials_page_sec > .content .articles > article .title h2 {
              font-size: 18px; } }
          .testimonials_page_sec > .content .articles > article .title h2 span {
            color: #0098ff; }
        .testimonials_page_sec > .content .articles > article .title .stars {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-right: auto; }
          .testimonials_page_sec > .content .articles > article .title .stars .fa-star {
            color: #0098ff;
            font-size: 12px;
            margin-right: 9px; }
            @media screen and (max-width: 420px) {
              .testimonials_page_sec > .content .articles > article .title .stars .fa-star {
                font-size: 11px;
                margin-right: 5px; } }
      .testimonials_page_sec > .content .articles > article .text p {
        color: #404042;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px; }
        @media screen and (max-width: 400px) {
          .testimonials_page_sec > .content .articles > article .text p {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 10px; } }
        .testimonials_page_sec > .content .articles > article .text p a.read_more {
          font-weight: 700;
          color: #0098ff;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .testimonials_page_sec > .content .articles > article .text p a.read_more .lnr-arrow-left {
            color: #0098ff;
            margin-right: 7px; }
      .testimonials_page_sec > .content .articles > article .author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 18px 0px;
        padding-top: 0;
        margin-top: -10px; }
        .testimonials_page_sec > .content .articles > article .author h3 {
          margin: 0;
          font-size: 17px;
          line-height: 24px; }

.about_page_sec > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .about_page_sec > .content > article {
    position: relative;
    -webkit-box-shadow: 0 0 32px rgba(112, 113, 114, 0.22);
    box-shadow: 0 0 32px rgba(112, 113, 114, 0.22);
    background-color: #ffffff;
    padding: 30px;
    padding-bottom: 35px;
    padding-right: 57px; }
    @media screen and (max-width: 500px) {
      .about_page_sec > .content > article {
        padding: 20px;
        padding-bottom: 25px; } }

.contact_page_sec {
  background-color: #efefef; }
  .contact_page_sec .banner {
    min-height: 306px; }
    .contact_page_sec .banner .el-box_small .title_container {
      padding-top: 206px; }
      @media screen and (max-width: 450px) {
        .contact_page_sec .banner .el-box_small .title_container {
          padding-top: 120px;
          padding-bottom: 40px; } }
  .contact_page_sec .content .el-box_small {
    padding-top: 53px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .contact_page_sec .content .el-box_small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 500px) {
      .contact_page_sec .content .el-box_small {
        padding-top: 20px; } }
    .contact_page_sec .content .el-box_small .contact_form {
      width: calc(50% - 15px);
      background-color: #fff; }
      @media screen and (max-width: 767px) {
        .contact_page_sec .content .el-box_small .contact_form {
          width: 100%;
          padding-left: 0; } }
      .contact_page_sec .content .el-box_small .contact_form form .title {
        background-color: #efefef;
        margin-top: 0;
        font-size: 30px;
        padding-bottom: 19px;
        position: relative;
        font-weight: 900;
        margin-bottom: 0px; }
        @media screen and (max-width: 1200px) {
          .contact_page_sec .content .el-box_small .contact_form form .title {
            font-size: 32px; } }
        .contact_page_sec .content .el-box_small .contact_form form .title::after {
          content: '';
          width: 93px;
          height: 2px;
          background-color: #0098ff;
          position: absolute;
          bottom: 17px;
          right: 1px; }
      .contact_page_sec .content .el-box_small .contact_form form .sub_title {
        font-size: 18px;
        font-weight: 400;
        color: #0098ff;
        margin-bottom: 5px;
        padding-bottom: 0;
        padding-top: 15px; }
        @media screen and (max-width: 1200px) {
          .contact_page_sec .content .el-box_small .contact_form form .sub_title {
            font-size: 16px;
            margin-bottom: 15px; } }
      .contact_page_sec .content .el-box_small .contact_form form > p {
        padding: 0 35px 22px 35px; }
      .contact_page_sec .content .el-box_small .contact_form form input {
        margin-bottom: 14px;
        height: 50px;         direction: rtl; }
      .contact_page_sec .content .el-box_small .contact_form form textarea {
        height: 93px;
        margin-bottom: 14px; }
      .contact_page_sec .content .el-box_small .contact_form form button {
        width: auto;
        margin-right: auto;
        font-weight: 400;
        padding: 12px 31px; }
    .contact_page_sec .content .el-box_small .contact_items {
      width: calc(50% - 15px);
      background-color: #fff; }
      @media screen and (max-width: 767px) {
        .contact_page_sec .content .el-box_small .contact_items {
          width: 100%;
          padding: 0;
          margin-top: 50px; } }
      .contact_page_sec .content .el-box_small .contact_items > h2 {
        background-color: #efefef;
        margin-top: 0;
        font-size: 30px;
        padding-bottom: 19px;
        position: relative;
        font-weight: 900;
        margin-bottom: 15px; }
        @media screen and (max-width: 1200px) {
          .contact_page_sec .content .el-box_small .contact_items > h2 {
            font-size: 32px;
            margin-bottom: 0px; } }
        .contact_page_sec .content .el-box_small .contact_items > h2::after {
          content: '';
          width: 93px;
          height: 2px;
          background-color: #0098ff;
          position: absolute;
          bottom: 17px;
          right: 1px; }
      .contact_page_sec .content .el-box_small .contact_items .items .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-bottom: 3px solid #ebebeb;
        padding-right: 40px;
        padding-left: 10px; }
        .contact_page_sec .content .el-box_small .contact_items .items .item i {
          font-size: 21px;
          color: #0098ff;
          margin-top: 16px;
          margin-left: 20px; }
        .contact_page_sec .content .el-box_small .contact_items .items .item .title {
          margin-top: 15px;
          margin-bottom: 2px;
          font-size: 18px;
          font-weight: 400;
          color: #0098ff; }
        .contact_page_sec .content .el-box_small .contact_items .items .item p {
          font-size: 16px;
          margin-bottom: 10px; }
        .contact_page_sec .content .el-box_small .contact_items .items .item:last-child {
          border-bottom: unset; }
      .contact_page_sec .content .el-box_small .contact_items .items .address p {
        line-height: 24px; }
    .contact_page_sec .content .el-box_small .map_container {
      width: 100%; }
      .contact_page_sec .content .el-box_small .map_container > h2 {
        background-color: #efefef;
        margin-top: 0;
        font-size: 30px;
        padding-bottom: 19px;
        position: relative;
        font-weight: 900;
        margin-bottom: 3px;
        margin-top: 40px; }
        @media screen and (max-width: 1200px) {
          .contact_page_sec .content .el-box_small .map_container > h2 {
            font-size: 32px;
            margin-bottom: 0px; } }
        .contact_page_sec .content .el-box_small .map_container > h2::after {
          content: '';
          width: 93px;
          height: 2px;
          background-color: #0098ff;
          position: absolute;
          bottom: 17px;
          right: 1px; }
      .contact_page_sec .content .el-box_small .map_container .map {
        height: 420px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center 0; }
        @media screen and (max-width: 767px) {
          .contact_page_sec .content .el-box_small .map_container .map {
            background-position: calc(50% - 120px) 0; } }

.judgments_page_sec > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 350px) {
    .judgments_page_sec > .content {
      padding: 25px 15px 65px 15px;
      max-width: calc(100% - 30px); } }
  .judgments_page_sec > .content .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .judgments_page_sec > .content .items .item {
      -webkit-box-shadow: 0 0 32px rgba(112, 113, 114, 0.18);
      box-shadow: 0 0 32px rgba(112, 113, 114, 0.18);
      background-color: #ffffff;
      margin-bottom: 30px;
      -webkit-transition: -webkit-box-shadow 0.3s;
      transition: -webkit-box-shadow 0.3s;
      -o-transition: box-shadow 0.3s;
      transition: box-shadow 0.3s;
      transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
      @media screen and (min-width: 1401px) {
        .judgments_page_sec > .content .items .item {
          width: calc(100% / 3 - 20px);
          margin-left: 30px; }
          .judgments_page_sec > .content .items .item:nth-child(3n) {
            margin-left: 0; } }
      @media (max-width: 1400px) and (min-width: 1201px) {
        .judgments_page_sec > .content .items .item {
          margin-bottom: 20px;
          width: calc(100% / 3 - 13.33333px);
          margin-left: 20px; }
          .judgments_page_sec > .content .items .item:nth-child(3n) {
            margin-left: 0; } }
      @media (max-width: 1200px) and (min-width: 651px) {
        .judgments_page_sec > .content .items .item {
          width: calc(100% / 2 - 10px);
          margin-left: 20px; }
          .judgments_page_sec > .content .items .item:nth-child(2n) {
            margin-left: 0; } }
      @media screen and (max-width: 650px) {
        .judgments_page_sec > .content .items .item {
          width: 450px;
          margin: 0 auto;
          margin-bottom: 25px; } }
      @media screen and (max-width: 480px) {
        .judgments_page_sec > .content .items .item {
          width: 100%;
          margin: 0 auto;
          margin-bottom: 25px; } }
      .judgments_page_sec > .content .items .item .thumbnail {
        position: relative; }
        .judgments_page_sec > .content .items .item .thumbnail img {
          width: 100%;
          height: auto;
          vertical-align: middle;
          position: relative;
          z-index: 1; }
        .judgments_page_sec > .content .items .item .thumbnail .subject {
          position: absolute;
          width: 100%;
          height: 100%;
          right: 0;
          top: 0;
          z-index: 2;
          font-size: 25px;
          color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          background-color: rgba(16, 19, 25, 0.7); }
      .judgments_page_sec > .content .items .item .content {
        padding: 31px 29px;
        padding-top: 8px; }
        .judgments_page_sec > .content .items .item .content h2.title {
          margin-top: 13px;
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 22px;
          -webkit-transition: color 0.3s;
          -o-transition: color 0.3s;
          transition: color 0.3s;
          font-weight: 400; }
          .judgments_page_sec > .content .items .item .content h2.title:hover {
            color: #0098ff; }
        .judgments_page_sec > .content .items .item .content .text {
          line-height: 22px;
          font-weight: 300;
          font-size: 18px;
          color: #404042;
          margin-bottom: 13px; }
        .judgments_page_sec > .content .items .item .content .read_more {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          color: #0098ff;
          font-size: 17px;
          font-weight: 700;
          margin-bottom: 0; }
          .judgments_page_sec > .content .items .item .content .read_more .lnr-arrow-left {
            margin-right: 11px;
            color: #0098ff; }
      .judgments_page_sec > .content .items .item:hover {
        -webkit-box-shadow: 0px 5px 49px 0px rgba(112, 113, 114, 0.34);
        box-shadow: 0px 5px 49px 0px rgba(112, 113, 114, 0.34); }
    .judgments_page_sec > .content .items .text_beneath_items {
      width: 100%; }

.thank_you_page_sec {
  min-height: 713px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 0; }
  @media screen and (max-width: 767px) {
    .thank_you_page_sec {
      min-height: 513px; } }
  @media screen and (max-width: 550px) {
    .thank_you_page_sec {
      min-height: 413px; } }
  .thank_you_page_sec #breadcrumbs_r {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    border-bottom: 1px solid rgba(232, 232, 232, 0.09); }
  .thank_you_page_sec h1 {
    font-size: 52px;
    margin: 0;
    margin-top: -110px; }
    @media screen and (max-width: 767px) {
      .thank_you_page_sec h1 {
        font-size: 32px; } }
    @media screen and (max-width: 550px) {
      .thank_you_page_sec h1 {
        margin-top: 0px; } }
  .thank_you_page_sec p {
    font-size: 18px;
    font-weight: 700;
    color: #0098ff;
    margin-bottom: 22px; }

.not_found_page_sec {
  min-height: 713px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 0; }
  @media screen and (max-width: 767px) {
    .not_found_page_sec {
      min-height: 513px; } }
  @media screen and (max-width: 550px) {
    .not_found_page_sec {
      min-height: 413px; } }
  .not_found_page_sec #breadcrumbs_r {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    border-bottom: 1px solid rgba(232, 232, 232, 0.09); }
  .not_found_page_sec .container_f {
    text-align: center; }
    .not_found_page_sec .container_f h1 {
      font-size: 52px;
      margin: 0;
      margin-top: -110px; }
      @media screen and (max-width: 767px) {
        .not_found_page_sec .container_f h1 {
          font-size: 32px; } }
      @media screen and (max-width: 550px) {
        .not_found_page_sec .container_f h1 {
          margin-top: 0px; } }
    .not_found_page_sec .container_f p {
      font-size: 18px;
      font-weight: 700;
      color: #0098ff;
      margin-bottom: 22px; }
    .not_found_page_sec .container_f .button_fill {
      margin: 0 auto; }

body {
  margin: 0; }
  body article, body div, body ul, body ol {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  body ul {
    margin: 0; }
  body .button_fill_single_chevron {
    cursor: pointer;
    border: unset;
    background-color: #0098ff;
    font-family: "Open Sans Hebrew Center", sans-serif;
    padding: 11px 21px;
    padding-left: 25px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    color: #fefbf0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media screen and (max-width: 550px) {
      body .button_fill_single_chevron {
        font-size: 16px; } }
    body .button_fill_single_chevron::after {
      content: "\f104";
      font-family: FontAwesome;
      margin-right: 7px;
      font-size: 13px; }
      @media screen and (max-width: 550px) {
        body .button_fill_single_chevron::after {
          font-size: 17px; } }
    body .button_fill_single_chevron:hover {
      background-color: #0a60ff; }
  body .title_with_underline {
    font-size: 40px;
    position: relative;
    padding-top: 53px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 900; }
    @media screen and (max-width: 767px) {
      body .title_with_underline {
        font-size: 32px;
        padding-top: 37px; } }
    body .title_with_underline::after {
      content: '';
      width: 93px;
      height: 2px;
      background-color: #0098ff;
      position: absolute;
      bottom: -8px;
      right: 1px; }
  body .animation_arrow {
    margin-left: 23px;
    margin-right: -10px; }
    body .animation_arrow .right {
      position: relative; }
      body .animation_arrow .right > div {
        position: relative;
        width: 12px;
        height: auto;
        display: inline-block;
        -webkit-animation: arrow_a  2s infinite ease-in-out;
        animation: arrow_a  2s infinite ease-in-out; }
        body .animation_arrow .right > div span {
          color: #0098ff;
          font-size: 34px; }
        body .animation_arrow .right > div:nth-child(1) {
          -webkit-animation-delay: 0.33333s;
          animation-delay: 0.33333s; }
        body .animation_arrow .right > div:nth-child(2) {
          -webkit-animation-delay: 0.66667s;
          animation-delay: 0.66667s; }
        body .animation_arrow .right > div:nth-child(3) {
          -webkit-animation-delay: 1s;
          animation-delay: 1s; }

@-webkit-keyframes arrow_a {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes arrow_a {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  body .wpcf7 {
    direction: rtl; }
    body .wpcf7 form p {
      margin-bottom: 0; }
      body .wpcf7 form p input, body .wpcf7 form p textarea {
        width: 100%;
        color: #2e363c;
        font-weight: 400;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 40px;
        font-size: 16px;
        font-family: "Open Sans Hebrew", sans-serif;
        border: 1px solid #404042;
        margin-bottom: 21px;
        padding: 0;
        padding-right: 15px; }
        @media screen and (max-width: 400px) {
          body .wpcf7 form p input, body .wpcf7 form p textarea {
            font-size: 14px; } }
        body .wpcf7 form p input:focus, body .wpcf7 form p input:active, body .wpcf7 form p textarea:focus, body .wpcf7 form p textarea:active {
          outline: unset;
          border-color: #0098ff; }
        body .wpcf7 form p input::-webkit-input-placeholder, body .wpcf7 form p textarea::-webkit-input-placeholder {
          color: #929292;
          font-weight: 400;
          font-family: "Open Sans Hebrew Center", sans-serif; }
        body .wpcf7 form p input:-ms-input-placeholder, body .wpcf7 form p textarea:-ms-input-placeholder {
          color: #929292;
          font-weight: 400;
          font-family: "Open Sans Hebrew Center", sans-serif; }
        body .wpcf7 form p input::-ms-input-placeholder, body .wpcf7 form p textarea::-ms-input-placeholder {
          color: #929292;
          font-weight: 400;
          font-family: "Open Sans Hebrew Center", sans-serif; }
        body .wpcf7 form p input::placeholder, body .wpcf7 form p textarea::placeholder {
          color: #929292;
          font-weight: 400;
          font-family: "Open Sans Hebrew Center", sans-serif; }
      body .wpcf7 form p textarea {
        resize: none;
        height: 97px;
        padding-top: 15px; }
      body .wpcf7 form p .selecter {
        width: 100%;
        max-width: unset;
        margin: 0; }
        body .wpcf7 form p .selecter .selecter-selected {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border: 2px solid #404042;
          border-radius: unset;
          text-align: right;
          color: #929292;
          font-weight: 400;
          font-size: 16px;
          background-color: transparent;
          padding: 12px 15px; }
          @media screen and (max-width: 400px) {
            body .wpcf7 form p .selecter .selecter-selected {
              font-size: 14px; } }
          body .wpcf7 form p .selecter .selecter-selected::after {
            content: '\f078';
            font-family: FontAwesome, sans-serif;
            font-size: 11px;
            color: #0098ff;
            margin-right: auto;
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            -o-transition: transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s; }
        body .wpcf7 form p .selecter .selecter-options .selecter-item {
          text-align: right;
          color: #929292;
          font-weight: 400;
          font-size: 16px; }
          body .wpcf7 form p .selecter .selecter-options .selecter-item:hover {
            background-color: rgba(235, 235, 235, 0.3); }
        body .wpcf7 form p .selecter.open .selecter-selected {
          border-color: #0098ff; }
          body .wpcf7 form p .selecter.open .selecter-selected::before {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
    body .wpcf7 form button {
      cursor: pointer;
      border: unset;
      background-color: #0098ff;
      font-family: "Open Sans Hebrew Center", sans-serif;
      padding: 12px 21px;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s;
      color: #fefbf0;
      font-size: 19px;
      font-weight: 500;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 550px) {
        body .wpcf7 form button {
          font-size: 16px;
          padding: 8px 21px; } }
      body .wpcf7 form button:hover {
        background-color: #0a60ff; }
    body .wpcf7 form input.wpcf7-not-valid, body .wpcf7 form textarea.wpcf7-not-valid {
      border: 1px solid #f00; }
    body .wpcf7 form .wpcf7-not-valid-tip, body .wpcf7 form .wpcf7-validation-errors, body .wpcf7 form .wpcf7-mail-sent-ok {
      display: none !important; }
    body .wpcf7 form .button_with_animation_arrow {
      width: auto;
      padding: 7px 40px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      height: 46px; }
      body .wpcf7 form .button_with_animation_arrow > span {
        color: #ffffff; }
      body .wpcf7 form .button_with_animation_arrow .animation_arrow {
        margin-left: 0;
        margin-right: 0;
        margin-right: 3px; }
        body .wpcf7 form .button_with_animation_arrow .animation_arrow .right div {
          width: 3px;
          height: auto; }
          body .wpcf7 form .button_with_animation_arrow .animation_arrow .right div span {
            font-size: 17px;
            color: #fff; }
  body .banner {
    position: relative;
    min-height: 449px;
    background-repeat: no-repeat;
    background-position: center 0; }
    @media screen and (max-width: 450px) {
      body .banner {
           min-height: 195px;
    background-size: 100% 100%;
    height: 195px;} }
    body .banner .el-box_small .title_container {
      padding-top: 206px; }
      @media screen and (max-width: 450px) {
        body .banner .el-box_small .title_container {
          padding-top: 120px;
          padding-bottom: 110px; } }
      body .banner .el-box_small .title_container .first_row {
        font-size: 40px;
        color: #0098ff;
        margin-bottom: 1px;
        margin-top: 0;
        letter-spacing: 0.1px;
        padding-right: 55px; }
        @media screen and (max-width: 767px) {
          body .banner .el-box_small .title_container .first_row {
            font-size: 28px; } }
        @media screen and (max-width: 450px) {
          body .banner .el-box_small .title_container .first_row {
            padding-right: 20px; } }
        @media screen and (max-width: 370px) {
          body .banner .el-box_small .title_container .first_row {
            font-size: 32px;
            line-height: 35px; } }
      body .banner .el-box_small .title_container .second_row {
        margin-top: 1px;
        font-size: 35px;
        color: #fff;
        line-height: 39px;
        padding-bottom: 28px;
        font-weight: 300;
        letter-spacing: 0.1px;
        padding-right: 55px; }
        @media screen and (max-width: 767px) {

          .contact_page_sec .banner {
              min-height: 106px;
              background-size: cover;
              height: 195px;
          }
          body.page-template-page-about .banner {
            background-size: cover; 
          }
          body .banner .el-box_small .title_container .second_row {
            font-size: 32px;
            line-height: 39px; } }
        @media screen and (max-width: 450px) {
          body .banner .el-box_small .title_container .second_row {
            padding-right: 20px;
            padding-bottom: 0;
            margin-bottom: 0; } }
        @media screen and (max-width: 370px) {
          body .banner .el-box_small .title_container .second_row {
            font-size: 18px;
            line-height: 35px; } }
    body .banner .search_row {
      height: 84px;
      background-color: #111f43;
      opacity: 0.8;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%; }
      body .banner .search_row form {
        margin-right: auto;
        position: relative;
        width: 318px; }
        @media screen and (max-width: 450px) {
          body .banner .search_row form {
            width: 250px; } }
        body .banner .search_row form input {
          width: 100%;
          height: 52px;
          color: #fff;
          font-weight: 400;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          height: 52px;
          padding-right: 25px;
          font-size: 18px;
          font-family: "Open Sans Hebrew Center", sans-serif;
          border: 1px solid #ffffff;
          margin-bottom: 0px;
          background-color: transparent; }
          @media screen and (max-width: 400px) {
            body .banner .search_row form input {
              font-size: 14px;
              height: 45px; } }
          body .banner .search_row form input:focus, body .banner .search_row form input:active {
            outline: unset;
            border-color: #0098ff; }
          body .banner .search_row form input::-webkit-input-placeholder {
            color: #929292;
            font-weight: 400; }
          body .banner .search_row form input:-ms-input-placeholder {
            color: #929292;
            font-weight: 400; }
          body .banner .search_row form input::-ms-input-placeholder {
            color: #929292;
            font-weight: 400; }
          body .banner .search_row form input::placeholder {
            color: #929292;
            font-weight: 400; }
        body .banner .search_row form button {
         position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    background-color: transparent;
    border: unset;
    height: 20px;
    margin: 0px;}
          body .banner .search_row form button i {
            color: #0098ff;
    font-size: 16px;
    cursor: pointer;
    padding: 18px;
    margin: 0px;}
  body .el-article h2 {
    font-size: 30px;
    line-height: 35px; }
  body .el-article h3 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 10px;
    line-height: 28px; }
    @media screen and (max-width: 500px) {
      body .el-article h3 {
        font-size: 22px; } }
  body .el-article h4 {
    font-size: 20px;
    color: #303032;
    font-weight: 700;
    line-height: 32px;
    margin-top: 18px;
    margin-bottom: 11px; }
    @media screen and (max-width: 500px) {
      body .el-article h4 {
        font-size: 19px; } }
  body .el-article p {
    font-size: 16px;
    font-weight: 400;
    color: #303032;
    line-height: 25px;
    margin-bottom: 26px; }
    @media screen and (max-width: 500px) {
      body .el-article p {
        font-size: 16px;
        line-height: 24px; } }
    @media screen and (max-width: 350px) {
      body .el-article p {
        font-size: 15px;
        line-height: 22px; } }
  body .el-article .for_shortcode_form {
    width: calc(100% + 20px);
    position: relative;
    right: -23px; }
  body .el-article img {
    max-width: 100%;
    width: auto;
    height: auto; }
  body .sidebar {
    max-width: 319px;
    margin: 0 auto; }
    body .sidebar > aside {
      margin-bottom: 29px; }
    body .sidebar .form_container {
      text-align: center;
      padding: 30px;
      padding-bottom: 40px;
      position: relative;
      -webkit-box-shadow: 0 0 32px rgba(112, 113, 114, 0.22);
      box-shadow: 0 0 32px rgba(112, 113, 114, 0.22);
      background-color: #ffffff; }
      body .sidebar .form_container .title {
        color: #0098ff;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 5px;
        margin-top: 3px;
        letter-spacing: 0.1px; }
      body .sidebar .form_container .tel {
        color: #0098ff;
        font-size: 25px;
        font-weight: 700;
        padding-top: 9px;
        padding-bottom: 8px;
        position: absolute;
        width: 100%;
        right: 0px; }
        body .sidebar .form_container .tel > i {
          font-size: 21px;
          margin-left: 7px;
          position: relative;
          bottom: 3px; }
        body .sidebar .form_container .tel::after {
          content: '';
          width: 26px;
          height: 26px;
          display: inline-block;
          position: relative;
          top: 4px;
          margin-right: 8px; }
      body .sidebar .form_container .above_form {
        color: #404042;
        font-size: 18px;
        font-weight: 400;
        margin-top: 75px;
        margin-bottom: 16px; }
      body .sidebar .form_container .wpcf7 input, body .sidebar .form_container .wpcf7 .selecter-selected {
        height: 52px;
        margin-bottom: 13px;
        border: 1px solid #40444e;     direction: rtl; }
      body .sidebar .form_container .wpcf7 .selecter-selected {
        margin-bottom: 2px; }
        body .sidebar .form_container .wpcf7 .selecter-selected::before {
          left: 15px;
          top: 18px; }
      body .sidebar .form_container .wpcf7 button {
        margin-top: -8px; }
        body .sidebar .form_container .wpcf7 button::after {
          font-size: 17px; }
    body .sidebar .category_accordion {
      background-color: unset;
      -webkit-box-shadow: unset;
      box-shadow: unset;
      margin-bottom: 37px; }
      body .sidebar .category_accordion .category_items .category_item {
        margin-bottom: 16px;
        -webkit-box-shadow: 0 0 32px rgba(112, 113, 114, 0.22);
        box-shadow: 0 0 32px rgba(112, 113, 114, 0.22);
        background-color: #ffffff; }
        body .sidebar .category_accordion .category_items .category_item .header {
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 10px 25px;
          padding-right: 15px;
          min-height: 88px; }
          body .sidebar .category_accordion .category_items .category_item .header .title {
            margin-top: 0;
            margin-bottom: 3px;
            margin-right: 12px;
            font-size: 23px;
            line-height: 21px;
            color: #0098ff;
            position: relative;
            top: 3px; }
          body .sidebar .category_accordion .category_items .category_item .header .button_chevron {
            margin-right: auto;
            width: 52px;
            height: 52px;
            background-color: #f4f4f4;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            body .sidebar .category_accordion .category_items .category_item .header .button_chevron .lnr-chevron-down {
              -webkit-transition: -webkit-transform 0.3s;
              transition: -webkit-transform 0.3s;
              -o-transition: transform 0.3s;
              transition: transform 0.3s;
              transition: transform 0.3s, -webkit-transform 0.3s; }
        body .sidebar .category_accordion .category_items .category_item .link_list {
          border-top: 3px solid #f4f4f4;
          -webkit-transform: scaleY(0.4);
          -ms-transform: scaleY(0.4);
          transform: scaleY(0.4);
          -webkit-transform-origin: top;
          -ms-transform-origin: top;
          transform-origin: top;
          opacity: 0;
          right: -999%;
          position: absolute;
          visibility: hidden; }
          body .sidebar .category_accordion .category_items .category_item .link_list .link_items {
            padding-right: 0;
            padding-bottom: 5px; }
            body .sidebar .category_accordion .category_items .category_item .link_list .link_items li {
              color: #242424;
              font-size: 17px;
              font-weight: 400;
              line-height: 45px;
              list-style: none;
              position: relative;
              padding-right: 0px;
              border-bottom: 1px solid #f3f2f1; }
              @media screen and (max-width: 550px) {
                body .sidebar .category_accordion .category_items .category_item .link_list .link_items li {
                  font-size: 16px;
                  line-height: 25px; } }
              @media screen and (max-width: 390px) {
                body .sidebar .category_accordion .category_items .category_item .link_list .link_items li {
                  font-size: 14px;
                  line-height: 25px; } }
              @media screen and (max-width: 340px) {
                body .sidebar .category_accordion .category_items .category_item .link_list .link_items li {
                  font-size: 13px;
                  line-height: 25px; } }
              body .sidebar .category_accordion .category_items .category_item .link_list .link_items li::before {
                content: '';
                width: 6px;
                height: 6px;
                background-color: #0098ff;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                position: absolute;
                right: 30px;
                top: 19px;
                z-index: 1; }
              body .sidebar .category_accordion .category_items .category_item .link_list .link_items li:last-child {
                border-bottom: unset; }
              body .sidebar .category_accordion .category_items .category_item .link_list .link_items li a {
                position: relative;
                z-index: 2;
                padding-right: 53px;
                display: block; }
              body .sidebar .category_accordion .category_items .category_item .link_list .link_items li.el-current a {
                color: #0098ff; }
        body .sidebar .category_accordion .category_items .category_item.open .header .button_chevron .lnr-chevron-down {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
        body .sidebar .category_accordion .category_items .category_item.open .link_list {
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          opacity: 1;
          -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
          transform: scaleY(1);
          position: static;
          visibility: visible; }
  body #el-article-posts {
    padding-bottom: 16px;
    margin-bottom: 33px;
    padding-top: 16px; }
    @media screen and (max-width: 991px) {
      body #el-article-posts {
        padding-bottom: 0px;
        margin-bottom: 0px; } }
    body #el-article-posts .el-title-posts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 21px;
      right: 0;
      margin-bottom: 40px;
      position: relative; }
      body #el-article-posts .el-title-posts h3 {
        text-align: center;
        font-size: 30px;
        color: #1079c4;
        margin: 0 18px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        margin-top: 42px; }
        body #el-article-posts .el-title-posts h3::after {
          content: '';
          width: 93px;
          height: 2px;
          background-color: #262c39;
          position: absolute;
          bottom: -11px;
          right: 0;
          left: 0;
          margin: 0 auto; }
    body #el-article-posts .el-wrap-posts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 11px; }
      @media screen and (max-width: 600px) {
        body #el-article-posts .el-wrap-posts {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      body #el-article-posts .el-wrap-posts .item {
        -webkit-box-shadow: 0 0 89px 6px rgba(2, 2, 2, 0.11);
        box-shadow: 0 0 89px 6px rgba(2, 2, 2, 0.11);
        background-color: #ffffff;
        max-width: 205px;
        margin-bottom: 17px; }
        @media screen and (max-width: 991px) {
          body #el-article-posts .el-wrap-posts .item {
            margin-bottom: 20px; } }
        body #el-article-posts .el-wrap-posts .item .thumbnail img {
          vertical-align: middle;
          width: 100%;
          height: auto; }
        body #el-article-posts .el-wrap-posts .item .content {
          padding: 4px 11px 10px 11px; }
          body #el-article-posts .el-wrap-posts .item .content .head {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            position: relative;
            padding-right: 62px; }
            body #el-article-posts .el-wrap-posts .item .content .head img {
              position: absolute;
              bottom: 20px;
              padding: 2px;
              border-radius: 50%;
              background-color: #fff;
              right: -2px; }
            body #el-article-posts .el-wrap-posts .item .content .head p {
              margin-bottom: 1px;
              color: #333333;
              font-size: 15px;
              line-height: 22px; }
              body #el-article-posts .el-wrap-posts .item .content .head p.category {
                padding: 0;
                padding-right: 15px;
                left: -5px;
                position: relative; }
                body #el-article-posts .el-wrap-posts .item .content .head p.category::before {
                  content: '';
                  width: 6px;
                  height: 6px;
                  background-color: #0098ff;
                  -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
                  display: inline-block;
                  position: absolute; }
                body #el-article-posts .el-wrap-posts .item .content .head p.category::before {
                  right: 2px;
                  top: 9px; }
          body #el-article-posts .el-wrap-posts .item .content .title {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 14px; }
        body #el-article-posts .el-wrap-posts .item:nth-child(2),body #el-article-posts .el-wrap-posts .item:nth-child(5)  {
          margin: 0 18px;
          margin-bottom: 17px; }
          @media screen and (max-width: 1200px) {
            body #el-article-posts .el-wrap-posts .item:nth-child(2) {
              margin: 0 17px;
              margin-bottom: 17px; } }
          @media screen and (max-width: 991px) {
            body #el-article-posts .el-wrap-posts .item:nth-child(2) {
              margin: 0 17px;
              margin-bottom: 17px; } }
          @media screen and (max-width: 600px) {
            body #el-article-posts .el-wrap-posts .item:nth-child(2) {
              margin: 0;
              margin-bottom: 17px; } }
    body #el-article-posts .border_bottom, body #el-article-posts .border_top {
      position: absolute;
      right: 0;
      background-color: #eeeeee;
      width: 100%;
      height: 3px; }
    body #el-article-posts .border_bottom {
      margin-top: 20px; }
  body .for_shortcode_form {
    background-color: #121f3f;
    text-align: center;
    padding: 32px 23px;
    padding-top: 19px;
    padding-bottom: 38px;
    position: relative;
    margin-top: 80px; }
    @media screen and (max-width: 991px) {
      body .for_shortcode_form {
        display: none; } }
    @media screen and (max-width: 450px) {
      body .for_shortcode_form {
        padding: 20px;
        padding-top: 33px; } }
    body .for_shortcode_form h3 {
      color: #0098ff;
      font-size: 30px;
      font-weight: 700;
      line-height: 40px;
      margin-bottom: 32px; }
    body .for_shortcode_form .wpcf7 form .title {
      color: #0098ff;
      font-size: 22px;
      margin-bottom: 1px;
      margin-top: 13px; }
      @media screen and (max-width: 450px) {
        body .for_shortcode_form .wpcf7 form .title {
          font-size: 19px;
          line-height: 22px; } }
    body .for_shortcode_form .wpcf7 form .sub_title {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 16px; }
      @media screen and (max-width: 450px) {
        body .for_shortcode_form .wpcf7 form .sub_title {
          font-size: 20px; } }
    body .for_shortcode_form .wpcf7 form p input, body .for_shortcode_form .wpcf7 form p .selecter {
      width: calc(100% / 3 - 51px);
      display: inline-block;
      vertical-align: middle;
      height: 40px;
      margin-left: 6px; }
      @media screen and (max-width: 1200px) {
        body .for_shortcode_form .wpcf7 form p input, body .for_shortcode_form .wpcf7 form p .selecter {
          max-width: 400px;
          width: 100%;
          display: block;
          margin: 0 auto;
          margin-bottom: 15px; } }
    @media screen and (max-width: 870px) {
      body .for_shortcode_form .wpcf7 form .selecter {
        margin-bottom: 20px; } }
    body .for_shortcode_form .wpcf7 form .selecter .selecter-selected {
      padding: 6px 15px;
      line-height: 28px; }
      body .for_shortcode_form .wpcf7 form .selecter .selecter-selected::before {
        top: 6px; }
    body .for_shortcode_form .wpcf7 form input {
      background-color: transparent;
      margin-bottom: 0; }
      @media screen and (max-width: 870px) {
        body .for_shortcode_form .wpcf7 form input {
          margin-bottom: 10px; } }
    body .for_shortcode_form .wpcf7 form button {
      width: 120px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 40px;
      vertical-align: middle;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 2px 11px;
      font-size: 16px; }
      @media screen and (max-width: 550px) {
        body .for_shortcode_form .wpcf7 form button {
          height: 40px; } }
    body .for_shortcode_form .wpcf7 form br {
      display: none; }
  body .sidebar_and_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 64px;
    padding-bottom: 75px; }
    @media screen and (max-width: 991px) {
      body .sidebar_and_content {
        padding-top: 28px; } }
    @media screen and (max-width: 767px) {
      body .sidebar_and_content {
        padding-bottom: 40px; } }
    @media screen and (max-width: 450px) {
      body .sidebar_and_content {
        padding-bottom: 20px; } }
    @media screen and (max-width: 350px) {
      body .sidebar_and_content {
        padding: 25px 0 65px 0;
        max-width: unset; } }
    body .sidebar_and_content > article, body .sidebar_and_content > .items, body .sidebar_and_content .articles {
      position: relative;
      width: calc( 100% - 319px - 30px);
      margin-left: 30px; }
      @media screen and (max-width: 991px) {
        body .sidebar_and_content > article, body .sidebar_and_content > .items, body .sidebar_and_content .articles {
          width: 100%;
          margin-left: 0;
          margin-bottom: 40px; } }
  body .floating-form__btns--mobile .soc_button {
    padding-top: 6px;
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.26); }
    body .floating-form__btns--mobile .soc_button i {
      color: #fff;
      font-size: 15px; }
    body .floating-form__btns--mobile .soc_button .title {
      display: block;
      color: #fff;
      font-size: 13px;
      line-height: 17px;
      font-weight: 400; }
      @media screen and (max-width: 350px) {
        body .floating-form__btns--mobile .soc_button .title {
          font-size: 11px; } }
    body .floating-form__btns--mobile .soc_button.email i {
      font-size: 18px; }
    body .floating-form__btns--mobile .soc_button.whatsapp {
      border-right: unset; }
      body .floating-form__btns--mobile .soc_button.whatsapp i {
        font-size: 21px; }

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Open Sans Hebrew Center", sans-serif;
  letter-spacing: 0.1px;
  color: #1a1e27; }

body p, body a, body span, body li {
  font-family: "Open Sans Hebrew Center", sans-serif;
  color: #1a1e27; }

body p {
  margin: 0 0 16px 0; }

body a {
  text-decoration: none; }

body .border_right {
  padding-right: 19px;
  margin-bottom: 24px;
  position: relative;
  font-family: "Open Sans Hebrew Center", sans-serif;
  font-size: 16px;
  line-height: 24px; }
  @media screen and (max-width: 500px) {
    body .border_right {
      padding-right: 15px; } }
  body .border_right::before {
    content: '';
    width: 2px;
    height: calc(100% - 6px);
    top: 3px;
    background-color: #0098ff;
    position: absolute;
    right: 0; }

body h2.make_title_with_underline {
  position: relative;
  margin-top: 0;
  margin-bottom: 31px;
  display: inline-block;
  color: #1a1e27;
  font-family: "Open Sans Hebrew Center", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 35px; }
  @media screen and (max-width: 500px) {
    body h2.make_title_with_underline {
      font-size: 24px;
      line-height: 30px; } }
  @media screen and (max-width: 400px) {
    body h2.make_title_with_underline {
      font-size: 22px; } }
  body h2.make_title_with_underline::after {
    content: '';
    width: 93px;
    height: 2px;
    background-color: #0098ff;
    position: absolute;
    bottom: -11px;
    right: 1px; }

body ol {
  margin-top: -6px;
  padding-right: 40px;
  margin-bottom: 7px;
  list-style-type: none;
  counter-reset: item; }
  @media screen and (max-width: 500px) {
    body ol {
      padding-right: 20px; } }
  body ol li {
    font-size: 17px;
    line-height: 29px;
    color: #303032;
    margin-bottom: 3px; }
    @media screen and (max-width: 500px) {
      body ol li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0px; } }
    body ol li::before {
      content: "(" counter(item) ")";
      counter-increment: item;
      margin-left: 9px;
      line-height: 29px; }

body .make_red_numbers_in_numeric_list ol {
  padding-right: 0px; }
  body .make_red_numbers_in_numeric_list ol li::before {
    color: #0098ff; }

body #breadcrumbs_r {
  margin-top: 90px;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 2; }
  @media screen and (max-width: 991px) {
    body #breadcrumbs_r {
      margin-top: 70px; } }
  body #breadcrumbs_r .item {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 39px; }
  body #breadcrumbs_r .current-item {
    font-size: 16px;
    color: #0098ff;
    font-weight: 300; }
  body #breadcrumbs_r .sep {
    margin: 0 6px;
    position: relative;
    bottom: 1px;
    font-size: 10px;
    color: #fff; }


body.error404  #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li > a,
body.error404  #el-main-header .el-wrap-components .tel_container .title {
    color: inherit;
        font-weight: inherit;
}

body.error404 #el-main-header .el-wrap-components .el-logotype .stick {
    display: none !important;
}

body.error404 #el-main-header .el-wrap-components .el-logotype .move {
    display: block !important;
}


.page-template-page-thanks #el-main-header .el-wrap-components .el-menu-row .menu-header-menu-container > ul > li > a,
.page-template-page-thanks  #el-main-header .el-wrap-components .tel_container .title {
    color: inherit;
        font-weight: inherit;
}


.page-template-page-thanks #el-main-header .el-wrap-components .el-logotype .stick {
    display: none !important;
}
.page-template-page-thanks #el-main-header .el-wrap-components .el-logotype .move {
    display: block !important;
}

.page-template-page-thanks #el-main-header {
  background: #fff;
}




body.error404 .button_fill, body.page-template-page-thanks .button_fill  {
  cursor: pointer;
    border: unset;
    background-color: #0098ff;
    font-family: "Open Sans Hebrew Center", sans-serif;
    padding: 13px 20px;
    color: #fff;
}

.thank_you_page_sec h1 {
  color: #fff;
}


body .form_and_tel .wpcf7 form p input, body .form_and_tel .wpcf7 form p textarea {
  color: #fff;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}
@media(max-width: 767px) {
  .page-template-page-front .banner .title .el-box p:nth-child(2){
        font-size: 34px  !important;
      margin-bottom: 0px !important;
  }
  .page-template-page-front .banner .title .el-box p:nth-child(3){
        font-size: 28px !important;
  }

  .front_page .banner {
        margin-bottom: 70px !important;
  }

}

.form .wpcf7 form > p > span input {
  direction: rtl !important;
}
#el-main-header.scrolled .el-wrap-components .tel_container .tel {
	color: #1a1e27;
}