.border {
  border: 1px solid red;
  border-color: #889bc5; }

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

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

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

/* /Fonts */
/* Global */
body {
  direction: rtl;
  position: relative;
  overflow-x: hidden; }

html {
  overflow-x: hidden; }

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

p {
  margin: 0 0 10px; }

ul {
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding: 0; }

section {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 0 40px;
  overflow: hidden; }
  @media only screen and (max-width: 1200px) {
    section {
      padding: 0 15px; } }

img {
  vertical-align: middle;
  border: 0; }

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px; }

/* /Global */
/* DRY */
body {
  font-family: 'opensans-regular';
  font-weight: normal; }
  body .show-all {
    font-family: 'opensans-regular';
    font-weight: normal;
    font-size: 18px;
    color: #919191;
    margin-top: 25px;
    float: left;
    border-bottom: 3px solid #f39200;
    display: inline-block;
    padding-bottom: 8px;
    transition: 0.5s;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    cursor: pointer;
    text-decoration: none; }
    body .show-all:hover {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
    body .show-all a {
      color: #2b2b2b;
      text-decoration: none; }
  body .content-block-cont {
    position: relative; }
    body .content-block-cont p.text {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 18px;
      color: #2b2b2b; }
    body .content-block-cont:before {
      content: "";
      display: inline-block;
      border-top: 3px solid #f39200;
      width: 80px;
      height: 40px; }
    body .content-block-cont .side-title {
      position: absolute;
      transform-origin: 100% 0;
      transform: rotate(270deg);
      right: 90px;
      top: 47px; }
      body .content-block-cont .side-title .main {
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 40px;
        color: #2b2b2b;
        margin: 0;
        margin-bottom: 0; }
      body .content-block-cont .side-title p.sub {
        font-family: 'opensans-bold';
        font-weight: bold;
        font-size: 30px;
        color: #c2bfbe; }
  body .side-title {
    position: absolute;
    right: -30px;
    transform-origin: 100% 0;
    transform: rotate(270deg); }
    @media only screen and (max-width: 1200px) {
      body .side-title {
        position: static;
        transform: rotate(0deg);
        margin-bottom: 25px; } }
    body .side-title p.main {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 40px;
      color: #2b2b2b;
      margin-bottom: 0; }
    body .side-title p.sub {
      font-family: 'opensans-bold';
      font-weight: bold;
      font-size: 30px;
      color: #c2bfbe; }
  body .inner-cont {
    width: 100%;
    max-width: 1367px;
    margin: auto;
    padding: 0 15px; }
  body h2.section-title {
    font-family: 'opensans-regular';
    font-weight: normal;
    font-size: 30px;
    color: #2b2b2b;
    position: relative; }
    body h2.section-title:after {
      display: inline-block;
      content: "";
      width: 40px;
      border-top: 3px solid #f39200;
      margin-right: 18px;
      position: absolute;
      top: 18px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        body h2.section-title:after {
          margin-right: 35px; } }
  body .hover-box, body .hover-box-flipped, body section.our-projects .project, section.our-projects body .project, body section.last-projects .projects-cont .project, section.last-projects .projects-cont body .project, body section.crew-members .members-cont .member, section.crew-members .members-cont body .member, body section.our-project .project, section.our-project body .project {
    flex-basis: 420px;
    position: relative;
    width: 100%;
    height: auto; }
    body .hover-box img, body .hover-box-flipped img, body section.our-projects .project img, section.our-projects body .project img, body section.last-projects .projects-cont .project img, section.last-projects .projects-cont body .project img, body section.crew-members .members-cont .member img, section.crew-members .members-cont body .member img, body section.our-project .project img, section.our-project body .project img {
      transition: 0.5s;
      width: 100%;
      height: auto; }
    body .hover-box:hover .desc, body .hover-box-flipped:hover .desc, body section.our-projects .project:hover .desc, section.our-projects body .project:hover .desc, body section.last-projects .projects-cont .project:hover .desc, section.last-projects .projects-cont body .project:hover .desc, body section.crew-members .members-cont .member:hover .desc, section.crew-members .members-cont body .member:hover .desc, body section.our-project .project:hover .desc, section.our-project body .project:hover .desc {
      opacity: 1; }
    body .hover-box .desc, body .hover-box-flipped .desc, body section.our-projects .project .desc, section.our-projects body .project .desc, body section.last-projects .projects-cont .project .desc, section.last-projects .projects-cont body .project .desc, body section.crew-members .members-cont .member .desc, section.crew-members .members-cont body .member .desc, body section.our-project .project .desc, section.our-project body .project .desc {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      opacity: 0;
      transition: 0.5s;
      background: rgba(73, 74, 80, 0.5); }
      body .hover-box .desc p, body .hover-box-flipped .desc p, body section.our-projects .project .desc p, section.our-projects body .project .desc p, body section.last-projects .projects-cont .project .desc p, section.last-projects .projects-cont body .project .desc p, body section.crew-members .members-cont .member .desc p, section.crew-members .members-cont body .member .desc p, body section.our-project .project .desc p, section.our-project body .project .desc p {
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 30px;
        color: #fff;
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        display: block; }
        @media only screen and (max-width: 750px) {
          body .hover-box .desc p, body .hover-box-flipped .desc p, body section.our-projects .project .desc p, section.our-projects body .project .desc p, body section.last-projects .projects-cont .project .desc p, section.last-projects .projects-cont body .project .desc p, body section.crew-members .members-cont .member .desc p, section.crew-members .members-cont body .member .desc p, body section.our-project .project .desc p, section.our-project body .project .desc p {
            font-size: 24px; } }
        body .hover-box .desc p:before, body .hover-box-flipped .desc p:before, body section.our-projects .project .desc p:before, section.our-projects body .project .desc p:before, body section.last-projects .projects-cont .project .desc p:before, section.last-projects .projects-cont body .project .desc p:before, body section.crew-members .members-cont .member .desc p:before, section.crew-members .members-cont body .member .desc p:before, body section.our-project .project .desc p:before, section.our-project body .project .desc p:before {
          content: "";
          position: absolute;
          right: 40%;
          left: 40%;
          top: -25px;
          border-top: 3px solid #f39200;
          height: 10px; }
  body .hover-box-flipped:hover .desc, body section.our-projects .project:hover .desc, section.our-projects body .project:hover .desc, body section.our-project .project:hover .desc, section.our-project body .project:hover .desc {
    opacity: 0; }
  body .hover-box-flipped .desc, body section.our-projects .project .desc, section.our-projects body .project .desc, body section.our-project .project .desc, section.our-project body .project .desc {
    opacity: 1; }
  body .sub-cont {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 50%; }
    body .sub-cont .wrapper {
      position: relative;
      left: -50%; }
    body .sub-cont ul {
      -webkit-padding-start: 0;
      list-style-type: none;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 0 25px;
      margin-top: 25px; }
      body .sub-cont ul li {
        text-align: center; }
      body .sub-cont ul a {
        font-size: 24px;
        color: #3c3836; }
        body .sub-cont ul a:hover {
          color: #f39200; }
  body .article-cont {
    width: 100%;
    border-bottom: 2px solid #e7e7e8;
    padding: 45px 0;
    overflow: hidden; }
    body .article-cont .content {
      float: right;
      width: 45%; }
      body .article-cont .content h3 {
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 40px;
        color: #2b2b2b; }
      body .article-cont .content p.desc {
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 30px;
        color: #919191; }
      body .article-cont .content p.address {
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 20px;
        color: #3c3836; }
        body .article-cont .content p.address i {
          padding-left: 5px; }
      body .article-cont .content .post-content p {
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 20px;
        color: #3c3836;
        margin-top: 45px; }
    body .article-cont .images {
      float: left;
      width: 45%; }
      body .article-cont .images .flex-cont {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      body .article-cont .images .project {
        flex-basis: auto !important;
        margin-bottom: 2vw;
        max-height: 420px;
        position: relative;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important; }
        body .article-cont .images .project a {
          color: #fff; }
        body .article-cont .images .project img {
          width: 100%;
          height: auto;
          visibility: hidden; }
        body .article-cont .images .project .desc {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: 0; }
      body .article-cont .images .project:nth-child(1) {
        width: 100%; }
        @media only screen and (max-width: 1200px) {
          body .article-cont .images .project:nth-child(1) {
            width: 49%; } }
      body .article-cont .images .project {
        width: 49%; }
    @media only screen and (max-width: 1200px) {
      body .article-cont .content,
      body .article-cont .images {
        float: none;
        width: 100%; } }

/* /DRY */
/* Header */
header {
  z-index: 39;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  max-width: 1920px;
  margin: auto;
  padding: 0 40px;
  background: #fff;
  transition: 0.5s; }
  @media only screen and (max-width: 1200px) {
    header {
      padding: 0 15px; } }
  header .tel {
    font-family: 'opensans-bold';
    font-weight: bold;
    font-size: 20px;
    color: #3c3836;
    text-decoration: none;
    margin: 0 55px;
    white-space: nowrap;
    background: #c7c7c7;
    padding: 10px 20px; }
    header .tel i {
      margin-right: 5px; }
    @media only screen and (max-width: 1200px) {
      header .tel {
        display: none; } }
  header .main-menu-cont {
    width: 50%;
    flex-grow: 1;
    transition: 0.5s; }
    header .main-menu-cont ul.main-menu {
      width: 100%;
      list-style-type: none;
      -webkit-padding-start: 0;
      display: flex;
      justify-content: flex-start; }
      header .main-menu-cont ul.main-menu li {
        height: 130px;
        margin: 0 0.5%; }
        @media only screen and (max-width: 1200px) {
          header .main-menu-cont ul.main-menu li {
            height: auto; } }
        header .main-menu-cont ul.main-menu li ul.sub-menu {
          display: flex;
          visibility: hidden;
          opacity: 0;
          top: 120px;
          left: 0;
          right: 0;
          position: absolute;
          -webkit-padding-start: 0;
          list-style-type: none;
          justify-content: flex-start;
          transition: 0.5s; }
          header .main-menu-cont ul.main-menu li ul.sub-menu li {
            border: none;
            height: auto;
            margin: 0 25px; }
            header .main-menu-cont ul.main-menu li ul.sub-menu li a {
              border: none;
              color: #fff;
              font-family: 'opensans-regular';
              font-weight: normal;
              font-size: 18px;
              top: 0; }
            header .main-menu-cont ul.main-menu li ul.sub-menu li.current_page_item a, header .main-menu-cont ul.main-menu li ul.sub-menu li.current-menu-item a, header .main-menu-cont ul.main-menu li ul.sub-menu li:hover a {
              color: #f39200;
              text-decoration: none !important; }
        header .main-menu-cont ul.main-menu li:hover ul.sub-menu {
          display: flex;
          visibility: visible;
          opacity: 1;
          position: absolute;
          top: 120px;
          left: 0;
          right: 0;
          background-color: rgba(60, 56, 54, 0.8);
          padding: 45px 0; }
        header .main-menu-cont ul.main-menu li a {
          font-family: 'opensans-regular';
          font-weight: normal;
          font-size: 18px;
          color: #2b2b2b;
          padding: 0 10px 20px 10px;
          text-decoration: none !important;
          white-space: nowrap;
          position: relative;
          top: 58px;
          transition: 0.15s; }
          @media only screen and (max-width: 1380px) {
            header .main-menu-cont ul.main-menu li a {
              font-size: 16px; } }
          header .main-menu-cont ul.main-menu li a:hover {
            border-bottom: 3px solid #f39200;
            text-decoration: none !important; }
        header .main-menu-cont ul.main-menu li.current_page_item a, header .main-menu-cont ul.main-menu li.current-menu-item a {
          border-bottom: 3px solid #f39200;
          text-decoration: none !important; }
      @media only screen and (min-width: 1200px) {
        header .main-menu-cont ul.main-menu {
          visibility: visible !important;
          opacity: 1 !important; } }
      @media only screen and (max-width: 1200px) {
        header .main-menu-cont ul.main-menu {
          width: 100%;
          list-style-type: none;
          -webkit-padding-start: 0;
          display: block;
          position: fixed;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.75);
          text-align: center;
          padding-top: 10px;
          z-index: 10;
          overflow: hidden;
          visibility: hidden;
          opacity: 0;
          margin-bottom: 0; }
          header .main-menu-cont ul.main-menu li {
            margin-bottom: 15px;
            position: relative; }
            header .main-menu-cont ul.main-menu li ul.sub-menu {
              display: block;
              visibility: visible !important;
              opacity: 1;
              -webkit-padding-start: 0;
              list-style-type: none;
              background-color: #3c3836 !important;
              z-index: 1;
              padding: 1px 0 !important;
              position: relative;
              top: 11px !important;
              transition: none; }
              header .main-menu-cont ul.main-menu li ul.sub-menu li {
                border: none;
                margin: 15px 0; }
                header .main-menu-cont ul.main-menu li ul.sub-menu li a {
                  border: none; }
                header .main-menu-cont ul.main-menu li ul.sub-menu li.current_page_item a, header .main-menu-cont ul.main-menu li ul.sub-menu li.current-menu-item a, header .main-menu-cont ul.main-menu li ul.sub-menu li:hover a {
                  color: #f39200;
                  text-decoration: none !important; }
            header .main-menu-cont ul.main-menu li:hover ul.sub-menu {
              display: block;
              position: relative;
              top: 11px !important;
              left: 0;
              right: 0;
              background-color: rgba(60, 56, 54, 0.8);
              padding: 45px 0; }
            header .main-menu-cont ul.main-menu li a {
              font-family: 'opensans-regular';
              font-weight: normal;
              font-size: 32px;
              color: #fff;
              padding: 0 10px 5px 10px;
              text-decoration: none !important;
              white-space: nowrap;
              position: relative;
              top: 5px; }
              header .main-menu-cont ul.main-menu li a:hover, header .main-menu-cont ul.main-menu li a:active {
                border-bottom: 3px solid #f39200;
                text-decoration: none !important; } }
  header .open-arrow {
    position: absolute;
    left: 25px;
    top: 17px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    font-size: 18px; }
  header .rotate {
    transform: rotate(180deg); }
  header .language-select-cont {
    width: 10%;
    padding-right: 20px;
    margin-left: 10px; }
    @media only screen and (max-width: 460px) {
      header .language-select-cont {
        margin-left: 40px; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      header .language-select-cont {
        margin-left: 40px; } }
    header .language-select-cont a {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 18px;
      color: #2b2b2b;
      text-decoration: underline; }
      @media only screen and (max-width: 1380px) {
        header .language-select-cont a {
          font-size: 16px; } }
      header .language-select-cont a:hover {
        text-decoration: none; }
  header .logo-cont {
    transition: 0.5s;
    z-index: 9;
    text-align: left;
    height: 100%;
    padding: 5px 0; }
    header .logo-cont img {
      padding-left: 40px;
      height: 100%; }
      @media only screen and (max-width: 1200px) {
        header .logo-cont img {
          padding-left: 20px; } }
      @media only screen and (max-width: 950px) {
        header .logo-cont img {
          padding-left: 0px;
          height: 100%; } }
  header.smaller {
    height: 75px !important;
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25); }
    header.smaller li a {
      padding: 0 10px 10px 10px !important; }
  @media only screen and (max-width: 950px) {
    header {
      height: 75px !important; }
      header.smaller {
        height: 75px !important; } }
  header .call-button {
    font-size: 32px;
    margin-right: 10px;
    transition: 0.5s;
    color: #f39200;
    display: none; }
    @media only screen and (max-width: 1200px) {
      header .call-button {
        display: block; } }
    header .call-button:hover {
      color: #2b2b2b; }
    header .call-button i {
      position: relative;
      top: 2px; }

#stickyalias {
  width: 100%;
  height: 120px; }

/* /Header */
/* Toggle button */
.toggle-button, .toggle-button-projects, body.en .toggle-button-projects {
  width: 38px;
  min-width: 38px;
  height: 38px;
  position: relative;
  top: 5px;
  right: -10px;
  border-radius: 5px;
  flex-basis: 38px;
  z-index: 20;
  display: none;
  cursor: pointer; }
  @media only screen and (max-width: 1200px) {
    .toggle-button, .toggle-button-projects, body.en .toggle-button-projects {
      display: block; } }
  .toggle-button div, .toggle-button-projects div, body.en .toggle-button-projects div {
    width: 22px;
    height: 3px;
    background-color: #f39200;
    position: absolute;
    border-radius: 2px;
    transition: top 0.5s, transform 1s, opacity 0.5s, width 0.5s; }
  .toggle-button div:nth-child(1), .toggle-button-projects div:nth-child(1), body.en .toggle-button-projects div:nth-child(1) {
    top: 5px;
    left: 4px; }
  .toggle-button div:nth-child(2), .toggle-button-projects div:nth-child(2), body.en .toggle-button-projects div:nth-child(2) {
    top: 13px;
    left: 4px; }
  .toggle-button div:nth-child(3), .toggle-button-projects div:nth-child(3), body.en .toggle-button-projects div:nth-child(3) {
    top: 21px;
    left: 4px; }
  .toggle-button.open div:nth-child(1), .open.toggle-button-projects div:nth-child(1) {
    top: 13px;
    transform: rotate(45deg); }
  .toggle-button.open div:nth-child(2), .open.toggle-button-projects div:nth-child(2) {
    opacity: 0;
    width: 1px; }
  .toggle-button.open div:nth-child(3), .open.toggle-button-projects div:nth-child(3) {
    top: 13px;
    transform: rotate(-45deg); }

.toggle-button-projects {
  height: 21px;
  top: 0;
  right: 0; }

/* /Toggle button */
/* Social icons bar */
.side-icons-cont {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  z-index: 30;
  transition: 0.15s; }
  @media only screen and (max-width: 1200px) {
    .side-icons-cont {
      display: none; } }
  .side-icons-cont ul {
    list-style-type: none;
    width: 100%;
    position: relative;
    top: -85px; }
    .side-icons-cont ul li {
      text-align: center;
      width: 25px;
      margin-bottom: 20px; }
    .side-icons-cont ul a {
      font-size: 24px;
      color: #3c3836; }
      .side-icons-cont ul a:hover {
        color: #f39200; }

/* /Social icons bar */
/* --------------------------- Index ------------------------------- */
/* Section top-slider */
section.top-slider {
  position: relative;
  padding-right: 0; }
  @media only screen and (max-width: 1200px) {
    section.top-slider {
      padding: 0 15px;
      padding-right: 0 !important; } }
  section.top-slider .jssorl-004-double-tail-spin img {
    -webkit-animation-name: jssorl-004-double-tail-spin;
            animation-name: jssorl-004-double-tail-spin;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }

@-webkit-keyframes jssorl-004-double-tail-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes jssorl-004-double-tail-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  section.top-slider .jssorb051 {
    position: absolute;
    display: none;
    bottom: 12px;
    right: 50%;
    left: 50%; }
  section.top-slider .jssorb051 .i {
    position: absolute;
    cursor: pointer; }
  section.top-slider .jssorb051 .i .b {
    fill: #fff;
    fill-opacity: 0.5;
    stroke: #000;
    stroke-width: 400;
    stroke-miterlimit: 10;
    stroke-opacity: 0.5; }
  section.top-slider .jssorb051 .i:hover .b {
    fill-opacity: .7; }
  section.top-slider .jssorb051 .iav .b {
    fill-opacity: 1; }
  section.top-slider .jssorb051 .i.idn {
    opacity: .3; }
  section.top-slider .jssora051 {
    display: block;
    position: absolute;
    cursor: pointer; }
  @media only screen and (max-width: 750px) {
    section.top-slider .r-ar {
      right: -15px !important; } }
  @media only screen and (max-width: 750px) {
    section.top-slider .jssora051 i {
      font-size: 45px; } }
  section.top-slider .jssora051 .a {
    fill: none;
    stroke: #424242;
    stroke-width: 360;
    stroke-miterlimit: 10; }
  section.top-slider .jssora051:hover {
    opacity: .8; }
  section.top-slider .jssora051.jssora051dn {
    opacity: .5; }
  section.top-slider .jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none; }

/* /Section top-slider */
/* Section odot */
section.odot {
  position: relative;
  background: url(../images/odot-bg.png) center no-repeat;
  background-size: auto 100%;
  margin-top: 45px; }
  @media only screen and (max-width: 755px) {
    section.odot {
      margin-top: 25px; } }
  section.odot .image-cont {
    width: 100%;
    pointer-events: none; }
    section.odot .image-cont img {
      padding-top: 10%;
      width: 85%;
      height: auto; }
      @media only screen and (max-width: 1550px) {
        section.odot .image-cont img {
          width: 80%; } }
  section.odot .content-cont {
    position: absolute;
    top: 25%;
    right: 65%;
    left: 11%; }
    @media only screen and (max-width: 1750px) {
      section.odot .content-cont {
        left: 5%;
        top: 20%; } }
    @media only screen and (max-width: 1550px) {
      section.odot .content-cont {
        right: 62%;
        top: 10%; } }
    @media only screen and (max-width: 1400px) {
      section.odot .content-cont {
        right: 64%;
        left: 4%; } }
    @media only screen and (max-width: 1200px) {
      section.odot .content-cont {
        position: static;
        padding: 80px 40px 10px 40px; } }
    @media only screen and (max-width: 550px) {
      section.odot .content-cont {
        padding: 50px 15px 10px 15px; } }
    section.odot .content-cont:before {
      content: "";
      display: inline-block;
      border-top: 3px solid #f39200;
      width: 80px;
      height: 40px; }
    section.odot .content-cont .text {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 18px;
      color: #2b2b2b; }
    section.odot .content-cont a.read-more {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 18px;
      color: #2b2b2b;
      cursor: pointer;
      display: block;
      margin-top: 10px;
      text-decoration: none;
      text-align: left;
      background: url(../images/icons/strl.png) no-repeat;
      background-position: 5px 6px;
      transition: 0.5s;
      padding-left: 20px; }
      section.odot .content-cont a.read-more:hover {
        background-position: 0 6px;
        color: #F2920F; }
    section.odot .content-cont .awards {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      max-height: 235px;
      overflow: hidden; }
      @media only screen and (max-width: 1200px) {
        section.odot .content-cont .awards {
          justify-content: flex-start; } }
      section.odot .content-cont .awards .logo-cont {
        margin-top: 30px;
        transition: 0.5s;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        cursor: pointer; }
        @media only screen and (max-width: 1200px) {
          section.odot .content-cont .awards .logo-cont {
            margin-left: 25px; } }
        section.odot .content-cont .awards .logo-cont:hover {
          -webkit-filter: grayscale(0%);
                  filter: grayscale(0%); }
        section.odot .content-cont .awards .logo-cont img {
          width: 100%;
          height: auto; }

/* /Section odot */
/* Section last-projects */
section.last-projects {
  position: relative;
  background: #f4f4f5;
  padding-top: 120px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 900px) {
    section.last-projects {
      padding-top: 35px;
      padding-bottom: 35px; } }
  section.last-projects .content-wrap {
    max-width: 1337px;
    margin: auto; }
  section.last-projects .projects-cont {
    direction: ltr;
    display: block;
    width: 100%;
    margin-top: 25px; }
    section.last-projects .projects-cont .owl-nav {
      display: none; }
    section.last-projects .projects-cont .owl-dots {
      margin-top: 20px; }
    section.last-projects .projects-cont .project {
      overflow: hidden; }
      section.last-projects .projects-cont .project img {
        transition: 0.5s;
        height: 100% !important;
        width: auto !important;
        margin-left: 50%;
        transform: translateX(-50%); }

/* /Section last-projects */
/* Section contacts */
section.contacts {
  height: 1150px;
  position: relative;
  background: url(../images/contact-bg.png) bottom center no-repeat;
  margin-top: 20px; }
  @media only screen and (max-width: 1200px) {
    section.contacts {
      background-position: 33% top; } }
  @media only screen and (max-width: 855px) {
    section.contacts {
      height: 900px;
      background-size: 1700px auto; } }
  @media only screen and (max-width: 700px) {
    section.contacts {
      height: 1100px;
      background-position: right 70% bottom 150px;
      background-size: 1000px auto; } }
  @media only screen and (max-width: 455px) {
    section.contacts {
      height: 925px;
      background-size: 600px auto;
      background-position: right 70% bottom 150px; } }
  section.contacts .gray-bg {
    position: absolute;
    background: url(../images/bg-p.png);
    top: 0;
    right: 0;
    left: 0;
    bottom: 680px;
    display: none; }
    @media only screen and (max-width: 700px) {
      section.contacts .gray-bg {
        display: block; } }
    @media only screen and (max-width: 455px) {
      section.contacts .gray-bg {
        bottom: 500px; } }
  section.contacts .form-cont {
    width: 320px;
    margin-right: 250px;
    margin-top: 100px;
    position: relative; }
    @media only screen and (max-width: 1700px) {
      section.contacts .form-cont {
        margin-right: 10%; } }
    @media only screen and (max-width: 1200px) {
      section.contacts .form-cont {
        margin-right: 25%;
        margin-left: auto; } }
    @media only screen and (max-width: 900px) {
      section.contacts .form-cont {
        margin-right: 25px;
        margin-top: 25px; } }
    @media only screen and (max-width: 700px) {
      section.contacts .form-cont {
        margin: auto;
        margin-top: 50px;
        width: 100%; } }
    section.contacts .form-cont h2 {
      position: absolute;
      top: -90px;
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 40px;
      color: #fff;
      display: none; }
    section.contacts .form-cont:before {
      content: "";
      display: inline-block;
      border-top: 3px solid #f39200;
      width: 80px;
      height: 20px; }
    @media only screen and (max-width: 1350px) {
      section.contacts .form-cont .side-title p.sub {
        display: none; } }
    @media only screen and (max-width: 550px) {
      section.contacts .form-cont .side-title {
        display: block; } }
    section.contacts .form-cont .side-title p.main {
      color: #fff; }
    section.contacts .form-cont input[type="tel"],
    section.contacts .form-cont input[type="text"],
    section.contacts .form-cont input[type="email"] {
      display: block;
      width: 100%;
      margin-bottom: 18px;
      font-family: 'opensans-regular';
      font-weight: normal;
      color: #fff;
      font-size: 18px;
      background: none;
      border: none;
      outline: none;
      border-bottom: 2px solid #a9a9a9;
      padding: 10px 0; }
      @media only screen and (max-width: 1700px) {
        section.contacts .form-cont input[type="tel"],
        section.contacts .form-cont input[type="text"],
        section.contacts .form-cont input[type="email"] {
          margin-bottom: 0; } }
      section.contacts .form-cont input[type="tel"]::-webkit-input-placeholder,
      section.contacts .form-cont input[type="text"]::-webkit-input-placeholder,
      section.contacts .form-cont input[type="email"]::-webkit-input-placeholder {
        /* Chrome */
        color: #fff; }
      section.contacts .form-cont input[type="tel"]:-ms-input-placeholder,
      section.contacts .form-cont input[type="text"]:-ms-input-placeholder,
      section.contacts .form-cont input[type="email"]:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff; }
      section.contacts .form-cont input[type="tel"]::-moz-placeholder,
      section.contacts .form-cont input[type="text"]::-moz-placeholder,
      section.contacts .form-cont input[type="email"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        opacity: 1; }
      section.contacts .form-cont input[type="tel"]:-moz-placeholder,
      section.contacts .form-cont input[type="text"]:-moz-placeholder,
      section.contacts .form-cont input[type="email"]:-moz-placeholder {
        /* Firefox 4 - 18 */
        color: #fff;
        opacity: 1; }
    section.contacts .form-cont button {
      float: left;
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 18px;
      color: #f39200;
      background: none;
      border: none;
      outline: none;
      padding-bottom: 8px;
      padding-right: 20px;
      padding-left: 20px;
      border-bottom: 3px solid #f39200;
      margin-top: 0; }
      section.contacts .form-cont button:hover i {
        right: 10px; }
      section.contacts .form-cont button i {
        font-size: 15px;
        position: relative;
        right: 8px; }
    section.contacts .form-cont input[type="submit"] {
      float: left;
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 18px;
      color: #f39200;
      background: none;
      border: none;
      outline: none;
      padding-bottom: 8px;
      padding-right: 25px;
      padding-left: 25px;
      border-bottom: 3px solid #f39200;
      margin-top: 0;
      background: url(../images/icons/strl.png) no-repeat;
      background-position: 5px 35%;
      transition: 0.5s; }
      section.contacts .form-cont input[type="submit"]:hover {
        background-position: 0 35%; }
      section.contacts .form-cont input[type="submit"] i {
        font-size: 15px;
        position: relative;
        right: 8px; }
    section.contacts .form-cont .wpcf7-not-valid-tip {
      font-family: 'opensans-regular';
      font-weight: normal;
      margin-top: -15px;
      background-color: #fff; }
    section.contacts .form-cont .wpcf7-response-output {
      font-family: 'opensans-regular';
      font-weight: normal;
      color: #fff; }

/* /Section contacts */
/* Footer */
footer {
  height: 108px;
  width: 100%;
  border-top: 2px solid #f6f6f6;
  padding: 40px 20px;
  margin-top: 25px; }
  footer ul.footer-menu {
    float: right;
    list-style-type: none;
    -webkit-padding-start: 0;
    display: flex;
    width: 50%; }
    @media only screen and (max-width: 1200px) {
      footer ul.footer-menu {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 700px) {
      footer ul.footer-menu {
        float: none;
        margin: auto;
        width: 100%; } }
    footer ul.footer-menu li {
      margin: 0 15px; }
      @media only screen and (max-width: 1200px) {
        footer ul.footer-menu li {
          flex-grow: 1;
          width: 25%; } }
      footer ul.footer-menu li a {
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 18px;
        color: #2b2b2b;
        text-decoration: none !important;
        white-space: nowrap;
        position: relative;
        top: 5px; }
        footer ul.footer-menu li a:hover {
          text-decoration: none !important;
          color: #f39200; }
      footer ul.footer-menu li.current_page_item a, footer ul.footer-menu li.current-menu-item a {
        text-decoration: none !important;
        color: #f39200; }
  footer .credits {
    float: left;
    margin-top: 5px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 700px) {
      footer .credits {
        float: none;
        width: 100%;
        display: inline-block;
        margin: auto;
        text-align: center;
        margin-top: 35px; } }
    footer .credits p {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 18px;
      color: #9a9998; }
    footer .credits img {
      display: inline-block;
      position: relative;
      top: -4px;
      padding-right: 5px;
      cursor: pointer; }

/* /Footer */
/* --------------------------- /Index ------------------------------- */
/* --------------------------- Studio ------------------------------- */
/* Studio-top */
section.studio-top {
  background: #f4f4f5;
  padding: 100px 0 50px 0; }
  @media only screen and (max-width: 1200px) {
    section.studio-top {
      padding-top: 45px; } }
  section.studio-top .inner-cont {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 1200px) {
      section.studio-top .inner-cont {
        flex-direction: column-reverse; } }
  section.studio-top .content-block-cont {
    padding-right: 130px;
    margin-right: 70px;
    flex-basis: 45%; }
    @media only screen and (max-width: 1200px) {
      section.studio-top .content-block-cont {
        margin-right: 0;
        flex-basis: 100%;
        padding-right: 15px; }
        section.studio-top .content-block-cont .side-title {
          position: static;
          transform: rotate(0deg);
          margin-bottom: 25px; } }
  section.studio-top .image-cont {
    flex-basis: 55%; }
    @media only screen and (max-width: 1200px) {
      section.studio-top .image-cont {
        margin-top: 30px;
        flex-basis: 100%; } }
    section.studio-top .image-cont img {
      width: 100%;
      height: auto; }

/* /Studio-top */
/* Studio-dunsky */
section.studio-dunsky {
  background: #f4f4f5;
  padding: 10px 0; }
  section.studio-dunsky .inner-cont {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 1200px) {
      section.studio-dunsky .inner-cont {
        flex-direction: column; } }
  section.studio-dunsky .content-block-cont {
    padding-right: 90px;
    flex-basis: 55%; }
    section.studio-dunsky .content-block-cont .side-title {
      right: 50px; }
    section.studio-dunsky .content-block-cont p.text {
      max-width: 485px; }
      @media only screen and (max-width: 1200px) {
        section.studio-dunsky .content-block-cont p.text {
          max-width: 100%; } }
    @media only screen and (max-width: 1200px) {
      section.studio-dunsky .content-block-cont {
        margin-right: 0;
        flex-basis: 100%;
        padding-right: 15px; }
        section.studio-dunsky .content-block-cont .side-title {
          position: static;
          transform: rotate(0deg);
          margin-bottom: 25px; } }
  section.studio-dunsky .image-cont {
    flex-basis: 45%;
    margin-right: 70px; }
    section.studio-dunsky .image-cont img {
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 1200px) {
      section.studio-dunsky .image-cont {
        margin-top: 30px;
        flex-basis: 100%;
        margin-right: 15px; } }
  section.studio-dunsky.ltr {
    direction: ltr; }
    section.studio-dunsky.ltr .content-block-cont {
      padding-right: 0px;
      padding-left: 90px; }
      section.studio-dunsky.ltr .content-block-cont .side-title {
        transform-origin: 0 100%;
        transform: rotate(270deg) translateY(-50%);
        right: auto;
        left: 50px;
        top: 60%; }
      @media only screen and (max-width: 1200px) {
        section.studio-dunsky.ltr .content-block-cont {
          padding-left: 15px; }
          section.studio-dunsky.ltr .content-block-cont .side-title {
            position: static;
            transform: rotate(0deg);
            margin-bottom: 25px; } }

/* /Studio-dunsky */
/* Section crew-members */
section.crew-members {
  background: #f4f4f5;
  padding-top: 70px;
  padding-bottom: 90px; }
  @media only screen and (max-width: 974px) {
    section.crew-members {
      padding-bottom: 50px; } }
  section.crew-members .inner-cont {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 15px; }
  section.crew-members h2 {
    margin-right: 15px; }
  section.crew-members .members-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative; }
    section.crew-members .members-cont .member {
      margin: 18px;
      max-height: 450px;
      overflow: hidden; }
      section.crew-members .members-cont .member .desc p {
        top: auto !important;
        bottom: 10px !important; }
        section.crew-members .members-cont .member .desc p:before {
          top: -10px !important; }
    @media only screen and (max-width: 1500px) {
      section.crew-members .members-cont .last-member {
        display: none; } }
    section.crew-members .members-cont .content-block-cont {
      max-width: 418px;
      margin: 12px;
      height: 300px;
      width: 100%;
      min-width: 430px;
      margin-left: auto; }
      @media only screen and (max-width: 1500px) {
        section.crew-members .members-cont .content-block-cont {
          min-height: 0px;
          min-width: 0px;
          margin: 12px; } }
      @media only screen and (max-width: 974px) {
        section.crew-members .members-cont .content-block-cont .side-title {
          transform: rotate(0deg);
          right: 0 !important;
          top: 0 !important; } }
      section.crew-members .members-cont .content-block-cont:before {
        border: none; }
      section.crew-members .members-cont .content-block-cont p.text {
        position: absolute;
        bottom: -20px; }
        section.crew-members .members-cont .content-block-cont p.text:before {
          content: "";
          position: absolute;
          top: -50px;
          border-bottom: 3px solid #f39200;
          width: 80px;
          height: 15px; }
        @media only screen and (max-width: 974px) {
          section.crew-members .members-cont .content-block-cont p.text {
            position: static; }
            section.crew-members .members-cont .content-block-cont p.text:before {
              border: none; } }
      section.crew-members .members-cont .content-block-cont .side-title {
        top: 4px; }
        @media only screen and (max-width: 974px) {
          section.crew-members .members-cont .content-block-cont .side-title {
            position: static; }
            section.crew-members .members-cont .content-block-cont .side-title:before {
              content: "";
              position: absolute;
              top: -30px;
              border-bottom: 3px solid #f39200;
              width: 80px;
              height: 15px; } }
        section.crew-members .members-cont .content-block-cont .side-title p.main {
          font-family: 'opensans-regular';
          font-weight: normal;
          font-size: 40px;
          color: #2b2b2b;
          margin-bottom: 0; }
        section.crew-members .members-cont .content-block-cont .side-title p.sub {
          font-family: 'opensans-bold';
          font-weight: bold;
          font-size: 24px;
          color: #c2bfbe; }

/* /Section crew-members */
/* Section studio-bottom */
section.studio-bottom {
  padding: 0;
  position: relative; }
  section.studio-bottom img.bg-img {
    width: 100%;
    height: auto;
    min-height: 500px; }
    @media only screen and (max-width: 900px) {
      section.studio-bottom img.bg-img {
        width: 900px;
        height: auto;
        margin-left: 50%; } }
  section.studio-bottom .text-cont {
    position: absolute;
    top: 30%;
    left: 15%; }
    @media only screen and (max-width: 900px) {
      section.studio-bottom .text-cont {
        top: 20%;
        left: 0;
        width: 100%;
        text-align: center; }
        section.studio-bottom .text-cont p {
          width: 100%; } }
    section.studio-bottom .text-cont p {
      font-family: 'opensans-bold';
      font-weight: bold;
      font-size: 39px;
      color: #3c3836; }

/* /Section studio-bottom */
/* --------------------------- /Studio ------------------------------- */
/* --------------------------- Clients ------------------------------- */
section.section-header {
  background: #f4f4f5;
  padding: 50px 0; }
  @media only screen and (max-width: 1200px) {
    section.section-header {
      padding: 30px 0; } }
  section.section-header .flex-cont {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      section.section-header .flex-cont {
        flex-direction: column;
        align-items: flex-start; } }
  section.section-header .top-title {
    display: inline-block;
    margin: 0;
    padding-left: 25px;
    border-left: 3px solid #f39200; }
    @media only screen and (max-width: 1200px) {
      section.section-header .top-title {
        margin-bottom: 25px;
        border-left: none;
        padding-bottom: 15px;
        padding-left: 0;
        border-bottom: 3px solid #f39200; } }
    section.section-header .top-title h1, section.section-header .top-title h2, section.section-header .top-title h3, section.section-header .top-title h4, section.section-header .top-title h5 {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 30px;
      color: #3c3836;
      margin: 10px !important; }
    section.section-header .top-title p.sub {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 30px;
      color: #a2a09f;
      text-align: right; }
  section.section-header .content {
    display: inline-block;
    margin: 0;
    padding-right: 50px; }
    @media only screen and (max-width: 1200px) {
      section.section-header .content {
        padding-right: 0; } }
    section.section-header .content p {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 18px;
      color: #919191;
      margin-top: 15px; }

section.clients {
  background: #f4f4f5;
  padding-bottom: 45px; }
  section.clients .flex-cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -1%;
    justify-content: center; }
    @media only screen and (max-width: 1430px) {
      section.clients .flex-cont {
        justify-content: center; } }
  section.clients .client-cont {
    text-align: center;
    padding: 10px;
    margin: 1%;
    width: 14%;
    height: 200px; }
    section.clients .client-cont img {
      transition: 0.5s;
      max-width: 80%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    section.clients .client-cont .desc {
      border-top: 1px solid #e2e1e1;
      padding: 30px 0 0 0;
      margin-top: 45px; }
      section.clients .client-cont .desc p {
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 18px;
        color: #919191;
        line-height: 50px; }
    section.clients .client-cont p.show-all {
      float: none;
      margin-top: 55px;
      margin-bottom: 0; }
    section.clients .client-cont:hover img {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
  @media only screen and (max-width: 1000px) {
    section.clients .client-cont {
      width: 31%;
      height: 200px; } }
  @media only screen and (max-width: 660px) {
    section.clients .client-cont {
      width: 46%;
      height: 200px; } }

/* --------------------------- /Clients ------------------------------- */
/* --------------------------- Projects ------------------------------- */
section.projects-section-header {
  background: #f4f4f5;
  padding: 50px 0; }
  section.projects-section-header .flex-cont {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      section.projects-section-header .flex-cont {
        flex-direction: column;
        align-items: flex-start; } }
  section.projects-section-header h1 {
    font-family: 'opensans-regular';
    font-weight: normal;
    font-size: 30px;
    color: #3c3836;
    display: inline-block;
    margin: 0;
    min-width: 210px;
    padding-left: 25px;
    border-left: 3px solid #f39200; }
    @media only screen and (max-width: 1200px) {
      section.projects-section-header h1 {
        margin-bottom: 25px;
        border-left: none;
        padding-bottom: 15px;
        border-bottom: 3px solid #f39200; } }
  section.projects-section-header .toggle-projects {
    display: none;
    cursor: pointer; }
    section.projects-section-header .toggle-projects p {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 18px;
      color: #2b2b2b;
      margin-right: 5px;
      display: inline-block; }
    section.projects-section-header .toggle-projects .toggle-button-projects {
      display: inline-block; }
    @media only screen and (max-width: 800px) {
      section.projects-section-header .toggle-projects {
        display: block; } }
  section.projects-section-header .projects-menu-cont {
    flex-grow: 1;
    transition: 0.5s; }
    @media only screen and (max-width: 1200px) {
      section.projects-section-header .projects-menu-cont {
        width: 100%; } }
    section.projects-section-header .projects-menu-cont ul.main-menu {
      list-style-type: none;
      -webkit-padding-start: 0;
      -moz-padding-start: 0;
      display: flex;
      justify-content: flex-end; }
      @media only screen and (max-width: 1200px) {
        section.projects-section-header .projects-menu-cont ul.main-menu {
          flex-wrap: wrap;
          justify-content: flex-start; } }
      @media only screen and (max-width: 800px) {
        section.projects-section-header .projects-menu-cont ul.main-menu {
          display: none; } }
      @media only screen and (max-width: 700px) {
        section.projects-section-header .projects-menu-cont ul.main-menu {
          margin: auto;
          width: 100%; } }
      section.projects-section-header .projects-menu-cont ul.main-menu li {
        margin: 0 15px; }
        @media only screen and (max-width: 1200px) {
          section.projects-section-header .projects-menu-cont ul.main-menu li {
            margin-bottom: 15px; } }
        section.projects-section-header .projects-menu-cont ul.main-menu li a {
          font-family: 'opensans-regular';
          font-weight: normal;
          font-size: 18px;
          color: #2b2b2b;
          text-decoration: none !important;
          white-space: nowrap;
          position: relative;
          top: 5px; }
          section.projects-section-header .projects-menu-cont ul.main-menu li a:hover {
            text-decoration: none !important;
            color: #f39200; }
        section.projects-section-header .projects-menu-cont ul.main-menu li.current_page_item a, section.projects-section-header .projects-menu-cont ul.main-menu li.current-menu-item a {
          text-decoration: none !important;
          color: #f39200; }

section.our-projects, section.our-project {
  background: #f4f4f5;
  padding: 0;
  padding-bottom: 50px; }
  @media only screen and (max-width: 700px) {
    section.our-projects .inner-cont, section.our-project .inner-cont {
      padding: 0; } }
  section.our-projects .flex-cont, section.our-project .flex-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  section.our-projects .project, section.our-project .project {
    flex-basis: auto !important;
    margin-bottom: 2vw;
    height: 495px;
    max-height: 495px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important; }
    section.our-projects .project a, section.our-project .project a {
      color: #fff; }
    section.our-projects .project img, section.our-project .project img {
      visibility: hidden; }
    @media only screen and (max-width: 700px) {
      section.our-projects .project, section.our-project .project {
        width: 70% !important;
        margin: auto;
        margin-bottom: 2vw; } }
    @media only screen and (max-width: 500px) {
      section.our-projects .project, section.our-project .project {
        width: 90% !important; } }
  section.our-projects .project:nth-child(10n+1), section.our-project .project:nth-child(10n+1) {
    width: 31.5%; }
  section.our-projects .project:nth-child(10n+2), section.our-project .project:nth-child(10n+2) {
    width: 66.1%; }
  section.our-projects .project:nth-child(10n+3), section.our-project .project:nth-child(10n+3) {
    width: 31.6%; }
  section.our-projects .project:nth-child(10n+4), section.our-project .project:nth-child(10n+4) {
    width: 31.6%; }
  section.our-projects .project:nth-child(10n+5), section.our-project .project:nth-child(10n+5) {
    width: 31.6%; }
  section.our-projects .project:nth-child(10n+6), section.our-project .project:nth-child(10n+6) {
    width: 66.1%; }
  section.our-projects .project:nth-child(10n+7), section.our-project .project:nth-child(10n+7) {
    width: 31.5%; }
  section.our-projects .project:nth-child(10n+8), section.our-project .project:nth-child(10n+8) {
    width: 31.6%; }
  section.our-projects .project:nth-child(10n+9), section.our-project .project:nth-child(10n+9) {
    width: 31.6%; }
  section.our-projects .project:nth-child(10n+10), section.our-project .project:nth-child(10n+10) {
    width: 31.6%; }
  @media only screen and (max-width: 700px) {
    section.our-projects .last-project, section.our-project .last-project {
      display: none !important; } }

section.our-project .project:hover .desc {
  opacity: 1 !important; }

section.our-project .project .desc {
  opacity: 0 !important; }

section.bottom-text {
  background: #fff;
  padding: 80px 0;
  padding-bottom: 50px; }
  section.bottom-text p {
    font-family: 'opensans-regular';
    font-weight: normal;
    font-size: 18px;
    color: #919191; }
  section.bottom-text h1, section.bottom-text h2, section.bottom-text h3, section.bottom-text h4, section.bottom-text h5 {
    font-family: 'opensans-regular';
    font-weight: normal;
    color: #2b2b2b; }
  section.bottom-text .text-cont {
    position: relative; }
    section.bottom-text .text-cont:before {
      content: "";
      background: #f39200;
      position: absolute;
      width: 3px;
      top: -25px;
      bottom: -25px;
      right: -97px; }
      @media only screen and (max-width: 1550px) {
        section.bottom-text .text-cont:before {
          height: 3px;
          width: 85px;
          top: -40px;
          right: 0; } }

/* --------------------------- /Projects ------------------------------- */
/* --------------------------- Project ------------------------------- */
section.project-section-header {
  background: #f4f4f5;
  padding: 50px 0; }
  section.project-section-header .flex-cont {
    display: flex;
    align-items: flex-start; }
    @media only screen and (max-width: 1200px) {
      section.project-section-header .flex-cont {
        flex-direction: column;
        align-items: flex-start; } }
  section.project-section-header .top-title {
    margin: 0;
    padding-left: 25px;
    width: 31.5%;
    border-left: 3px solid #f39200; }
    @media only screen and (max-width: 1200px) {
      section.project-section-header .top-title {
        flex-basis: 0;
        margin-bottom: 25px;
        border-left: none;
        padding-bottom: 15px;
        border-bottom: 3px solid #f39200;
        width: 100%; } }
    section.project-section-header .top-title h1, section.project-section-header .top-title h2, section.project-section-header .top-title h3, section.project-section-header .top-title h4, section.project-section-header .top-title h5 {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 30px;
      color: #3c3836;
      white-space: normal;
      margin: 0; }
      @media only screen and (max-width: 1200px) {
        section.project-section-header .top-title h1, section.project-section-header .top-title h2, section.project-section-header .top-title h3, section.project-section-header .top-title h4, section.project-section-header .top-title h5 {
          white-space: normal; } }
    section.project-section-header .top-title p.sub {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 30px;
      color: #a2a09f;
      text-align: right;
      display: inline; }
  section.project-section-header .text {
    font-family: 'opensans-regular';
    font-weight: normal;
    font-size: 18px;
    color: #919191;
    display: inline-block;
    margin: 0;
    padding-right: 50px;
    width: 68.5%; }
    @media only screen and (max-width: 1200px) {
      section.project-section-header .text {
        padding-right: 0;
        width: 100%; } }

/* --------------------------- /Project ------------------------------- */
/* --------------------------- Articles ------------------------------- */
section.articles {
  background: #f4f4f5; }
  section.articles .article-cont {
    width: 100%;
    border-bottom: 2px solid #e7e7e8;
    padding: 45px 0;
    overflow: hidden; }
    section.articles .article-cont:first-child {
      border-top: 2px solid #e7e7e8; }
    section.articles .article-cont:last-child {
      border-bottom: none; }
    section.articles .article-cont .content {
      float: right;
      width: 45%; }
      section.articles .article-cont .content h3 {
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 35px;
        color: #2b2b2b;
        margin-top: 25px;
        margin-bottom: 25px; }
      section.articles .article-cont .content p.desc {
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 30px;
        color: #919191; }
      section.articles .article-cont .content p.address {
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 20px;
        color: #3c3836; }
        section.articles .article-cont .content p.address i {
          padding-left: 5px; }
      section.articles .article-cont .content .post-content p {
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 20px;
        color: #3c3836;
        margin-top: 45px; }
    section.articles .article-cont .media {
      float: left;
      width: 45%; }
      section.articles .article-cont .media img {
        height: 100%;
        width: 100%; }
      section.articles .article-cont .media .videowrapper {
        float: none;
        clear: both;
        width: 100%;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0; }
      section.articles .article-cont .media .videowrapper iframe {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    @media only screen and (max-width: 1000px) {
      section.articles .article-cont .content,
      section.articles .article-cont .media {
        float: none;
        width: 100%; }
      section.articles .article-cont .media img {
        margin-top: 25px; }
      section.articles .article-cont .article-cont {
        direction: rtl; } }

/* --------------------------- /Articles ------------------------------- */
/* ------------------------ Single Article ----------------------------- */
section.article {
  background: #f4f4f5; }
  section.article .article-cont .content {
    float: none;
    width: 100%; }
    section.article .article-cont .content h1, section.article .article-cont .content h2, section.article .article-cont .content h3, section.article .article-cont .content h4, section.article .article-cont .content h5 {
      font-family: 'opensans-regular';
      font-weight: normal;
      font-size: 35px;
      color: #2b2b2b;
      margin-top: 25px;
      margin-bottom: 25px; }
    section.article .article-cont .content a {
      font-family: 'opensans-regular';
      font-weight: normal;
      color: #f39200; }
      section.article .article-cont .content a:hover {
        text-decoration: none; }
    section.article .article-cont .content .post-content p {
      margin-top: 25px; }
  section.article .article-cont .images {
    float: none;
    width: 100%; }

/* ------------------------ /Single Article ----------------------------- */
/* ------------------------ /Conquests ----------------------------- */
section.conquests {
  background: #f4f4f5; }
  section.conquests .flex-cont {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap; }
  section.conquests .img-main {
    text-align: center;
    width: 419px;
    height: 595px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important; }
    @media only screen and (max-width: 480px) {
      section.conquests .img-main {
        width: 100%;
        height: auto; } }
    section.conquests .img-main img {
      visibility: hidden;
      width: 100%;
      height: auto; }
  section.conquests .img-logo {
    text-align: center;
    margin: 30px 0; }
    section.conquests .img-logo img {
      height: 50px;
      width: auto; }
  section.conquests .con-cont {
    text-align: center;
    flex-basis: 419px;
    margin-bottom: 90px; }
    @media only screen and (max-width: 480px) {
      section.conquests .con-cont {
        flex-basis: 100%;
        flex-grow: 1;
        width: 100%; } }
  section.conquests .text {
    font-family: 'opensans-regular';
    font-weight: normal;
    color: #2b2b2b;
    font-size: 18px;
    display: flex; }

/* ------------------------ /Conquests ----------------------------- */
/* ------------------------ Contacts ----------------------------- */
section.contacts-section-header {
  background: #f4f4f5;
  padding: 50px 0; }
  @media only screen and (max-width: 900px) {
    section.contacts-section-header {
      padding: 50px 0 0 0;
      margin-bottom: -50px; } }
  section.contacts-section-header .flex-cont {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap; }
  section.contacts-section-header .col {
    padding: 0 10px;
    margin: 10px 0; }
    section.contacts-section-header .col i {
      transition: 0.5s;
      cursor: pointer; }
      section.contacts-section-header .col i:hover {
        color: #f39200; }
  section.contacts-section-header .waze {
    width: 100%;
    display: none; }
    section.contacts-section-header .waze img {
      height: 30px;
      width: 30px;
      position: relative;
      left: 3px; }
    @media only screen and (max-width: 550px) {
      section.contacts-section-header .waze {
        display: block; } }
  @media only screen and (max-width: 1200px) {
    section.contacts-section-header .title {
      flex-basis: 100%;
      margin-bottom: 25px; } }
  section.contacts-section-header .title h2, section.contacts-section-header .title h1 {
    font-family: 'opensans-regular';
    font-weight: normal;
    font-size: 30px;
    color: #3c3836;
    display: inline-block;
    margin: 0;
    padding-left: 30px;
    border-left: 3px solid #f39200; }
    @media only screen and (max-width: 1200px) {
      section.contacts-section-header .title h2, section.contacts-section-header .title h1 {
        border-left: none;
        padding-bottom: 15px;
        border-bottom: 3px solid #f39200;
        flex-grow: 1; } }
  section.contacts-section-header p, section.contacts-section-header a {
    font-family: 'opensans-regular';
    font-weight: normal;
    font-size: 18px;
    color: #3c3836;
    margin: 0;
    text-decoration: none; }
    section.contacts-section-header p i, section.contacts-section-header a i {
      font-size: 22px;
      padding-left: 10px; }
  section.contacts-section-header .social a {
    font-size: 22px;
    color: #3c3836;
    padding: 0 5px; }
    section.contacts-section-header .social a:hover {
      color: #f39200; }
  section.contacts-section-header .form-and-map {
    margin: 100px 0; }
    section.contacts-section-header .form-and-map .form-cont {
      width: 40%;
      float: right; }
      @media only screen and (max-width: 900px) {
        section.contacts-section-header .form-and-map .form-cont {
          width: 100%;
          float: none; } }
      section.contacts-section-header .form-and-map .form-cont input[type="tel"],
      section.contacts-section-header .form-and-map .form-cont input[type="text"],
      section.contacts-section-header .form-and-map .form-cont input[type="email"],
      section.contacts-section-header .form-and-map .form-cont textarea {
        display: block;
        width: 100%;
        margin-bottom: 18px;
        font-family: 'opensans-regular';
        font-weight: normal;
        color: #3c3836;
        font-size: 18px;
        background: none;
        border: none;
        outline: none;
        border-bottom: 2px solid #a9a9a9;
        padding: 10px 0; }
        section.contacts-section-header .form-and-map .form-cont input[type="tel"]::-webkit-input-placeholder,
        section.contacts-section-header .form-and-map .form-cont input[type="text"]::-webkit-input-placeholder,
        section.contacts-section-header .form-and-map .form-cont input[type="email"]::-webkit-input-placeholder,
        section.contacts-section-header .form-and-map .form-cont textarea::-webkit-input-placeholder {
          /* Chrome */
          color: #3c3836; }
        section.contacts-section-header .form-and-map .form-cont input[type="tel"]:-ms-input-placeholder,
        section.contacts-section-header .form-and-map .form-cont input[type="text"]:-ms-input-placeholder,
        section.contacts-section-header .form-and-map .form-cont input[type="email"]:-ms-input-placeholder,
        section.contacts-section-header .form-and-map .form-cont textarea:-ms-input-placeholder {
          /* IE 10+ */
          color: #3c3836; }
        section.contacts-section-header .form-and-map .form-cont input[type="tel"]::-moz-placeholder,
        section.contacts-section-header .form-and-map .form-cont input[type="text"]::-moz-placeholder,
        section.contacts-section-header .form-and-map .form-cont input[type="email"]::-moz-placeholder,
        section.contacts-section-header .form-and-map .form-cont textarea::-moz-placeholder {
          /* Firefox 19+ */
          color: #3c3836;
          opacity: 1; }
        section.contacts-section-header .form-and-map .form-cont input[type="tel"]:-moz-placeholder,
        section.contacts-section-header .form-and-map .form-cont input[type="text"]:-moz-placeholder,
        section.contacts-section-header .form-and-map .form-cont input[type="email"]:-moz-placeholder,
        section.contacts-section-header .form-and-map .form-cont textarea:-moz-placeholder {
          /* Firefox 4 - 18 */
          color: #3c3836;
          opacity: 1; }
      section.contacts-section-header .form-and-map .form-cont textarea {
        border: 2px solid #a9a9a9;
        padding: 10px; }
      section.contacts-section-header .form-and-map .form-cont button {
        float: left;
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 18px;
        color: #f39200;
        background: none;
        border: none;
        outline: none;
        padding-bottom: 8px;
        padding-right: 20px;
        padding-left: 20px;
        border-bottom: 3px solid #f39200;
        margin-top: 0; }
        section.contacts-section-header .form-and-map .form-cont button:hover i {
          right: 10px; }
        section.contacts-section-header .form-and-map .form-cont button i {
          font-size: 15px;
          position: relative;
          right: 8px; }
      section.contacts-section-header .form-and-map .form-cont input[type="submit"] {
        float: left;
        font-family: 'opensans-regular';
        font-weight: normal;
        font-size: 18px;
        color: #f39200;
        background: none;
        border: none;
        outline: none;
        padding-bottom: 8px;
        padding-right: 20px;
        padding-left: 20px;
        border-bottom: 3px solid #f39200;
        margin-top: 0; }
        section.contacts-section-header .form-and-map .form-cont input[type="submit"]:hover i {
          right: 10px; }
        section.contacts-section-header .form-and-map .form-cont input[type="submit"] i {
          font-size: 15px;
          position: relative;
          right: 8px; }
        @media only screen and (max-width: 900px) {
          section.contacts-section-header .form-and-map .form-cont input[type="submit"] {
            margin-bottom: 25px; } }
      section.contacts-section-header .form-and-map .form-cont .wpcf7-not-valid-tip {
        font-family: 'opensans-regular';
        font-weight: normal;
        margin-top: -15px; }
      section.contacts-section-header .form-and-map .form-cont .wpcf7-response-output {
        font-family: 'opensans-regular';
        font-weight: normal;
        color: #3c3836; }
  section.contacts-section-header .map-cont {
    width: 55%;
    float: left;
    height: 500px; }
    section.contacts-section-header .map-cont img {
      width: 100%; }
    @media only screen and (max-width: 900px) {
      section.contacts-section-header .map-cont {
        width: 100%;
        float: none;
        height: auto;
        margin-top: 25px; } }

/* ------------------------ /Contacts ----------------------------- */
/* Individual styles */
/*--------------------*/
/* Slide out */
/*--------------------*/
.nav-slide {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0; }

nav a {
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  transform: translateY(-50%); }

nav a.prev {
  left: 0; }

nav a.next {
  right: 0; }

nav a svg {
  display: block;
  margin: 0 auto;
  padding: 0; }

.color-1 {
  background: #bdc3c7; }

.nav-slide .icon-wrap {
  position: relative;
  z-index: 100;
  display: block;
  padding: 20px;
  background-color: #e6e6e7;
  font-size: 30px; }

.nav-slide div {
  position: absolute;
  top: 50%;
  padding: 0 100px;
  background-color: #46484a;
  transition: transform 0.3s; }

.nav-slide a.prev div {
  left: 0;
  padding-right: 120px;
  transform: translateY(-50%) translateX(-100%);
  height: 100%; }

.nav-slide a.next div {
  right: 0;
  padding-left: 120px;
  text-align: right;
  height: 100%;
  transform: translateY(-50%) translateX(100%); }

.nav-slide h3 {
  position: relative;
  margin: 0;
  color: #fff;
  white-space: nowrap;
  font-family: 'opensans-regular';
  font-weight: normal;
  font-size: 17px;
  color: #fff;
  line-height: 71px; }

.nav-slide div h3 span {
  display: block;
  color: #95a5a6;
  font-style: italic;
  font-size: 65%;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif; }

.nav-slide img {
  position: absolute;
  top: 0;
  height: 100%; }

.nav-slide a.prev img {
  right: 0; }

.nav-slide a.next img {
  left: 0; }

.nav-slide a:hover div {
  transform: translateY(-50%) translateX(0); }

@media screen and (max-width: 520px) {
  .nav-slide a.prev,
  .nav-reveal a.prev,
  .nav-doubleflip a.prev,
  .nav-fillslide a.prev,
  .nav-growpop a.prev {
    transform-origin: 0% 50%; }
  .nav-slide a.next,
  .nav-reveal a.next,
  .nav-doubleflip a.next,
  .nav-fillslide a.next,
  .nav-growpop a.next {
    transform-origin: 100% 50%; }
  .nav-slide a,
  .nav-reveal a,
  .nav-doubleflip a,
  .nav-fillslide a {
    transform: scale(0.6); }
  .nav-growpop a {
    transform: translateY(-50%) scale(0.6); } }

.breadcrumbs {
  max-width: 1920px;
  margin: auto; }

.section-inner {
  max-width: 1480px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
  position: relative; }
  .section-inner.wide {
    max-width: 1620px; }
  @media only screen and (max-width: 950px) {
    .section-inner {
      padding: 0 10px; } }

.section-title {
  font-family: 'opensans-regular';
  font-weight: normal;
  font-size: 55px;
  color: #3B3836; }
  .section-title span {
    position: relative; }
    .section-title span:after {
      content: "";
      width: 80px;
      height: 3px;
      display: inline-block;
      vertical-align: middle;
      background-color: #E69635;
      margin: 0 20px; }
  @media only screen and (max-width: 1370px) {
    .section-title {
      font-size: 45px; } }
  @media only screen and (max-width: 950px) {
    .section-title {
      font-size: 35px; } }

.content-bigger {
  font-family: 'opensans-regular';
  font-weight: normal;
  font-size: 24px;
  color: #000; }
  .content-bigger p {
    margin-top: 25px; }
    .content-bigger p:first-child {
      margin-top: 0; }
  @media only screen and (max-width: 1370px) {
    .content-bigger {
      font-size: 20px; } }
  @media only screen and (max-width: 950px) {
    .content-bigger {
      font-size: 18px; } }

/* ---------------------- Section ai ---------------------- */
section.ai {
  background: #f4f4f5;
  padding: 90px 0; }
  section.ai .steps {
    margin-top: 100px; }
    section.ai .steps .sep {
      margin: 20px auto;
      height: 95px;
      width: 3px;
      background: #E69635; }
    section.ai .steps .line {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative; }
      section.ai .steps .line .part-text {
        width: 35%; }
        section.ai .steps .line .part-text .title {
          font-family: 'opensans-regular';
          font-weight: normal;
          font-size: 32px;
          color: #000; }
        section.ai .steps .line .part-text .content {
          font-family: 'opensans-regular';
          font-weight: normal;
          font-size: 18px;
          color: #000; }
          section.ai .steps .line .part-text .content p {
            margin-top: 15px; }
        section.ai .steps .line .part-text .button {
          font-family: 'opensans-bold';
          font-weight: bold;
          font-size: 32px;
          color: #000;
          display: inline-block;
          border-bottom: 3px solid #E69635;
          cursor: pointer;
          transition: 0.5s;
          text-decoration: none;
          margin-top: 35px; }
          section.ai .steps .line .part-text .button:first-child {
            margin-top: 0; }
          section.ai .steps .line .part-text .button:hover {
            color: #E69635; }
      section.ai .steps .line .part-image {
        width: 35%;
        font-size: 0; }
        section.ai .steps .line .part-image .image {
          background: #fff;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          height: 250px;
          overflow: hidden;
          position: relative;
          -webkit-filter: drop-shadow(0px 49px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 31.7593px 46.8519px rgba(0, 0, 0, 0.0531481)) drop-shadow(0px 18.8741px 25.4815px rgba(0, 0, 0, 0.0425185)) drop-shadow(0px 9.8px 13px rgba(0, 0, 0, 0.035)) drop-shadow(0px 3.99259px 6.51852px rgba(0, 0, 0, 0.0274815)) drop-shadow(0px 0.90741px 3.14815px rgba(0, 0, 0, 0.0168519));
                  filter: drop-shadow(0px 49px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 31.7593px 46.8519px rgba(0, 0, 0, 0.0531481)) drop-shadow(0px 18.8741px 25.4815px rgba(0, 0, 0, 0.0425185)) drop-shadow(0px 9.8px 13px rgba(0, 0, 0, 0.035)) drop-shadow(0px 3.99259px 6.51852px rgba(0, 0, 0, 0.0274815)) drop-shadow(0px 0.90741px 3.14815px rgba(0, 0, 0, 0.0168519)); }
          section.ai .steps .line .part-image .image img {
            max-width: 100%; }
        section.ai .steps .line .part-image .button {
          font-family: 'opensans-bold';
          font-weight: bold;
          font-size: 18px;
          color: #000;
          display: inline-block;
          border-bottom: 3px solid #E69635;
          cursor: pointer;
          transition: 0.5s;
          text-decoration: none;
          margin-top: 35px; }
          section.ai .steps .line .part-image .button:hover {
            color: #E69635; }
      section.ai .steps .line .part-number .num {
        font-family: 'opensans-bold';
        font-weight: bold;
        font-size: 270px;
        line-height: 1;
        color: #B0B0B0; }
  section.ai .content-bigger {
    margin-top: 100px; }
  section.ai .slider-wrapper {
    max-width: 1580px;
    padding: 0 70px;
    margin: auto;
    position: relative;
    margin-top: 100px; }
    section.ai .slider-wrapper .swiper-container .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      font-size: 0;
      overflow: hidden;
      height: auto;
      cursor: pointer; }
      section.ai .slider-wrapper .swiper-container .swiper-slide img {
        max-height: 100%;
        transition: 0.5s; }
      section.ai .slider-wrapper .swiper-container .swiper-slide:hover img {
        transform: scale(1.1); }
    section.ai .slider-wrapper .swiper-container .swiper-scrollbar {
      margin: auto;
      margin-top: 55px;
      position: static; }
      section.ai .slider-wrapper .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
        background: #E69635;
        border-radius: 0; }
    section.ai .slider-wrapper .nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 10px;
      right: 10px;
      font-size: 0;
      pointer-events: none;
      z-index: 99;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      section.ai .slider-wrapper .nav .arrow {
        pointer-events: all;
        cursor: pointer; }
  @media only screen and (max-width: 1370px) {
    section.ai {
      padding: 75px 0; }
      section.ai .steps {
        margin-top: 75px; }
        section.ai .steps .sep {
          height: 75px; }
        section.ai .steps .line .part-number .num {
          font-size: 200px; } }
  @media only screen and (max-width: 950px) {
    section.ai {
      padding: 35px 0; }
      section.ai .steps .line {
        display: block; }
        section.ai .steps .line .part-text {
          width: 100%;
          padding-right: 75px;
          min-height: 80px; }
        section.ai .steps .line .part-image {
          width: 100%;
          height: auto;
          text-align: center;
          margin-top: 25px; }
          section.ai .steps .line .part-image .image {
            display: inline-block;
            width: auto;
            height: auto;
            margin: auto; }
        section.ai .steps .line .part-number {
          position: absolute;
          top: 0;
          right: 0; }
          section.ai .steps .line .part-number .num {
            font-size: 90px; }
      section.ai .slider-wrapper {
        padding: 0 40px;
        margin-top: 70px; }
        section.ai .slider-wrapper .swiper-container .swiper-slide img {
          max-width: 100%; }
        section.ai .slider-wrapper .nav {
          left: 0;
          right: 0; } }

/* --------------------- /Section ai ---------------------- */
.logoextra {
  cursor: pointer;
  text-decoration: none; }
  .logoextra svg path {
    transition: 0.5s; }
  .logoextra:hover svg path {
    fill: #FFC20F; }

.grecaptcha-badge {
  display: none; }

body.en {
  direction: ltr;
  /* DRY */
  /* /DRY */
  /* Header */
  /* /Header */
  /* Toggle button */
  /* /Toggle button */
  /* Social icons bar */
  /* /Social icons bar */
  /* Section top-slider */
  /* /Section top-slider */
  /* Section odot */
  /* /Section odot */
  /* Section contacts */
  /* /Section contacts */
  /* Footer */
  /* /Footer */
  /* Studio-top */
  /* /Studio-top */
  /* Studio-dunsky */
  /* /Studio-dunsky */
  /* Section crew-members */
  /* /Section crew-members */
  /* Section studio-bottom */
  /* /Section studio-bottom */
  /* --------------------------- Clients ------------------------------- */
  /* --------------------------- Projects ------------------------------- */
  /* --------------------------- /Projects ------------------------------- */
  /* --------------------------- Project ------------------------------- */
  /* --------------------------- /Project ------------------------------- */
  /* --------------------------- Articles ------------------------------- */
  /* ------------------------ Contacts ----------------------------- */
  /* ------------------------ /Contacts ----------------------------- */
  /* ---------------------- Section ai ---------------------- */
  /* --------------------- /Section ai ---------------------- */ }
  body.en * {
    direction: ltr; }
  body.en .show-all {
    float: right; }
  body.en .content-block-cont .side-title {
    right: auto;
    left: 90px;
    transform-origin: 0% 0%;
    transform: rotate(90deg); }
    @media only screen and (max-width: 1200px) {
      body.en .content-block-cont .side-title {
        transform: rotate(0deg); } }
  body.en .side-title {
    right: auto;
    left: -430px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body.en h2.section-title:after {
      margin-right: 0;
      margin-left: 35px; } }
  body.en .hover-box .desc, body.en .hover-box-flipped .desc, body.en section.our-projects .project .desc, section.our-projects body.en .project .desc, body.en section.last-projects .projects-cont .project .desc, section.last-projects .projects-cont body.en .project .desc, body.en section.crew-members .members-cont .member .desc, section.crew-members .members-cont body.en .member .desc, body.en section.our-project .project .desc, section.our-project body.en .project .desc {
    left: auto;
    right: 0; }
  body.en .sub-cont {
    left: auto;
    right: 50%; }
    body.en .sub-cont .wrapper {
      right: -50%;
      left: auto; }
  body.en .article-cont .content {
    float: left; }
  body.en .article-cont .images {
    float: right; }
  body.en h2.section-title:after {
    margin-right: 0;
    margin-left: 18px; }
  body.en header .tel i {
    margin-right: 0;
    margin-left: 5px; }
  body.en header .open-arrow {
    left: auto;
    right: 25px; }
  body.en header .language-select-cont {
    padding-right: 0;
    padding-left: 20px;
    margin-left: 0;
    margin-right: 10px; }
    @media only screen and (max-width: 460px) {
      body.en header .language-select-cont {
        margin-left: 0;
        margin-right: 40px; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      body.en header .language-select-cont {
        margin-left: 0;
        margin-right: 40px; } }
  body.en header .logo-cont {
    text-align: right; }
    body.en header .logo-cont img {
      padding-left: 0;
      padding-right: 40px; }
      @media only screen and (max-width: 1200px) {
        body.en header .logo-cont img {
          padding-left: 0;
          padding-right: 20px; } }
      @media only screen and (max-width: 950px) {
        body.en header .logo-cont img {
          padding-left: 0;
          padding-right: 0px; } }
  body.en header .call-button {
    margin-right: 0;
    margin-left: 10px; }
  body.en .toggle-button, body.en .toggle-button-projects {
    right: auto;
    left: -10px; }
  body.en .toggle-button-projects {
    height: 21px;
    top: 0;
    right: 0; }
  body.en .side-icons-cont {
    right: auto;
    left: 10px; }
  body.en section.top-slider {
    direction: rtl; }
  body.en section.odot .image-cont img {
    transform: scaleX(-1); }
  body.en section.odot .content-cont {
    left: 65%;
    right: 11%; }
    @media only screen and (max-width: 1750px) {
      body.en section.odot .content-cont {
        right: 5%;
        top: 20%; } }
    @media only screen and (max-width: 1550px) {
      body.en section.odot .content-cont {
        left: 62%;
        top: 10%; } }
    @media only screen and (max-width: 1400px) {
      body.en section.odot .content-cont {
        left: 64%;
        right: 4%; } }
    body.en section.odot .content-cont a.read-more {
      text-align: right;
      padding-right: 20px;
      padding-left: 0;
      background: url(../images/icons/strr.png) no-repeat;
      background-position: right center; }
    @media only screen and (max-width: 1200px) {
      body.en section.odot .content-cont .awards .logo-cont {
        margin-left: 0;
        margin-right: 25px; } }
  body.en section.contacts .side-title p.sub {
    color: #4e4e4e; }
  body.en section.contacts .form-cont {
    margin-right: 250px;
    margin-right: 0;
    margin-left: 250px; }
    body.en section.contacts .form-cont input[type="tel"],
    body.en section.contacts .form-cont input[type="text"],
    body.en section.contacts .form-cont input[type="email"] {
      border-bottom: 2px solid #fff; }
    @media only screen and (max-width: 1700px) {
      body.en section.contacts .form-cont {
        margin-right: 0;
        margin-left: 10%; } }
    @media only screen and (max-width: 1200px) {
      body.en section.contacts .form-cont {
        margin-left: 25%;
        margin-right: 0; } }
    @media only screen and (max-width: 900px) {
      body.en section.contacts .form-cont {
        margin-left: 25px;
        margin-right: 0;
        margin-top: 25px; } }
    @media only screen and (max-width: 700px) {
      body.en section.contacts .form-cont {
        margin: auto;
        margin-top: 50px; } }
    body.en section.contacts .form-cont button {
      float: right; }
      body.en section.contacts .form-cont button:hover i {
        right: auto;
        left: 10px; }
      body.en section.contacts .form-cont button i {
        right: auto;
        left: 8px; }
    body.en section.contacts .form-cont input[type="submit"] {
      float: right;
      background: url(../images/icons/strr.png) no-repeat;
      background-position: right 7px; }
      body.en section.contacts .form-cont input[type="submit"] i {
        right: auto;
        left: 8px; }
  body.en footer ul.footer-menu {
    float: left; }
    @media only screen and (max-width: 700px) {
      body.en footer ul.footer-menu {
        float: none; } }
  body.en footer .credits {
    float: right; }
    @media only screen and (max-width: 700px) {
      body.en footer .credits {
        float: none; } }
    body.en footer .credits img {
      padding-left: 5px;
      padding-right: 0; }
  body.en section.studio-top .content-block-cont {
    padding-right: 0;
    margin-right: 0;
    padding-left: 130px;
    margin-left: 70px; }
    @media only screen and (max-width: 1200px) {
      body.en section.studio-top .content-block-cont {
        margin-right: 0;
        padding-right: 0px;
        margin-left: 0;
        padding-left: 15px; } }
  body.en section.studio-dunsky .content-block-cont {
    padding-top: 0;
    padding-left: 130px; }
    @media only screen and (max-width: 1200px) {
      body.en section.studio-dunsky .content-block-cont {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 15px; } }
  body.en section.studio-dunsky .image-cont {
    margin-right: 0;
    margin-left: 70px; }
    @media only screen and (max-width: 1200px) {
      body.en section.studio-dunsky .image-cont {
        margin-right: 0;
        margin-left: 15px; } }
  body.en section.studio-dunsky.ltr .content-block-cont .side-title {
    left: 80px; }
  body.en section.crew-members h2 {
    margin-right: 0;
    margin-left: 15px; }
  body.en section.crew-members .members-cont .content-block-cont {
    margin-right: auto;
    margin-left: 0; }
    body.en section.crew-members .members-cont .content-block-cont .side-title {
      left: 110px; }
    @media only screen and (max-width: 974px) {
      body.en section.crew-members .members-cont .content-block-cont .side-title {
        right: 0 !important;
        top: 0 !important;
        left: 0 !important; } }
  @media only screen and (max-width: 900px) {
    body.en section.studio-bottom img.bg-img {
      margin-right: 50%;
      margin-left: 0; } }
  body.en section.studio-bottom .text-cont {
    left: 15%;
    left: auto;
    right: 15%; }
    @media only screen and (max-width: 900px) {
      body.en section.studio-bottom .text-cont {
        left: 0;
        right: 0; } }
  body.en section.section-header .top-title {
    padding-left: 0;
    padding-right: 25px;
    border-right: 3px solid #f39200;
    border-left: none; }
    @media only screen and (max-width: 1200px) {
      body.en section.section-header .top-title {
        padding-left: 0;
        padding-right: 0; } }
    body.en section.section-header .top-title p.sub {
      text-align: left; }
  body.en section.section-header .content {
    padding-right: 0px;
    padding-left: 50px; }
    @media only screen and (max-width: 1200px) {
      body.en section.section-header .content {
        padding-right: 0;
        padding-left: 0; } }
  body.en section.projects-section-header h1 {
    padding-left: 0;
    border-left: none;
    padding-right: 25px;
    border-right: 3px solid #f39200; }
  body.en section.projects-section-header .toggle-projects p {
    margin-left: 5px;
    margin-right: 0; }
  body.en section.bottom-text .text-cont:before {
    right: auto;
    left: -97px; }
    @media only screen and (max-width: 1550px) {
      body.en section.bottom-text .text-cont:before {
        right: auto;
        left: 0; } }
  body.en section.project-section-header .top-title {
    padding-left: 0;
    padding-right: 25px;
    border-left: none;
    border-right: 3px solid #f39200; }
    @media only screen and (max-width: 1200px) {
      body.en section.project-section-header .top-title {
        border-left: none;
        border-right: none; } }
    body.en section.project-section-header .top-title p.sub {
      text-align: left; }
  body.en section.project-section-header .text {
    padding-right: 0;
    padding-left: 50px; }
    @media only screen and (max-width: 1200px) {
      body.en section.project-section-header .text {
        padding-right: 0;
        padding-left: 0; } }
  body.en section.articles .article-cont .content {
    float: left; }
    body.en section.articles .article-cont .content p.address i {
      padding-left: 0;
      padding-right: 5px; }
  body.en section.articles .article-cont .media {
    float: right; }
    body.en section.articles .article-cont .media .videowrapper iframe {
      left: auto;
      right: 0; }
  @media only screen and (max-width: 1000px) {
    body.en section.articles .article-cont .article-cont {
      direction: ltr; } }
  body.en section.contacts-section-header .waze img {
    left: auto;
    right: 3px; }
  body.en section.contacts-section-header .title h2, body.en section.contacts-section-header .title h1 {
    padding-left: 0;
    padding-right: 30px;
    border-left: none;
    border-right: 3px solid #f39200; }
    @media only screen and (max-width: 1200px) {
      body.en section.contacts-section-header .title h2, body.en section.contacts-section-header .title h1 {
        border-left: none;
        border-right: none; } }
  body.en section.contacts-section-header p i, body.en section.contacts-section-header a i {
    padding-right: 10px;
    padding-left: 0; }
  body.en section.contacts-section-header .form-and-map .form-cont {
    float: left; }
    body.en section.contacts-section-header .form-and-map .form-cont button {
      float: right; }
      body.en section.contacts-section-header .form-and-map .form-cont button:hover i {
        right: auto;
        left: 10px; }
      body.en section.contacts-section-header .form-and-map .form-cont button i {
        right: auto;
        left: 8px; }
    body.en section.contacts-section-header .form-and-map .form-cont input[type="submit"] {
      float: right; }
      body.en section.contacts-section-header .form-and-map .form-cont input[type="submit"]:hover i {
        right: auto;
        left: 10px; }
      body.en section.contacts-section-header .form-and-map .form-cont input[type="submit"] i {
        right: auto;
        left: 8px; }
  body.en section.contacts-section-header .map-cont {
    float: right; }
  body.en .nav-slide .icon-wrap i {
    transform: scaleX(-1); }
  body.en nav a {
    text-align: right; }
  body.en nav a.prev {
    left: auto;
    right: 0; }
  body.en nav a.next {
    right: auto;
    left: 0; }
  body.en .nav-slide a.prev div {
    left: auto;
    right: 0;
    transform: translateY(-50%) translateX(100%); }
  body.en .nav-slide a.next div {
    right: auto;
    padding-left: 0px;
    left: 0;
    padding-left: 120px;
    text-align: left;
    transform: translateY(-50%) translateX(-100%); }
  body.en .nav-slide a:hover div {
    transform: translateY(-50%) translateX(0); }
  body.en .nav-slide a.prev img {
    right: auto;
    left: 0; }
  body.en .nav-slide a.next img {
    left: auto;
    right: 0; }
  @media only screen and (max-width: 950px) {
    body.en section.ai .steps .line .part-text {
      padding-right: 0px;
      padding-left: 75px; }
    body.en section.ai .steps .line .part-number {
      right: auto;
      left: 0; } }