/**
 * Vars
 */
/**
 * Includes
 */
/*
Theme Name: Plexus
Theme URI: http://mozinteractive.co.il/
Author: Mozi
Author URI: http://mozinteractive.co.il/
Description: Wordpress Theme For Plexus!
Version: 1.0.2
Text Domain: plexus
*/
/** Main **/
@import url("https://use.typekit.net/eof7glt.css");
body, html {
  font-family: futura-pt,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-color: #fff; }
  body.rtl, html.rtl {
    text-align: right; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: futura-pt-bold,sans-serif;
  font-weight: bold; }

b, strong {
  font-weight: 900; }

p {
  letter-spacing: 0px; }
  @media (min-width: 768px) {
    p {
      font-size: 16px;
      line-height: 28px; } }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

.screen-reader-text {
  position: absolute;
  top: -1000em; }

.screen-reader-text:focus {
  left: 6px;
  top: 7px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #0073aa;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

span.icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 0;
  background: white;
  margin: 4px 0px;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  -ms-transition: 1.5s ease;
  -o-transition: 1.5s ease;
  transition: 1.5s ease; }

span.icon-bar.bottom-bar {
  margin-bottom: 0; }

span.icon-bar.top-bar {
  margin-top: 0; }

body.menu_open .icon-bar {
  background: #412B89; }

body.menu_open .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

body.menu_open .middle-bar {
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: auto;
  margin-right: 0; }

body.menu_open .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform: rotate(-45deg);
  transform-origin: 18% 90%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

a, a:hover, a:active {
  color: #412B89;
  text-decoration: none; }

footer#footer {
  padding: 25px 5px;
  box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.0588235);
  background: white; }
  footer#footer p {
    margin-bottom: 0;
    color: #412B89; }
    footer#footer p a {
      color: #412B89; }
  @media (min-width: 1024px) {
    footer#footer {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      padding: 25px 45px; }
      footer#footer p {
        flex: 1; }
        footer#footer p:last-child {
          text-align: right !important; } }

@media (min-width: 1024px) {
  .fp-viewing-5 footer#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; } }

@media (min-width: 1300px) {
  .container {
    max-width: 1250px; } }

@media (min-width: 1500px) {
  .container {
    max-width: 1450px; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1500px; } }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #00FFFF; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #00FFFF; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #00FFFF; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #00FFFF; }

.module {
  opacity: 0; }

.come-in {
  transform: translateY(150px);
  animation: come-in 1.5s ease forwards;
  opacity: 1; }

.come-in:nth-child(odd) {
  animation-duration: 0.9s;
  /* So they look staggered */ }

@keyframes come-in {
  to {
    transform: translateY(0); } }

@media (mib-width: 1024px) {
  .come-in-reverse {
    transform: translateY(-100px);
    animation: come-in-reverse 1.5s ease forwards;
    opacity: 1; }
  @keyframes come-in-reverse {
    to {
      transform: translateY(0px); } } }

.module_opacity {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.module_opacity.come-in_opacity {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

body.menu_open.sticky_header header#header {
  box-shadow: none; }

header#header {
  background: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
  height: 54px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  transition-delay: 1s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (min-width: 768px) {
    header#header {
      height: 70px; } }
  @media only screen and (min-width: 1100px) {
    header#header {
      height: 92px; } }
  @media only screen and (min-width: 1500px) {
    header#header {
      height: 110px; } }
  @media only screen and (min-width: 1024px) {
    header#header {
      padding: 0px 50px; } }
  header#header .logo {
    width: 100px;
    height: 12px;
    position: relative; }
    @media only screen and (min-width: 1024px) {
      header#header .logo {
        height: 20px; } }
  header#header .logo_img {
    height: 12px;
    width: 101px;
    background-size: cover;
    background-position: left;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    header#header .logo_img.gradient {
      width: 0px;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
    @media only screen and (min-width: 1024px) {
      header#header .logo_img {
        height: 19px;
        width: 160px;
        background-size: contain;
        background-repeat: no-repeat; } }

div#menu {
  position: fixed;
  top: 200px;
  bottom: 200px;
  left: 80px;
  right: 80px;
  background: white;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  box-shadow: 1px 1px 20px 7px #e2e2e28a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  div#menu li a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

nav.site_nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.plexus_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  transform: scale(0.5);
  -webkit-transition: transform 0.7s ease;
  -moz-transition: transform 0.7s ease;
  -ms-transition: transform 0.7s ease;
  -o-transition: transform 0.7s ease;
  transition: transform 0.7s ease; }
  .plexus_menu li {
    text-align: center;
    margin-bottom: 65px;
    font-family: futura-pt-bold,sans-serif;
    text-transform: uppercase;
    color: #412B89;
    line-height: 1; }
    .plexus_menu li a {
      color: #412B89;
      font-size: 18px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media only screen and (min-width: 768px) {
        .plexus_menu li a {
          font-size: 14px; } }
      @media only screen and (min-width: 1500px) {
        .plexus_menu li a {
          font-size: 18px; } }
    .plexus_menu li.start_a_project a {
      color: #E84D71;
      border: 1px solid;
      height: 50px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 172px;
      border-radius: 50px;
      font-size: 16px;
      text-transform: initial; }
      @media only screen and (min-width: 768px) {
        .plexus_menu li.start_a_project a {
          font-size: 14px; } }
      @media only screen and (min-width: 1500px) {
        .plexus_menu li.start_a_project a {
          font-size: 18px; } }

body.menu_open header#header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

body.menu_open .plexus_menu {
  transform: scale(1);
  -webkit-transition: transform 0.7s ease;
  -moz-transition: transform 0.7s ease;
  -ms-transition: transform 0.7s ease;
  -o-transition: transform 0.7s ease;
  transition: transform 0.7s ease; }

body.menu_open header#header .logo_img.gradient {
  width: 100%;
  opacity: 1;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  transition-delay: 0.5s; }

body.menu_open div#menu {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  body.menu_open div#menu li a {
    font-size: inherit;
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  body.menu_open div#menu li.start_a_project {
    margin-left: 0px; }
    body.menu_open div#menu li.start_a_project a {
      font-size: 16px;
      height: 50px;
      width: 172px; }

@media only screen and (min-width: 768px) {
  .menu_toggle {
    display: none; }
  .plexus_menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: scale(1); }
    .plexus_menu li {
      margin-bottom: 0;
      margin-left: 40px; }
      .plexus_menu li a {
        color: white; }
      .plexus_menu li:first-child {
        margin-left: 0px; }
      .plexus_menu li:last-child {
        margin-left: 85px; }
    .plexus_menu li.start_a_project {
      margin-left: 55px; } }
    @media only screen and (min-width: 768px) and (min-width: 1400px) {
      .plexus_menu li.start_a_project {
        margin-left: 80px; } }

@media only screen and (min-width: 768px) {
      .plexus_menu li.start_a_project a {
        height: 33px;
        width: 150px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; } }
      @media only screen and (min-width: 768px) and (min-width: 1200px) {
        .plexus_menu li.start_a_project a {
          height: 50px;
          width: 180px; } }

@media only screen and (min-width: 768px) {
        .plexus_menu li.start_a_project a:hover {
          background: #E84D71;
          border-color: #E84D71;
          color: white;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
  div#menu {
    position: fixed;
    opacity: 1;
    box-shadow: none;
    top: 0;
    bottom: auto;
    left: auto;
    right: 20px;
    background: transparent;
    z-index: 4;
    visibility: visible;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 70px; } }
  @media only screen and (min-width: 768px) and (min-width: 1024px) {
    div#menu {
      padding: 0px 20px 0px 0px; } }
  @media only screen and (min-width: 768px) and (min-width: 1100px) {
    div#menu {
      height: 92px; } }
  @media only screen and (min-width: 768px) and (min-width: 1500px) {
    div#menu {
      height: 110px; } }

@media only screen and (min-width: 768px) {
  nav.site_nav {
    position: relative;
    left: auto;
    top: auto;
    transform: none; } }

body.sticky_header.fp-viewing-1 header#header, body.sticky_header.fp-viewing-2 header#header, body.sticky_header.fp-viewing-3 header#header, body.sticky_header.fp-viewing-4 header#header, body.sticky_header.fp-viewing-5 header#header, body.sticky_header.fp-viewing-6 header#header, body.sticky_header.fp-viewing-7 header#header, body.sticky_header.fp-viewing-8 header#header, body.sticky_header.fp-viewing-9 header#header, body.sticky_header.fp-viewing-10 header#header {
  background: white;
  height: 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 1px 4px 20px 13px #00000012; }

body.sticky_header.fp-viewing-1 div#menu, body.sticky_header.fp-viewing-2 div#menu, body.sticky_header.fp-viewing-3 div#menu, body.sticky_header.fp-viewing-4 div#menu, body.sticky_header.fp-viewing-5 div#menu, body.sticky_header.fp-viewing-6 div#menu, body.sticky_header.fp-viewing-7 div#menu, body.sticky_header.fp-viewing-8 div#menu, body.sticky_header.fp-viewing-9 div#menu, body.sticky_header.fp-viewing-10 div#menu {
  height: 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

body.sticky_header.fp-viewing-1 .plexus_menu, body.sticky_header.fp-viewing-2 .plexus_menu, body.sticky_header.fp-viewing-3 .plexus_menu, body.sticky_header.fp-viewing-4 .plexus_menu, body.sticky_header.fp-viewing-5 .plexus_menu, body.sticky_header.fp-viewing-6 .plexus_menu, body.sticky_header.fp-viewing-7 .plexus_menu, body.sticky_header.fp-viewing-8 .plexus_menu, body.sticky_header.fp-viewing-9 .plexus_menu, body.sticky_header.fp-viewing-10 .plexus_menu {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  body.sticky_header.fp-viewing-1 .plexus_menu li a, body.sticky_header.fp-viewing-2 .plexus_menu li a, body.sticky_header.fp-viewing-3 .plexus_menu li a, body.sticky_header.fp-viewing-4 .plexus_menu li a, body.sticky_header.fp-viewing-5 .plexus_menu li a, body.sticky_header.fp-viewing-6 .plexus_menu li a, body.sticky_header.fp-viewing-7 .plexus_menu li a, body.sticky_header.fp-viewing-8 .plexus_menu li a, body.sticky_header.fp-viewing-9 .plexus_menu li a, body.sticky_header.fp-viewing-10 .plexus_menu li a {
    color: #412b89 !important; }

body.sticky_header.fp-viewing-1 .plexus_menu li.start_a_project, body.sticky_header.fp-viewing-2 .plexus_menu li.start_a_project, body.sticky_header.fp-viewing-3 .plexus_menu li.start_a_project, body.sticky_header.fp-viewing-4 .plexus_menu li.start_a_project, body.sticky_header.fp-viewing-5 .plexus_menu li.start_a_project, body.sticky_header.fp-viewing-6 .plexus_menu li.start_a_project, body.sticky_header.fp-viewing-7 .plexus_menu li.start_a_project, body.sticky_header.fp-viewing-8 .plexus_menu li.start_a_project, body.sticky_header.fp-viewing-9 .plexus_menu li.start_a_project, body.sticky_header.fp-viewing-10 .plexus_menu li.start_a_project {
  margin-left: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  body.sticky_header.fp-viewing-1 .plexus_menu li.start_a_project a, body.sticky_header.fp-viewing-2 .plexus_menu li.start_a_project a, body.sticky_header.fp-viewing-3 .plexus_menu li.start_a_project a, body.sticky_header.fp-viewing-4 .plexus_menu li.start_a_project a, body.sticky_header.fp-viewing-5 .plexus_menu li.start_a_project a, body.sticky_header.fp-viewing-6 .plexus_menu li.start_a_project a, body.sticky_header.fp-viewing-7 .plexus_menu li.start_a_project a, body.sticky_header.fp-viewing-8 .plexus_menu li.start_a_project a, body.sticky_header.fp-viewing-9 .plexus_menu li.start_a_project a, body.sticky_header.fp-viewing-10 .plexus_menu li.start_a_project a {
    color: #E84D71 !important;
    height: 30px;
    width: 140px; }

body.sticky_header.fp-viewing-1 .logo_img.gradient, body.sticky_header.fp-viewing-2 .logo_img.gradient, body.sticky_header.fp-viewing-3 .logo_img.gradient, body.sticky_header.fp-viewing-4 .logo_img.gradient, body.sticky_header.fp-viewing-5 .logo_img.gradient, body.sticky_header.fp-viewing-6 .logo_img.gradient, body.sticky_header.fp-viewing-7 .logo_img.gradient, body.sticky_header.fp-viewing-8 .logo_img.gradient, body.sticky_header.fp-viewing-9 .logo_img.gradient, body.sticky_header.fp-viewing-10 .logo_img.gradient {
  width: 101px !important;
  opacity: 1 !important; }
  @media only screen and (min-width: 1024px) {
    body.sticky_header.fp-viewing-1 .logo_img.gradient, body.sticky_header.fp-viewing-2 .logo_img.gradient, body.sticky_header.fp-viewing-3 .logo_img.gradient, body.sticky_header.fp-viewing-4 .logo_img.gradient, body.sticky_header.fp-viewing-5 .logo_img.gradient, body.sticky_header.fp-viewing-6 .logo_img.gradient, body.sticky_header.fp-viewing-7 .logo_img.gradient, body.sticky_header.fp-viewing-8 .logo_img.gradient, body.sticky_header.fp-viewing-9 .logo_img.gradient, body.sticky_header.fp-viewing-10 .logo_img.gradient {
      width: 160px !important;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; } }

.home body {
  background: #412b89; }

.home section.page_top {
  height: 100vh;
  padding-top: 65px;
  background-image: url(/plexus/images/front_top_bg_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media only screen and (min-width: 576px) {
    .home section.page_top {
      padding-top: 100px; } }
  @media only screen and (min-width: 1024px) {
    .home section.page_top {
      padding-top: 0px; } }
  .home section.page_top .caption {
    position: relative;
    color: white;
    z-index: 2;
    max-width: 250px; }
    @media only screen and (min-width: 768px) {
      .home section.page_top .caption {
        max-width: 280px; } }
    .home section.page_top .caption h1 {
      font-size: 38px; }
      @media only screen and (min-width: 768px) {
        .home section.page_top .caption h1 {
          font-size: 45px; } }
      @media only screen and (min-width: 1024px) {
        .home section.page_top .caption h1 {
          padding-top: 250px;
          font-size: 60px; } }
  @media only screen and (min-width: 1024px) and (max-height: 800px) {
    .home section.page_top .caption h1 {
      padding-top: 200px; } }
  @media only screen and (min-width: 1024px) and (max-height: 740px) {
    .home section.page_top .caption h1 {
      padding-top: 150px; } }
      @media only screen and (min-width: 1500px) {
        .home section.page_top .caption h1 {
          font-size: 74px; } }
    .home section.page_top .caption a {
      color: #E84D71;
      border: 1px solid;
      height: 50px;
      align-items: center;
      justify-content: center;
      width: 172px;
      border-radius: 50px;
      font-size: 16px;
      font-family: futura-pt-bold,sans-serif;
      margin-top: 50px;
      display: none;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media only screen and (min-width: 1024px) {
        .home section.page_top .caption a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          width: 230px;
          height: 66px;
          font-size: 25px; } }
      .home section.page_top .caption a:hover {
        background: #E84D71;
        border-color: #E84D71;
        color: white;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    @media only screen and (min-width: 1024px) {
      .home section.page_top .caption {
        max-width: 540px; } }
  .home section.page_top div#sec_image {
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50vh;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (min-width: 768px) {
      .home section.page_top div#sec_image {
        position: relative;
        flex-basis: 100%;
        height: auto;
        background-size: contain;
        background-position: bottom;
        margin-top: 100px; } }
    @media only screen and (min-width: 1200px) {
      .home section.page_top div#sec_image {
        flex-basis: 44%;
        background-size: cover;
        background-position: top; } }
    @media only screen and (min-width: 1600px) {
      .home section.page_top div#sec_image {
        margin-top: 175px; } }
  @media only screen and (min-width: 768px) {
    .home section.page_top .container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      height: 100%; } }
  @media only screen and (min-width: 1500px) {
    .home section.page_top .container {
      padding-right: 60px; } }
  .home section.page_top img.arrowdown {
    display: none;
    width: 60px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    transform: translate(-50%, 0) scale(1) !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .home section.page_top img.arrowdown:hover {
      transform: translate(-50%, 0) scale(1.2) !important;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    @media only screen and (min-width: 1024px) {
      .home section.page_top img.arrowdown {
        display: block; } }

.home section.home_section {
  min-height: 100vh;
  color: white;
  position: relative; }
  .home section.home_section .container {
    min-height: 100vh;
    padding: 25px 15px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .home section.home_section .container {
      padding: 60px 15px; } }
  .home section.home_section img.sec_icon {
    width: 40px;
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.4)); }
    @media only screen and (min-width: 768px) {
      .home section.home_section img.sec_icon {
        width: auto;
        height: 70px;
        margin-right: 30px; } }
    @media only screen and (min-width: 1600px) {
      .home section.home_section img.sec_icon {
        min-width: 135px;
        height: 135px; } }
  .home section.home_section h3.sec_title {
    font-size: 32px;
    line-height: 36px;
    margin: 20px 0px; }
    @media only screen and (min-width: 768px) {
      .home section.home_section h3.sec_title {
        font-size: 48px;
        line-height: 48px;
        margin: 0px 0px 0px; } }
    @media only screen and (min-width: 1500px) {
      .home section.home_section h3.sec_title {
        font-size: 55px;
        line-height: 60px; } }
  .home section.home_section span.read_more {
    font-size: 19px;
    font-family: futura-pt-bold,sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .home section.home_section span.read_more img {
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .home section.home_section span.read_more {
        display: none; } }
  .home section.home_section img.app_store_btn {
    width: 100px;
    margin-top: 15px; }
    @media only screen and (min-width: 1024px) {
      .home section.home_section img.app_store_btn {
        width: 128px;
        margin-top: 25px; } }
    @media only screen and (min-width: 1600px) {
      .home section.home_section img.app_store_btn {
        margin-top: 55px; } }
  .home section.home_section .sec_image {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    height: 250px;
    background-size: cover;
    background-position: top; }
    @media only screen and (min-width: 768px) {
      .home section.home_section .sec_image {
        height: 400px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; } }
  @media only screen and (min-width: 768px) {
    .home section.home_section .flex_wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-bottom: 20px; } }
  .home section.home_section .hidden_text {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 1.5s ease; }
    @media only screen and (min-width: 768px) {
      .home section.home_section .hidden_text {
        max-height: 1000000px;
        overflow: visible;
        opacity: 1; } }
  .home section.home_section .sec_text_desk.active .hidden_text {
    max-height: 1000px;
    overflow: visible;
    transition: all 1.5s ease;
    opacity: 1; }
  @media only screen and (min-width: 768px) {
    .home section.home_section .sec_info {
      max-width: 590px; } }
  @media only screen and (min-width: 1024px) {
    .home section.home_section .container {
      flex-direction: row;
      height: 100%;
      align-items: center;
      justify-content: flex-end; }
    .home section.home_section .sec_image {
      position: relative;
      left: auto;
      right: auto;
      bottom: auto;
      flex-basis: 45%;
      height: -webkit-fill-available;
      order: 2; }
    .home section.home_section .sec_info {
      max-width: 100%;
      flex-basis: 50%;
      padding-right: 100px;
      order: 1; }
    .home section.home_section:nth-child(odd) .sec_info {
      order: 2;
      padding-left: 100px;
      padding-right: 0; }
    .home section.home_section:nth-child(odd) .sec_image {
      order: 1; }
    .home section.home_section:nth-child(odd) .container {
      justify-content: flex-start; } }

@media only screen and (min-width: 1024px) and (max-height: 750px) {
  .home section.home_section .container .sec_image {
    transform: scale(0.9) !important; }
  .home section.home_section .container .sec_info {
    transform: scale(0.8) !important; }
  .home section.home_section img.app_store_btn {
    margin-top: 15px; }
  .home section.home_section .sec_info {
    margin-bottom: 0; }
    .home section.home_section .sec_info p {
      line-height: 20px; }
    .home section.home_section .sec_info h3.sec_title {
      font-size: 38px;
      line-height: 43px; } }

.home #fp-nav ul li, .home .fp-slidesNav ul li {
  margin: 10px 7px; }

.home #fp-nav ul li a span, .home .fp-slidesNav ul li a span {
  background: transparent;
  border: 1px solid white;
  opacity: 1; }

.home #fp-nav ul li a span, .home .fp-slidesNav ul li a span {
  height: 12px;
  width: 12px; }

.home #fp-nav ul li a.active span, .home .fp-slidesNav ul li a.active span, .home #fp-nav ul li:hover a.active span, .home .fp-slidesNav ul li:hover a.active span {
  margin: -2px 0 0 -2px;
  background: white; }

.home #fp-nav ul li:hover a span, .home .fp-slidesNav ul li:hover a span {
  width: 14px;
  height: 14px;
  margin: -3px 0px 0px -3px;
  background: white; }

.home #fp-nav.fp-right {
  right: 40px; }

@media only screen and (max-width: 500px) {
  .home.sticky_header header#header {
    height: 54px;
    background: white; }
  .home.sticky_header span.icon-bar {
    background: #412B89; }
  .home.sticky_header .logo_img.gradient {
    width: 101px !important;
    opacity: 1 !important; } }

.home a.sc_down {
  cursor: pointer; }

section.section {
  overflow: hidden; }

section.section.fp-section.fp-completely .container {
  transform: translateY(500px);
  opacity: 0.7;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

section.section.fp-section.fp-table.active.fp-completely .container {
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

.page-template-page-about .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #412B89;
  opacity: 0; }

.page-template-page-about div#page_content {
  position: relative;
  background: white;
  padding-top: 40px; }
  @media only screen and (min-width: 1200px) {
    .page-template-page-about div#page_content {
      padding-top: 95px; } }

.page-template-page-about .page_top_about {
  height: 100vh;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #412b8a; }
  .page-template-page-about .page_top_about .caption {
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0px 35px;
    color: white;
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .page-template-page-about .page_top_about .caption {
        top: 47%; } }
    @media only screen and (min-width: 1200px) {
      .page-template-page-about .page_top_about .caption {
        top: 46%; } }
    .page-template-page-about .page_top_about .caption h1 {
      font-size: 38px;
      line-height: 42px; }
      @media only screen and (min-width: 768px) {
        .page-template-page-about .page_top_about .caption h1 {
          font-size: 52px;
          line-height: 70px; } }
      @media only screen and (min-width: 1024px) {
        .page-template-page-about .page_top_about .caption h1 {
          font-size: 65px;
          line-height: 90px; } }
      @media only screen and (min-width: 1600px) {
        .page-template-page-about .page_top_about .caption h1 {
          font-size: 82px;
          line-height: 110px; } }
    .page-template-page-about .page_top_about .caption h2 {
      font-size: 28px;
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) {
        .page-template-page-about .page_top_about .caption h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 1600px) {
        .page-template-page-about .page_top_about .caption h2 {
          font-size: 52px; } }
  .page-template-page-about .page_top_about img.arrowdown {
    position: absolute;
    bottom: 40px;
    left: 50%;
    max-width: 30px;
    transform: translate(-50%, 0);
    z-index: 8;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .page-template-page-about .page_top_about img.arrowdown {
        max-width: 100%;
        height: 70px;
        bottom: 75px; } }

.page-template-page-about .team_members {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 40px;
  padding-bottom: 10px; }
  @media only screen and (min-width: 1024px) {
    .page-template-page-about .team_members {
      margin-bottom: 75px; } }
  .page-template-page-about .team_members h3.section_title {
    text-align: center;
    margin: 40px 0px 30px;
    color: #412B89;
    font-size: 32px; }
    @media only screen and (min-width: 1200px) {
      .page-template-page-about .team_members h3.section_title {
        margin: 0px 0px 35px;
        font-size: 55px; } }
  .page-template-page-about .team_members .member .mem_img {
    height: 340px;
    position: relative;
    cursor: pointer; }
    @media only screen and (min-width: 500px) {
      .page-template-page-about .team_members .member .mem_img {
        height: 500px; } }
    @media only screen and (min-width: 768px) {
      .page-template-page-about .team_members .member .mem_img {
        height: 593px; } }
  .page-template-page-about .team_members .member .mem_img div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: top center; }
  .page-template-page-about .team_members .member .img2 {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .page-template-page-about .team_members .member .member_info {
    color: #412B89;
    position: relative; }
  .page-template-page-about .team_members .member .link_icon {
    position: absolute;
    right: 0;
    top: 50%;
    height: 39px;
    width: 40px;
    transform: translate(0%, -50%); }
  .page-template-page-about .team_members .member h3.member_name {
    margin: 20px 0px 5px; }
    @media only screen and (min-width: 1024px) {
      .page-template-page-about .team_members .member h3.member_name {
        margin: 20px 0px 0px;
        font-size: 38px; } }
  .page-template-page-about .team_members .member p.member_role {
    margin-bottom: 20px; }
  .page-template-page-about .team_members .member:hover .img2 {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .page-template-page-about .team_members .member:hover .img1 {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
@media only screen and (max-width: 768px) {
.mem_img.show_back .img2{
	
    opacity: 1!important;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 1s ease;
	
}
.mem_img.show_back .img1{
	
	opacity: 0!important;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 1s ease;
	
}
}
  @media only screen and (min-width: 768px) {
    .page-template-page-about .team_members .member_list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .page-template-page-about .team_members .member {
      flex-basis: 48%; } }
  @media only screen and (min-width: 768px) and (min-width: 1024px) {
    .page-template-page-about .team_members .member {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 768px) {
      .page-template-page-about .team_members .member .mem_img {
        height: 360px; } }
    @media only screen and (min-width: 768px) and (min-width: 1200px) {
      .page-template-page-about .team_members .member .mem_img {
        height: 593px; } }

.page-template-page-about .tech {
  color: #412B89;
  margin-bottom: 85px; }
  @media only screen and (min-width: 1400px) {
    .page-template-page-about .tech {
      margin-bottom: 180px; } }
  .page-template-page-about .tech h3 {
    font-size: 32px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1024px) {
      .page-template-page-about .tech h3 {
        margin-bottom: 38px;
        font-size: 56px; } }
  .page-template-page-about .tech .tech_item {
    margin-bottom: 40px; }
    .page-template-page-about .tech .tech_item:last-child {
      margin-bottom: 0px; }
  .page-template-page-about .tech .sec_text {
    margin-bottom: 50px; }
  .page-template-page-about .tech .tech_img {
    width: 97%;
    margin-left: auto;
    margin-right: 0; }
    .page-template-page-about .tech .tech_img img {
      min-width: 100%; }
  .page-template-page-about .tech .tech_txt {
    margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .page-template-page-about .tech .tech_item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      margin-bottom: 100px; } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    .page-template-page-about .tech .tech_item {
      align-items: center;
      margin-bottom: 210px; }
      .page-template-page-about .tech .tech_item h3 {
        font-size: 56px;
        margin-bottom: 20px;
        line-height: 60px; } }
  @media only screen and (min-width: 768px) {
      .page-template-page-about .tech .tech_item div {
        flex-basis: 48%; }
    .page-template-page-about .tech .sec_text {
      text-align: center;
      margin-bottom: 85px; } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    .page-template-page-about .tech .sec_text {
      margin-bottom: 150px; }
      .page-template-page-about .tech .sec_text p {
        margin-bottom: 25px; } }
  @media only screen and (min-width: 768px) {
    .page-template-page-about .tech .tech_item div {
      flex-basis: 45%; }
    .page-template-page-about .tech .tech_item .tech_img {
      flex-basis: 48%; }
    .page-template-page-about .tech .tech_item:nth-child(even) .tech_txt {
      order: 2; }
    .page-template-page-about .tech .tech_item:nth-child(even) .tech_img {
      margin-left: 0;
      margin-right: auto; } }

.contact_us_bg {
  background-image: url(/plexus/images/contact_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -130px;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media only screen and (min-width: 1024px) {
    .contact_us_bg {
      background-size: cover;
      background-position: center; } }

.contact_us {
  background-color: #412B89;
  padding: 40px 0px;
  color: white;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .contact_us {
      padding: 100px 20px; } }
  .contact_us div.wpcf7 {
    position: relative;
    z-index: 2; }
  .contact_us span.wpcf7-not-valid-tip {
    display: none; }
  .contact_us form {
    font-size: 26px;
    font-family: futura-pt-bold,sans-serif; }
    @media only screen and (min-width: 768px) {
      .contact_us form .fields_wrap {
        max-width: 84%; } }
    @media only screen and (min-width: 1024px) {
      .contact_us form {
        font-size: 40px; } }
    @media only screen and (min-width: 1500px) {
      .contact_us form {
        font-size: 48px; } }
    .contact_us form .field_wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-top: 40px; }
    .contact_us form input, .contact_us form textarea {
      width: 100%;
      border: 0;
      background: transparent;
      color: #00ffff;
      border-bottom: 2px solid white;
      height: 45px; }
    .contact_us form .wpcf7-textarea {
      height: 80px; }
      @media only screen and (min-width: 1400px) {
        .contact_us form .wpcf7-textarea {
          height: 150px; } }
  .contact_us form .field_wrap .wpcf7-form-control-wrap {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 30px;
  }
  .contact_us form .field_wrap span.field_text {
    flex: 0 0 330px;
    width: 330px;
    max-width: none;
  }
    .contact_us form .field_wrap.textarea_wrap span.field_text {
      flex: 0 0 100%;
    }
    .contact_us form input.wpcf7-form-control.wpcf7-submit {
      color: white;
      width: auto;
      border-bottom: 0;
      height: auto;
      margin-left: 10px; }
    .contact_us form .snd_wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 60px; }
      @media only screen and (min-width: 767px) {
        .contact_us form .snd_wrap {
          justify-content: flex-end; } }
    .contact_us form p.form_title {
      margin-bottom: 40px;
      font-size: 26px; }
      @media only screen and (min-width: 1024px) {
        .contact_us form p.form_title {
          font-size: 40px; } }
      @media only screen and (min-width: 1500px) {
        .contact_us form p.form_title {
          font-size: 48px;
          margin-bottom: 80px; } }
    .contact_us form input.wpcf7-validates-as-required.wpcf7-not-valid {
      border-color: red !important; }
    .contact_us form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
      margin: 0;
      border: 0;
      padding: 0;
      font-size: 18px;
      margin-top: 28px; }
    .contact_us form div.wpcf7-mail-sent-ok {
      border: 0;
      margin: 0;
      padding: 0;
      font-size: 22px;
      margin-top: 25px; }

@media only screen and (min-width: 1024px) {
  .page-template-page-about .page_top_about {
    background-size: cover;
    background-position: center; } }

@media (min-width: 1350px) {
  .page-template-page-about .container {
    max-width: 1265px; } }

.sticky_header header#header {
  background: white;
  height: 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 1px 4px 20px 13px #00000012; }

.sticky_header div#menu {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media (min-width: 1024px) {
    .sticky_header div#menu {
      height: 60px; } }

.sticky_header .plexus_menu {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .sticky_header .plexus_menu li a {
    color: #412b89 !important; }

.sticky_header .plexus_menu li.start_a_project {
  margin-left: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .sticky_header .plexus_menu li.start_a_project a {
    color: #E84D71 !important;
    height: 30px;
    width: 140px; }

.sticky_header .logo_img.gradient {
  width: 101px !important;
  opacity: 1 !important; }
  @media only screen and (min-width: 1024px) {
    .sticky_header .logo_img.gradient {
      width: 160px !important;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; } }

@media only screen and (max-width: 768px) {
  .sticky_header header#header {
    height: 54px; }
  .sticky_header span.icon-bar {
    background: #412B89; } }

.page-template-page-about span.typed-cursor {
  display: none; }

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