/*
Theme Name: ANI
Version: 1.0
Author: Awesome Team
Author URI: http://www.awesometlv.co.il
*/
@font-face {
  font-family: 'SimplerPro';
  src: url("assets/fonts/SimplerPro-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SimplerPro-Regular.otf") format("opentype"), url("assets/fonts/SimplerPro-Regular.woff") format("woff"), url("assets/fonts/SimplerPro-Regular.ttf") format("truetype"), url("assets/fonts/SimplerPro-Regular.svg#SimplerPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SimplerPro';
  src: url("assets/fonts/SimplerPro-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SimplerPro-Bold.otf") format("opentype"), url("assets/fonts/SimplerPro-Bold.woff") format("woff"), url("assets/fonts/SimplerPro-Bold.ttf") format("truetype"), url("assets/fonts/SimplerPro-Bold.svg#SimplerPro-Bold") format("svg");
  font-weight: 600;
  font-style: normal; }
/** Variables **/
/** MIXINS **/
*, *:before, *:after {
  box-sizing: border-box; }

html, body, ul, ol, button, input, table {
  margin: 0;
  padding: 0; }

.overflow-hidden {
  height: 100vh !important;
  overflow: hidden !important; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

i {
  display: inline-block; }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-size: inherit;
  color: inherit;
  font: inherit; }

input[type=submit] {
  cursor: pointer; }

input:focus {
  outline: none; }

.cf:after {
  content: '';
  clear: both;
  overflow: hidden;
  display: block;
  visibility: hidden;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0; }

.align-left,
.alignleft {
  float: left; }

.align-right,
.alignright {
  float: right; }

.span10 {
  width: 10%; }

.span20 {
  width: 20%; }

.span25 {
  width: 25%; }

.span26 {
  width: 26.66%; }

.span30 {
  width: 30%; }

.span33 {
  width: 33.33%; }

.span40 {
  width: 40%; }

.span45 {
  width: 45%; }

.span50 {
  width: 50%; }

.span55 {
  width: 55%; }

.span60 {
  width: 60%; }

.span66 {
  width: 66.66%; }

.span70 {
  width: 70%; }

.span75 {
  width: 75%; }

.span80 {
  width: 80%; }

.span100 {
  width: 100%; }

body {
  font-family: "Open Sans Hebrew";
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

a {
  color: #269aff;
  cursor: pointer; }
  a:hover {
    color: #043457; }

section {
  position: relative; }

.workarea {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  position: relative;
  z-index: 1; }

ul {
  list-style: none; }

.hidden-font {
  color: transparent !important; }

.black-mask {
  background: rgba(4, 20, 28, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.dots-mask {
  background: url(images/dot-pattern.png) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.7; }

.to-blur {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blur .to-blur {
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px); }

a.btn {
  font-weight: 400;
  color: white;
  border: 1px solid #58BCED;
  padding: 7px 15px;
  background-color: rgba(88, 188, 237, 0.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  z-index: 5; }
  a.btn:hover {
    background-color: #58bced; }

.social-links {
  width: 35px;
  height: 35px;
  background-color: #58BCED;
  -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 35px, 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: relative; }
  .social-links .fa {
    color: white;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-size: 1.4rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .social-links .fa:hover {
      color: white; }

.title {
  font-family: "SimplerPro";
  text-transform: uppercase;
  font-size: 3.4rem;
  font-weight: 300; }

.content {
  font-size: 1rem;
  font-family: "Open Sans Hebrew";
  color: #2E2E2E; }

.blur {
  filter: blur(4px); }

.lang-item a {
  font-weight: bold !important; }

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fffeff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  font-family: "SimplerPro"; }
  #masthead.in {
    z-index: 2; }
  #masthead #site-menu {
    order: 1; }
    #masthead #site-menu li {
      margin-left: 30px;
      display: inline-block; }
      #masthead #site-menu li a {
        color: #043457;
        font-weight: 400; }
        #masthead #site-menu li a:hover {
          color: #269aff; }
      #masthead #site-menu li.icon i {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #269aff;
        color: transparent;
        margin: 0;
        padding-bottom: 3px;
        margin-right: 10px; }
  #masthead .btn-nav {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 70px;
    height: 80px;
    background: #58BCED;
    cursor: pointer; }
    #masthead .btn-nav > span {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      display: block;
      width: 45%;
      height: 3px;
      background: #fff;
      transition: background 0s 0.3s; }
      #masthead .btn-nav > span:before, #masthead .btn-nav > span:after {
        display: block;
        content: '';
        position: absolute;
        background: #fff;
        width: 100%;
        height: 100%;
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s; }
      #masthead .btn-nav > span:before {
        top: -10px;
        transition-property: top, transform; }
      #masthead .btn-nav > span:after {
        bottom: -10px;
        transition-property: bottom, transform; }
    #masthead .btn-nav.active {
      z-index: 1001; }
      #masthead .btn-nav.active > span {
        background: none; }
        #masthead .btn-nav.active > span:before, #masthead .btn-nav.active > span:after {
          transition-delay: 0s, 0.3s; }
        #masthead .btn-nav.active > span:before {
          top: 0;
          transform: rotate(45deg); }
        #masthead .btn-nav.active > span:after {
          bottom: 0;
          transform: rotate(-45deg); }
  #masthead .logo {
    z-index: 3;
    padding: 5px; }
    #masthead .logo img {
      width: 100%;
      max-height: 60px; }

#footer {
  width: 100%;
  font-size: 0.9rem;
  height: auto !important;
  padding-top: 100px;
  color: #aeaeae;
  font-family: "SimplerPro"; }
  #footer .content {
    font-size: 0.9rem;
    color: #aeaeae;
    font-family: "SimplerPro";
    margin-right: 80px;
    display: inline-block; }
    #footer .content div {
      display: inline-block;
      padding-bottom: 5px; }
  #footer .workarea {
    margin-left: 80px;
    float: left;
    width: auto;
    display: inline-block; }
    #footer .workarea .footer-menu {
      list-style: none; }
      #footer .workarea .footer-menu > li {
        color: #aeaeae;
        margin-left: 15px;
        display: inline-block; }
        #footer .workarea .footer-menu > li:last-child {
          margin-left: 0; }
      #footer .workarea .footer-menu a {
        color: #aeaeae;
        font-family: "SimplerPro"; }
      #footer .workarea .footer-menu .sub-menu li {
        text-transform: none; }
  #footer .footer-1 {
    width: 100%;
    background: #f4f4f4;
    padding: 20px 40px;
    display: flex;
    color: #666; }
    #footer .footer-1 > div {
      flex-grow: 1; }
    #footer .footer-1 .copyrights {
      text-align: left; }
    #footer .footer-1 .links {
      text-align: center; }
      #footer .footer-1 .links a {
        display: inline-block;
        margin: 0 10px;
        color: #666; }
    #footer .footer-1 .credit {
      text-align: right; }
      #footer .footer-1 .credit a {
        color: #666; }
        #footer .footer-1 .credit a img {
          margin-bottom: 5px; }

#homepage .section_1 {
  min-height: 600px;
  overflow: hidden; }
  #homepage .section_1 .video-container {
    height: 100%; }
  #homepage .section_1 .workarea .content {
    max-width: 550px;
    text-align: center;
    margin: 0 auto; }
    #homepage .section_1 .workarea .content .title {
      line-height: 1;
      font-family: "SimplerPro";
      text-transform: uppercase;
      font-size: 3.4rem;
      margin-bottom: 20px;
      font-weight: 300;
      color: white; }
    #homepage .section_1 .workarea .content .subtitle {
      margin-bottom: 20px;
      padding: 20px;
      font-size: 1.2rem;
      font-weight: 400;
      margin-bottom: 40px;
      color: white; }
#homepage .section_2 {
  margin-bottom: 120px; }
  #homepage .section_2 > h2 {
    margin: 40px 0;
    text-align: center;
    line-height: 1.2;
    font-family: "SimplerPro"; }
  #homepage .section_2 .services {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    #homepage .section_2 .services .service {
      display: inline-block;
      margin: 0 40px;
      width: calc(33.333% - 83px);
      text-align: center; }
      #homepage .section_2 .services .service .image {
        margin-bottom: 10px;
        box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        width: 90px;
        height: 90px;
        margin: 0 auto;
        position: relative; }
        #homepage .section_2 .services .service .image img {
          max-width: 72%;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
      #homepage .section_2 .services .service .title {
        margin: 10px 0;
        font-family: "SimplerPro";
        text-transform: uppercase;
        font-size: 1.6rem;
        font-weight: 300; }
      #homepage .section_2 .services .service .subtitle {
        margin-bottom: 20px;
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 40px;
        line-height: 1.6; }
#homepage .section_3 {
  margin-bottom: 180px; }
  #homepage .section_3 .workarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    width: 100%; }
    #homepage .section_3 .workarea .bg {
      max-width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      vertical-align: middle;
      -webkit-box-shadow: 0px 40px 48px -16px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 40px 48px -16px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 40px 48px -16px rgba(0, 0, 0, 0.15); }
    #homepage .section_3 .workarea .image {
      padding: 30px 35px 38px 35px;
      bottom: -70px;
      left: 0;
      background-color: rgba(4, 20, 28, 0.7);
      position: absolute;
      max-width: 500px; }
      #homepage .section_3 .workarea .image .circle-image {
        display: inline-block;
        position: relative;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        background-size: contain;
        background: no-repeat;
        height: 125px;
        width: 125px;
        padding: 5px;
        margin-left: 30px;
        margin-bottom: 30px;
        background-position: top center;
        -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 15px 35px, 0 rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1); }
        #homepage .section_3 .workarea .image .circle-image .social-links {
          position: absolute;
          bottom: 0;
          left: 0; }
      #homepage .section_3 .workarea .image .content {
        display: inline-block;
        color: white;
        position: absolute; }
        #homepage .section_3 .workarea .image .content .title {
          margin-bottom: 5px;
          font-family: "SimplerPro";
          text-transform: uppercase;
          font-size: 2rem;
          font-weight: 600;
          line-height: 1; }
        #homepage .section_3 .workarea .image .content .subtitle {
          line-height: 1;
          font-size: 1.2rem;
          font-family: "SimplerPro";
          margin-bottom: 10px;
          font-weight: 400; }
      #homepage .section_3 .workarea .image .text {
        color: white;
        margin-top: 10px; }
      #homepage .section_3 .workarea .image .btn {
        margin-top: 30px; }
#homepage .section_4 {
  height: 100vh;
  min-height: 720px; }
  #homepage .section_4 .container {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    z-index: 5;
    padding-right: 100px;
    padding-top: 100px; }
    #homepage .section_4 .container .header {
      padding: 30px 35px 38px 35px;
      z-index: 4;
      background-color: rgba(4, 20, 28, 0.7);
      position: relative;
      max-width: 500px;
      color: white; }
      #homepage .section_4 .container .header h2 {
        font-family: "SimplerPro";
        text-transform: uppercase;
        font-size: 3.4rem;
        line-height: 1;
        font-weight: 300;
        max-width: 200px;
        letter-spacing: -0.1rem; }
      #homepage .section_4 .container .header .subtitle {
        font-size: 1rem;
        margin-top: 20px;
        margin-bottom: 30px;
        font-weight: 400; }
  #homepage .section_4 .projects {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1; }
    #homepage .section_4 .projects .project {
      position: relative;
      width: 33.33%;
      height: 100%;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      #homepage .section_4 .projects .project:nth-child(2) {
        margin: 0 1px;
        width: calc(33.33% - 2px); }
      #homepage .section_4 .projects .project .background-image {
        background-size: auto 100%;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease; }
        #homepage .section_4 .projects .project .background-image.in {
          transform: scale(1.1); }
      #homepage .section_4 .projects .project.in {
        background-size: auto 110%; }
      #homepage .section_4 .projects .project .hover-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3; }
      #homepage .section_4 .projects .project .info {
        position: absolute;
        bottom: 20px;
        color: white;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        z-index: 4;
        width: 80%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #homepage .section_4 .projects .project .info.in {
          opacity: 0.5; }
        #homepage .section_4 .projects .project .info .title {
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
          margin: 10px 0;
          font-family: "SimplerPro";
          text-transform: uppercase;
          font-size: 1.6rem;
          font-weight: 300;
          margin-bottom: 10px;
          text-align: right;
          font-weight: 600; }
        #homepage .section_4 .projects .project .info .wrapper {
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          max-width: initial;
          height: auto; }
          #homepage .section_4 .projects .project .info .wrapper .info-element {
            align-items: center;
            margin-bottom: 10px;
            font-size: 1rem;
            font-weight: 400; }
          #homepage .section_4 .projects .project .info .wrapper i {
            color: #7ad8b6;
            margin-left: 5px; }
        #homepage .section_4 .projects .project .info .hover-info {
          width: 100%;
          opacity: 0;
          text-align: right;
          color: white;
          z-index: 6;
          height: 0;
          max-width: 400px; }
          #homepage .section_4 .projects .project .info .hover-info .title {
            margin: 10px 0;
            font-family: "SimplerPro";
            text-transform: uppercase;
            font-size: 1.6rem;
            font-weight: 300;
            margin-bottom: 10px; }
          #homepage .section_4 .projects .project .info .hover-info .btn {
            margin-top: 30px; }
#homepage .section_5 > h2 {
  margin: 40px 0;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.1rem;
  font-family: "SimplerPro";
  text-transform: uppercase;
  font-size: 2rem; }
#homepage .section_5 .featured {
  position: relative;
  padding: 50px;
  padding-bottom: 100px;
  margin-bottom: 30px;
  overflow: hidden; }
  #homepage .section_5 .featured.workarea {
    width: calc(100% - 33px);
    max-width: calc(1280px - 20px); }
  #homepage .section_5 .featured .background-image {
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #homepage .section_5 .featured .background-image.in {
      transform: scale(1.1); }
  #homepage .section_5 .featured .info {
    z-index: 4;
    position: relative;
    max-width: 500px;
    color: white; }
    #homepage .section_5 .featured .info .title {
      margin-bottom: 20px;
      font-family: "SimplerPro";
      text-transform: uppercase;
      font-size: 3.4rem;
      line-height: 1;
      font-weight: 300; }
    #homepage .section_5 .featured .info .excerpt {
      font-size: 1.2rem;
      font-weight: 400;
      margin-bottom: 30px; }
  #homepage .section_5 .featured .source-image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 60px;
    margin: 0 0 50px 40px; }
#homepage .section_5 .workarea {
  position: relative;
  width: 90%; }
  #homepage .section_5 .workarea .carousel .owl-stage-outer .owl-item {
    padding-top: 0;
    padding: 0 10px; }
    #homepage .section_5 .workarea .carousel .owl-stage-outer .owl-item .post {
      position: relative;
      display: inline-block;
      margin-bottom: 20px;
      width: 100%;
      transition: box-shadow .35s ease, transform .3s ease, opacity .2s ease-out; }
      #homepage .section_5 .workarea .carousel .owl-stage-outer .owl-item .post .image {
        position: relative;
        padding-top: 100px;
        padding-bottom: 20px;
        padding-right: 30px;
        padding-left: 30px;
        overflow: hidden; }
        #homepage .section_5 .workarea .carousel .owl-stage-outer .owl-item .post .image .background-image {
          background-size: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          -ms-transition: all 0.35s ease;
          transition: all 0.35s ease;
          transform: scale(1.1); }
          #homepage .section_5 .workarea .carousel .owl-stage-outer .owl-item .post .image .background-image.in {
            transform: scale(1); }
      #homepage .section_5 .workarea .carousel .owl-stage-outer .owl-item .post .info {
        z-index: 4;
        position: relative;
        max-width: 500px;
        color: white; }
        #homepage .section_5 .workarea .carousel .owl-stage-outer .owl-item .post .info .title {
          max-width: 250px;
          font-family: "SimplerPro";
          text-transform: uppercase;
          font-size: 1.4rem;
          line-height: 1;
          font-weight: 300; }
      #homepage .section_5 .workarea .carousel .owl-stage-outer .owl-item .post .post-content {
        font-size: 1rem;
        background-color: #f6faf9;
        display: block;
        padding: 30px; }
        #homepage .section_5 .workarea .carousel .owl-stage-outer .owl-item .post .post-content .read-more {
          margin-top: 30px;
          display: inline-block;
          position: relative;
          border-bottom: 1px solid #269aff; }
      #homepage .section_5 .workarea .carousel .owl-stage-outer .owl-item .post .source-image {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        width: 30px;
        margin: 0 0 25px 20px; }
      #homepage .section_5 .workarea .carousel .owl-stage-outer .owl-item .post:hover {
        opacity: 1 !important;
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
        transform: translate(0, -4px);
        z-index: 999; }
  #homepage .section_5 .workarea .carousel .owl-stage-outer > .read-more {
    font-weight: 400;
    color: white;
    border: 1px solid #58BCED;
    padding: 7px 15px;
    background-color: rgba(88, 188, 237, 0.9);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    position: relative;
    float: left;
    z-index: 5; }
    #homepage .section_5 .workarea .carousel .owl-stage-outer > .read-more:hover {
      color: #58BCED;
      background-color: white; }
  #homepage .section_5 .workarea .owl-controls .owl-dots {
    text-align: right; }
    #homepage .section_5 .workarea .owl-controls .owl-dots .owl-dot {
      width: 20px;
      height: 4px;
      background: rgba(88, 188, 237, 0.5);
      margin: 5px;
      display: inline-block; }
      #homepage .section_5 .workarea .owl-controls .owl-dots .owl-dot.active {
        background: #58bced; }
  #homepage .section_5 .workarea > .read-more {
    font-weight: 400;
    color: white;
    border: 1px solid #58BCED;
    padding: 7px 15px;
    background-color: rgba(88, 188, 237, 0.9);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    position: relative;
    float: left;
    margin-left: 10px;
    z-index: 5;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%); }
    #homepage .section_5 .workarea > .read-more:hover {
      color: #58BCED;
      background-color: white; }
#homepage .section_5 .controls > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.4rem; }
  #homepage .section_5 .controls > div.prev {
    left: -40px; }
  #homepage .section_5 .controls > div.next {
    right: -40px; }

#projects .section_1 {
  min-height: 600px; }
  #projects .section_1 .workarea header .subtitle a {
    color: #fff;
    text-decoration: underline; }
  #projects .section_1 .content {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 100px;
    color: white;
    font-weight: 400; }
#projects .section_2 {
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  transform: translateY(-70px);
  z-index: 2; }
  #projects .section_2 .workarea #myList li {
    margin-bottom: 40px; }
    #projects .section_2 .workarea #myList li .inner .image-wrap {
      width: 70%;
      margin: 1% auto;
      padding: 2%;
      background-color: #FFF;
      position: relative;
      box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15);
      -webkit-transition: 0.5s all ease;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -ms-transition: 0.5s all ease;
      transition: 0.5s all ease;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      overflow: hidden; }
      #projects .section_2 .workarea #myList li .inner .image-wrap .mask {
        position: relative;
        width: 100%;
        min-height: 420px;
        overflow: hidden;
        opacity: 1; }
        #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-title {
          position: absolute;
          z-index: 55;
          font-family: "SimplerPro";
          font-size: 2rem;
          color: #FFF;
          text-align: center;
          width: auto;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          padding-bottom: 20px; }
          #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-title > span {
            display: block;
            font-size: 1rem;
            font-family: "Open Sans Hebrew";
            font-weight: 300;
            -webkit-transition: 0.1s ease opacity;
            -moz-transition: 0.1s ease opacity;
            -o-transition: 0.1s ease opacity;
            -ms-transition: 0.1s ease opacity;
            transition: 0.1s ease opacity; }
        #projects .section_2 .workarea #myList li .inner .image-wrap .mask img {
          width: auto;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
        #projects .section_2 .workarea #myList li .inner .image-wrap .mask .black-mask {
          -webkit-transition: 0.3s all ease;
          -moz-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          -ms-transition: 0.3s all ease;
          transition: 0.3s all ease;
          background-color: rgba(0, 0, 0, 0.45); }
        #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-details {
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-around;
          align-items: flex-start;
          opacity: 0;
          z-index: 2;
          width: 60%;
          margin: 0 auto;
          position: absolute;
          bottom: 0;
          -webkit-transform: translate(-50%, calc(-50% + 10px));
          -ms-transform: translate(-50%, calc(-50% + 10px));
          -o-transform: translate(-50%, calc(-50% + 10px));
          transform: translate(-50%, calc(-50% + 10px));
          top: 50%;
          left: 50%;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          text-align: center; }
          #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-details:after {
            content: '';
            width: 100%; }
          #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-details .details {
            flex: 0.2;
            display: inline-block;
            text-align: center;
            color: #FFF;
            width: 10%;
            color: white;
            padding-top: 60px; }
            #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-details .details h3 {
              color: #17FF97;
              font-size: 1rem;
              font-weight: 300; }
              #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-details .details h3 > span {
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                transition: all 0.5s ease; }
            #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-details .details .num {
              font-size: 1.5rem;
              margin-bottom: 10px;
              display: inline-block; }
            #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-details .details i {
              margin-bottom: 10px;
              font-size: 1.5rem;
              color: #17FF97; }
          #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-details .btn {
            align-self: center;
            order: 1;
            margin-top: 50px;
            -webkit-transition: 0.5s all ease;
            -moz-transition: 0.5s all ease;
            -o-transition: 0.5s all ease;
            -ms-transition: 0.5s all ease;
            transition: 0.5s all ease; }
      #projects .section_2 .workarea #myList li .inner .image-wrap.in {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
        #projects .section_2 .workarea #myList li .inner .image-wrap.in .mask .black-mask {
          background-color: rgba(0, 0, 0, 0.65); }
        #projects .section_2 .workarea #myList li .inner .image-wrap.in .mask .proj-title {
          -webkit-transform: translate(-50%, calc(-50% - 100px ));
          -ms-transform: translate(-50%, calc(-50% - 100px));
          -o-transform: translate(-50%, calc(-50% - 100px));
          transform: translate(-50%, calc(-50% - 100px)); }
          #projects .section_2 .workarea #myList li .inner .image-wrap.in .mask .proj-title > span {
            opacity: 0; }
        #projects .section_2 .workarea #myList li .inner .image-wrap.in .mask .proj-details {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          opacity: 1; }
          #projects .section_2 .workarea #myList li .inner .image-wrap.in .mask .proj-details .btn {
            opacity: 1; }
#projects #loadMore {
  background-color: rgba(4, 52, 87, 0.75);
  padding: 7px 21px;
  font-family: 'Open Sans Hebrew';
  text-transform: uppercase;
  font-size: 1em !important;
  cursor: pointer;
  color: #FFF;
  display: inline-block;
  margin: 0px auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #projects #loadMore:hover {
    background-color: #043457; }

#docs .section_2 {
  padding-top: 80px; }
  #docs .section_2 .search-box {
    padding: 0 30px;
    background-color: white;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 35px, 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #docs .section_2 .search-box input::-webkit-input-placeholder {
      font-family: "Open Sans Hebrew";
      font-size: 2rem;
      color: rgba(4, 20, 28, 0.25); }
    #docs .section_2 .search-box input {
      width: 70%;
      padding: 25px 0;
      margin-right: 30px;
      font-family: "Open Sans Hebrew";
      font-size: 2rem;
      color: rgba(4, 20, 28, 0.25); }
    #docs .section_2 .search-box .icon {
      font-size: 2rem;
      color: #269aff; }
  #docs .section_2 .row .workarea {
    width: 90%; }
    #docs .section_2 .row .workarea a.doc {
      width: 100%;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      padding: 30px 20px;
      cursor: pointer;
      border-bottom: 1px solid rgba(228, 228, 228, 0.4);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #docs .section_2 .row .workarea a.doc > div {
        display: inline-block; }
        #docs .section_2 .row .workarea a.doc > div.post-title {
          font-size: 1.2rem;
          font-family: SimplerPro;
          font-weight: 700;
          color: #000; }
        #docs .section_2 .row .workarea a.doc > div.info > div {
          color: rgba(4, 20, 28, 0.4);
          font-size: 1.2rem;
          display: inline-block;
          position: relative;
          text-align: left; }
          #docs .section_2 .row .workarea a.doc > div.info > div.post-type {
            width: 50px;
            text-transform: uppercase; }
          #docs .section_2 .row .workarea a.doc > div.info > div.post-date {
            margin-left: 15px; }
          #docs .section_2 .row .workarea a.doc > div.info > div.post-link {
            position: static;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            transition: all 0.2s ease; }
            #docs .section_2 .row .workarea a.doc > div.info > div.post-link > span {
              position: absolute;
              cursor: pointer;
              top: 50%;
              left: 20px;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              font-size: 1rem;
              width: 35px;
              height: 35px;
              background-color: #58BCED;
              color: white;
              -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
              -moz-box-shadow: 0 5px 10px, 0 rgba(0, 0, 0, 0.25);
              -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
              -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
              box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              -ms-border-radius: 100%;
              border-radius: 100%; }
              #docs .section_2 .row .workarea a.doc > div.info > div.post-link > span .fa {
                position: absolute;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                left: 50%;
                top: 50%; }
          #docs .section_2 .row .workarea a.doc > div.info > div:first-child:after {
            content: "";
            position: absolute;
            background-color: #E4E4E4;
            left: -15px;
            width: 1px;
            height: 70%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            top: 50%; }
      #docs .section_2 .row .workarea a.doc:hover {
        padding-left: 100px;
        box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
        transform: scale(1.1);
        -webkit-transform: scale(1.1); }
        #docs .section_2 .row .workarea a.doc:hover .info .post-link {
          visibility: visible;
          opacity: 1; }
#docs #load-more {
  color: rgba(4, 20, 28, 0.65);
  background: transparent;
  font-size: 2rem;
  font-family: "Open Sans Hebrew";
  font-weight: 300; }

#media .section_2 {
  padding-bottom: 40px; }
  #media .section_2 > h2 {
    margin: 40px 0;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.1rem;
    font-family: "SimplerPro";
    text-transform: uppercase;
    font-size: 2rem; }
  #media .section_2 .featured {
    position: relative;
    padding: 50px;
    padding-bottom: 100px;
    margin-bottom: 30px;
    overflow: hidden; }
    #media .section_2 .featured.workarea {
      width: calc(100% - 33px);
      max-width: calc(1280px - 20px); }
    #media .section_2 .featured .background-image {
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #media .section_2 .featured .background-image.in {
        transform: scale(1.1); }
    #media .section_2 .featured .info {
      z-index: 4;
      position: relative;
      max-width: 500px;
      color: white; }
      #media .section_2 .featured .info .title {
        margin-bottom: 20px;
        font-family: "SimplerPro";
        text-transform: uppercase;
        font-size: 3.4rem;
        line-height: 1;
        font-weight: 300; }
      #media .section_2 .featured .info .excerpt {
        font-size: 1.2rem;
        font-weight: 400;
        margin-bottom: 30px; }
    #media .section_2 .featured .source-image {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 5;
      width: 80px;
      margin: 0 0 50px 40px; }
  #media .section_2 .workarea {
    position: relative;
    width: 90%; }
    #media .section_2 .workarea .carousel .owl-stage-outer .owl-item {
      padding-top: 0;
      padding: 0 10px; }
      #media .section_2 .workarea .carousel .owl-stage-outer .owl-item .post {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        width: 100%;
        transition: box-shadow .35s ease, transform .3s ease, opacity .2s ease-out; }
        #media .section_2 .workarea .carousel .owl-stage-outer .owl-item .post .image {
          position: relative;
          padding-top: 100px;
          padding-bottom: 20px;
          padding-right: 30px;
          padding-left: 30px;
          overflow: hidden; }
          #media .section_2 .workarea .carousel .owl-stage-outer .owl-item .post .image .background-image {
            background-size: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            transition: all 0.35s ease;
            transform: scale(1.1); }
            #media .section_2 .workarea .carousel .owl-stage-outer .owl-item .post .image .background-image.in {
              transform: scale(1); }
        #media .section_2 .workarea .carousel .owl-stage-outer .owl-item .post .info {
          z-index: 4;
          position: relative;
          max-width: 500px;
          color: white; }
          #media .section_2 .workarea .carousel .owl-stage-outer .owl-item .post .info .title {
            max-width: 250px;
            font-family: "SimplerPro";
            text-transform: uppercase;
            font-size: 1.4rem;
            line-height: 1;
            font-weight: 300;
            height: 90px; }
        #media .section_2 .workarea .carousel .owl-stage-outer .owl-item .post .post-content {
          font-size: 1rem;
          background-color: #f6faf9;
          display: block;
          padding: 30px; }
          #media .section_2 .workarea .carousel .owl-stage-outer .owl-item .post .post-content .read-more {
            margin-top: 30px;
            display: inline-block;
            position: relative;
            border-bottom: 1px solid #269aff; }
        #media .section_2 .workarea .carousel .owl-stage-outer .owl-item .post .source-image {
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 5;
          width: 45px;
          margin: 0 0 25px 20px; }
        #media .section_2 .workarea .carousel .owl-stage-outer .owl-item .post:hover {
          opacity: 1 !important;
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
          transform: translate(0, -4px);
          z-index: 999; }
    #media .section_2 .workarea .carousel .owl-stage-outer > .read-more {
      font-weight: 400;
      color: white;
      border: 1px solid #58BCED;
      padding: 7px 15px;
      background-color: rgba(88, 188, 237, 0.9);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      display: inline-block;
      position: relative;
      float: left;
      z-index: 5; }
      #media .section_2 .workarea .carousel .owl-stage-outer > .read-more:hover {
        color: #58BCED;
        background-color: white; }
    #media .section_2 .workarea .owl-controls .owl-dots {
      text-align: center; }
      #media .section_2 .workarea .owl-controls .owl-dots .owl-dot {
        width: 20px;
        height: 4px;
        background: rgba(88, 188, 237, 0.5);
        margin: 5px;
        display: inline-block; }
        #media .section_2 .workarea .owl-controls .owl-dots .owl-dot.active {
          background: #58bced; }
    #media .section_2 .workarea > .read-more {
      font-weight: 400;
      color: white;
      border: 1px solid #58BCED;
      padding: 7px 15px;
      background-color: rgba(88, 188, 237, 0.9);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      display: inline-block;
      position: relative;
      float: left;
      margin-left: 10px;
      z-index: 5;
      -webkit-transform: translateY(-60%);
      -moz-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
      -o-transform: translateY(-60%);
      transform: translateY(-60%); }
      #media .section_2 .workarea > .read-more:hover {
        color: #58BCED;
        background-color: white; }
  #media .section_2 .controls > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.4rem; }
    #media .section_2 .controls > div.prev {
      left: -40px; }
    #media .section_2 .controls > div.next {
      right: -40px; }
#media .section_3 .workarea > h2 {
  padding: 0 10px; }
#media .section_3 .workarea .posts {
  margin-bottom: 30px; }
  #media .section_3 .workarea .posts .post {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f4f4f4; }
    #media .section_3 .workarea .posts .post > div {
      padding: 10px; }
    #media .section_3 .workarea .posts .post .source-image {
      width: 72px; }
    #media .section_3 .workarea .posts .post .info {
      width: 100%; }
      #media .section_3 .workarea .posts .post .info .title {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1.4rem; }
        #media .section_3 .workarea .posts .post .info .title a {
          color: #2E2E2E; }

#single .section_1 {
  position: relative;
  margin-top: 80px; }
  #single .section_1:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  #single .section_1 header {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 2; }
    #single .section_1 header > h1 {
      font-size: 3rem; }
#single .section_2 {
  padding: 40px 0; }
  #single .section_2 .workarea .content ol,
  #single .section_2 .workarea .content ul,
  #single .section_2 .workarea .content p {
    margin-bottom: 15px; }
  #single .section_2 .workarea .content ol,
  #single .section_2 .workarea .content ul {
    list-style: initial;
    margin-right: 20px; }

#single-project {
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 80px; }
  #single-project .info-wrapper {
    display: none; }
  #single-project .section_1 {
    z-index: 2;
    -webkit-box-shadow: 0 11px 34px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 11px 34px, 0 rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 11px 34px 0 rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0 11px 34px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 11px 34px 0 rgba(0, 0, 0, 0.17);
    margin-top: 50px;
    padding-right: 86px;
    padding-top: 86px;
    min-height: 500px;
    margin-bottom: 40px; }
    #single-project .section_1 .black-mask {
      background-color: rgba(4, 20, 28, 0.42); }
    #single-project .section_1 .container {
      position: relative;
      z-index: 2;
      max-width: 500px; }
      #single-project .section_1 .container header {
        text-align: right;
        color: white; }
        #single-project .section_1 .container header .title {
          font-size: 2rem;
          font-weight: 700;
          font-family: "SimplerPro"; }
        #single-project .section_1 .container header .subtitle {
          margin-bottom: 30px;
          font-weight: 400; }
        #single-project .section_1 .container header .text {
          font-weight: 400;
          margin-bottom: 38px; }
        #single-project .section_1 .container header .btn {
          margin-left: 30px; }
        #single-project .section_1 .container header .btn-video {
          display: inline-block;
          border: 1px solid white;
          border-radius: 50%;
          color: white;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
          width: 27px;
          height: 27px;
          vertical-align: middle;
          position: relative;
          margin-left: 5px; }
          #single-project .section_1 .container header .btn-video .fa {
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
            position: absolute;
            font-size: 0.7rem;
            -webkit-transform: translate(-40%, -50%);
            -moz-transform: translate(-40%, -50%);
            -ms-transform: translate(-40%, -50%);
            -o-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%); }
          #single-project .section_1 .container header .btn-video > span {
            margin-right: 30px;
            white-space: nowrap; }
          #single-project .section_1 .container header .btn-video:hover {
            color: #269aff;
            border-color: #269aff; }
    #single-project .section_1 .wrapper-info {
      width: calc(30% - 40px);
      position: absolute;
      left: 0;
      z-index: 2;
      top: 0;
      height: 100%;
      overflow: hidden; }
      #single-project .section_1 .wrapper-info .proj-details {
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        height: 100%;
        width: 100%;
        background-color: rgba(4, 20, 28, 0.42);
        position: absolute;
        left: 0;
        top: 0;
        text-align: center; }
        #single-project .section_1 .wrapper-info .proj-details .details {
          max-height: 80px;
          display: inline-block;
          color: #FFF;
          color: white;
          font-size: 1.5rem;
          animation-name: details-animation;
          animation-duration: .5s;
          animation-delay: .5s;
          animation-iteration-count: 1;
          animation-fill-mode: both;
          animation-direction: normal;
          animation-play-state: running; }
@keyframes details-animation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    -moz-transform: translate3d(0, 20%, 0);
    -ms-transform: translate3d(0, 20%, 0);
    -o-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); } }
          #single-project .section_1 .wrapper-info .proj-details .details h3 {
            color: #17FF97;
            font-size: 1rem;
            font-weight: 100; }
          #single-project .section_1 .wrapper-info .proj-details .details i {
            margin-bottom: 10px;
            font-size: 1.5rem;
            color: #17FF97; }
        #single-project .section_1 .wrapper-info .proj-details .btn {
          opacity: 0;
          position: absolute;
          bottom: 40px;
          -webkit-transition: 0.5s all ease;
          -moz-transition: 0.5s all ease;
          -o-transition: 0.5s all ease;
          -ms-transition: 0.5s all ease;
          transition: 0.5s all ease; }
    #single-project .section_1 .nav {
      z-index: 2;
      position: absolute;
      top: 30px;
      right: 0;
      width: 35px;
      height: auto; }
      #single-project .section_1 .nav > div {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        cursor: pointer;
        font-size: 1rem;
        width: 35px;
        height: 35px;
        color: white;
        background-color: transparent;
        position: relative; }
        #single-project .section_1 .nav > div a {
          -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
          -moz-box-shadow: 0 5px 10px, 0 rgba(0, 0, 0, 0.25);
          -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
          -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
          background-color: #58BCED;
          color: white;
          height: 100%;
          position: relative;
          width: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%;
          display: block; }
          #single-project .section_1 .nav > div a > span {
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%; }
        #single-project .section_1 .nav > div:first-child {
          margin-bottom: 8px; }
    #single-project .section_1 .popup-video {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 6;
      background: #000; }
      #single-project .section_1 .popup-video .video-wrapper {
        width: 80%;
        height: 600px;
        overflow: hidden;
        position: absolute;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%; }
        #single-project .section_1 .popup-video .video-wrapper iframe {
          width: 100%;
          height: 100%; }
        #single-project .section_1 .popup-video .video-wrapper video {
          width: 100%; }
        #single-project .section_1 .popup-video .video-wrapper.video5 {
          height: auto; }
      #single-project .section_1 .popup-video .btn-close {
        position: absolute;
        top: 15%;
        right: 5%;
        z-index: 2;
        font-size: 4rem;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        color: #fff;
        font-weight: 100; }
  #single-project .section_2 .workarea {
    width: 70%;
    margin: 0;
    margin-left: auto; }
    #single-project .section_2 .workarea .content {
      width: calc(100% - 150px);
      display: inline-block;
      margin-bottom: 40px;
      vertical-align: middle; }
      #single-project .section_2 .workarea .content .logo-title {
        color: #0A2B33;
        font-weight: bold;
        font-family: "SimplerPro";
        font-size: 1.2rem;
        margin-bottom: 5px; }
      #single-project .section_2 .workarea .content .text {
        color: #2E2E2E;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 40px;
        /* Firefox */
        column-gap: 40px;
        max-width: 800px;
        line-height: 1.6;
        font-size: 1rem; }
    #single-project .section_2 .workarea .logo-wrapper {
      margin-left: 40px;
      margin-bottom: 20px;
      display: inline-block;
      vertical-align: middle;
      height: 100px;
      width: 100px;
      overflow: hidden;
      position: relative; }
      #single-project .section_2 .workarea .logo-wrapper > img {
        max-width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%; }
    #single-project .section_2 .workarea .good-to-know {
      border: 1px solid #E6E6E6;
      width: 100%;
      padding: 34px;
      margin-bottom: 40px; }
      #single-project .section_2 .workarea .good-to-know .facts-title {
        font-weight: bold;
        font-family: "SimplerPro";
        margin-bottom: 20px; }
      #single-project .section_2 .workarea .good-to-know .list li {
        margin-bottom: 10px; }
        #single-project .section_2 .workarea .good-to-know .list li > i {
          width: 20px;
          height: 20px;
          vertical-align: middle;
          color: #269aff;
          font-size: 0.8rem;
          border-radius: 50%;
          border: 1px solid #269aff;
          position: relative;
          margin-left: 5px;
          margin-bottom: 2px; }
          #single-project .section_2 .workarea .good-to-know .list li > i:before {
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%; }
  #single-project .section_2 #sticky {
    z-index: -1;
    max-width: 1360px;
    width: 100%; }
    #single-project .section_2 #sticky.stick {
      margin-top: 0 !important;
      position: fixed;
      top: 100px;
      z-index: 10000; }
    #single-project .section_2 #sticky .stick-wrapper {
      max-height: 480px;
      border: 1px solid #E0E0E0;
      overflow-y: auto;
      width: calc(30% - 40px);
      display: inline-block;
      position: absolute;
      left: 0; }
      #single-project .section_2 #sticky .stick-wrapper .list li {
        vertical-align: middle;
        border-bottom: 1px solid rgba(151, 151, 151, 0.2);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #single-project .section_2 #sticky .stick-wrapper .list li.doc > a {
          color: #2E2E2E;
          position: relative;
          display: block;
          padding: 20px 10px; }
          #single-project .section_2 #sticky .stick-wrapper .list li.doc > a > i {
            position: relative;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            margin: 10px;
            color: #58BCED;
            font-size: 1.4rem; }
            #single-project .section_2 #sticky .stick-wrapper .list li.doc > a > i.icon-download {
              width: 26px;
              height: 26px;
              position: absolute;
              top: 50%;
              right: 5px;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              margin: 0 10px;
              opacity: 0;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              -ms-border-radius: 100%;
              border-radius: 100%;
              background: #58BCED;
              color: #fff;
              box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
              font-size: .8rem; }
              #single-project .section_2 #sticky .stick-wrapper .list li.doc > a > i.icon-download:before {
                position: absolute;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                left: 50%;
                top: 50%; }
        #single-project .section_2 #sticky .stick-wrapper .list li:first-child {
          background-color: #04141C;
          padding: 15px 60px;
          position: relative; }
          #single-project .section_2 #sticky .stick-wrapper .list li:first-child .sticky-title {
            font-family: "SimplerPro";
            font-size: 1.3rem;
            font-weight: bold;
            color: white; }
          #single-project .section_2 #sticky .stick-wrapper .list li:first-child .date {
            font-size: 0.9rem;
            color: #616C71; }
          #single-project .section_2 #sticky .stick-wrapper .list li:first-child > i {
            color: #17FF97;
            position: absolute;
            right: 30px;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            top: 50%;
            border: 1px solid;
            padding: 6px;
            border-radius: 50%;
            right: 17px;
            top: 52%; }
        #single-project .section_2 #sticky .stick-wrapper .list li.doc:hover {
          background-color: rgba(88, 188, 237, 0.3); }
          #single-project .section_2 #sticky .stick-wrapper .list li.doc:hover > a > i.icon-download {
            opacity: 1;
            color: #fff; }
  #single-project .section_2 .gallery {
    width: 70%;
    display: -webkit-flex;
    display: flex;
    height: 400px;
    margin-bottom: 5px; }
    #single-project .section_2 .gallery > div {
      height: 100%;
      width: 50%;
      position: relative;
      overflow: hidden; }
      #single-project .section_2 .gallery > div.right {
        margin-left: 5px; }
      #single-project .section_2 .gallery > div.left {
        position: relative;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap; }
        #single-project .section_2 .gallery > div.left .image {
          position: relative;
          height: 50%;
          width: 50%; }
          #single-project .section_2 .gallery > div.left .image:first-child {
            margin-left: 5px;
            width: calc(50% - 5px); }
          #single-project .section_2 .gallery > div.left .image:nth-child(2) {
            margin-bottom: 5px; }
          #single-project .section_2 .gallery > div.left .image:nth-child(3) {
            height: calc(50% - 5px);
            width: calc(50% - 5px);
            margin-left: 5px; }
      #single-project .section_2 .gallery > div a {
        display: block;
        overflow: hidden;
        height: 100%;
        width: 100%; }
        #single-project .section_2 .gallery > div a img {
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          width: auto;
          height: 100%;
          max-width: none; }
  #single-project .section_2 .rest-gallery {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin-bottom: 40px; }
    #single-project .section_2 .rest-gallery a {
      height: 200px;
      display: inline-block;
      min-width: 25%;
      border-left: solid 5px transparent;
      margin-bottom: 5px;
      position: relative;
      overflow: hidden; }
      #single-project .section_2 .rest-gallery a:nth-child(4n) {
        border-left: none; }
      #single-project .section_2 .rest-gallery a img {
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: auto;
        height: 100%;
        max-width: none; }
  #single-project .youtube-wrapper {
    width: 70%;
    height: 500px;
    margin-bottom: 5px; }
    #single-project .youtube-wrapper iframe {
      width: 100% !important;
      height: 100% !important; }
  #single-project .gmap-warpper {
    width: 70%;
    height: 700px;
    position: relative;
    margin-bottom: 40px; }
    #single-project .gmap-warpper #google-map {
      height: 100%;
      width: 100%; }
    #single-project .gmap-warpper .content {
      position: absolute;
      bottom: 0;
      max-height: 60%;
      width: 100%;
      background-color: rgba(4, 20, 28, 0.7);
      text-align: right;
      color: white;
      padding: 30px; }
      #single-project .gmap-warpper .content .title {
        margin-bottom: 25px;
        font-size: 2.1rem;
        font-weight: 400;
        font-family: "SimplerPro";
        line-height: 1;
        letter-spacing: -0.1rem; }
      #single-project .gmap-warpper .content .subtitle {
        margin-bottom: 25px;
        font-weight: 400;
        max-width: 70%; }
      #single-project .gmap-warpper .content .btn {
        margin-left: 30px; }
  #single-project .btn-wrapper {
    width: 70%;
    position: relative;
    height: 50px; }
    #single-project .btn-wrapper .sign {
      position: absolute;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      left: 50%;
      background-color: #58BCED; }
      #single-project .btn-wrapper .sign:hover {
        background-color: rgba(88, 188, 237, 0.5); }

.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ecf2f6+0,ffffff+20,ffffff+20&1+0,0+20 */
  background: -moz-linear-gradient(top, #ecf2f6 0%, rgba(255, 255, 255, 0) 25%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ecf2f6 0%, rgba(255, 255, 255, 0) 25%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ecf2f6 0%, rgba(255, 255, 255, 0) 25%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf2f6', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */ }

#contact {
  min-height: 740px;
  position: relative; }
  #contact .section_1 {
    height: 100vh;
    min-height: 740px;
    color: #fff; }
    #contact .section_1 .background-image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-size: cover;
      background-position: center center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      transition: background 10s ease, opacity 1s ease, transform 8s ease;
      -webkit-transform: scale(1, 1) perspective(1000px) translateZ(0);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1) perspective(1000px) translateZ(0); }
    #contact .section_1 .subtitle {
      max-width: 350px;
      font-weight: 400;
      margin-bottom: 30px; }
    #contact .section_1 .inner {
      position: relative;
      z-index: 2;
      height: 100%;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      align-content: center;
      justify-content: center; }
      #contact .section_1 .inner .title {
        letter-spacing: -0.1rem;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 400; }
      #contact .section_1 .inner .contact-form {
        max-width: 45%; }
        #contact .section_1 .inner .contact-form form {
          width: 100%; }
          #contact .section_1 .inner .contact-form form span.wpcf7-not-valid-tip {
            left: 10px;
            right: auto; }
          #contact .section_1 .inner .contact-form form .wrapper {
            z-index: 2;
            margin-bottom: 30px;
            padding: 30px;
            background-color: white;
            display: -webkit-flex;
            display: flex;
            flex-direction: row; }
            #contact .section_1 .inner .contact-form form .wrapper .input-wrapper {
              flex-direction: column;
              justify-content: space-around;
              display: -webkit-flex;
              display: flex;
              flex: 1;
              width: 50%; }
              #contact .section_1 .inner .contact-form form .wrapper .input-wrapper input {
                padding: 12px 10px;
                text-align: right;
                width: 100%;
                color: #2E2E2E; }
              #contact .section_1 .inner .contact-form form .wrapper .input-wrapper .form-text {
                margin-bottom: 8px;
                width: 100%; }
              #contact .section_1 .inner .contact-form form .wrapper .input-wrapper .select {
                border: 1px solid #E6ECF0;
                position: relative;
                color: #269aff; }
                #contact .section_1 .inner .contact-form form .wrapper .input-wrapper .select .fa {
                  -webkit-transform: translate(0, -50%);
                  -moz-transform: translate(0, -50%);
                  -ms-transform: translate(0, -50%);
                  -o-transform: translate(0, -50%);
                  transform: translate(0, -50%);
                  top: 50%;
                  font-size: 1.3rem;
                  position: absolute;
                  left: 20px;
                  color: #269aff;
                  -webkit-transition: all 0.5s ease;
                  -moz-transition: all 0.5s ease;
                  -o-transition: all 0.5s ease;
                  -ms-transition: all 0.5s ease;
                  transition: all 0.5s ease; }
                  #contact .section_1 .inner .contact-form form .wrapper .input-wrapper .select .fa.active {
                    transform: rotate(180deg) translate(0, 50%); }
                #contact .section_1 .inner .contact-form form .wrapper .input-wrapper .select input::-webkit-input-placeholder {
                  color: #269aff; }
                #contact .section_1 .inner .contact-form form .wrapper .input-wrapper .select ul {
                  display: none;
                  position: absolute;
                  left: 0;
                  width: 100%;
                  max-height: 200px;
                  overflow-y: auto;
                  text-align: left;
                  z-index: 2; }
                  #contact .section_1 .inner .contact-form form .wrapper .input-wrapper .select ul li {
                    background-color: white;
                    color: #2E2E2E;
                    text-align: right;
                    padding: 10px 15px;
                    cursor: pointer;
                    -webkit-transition: all 0.1s ease-in-out;
                    -moz-transition: all 0.1s ease-in-out;
                    -o-transition: all 0.1s ease-in-out;
                    -ms-transition: all 0.1s ease-in-out;
                    transition: all 0.1s ease-in-out; }
            #contact .section_1 .inner .contact-form form .wrapper .wpcf7-form-control-wrap {
              width: 100%; }
            #contact .section_1 .inner .contact-form form .wrapper .form-textarea {
              flex: 1;
              margin-right: 30px;
              width: 50%; }
          #contact .section_1 .inner .contact-form form .form-text textarea, #contact .section_1 .inner .contact-form form .form-text input {
            width: 100%;
            background-color: #E6ECF0;
            color: black; }
          #contact .section_1 .inner .contact-form form textarea {
            width: 100%;
            max-height: 30vh;
            background-color: #E6ECF0;
            text-align: right;
            color: black;
            padding: 12px 10px; }
          #contact .section_1 .inner .contact-form form .btn {
            display: inline-block;
            font-weight: 400;
            color: white;
            border: 1px solid #58BCED;
            padding: 7px 15px;
            background-color: rgba(88, 188, 237, 0.2);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
            display: inline-block;
            position: relative; }
            #contact .section_1 .inner .contact-form form .btn:hover {
              background-color: #58bced; }
            #contact .section_1 .inner .contact-form form .btn .ajax-loader {
              display: none; }
            #contact .section_1 .inner .contact-form form .btn input {
              background: transparent; }
          #contact .section_1 .inner .contact-form form.sent > div {
            opacity: 0; }
            #contact .section_1 .inner .contact-form form.sent > div.wpcf7-response-output {
              display: block !important;
              animation-name: section1-title;
              animation-duration: .5s;
              animation-delay: .5s;
              animation-iteration-count: 1;
              animation-fill-mode: both;
              animation-direction: normal;
              animation-play-state: running;
              padding: 20px;
              -webkit-transition: 1s all ease;
              -moz-transition: 1s all ease;
              -o-transition: 1s all ease;
              -ms-transition: 1s all ease;
              transition: 1s all ease; }
@keyframes section1-title {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -60%, 0);
    -moz-transform: translate3d(-50%, -60%, 0);
    -ms-transform: translate3d(-50%, -60%, 0);
    -o-transform: translate3d(-50%, -60%, 0);
    transform: translate3d(-50%, -60%, 0); } }
            #contact .section_1 .inner .contact-form form.sent > div.wpcf7-response-output {
              border: 0 !important;
              text-align: center !important; }
    #contact .section_1.active .background-image {
      -webkit-transform: scale(1.1, 1.1) perspective(1000px) translateZ(0);
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1) perspective(1000px) translateZ(0); }
  #contact .inner-footer {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%; }
    #contact .inner-footer .cnt {
      display: inline-block;
      position: relative;
      padding: 3px 10px;
      font-family: 'Open Sans Hebrew';
      text-transform: uppercase;
      font-weight: 400;
      font-size: 0.9em;
      color: #FFF;
      overflow: visible; }
      #contact .inner-footer .cnt a {
        color: #58BCED; }
        #contact .inner-footer .cnt a:hover {
          color: rgba(88, 188, 237, 0.7); }
      #contact .inner-footer .cnt.phone a {
        color: white;
        opacity: 1; }
        #contact .inner-footer .cnt.phone a:hover {
          color: #269aff; }
      #contact .inner-footer .cnt i {
        margin-left: 5px; }
      #contact .inner-footer .cnt:after {
        content: "";
        position: absolute;
        background-color: #E4E4E4;
        left: 0;
        width: 1px;
        height: 70%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50%; }
      #contact .inner-footer .cnt:last-child:after {
        display: none; }
  #contact .wpcf7-mail-sent-ok {
    color: black;
    display: block !important;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background-color: white; }
  #contact #footer {
    display: none; }

#about .section_1 {
  min-height: 600px;
  overflow: hidden; }
  #about .section_1:before {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3); }
  #about .section_1 .workarea {
    z-index: 2; }
    #about .section_1 .workarea .content {
      max-width: 550px;
      text-align: center;
      margin: 0 auto; }
      #about .section_1 .workarea .content .title {
        line-height: 1.2;
        margin-bottom: 20px;
        color: white;
        letter-spacing: -0.1rem; }
      #about .section_1 .workarea .content .subtitle {
        margin-bottom: 20px;
        line-height: 1.6;
        font-size: 1.2rem;
        font-weight: 400;
        margin-bottom: 40px;
        color: white; }
        #about .section_1 .workarea .content .subtitle a {
          color: #fff;
          text-decoration: underline; }
#about .section_2 {
  height: 300px;
  z-index: 2; }
  #about .section_2 .services {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    #about .section_2 .services .service {
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-right: 92px;
      -webkit-transform: translateY(-45px);
      -moz-transform: translateY(-45px);
      -ms-transform: translateY(-45px);
      -o-transform: translateY(-45px);
      transform: translateY(-45px);
      flex: 1; }
      #about .section_2 .services .service:first-child {
        margin-right: 0; }
      #about .section_2 .services .service .image {
        flex-grow: 0;
        flex-shrink: 0;
        -webkit-flex-grow: 0;
        -webkit-flex-shrink: 0;
        margin-bottom: 30px;
        width: 89px;
        height: 89px;
        background-color: #FFFFFF;
        box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        position: relative; }
        #about .section_2 .services .service .image > img {
          color: #58BCED;
          font-size: 2.5rem;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
      #about .section_2 .services .service .title {
        flex: 1;
        font-family: "Open Sans Hebrew";
        margin-bottom: 10px;
        font-size: 3.4rem; }
      #about .section_2 .services .service .subtitle {
        font-weight: 400;
        white-space: nowrap;
        flex: 1;
        color: #58BCED; }
#about .section_3 {
  margin-bottom: 180px;
  height: calc(100vh - 80px);
  min-height: 600px; }
  #about .section_3 .workarea {
    position: relative;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    width: 97%; }
    #about .section_3 .workarea .bg {
      flex: 1;
      height: 90%;
      position: relative;
      background-size: cover;
      background-position: center;
      -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 15px 35px, 0 rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15); }
      #about .section_3 .workarea .bg .black-box {
        background-color: rgba(4, 20, 28, 0.42);
        position: absolute;
        bottom: 30px;
        right: 30px;
        z-index: 2;
        padding: 22px;
        min-width: 310px; }
        #about .section_3 .workarea .bg .black-box > div {
          color: white; }
          #about .section_3 .workarea .bg .black-box > div.title {
            line-height: 1.2;
            font-size: 2.1rem;
            font-weight: bold; }
          #about .section_3 .workarea .bg .black-box > div.subtitle {
            line-height: 1.2;
            font-size: 1.3rem;
            margin-bottom: 10px;
            font-family: "SimplerPro"; }
          #about .section_3 .workarea .bg .black-box > div.info {
            font-size: 1rem;
            font-family: "Open Sans Hebrew";
            font-weight: 400; }
    #about .section_3 .workarea .image {
      position: absolute;
      bottom: 0;
      left: 50%;
      right: 50%;
      width: 400px;
      height: 250px;
      overflow: hidden;
      background-color: transparent; }
      #about .section_3 .workarea .image > img {
        min-width: 100%;
        max-width: none;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        position: absolute; }
    #about .section_3 .workarea .content {
      display: inline-block;
      flex: 1;
      width: 80%;
      max-width: 500px;
      margin-right: 80px;
      margin-top: 80px;
      padding-left: 20px; }
      #about .section_3 .workarea .content .title {
        line-height: 1.1;
        color: #04141C;
        margin-bottom: 45px;
        font-family: "SimplerPro";
        text-transform: uppercase;
        font-size: 2rem;
        font-weight: bold; }
      #about .section_3 .workarea .content .subtitle {
        line-height: 1.6;
        font-size: 1rem;
        font-weight: 400; }
    #about .section_3 .workarea .text {
      margin-top: 10px; }
#about .section_4 {
  margin-bottom: 100px; }
  #about .section_4 h2 {
    margin-bottom: 120px;
    text-align: center;
    color: #04141C;
    font-family: "SimplerPro";
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold; }
  #about .section_4 .team {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    #about .section_4 .team .person {
      padding-right: 80px;
      margin-bottom: 80px;
      min-width: 300px;
      width: 33.33%;
      display: -webkit-flex;
      display: flex; }
      #about .section_4 .team .person .circle-image {
        flex-grow: 0;
        flex-shrink: 0;
        -webkit-flex-grow: 0;
        -webkit-flex-shrink: 0;
        position: relative;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        background-size: contain;
        background: no-repeat;
        height: 125px;
        width: 125px;
        padding: 5px;
        margin-left: 30px;
        margin-bottom: 30px;
        background-position: top center;
        -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 15px 35px, 0 rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1); }
        #about .section_4 .team .person .circle-image .social-links {
          position: absolute;
          bottom: 0;
          left: 0; }
      #about .section_4 .team .person .content {
        align-self: center;
        flex: 1;
        max-width: 250px; }
        #about .section_4 .team .person .content .title {
          word-spacing: 200px;
          line-height: 1;
          margin-bottom: 10px;
          font-family: "SimplerPro";
          text-transform: uppercase;
          font-size: 1.6rem;
          font-weight: bold; }
        #about .section_4 .team .person .content .subtitle {
          margin-bottom: 10px;
          font-weight: 400; }
#about .section_5 {
  height: calc(100vh - 80px);
  min-height: 500px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #about .section_5 h2 {
    flex: 0;
    margin-bottom: 74px;
    text-align: center;
    color: #04141C;
    font-family: "SimplerPro";
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold; }
  #about .section_5 .projects {
    margin-bottom: 50px;
    flex: 1;
    overflow: hidden;
    width: 100%; }
    #about .section_5 .projects .carousel-wrapper {
      height: 100%;
      width: 100%;
      margin: 0 auto;
      max-width: 800px; }
      #about .section_5 .projects .carousel-wrapper .owl-stage-outer, #about .section_5 .projects .carousel-wrapper .owl-stage, #about .section_5 .projects .carousel-wrapper .owl-item {
        height: 100%; }
      #about .section_5 .projects .carousel-wrapper .owl-stage-outer {
        overflow: visible; }
      #about .section_5 .projects .carousel-wrapper .owl-item {
        opacity: 0.5;
        transform: scale(0.8);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #about .section_5 .projects .carousel-wrapper .owl-item.active {
          opacity: 1;
          transform: scale(1); }
      #about .section_5 .projects .carousel-wrapper .project {
        background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
        cursor: pointer; }
        #about .section_5 .projects .carousel-wrapper .project .black-mask {
          background-color: rgba(46, 46, 46, 0.25); }
          #about .section_5 .projects .carousel-wrapper .project .black-mask .info {
            text-align: center;
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
            color: white; }
            #about .section_5 .projects .carousel-wrapper .project .black-mask .info .title {
              font-family: "SimplerPro";
              font-size: 3.4rem;
              color: #fff;
              letter-spacing: -0.1rem;
              line-height: 1; }
            #about .section_5 .projects .carousel-wrapper .project .black-mask .info .text {
              font-family: "Open Sans Hebrew";
              font-weight: 300;
              color: #fff;
              font-size: 1.4rem;
              line-height: 1.6;
              max-width: 600px;
              text-align: center;
              margin: 0 auto;
              font-weight: 400; }
      #about .section_5 .projects .carousel-wrapper .owl-nav {
        display: none; }
        #about .section_5 .projects .carousel-wrapper .owl-nav > div {
          position: absolute;
          top: 50%;
          cursor: pointer;
          font-size: 1rem;
          width: 35px;
          height: 35px;
          background-color: #58BCED;
          color: white;
          box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.25);
          -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.25);
          -moz-box-shadow: 0 -5px 10px, 0 rgba(0, 0, 0, 0.25);
          -o-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.25);
          -ms-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.25);
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
          #about .section_5 .projects .carousel-wrapper .owl-nav > div > span {
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%; }
          #about .section_5 .projects .carousel-wrapper .owl-nav > div.owl-prev {
            -webkit-transform: translate(-17.5px, -50%);
            -moz-transform: translate(-17.5px, -50%);
            -ms-transform: translate(-17.5px, -50%);
            -o-transform: translate(-17.5px, -50%);
            transform: translate(-17.5px, -50%);
            left: -10%; }
            #about .section_5 .projects .carousel-wrapper .owl-nav > div.owl-prev > span {
              left: 47%; }
          #about .section_5 .projects .carousel-wrapper .owl-nav > div.owl-next {
            -webkit-transform: translate(17.5px, -50%);
            -moz-transform: translate(17.5px, -50%);
            -ms-transform: translate(17.5px, -50%);
            -o-transform: translate(17.5px, -50%);
            transform: translate(17.5px, -50%);
            right: -10%; }
            #about .section_5 .projects .carousel-wrapper .owl-nav > div.owl-next > span {
              left: 55%; }
  #about .section_5 .btn {
    flex: 0;
    background-color: #58BCED;
    margin-bottom: 30px; }
    #about .section_5 .btn:hover {
      background-color: rgba(88, 188, 237, 0.6); }

.page .section_1 {
  min-height: 450px;
  height: 60vh;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-color: gray;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center; }
  .page .section_1 .workarea {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -45%);
    -moz-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    -o-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
    z-index: 3; }
    .page .section_1 .workarea header {
      text-align: center;
      max-width: 900px;
      margin: 0 auto; }
      .page .section_1 .workarea header h1 {
        color: #fff;
        line-height: 1;
        letter-spacing: -0.1rem;
        margin-bottom: 25px; }
      .page .section_1 .workarea header .subtitle {
        color: #fff;
        font-size: 1.1rem;
        line-height: 1.6;
        max-width: 600px;
        text-align: center;
        margin: 0 auto;
        font-weight: 400;
        margin-bottom: 40px; }
      .page .section_1 .workarea header .btn-more {
        font-size: 1.4rem;
        text-transform: uppercase;
        font-weight: 600; }

@media screen and (max-width: 1366px) {
  #single-project .section_1 .nav {
    right: 45px; } }
@media screen and (max-width: 1024px) {
  .page .section_1 {
    padding-top: 0;
    margin-top: 60px;
    min-height: 60vh; }
    .page .section_1 .workarea {
      padding: 10px; }
      .page .section_1 .workarea .content .title {
        font-size: 2rem; }
      .page .section_1 .workarea .content .subtitle {
        line-height: 1.4;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto; }
        .page .section_1 .workarea .content .subtitle > div {
          margin-bottom: 20px; }

  a.morelink {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-top: 20px; }

  h1 {
    font-size: 2rem !important; }

  h2 {
    font-size: 1.6rem !important; }

  #masthead {
    height: 60px;
    justify-content: initial;
    padding: 0; }
    #masthead .btn-nav {
      height: 100%; }
    #masthead .logo {
      height: 100%;
      width: 100%;
      align-self: flex-end;
      padding: 10px 20px;
      order: 2;
      background-color: white; }
      #masthead .logo img {
        max-height: 100%; }
    #masthead #site-menu {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1;
      display: none; }
      #masthead #site-menu .primary-menu {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(88, 188, 237, 0.95);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #masthead #site-menu .primary-menu li {
          margin-bottom: 30px;
          margin-left: 0; }
          #masthead #site-menu .primary-menu li a {
            color: #fff;
            font-size: 1.4rem;
            padding: 10px 20px; }
          #masthead #site-menu .primary-menu li.icon i {
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #043457; }
    #masthead .social-links {
      display: none;
      width: 100%;
      margin: 0; }
      #masthead .social-links a {
        margin: 0;
        padding: 10px; }
      #masthead .social-links.active {
        position: fixed;
        bottom: 40px;
        left: 50%;
        z-index: 6;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        float: none;
        display: block;
        margin-right: 0; }
        #masthead .social-links.active .social-title {
          display: block; }
    #masthead .btn-nav {
      display: block;
      z-index: 20; }

  #about .section_1 {
    min-height: 450px; }
    #about .section_1 .workarea .content .subtitle {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
  #about .section_2 {
    height: 150px; }
    #about .section_2 .services {
      width: 100%;
      justify-content: space-between;
      -webkit-transform: translate(-50%, 10px);
      -moz-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
      -o-transform: translate(-50%, 10px);
      transform: translate(-50%, 10px); }
      #about .section_2 .services .service {
        margin-right: 0;
        flex: 1; }
        #about .section_2 .services .service .title {
          font-size: 2rem; }
        #about .section_2 .services .service .image {
          height: 70px;
          width: 70px;
          margin-bottom: 15px; }
          #about .section_2 .services .service .image > img {
            max-width: 55%;
            max-height: 55%; }
  #about .section_3 {
    margin-bottom: 50px;
    height: auto; }
    #about .section_3 .workarea {
      flex-direction: column; }
      #about .section_3 .workarea .bg {
        height: 500px;
        order: 1;
        flex: initial; }
        #about .section_3 .workarea .bg .black-box {
          bottom: 0;
          padding-top: 15px;
          width: 100%;
          right: 0; }
          #about .section_3 .workarea .bg .black-box div {
            text-align: center; }
            #about .section_3 .workarea .bg .black-box div.title {
              font-size: 1.5rem; }
            #about .section_3 .workarea .bg .black-box div.subtitle {
              font-size: 1rem;
              position: relative;
              margin-bottom: 0;
              /*
              &::after {
              	content: '';
              	position: absolute;
              	bottom: 0;
              	width: 90%;
              	@include centerX();
              	margin: 0 auto;
              	height: 1px;
              	background: white;
              }*/ }
            #about .section_3 .workarea .bg .black-box div.info {
              padding-top: 8px; }
      #about .section_3 .workarea .content {
        order: 2;
        margin-top: 20px;
        margin-right: auto;
        text-align: center;
        margin-left: auto;
        margin-bottom: 40px;
        padding-left: 0; }
        #about .section_3 .workarea .content .title {
          margin-bottom: 20px;
          font-size: 1.5rem; }
      #about .section_3 .workarea .image {
        -webkit-box-shadow: 0 14px 32px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 14px 32px, 0 rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 14px 32px 0 rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 0 14px 32px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 14px 32px 0 rgba(0, 0, 0, 0.25);
        overflow: visible;
        position: relative;
        right: auto;
        left: auto;
        max-width: 300px;
        max-height: 200px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        order: 3;
        width: 80%;
        margin: 0 auto;
        flex: 1; }
        #about .section_3 .workarea .image > img {
          min-width: 100%;
          height: 100%; }
  #about .section_4 {
    margin-bottom: 50px; }
    #about .section_4 h2 {
      margin-bottom: 50px;
      font-size: 1.3rem !important; }
    #about .section_4 .team .person {
      justify-content: flex-start;
      width: 100%;
      padding: 0 20px;
      margin-bottom: 10px; }
      #about .section_4 .team .person .circle-image {
        height: 100px;
        width: 100px;
        margin-left: 15px;
        margin-bottom: 15px; }
      #about .section_4 .team .person .content {
        align-self: stretch; }
        #about .section_4 .team .person .content .title {
          line-height: 1;
          font-size: 1.5rem; }
        #about .section_4 .team .person .content .subtitle {
          padding-left: 20px;
          font-size: 1.1rem; }
  #about .section_5 {
    height: auto;
    min-height: 0; }
    #about .section_5 h2 {
      margin-bottom: 25px;
      font-size: 1.3rem !important; }
    #about .section_5 .owl-controls {
      display: none !important; }
    #about .section_5 .projects {
      flex: initial; }
      #about .section_5 .projects .carousel-wrapper {
        width: 75%;
        height: auto;
        margin: 0 auto; }
        #about .section_5 .projects .carousel-wrapper .project {
          height: 240px; }
          #about .section_5 .projects .carousel-wrapper .project .title {
            font-size: 2rem; }
          #about .section_5 .projects .carousel-wrapper .project .text {
            font-size: 1rem; }

  footer {
    display: none; } }
@media screen and (max-width: 768px) {
  html {
    font-size: 14px; }

  .page .section_1 .workarea header .subtitle {
    font-size: 1.2rem;
    padding: 20px;
    font-weight: 400;
    color: white; }
    .page .section_1 .workarea header .subtitle .title {
      color: #fff;
      line-height: 1;
      letter-spacing: -0.1rem;
      margin-bottom: 25px; }
    .page .section_1 .workarea header .subtitle > div {
      margin-bottom: 20px; }

  #homepage .section_1 {
    min-height: 0; }
    #homepage .section_1 .workarea .content .title {
      font-size: 2rem; }
    #homepage .section_1 .workarea .content .subtitle {
      margin-bottom: 12px; }
  #homepage .section_2 {
    margin-bottom: 20px; }
    #homepage .section_2 .services .service {
      margin: 0;
      width: 100%; }
      #homepage .section_2 .services .service .subtitle {
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: 250px; }
  #homepage .section_3 {
    margin-bottom: 0;
    overflow: hidden; }
    #homepage .section_3 .workarea {
      min-height: 750px;
      height: 100%; }
      #homepage .section_3 .workarea .bg {
        min-height: 100%;
        max-width: none;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        min-width: 100%; }
      #homepage .section_3 .workarea .image {
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 20px;
        padding-top: 80px;
        max-width: none; }
        #homepage .section_3 .workarea .image .circle-image {
          padding: 0;
          position: absolute;
          top: 0;
          left: 50%;
          margin: 0;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          #homepage .section_3 .workarea .image .circle-image .social-links {
            margin: 0; }
        #homepage .section_3 .workarea .image .content {
          position: relative;
          margin-bottom: 10px; }
          #homepage .section_3 .workarea .image .content .title {
            margin-bottom: 0;
            font-size: 1.5rem; }
          #homepage .section_3 .workarea .image .content .subtitle {
            font-size: 1.1rem; }
        #homepage .section_3 .workarea .image .text {
          font-size: 1rem;
          font-weight: 400;
          max-width: 300px;
          margin: 0 auto; }
          #homepage .section_3 .workarea .image .text .btn {
            margin-top: 20px; }
  #homepage .section_4 {
    margin-bottom: 20px;
    height: auto;
    min-height: 0; }
    #homepage .section_4 .container {
      padding: 0;
      width: 100%;
      position: relative;
      background-color: white; }
      #homepage .section_4 .container .header {
        background-color: white;
        text-align: center;
        color: #2E2E2E; }
        #homepage .section_4 .container .header .btn {
          background-color: #58BCED; }
        #homepage .section_4 .container .header h2 {
          text-align: center;
          line-height: 1.2;
          font-size: 1.6rem;
          font-weight: bold;
          max-width: none; }
      #homepage .section_4 .container:after {
        content: '';
        position: absolute;
        height: 25px;
        width: 25px;
        left: 50%;
        -webkit-transform: translate(50%, 50%) rotate(45deg);
        transform: translate(-50%, 50%) rotate(45deg);
        background-color: white;
        bottom: 0; }
    #homepage .section_4 .projects {
      flex-direction: column; }
      #homepage .section_4 .projects .project {
        width: 100% !important;
        margin: 0 !important;
        height: 170px;
        border-bottom: 1px solid transparent; }
        #homepage .section_4 .projects .project:last-child {
          border-bottom: none; }
        #homepage .section_4 .projects .project .background-image {
          background-size: cover;
          background-repeat: no-repeat; }
        #homepage .section_4 .projects .project .info {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          bottom: auto; }
          #homepage .section_4 .projects .project .info .hover-info {
            display: none; }
          #homepage .section_4 .projects .project .info .wrapper {
            height: auto; }
  #homepage .section_5 {
    margin-bottom: 8px;
    overflow-x: hidden; }
    #homepage .section_5 .post {
      display: none; }
    #homepage .section_5 .posts .owl-controls .owl-dots {
      text-align: center; }
    #homepage .section_5 .posts .carousel {
      margin: 0 auto;
      width: 80%; }
      #homepage .section_5 .posts .carousel .owl-stage-outer {
        overflow: visible !important; }
        #homepage .section_5 .posts .carousel .owl-stage-outer .owl-item .post {
          display: block !important;
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
          width: 100%;
          margin: 0 auto;
          opacity: 0.7;
          -webkit-transition: 0.5s ease all;
          -moz-transition: 0.5s ease all;
          -o-transition: 0.5s ease all;
          -ms-transition: 0.5s ease all;
          transition: 0.5s ease all; }
          #homepage .section_5 .posts .carousel .owl-stage-outer .owl-item .post .info .title {
            max-width: 160px; }
          #homepage .section_5 .posts .carousel .owl-stage-outer .owl-item .post .post-content {
            padding: 15px; }
            #homepage .section_5 .posts .carousel .owl-stage-outer .owl-item .post .post-content .read-more {
              background-color: #58BCED;
              color: white;
              padding: 8px 6px;
              border-bottom: none;
              margin-top: 15px;
              font-weight: 400; }
        #homepage .section_5 .posts .carousel .owl-stage-outer .owl-item.active .post {
          opacity: 1; }
      #homepage .section_5 .posts .carousel .controls {
        display: none; }
    #homepage .section_5 .posts > .read-more {
      display: none; }

  #projects .section_1 {
    height: initial;
    padding-bottom: 130px;
    padding-top: 50px;
    max-height: none;
    min-height: 0; }
    #projects .section_1 .workarea {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      position: relative;
      top: auto;
      left: auto; }
      #projects .section_1 .workarea header .subtitle {
        padding: 20px;
        font-size: 1.2rem;
        font-weight: 400;
        color: white; }
      #projects .section_1 .workarea header .title {
        font-size: 2rem; }
  #projects .section_2 .workarea #myList li {
    margin-bottom: 20px; }
    #projects .section_2 .workarea #myList li .inner {
      padding: 0 10px; }
      #projects .section_2 .workarea #myList li .inner .image-wrap {
        width: 100%;
        cursor: pointer; }
        #projects .section_2 .workarea #myList li .inner .image-wrap .mask {
          min-height: 260px; }
          #projects .section_2 .workarea #myList li .inner .image-wrap .mask > img {
            width: 100%;
            height: 100%; }
          #projects .section_2 .workarea #myList li .inner .image-wrap .mask h2 {
            white-space: nowrap; }
            #projects .section_2 .workarea #myList li .inner .image-wrap .mask h2 > span {
              white-space: nowrap; }
          #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-title {
            -webkit-transform: translate(-50%, calc(-50% - 40px));
            -moz-transform: translate(-50%, calc(-50% - 40px));
            -ms-transform: translate(-50%, calc(-50% - 40px));
            -o-transform: translate(-50%, calc(-50% - 40px));
            transform: translate(-50%, calc(-50% - 40px)); }
          #projects .section_2 .workarea #myList li .inner .image-wrap .mask .black-mask {
            background-color: rgba(0, 0, 0, 0.6); }
          #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-details {
            padding: 0 10px;
            opacity: 1;
            width: 100%;
            justify-content: space-between;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            bottom: 0;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            left: 50%; }
            #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-details .details {
              padding-top: 0px;
              flex: 1; }
              #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-details .details > i {
                font-size: 1.2rem;
                margin-bottom: 5px; }
              #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-details .details .num {
                font-size: 1rem;
                margin-bottom: 0; }
              #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-details .details > h3 {
                font-size: 1rem;
                margin-bottom: 5px; }
            #projects .section_2 .workarea #myList li .inner .image-wrap .mask .proj-details .btn {
              display: none; }

  #docs .section_2 .search-box {
    width: calc(100% - 40px); }
    #docs .section_2 .search-box .input-group > input {
      padding: 15px 0; }
  #docs .section_2 .row .workarea .doc {
    align-items: center; }
    #docs .section_2 .row .workarea .doc > div.info {
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      #docs .section_2 .row .workarea .doc > div.info > div.post-link {
        position: relative;
        margin: 0 10px;
        opacity: 1;
        visibility: visible; }
        #docs .section_2 .row .workarea .doc > div.info > div.post-link a {
          display: block;
          position: relative;
          top: auto;
          left: auto;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none; }
    #docs .section_2 .row .workarea .doc:hover {
      -webkit-transform: scale(1, 1) perspective(1000px) translateZ(0);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1) perspective(1000px) translateZ(0);
      box-shadow: none; }
  #docs .section_2 .row #doclist {
    padding: 0 10px;
    width: 100%; }
    #docs .section_2 .row #doclist .doc {
      padding: 20px 0; }

  #media .section_2 {
    padding-top: 40px;
    margin-bottom: 8px;
    overflow-x: hidden; }
    #media .section_2 h2 {
      display: none; }
    #media .section_2 .post {
      display: none; }
    #media .section_2 .posts .owl-controls .owl-dots {
      text-align: center; }
    #media .section_2 .posts .carousel {
      margin: 0 auto;
      width: 80%; }
      #media .section_2 .posts .carousel .owl-stage-outer {
        overflow: visible !important; }
        #media .section_2 .posts .carousel .owl-stage-outer .owl-item .post {
          display: block !important;
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
          width: 100%;
          margin: 0 auto 2rem;
          opacity: 0.7;
          -webkit-transition: 0.5s ease all;
          -moz-transition: 0.5s ease all;
          -o-transition: 0.5s ease all;
          -ms-transition: 0.5s ease all;
          transition: 0.5s ease all; }
          #media .section_2 .posts .carousel .owl-stage-outer .owl-item .post .image {
            padding: 55px 15px 15px; }
          #media .section_2 .posts .carousel .owl-stage-outer .owl-item .post .info .title {
            max-width: 100%; }
          #media .section_2 .posts .carousel .owl-stage-outer .owl-item .post .post-content {
            padding: 15px; }
            #media .section_2 .posts .carousel .owl-stage-outer .owl-item .post .post-content .read-more {
              background-color: #58BCED;
              color: white;
              padding: 8px 6px;
              border-bottom: none;
              margin-top: 15px;
              font-weight: 400; }
          #media .section_2 .posts .carousel .owl-stage-outer .owl-item .post .source-image {
            bottom: auto;
            top: 1rem; }
        #media .section_2 .posts .carousel .owl-stage-outer .owl-item.active .post {
          opacity: 1; }
      #media .section_2 .posts .carousel .controls {
        display: none; }
    #media .section_2 .posts > .read-more {
      display: none; }

  #contact .section_1 {
    min-height: 0;
    z-index: 2;
    height: auto; }
    #contact .section_1 .subtitle {
      display: none; }
    #contact .section_1 .inner {
      justify-content: flex-end;
      padding: 0 20px;
      -webkit-transform: translate(0, 30px);
      -moz-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
      -o-transform: translate(0, 30px);
      transform: translate(0, 30px); }
      #contact .section_1 .inner .contact-form {
        max-width: none;
        width: 100%; }
        #contact .section_1 .inner .contact-form .wpcf7 form .form-submit {
          background-color: #58BCED; }
        #contact .section_1 .inner .contact-form .wpcf7 form .wrapper {
          -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
          -moz-box-shadow: 0 5px 10px, 0 rgba(0, 0, 0, 0.15);
          -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
          -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
          flex-direction: column; }
          #contact .section_1 .inner .contact-form .wpcf7 form .wrapper .input-wrapper {
            width: 100%;
            margin-right: 0; }
            #contact .section_1 .inner .contact-form .wpcf7 form .wrapper .input-wrapper input {
              padding: 5px 10px; }
          #contact .section_1 .inner .contact-form .wpcf7 form .wrapper .form-textarea {
            width: 100%;
            margin-right: 0;
            margin-top: 8px; }
            #contact .section_1 .inner .contact-form .wpcf7 form .wrapper .form-textarea textarea {
              height: 150px; }
  #contact .inner-footer {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    right: auto;
    left: auto;
    bottom: auto;
    padding-top: 250px;
    padding-bottom: 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #contact .inner-footer .cnt {
      display: inline-block;
      text-align: center;
      color: #2E2E2E;
      margin-bottom: 5px; }
      #contact .inner-footer .cnt:last-child {
        width: 100%; }
      #contact .inner-footer .cnt.phone > a {
        color: #2E2E2E; }
      #contact .inner-footer .cnt:after:nth-child(3) {
        display: none; }

  #single-project {
    padding-top: 110px; }
    #single-project .info-wrapper {
      width: 100%;
      background-color: rgba(4, 20, 28, 0.9);
      padding: 15px;
      position: fixed;
      top: 60px;
      z-index: 5;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      display: -webkit-flex;
      display: flex;
      justify-content: space-around; }
      #single-project .info-wrapper > span {
        font-weight: 400;
        color: rgba(228, 228, 228, 0.5);
        display: inline-block;
        cursor: pointer; }
        #single-project .info-wrapper > span.active {
          color: #e4e4e4; }
      #single-project .info-wrapper .gene-info {
        position: relative; }
      #single-project .info-wrapper .line {
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        display: inline-block;
        content: '';
        width: 1px;
        height: 50%;
        background-color: rgba(228, 228, 228, 0.7); }
    #single-project .section_1 {
      margin-top: 0;
      padding-top: 30px;
      padding-right: 30px;
      padding-left: 30px; }
      #single-project .section_1 .nav {
        display: none; }
      #single-project .section_1 .container .content .title {
        margin-bottom: 5px; }
      #single-project .section_1 .container .content .subtitle {
        margin-bottom: 30px; }
      #single-project .section_1 .container .content .btn {
        background-color: rgba(88, 188, 237, 0.5); }
      #single-project .section_1 .wrapper-info {
        bottom: 0;
        width: 100%;
        max-height: 20%;
        min-height: 100px;
        top: auto; }
        #single-project .section_1 .wrapper-info .proj-details {
          flex-direction: row; }
          #single-project .section_1 .wrapper-info .proj-details .details {
            font-size: 1.2rem; }
      #single-project .section_1 .popup-video .btn-close {
        right: 1%;
        top: 13%; }
      #single-project .section_1 .popup-video .video-wrapper {
        height: auto; }
    #single-project .section_2 #sticky {
      display: none;
      z-index: 20;
      position: fixed;
      top: 110px;
      height: 100%; }
      #single-project .section_2 #sticky .stick-wrapper {
        background-color: white;
        width: 100%;
        max-height: none;
        height: 100%;
        padding-bottom: 30px; }
        #single-project .section_2 #sticky .stick-wrapper .list li {
          font-weight: 600; }
          #single-project .section_2 #sticky .stick-wrapper .list li.doc > a i.icon {
            font-size: 1.7rem; }
          #single-project .section_2 #sticky .stick-wrapper .list li:first-child {
            font-weight: 300;
            background-color: white;
            text-align: center; }
            #single-project .section_2 #sticky .stick-wrapper .list li:first-child .icon {
              display: none; }
            #single-project .section_2 #sticky .stick-wrapper .list li:first-child .sticky-title {
              display: none; }
    #single-project .section_2 .workarea {
      width: 100%;
      text-align: center;
      padding: 0 20px; }
      #single-project .section_2 .workarea .content {
        width: 100%; }
        #single-project .section_2 .workarea .content .text {
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1;
          -webkit-column-gap: 0;
          /* Chrome, Safari, Opera */
          -moz-column-gap: 0;
          /* Firefox */
          column-gap: 0;
          padding: 0 20px; }
        #single-project .section_2 .workarea .content .logo-title {
          margin-bottom: 25px; }
      #single-project .section_2 .workarea .logo-wrapper {
        display: block;
        margin: 0 auto;
        margin-bottom: 23px; }
    #single-project .section_2 .workarea .good-to-know {
      text-align: right;
      padding: 15px; }
    #single-project .section_2 #youtube-1 {
      width: 100%;
      height: auto; }
    #single-project .section_2 .gallery {
      width: 100%;
      height: 200px; }
    #single-project .section_2 .rest-gallery {
      width: 100%;
      margin-bottom: 0px; }
      #single-project .section_2 .rest-gallery > a {
        height: 100px; }
    #single-project .section_2 .gmap-warpper {
      width: 100%;
      height: 500px; }
      #single-project .section_2 .gmap-warpper .content {
        max-height: 60%;
        padding: 15px 30px; }
        #single-project .section_2 .gmap-warpper .content .title {
          font-size: 2rem;
          letter-spacing: -0.1rem;
          margin-bottom: 20px; }
        #single-project .section_2 .gmap-warpper .content .subtitle {
          line-height: 1.6;
          max-width: none;
          margin-bottom: 15px; }
        #single-project .section_2 .gmap-warpper .content .btn {
          background-color: rgba(88, 188, 237, 0.5); }
    #single-project .btn-wrapper {
      width: 100%; } }
@media screen and (max-width: 480px) {
  .page .section_1 {
    margin-top: 60px;
    max-height: 400px; }

  #careers .section_2 .workarea .image {
    height: 150px; }
    #careers .section_2 .workarea .image.image-3, #careers .section_2 .workarea .image.image-4 {
      height: 150px; }

  #docs .section_2 .row .workarea .doc > div.post-title {
    font-size: 1.2rem; }
  #docs .section_2 .row .workarea .doc > div.info {
    white-space: nowrap; }
    #docs .section_2 .row .workarea .doc > div.info > div {
      font-size: 1rem; }
      #docs .section_2 .row .workarea .doc > div.info > div.post-type {
        width: 30px; }

  #faq .section_2 .workarea .posts .post .question .inner {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    #faq .section_2 .workarea .posts .post .question .inner .title {
      width: calc(100% - 80px);
      padding: 0; }
    #faq .section_2 .workarea .posts .post .question .inner .btn-arrow {
      background-position: center center;
      height: 25px;
      margin-top: 10px; }
  #faq .section_2 .workarea .posts .post .answer {
    background: #d7d7d7; }
    #faq .section_2 .workarea .posts .post .answer .inner .sym {
      margin-right: 0; }
    #faq .section_2 .workarea .posts .post .answer .inner .content {
      width: calc(100% - 80px); } }

/*# sourceMappingURL=style.css.map */
