@font-face {
  font-family: 'Angelina';
  src: url("../font/Angelina.eot");
  src: url("../font/Angelina.eot?#iefix") format("embedded-opentype"), url("../font/Angelina.woff") format("woff"), url("../font/Angelina.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  position: relative;
  overflow-x: hidden !important;
  background-color: #121212 !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: 'rajdhani', 'Helvetica Neue', Helvetica, sans-serif !important; }

#loader_ {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9999999;
  background-color: #fff; }
  #loader_ img {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%); }

.logo {
  z-index: 999999999999999;
  mix-blend-mode: difference;
  position: fixed;
  top: 20px;
  left: 17px; }
  .logo img {
    z-index: 999999999999999;
    width: 80px;
    height: auto; }

.landscape_mode {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99999999999999999999999999; }
  .landscape_mode img {
    width: 233px;
    height: 87px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%); }

.frank_grid_20 {
  display: none;
  width: 20%;
  height: 100%;
  position: relative;
  float: left;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation: noise 3.5s forwards;
  animation: noise 3.5s forwards;
  opacity: 0.0;
  filter: alpha(opacity=0); }

@keyframes noise {
  0% {
    opacity: 0.0;
    filter: alpha(opacity=0); }
  99% {
    opacity: 9.9;
    filter: alpha(opacity=99); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-webkit-keyframes noise {
  0% {
    display: none;
    opacity: 0.0;
    filter: alpha(opacity=0); }
  99% {
    display: none;
    opacity: 9.9;
    filter: alpha(opacity=99); }
  100% {
    display: inherit;
    opacity: 1;
    filter: alpha(opacity=100); } }
.wind_pan {
  display: none;
  width: 0%;
  height: 100%;
  position: relative;
  float: left;
  background-color: #121212;
  -webkit-transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
  animation-name: wind_anim;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease; }
  .wind_pan .border {
    display: none;
    width: 1px;
    height: 0%;
    position: absolute;
    right: 0;
    background-color: #262626;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    animation-name: border_anim;
    animation-duration: 1.7s;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    z-index: 99999999; }

@keyframes wind_anim {
  0% {
    width: 0%;
    background-color: #121212;
    background-color: #121212; }
  90% {
    background-color: #121212; }
  100% {
    width: 100%;
    background-color: rgba(18, 18, 18, 0); } }
@keyframes border_anim {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }
.noise {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/noise.gif");
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation: noise 3s forwards;
  animation: noise 3s forwards;
  opacity: 0.0;
  filter: alpha(opacity=0); }

@keyframes noise {
  0% {
    opacity: 0.0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-webkit-keyframes noise {
  0% {
    display: none;
    opacity: 0.0;
    filter: alpha(opacity=0); }
  100% {
    display: inherit;
    opacity: 1;
    filter: alpha(opacity=100); } }
.bg-w {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: #fff;
  -webkit-animation: bgW 1.3s forwards;
  animation: bgW 1.3s forwards; }

@-webkit-keyframes bgW {
  0% {
    background-color: #fafafa; }
  50% {
    background-color: #fafafa; }
  100% {
    background-color: rgba(250, 250, 250, 0); } }
@keyframes bgW {
  0% {
    background-color: #fafafa; }
  50% {
    background-color: #fafafa; }
  100% {
    background-color: rgba(250, 250, 250, 0); } }
.me {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  animation: txt_strex 5s infinite linear;
  animation-delay: 1.2s; }

@keyframes txt_strex {
  1% {
    transform: scaleX(1) scaleY(1) skewX(0deg); }
  1.5% {
    transform: scaleX(1.5) scaleY(0.2) skewX(80deg); }
  1.7% {
    transform: scaleX(1) scaleY(1) skewX(0deg); }
  5% {
    transform: scaleX(1) scaleY(1) skewX(0deg); }
  5.3% {
    transform: scaleX(0.1) scaleY(1) skewX(80deg); }
  5.6% {
    transform: scaleX(1) scaleY(1) skewX(0deg); }
  50% {
    left: 0px; }
  50.1% {
    left: 10px; }
  50.5% {
    left: 10px; }
  50.6% {
    left: 0px; } }
.flipster {
  height: 100% !important; }

.flipster__button {
  z-index: 9; }

.flipster__item {
  z-index: 9; }

#carousel {
  z-index: 999999; }
  #carousel li {
    cursor: none !important; }

.flipster__nav__child {
  display: none !important; }

.RETICOOL {
  z-index: 999999999999999999; }

.card {
  pointer-events: none;
  transform: translateZ(0);
  padding: 30px 4px 1px 4px;
  background-image: url("../img/tab.png");
  border-radius: 5px;
  width: 827px;
  height: 499px;
  margin: auto;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  display: flex;
  box-shadow: 0 0 225px rgba(200, 200, 200, 0.2);
  position: relative; }
  .card:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 10px;
    border-radius: 50%;
    left: 0;
    bottom: -50px;
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.3); }
  .card .card-content {
    margin: auto;
    text-align: center;
    transform-style: preserve-3d;
    top: 0; }
  .card .cover_b {
    transform: translateZ(50px);
    display: block; }
    .card .cover_b.related {
      transform: translateZ(80px);
      font-style: italic; }
  .card .info1 {
    transform: translateZ(100px);
    display: block;
    top: 0;
    position: absolute; }
  .card a {
    color: #69c6b8;
    pointer-events: auto; }

.glitch {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 1;
  font-size: 12px;
  font-weight: 600;
  color: #A9ACAC; }

#ss {
  right: 0; }
  #ss li {
    background-color: #A9ACAC;
    width: 10px;
    height: 10px;
    position: relative;
    float: left; }

ul {
  list-style-type: none;
  width: auto;
  height: auto; }

#page-ancor li {
  text-align: right;
  color: #fff;
  font-size: 13px;
  float: left;
  position: relative;
  width: 20px;
  height: 80px;
  z-index: 999; }
  #page-ancor li a {
    width: 1px;
    height: 1px;
    position: relative;
    float: left;
    z-index: 99;
    padding: 10px;
    margin-left: -10px;
    margin-top: -6px;
    color: inherit !important; }

.ancor_top {
  width: 3px;
  height: 3px;
  left: -1px;
  top: 0px;
  position: absolute;
  background-color: #363737;
  border-radius: 3px; }

.ancor_bott {
  width: 3px;
  height: 3px;
  left: -1px;
  bottom: -2px;
  position: absolute;
  background-color: #363737;
  border-radius: 3px; }

.super_doot {
  width: 5px;
  height: 5px;
  left: -2px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.super_line {
  height: 240px;
  width: 1px;
  background-color: #262626;
  position: absolute; }

#d1.active ~ .super_doot {
  top: 0px; }

#d2.active ~ .super_doot {
  top: 80px; }

#d3.active ~ .super_doot {
  top: 160px; }

#d4.active ~ .super_doot {
  top: 240px; }

#d5.active ~ .super_doot {
  top: 320px; }

#page-ancor li.active {
  color: #DFE3E6; }

#callbacksDiv {
  position: absolute;
  top: -40px;
  left: 5px;
  color: white;
  z-index: 9999999;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: left; }

.page_info {
  position: absolute;
  top: 253px;
  left: -4px;
  color: #fff;
  font-size: 11px;
  z-index: 9999999;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: left; }

#page-ancor {
  position: absolute;
  top: 50%;
  margin-top: -120px !important;
  right: -10px;
  height: 40px;
  z-index: 70;
  padding: 0;
  margin: 0;
  width: 30px; }

.description {
  width: 50%;
  left: 20%;
  top: 50%;
  transform: translate(0%, -50%);
  position: absolute;
  color: #D0D2D2;
  font-weight: 600;
  display: block;
  overflow: hidden; }
  @media only screen and (max-width: 479px) {
    .description {
      left: 15px;
      width: 61%;
      margin-top: 30px;
      width: 100%; } }
  .description h1 {
    font-size: 60px;
    line-height: 55px;
    font-weight: 600;
    padding: 0 !important;
    transform: translateX(-100%);
    -webkit-animation-name: h-1;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    animation-name: h-1;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .description h1 {
        font-size: 33px;
        line-height: 31px; } }
    @media only screen and (max-width: 479px) {
      .description h1 {
        font-size: 33px;
        line-height: 31px;
        width: 100%; } }
@-webkit-keyframes h-1 {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
@keyframes h-1 {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
  .description h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 !important;
    transform: translateX(-100%);
    -webkit-animation-name: h-5;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    animation-name: h-5;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media only screen and (max-width: 479px) {
      .description h5 {
        width: 60%; } }
@-webkit-keyframes h-5 {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
@keyframes h-5 {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
#world {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 8%;
  left: 20%;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation: world 3s forwards;
  animation: world 3s forwards;
  opacity: 0.0;
  filter: alpha(opacity=0); }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #world {
      top: 28%;
      left: 27%; } }
  @media only screen and (max-width: 479px) {
    #world {
      top: 28%;
      left: 27%; } }

@keyframes world {
  0% {
    display: none;
    opacity: 0.0;
    filter: alpha(opacity=0); }
  50% {
    display: none;
    opacity: 0.0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-webkit-keyframes world {
  0% {
    display: none;
    opacity: 0.0;
    filter: alpha(opacity=0); }
  50% {
    display: none;
    opacity: 0.0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
.mid_arrow {
  width: 4px;
  height: 4px;
  position: fixed;
  top: 50%;
  margin-top: 8px;
  left: 38px;
  border-radius: 2px;
  background-color: #fff; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .mid_arrow {
      display: none; } }
  @media only screen and (max-width: 479px) {
    .mid_arrow {
      display: none; } }

#moveDown {
  padding-left: 6px;
  padding-right: 6px;
  color: #fff;
  position: fixed;
  z-index: 999;
  font-size: 14px;
  left: 30px;
  top: 50%;
  margin-top: 20px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 9;
  mix-blend-mode: difference; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #moveDown {
      display: none; } }
  @media only screen and (max-width: 479px) {
    #moveDown {
      display: none; } }

#moveUp {
  padding-left: 6px;
  padding-right: 6px;
  color: #fff;
  position: fixed;
  z-index: 999;
  font-size: 14px;
  left: 30px;
  top: 50%;
  margin-top: -20px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 9;
  mix-blend-mode: difference; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #moveUp {
      display: none; } }
  @media only screen and (max-width: 479px) {
    #moveUp {
      display: none; } }

.section {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .section .num {
    position: absolute;
    bottom: 20px;
    left: 15px;
    color: #fff;
    font-size: 14px;
    z-index: 999999999; }

.num2 {
  position: fixed;
  bottom: 80px;
  left: 30px;
  color: #fff;
  font-size: 14px;
  z-index: 999999999; }

.doots {
  width: 100%;
  height: 100%;
  top: 0;
  background-size: 80px 80px;
  position: absolute;
  background-image: url("../img/doot.svg");
  background-repeat: repeat; }

.ico_mouse {
  width: 9px;
  height: 15px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 20px;
  border: 1px solid #424242; }
  .ico_mouse .scroll {
    width: 1px;
    height: 3px;
    position: absolute;
    top: 2px;
    left: 3px;
    background-color: #424242;
    -webkit-animation-name: scroll;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-name: scroll;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
@-webkit-keyframes scroll {
  0% {
    top: 2px; }
  15% {
    top: 4px; }
  16% {
    top: 2px; }
  100% {
    top: 2px; } }
@keyframes scroll {
  0% {
    top: 2px; }
  15% {
    top: 4px; }
  16% {
    top: 2px; }
  100% {
    top: 2px; } }
.keyboard {
  width: 50px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: 6px; }
  .keyboard .arrow-l {
    width: 5px;
    height: 5px;
    border-radius: 1px;
    position: relative;
    float: left;
    left: 5px;
    margin-left: 1px;
    bottom: 0px;
    border: 1px solid #424242;
    -webkit-animation-name: arrow-l;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-name: arrow-l;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
@-webkit-keyframes arrow-l {
  0% {
    left: 5px; }
  20% {
    left: 5px; }
  21% {
    left: 4px; }
  35% {
    left: 5px; }
  100% {
    left: 5px; } }
@keyframes arrow-l {
  0% {
    left: 5px; }
  20% {
    left: 5px; }
  21% {
    left: 4px; }
  35% {
    left: 5px; }
  100% {
    left: 5px; } }
  .keyboard .arrow-b {
    width: 5px;
    height: 5px;
    border-radius: 1px;
    position: relative;
    float: left;
    left: 5px;
    margin-left: 1px;
    bottom: 0px;
    border: 1px solid #424242;
    -webkit-animation-name: arrow-b;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-name: arrow-b;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
@-webkit-keyframes arrow-b {
  0% {
    bottom: 0px; }
  20% {
    bottom: 0px; }
  21% {
    bottom: -1px; }
  50% {
    bottom: 0px; }
  100% {
    bottom: 0px; } }
@keyframes arrow-b {
  0% {
    bottom: 0px; }
  20% {
    bottom: 0px; }
  21% {
    bottom: -1px; }
  35% {
    bottom: 0px; }
  100% {
    bottom: 0px; } }
  .keyboard .arrow-r {
    width: 5px;
    height: 5px;
    border-radius: 1px;
    position: relative;
    float: left;
    left: 5px;
    margin-left: 1px;
    bottom: 10;
    border: 1px solid #424242;
    -webkit-animation-name: arrow-r;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-name: arrow-r;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
@-webkit-keyframes arrow-r {
  0% {
    left: 5px; }
  20% {
    left: 5px; }
  21% {
    left: 6px; }
  50% {
    left: 5px; }
  100% {
    left: 5px; } }
@keyframes arrow-r {
  0% {
    left: 5px; }
  20% {
    left: 5px; }
  21% {
    left: 6px; }
  50% {
    left: 5px; }
  100% {
    left: 5px; } }
  .keyboard .arrow-t {
    width: 5px;
    height: 5px;
    border-radius: 1px;
    position: absolute;
    left: 12px;
    bottom: 21px;
    border: 1px solid #424242;
    -webkit-animation-name: arrow-t;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-name: arrow-t;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
@-webkit-keyframes arrow-t {
  0% {
    bottom: 21px; }
  20% {
    bottom: 21px; }
  21% {
    bottom: 22px; }
  50% {
    bottom: 21px; }
  100% {
    bottom: 21px; } }
@keyframes arrow-t {
  0% {
    bottom: 21px; }
  20% {
    bottom: 21px; }
  21% {
    bottom: 22px; }
  50% {
    bottom: 21px; }
  100% {
    bottom: 21px; } }
.fp-completely .mask_portfolio {
  left: 0%; }

.slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }

.portfolio_container {
  perspective: 1000px;
  width: 900px;
  height: auto;
  left: 50%;
  margin-left: -320px;
  position: relative;
  margin-top: -100px; }
  @media only screen and (max-width: 479px) {
    .portfolio_container {
      margin-left: -390px; } }
  .portfolio_container .p-shadow {
    top: 50%;
    margin-top: -110px !important;
    position: absolute;
    width: 900px;
    height: 434px;
    background-color: #1d1d1d;
    transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-153px) translateY(-10px);
    -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-153px) translateY(-10px);
    position: absolute;
    float: left;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 9;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition-delay: 0.40s;
    transition-delay: 0.40s; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .portfolio_container .p-shadow {
        width: 450px;
        height: 250px;
        margin-top: 0px !important;
        transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(34px) translateY(-135px);
        -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(104px) translateY(-135px); } }
    @media only screen and (max-width: 479px) {
      .portfolio_container .p-shadow {
        width: 450px;
        height: 250px;
        margin-top: 0px !important;
        transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(34px) translateY(-135px);
        -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(104px) translateY(-135px); } }
  .portfolio_container .p-dots {
    top: 50%;
    z-index: 9;
    position: absolute;
    width: 1200px;
    height: 600px;
    transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-486px) translateY(-256px);
    -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-486px) translateY(-256px);
    position: absolute;
    float: left;
    background-image: url(../img/doot.svg);
    background-repeat: repeat;
    background-size: auto;
    background-size: 40px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition-delay: 0.40s;
    transition-delay: 0.40s; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .portfolio_container .p-dots {
        width: 480px;
        height: 280px;
        margin-top: 0px !important;
        transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(34px) translateY(-130px);
        -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(34px) translateY(-130px); } }
    @media only screen and (max-width: 479px) {
      .portfolio_container .p-dots {
        width: 480px;
        height: 280px;
        margin-top: 0px !important;
        transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(103px) translateY(-130px);
        -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(103px) translateY(-130px); } }
  .portfolio_container .p-container {
    top: 50%;
    margin-top: -185px !important;
    position: absolute;
    width: 900px;
    height: 480px;
    background-color: transparent;
    transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-146px) translateY(0px);
    -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-146px) translateY(0px);
    position: absolute;
    float: left;
    z-index: 999999999;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition-delay: 0.40s;
    transition-delay: 0.40s; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .portfolio_container .p-container {
        width: 450px;
        margin-top: -130px !important;
        transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(44px) translateY(0px);
        -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(44px) translateY(10px); } }
    @media only screen and (max-width: 479px) {
      .portfolio_container .p-container {
        width: 450px;
        margin-top: -130px !important;
        transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(114px) translateY(0px);
        -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(114px) translateY(10px); } }
    .portfolio_container .p-container video {
      width: 100%;
      z-index: 99999999; }

.fp-slides .active .p-shadow {
  height: 500px;
  margin-top: -200px !important;
  transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-83px) translateY(32px);
  -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-83px) translateY(32px); }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .fp-slides .active .p-shadow {
      margin-top: 0px !important;
      width: 450px;
      height: 250px;
      transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(79px) translateY(-101px);
      -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(79px) translateY(-101px); } }
  @media only screen and (max-width: 479px) {
    .fp-slides .active .p-shadow {
      margin-top: 0px !important;
      width: 450px;
      height: 250px;
      transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(149px) translateY(-101px);
      -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(149px) translateY(-101px); } }
.fp-slides .active .p-dots {
  width: 1230px;
  height: 600px;
  transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-626px) translateY(-476px);
  -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-626px) translateY(-476px); }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .fp-slides .active .p-dots {
      width: 550px;
      height: 350px;
      transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-145px) translateY(-290px);
      -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-145px) translateY(-290px); } }
  @media only screen and (max-width: 479px) {
    .fp-slides .active .p-dots {
      width: 550px;
      height: 350px;
      transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-57px) translateY(-290px);
      -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-57px) translateY(-290px); } }
.fp-slides .active .p-container {
  margin-top: -230px !important;
  transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-146px) translateY(0px);
  -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(-146px) translateY(0px); }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .fp-slides .active .p-container {
      margin-top: -150px !important;
      width: 450px;
      transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(44px) translateY(0px);
      -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(44px) translateY(0px); } }
  @media only screen and (max-width: 479px) {
    .fp-slides .active .p-container {
      margin-top: -150px !important;
      width: 450px;
      transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(114px) translateY(0px);
      -webkit-transform: rotateY(-5deg) rotateX(46deg) rotateZ(19deg) translateX(114px) translateY(0px); } }

.cont-info-project-20 {
  width: 60%;
  height: auto;
  left: 20%;
  bottom: 11%;
  position: absolute;
  color: #fff;
  overflow: hidden; }
  .cont-info-project-20 .name-project {
    font-size: 40px;
    font-weight: 700;
    overflow: hidden;
    padding-left: 5px; }
    .cont-info-project-20 .name-project p {
      margin: 0;
      line-height: 37px;
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      transform: translateX(-103%);
      -ms-transform: translateX(-103%);
      -webkit-transform: translateX(-103%); }
      .cont-info-project-20 .name-project p span {
        font-size: 17px !important;
        line-height: 17px; }
  .cont-info-project-20 .site {
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding-left: 5px;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-103%);
    -ms-transform: translateX(-103%);
    -webkit-transform: translateX(-103%); }
    .cont-info-project-20 .site a {
      color: #fff !important;
      text-decoration: none; }
  .cont-info-project-20 .info {
    width: 80px;
    font-size: 12px;
    padding-left: 5px;
    float: left;
    position: relative;
    margin-right: 9px;
    margin-bottom: 10px;
    overflow: hidden; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .cont-info-project-20 .info {
        width: 33.333%;
        margin-right: 0px; } }
    @media only screen and (max-width: 479px) {
      .cont-info-project-20 .info {
        width: 33.333%;
        margin-right: 0px; } }
    .cont-info-project-20 .info .tit {
      font-weight: 500;
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      transform: translateX(-103%);
      -ms-transform: translateX(-103%);
      -webkit-transform: translateX(-103%); }
    .cont-info-project-20 .info p {
      margin: 0 0 0px;
      line-height: 13px;
      font-weight: 300;
      letter-spacing: 1px;
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      transform: translateX(-103%);
      -ms-transform: translateX(-103%);
      -webkit-transform: translateX(-103%); }

.mob_sec {
  top: 40% !important; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .mob_sec {
      top: 50% !important;
      margin-top: -50px;
      left: 20% !important; } }
  @media only screen and (max-width: 479px) {
    .mob_sec {
      top: 50% !important;
      margin-top: -325px;
      left: 2% !important;
      position: relative !important;
      float: left; }
      .mob_sec .info {
        min-height: 66px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .mob_sec .name-project p {
      font-size: 32px; } }
  @media only screen and (max-width: 479px) {
    .mob_sec .name-project p {
      font-size: 32px; } }

.cont-info-project-60 {
  width: auto;
  height: auto;
  left: 60%;
  bottom: 11%;
  position: absolute;
  color: #fff;
  overflow: hidden; }
  .cont-info-project-60 .name-project {
    font-size: 40px;
    font-weight: 700;
    overflow: hidden;
    padding-left: 5px; }
    .cont-info-project-60 .name-project p {
      margin: 0;
      line-height: 37px;
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      transform: translateX(-108%);
      -ms-transform: translateX(-108%);
      -webkit-transform: translateX(-108%); }
  .cont-info-project-60 .site {
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding-left: 5px;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-108%);
    -ms-transform: translateX(-108%);
    -webkit-transform: translateX(-108%); }
  .cont-info-project-60 .info {
    width: auto;
    font-size: 12px;
    padding-left: 5px;
    float: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
    overflow: hidden; }
    .cont-info-project-60 .info .tit {
      font-weight: 500;
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      transform: translateX(-108%);
      -ms-transform: translateX(-108%);
      -webkit-transform: translateX(-108%); }
    .cont-info-project-60 .info p {
      margin: 0 0 0px;
      line-height: 13px;
      font-weight: 300;
      letter-spacing: 1px;
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      transform: translateX(-108%);
      -ms-transform: translateX(-108%);
      -webkit-transform: translateX(-108%); }

.active.cont-info-project-60 .name-project p {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%); }
.active.cont-info-project-60 .site {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%); }
.active.cont-info-project-60 .info .tit {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%); }
.active.cont-info-project-60 .info p {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%); }

.fp-slides .active .go.cont-info-project-20 .name-project p {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%); }
.fp-slides .active .go.cont-info-project-20 .site {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%); }
.fp-slides .active .go.cont-info-project-20 .info .tit {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%); }
.fp-slides .active .go.cont-info-project-20 .info p {
  -webkit-transition-delay: 0.6s;
  /* Safari */
  transition-delay: 0.6s;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%); }

.section .fp-slidesNav.bottom ul li {
  display: table-cell;
  mix-blend-mode: difference; }
  .section .fp-slidesNav.bottom ul li a {
    padding: 7px;
    mix-blend-mode: difference; }
    .section .fp-slidesNav.bottom ul li a span {
      background: #ffffff;
      border: 1px solid #0A0A0A; }
  .section .fp-slidesNav.bottom ul li a.active span {
    height: 6px;
    width: 6px;
    margin: -3px 0 0 -3px; }

.menu-3 {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99999999999;
  padding-top: 7px;
  padding-bottom: 7px; }

.menu-3:hover .menu-item:nth-child(2) {
  -webkit-transform: translateX(5px);
  transform: translateX(5px); }

.menu-3.open .menu-item {
  background: #fff; }

.menu-3.open .menu-item:first-child {
  padding-top: 3px;
  transition-delay: 0.2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10px 50%;
  transform-origin: 10px 50%; }

.menu-3.open .menu-item:nth-child(2) {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0; }

.menu-3.open .menu-item:nth-child(3) {
  padding-top: 3px;
  transition-delay: 0.4s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 8px 50%;
  transform-origin: 8px 50%; }

.menu-item {
  transition: all 0.2s;
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 0 6px;
  background: #fff; }

.pannel_Z {
  z-index: 999999999; }

.pannel_menu {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute; }
  .pannel_menu .grid-20 {
    width: 20%;
    height: 100%;
    position: relative;
    float: left; }
    .pannel_menu .grid-20 .Z_anim_menu {
      z-index: 9999999999; }
    .pannel_menu .grid-20 .anim_menu {
      position: absolute;
      top: 0;
      left: 0;
      width: 0% !important;
      height: 100%;
      background-color: #0B0B0B;
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
    .pannel_menu .grid-20 .ex_anim_menu {
      border-right: 1px solid #262626;
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      width: 100% !important; }

#content_menu {
  top: 0%;
  left: 0%;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  font-size: 40px;
  z-index: 99999999999;
  display: none; }
  #content_menu ul {
    width: auto;
    top: 50%;
    left: 20%;
    position: relative;
    text-align: left;
    padding: 0;
    color: #fff; }
    #content_menu ul li a {
      color: #fff;
      text-decoration: none; }

.content_menu_active {
  display: inherit !important; }

.icon_social {
  width: auto;
  position: absolute;
  bottom: 23px;
  right: 20px; }
  .icon_social .blur {
    filter: blur(1px);
    -webkit-filter: blur(1px); }
  .icon_social a {
    cursor: none !important; }
  .icon_social .icon {
    width: 15px;
    height: 15px;
    position: relative;
    float: left;
    margin-left: 10px; }
    .icon_social .icon img {
      width: 15px;
      height: 15px; }

.bubble {
  position: relative; }

.bubble::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 35%;
  left: 35%;
  transform: translate(-50%, -50%);
  display: block;
  width: 40vh;
  height: 40vh;
  min-height: 200px;
  min-width: 200px;
  background-size: 1600% 1600%;
  box-shadow: inset 0px -20px 100px 0px rgba(255, 255, 255, 0.48);
  animation: transform 20s linear infinite alternate, movement 40s linear infinite alternate, shade 60s linear infinite alternate; }

@keyframes transform {
  0%,
        100% {
    border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%; }
  20% {
    border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%; }
  40% {
    border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%; }
  60% {
    border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%; }
  80% {
    border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%; } }
@keyframes movement {
  0% {
    -webkit-transform: rotate(-1turn) translateY(-50px);
    transform: rotate(-1turn) translateY(-50px); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes shade {
  0%,
        100% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; } }
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-slidesNav.bottom {
  bottom: 20px;
  margin-left: -20px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

.contact-form {
  width: 60%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%); }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .contact-form {
      width: 90%;
      margin-top: 20px; } }
  @media only screen and (max-width: 479px) {
    .contact-form {
      width: 90%;
      margin-top: 20px; } }
  .contact-form form {
    margin-top: 20px;
    position: relative;
    float: left;
    width: 100%; }
  .contact-form div {
    width: 100%;
    border: none; }
  .contact-form input {
    width: 100%;
    padding: 15px;
    background-color: #8282821f !important;
    color: #fff !important;
    font-size: 13px;
    border: none;
    border-bottom: 2px solid #303030;
    margin-bottom: 5px;
    cursor: none;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .contact-form input:focus {
      border-bottom: 2px solid #545656; }
    .contact-form input:hover {
      border-bottom: 2px solid #545656; }
  .contact-form textarea {
    width: 100%;
    height: 150px;
    padding: 15px;
    resize: none;
    background-color: #8282821f !important;
    color: #fff !important;
    font-size: 13px;
    border: none;
    border-bottom: 2px solid #303030;
    cursor: none;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .contact-form textarea:focus {
      border-bottom: 2px solid #545656; }
    .contact-form textarea:hover {
      border-bottom: 2px solid #545656; }
  .contact-form .contact-submit {
    cursor: none; }
    .contact-form .contact-submit button {
      cursor: none;
      padding: 15px;
      width: 100%;
      border: none;
      font-size: 14px;
      background-color: #565656;
      text-align: center;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .contact-form .contact-submit button:hover {
        background-color: #fff; }
  .contact-form .info {
    font-size: 30px;
    position: relative;
    float: left;
    width: 66.66%;
    font-weight: 700;
    overflow: hidden;
    padding-left: 5px;
    color: #fff;
    margin-bottom: 20px; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .contact-form .info {
        width: 90%;
        margin-bottom: 0px; } }
    @media only screen and (max-width: 479px) {
      .contact-form .info {
        width: 90%;
        margin-bottom: 0px; } }
    .contact-form .info p {
      margin: 0;
      line-height: 37px;
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      transform: translateX(-103%);
      -ms-transform: translateX(-103%);
      -webkit-transform: translateX(-103%); }
  .contact-form .contacts {
    font-size: 15px;
    position: relative;
    float: left;
    width: 33.33%;
    font-weight: 400;
    overflow: hidden;
    padding-left: 5px;
    margin-top: 20px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .contact-form .contacts {
        width: 90%;
        margin-top: 0px;
        margin-bottom: 0px; } }
    @media only screen and (max-width: 479px) {
      .contact-form .contacts {
        width: 90%;
        margin-top: 0px;
        margin-bottom: 0px; } }
    .contact-form .contacts p {
      margin: 0;
      line-height: 25px;
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      transform: translateX(-103%);
      -ms-transform: translateX(-103%);
      -webkit-transform: translateX(-103%); }

.go .info p {
  -webkit-transition-delay: 0s;
  transition-delay: 0s !important;
  transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  -webkit-transform: translateX(0%) !important; }
.go .info .two {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s !important;
  transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  -webkit-transform: translateX(0%) !important; }
.go .contacts p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s !important;
  transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  -webkit-transform: translateX(0%) !important; }
.go .contacts .two {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s !important;
  transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  -webkit-transform: translateX(0%) !important; }

.cursor {
  background: #fff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  pointer-events: none; }

.cursor.cursor-shadow {
  background: #fff;
  mix-blend-mode: difference; }

.cursor.cursor-dot {
  background: #fff; }

.cursor-shadow.active {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.cursor-dot.active {
  height: 0px;
  width: 0px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  pointer-events: none; }

.img_slider_p {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.23;
  filter: alpha(opacity=23); }

.height_img_slider img {
  height: 100% !important;
  width: auto !important;
  max-width: auto !important; }

.message_email {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  top: 50%;
  left: 50%;
  color: #fff;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%); }
  .message_email a {
    color: #fff; }

#myContainer .slide video {
  width: 900px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #myContainer .slide video {
      width: 90%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #myContainer .slide video {
      width: 60%;
      margin-right: 0px; } }
  @media only screen and (max-width: 479px) {
    #myContainer .slide video {
      width: 90%;
      margin-right: 0px; } }
#myContainer .slide .img_showcase_dem {
  width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #myContainer .slide .img_showcase_dem {
      width: 90%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #myContainer .slide .img_showcase_dem {
      width: 60%;
      margin-right: 0px; } }
  @media only screen and (max-width: 479px) {
    #myContainer .slide .img_showcase_dem {
      width: 90%;
      margin-right: 0px; } }
#myContainer .slide .img_showcase {
  width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #myContainer .slide .img_showcase {
      width: 90%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #myContainer .slide .img_showcase {
      width: 60%;
      margin-right: 0px; } }
  @media only screen and (max-width: 479px) {
    #myContainer .slide .img_showcase {
      width: 90%;
      margin-right: 0px; } }

.fp-next {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  right: 10px;
  z-index: 999;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media only screen and (max-width: 479px) {
    .fp-next {
      margin-top: 55px; } }
  .fp-next:hover {
    right: 0px; }

.fp-prev {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  left: 10px;
  z-index: 999;
  background-image: url(../img/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media only screen and (max-width: 479px) {
    .fp-prev {
      margin-top: 55px; } }
  .fp-prev:hover {
    left: 0px; }

.square {
  width: 1900px;
  height: 600px;
  background-color: #d5c9c2;
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  -webkit-transform: rotate(-20deg);
  /* Safari 3-8 */
  transform: rotate(-20deg);
  position: fixed;
  top: -350px;
  left: -530px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.square2 {
  width: 1900px;
  height: 700px;
  top: -350px;
  right: -900px;
  background-color: #a91413;
  -ms-transform: rotate(50deg);
  /* IE 9 */
  -webkit-transform: rotate(50deg);
  /* Safari 3-8 */
  transform: rotate(50deg);
  position: fixed;
  top: -350px;
  top: -350px;
  right: -900px;
  background-color: #a91413;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.x1 .square {
  width: 1900px;
  height: 800px;
  background-color: #d5c9c2;
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  -webkit-transform: rotate(-20deg);
  /* Safari 3-8 */
  transform: rotate(-20deg); }
.x1 .square2 {
  top: -350px;
  right: -900px;
  background-color: #a91413;
  -ms-transform: rotate(50deg);
  /* IE 9 */
  -webkit-transform: rotate(50deg);
  /* Safari 3-8 */
  transform: rotate(50deg); }

.x2 .square {
  width: 1900px;
  height: 600px;
  top: -350px;
  left: -490px;
  -ms-transform: rotate(-40deg);
  /* IE 9 */
  -webkit-transform: rotate(-40deg);
  /* Safari 3-8 */
  transform: rotate(-40deg);
  background-color: #f0f200; }
.x2 .square2 {
  background-color: #70abb9;
  -ms-transform: rotate(60deg);
  /* IE 9 */
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg); }

.x3 .square {
  width: 1900px;
  height: 840px;
  top: 152px;
  left: -1160px;
  background-color: #000000;
  -ms-transform: rotate(-70deg);
  /* IE 9 */
  -webkit-transform: rotate(-70deg);
  /* Safari 3-8 */
  transform: rotate(-70deg); }
.x3 .square2 {
  top: -330px;
  right: -750px;
  background-color: #e4dd01;
  -ms-transform: rotate(55deg);
  /* IE 9 */
  -webkit-transform: rotate(55deg);
  /* Safari 3-8 */
  transform: rotate(55deg); }

.x4 .square {
  width: 1900px;
  height: 840px;
  top: -458px;
  left: -400px;
  background-color: #421944;
  -ms-transform: rotate(-30deg);
  /* IE 9 */
  -webkit-transform: rotate(-30deg);
  /* Safari 3-8 */
  transform: rotate(-30deg); }
.x4 .square2 {
  top: -350px;
  right: -810px;
  background-color: #d5ace1;
  -ms-transform: rotate(25deg);
  /* IE 9 */
  -webkit-transform: rotate(25deg);
  /* Safari 3-8 */
  transform: rotate(25deg); }

.x5 .square {
  width: 1900px;
  height: 840px;
  top: -568px;
  left: -342px;
  background-color: #a7ccdc;
  -ms-transform: rotate(-30deg);
  /* IE 9 */
  -webkit-transform: rotate(-30deg);
  /* Safari 3-8 */
  transform: rotate(-30deg); }
.x5 .square2 {
  top: -350px;
  right: -810px;
  background-color: #0694ce;
  -ms-transform: rotate(65deg);
  /* IE 9 */
  -webkit-transform: rotate(65deg);
  /* Safari 3-8 */
  transform: rotate(65deg); }

.x6 .square {
  width: 1900px;
  height: 840px;
  top: -548px;
  left: -400px;
  background-color: #f7bb2e;
  -ms-transform: rotate(-16deg);
  /* IE 9 */
  -webkit-transform: rotate(-16deg);
  /* Safari 3-8 */
  transform: rotate(-16deg); }
.x6 .square2 {
  top: -390px;
  right: -810px;
  background-color: #d6d6da;
  -ms-transform: rotate(20deg);
  /* IE 9 */
  -webkit-transform: rotate(20deg);
  /* Safari 3-8 */
  transform: rotate(20deg); }

.x7 .square {
  width: 1900px;
  height: 840px;
  top: -548px;
  left: -400px;
  background-color: #aab8c1;
  -ms-transform: rotate(-26deg);
  /* IE 9 */
  -webkit-transform: rrotate(-26deg);
  /* Safari 3-8 */
  transform: rotate(-26deg); }
.x7 .square2 {
  top: -390px;
  right: -810px;
  background-color: #6db6c5;
  -ms-transform: rotate(50deg);
  /* IE 9 */
  -webkit-transform: rotate(50deg);
  /* Safari 3-8 */
  transform: rotate(50deg); }

.x8 .square {
  width: 1900px;
  height: 840px;
  top: -548px;
  left: -600px;
  background-color: #7ba9bb;
  -ms-transform: rotate(-46deg);
  /* IE 9 */
  -webkit-transform: rotate(-46deg);
  /* Safari 3-8 */
  transform: rotate(-46deg); }
.x8 .square2 {
  top: -390px;
  right: -850px;
  background-color: #95cbe0;
  -ms-transform: rotate(40deg);
  /* IE 9 */
  -webkit-transform: rotate(40deg);
  /* Safari 3-8 */
  transform: rotate(40deg); }

.x9 .square {
  width: 1900px;
  height: 840px;
  top: -548px;
  left: -600px;
  background-color: #7ba9bb;
  -ms-transform: rotate(-56deg);
  /* IE 9 */
  -webkit-transform: rotate(-56deg);
  /* Safari 3-8 */
  transform: rotate(-56deg); }
.x9 .square2 {
  top: -390px;
  right: -850px;
  background-color: #95cbe0;
  -ms-transform: rotate(50deg);
  /* IE 9 */
  -webkit-transform: rotate(50deg);
  /* Safari 3-8 */
  transform: rotate(50deg); }

.x10 .square {
  width: 1900px;
  height: 840px;
  top: -721px;
  left: -600px;
  background-color: #d98eaf;
  -ms-transform: rotate(-36deg);
  /* IE 9 */
  -webkit-transform: rotate(-36deg);
  /* Safari 3-8 */
  transform: rotate(-36deg); }
.x10 .square2 {
  top: -40px;
  right: -800px;
  background-color: #cb3d7f;
  -ms-transform: rotate(50deg);
  /* IE 9 */
  -webkit-transform: rotate(50deg);
  /* Safari 3-8 */
  transform: rotate(50deg); }

.x11 .square {
  width: 1900px;
  height: 840px;
  top: -421px;
  left: -720px;
  background-color: #a3bbb8;
  -ms-transform: rotate(-56deg);
  /* IE 9 */
  -webkit-transform: rotate(-56deg);
  /* Safari 3-8 */
  transform: rotate(-56deg); }
.x11 .square2 {
  top: -40px;
  right: -1000px;
  background-color: #d5052d;
  -ms-transform: rotate(70deg);
  /* IE 9 */
  -webkit-transform: rotate(70deg);
  /* Safari 3-8 */
  transform: rotate(70deg); }

.x12 .square {
  width: 1900px;
  height: 840px;
  top: -321px;
  left: -900px;
  background-color: #99ad96;
  -ms-transform: rotate(-46deg);
  /* IE 9 */
  -webkit-transform: rotate(-46deg);
  /* Safari 3-8 */
  transform: rotate(-46deg); }
.x12 .square2 {
  top: -118px;
  right: -740px;
  background-color: #b5c7b5;
  -ms-transform: rotate(34deg);
  /* IE 9 */
  -webkit-transform: rotate(34deg);
  /* Safari 3-8 */
  transform: rotate(34deg); }

.x13 .square {
  width: 1900px;
  height: 840px;
  top: -621px;
  left: -500px;
  background-color: #ffc800;
  -ms-transform: rotate(-26deg);
  /* IE 9 */
  -webkit-transform: rotate(-26deg);
  /* Safari 3-8 */
  transform: rotate(-26deg); }
.x13 .square2 {
  top: -40px;
  right: -940px;
  background-color: #016146;
  -ms-transform: rotate(50deg);
  /* IE 9 */
  -webkit-transform: rotate(50deg);
  /* Safari 3-8 */
  transform: rotate(50deg); }

.square_white {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30%;
  left: 10%;
  background-image: url("../gif/large_white.gif");
  background-size: 57px 57px;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.square_black {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 10%;
  right: 10%;
  background-image: url("../gif/large_white.gif");
  background-size: 70px 70px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  filter: blur(1px);
  -webkit-filter: blur(1px); }

.large_square {
  width: 900px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/large_square.svg");
  background-size: 897px 574px;
  opacity: 0.05;
  filter: alpha(opacity=5); }

.large_zig {
  width: 195px;
  height: 28px;
  position: absolute;
  top: 30%;
  right: 0%;
  background-image: url("../gif/ziz_slow_fast_white.gif");
  background-size: 195px 28px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  filter: blur(2px);
  -webkit-filter: blur(2px); }

.large_zig2 {
  width: 100px;
  height: 28px;
  position: absolute;
  bottom: 20%;
  left: 0px;
  background-image: url("../gif/ziz_slow_fast_white.gif");
  background-repeat: no-repeat;
  background-size: 100px 14px;
  opacity: 0.20;
  filter: alpha(opacity=20);
  filter: blur(2px);
  -webkit-filter: blur(2px); }

#myContainer .fp-slidesContainer .active .cont-info-project-20 .name-project p {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%); }
#myContainer .fp-slidesContainer .active .cont-info-project-20 .site {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%); }
#myContainer .fp-slidesContainer .active .cont-info-project-20 .info .tit {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%); }
#myContainer .fp-slidesContainer .active .cont-info-project-20 .info p {
  -webkit-transition-delay: 0.6s;
  /* Safari */
  transition-delay: 0.6s;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%); }
#myContainer .cont-info-project-20 {
  width: 50%;
  height: auto;
  left: 25%;
  bottom: 4%;
  position: absolute;
  color: #fff;
  overflow: hidden; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #myContainer .cont-info-project-20 {
      width: 90%;
      height: auto;
      left: 4%;
      bottom: 10%; } }
  @media only screen and (max-width: 479px) {
    #myContainer .cont-info-project-20 {
      width: 90%;
      height: auto;
      left: 4%;
      bottom: 10%; } }
  #myContainer .cont-info-project-20 .name-project {
    font-size: 30px;
    font-weight: 700;
    overflow: hidden;
    padding-left: 5px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #myContainer .cont-info-project-20 .name-project {
        font-size: 20px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #myContainer .cont-info-project-20 .name-project {
        font-size: 20px; } }
    @media only screen and (max-width: 479px) {
      #myContainer .cont-info-project-20 .name-project {
        font-size: 20px; } }
    #myContainer .cont-info-project-20 .name-project p {
      margin: 0;
      line-height: 37px;
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      transform: translateX(-103%);
      -ms-transform: translateX(-103%);
      -webkit-transform: translateX(-103%); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        #myContainer .cont-info-project-20 .name-project p {
          line-height: 20px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        #myContainer .cont-info-project-20 .name-project p {
          line-height: 20px; } }
      @media only screen and (max-width: 479px) {
        #myContainer .cont-info-project-20 .name-project p {
          line-height: 20px; } }
      #myContainer .cont-info-project-20 .name-project p span {
        font-size: 17px !important;
        line-height: 17px; }
  #myContainer .cont-info-project-20 .site {
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding-left: 5px;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-103%);
    -ms-transform: translateX(-103%);
    -webkit-transform: translateX(-103%); }
    #myContainer .cont-info-project-20 .site a {
      color: #fff !important;
      text-decoration: none; }
  #myContainer .cont-info-project-20 .info {
    width: 110px;
    font-size: 13px;
    padding-left: 5px;
    float: left;
    position: relative;
    margin-right: 9px;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: 600 !important;
    color: #BCBCBC; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #myContainer .cont-info-project-20 .info {
        width: 33.333%;
        margin-right: 0px;
        color: #fff; } }
    @media only screen and (max-width: 479px) {
      #myContainer .cont-info-project-20 .info {
        width: 33.333%;
        margin-right: 0px;
        color: #fff; } }
    #myContainer .cont-info-project-20 .info a {
      color: #BCBCBC;
      text-decoration: none; }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        #myContainer .cont-info-project-20 .info a {
          color: #fff; } }
      @media only screen and (max-width: 479px) {
        #myContainer .cont-info-project-20 .info a {
          color: #fff; } }
    #myContainer .cont-info-project-20 .info .tit {
      font-weight: 700;
      color: #fff;
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      transform: translateX(-103%);
      -ms-transform: translateX(-103%);
      -webkit-transform: translateX(-103%); }
    #myContainer .cont-info-project-20 .info p {
      margin: 0 0 0px;
      line-height: 18px;
      font-weight: 600;
      letter-spacing: 1px;
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      transform: translateX(-103%);
      -ms-transform: translateX(-103%);
      -webkit-transform: translateX(-103%); }

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