/*normalize css*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   @mixin ========================================================================= */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Prevent displaying `audio` without controls in Mobile Safari 4/5/6/7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   @mixin ========================================================================= */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   @mixin ========================================================================= */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   @mixin ========================================================================= */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   @mixin ========================================================================= */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   @mixin ========================================================================= */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/*mixins*/
.progressjs-inner {
  width: 0; }

.progressjs-progress {
  z-index: 9999999;
  /*width: 100px;
    margin: 0 auto;*/ }

/* blue theme, like iOS 7 progress bar */
.progressjs-theme-blue .progressjs-inner {
  height: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #f4b43a;
  /*position: absolute !important;
    bottom: 55px !important;*/ }

.progressjs-theme-blue.progressjs-end {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0; }

.progressjs-theme-blue .progressjs-percent {
  display: none; }

/* blue theme with overlay layer, no percent bar */
.progressjs-theme-blueOverlay {
  background-color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.progressjs-theme-blueOverlay .progressjs-inner {
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #3498db; }

.progressjs-theme-blueOverlay.progressjs-end {
  opacity: 0 !important; }

.progressjs-theme-blueOverlay .progressjs-percent {
  display: none; }

/* blue theme with overlay layer, no percent bar */
.progressjs-theme-blueOverlay {
  background-color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.progressjs-theme-blueOverlay .progressjs-inner {
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #3498db; }

.progressjs-theme-blueOverlay.progressjs-end {
  opacity: 0 !important; }

.progressjs-theme-blueOverlay .progressjs-percent {
  display: none; }

/* Blue theme with border radius and overlay layer */
.progressjs-theme-blueOverlayRadius {
  background-color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 5px; }

.progressjs-theme-blueOverlayRadius .progressjs-inner {
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #3498db;
  border-radius: 5px; }

.progressjs-theme-blueOverlayRadius.progressjs-end {
  opacity: 0 !important; }

.progressjs-theme-blueOverlayRadius .progressjs-percent {
  display: none; }

/* Blue theme with border radius and overlay layer */
.progressjs-theme-blueOverlayRadiusHalfOpacity {
  background-color: white;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 5px; }

.progressjs-theme-blueOverlayRadiusHalfOpacity .progressjs-inner {
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #3498db;
  border-radius: 5px; }

.progressjs-theme-blueOverlayRadiusHalfOpacity.progressjs-end {
  opacity: 0 !important; }

.progressjs-theme-blueOverlayRadiusHalfOpacity .progressjs-percent {
  display: none; }

/* Blue theme with border radius, overlay layer and percent bar */
.progressjs-theme-blueOverlayRadiusWithPercentBar {
  background-color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 5px; }

.progressjs-theme-blueOverlayRadiusWithPercentBar .progressjs-inner {
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #3498db;
  border-radius: 5px; }

.progressjs-theme-blueOverlayRadiusWithPercentBar.progressjs-end {
  opacity: 0 !important; }

.progressjs-theme-blueOverlayRadiusWithPercentBar .progressjs-percent {
  width: 70px;
  text-align: center;
  height: 40px;
  position: absolute;
  right: 50%;
  margin-right: -35px;
  top: 50%;
  margin-top: -20px;
  font-size: 30px;
  opacity: .5; }

.progressjs-theme-blackRadiusInputs {
  height: 10px;
  border-radius: 10px;
  overflow: hidden; }

.progressjs-theme-blackRadiusInputs .progressjs-inner {
  height: 2px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  background-color: #34495e; }

.progressjs-theme-blackRadiusInputs.progressjs-end {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0; }

.progressjs-theme-blackRadiusInputs .progressjs-percent {
  display: none; }

.row {
  list-style: none;
  margin-left: -20px; }

.col--2-of-2, .col--3-of-3, .col--4-of-4, .col--5-of-5, .col--6-of-6, .col--8-of-8, .col--12-of-12 {
  width: 100%; }

.col--1-of-2, .col--2-of-4, .col--3-of-6, .col--4-of-8, .col--6-of-12 {
  width: 50%; }

.col--1-of-3, .col--2-of-6, .col--4-of-12 {
  width: 33.33333%; }

.col--2-of-3, .col--4-of-6, .col--8-of-12 {
  width: 66.66667%; }

.col--1-of-4, .col--2-of-8, .col--3-of-12 {
  width: 25%; }

.col--3-of-4, .col--6-of-8, .col--9-of-12 {
  width: 75%; }

.col--push-2-of-2, .col--push-3-of-3, .col--push-4-of-4, .col--push-5-of-5, .col--push-6-of-6, .col--push-8-of-8, .col--push-12-of-12 {
  margin-left: 100%; }

.col--push-1-of-2, .col--push-2-of-4, .col--push-3-of-6, .col--push-4-of-8, .col--push-6-of-12 {
  margin-left: 50%; }

.col--push-1-of-3, .col--push-2-of-6, .col--push-4-of-12 {
  margin-left: 33.33333%; }

.col--push-2-of-3, .col--push-4-of-6, .col--push-8-of-12 {
  margin-left: 66.66667%; }

.col--push-1-of-4, .col--push-2-of-8, .col--push-3-of-12 {
  margin-left: 25%; }

.col--push-3-of-4, .col--push-6-of-8, .col--push-9-of-12 {
  margin-left: 75%; }

.col--pull-2-of-2, .col--pull-3-of-3, .col--pull-4-of-4, .col--pull-5-of-5, .col--pull-6-of-6, .col--pull-8-of-8, .col--pull-12-of-12 {
  margin-left: -100%; }

.col--pull-1-of-2, .col--pull-2-of-4, .col--pull-3-of-6, .col--pull-4-of-8, .col--pull-6-of-12 {
  margin-left: -50%; }

.col--pull-1-of-3, .col--pull-2-of-6, .col--pull-4-of-12 {
  margin-left: -33.33333%; }

.col--pull-2-of-3, .col--pull-4-of-6, .col--pull-8-of-12 {
  margin-left: -66.66667%; }

.col--pull-1-of-4, .col--pull-2-of-8, .col--pull-3-of-12 {
  margin-left: -25%; }

.col--pull-3-of-4, .col--pull-6-of-8, .col--pull-9-of-12 {
  margin-left: -75%; }

.col--1-of-5 {
  width: 20%; }

.col--push-1-of-5 {
  margin-left: 20%; }

.col--pull-1-of-5 {
  margin-left: -20%; }

.col--2-of-5 {
  width: 40%; }

.col--push-2-of-5 {
  margin-left: 40%; }

.col--pull-2-of-5 {
  margin-left: -40%; }

.col--3-of-5 {
  width: 60%; }

.col--push-3-of-5 {
  margin-left: 60%; }

.col--pull-3-of-5 {
  margin-left: -60%; }

.col--4-of-5 {
  width: 80%; }

.col--push-4-of-5 {
  margin-left: 80%; }

.col--pull-4-of-5 {
  margin-left: -80%; }

.col--1-of-6 {
  width: 16.66667%; }

.col--push-1-of-6 {
  margin-left: 16.66667%; }

.col--pull-1-of-6 {
  margin-left: -16.66667%; }

.col--5-of-6 {
  width: 83.33333%; }

.col--push-5-of-6 {
  margin-left: 83.33333%; }

.col--pull-5-of-6 {
  margin-left: -83.33333%; }

.col--1-of-8 {
  width: 12.5%; }

.col--push-1-of-8 {
  margin-left: 12.5%; }

.col--pull-1-of-8 {
  margin-left: -12.5%; }

.col--3-of-8 {
  width: 37.5%; }

.col--push-3-of-8 {
  margin-left: 37.5%; }

.col--pull-3-of-8 {
  margin-left: -37.5%; }

.col--5-of-8 {
  width: 62.5%; }

.col--push-5-of-8 {
  margin-left: 62.5%; }

.col--pull-5-of-8 {
  margin-left: -62.5%; }

.col--7-of-8 {
  width: 87.5%; }

.col--push-7-of-8 {
  margin-left: 87.5%; }

.col--pull-7-of-8 {
  margin-left: -87.5%; }

.col--1-of-12 {
  width: 8.33333%; }

.col--push-1-of-12 {
  margin-left: 8.33333%; }

.col--pull-1-of-12 {
  margin-left: -8.33333%; }

.col--2-of-12 {
  width: 16.66667%; }

.col--push-2-of-12 {
  margin-left: 16.66667%; }

.col--pull-2-of-12 {
  margin-left: -16.66667%; }

.col--5-of-12 {
  width: 41.66667%; }

.col--push-5-of-12 {
  margin-left: 41.66667%; }

.col--pull-5-of-12 {
  margin-left: -41.66667%; }

.col--7-of-12 {
  width: 58.33333%; }

.col--push-7-of-12 {
  margin-left: 58.33333%; }

.col--pull-7-of-12 {
  margin-left: -58.33333%; }

.col--10-of-12 {
  width: 83.33333%; }

.col--push-10-of-12 {
  margin-left: 83.33333%; }

.col--pull-10-of-12 {
  margin-left: -83.33333%; }

.col--11-of-12 {
  width: 91.66667%; }

.col--push-11-of-12 {
  margin-left: 91.66667%; }

.col--pull-11-of-12 {
  margin-left: -91.66667%; }

.col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top; }
  @media (max-width: 768px) {
    .col {
      display: block;
      margin-left: 0;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 768px) and (min-width: 480px) {
    .col[class*="col--m-"] {
      display: inline-block;
      margin-right: -.24em; }
    .col.col--m-1-of-2, .col.col--m-2-of-4 {
      width: 50%; }
    .col.col--m-1-of-3 {
      width: 33.33333%; }
    .col.col--m-2-of-3 {
      width: 66.66667%; }
    .col.col--m-1-of-4 {
      width: 25%; }
    .col.col--m-3-of-4 {
      width: 75%; } }
  @media (max-width: 480px) {
    .col[class*="col--s-"] {
      display: inline-block;
      margin-right: -.24em; }
    .col.col--s-1-of-2, .col.col--s-2-of-4 {
      width: 50%; }
    .col.col--s-1-of-3 {
      width: 33.33333%; }
    .col.col--s-2-of-3 {
      width: 66.66667%; }
    .col.col--s-1-of-4 {
      width: 25%; }
    .col.col--s-3-of-4 {
      width: 75%; } }

.col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.col--d-first {
  float: left; }

.col--d-last {
  float: right; }

.row--no-gutter {
  margin-left: 0;
  width: 100%; }
  .row--no-gutter .col {
    padding-left: 0; }
  .row--no-gutter .col--span-all {
    margin-left: 0;
    width: 100%; }

.col--ab {
  vertical-align: bottom; }

.col--am {
  vertical-align: middle; }

@font-face {
  font-family: "Galano";
  src: url("../fonts/galano.eot");
  src: url("../fonts/galano.eot?#iefix") format("embedded-opentype"), url("../fonts/galano.woff") format("woff"), url("../fonts/galano.ttf") format("truetype"), url("../fonts/galano.svg#Galano") format("svg");
  src: url("../fonts/galano.ttf") format("truetype");
  src: url("../fonts/galano.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Paneuropa";
  src: url("../fonts/paneuropa.eot");
  src: url("../fonts/paneuropa.eot?#iefix") format("embedded-opentype"), url("../fonts/paneuropa.woff") format("woff"), url("../fonts/paneuropa.ttf") format("truetype"), url("../fonts/paneuropa.svg#Paneuropa") format("svg");
  src: url("../fonts/paneuropa.ttf") format("truetype");
  src: url("../fonts/paneuropa.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Arcon";
  src: url("../fonts/arcon.eot");
  src: url("../fonts/arcon.eot?#iefix") format("embedded-opentype"), url("../fonts/arcon.woff") format("woff"), url("../fonts/arcon.ttf") format("truetype"), url("../fonts/arcon.svg#Arcon") format("svg");
  src: url("../fonts/arcon.ttf") format("truetype");
  src: url("../fonts/arcon.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

/*default style*/
::-webkit-scrollbar {
  display: none; }

::-moz-scrollbar {
  display: none; }

::-ms-scrollbar {
  display: none; }

.slideUp {
  animation: slideUp 1s 0.5s forwards,makeVisible 1s 0.5s forwards; }

#flyout {
  position: fixed;
  top: 0px;
  width: 40%;
  background: #f4b43a;
  z-index: 999999;
  -moz-opacity: 0;
  opacity: 0;
  left: calc(50% - 20%); }
  #flyout p {
    color: #fff;
    text-align: center;
    display: block; }

* {
  scroll-behavior: smooth; }

/*
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
*/

.container {
  width: auto;
  margin: 0 auto;
  max-width: 1178px; }
  .container.text-center {
    text-align: center;
    max-width: 80%; }

.row,
.col {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.flex-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

#side-banner {
  width: 80%;
  box-sizing: border-box;
  display: none;
  overflow: hidden; }
  #side-banner .cursor {
    position: absolute;
    padding: 5px;
    background: #1e1e1e;
    color: #f4b43a;
    border: 1px solid #fff;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    transition: 0.3s linear all;
    z-index: 999; }
    #side-banner .cursor b,
    #side-banner .cursor i {
      font-size: 14px;
      padding-right: 10px;
      -webkit-transition: 0.3s linear all;
      -moz-transition: 0.3s linear all;
      -o-transition: 0.3s linear all;
      -ms-transition: 0.3s linear all;
      transition: 0.3s linear all; }
  #side-banner .thumb {
    width: 150%;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-blend-mode: multiply;
    display: none; }
    #side-banner .thumb.active {
      display: block; }
    #side-banner .thumb h1.title {
      padding: 50px 20px;
      color: #fff;
      font-size: 36px;
      position: absolute;
      right: 40px;
      bottom: 30px;
      overflow: hidden; }
      #side-banner .thumb h1.title.title-anim {
        animation: scaleUp 0.4s; }
    #side-banner .thumb p.tags {
      position: absolute;
      bottom: 5%;
      right: 5%;
      text-align: center; }
      #side-banner .thumb p.tags span {
        display: inline-block;
        font-family: "Galano";
        margin-bottom: 5px;
        -moz-opacity: 0;
        opacity: 0;
        padding: 5px 10px;
        border: 2px solid #fff;
        margin-right: 10px;
        color: #fff; }
        #side-banner .thumb p.tags span.open-tag-clip {
          -moz-opacity: 0;
          opacity: 0; }
          #side-banner .thumb p.tags span.open-tag-clip:nth-of-type(1) {
            -webkit-transform: translateY(100px) rotateY(15deg);
            -moz-transform: translateY(100px) rotateY(15deg);
            -ms-transform: translateY(100px) rotateY(15deg);
            -o-transform: translateY(100px) rotateY(15deg);
            transform: translateY(100px) rotateY(15deg);
            animation: slideUp 1s forwards 0.1s, makeVisible 1.2s forwards 0.1s; }
          #side-banner .thumb p.tags span.open-tag-clip:nth-of-type(2) {
            -webkit-transform: translateY(100px) rotateY(15deg);
            -moz-transform: translateY(100px) rotateY(15deg);
            -ms-transform: translateY(100px) rotateY(15deg);
            -o-transform: translateY(100px) rotateY(15deg);
            transform: translateY(100px) rotateY(15deg);
            animation: slideUp 1s forwards 0.2s, makeVisible 1.2s forwards 0.2s; }
          #side-banner .thumb p.tags span.open-tag-clip:nth-of-type(3) {
            -webkit-transform: translateY(100px) rotateY(15deg);
            -moz-transform: translateY(100px) rotateY(15deg);
            -ms-transform: translateY(100px) rotateY(15deg);
            -o-transform: translateY(100px) rotateY(15deg);
            transform: translateY(100px) rotateY(15deg);
            animation: slideUp 1s forwards 0.3s, makeVisible 1.2s forwards 0.3s; }
          #side-banner .thumb p.tags span.open-tag-clip:nth-of-type(4) {
            -webkit-transform: translateY(100px) rotateY(15deg);
            -moz-transform: translateY(100px) rotateY(15deg);
            -ms-transform: translateY(100px) rotateY(15deg);
            -o-transform: translateY(100px) rotateY(15deg);
            transform: translateY(100px) rotateY(15deg);
            animation: slideUp 1s forwards 0.4s, makeVisible 1.2s forwards 0.4s; }

#menu-nav-wrapper {
  width: 20%;
  box-sizing: border-box;
  display: inline-block; }

.tags a {
  text-decoration: none;
  color: rgba(244, 180, 58, 0.7) !important;
  text-transform: uppercase;
  font-family: "Arcon" !important;
  font-size: 10px;
  display: inline-block;
  margin: 10px 5px;
  letter-spacing: 2px; }
  .tags a::before, .tags a::after {
    background: none !important; }

.desc-para {
  font-size: 14px;
  font-family: "Arcon";
  display: inline-block;
  line-height: 20px;
  letter-spacing: 1px; }

.cta a {
  color: #9f9f9f;
  text-decoration: none;
  font-family: "Galano";
  font-size: 16px;
  display: inline-block;
  position: relative;
  height: 30px;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 0.4s cubic-bezier(0, 0.26, 0.88, 1.57) all;
  -moz-transition: 0.4s cubic-bezier(0, 0.26, 0.88, 1.57) all;
  -o-transition: 0.4s cubic-bezier(0, 0.26, 0.88, 1.57) all;
  -ms-transition: 0.4s cubic-bezier(0, 0.26, 0.88, 1.57) all;
  transition: 0.4s cubic-bezier(0, 0.26, 0.88, 1.57) all;
  border-top: 2px solid #f4b43a;
  border-bottom: 2px solid #f4b43a; }
  .cta a i {
    display: inline-block;
    width: 1px;
    height: 1px;
    background: #9f9f9f;
    position: absolute;
    left: 0;
    top: -2px; }
  .cta a:hover {
    color: #fff;
    -webkit-transform: scale(1.02) translateY(-5px);
    -moz-transform: scale(1.02) translateY(-5px);
    -ms-transform: scale(1.02) translateY(-5px);
    -o-transform: scale(1.02) translateY(-5px);
    transform: scale(1.02) translateY(-5px); }
    .cta a:hover i {
      top: 40px;
      background: #fff; }
  .cta a.side-link {
    color: #fff;
    text-decoration: none;
    border: none;
    margin-left: 25px;
    font-family: "Paneuropa";
    height: 20px;
    top: -18px;
    letter-spacing: 1px; }
    .cta a.side-link:hover {
      transform: none;
      -moz-box-shadow: 0px 1px 0px #f4b43a;
      -webkit-box-shadow: 0px 1px 0px #f4b43a;
      box-shadow: 0px 1px 0px #f4b43a;
      color: #f4b43a; }
    .cta a.side-link i {
      display: none; }

.cta.start {
  padding-top: 100px;
  position: relative;
  z-index: 6; }
  .cta.start a {
    color: #f4b43a; }

h2.title {
  font-size: 24px;
  font-family: "Galano";
  text-indent: -50px;
  display: inline-block;
  position: relative; }
  h2.title::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 5px;
    background: #fff;
    left: -50px;
    bottom: -20px; }

h1.suffix {
  text-indent: -45%;
  color: #fff;
  font-family: "Arcon";
  text-transform: uppercase;
  padding-left: 10%; }

h1 span.small {
  color: #f4b43a; }

h1.big {
  font-size: 80px;
  font-family: "Galano";
  color: #f4b43a;
  text-align: right;
  line-height: 0px; }

h1.md {
  font-size: 70px;
  font-family: "Galano";
  color: #fff; }

.link {
  list-style: none; }
  .link a {
    text-decoration: none;
    font-family: "Galano";
    color: #fff; }
    .link a::before, .link a::after {
      content: '.';
      font-size: 24px; }
    .link a span {
      text-transform: capitalize;
      font-family: "Paneuropa"; }

.pre-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out background;
  -moz-transition: 0.3s ease-in-out background;
  -o-transition: 0.3s ease-in-out background;
  -ms-transition: 0.3s ease-in-out background;
  transition: 0.3s ease-in-out background; }
  .pre-loader #percent-showing {
    text-align: center;
    font-family: "Arcon";
    font-size: 24px;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 25px);
    color: #f4b43a; }
  .pre-loader .anim-circle {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    top: 50%;
    left: calc(50% - 50px);
    background: url("../img/run.gif") no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    -ms-transition: 0.2s linear all;
    transition: 0.2s linear all; }
  .pre-loader h1.display {
    width: 250px;
    position: relative;
    margin: 10% auto; }
    .pre-loader h1.display span.text,
    .pre-loader h1.display span.cover {
      display: inline-block;
      width: 250px;
      height: 90px; }
    .pre-loader h1.display span.text {
      position: absolute;
      left: 0;
      clip: rect(0, 0, 90px, 0);
      animation: coverLoader 1s alternate infinite;
      font-family: "Galano";
      -webkit-transition: 0.3s ease-out color;
      -moz-transition: 0.3s ease-out color;
      -o-transition: 0.3s ease-out color;
      -ms-transition: 0.3s ease-out color;
      transition: 0.3s ease-out color; }
    .pre-loader h1.display span.cover {
      position: absolute;
      top: 0;
      left: 0; }

.fadeAnim {
  animation: fade 1s infinite alternate; }

@keyframes fade {
  0% {
    -moz-opacity: 0;
    opacity: 0; }
  100% {
    -moz-opacity: 1;
    opacity: 1; } }

@keyframes coverLoader {
  0% {
    clip: rect(0, 0, 90px, 0); }
  100% {
    clip: rect(0, 250px, 90px, 0); } }

.scroll-down {
  text-align: center; }
  .scroll-down p {
    padding-top: 80px; }

.project-info {
  position: relative;
  top: 520px; }
  .project-info .detail-showcase--image {
    margin-top: 0; }
  .project-info .content {
    padding-top: 20px;
    margin-top: 80vh;
    background: rgba(255, 255, 255, 0.5);
    background-attachment: fixed; }

.circle-menu {
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: -2;
  background: #f4b43a;
  top: 4px;
  right: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in transform;
  -moz-transition: 0.3s ease-in transform;
  -o-transition: 0.3s ease-in transform;
  -ms-transition: 0.3s ease-in transform;
  transition: 0.3s ease-in transform; }
  .circle-menu.anim {
    -webkit-transform: scale(100);
    -moz-transform: scale(100);
    -ms-transform: scale(100);
    -o-transform: scale(100);
    transform: scale(100);
    -moz-opacity: 1;
    opacity: 1; }
  .circle-menu.anim-reverse {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -moz-opacity: 0;
    opacity: 0; }

.menu-offset {
  position: fixed;
  top: 0;
  right: -9999px;
  bottom: 0;
  left: 100%;
  -moz-opacity: 1;
  opacity: 1; }
  .menu-offset.anim {
    left: 0;
    right: 0; }
    .menu-offset.anim .wrapper-menu .project-link li:nth-child(2) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1.5s forwards 0.2s; }
    .menu-offset.anim .wrapper-menu .project-link li:nth-child(3) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1.5s forwards 0.3s; }
    .menu-offset.anim .wrapper-menu .project-link li:nth-child(4) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1.5s forwards 0.4s; }
    .menu-offset.anim .wrapper-menu .project-link li:nth-child(5) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1.5s forwards 0.5s; }
    .menu-offset.anim .wrapper-menu .recent-project .thumb {
      animation: scaleUp 1s 0.5s forwards,makeVisible 1s 0.5s forwards; }
      .menu-offset.anim .wrapper-menu .recent-project .thumb.scaleDown {
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3); }
    .menu-offset.anim .wrapper-menu .recent-project .thumb h2.title {
      animation: slideFromRight 1s 0.6s forwards; }
      .menu-offset.anim .wrapper-menu .recent-project .thumb h2.title.slide-img {
        animation: none;
        animation: slideFromRight 1s backwards,slideFromRight 1s forwards; }
    .menu-offset.anim .wrapper-menu .recent-project .thumb .overlay {
      animation: overlay .6s forwards  1.2s; }
      .menu-offset.anim .wrapper-menu .recent-project .thumb .overlay.anim-lay {
        animation: none;
        animation: overlay .6s backwards,overlay .6s forwards; }
    .menu-offset.anim img {
      animation: slideFromLeft .6s forwards  1.2s; }
      .menu-offset.anim img.anim-img {
        animation: none;
        animation: slideFromLeft .6s backwards,slideFromLeft .6s forwards; }

.slideFromRight {
  animation: slideFromRight .6s forwards,makeVisible .6s forwards; }

.slideFromLeft {
  animation: slideFromLeft .6s forwards,makeVisible .6s forwards; }

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes makeVisible {
  100% {
    -moz-opacity: 1;
    opacity: 1; } }

@keyframes overlay {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100px) rotateY(15deg);
    -moz-transform: translateY(100px) rotateY(15deg);
    -ms-transform: translateY(100px) rotateY(15deg);
    -o-transform: translateY(100px) rotateY(15deg);
    transform: translateY(100px) rotateY(15deg);
    -moz-opacity: 0;
    opacity: 0; }
  50% {
    -webkit-transform: translateY(-10px) rotateY(15deg);
    -moz-transform: translateY(-10px) rotateY(15deg);
    -ms-transform: translateY(-10px) rotateY(15deg);
    -o-transform: translateY(-10px) rotateY(15deg);
    transform: translateY(-10px) rotateY(15deg);
    -moz-opacity: 1;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px) rotateY(0deg);
    -moz-transform: translateY(0px) rotateY(0deg);
    -ms-transform: translateY(0px) rotateY(0deg);
    -o-transform: translateY(0px) rotateY(0deg);
    transform: translateY(0px) rotateY(0deg); } }

@keyframes slideFromRight {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -moz-opacity: 0;
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -moz-opacity: 1;
    opacity: 1; } }

@keyframes slideFromLeft {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    -moz-opacity: 0;
    opacity: 0; }
  100% {
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }

p.scroll-text {
  color: #fff; }

.scroll-cta {
  position: relative;
  position: relative;
  width: 1px;
  margin: 0 auto; }
  .scroll-cta::before, .scroll-cta::after {
    content: "";
    position: absolute; }
  .scroll-cta::before {
    width: 1px;
    height: 60px;
    background: #f4b43a; }
  .scroll-cta::after {
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #1e1e1e;
    border: 1px solid #f4b43a;
    left: calc(50% - 10px);
    animation: slideDown 1.5s alternate infinite; }

.scroll-fx {
  -moz-opacity: 0;
  opacity: 0; }

.fadeInUp {
  animation: fadeInUp 1s forwards; }

@keyframes fadeInUp {
  0% {
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  50% {
    height: 25px; }
  100% {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px); } }

.grid {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-opacity: 0.6;
  opacity: 0.6; }
  .grid span {
    display: inline-block;
    width: 1px;
    height: 100vh;
    background: rgba(241, 189, 135, 0.2);
    margin-left: calc(20.5% - 4px);
    backface-visibility: visible; }

body {
  background: #1e1e1e; }

.social {
  text-align: center; }
  .social a {
    display: inline-block;
    color: #fff;
    margin: 10px 5px;
    padding: 10px;
    position: relative;
    width: 20px;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -webkit-transition: 0.3s ease-out opacity;
    -moz-transition: 0.3s ease-out opacity;
    -o-transition: 0.3s ease-out opacity;
    -ms-transition: 0.3s ease-out opacity;
    transition: 0.3s ease-out opacity; }
    .social a:hover {
      -moz-opacity: 0.9;
      opacity: 0.9; }
      .social a:hover .penta .social-st0 {
        animation: pentaDraw .5s forwards;
        -moz-opacity: 0.9;
        opacity: 0.9; }
    .social a .penta {
      width: 40px;
      display: inline-block;
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      -moz-opacity: 0.4;
      opacity: 0.4;
      -webkit-transition: 0.3s ease-out opacity;
      -moz-transition: 0.3s ease-out opacity;
      -o-transition: 0.3s ease-out opacity;
      -ms-transition: 0.3s ease-out opacity;
      transition: 0.3s ease-out opacity; }
      .social a .penta .social-st0 {
        stroke-dasharray: 121,121;
        stroke-dashoffset: 121;
        stroke-width: 2;
        -moz-opacity: 0;
        opacity: 0; }
  .social p {
    color: #fff;
    font-family: "Arcon";
    font-size: 12px; }

@keyframes pentaDraw {
  0% {
    stroke-dashoffset: 100; }
  100% {
    stroke-dashoffset: 0;
    -moz-opacity: 1;
    opacity: 1; } }

.main-menu {
  margin-left: 10%;
  margin-top: 0; }
  .main-menu li {
    list-style: none; }
    .main-menu li a {
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Galano";
      font-size: 30px;
      margin-bottom: 10px;
      position: relative;
      display: inline-block;
      color: #fff; }
      .main-menu li a span.clip {
        position: absolute;
        z-index: 3;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        clip: rect(0, 0, 60px, 0);
        font-family: "Galano";
        text-transform: uppercase;
        color: #f4b43a;
        font-size: 30px;
        -webkit-transition: 0.6s ease-in-out clip;
        -moz-transition: 0.6s ease-in-out clip;
        -o-transition: 0.6s ease-in-out clip;
        -ms-transition: 0.6s ease-in-out clip;
        transition: 0.6s ease-in-out clip; }
      .main-menu li a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
        width: 0%;
        height: 3px;
        background: #fff;
        -webkit-transition: 0.6s cubic-bezier(0.09, 0.39, 0.46, 0.87) width;
        -moz-transition: 0.6s cubic-bezier(0.09, 0.39, 0.46, 0.87) width;
        -o-transition: 0.6s cubic-bezier(0.09, 0.39, 0.46, 0.87) width;
        -ms-transition: 0.6s cubic-bezier(0.09, 0.39, 0.46, 0.87) width;
        transition: 0.6s cubic-bezier(0.09, 0.39, 0.46, 0.87) width; }
      .main-menu li a:hover {
        color: #fff; }
        .main-menu li a:hover span.clip {
          clip: rect(0, 900px, 60px, 160px);
          color: #1e1e1e; }
        .main-menu li a:hover::after {
          width: 100%;
          left: 0;
          right: auto; }

.box {
  background: #040405;
  width: 200px;
  height: 100px;
  margin: 0 auto; }

.ham {
  position: fixed;
  top: 17px;
  right: 20px;
  cursor: pointer;
  width: 40px;
  height: 20px;
  z-index: 999; }
  .ham span::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 0%;
    height: 2px; }
  .ham:hover span::after {
    width: 100%; }
  .ham span {
    display: block;
    width: 35px;
    height: 2px;
    background: #f4b43a;
    position: fixed;
    top: 25px;
    right: 20px; }
    .ham span::after {
      -webkit-transition: 0.5s ease-in-out width;
      -moz-transition: 0.5s ease-in-out width;
      -o-transition: 0.5s ease-in-out width;
      -ms-transition: 0.5s ease-in-out width;
      transition: 0.5s ease-in-out width; }
    .ham span:nth-of-type(2) {
      margin-top: -7px;
      -moz-opacity: 1;
      opacity: 1;
      visibility: visible; }
      .ham span:nth-of-type(2)::after {
        -webkit-transition: 0.3s ease-in-out width;
        -moz-transition: 0.3s ease-in-out width;
        -o-transition: 0.3s ease-in-out width;
        -ms-transition: 0.3s ease-in-out width;
        transition: 0.3s ease-in-out width; }
    .ham span:nth-of-type(3) {
      margin-top: 7px; }
      .ham span:nth-of-type(3)::after {
        -webkit-transition: 0.7s ease-in-out width;
        -moz-transition: 0.7s ease-in-out width;
        -o-transition: 0.7s ease-in-out width;
        -ms-transition: 0.7s ease-in-out width;
        transition: 0.7s ease-in-out width; }

.jelly {
  animation: jelly 1s ease-in both; }

@keyframes jelly {
  0% {
    -webkit-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  1.66667% {
    -webkit-transform: matrix3d(0.13823, 0, 0, 0, 0, 0.16209, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.13823, 0, 0, 0, 0, 0.16209, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.33333% {
    -webkit-transform: matrix3d(0.2909, 0, 0, 0, 0, 0.37203, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.2909, 0, 0, 0, 0, 0.37203, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  5% {
    -webkit-transform: matrix3d(0.44674, 0, 0, 0, 0, 0.59804, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.44674, 0, 0, 0, 0, 0.59804, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.66667% {
    -webkit-transform: matrix3d(0.59685, 0, 0, 0, 0, 0.81382, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.59685, 0, 0, 0, 0, 0.81382, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.33333% {
    -webkit-transform: matrix3d(0.73459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.73459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10% {
    -webkit-transform: matrix3d(0.85548, 0, 0, 0, 0, 1.14452, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.85548, 0, 0, 0, 0, 1.14452, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  11.6667% {
    -webkit-transform: matrix3d(0.95693, 0, 0, 0, 0, 1.24218, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95693, 0, 0, 0, 0, 1.24218, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.3333% {
    -webkit-transform: matrix3d(1.03794, 0, 0, 0, 0, 1.29368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03794, 0, 0, 0, 0, 1.29368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  15% {
    -webkit-transform: matrix3d(1.09883, 0, 0, 0, 0, 1.30417, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.09883, 0, 0, 0, 0, 1.30417, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.6667% {
    -webkit-transform: matrix3d(1.14088, 0, 0, 0, 0, 1.28177, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14088, 0, 0, 0, 0, 1.28177, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.3333% {
    -webkit-transform: matrix3d(1.16611, 0, 0, 0, 0, 1.2361, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.16611, 0, 0, 0, 0, 1.2361, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20% {
    -webkit-transform: matrix3d(1.17694, 0, 0, 0, 0, 1.17694, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.17694, 0, 0, 0, 0, 1.17694, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.6667% {
    -webkit-transform: matrix3d(1.17603, 0, 0, 0, 0, 1.11326, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.17603, 0, 0, 0, 0, 1.11326, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  23.3333% {
    -webkit-transform: matrix3d(1.16606, 0, 0, 0, 0, 1.05246, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.16606, 0, 0, 0, 0, 1.05246, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25% {
    -webkit-transform: matrix3d(1.14957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  26.6667% {
    -webkit-transform: matrix3d(1.12889, 0, 0, 0, 0, 0.95928, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.12889, 0, 0, 0, 0, 0.95928, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.3333% {
    -webkit-transform: matrix3d(1.10606, 0, 0, 0, 0, 0.93176, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.10606, 0, 0, 0, 0, 0.93176, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  30% {
    -webkit-transform: matrix3d(1.08275, 0, 0, 0, 0, 0.91725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08275, 0, 0, 0, 0, 0.91725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  31.6667% {
    -webkit-transform: matrix3d(1.0603, 0, 0, 0, 0, 0.9143, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0603, 0, 0, 0, 0, 0.9143, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.3333% {
    -webkit-transform: matrix3d(1.0397, 0, 0, 0, 0, 0.92061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0397, 0, 0, 0, 0, 0.92061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35% {
    -webkit-transform: matrix3d(1.02162, 0, 0, 0, 0, 0.93348, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02162, 0, 0, 0, 0, 0.93348, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.6667% {
    -webkit-transform: matrix3d(1.00644, 0, 0, 0, 0, 0.95014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00644, 0, 0, 0, 0, 0.95014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  38.3333% {
    -webkit-transform: matrix3d(0.99432, 0, 0, 0, 0, 0.96809, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99432, 0, 0, 0, 0, 0.96809, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  40% {
    -webkit-transform: matrix3d(0.98522, 0, 0, 0, 0, 0.98522, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98522, 0, 0, 0, 0, 0.98522, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.6667% {
    -webkit-transform: matrix3d(0.97893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.3333% {
    -webkit-transform: matrix3d(0.97516, 0, 0, 0, 0, 1.01147, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97516, 0, 0, 0, 0, 1.01147, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  45% {
    -webkit-transform: matrix3d(0.97354, 0, 0, 0, 0, 1.01923, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97354, 0, 0, 0, 0, 1.01923, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  46.6667% {
    -webkit-transform: matrix3d(0.97367, 0, 0, 0, 0, 1.02332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97367, 0, 0, 0, 0, 1.02332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  48.3333% {
    -webkit-transform: matrix3d(0.97516, 0, 0, 0, 0, 1.02415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97516, 0, 0, 0, 0, 1.02415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% {
    -webkit-transform: matrix3d(0.97763, 0, 0, 0, 0, 1.02237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97763, 0, 0, 0, 0, 1.02237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  51.6667% {
    -webkit-transform: matrix3d(0.98072, 0, 0, 0, 0, 1.01874, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98072, 0, 0, 0, 0, 1.01874, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  53.3333% {
    -webkit-transform: matrix3d(0.98414, 0, 0, 0, 0, 1.01405, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98414, 0, 0, 0, 0, 1.01405, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  55% {
    -webkit-transform: matrix3d(0.98762, 0, 0, 0, 0, 1.00899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98762, 0, 0, 0, 0, 1.00899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.6667% {
    -webkit-transform: matrix3d(0.99098, 0, 0, 0, 0, 1.00417, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99098, 0, 0, 0, 0, 1.00417, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.3333% {
    -webkit-transform: matrix3d(0.99406, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99406, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60% {
    -webkit-transform: matrix3d(0.99677, 0, 0, 0, 0, 0.99677, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99677, 0, 0, 0, 0, 0.99677, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  61.6667% {
    -webkit-transform: matrix3d(0.99904, 0, 0, 0, 0, 0.99458, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99904, 0, 0, 0, 0, 0.99458, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.3333% {
    -webkit-transform: matrix3d(1.00085, 0, 0, 0, 0, 0.99343, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00085, 0, 0, 0, 0, 0.99343, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  65% {
    -webkit-transform: matrix3d(1.00221, 0, 0, 0, 0, 0.9932, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00221, 0, 0, 0, 0, 0.9932, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.6667% {
    -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 0.9937, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00315, 0, 0, 0, 0, 0.9937, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  68.3333% {
    -webkit-transform: matrix3d(1.00372, 0, 0, 0, 0, 0.99472, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00372, 0, 0, 0, 0, 0.99472, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  70% {
    -webkit-transform: matrix3d(1.00396, 0, 0, 0, 0, 0.99604, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00396, 0, 0, 0, 0, 0.99604, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  71.6667% {
    -webkit-transform: matrix3d(1.00394, 0, 0, 0, 0, 0.99747, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00394, 0, 0, 0, 0, 0.99747, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  73.3333% {
    -webkit-transform: matrix3d(1.00371, 0, 0, 0, 0, 0.99883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00371, 0, 0, 0, 0, 0.99883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75% {
    -webkit-transform: matrix3d(1.00335, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00335, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  76.6667% {
    -webkit-transform: matrix3d(1.00288, 0, 0, 0, 0, 1.00091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00288, 0, 0, 0, 0, 1.00091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  78.3333% {
    -webkit-transform: matrix3d(1.00237, 0, 0, 0, 0, 1.00153, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00237, 0, 0, 0, 0, 1.00153, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  80% {
    -webkit-transform: matrix3d(1.00185, 0, 0, 0, 0, 1.00185, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00185, 0, 0, 0, 0, 1.00185, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.6667% {
    -webkit-transform: matrix3d(1.00135, 0, 0, 0, 0, 1.00192, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00135, 0, 0, 0, 0, 1.00192, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.3333% {
    -webkit-transform: matrix3d(1.00089, 0, 0, 0, 0, 1.00178, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00089, 0, 0, 0, 0, 1.00178, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85% {
    -webkit-transform: matrix3d(1.00048, 0, 0, 0, 0, 1.00149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00048, 0, 0, 0, 0, 1.00149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  86.6667% {
    -webkit-transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  88.3333% {
    -webkit-transform: matrix3d(0.99987, 0, 0, 0, 0, 1.00071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99987, 0, 0, 0, 0, 1.00071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90% {
    -webkit-transform: matrix3d(0.99967, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99967, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  91.6667% {
    -webkit-transform: matrix3d(0.99953, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99953, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.3333% {
    -webkit-transform: matrix3d(0.99944, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99944, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  95% {
    -webkit-transform: matrix3d(0.99941, 0, 0, 0, 0, 0.99957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99941, 0, 0, 0, 0, 0.99957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  96.6667% {
    -webkit-transform: matrix3d(0.99941, 0, 0, 0, 0, 0.99948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99941, 0, 0, 0, 0, 0.99948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  98.3333% {
    -webkit-transform: matrix3d(0.99944, 0, 0, 0, 0, 0.99946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99944, 0, 0, 0, 0, 0.99946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

.bar {
  position: fixed;
  top: -17vh;
  left: 2%;
  width: 200px;
  z-index: 5; }
  .bar .menu-link {
    display: none; }
    .bar .menu-link.anim {
      display: block; }
    .bar .menu-link.anim li a {
      -moz-opacity: 0;
      opacity: 0; }
    .bar .menu-link.anim li:nth-child(1) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1s forwards 0.1s, makeVisible 1.2s forwards 0.1s; }
    .bar .menu-link.anim li:nth-child(2) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1s forwards 0.2s, makeVisible 1.2s forwards 0.2s; }
    .bar .menu-link.anim li:nth-child(3) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1s forwards 0.3s, makeVisible 1.2s forwards 0.3s; }
    .bar .menu-link.anim li:nth-child(4) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1s forwards 0.4s, makeVisible 1.2s forwards 0.4s; }
    .bar .menu-link.anim li:nth-child(5) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1s forwards 0.5s, makeVisible 1.2s forwards 0.5s; }
    .bar .menu-link.anim li:nth-child(6) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1s forwards 0.6s, makeVisible 1.2s forwards 0.6s; }
  .bar .logo {
    text-align: center;
    height: 250px;
    padding-top: 2vh; }
  .bar svg {
    width: 120px;
    margin-left: 5px; }
    .bar svg.penta {
      width: 40px;
      margin-left: 0; }
    .bar svg .black-logo {
      -moz-opacity: 0;
      opacity: 0;
      width: 120px; }
    .bar svg .text-logo {
      display: none; }
    .bar svg .img-logo {
      width: 50%; }
  .bar .slider-menu {
    text-align: center; }
    .bar .slider-menu a {
      display: block;
      color: #9f9f9f;
      padding: 5px 0;
      display: inline-block;
      position: relative;
      -webkit-transition: 0.2s ease-out color;
      -moz-transition: 0.2s ease-out color;
      -o-transition: 0.2s ease-out color;
      -ms-transition: 0.2s ease-out color;
      transition: 0.2s ease-out color; }
      .bar .slider-menu a:hover {
        color: #fff;
        cursor: pointer; }
      .bar .slider-menu a span.clip {
        position: absolute;
        z-index: 3;
        left: 0px;
        overflow: hidden;
        white-space: nowrap;
        clip: rect(0, 0, 0, 0);
        font-family: "Galano";
        transition: width .4s .3s;
        text-transform: lowercase;
        color: transparent; }
        .bar .slider-menu a span.clip::before, .bar .slider-menu a span.clip::after {
          content: '.';
          font-size: 24px; }
      .bar .slider-menu a span.progress {
        content: '';
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 0%;
        height: 25px;
        background: #fff;
        z-index: 1;
        -webkit-transition: 0.3s ease-in-out width;
        -moz-transition: 0.3s ease-in-out width;
        -o-transition: 0.3s ease-in-out width;
        -ms-transition: 0.3s ease-in-out width;
        transition: 0.3s ease-in-out width; }
      .bar .slider-menu a.menu-active {
        color: #fff; }
        .bar .slider-menu a.menu-active span.progress {
          width: 0%; }
  .bar .bar-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: calc(100vh + 17vh);
    flex-direction: column;
    justify-content: space-between; }

.home {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  .home .banner {
    float: right;
    margin-left: 20vw;
    width: calc(100% - 20vw);
    height: 100vh;
    overflow: hidden; }
    .home .banner .lion {
      position: fixed;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 390px;
      overflow: hidden; }
    .home .banner .cover {
      padding-top: 9vh;
      display: block;
      position: absolute;
      width: 100%; }
      .home .banner .cover .text-wrap {
        max-width: 510px;
        margin-left: 10%;
        margin-top: 10vh; }
        .home .banner .cover .text-wrap h1 {
          font-family: "Paneuropa";
          color: #fff;
          line-height: 40px;
          text-align: left;
          text-transform: uppercase; }
          .home .banner .cover .text-wrap h1.suffix {
            text-indent: 0;
            text-align: left;
            padding-left: 0;
            line-height: 0;
            position: relative;
            top: 16px; }
          .home .banner .cover .text-wrap h1 span.small {
            color: #f4b43a;
            text-indent: 0;
            margin-top: -20px; }
          .home .banner .cover .text-wrap h1.vert {
            text-align: right;
            text-transform: lowercase;
            font-family: "Galano";
            line-height: 0px;
            margin-top: -20px; }
            .home .banner .cover .text-wrap h1.vert span {
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              transform: rotate(90deg);
              font-family: "Paneuropa";
              text-transform: uppercase;
              letter-spacing: 15px;
              display: inline-block;
              position: relative;
              left: 195px;
              top: -25px;
              font-size: 19px; }
          .home .banner .cover .text-wrap h1.link {
            text-transform: capitalize;
            margin-top: 120px;
            -webkit-transition: 0.3s linear all;
            -moz-transition: 0.3s linear all;
            -o-transition: 0.3s linear all;
            -ms-transition: 0.3s linear all;
            transition: 0.3s linear all; }
            .home .banner .cover .text-wrap h1.link em {
              font-style: normal;
              text-transform: lowercase;
              display: inline-block;
              position: relative;
              -webkit-transition: 0.3s linear all;
              -moz-transition: 0.3s linear all;
              -o-transition: 0.3s linear all;
              -ms-transition: 0.3s linear all;
              transition: 0.3s linear all; }
              .home .banner .cover .text-wrap h1.link em i {
                display: inline-block;
                font-style: normal;
                animation: slideUp 1s alternate infinite; }
            .home .banner .cover .text-wrap h1.link span {
              text-transform: lowercase;
              color: #f4b43a;
              -webkit-transition: 0.3s linear all;
              -moz-transition: 0.3s linear all;
              -o-transition: 0.3s linear all;
              -ms-transition: 0.3s linear all;
              transition: 0.3s linear all; }
          .home .banner .cover .text-wrap h1.big {
            font-size: 172px;
            font-family: "Galano";
            color: #f4b43a;
            margin-top: 83px;
            -webkit-transition: 0.3s ease-out all;
            -moz-transition: 0.3s ease-out all;
            -o-transition: 0.3s ease-out all;
            -ms-transition: 0.3s ease-out all;
            transition: 0.3s ease-out all; }
          .home .banner .cover .text-wrap h1.md {
            font-size: 70px;
            font-family: "Galano"; }
    .home .banner .slider-container {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      display: none; }
      .home .banner .slider-container .slide {
        padding-top: 30px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      .home .banner .slider-container .anim-obj {
        height: 600px;
        text-align: right; }
        .home .banner .slider-container .anim-obj object {
          width: 55%;
          margin-top: -40px;
          -moz-opacity: 0.8;
          opacity: 0.8;
          -webkit-transform: rotate(0deg) scale(1.5);
          -moz-transform: rotate(0deg) scale(1.5);
          -ms-transform: rotate(0deg) scale(1.5);
          -o-transform: rotate(0deg) scale(1.5);
          transform: rotate(0deg) scale(1.5);
          margin-left: 70px;
          position: relative;
          z-index: -1; }
      .home .banner .slider-container h1 {
        text-align: left;
        padding-left: 10%; }
        .home .banner .slider-container h1.suffix {
          text-indent: -7%; }
      .home .banner .slider-container .cta, .home .banner .slider-container .banner-text {
        position: absolute;
        z-index: 3;
        top: 85vh;
        left: 10%; }
      .home .banner .slider-container .banner-text {
        top: 55vh;
        max-width: 32%; }
        .home .banner .slider-container .banner-text p {
          color: #9f9f9f; }

.banner-title {
  -webkit-animation: cliping 2s ease-out forwards; }

.slide-in {
  -webkit-animation: slide 1s;
  display: block; }

@keyframes cliping {
  0% {
    -moz-opacity: 0;
    opacity: 0; }
  20% {
    -moz-opacity: 1;
    opacity: 1; }
  100% {
    -moz-opacity: 1;
    opacity: 1; } }

@keyframes slide {
  0% {
    text-indent: -25%; }
  100% {
    text-indent: -7%; } }

.wrapper-main {
  position: relative;
  z-index: 2;
  margin-bottom: 600px; }
  .wrapper-main#start-project {
    margin-bottom: 300px; }

.wrapper--project {
  background: #f0f0f0;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.6); }
  .wrapper--project .showcase {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    max-height: 398px;
    overflow: hidden; }
    .wrapper--project .showcase.service {
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; }
    .wrapper--project .showcase .thumb,
    .wrapper--project .showcase .desc {
      text-align: center;
      width: 50%;
      height: 100%; }
    .wrapper--project .showcase .thumb {
      overflow: hidden;
      position: relative;
      cursor: pointer;
      background: #1e1e1e; }
      .wrapper--project .showcase .thumb img.thumb-img {
        display: block;
        width: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.3s linear all;
        -moz-transition: 0.3s linear all;
        -o-transition: 0.3s linear all;
        -ms-transition: 0.3s linear all;
        transition: 0.3s linear all; }
      .wrapper--project .showcase .thumb .logo {
        position: absolute;
        top: calc(50% - 40px);
        left: calc(50% - 60px);
        z-index: 5;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: 0.3s ease-in-out all;
        -moz-transition: 0.3s ease-in-out all;
        -o-transition: 0.3s ease-in-out all;
        -ms-transition: 0.3s ease-in-out all;
        transition: 0.3s ease-in-out all; }
        .wrapper--project .showcase .thumb .logo img {
          width: 100px; }
    .wrapper--project .showcase.project:hover img.thumb-img {
      -moz-opacity: 0.02;
      opacity: 0.02; }
    .wrapper--project .showcase.project:hover .logo {
      -moz-opacity: 1;
      opacity: 1; }
    .wrapper--project .showcase .desc h3 {
      color: #fff; }
    .wrapper--project .showcase .desc a i {
      background: #9f9f9f; }
    .wrapper--project .showcase .desc a:hover i {
      background: #fff; }
    .wrapper--project .showcase:nth-of-type(odd) {
      background: #1e1e1e; }
      .wrapper--project .showcase:nth-of-type(odd) .thumb {
        order: 1; }
      .wrapper--project .showcase:nth-of-type(odd) .desc {
        order: 2; }
    .wrapper--project .showcase:nth-of-type(even) {
      background: #f4b43a; }
      .wrapper--project .showcase:nth-of-type(even) .thumb {
        order: 2; }
      .wrapper--project .showcase:nth-of-type(even) .desc {
        order: 1; }
        .wrapper--project .showcase:nth-of-type(even) .desc a {
          color: #1e1e1e;
          border-color: #1e1e1e; }
          .wrapper--project .showcase:nth-of-type(even) .desc a i {
            background: #1e1e1e; }
          .wrapper--project .showcase:nth-of-type(even) .desc a:hover {
            color: #fff; }
            .wrapper--project .showcase:nth-of-type(even) .desc a:hover i {
              background: #fff; }
        .wrapper--project .showcase:nth-of-type(even) .desc .tags a {
          color: rgba(30, 30, 30, 0.9) !important; }
    .wrapper--project .showcase.service.showcase--st-1 {
      background: none; }
      .wrapper--project .showcase.service.showcase--st-1 .desc {
        text-align: left; }
      .wrapper--project .showcase.service.showcase--st-1 .thumb {
        align-self: center;
        background: none; }
    .wrapper--project .showcase.service.showcase--st-2 {
      background: none; }
      .wrapper--project .showcase.service.showcase--st-2 .desc {
        text-align: left; }
      .wrapper--project .showcase.service.showcase--st-2 .thumb {
        align-self: center;
        background: none; }

#sub-header {
  position: relative;
  padding: 40px 0; }
  #sub-header .desc-text {
    text-align: center; }
    #sub-header .desc-text p {
      color: rgba(255, 255, 255, 0.8);
      margin-bottom: 40px; }
  #sub-header .banner-cta {
    display: block;
    text-align: center; }
    #sub-header .banner-cta a {
      display: inline-block;
      color: #f4b43a; }
      #sub-header .banner-cta a i {
        background: #f4b43a; }
      #sub-header .banner-cta a:hover {
        color: #fff; }
        #sub-header .banner-cta a:hover i {
          background: #fff; }
  #sub-header h1.big {
    text-align: center;
    text-indent: 0;
    color: #f4b43a;
    text-transform: capitalize; }
  #sub-header h1.suffix {
    text-align: center;
    margin-bottom: 0;
    text-indent: -25%; }
  #sub-header.inner-banner {
    text-align: left; }
    #sub-header.inner-banner .wrap-inner-banner {
      max-width: 80%;
      margin: 0 auto; }
      #sub-header.inner-banner .wrap-inner-banner h1.suffix {
        font-size: 16px;
        text-align: left;
        text-indent: -85px; }
      #sub-header.inner-banner .wrap-inner-banner h1.big {
        font-size: 34px;
        letter-spacing: 0;
        line-height: 32px;
        text-align: left;
        text-transform: capitalize; }
        #sub-header.inner-banner .wrap-inner-banner h1.big span.top-line {
          font-family: "Arcon";
          text-align: left;
          color: #f4b43a; }
      #sub-header.inner-banner .wrap-inner-banner .banner-cta {
        text-align: left; }
  #sub-header.demon {
    background: #1e1e1e url("https://static.pexels.com/photos/88750/pexels-photo-88750.jpeg") center right no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
    #sub-header.demon h1.big {
      color: #fff; }
    #sub-header.demon h1.suffix {
      color: #f4b43a; }
    #sub-header.demon .desc-text {
      margin: inherit;
      padding: 10px 0; }
      #sub-header.demon .desc-text .icons-steps ul {
        list-style: none;
        padding-left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-left: -20px; }
        #sub-header.demon .desc-text .icons-steps ul li {
          align-self: flex-start;
          margin-right: 35px; }
          #sub-header.demon .desc-text .icons-steps ul li img {
            display: block;
            width: 100%; }
  #sub-header.service-header h1.suffix {
    text-indent: -45%; }

#clients {
  background: #fff;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-clip-path: circle(0px at center);
  clip-path: circle(0px at center);
  visibility: hidden;
  -webkit-transition: 0.2s ease-out all;
  -moz-transition: 0.2s ease-out all;
  -o-transition: 0.2s ease-out all;
  -ms-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all; }
  #clients .close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999999;
    cursor: pointer;
    height: 40px; }
    #clients .close-modal span {
      display: block;
      width: 50px;
      height: 3px;
      background: #1e1e1e;
      margin: 0 auto; }
      #clients .close-modal span:nth-of-type(1) {
        -webkit-transform: rotate(45deg) translate(16px, 17px);
        -moz-transform: rotate(45deg) translate(16px, 17px);
        -ms-transform: rotate(45deg) translate(16px, 17px);
        -o-transform: rotate(45deg) translate(16px, 17px);
        transform: rotate(45deg) translate(16px, 17px); }
      #clients .close-modal span:nth-of-type(2) {
        -webkit-transform: rotate(-45deg) translate(-14px, 14px);
        -moz-transform: rotate(-45deg) translate(-14px, 14px);
        -ms-transform: rotate(-45deg) translate(-14px, 14px);
        -o-transform: rotate(-45deg) translate(-14px, 14px);
        transform: rotate(-45deg) translate(-14px, 14px); }
  #clients h1.big {
    color: #1e1e1e; }
  #clients h1.suffix {
    text-indent: -55%;
    color: #f4b43a; }
  #clients p.desc-para {
    padding-bottom: 0;
    color: #1e1e1e; }
  #clients ul.clients-sprite {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-left: 0; }
    #clients ul.clients-sprite li {
      width: 20%;
      padding-left: 0;
      text-align: center;
      align-self: center; }
      #clients ul.clients-sprite li img {
        width: 70%; }

.user-flow img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%; }

#inside .menu-link {
  margin-top: 30px; }

.desc-text {
  max-width: 500px;
  margin: 0 auto;
  text-align: left; }
  .desc-text p {
    padding-top: 30px;
    padding-bottom: 30px; }
  .desc-text h2 {
    font-family: "Galano" !important; }
  .desc-text.banner-text-project {
    max-width: 100%;
    position: relative; }
    .desc-text.banner-text-project .plant {
      position: absolute;
      right: 0;
      width: 200px; }
    .desc-text.banner-text-project .text-left {
      margin-left: -10%; }
      .desc-text.banner-text-project .text-left .img-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 550px; }
        .desc-text.banner-text-project .text-left .img-wrap img {
          position: absolute; }
          .desc-text.banner-text-project .text-left .img-wrap img:nth-child(1) {
            left: 49%;
            width: 50%;
            top: 115px; }
          .desc-text.banner-text-project .text-left .img-wrap img:nth-child(2) {
            left: 15%;
            width: 31%; }
          .desc-text.banner-text-project .text-left .img-wrap img:nth-child(3) {
            left: 47%;
            bottom: 50px;
            width: 150px; }
          .desc-text.banner-text-project .text-left .img-wrap img:nth-child(4) {
            top: 150px;
            left: 15%; }
    .desc-text.banner-text-project .text-right {
      padding-left: 10%; }
    .desc-text.banner-text-project.black {
      background: #1e1e1e; }
      .desc-text.banner-text-project.black .text-left {
        margin-left: -2%;
        text-align: left; }
      .desc-text.banner-text-project.black .text-right,
      .desc-text.banner-text-project.black .text-left {
        text-align: left; }
        .desc-text.banner-text-project.black .text-right img,
        .desc-text.banner-text-project.black .text-left img {
          width: 80%;
          display: block;
          margin-top: -80px; }
        .desc-text.banner-text-project.black .text-right h2,
        .desc-text.banner-text-project.black .text-left h2 {
          color: #fff;
          text-align: left; }
          .desc-text.banner-text-project.black .text-right h2 span.line-vert,
          .desc-text.banner-text-project.black .text-left h2 span.line-vert {
            background-color: #fff; }
        .desc-text.banner-text-project.black .text-right p.desc-para, .desc-text.banner-text-project.black .text-right ul,
        .desc-text.banner-text-project.black .text-left p.desc-para,
        .desc-text.banner-text-project.black .text-left ul {
          color: #fff;
          text-align: left;
          padding-left: 0;
          display: block; }
        .desc-text.banner-text-project.black .text-right ul,
        .desc-text.banner-text-project.black .text-left ul {
          padding-left: 30px; }
      .desc-text.banner-text-project.black .text-left img {
        position: relative;
        bottom: -50px;
        width: 100%; }

h2.showcase-title {
  text-transform: capitalize;
  font-family: "Arcon";
  font-size: 30px;
  line-height: 33px;
  position: relative;
  padding-top: 30px;
  text-indent: 0; }
  h2.showcase-title::after {
    display: none; }
  h2.showcase-title span.line-vert {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 50px;
    height: 5px;
    background: #1e1e1e;
    left: 0; }

img.detail-showcase--image {
  position: relative;
  margin-top: -60px;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.4); }
  img.detail-showcase--image.other {
    margin-bottom: 50px;
    margin-top: 0; }

.banner-project-details {
  height: calc(100vh - 50px);
  width: 100%;
  position: relative;
  overflow: hidden; }
  .banner-project-details img {
    width: 110%;
    filter: blur(15px);
    margin-left: -10%;
    margin-top: -10%;
    -moz-opacity: 1;
    opacity: 1; }
  .banner-project-details .banner-text {
    position: absolute;
    top: 15%;
    max-width: 700px;
    width: 60%;
    left: calc(50% - 350px); }
    @media (max-width: 700px) {
      .banner-project-details .banner-text {
        width: 100%;
        left: auto; } }
    .banner-project-details .banner-text .testi {
      margin: 40px 0; }
      .banner-project-details .banner-text .testi p {
        text-align: center;
        font-family: "Arcon"; }
      .banner-project-details .banner-text .testi h2.client-name {
        text-transform: capitalize;
        font-size: 24px;
        line-height: 26px; }
    .banner-project-details .banner-text h2 {
      font-family: "Galano";
      font-size: 40px;
      line-height: 46px;
      position: relative;
      padding-top: 30px;
      text-align: center;
      -moz-opacity: 0;
      opacity: 0; }
      .banner-project-details .banner-text h2.title {
        width: 30%;
        font-family: "Galano"; }
      .banner-project-details .banner-text h2 span.year {
        position: absolute;
        top: -30px;
        font-size: 107px;
        font-family: "Galano";
        left: 0;
        display: none; }
      .banner-project-details .banner-text h2::after {
        display: none; }
      .banner-project-details .banner-text h2.animating-showcase-title {
        -webkit-animation: fade 2s forwards;
        animation: fade 2s forwards; }
    .banner-project-details .banner-text .chmln_colors {
      display: none; }
    .banner-project-details .banner-text .client-details h3 {
      position: relative;
      top: 100px; }
    .banner-project-details .banner-text .client-details p {
      font-family: "Arcon";
      padding-top: 30px; }
    .banner-project-details .banner-text p {
      float: none; }
      .banner-project-details .banner-text p.tags {
        text-align: center; }
        .banner-project-details .banner-text p.tags span {
          display: inline-block;
          font-family: "Galano";
          margin-bottom: 5px;
          -moz-opacity: 0;
          opacity: 0;
          padding: 5px 10px;
          border: 2px solid #1e1e1e; }
          .banner-project-details .banner-text p.tags span.open-tag-clip {
            -moz-opacity: 0;
            opacity: 0; }
            .banner-project-details .banner-text p.tags span.open-tag-clip:nth-of-type(1) {
              -webkit-transform: translateY(100px) rotateY(15deg);
              -moz-transform: translateY(100px) rotateY(15deg);
              -ms-transform: translateY(100px) rotateY(15deg);
              -o-transform: translateY(100px) rotateY(15deg);
              transform: translateY(100px) rotateY(15deg);
              animation: slideUp 1s forwards 0.1s, makeVisible 1.2s forwards 0.1s; }
            .banner-project-details .banner-text p.tags span.open-tag-clip:nth-of-type(2) {
              -webkit-transform: translateY(100px) rotateY(15deg);
              -moz-transform: translateY(100px) rotateY(15deg);
              -ms-transform: translateY(100px) rotateY(15deg);
              -o-transform: translateY(100px) rotateY(15deg);
              transform: translateY(100px) rotateY(15deg);
              animation: slideUp 1s forwards 0.2s, makeVisible 1.2s forwards 0.2s; }
            .banner-project-details .banner-text p.tags span.open-tag-clip:nth-of-type(3) {
              -webkit-transform: translateY(100px) rotateY(15deg);
              -moz-transform: translateY(100px) rotateY(15deg);
              -ms-transform: translateY(100px) rotateY(15deg);
              -o-transform: translateY(100px) rotateY(15deg);
              transform: translateY(100px) rotateY(15deg);
              animation: slideUp 1s forwards 0.3s, makeVisible 1.2s forwards 0.3s; }
            .banner-project-details .banner-text p.tags span.open-tag-clip:nth-of-type(4) {
              -webkit-transform: translateY(100px) rotateY(15deg);
              -moz-transform: translateY(100px) rotateY(15deg);
              -ms-transform: translateY(100px) rotateY(15deg);
              -o-transform: translateY(100px) rotateY(15deg);
              transform: translateY(100px) rotateY(15deg);
              animation: slideUp 1s forwards 0.4s, makeVisible 1.2s forwards 0.4s; }

#controls .next {
  height: 200px;
  background: rgba(244, 180, 58, 0.9); }
  #controls .next h2.title {
    text-align: center;
    display: block;
    padding-top: 30px;
    text-indent: 0;
    font-size: 30px;
    line-height: 33px; }
  #controls .next p.desc-para {
    text-align: center;
    color: #fff;
    display: block;
    padding-top: 20px;
    margin-top: 0; }

#controls {
  position: relative;
  overflow: hidden; }
  #controls a {
    text-decoration: none;
    display: block; }
  #controls img {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-out transform;
    -moz-transition: 0.3s ease-out transform;
    -o-transition: 0.3s ease-out transform;
    -ms-transition: 0.3s ease-out transform;
    transition: 0.3s ease-out transform;
    transform-origin: center; }
  #controls:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

#services {
  background: transparent; }
  #services .wrapper--project {
    background: #fff;
    -webkit-perspective: 200px;
    perspective: 200px;
    padding-bottom: 20px; }
    #services .wrapper--project .grid.other span {
      background: #e2e2e2;
      height: 100%; }
    #services .wrapper--project .container {
      max-width: 1000px; }
    #services .wrapper--project h1.title-main {
      font-family: "Galano";
      color: #f4b43a;
      font-size: 18px;
      margin: 20px 0; }
    #services .wrapper--project .showcase.service {
      position: relative;
      overflow: visible;
      padding-top: 60px; }
      @media (max-width: 768px) {
        #services .wrapper--project .showcase.service .thumb,
        #services .wrapper--project .showcase.service .desc {
          width: 100%; } }
      #services .wrapper--project .showcase.service:hover {
        cursor: auto; }
      #services .wrapper--project .showcase.service .parallax {
        padding: 20px 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: flex-start;
        -webkit-transition: 0.6s ease-in all;
        -moz-transition: 0.6s ease-in all;
        -o-transition: 0.6s ease-in all;
        -ms-transition: 0.6s ease-in all;
        transition: 0.6s ease-in all;
        width: 100%; }
        @media (max-width: 768px) {
          #services .wrapper--project .showcase.service .parallax {
            flex-direction: column; }
            #services .wrapper--project .showcase.service .parallax .thumb {
              order: 3;
              margin-top: 0px;
              display: none; } }
        #services .wrapper--project .showcase.service .parallax.fade-in {
          -moz-opacity: 1;
          opacity: 1;
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -o-transform: translateY(0px);
          transform: translateY(0px); }
          #services .wrapper--project .showcase.service .parallax.fade-in .desc {
            -webkit-transform: translateY(30px);
            -moz-transform: translateY(30px);
            -ms-transform: translateY(30px);
            -o-transform: translateY(30px);
            transform: translateY(30px); }
        #services .wrapper--project .showcase.service .parallax:nth-of-type(1) {
          padding-top: 60px; }
      #services .wrapper--project .showcase.service .thumb {
        position: relative;
        overflow: visible; }
        #services .wrapper--project .showcase.service .thumb .order {
          position: absolute;
          top: 0px;
          left: 0;
          z-index: -1; }
          #services .wrapper--project .showcase.service .thumb .order h2 {
            font-size: 120px;
            font-family: "Arcon";
            position: relative;
            color: #e2e2e2;
            line-height: 0; }
            #services .wrapper--project .showcase.service .thumb .order h2 span {
              position: absolute;
              right: -83%;
              top: 50%;
              width: 50px;
              height: 3px;
              background: #e2e2e2; }
      #services .wrapper--project .showcase.service.showcase--st-2 h2 span {
        right: auto;
        left: -83%; }
      #services .wrapper--project .showcase.service.showcase--st-2 .order {
        right: 0;
        left: auto; }
      #services .wrapper--project .showcase.service.showcase--st-2 h3 span {
        margin-right: 20px;
        margin-left: 0; }
      #services .wrapper--project .showcase.service h3 {
        color: #f4b43a;
        font-size: 14px;
        font-family: "Galano";
        font-weight: bold; }
        #services .wrapper--project .showcase.service h3 span {
          margin-left: 20px; }
      #services .wrapper--project .showcase.service h1.link {
        margin-top: -10px;
        margin-bottom: 40px;
        font-size: 46px;
        line-height: 45px; }
        #services .wrapper--project .showcase.service h1.link a {
          color: #1e1e1e; }
          #services .wrapper--project .showcase.service h1.link a::after, #services .wrapper--project .showcase.service h1.link a::before {
            font-size: 32px; }
      #services .wrapper--project .showcase.service p.explore a {
        text-decoration: none;
        color: #1e1e1e;
        text-transform: lowercase; }

.circle-menu.inside-circle {
  z-index: 9; }

.menu-offset#inside {
  z-index: 99; }
  .menu-offset#inside .wrap-inside-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh; }
  .menu-offset#inside .social {
    text-align: center;
    align-self: center; }
    .menu-offset#inside .social a {
      display: inline-block;
      color: #fff;
      margin: 10px 5px;
      padding: 10px; }
    .menu-offset#inside .social p {
      color: #fff;
      font-family: "Arcon";
      font-size: 12px;
      width: 80%;
      margin: 0 auto; }
  .menu-offset#inside .menu-link {
    display: none;
    align-self: center;
    margin-top: 20vh; }
  .menu-offset#inside .main-menu {
    margin-left: 0%;
    padding-left: 0; }
    .menu-offset#inside .main-menu li {
      list-style: none; }
      .menu-offset#inside .main-menu li a {
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Galano";
        font-size: 30px;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
        color: #fff; }
        .menu-offset#inside .main-menu li a::after {
          content: '';
          width: 0%;
          position: absolute;
          z-index: 3;
          bottom: -5px;
          left: auto;
          right: 0;
          height: 3px;
          background: #fff;
          -webkit-transition: 0.4s ease-in-out width;
          -moz-transition: 0.4s ease-in-out width;
          -o-transition: 0.4s ease-in-out width;
          -ms-transition: 0.4s ease-in-out width;
          transition: 0.4s ease-in-out width; }
        .menu-offset#inside .main-menu li a:hover::after {
          width: 100%;
          left: 0;
          right: auto;
          background: #fff; }
  .menu-offset#inside .menu-link.anim {
    display: block; }
    .menu-offset#inside .menu-link.anim li a {
      -moz-opacity: 0;
      opacity: 0; }
    .menu-offset#inside .menu-link.anim li:nth-child(1) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1s forwards 0.1s, makeVisible 1.2s forwards 0.1s; }
    .menu-offset#inside .menu-link.anim li:nth-child(2) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1s forwards 0.2s, makeVisible 1.2s forwards 0.2s; }
    .menu-offset#inside .menu-link.anim li:nth-child(3) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1s forwards 0.3s, makeVisible 1.2s forwards 0.3s; }
    .menu-offset#inside .menu-link.anim li:nth-child(4) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1s forwards 0.4s, makeVisible 1.2s forwards 0.4s; }
    .menu-offset#inside .menu-link.anim li:nth-child(5) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1s forwards 0.5s, makeVisible 1.2s forwards 0.5s; }
    .menu-offset#inside .menu-link.anim li:nth-child(6) a {
      -webkit-transform: translateY(100px) rotateY(15deg);
      -moz-transform: translateY(100px) rotateY(15deg);
      -ms-transform: translateY(100px) rotateY(15deg);
      -o-transform: translateY(100px) rotateY(15deg);
      transform: translateY(100px) rotateY(15deg);
      animation: slideUp 1s forwards 0.6s, makeVisible 1.2s forwards 0.6s; }

header {
  background: #1e1e1e;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%; }
  header .logo-inside a {
    display: block;
    width: 45px;
    height: 55px; }
    header .logo-inside a svg {
      width: 100%;
      margin-top: -40px;
      padding-left: 2%;
      padding-top: 20px;
      padding-left: 20%; }
    header .logo-inside a .run {
      display: none;
      width: 70px; }
  header .logo-inside.animating a {
    width: 55px; }
    header .logo-inside.animating a svg {
      padding-right: 15px; }
      header .logo-inside.animating a svg g.all {
        animation: run 0.5s infinite; }
      header .logo-inside.animating a svg g.hare {
        -webkit-transform: rotate(70deg);
        -moz-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
        -o-transform: rotate(70deg);
        transform: rotate(70deg);
        transform-origin: center center;
        animation: jump 0.4s infinite forwards;
        margin-left: 10px; }
      header .logo-inside.animating a svg .road {
        stroke: #f4b43a;
        stroke-width: 8; }
      header .logo-inside.animating a svg .roads {
        animation: road 0.6s infinite forwards linear; }

@keyframes jump {
  0%, 100% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
  50% {
    -webkit-transform: rotate(95deg);
    -moz-transform: rotate(95deg);
    -ms-transform: rotate(95deg);
    -o-transform: rotate(95deg);
    transform: rotate(95deg); } }

@keyframes run {
  0%, 100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  15% {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px); }
  50% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  80% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes road {
  0%, 100% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  1% {
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    transform: translateX(1000px); }
  50% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  99% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }

#about .testimonials h2, #about ul.faces h2 {
  margin-bottom: 2px;
  font-size: 16px; }

#about .testimonials h3, #about ul.faces h3 {
  margin-top: 5px;
  font-family: "Arcon";
  color: #9f9f9f;
  background: #f0f0f0;
  font-size: 14px; }

#about #founders {
  background: #000;
  padding-top: 30px; }
  #about #founders h1 a {
    color: #fff; }
  #about #founders h1 p.desc-para {
    color: #f4b43a; }

#about ul.faces {
  list-style: none;
  margin: 0;
  padding: 0; }
  #about ul.faces li {
    width: 32.33%;
    display: inline-block;
    text-align: center;
    position: relative; }
    #about ul.faces li img {
      width: 100%;
      display: block; }
    #about ul.faces li h2, #about ul.faces li h3 {
      background: none;
      color: #f4b43a; }
    #about ul.faces li .title {
      position: absolute;
      bottom: 20px;
      left: calc(50% - 72px); }
      #about ul.faces li .title h2 {
        color: #fff;
        font-size: 20px; }

#about .testimonials {
  max-width: 700px;
  margin: 50px auto;
  position: relative;
  min-height: 300px; }
  #about .testimonials p {
    font-size: 22px;
    line-height: 28px; }
  #about .testimonials h1.big {
    font-family: serif;
    position: absolute;
    top: -50px;
    left: 20px;
    font-size: 150px; }
  #about .testimonials ul {
    margin: 0;
    padding: 0; }

#about .testimonials li {
  list-style: none;
  text-align: center;
  display: none; }
  #about .testimonials li.active {
    display: block;
    animation: jelly 1s forwards; }

#about h1.link {
  text-align: center; }
  #about h1.link a {
    color: #1e1e1e; }

#clients-about #clients {
  position: relative;
  -webkit-clip-path: none;
  clip-path: none;
  visibility: visible; }
  #clients-about #clients .close-modal {
    display: none; }

#career {
  margin: 50px auto;
  background: #f4b43a;
  padding: 50px 0;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center; }
  #career ul {
    max-width: 700px;
    margin: 0 auto;
    padding-left: 0; }
    #career ul li {
      list-style: none;
      text-align: left;
      position: relative; }
      #career ul li:nth-child(odd) {
        text-align: right; }
        #career ul li:nth-child(odd) h1.big {
          margin-right: 0;
          display: inline-block; }
        #career ul li:nth-child(odd) li {
          text-align: left;
          padding-left: 10px; }
          #career ul li:nth-child(odd) li h2.title {
            float: left; }
      #career ul li li {
        float: none;
        text-align: right;
        font-family: "Arcon";
        line-height: 26px;
        padding-right: 10px; }
        #career ul li li::before {
          content: '';
          padding-left: 2px;
          width: 2px;
          height: 50px;
          background: #fff;
          position: relative;
          left: -10px; }
      #career ul li .view-more {
        display: none; }
        #career ul li .view-more.open {
          animation: scaleUp 1s;
          display: block; }
      #career ul li .toggle {
        display: inline-block; }
  #career p.desc-para {
    display: block; }
    #career p.desc-para a {
      color: #fff;
      text-decoration: none;
      -moz-box-shadow: 0px 5px 0px white;
      -webkit-box-shadow: 0px 5px 0px white;
      box-shadow: 0px 5px 0px white; }
    #career p.desc-para.right {
      text-align: right; }
  #career h1.big {
    color: rgba(255, 255, 255, 0.4);
    line-height: 60px;
    max-width: 77%;
    margin-bottom: 5px; }
    #career h1.big.left {
      text-align: left; }

footer {
  background: #1e1e1e;
  padding: 57px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-bottom: 5px; }
  footer.sub-footer {
    position: relative;
    top: -20px; }
  footer .start-project {
    text-align: center;
    margin: 50px auto;
    position: relative;
    width: 100%;
    height: 350px;
    background: rgba(0, 0, 0, 0.9) url("../img/dpac/banner.jpg") no-repeat 0% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 20px 0; }
    footer .start-project h1.title {
      padding-top: 20px;
      font-family: "Galano";
      margin-bottom: 0;
      margin-top: 100px;
      color: #fff; }
      footer .start-project h1.title span {
        color: #f4b43a; }
    footer .start-project p.desc-para {
      font-size: 18px;
      color: #fff; }
      footer .start-project p.desc-para span {
        text-decoration: line-through; }
  footer .col--3-of-12 {
    width: 24%;
    text-align: center; }
    footer .col--3-of-12 a {
      color: #d7dee3;
      font-family: "Paneuropa";
      display: block;
      text-decoration: none;
      margin-bottom: 14px;
      font-size: 14px;
      letter-spacing: 3px;
      -moz-opacity: 0.5;
      opacity: 0.5; }
    footer .col--3-of-12 h1 {
      font-family: "Galano";
      color: #fff;
      font-size: 24px; }
  footer .cta {
    margin-top: 20px; }
  footer .cta a {
    color: #f4b43a; }
    footer .cta a i {
      background: #f4b43a; }
    footer .cta a:hover {
      color: #fff; }
      footer .cta a:hover i {
        background: #fff; }

.chat-banner {
  background: #040405;
  text-align: center;
  position: relative; }
  .chat-banner img {
    -moz-opacity: 0.3;
    opacity: 0.3;
    margin-top: 0px;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    width: 100%; }
  .chat-banner .chat-section {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.4s ease-out all;
    -moz-transition: 0.4s ease-out all;
    -o-transition: 0.4s ease-out all;
    -ms-transition: 0.4s ease-out all;
    transition: 0.4s ease-out all; }
    .chat-banner .chat-section .container-chat {
      max-width: 90%;
      height: 86vh;
      overflow-y: scroll;
      margin: 0 auto;
      color: #fff;
      font-family: "Galano"; }
      .chat-banner .chat-section .container-chat .left {
        text-align: left;
        float: left;
        min-height: 30px;
        width: 100%;
        margin-bottom: 30px; }
      .chat-banner .chat-section .container-chat .right {
        text-align: right;
        max-width: 95%;
        width: 60%;
        float: right;
        min-height: 30px;
        background: #f4b43a;
        padding: 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        position: relative;
        margin-right: 30px; }
        .chat-banner .chat-section .container-chat .right::before {
          content: url("../img/arr.png");
          position: absolute;
          right: -25px;
          bottom: -4px;
          z-index: 2; }
      .chat-banner .chat-section .container-chat h1 {
        color: rgba(255, 255, 255, 0.8);
        font-size: 22px;
        position: relative;
        display: inline-block;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        background: #231f20;
        padding: 10px;
        margin-left: 60px; }
        .chat-banner .chat-section .container-chat h1::before {
          content: url("../img/arr1.png");
          position: absolute;
          left: -25px;
          bottom: -4px;
          z-index: 2; }
        .chat-banner .chat-section .container-chat h1::after {
          content: url("../img/chat-logo.png");
          position: absolute;
          top: 44px;
          left: -60px; }
        .chat-banner .chat-section .container-chat h1 span {
          display: inline-block;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
      .chat-banner .chat-section .container-chat input, .chat-banner .chat-section .container-chat label {
        font-size: 18px; }
      .chat-banner .chat-section .container-chat input[type="text"],
      .chat-banner .chat-section .container-chat select,
      .chat-banner .chat-section .container-chat input[type="date"],
      .chat-banner .chat-section .container-chat input[type="email"],
      .chat-banner .chat-section .container-chat input[type="number"] {
        background: none;
        border: none;
        width: auto;
        -moz-box-shadow: 0px 4px 0px rgba(35, 31, 32, 0.3);
        -webkit-box-shadow: 0px 4px 0px rgba(35, 31, 32, 0.3);
        box-shadow: 0px 4px 0px rgba(35, 31, 32, 0.3);
        outline: 0;
        color: #231f20;
        text-indent: 10px; }
      .chat-banner .chat-section .container-chat input[type="text"]::-webkit-input-placeholder {
        color: #1e1e1e; }
      .chat-banner .chat-section .container-chat input[type="text"]::-moz-input-placeholder {
        color: #1e1e1e; }
      .chat-banner .chat-section .container-chat input[type="text"]:-moz-input-placeholder {
        color: #1e1e1e; }
      .chat-banner .chat-section .container-chat input[type="text"]::-ms-input-placeholder {
        color: #1e1e1e; }
      .chat-banner .chat-section .container-chat select {
        width: auto;
        text-indent: 0; }
      .chat-banner .chat-section .container-chat label {
        line-height: 30px; }
      .chat-banner .chat-section .container-chat .convers {
        width: 100%;
        zoom: 1;
        float: left;
        margin-bottom: 60px;
        display: none; }
        .chat-banner .chat-section .container-chat .convers::before {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .chat-banner .chat-section .container-chat .convers::after {
          content: "";
          clear: both; }
        .chat-banner .chat-section .container-chat .convers.active {
          display: block; }
        .chat-banner .chat-section .container-chat .convers.anim h1 i {
          position: absolute;
          display: inline-block;
          width: 1px;
          height: 30px;
          background: #fff;
          left: 0;
          -webkit-animation: blink 1s linear infinte;
          -moz-animation: blink 1s linear infinte;
          animation: blink 1.3s linear infinite; }

@-webkit-keyframes blink {
  50% {
    -moz-opacity: 0;
    opacity: 0; } }

@-moz-keyframes blink {
  50% {
    -moz-opacity: 0;
    opacity: 0; } }

@keyframes blink {
  50% {
    -moz-opacity: 0;
    opacity: 0; } }

#contact .wrapper-main {
  margin-bottom: 0px; }
  #contact .wrapper-main .wrapper--project {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    #contact .wrapper-main .wrapper--project h2 {
      color: #f4b43a;
      margin-bottom: 55px;
      margin-top: 50px; }
    #contact .wrapper-main .wrapper--project ul {
      padding: 0;
      list-style: none; }
      #contact .wrapper-main .wrapper--project ul li {
        margin-bottom: 20px; }
    #contact .wrapper-main .wrapper--project p.bold-text, #contact .wrapper-main .wrapper--project p.sub-title {
      padding: 0;
      line-height: 16px;
      margin: 0;
      font-family: "Galano";
      font-size: 19px;
      color: #fff; }
      #contact .wrapper-main .wrapper--project p.bold-text a, #contact .wrapper-main .wrapper--project p.sub-title a {
        text-decoration: none;
        color: #9f9f9f;
        font-size: 14px;
        font-family: "Arcon"; }

.row#cont-details .col {
  width: 30%;
  margin-right: 3%;
  text-align: center; }

.flow {
  display: none; }
  .flow ul {
    list-style: none;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 100px;
    zoom: 1; }
    .flow ul::before {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .flow ul::after {
      content: "";
      clear: both; }
    .flow ul li {
      width: 45%;
      clear: both;
      position: relative;
      margin-top: 30px; }
      .flow ul li:last-child {
        -moz-opacity: 0;
        opacity: 0; }
      .flow ul li p.desc-para {
        color: #9f9f9f; }
      .flow ul li::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        background: #f4b43a;
        right: 0;
        top: 0; }
      .flow ul li::after {
        content: attr(data-step);
        position: absolute;
        right: 10px;
        top: -40px;
        font-family: "Arcon";
        font-size: 34px;
        color: rgba(255, 255, 255, 0.1); }
    .flow ul li:nth-child(even) {
      float: right;
      display: block; }
      .flow ul li:nth-child(even)::before {
        right: auto;
        left: 0; }
      .flow ul li:nth-child(even)::after {
        right: auto;
        left: 5px; }
      .flow ul li:nth-child(even) h1.suffix {
        text-align: left !important;
        text-indent: 0 !important;
        padding-left: 0 !important; }
    .flow ul li:nth-child(odd) h1.suffix {
      padding-top: 20px;
      text-align: right !important;
      text-indent: 0 !important;
      padding-left: 0 !important; }

header.sub .nav {
  float: right;
  padding: 20px 15px 0 0; }
  header.sub .nav a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    margin-left: 10px;
    font-size: 14px; }

header.sub .logo-inside {
  float: left; }

.body-inner {
  position: relative;
  z-index: 2;
  top: 100vh;
  background: #1e1e1e; }

.banner-sub {
  height: 100vh;
  background: rgba(30, 30, 30, 0.4) url("../img/dpac/banner-top.jpg") no-repeat 0% 0%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-blend-mode: multiply;
  position: fixed;
  width: 100%;
  z-index: 1; }
  .banner-sub .banner-content {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 80px; }
    .banner-sub .banner-content .video {
      height: 350px;
      position: relative; }
      .banner-sub .banner-content .video .icons-steps li {
        position: absolute;
        left: calc(50% - 140px);
        display: none; }
        .banner-sub .banner-content .video .icons-steps li.active {
          display: block;
          animation: jelly 1s; }
    .banner-sub .banner-content h1.title {
      color: #fff;
      font-family: "Paneuropa"; }
      .banner-sub .banner-content h1.title span {
        font-family: "Galano";
        color: #f4b43a;
        text-transform: uppercase; }
    .banner-sub .banner-content p.sub-title {
      color: #f4b43a;
      font-family: "Paneuropa";
      font-size: 32px;
      font-weight: 600; }

h2 {
  font-family: "Galano";
  color: #1e1e1e;
  margin-top: 0; }
  h2 span {
    color: #f4b43a; }

.intro {
  background: #fff;
  padding: 3% 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden; }
  .intro .text {
    width: 30%;
    padding-bottom: 60px; }
  .intro .image-offset {
    position: absolute;
    right: 0; }
    .intro .image-offset img {
      display: block;
      width: 100%; }

.packages {
  padding-top: 3%; }
  .packages h2 {
    color: #fff; }
  .packages ul.pack {
    list-style: none;
    padding: 3% 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center; }
    .packages ul.pack li {
      align-self: center;
      text-align: center;
      width: 100px;
      margin-right: 5%; }
      .packages ul.pack li .img-thumb {
        width: 80px;
        height: 80px;
        margin: 0 auto; }
        .packages ul.pack li .img-thumb img {
          display: block;
          width: 85%;
          height: 85%; }
      .packages ul.pack li p {
        color: #fff;
        font-family: "Paneuropa"; }

#works {
  background: #fff;
  margin-top: -20px; }
  #works ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0; }
    #works ul li {
      width: 25%;
      overflow: hidden;
      position: relative;
      padding: 0;
      margin: 0; }
      #works ul li img {
        display: block;
        width: 110%;
        position: relative;
        left: -2%;
        -webkit-transition: 0.4s ease-out all;
        -moz-transition: 0.4s ease-out all;
        -o-transition: 0.4s ease-out all;
        -ms-transition: 0.4s ease-out all;
        transition: 0.4s ease-out all;
        margin-top: -20px; }
      #works ul li .cover {
        padding-top: 20%;
        background: #1e1e1e;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -moz-opacity: 0;
        opacity: 0;
        padding-left: 10%;
        -webkit-transition: 0.4s ease-out all;
        -moz-transition: 0.4s ease-out all;
        -o-transition: 0.4s ease-out all;
        -ms-transition: 0.4s ease-out all;
        transition: 0.4s ease-out all; }
        #works ul li .cover h4 {
          color: #f4b43a;
          font-size: 28px;
          margin-top: 0;
          left: -20px;
          max-width: 40%;
          text-transform: capitalize; }
        #works ul li .cover p {
          color: #9f9f9f;
          max-width: 40%;
          line-height: 0;
          margin-top: -5px;
          text-transform: lowercase; }
      #works ul li:hover img {
        left: 0%;
        -moz-opacity: 0.3;
        opacity: 0.3; }
      #works ul li:hover .cover {
        -moz-opacity: 0.9;
        opacity: 0.9; }
        #works ul li:hover .cover h4 {
          animation: slideFromLeft 1s forwards; }
          @media (max-width: 768) {
            #works ul li:hover .cover h4 {
              display: none; } }
        #works ul li:hover .cover p {
          animation: slideUp 1s forwards; }
          @media (max-width: 768) {
            #works ul li:hover .cover p {
              display: none; } }

.it-works .it-works-wrapper {
  position: relative;
  height: 375px; }
  .it-works .it-works-wrapper .left-section {
    background: transparent;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
    .it-works .it-works-wrapper .left-section .overlay {
      background: #f4b43a;
      position: absolute;
      height: 100%;
      width: 275px;
      left: 0;
      top: 0;
      z-index: 10; }
      .it-works .it-works-wrapper .left-section .overlay:hover {
        width: 100%;
        animation: slideIn 0.4s ease-in-out;
        cursor: pointer; }
        .it-works .it-works-wrapper .left-section .overlay:hover .first, .it-works .it-works-wrapper .left-section .overlay:hover .second {
          transition: 0.5s all linear;
          padding-left: 50px; }
      .it-works .it-works-wrapper .left-section .overlay.anim-back {
        animation: slideIn-back 0.4s ease-in-out; }
    .it-works .it-works-wrapper .left-section .inner-wrapper {
      position: absolute;
      background: #f4b43a;
      height: 100%;
      width: 275px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .it-works .it-works-wrapper .left-section .inner-wrapper .first {
        color: #1e1e1e;
        margin: 0;
        font-family: "Paneuropa";
        position: relative;
        z-index: 11;
        pointer-events: none; }
      .it-works .it-works-wrapper .left-section .inner-wrapper .second {
        color: #fff;
        margin: 0;
        position: relative;
        z-index: 11;
        pointer-events: none; }
      .it-works .it-works-wrapper .left-section .inner-wrapper .img-wrapper {
        display: none;
        margin-top: 40px; }
    .it-works .it-works-wrapper .left-section .how-it-works {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 100%;
      -webkit-transition: 0.2s ease-in all;
      -moz-transition: 0.2s ease-in all;
      -o-transition: 0.2s ease-in all;
      -ms-transition: 0.2s ease-in all;
      transition: 0.2s ease-in all;
      visibility: hidden; }
      .it-works .it-works-wrapper .left-section .how-it-works.active {
        visibility: visible; }
      .it-works .it-works-wrapper .left-section .how-it-works .works-img {
        position: relative;
        z-index: 11;
        pointer-events: none;
        width: 90%;
        height: 212px; }
  .it-works .it-works-wrapper .right-section {
    width: calc(100% - 275px);
    height: 375px;
    float: right;
    text-align: center;
    background: #f4f4f4; }
    .it-works .it-works-wrapper .right-section .service {
      margin-top: 55px; }
    .it-works .it-works-wrapper .right-section .icons {
      width: 90%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      padding-top: 27px; }
      .it-works .it-works-wrapper .right-section .icons .icons-wrapper {
        display: inline-block;
        width: 20%;
        margin-bottom: 40px; }
        .it-works .it-works-wrapper .right-section .icons .icons-wrapper img {
          height: 44px;
          width: 44px; }
        .it-works .it-works-wrapper .right-section .icons .icons-wrapper p {
          font-size: 12px;
          font-family: "Arcon"; }

.pricing {
  background: #ffffff; }
  .pricing ul.bench li.parent {
    padding-bottom: 15px; }

.features .FAQ-btn .faq {
  margin-top: 30px; }
  .features .FAQ-btn .faq:hover {
    color: #1e1e1e; }
    .features .FAQ-btn .faq:hover i {
      background: #1e1e1e; }

#modal-content {
  overflow: hidden;
  visibility: hidden;
  position: fixed;
  z-index: 111;
  opacity: 0;
  top: -20px;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  background: #ffffff;
  height: 90vh;
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  -ms-transition: 0.2s linear all;
  transition: 0.2s linear all;
  transform: scale(0.9, 0.9);
  transform-origin: top;
  backface-visibility: hidden;
  border-radius: 3px; }
  #modal-content .head-wrapper {
    padding: 15px 0;
    text-align: center;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #ececec; }
    #modal-content .head-wrapper h2 {
      margin: 0;
      padding: 0; }
      #modal-content .head-wrapper h2 span {
        color: #f4b43a; }
  #modal-content .outer-wrapper {
    height: calc(90vh - 87px);
    padding-top: 20px;
    overflow-y: scroll; }
    #modal-content .outer-wrapper .content-wrapper {
      width: 50%;
      padding: 0 40px;
      float: left;
      box-sizing: border-box; }
      #modal-content .outer-wrapper .content-wrapper:nth-of-type(1) {
        padding-right: 20px; }
      #modal-content .outer-wrapper .content-wrapper:nth-of-type(2) {
        padding-left: 20px; }
      #modal-content .outer-wrapper .content-wrapper .que-wrapper a {
        display: block;
        margin-bottom: 10px;
        font-family: "Galano";
        pointer-events: none;
        font-size: 14px;
        color: #f4b43a; }
      #modal-content .outer-wrapper .content-wrapper .que-wrapper p {
        font-family: "Arcon";
        opacity: 1;
        margin: 0 0 15px;
        font-size: 14px;
        text-align: justify; }

#dpac-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(72, 72, 72, 0.9);
  opacity: 0.8;
  z-index: 110; }

@keyframes slideIn {
  0% {
    width: 275px;
    opacity: 0; }
  100% {
    width: 100%;
    opacity: 1; } }

@keyframes slideIn-back {
  0% {
    width: 100%;
    opacity: 1; }
  100% {
    width: 275px;
    opacity: 0; } }

@media screen and (max-width: 1024px) {
  #modal-content .head-wrapper h2 {
    font-size: 20px; }
  .it-works .it-works-wrapper .left-section .how-it-works .works-img {
    width: 80%;
    height: 190px; } }

@media screen and (max-width: 1023px) {
  .it-works .it-works-wrapper {
    height: auto; }
  .it-works .it-works-wrapper .left-section {
    position: inherit;
    height: auto; }
  .it-works .it-works-wrapper .left-section .inner-wrapper {
    width: 100%;
    position: inherit;
    height: auto;
    display: block;
    text-align: center;
    padding: 30px 0 45px; }
  .it-works .it-works-wrapper .left-section .overlay {
    display: none; }
  .it-works .it-works-wrapper .left-section .inner-wrapper .first, .it-works .it-works-wrapper .left-section .inner-wrapper .second {
    display: inline-block; }
  .it-works .it-works-wrapper .left-section .inner-wrapper .img-wrapper {
    display: block;
    width: 100%; }
  .it-works .it-works-wrapper .left-section .inner-wrapper .img-wrapper object {
    width: 100%; }
  .it-works .it-works-wrapper .right-section {
    width: 100%;
    height: auto; }
  .it-works .it-works-wrapper .right-section .icons {
    width: 100%; }
  .pricing {
    clear: both; }
  .it-works .it-works-wrapper .left-section .how-it-works {
    display: none; } }

@media screen and (max-width: 767px) {
  #modal-content .outer-wrapper .content-wrapper {
    width: 100%; }
  #modal-content .outer-wrapper .content-wrapper:nth-of-type(1) {
    padding-right: 40px; }
  #modal-content .outer-wrapper .content-wrapper:nth-of-type(2) {
    padding-left: 40px; } }

@media screen and (max-width: 500px) {
  .it-works .it-works-wrapper .right-section .icons .icons-wrapper {
    width: 33.33%; }
  .it-works .it-works-wrapper .left-section .inner-wrapper .img-wrapper {
    margin-top: 20px; }
  #modal-content .outer-wrapper .content-wrapper {
    padding: 0 15px; }
  #modal-content .outer-wrapper .content-wrapper:nth-of-type(1) {
    padding-right: 15px; }
  #modal-content .outer-wrapper .content-wrapper:nth-of-type(2) {
    padding-left: 15px; } }

@media screen and (max-width: 420px) {
  #modal-content .head-wrapper h2 {
    font-size: 16px; }
  #modal-content .content-wrapper .que-wrapper a {
    font-size: 13px; }
  #modal-content .content-wrapper .que-wrapper p {
    font-size: 12px; }
  .sub-headers {
    font-size: 18px !important; }
  .it-works .it-works-wrapper .left-section .inner-wrapper {
    padding-bottom: 10px; }
  .it-works .it-works-wrapper .left-section .inner-wrapper .img-wrapper {
    margin-top: 0; } }

.pricing {
  background: #fff;
  padding-top: 50px; }
  .pricing h2, .pricing p.desc-para {
    text-align: center;
    display: block; }
  .pricing p.desc-para {
    margin-bottom: 60px; }
  .pricing .cta.free {
    margin-bottom: 30px !important; }
    .pricing .cta.free a {
      color: #f4b43a; }
      .pricing .cta.free a:hover {
        color: #1e1e1e; }
  .pricing ul.bench {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0; }
    .pricing ul.bench li.parent {
      text-align: center;
      align-self: stretch;
      padding: 0 10px;
      -moz-border-radius: 10px 10px 0 0;
      -webkit-border-radius: 10px 10px 0 0;
      -ms-border-radius: 10px 10px 0 0;
      -o-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      width: 25%;
      border: 10px solid rgba(30, 30, 30, 0.3);
      border-bottom: none;
      padding-bottom: 30px; }
      .pricing ul.bench li.parent h1 {
        text-transform: uppercase;
        font-family: "Galano"; }
      .pricing ul.bench li.parent h5 {
        font-size: 16px; }
      .pricing ul.bench li.parent:nth-of-type(2) {
        background: #f4b43a;
        border: none;
        -moz-box-shadow: 0px -10px 30px 10px rgba(30, 30, 30, 0.1);
        -webkit-box-shadow: 0px -10px 30px 10px rgba(30, 30, 30, 0.1);
        box-shadow: 0px -10px 30px 10px rgba(30, 30, 30, 0.1);
        color: #fff; }
        .pricing ul.bench li.parent:nth-of-type(2) .cta a {
          color: #fff;
          border-color: #1e1e1e; }
          .pricing ul.bench li.parent:nth-of-type(2) .cta a i {
            background: #fff; }
      .pricing ul.bench li.parent ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .pricing ul.bench li.parent ul li {
          padding: 10px 2px;
          font-family: "Arcon";
          font-size: 16px;
          font-style: italic;
          margin-bottom: 2px; }
      .pricing ul.bench li.parent .cta {
        margin-top: 30px; }
        .pricing ul.bench li.parent .cta a:hover {
          color: #1e1e1e; }
          .pricing ul.bench li.parent .cta a:hover i {
            background: #1e1e1e; }

.packages {
  background: #1e1e1e;
  text-align: center; }

.features {
  background: #fefefe;
  position: relative;
  top: -20px;
  text-align: center;
  padding: 40px 0; }
  .features ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-right: 20px;
    padding-left: 30px; }
    .features ul li {
      margin-bottom: 30px; }

.st0, .st1 {
  animation: stroke 5s infinite; }

@keyframes stroke {
  0% {
    stroke-dasharray: 5500,5500;
    stroke-dashoffset: 5500; }
  33% {
    stroke-width: 2; }
  90% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 2; } }

#offer {
  position: fixed;
  left: 0;
  top: 50%;
  background: rgba(30, 30, 30, 0.9);
  z-index: 999;
  padding: 20px; }
  #offer h2, #offer h3 {
    color: #fff;
    font-size: 14px; }
  #offer h1, #offer p {
    color: #f4b43a;
    margin: 0; }
  #offer h3 {
    font-size: 23px; }
  #offer #close-fly {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    color: #f4b43a;
    cursor: pointer; }

@media (max-width: 1251px) {
  .chat-banner .chat-section .container-chat .right {
    width: 90%;
    margin-left: 10px; } }

@media (max-width: 1200px) {
  .container {
    max-width: 90%; } }

@media (max-width: 1024px) {
  #works ul li .cover {
    display: none; }
  .bar {
    width: 100%;
    text-align: center; }
    .bar .logo {
      text-align: left;
      height: 219px;
      padding-top: 0vh;
      margin-top: 10px; }
  .main-menu {
    margin: 0;
    padding: 0; }
  #menu-nav-wrapper {
    width: 100%;
    text-align: center; }
  #side-banner {
    display: none !important; }
  .bar .slider-menu {
    display: none; }
  .home .banner {
    margin-left: 0;
    width: 100%; }
  .home .banner .lion {
    display: none; }
  .banner-project-details .banner-text {
    top: 0%;
    left: auto;
    max-width: 100%;
    width: 100%; }
  .home .banner .slider-container h1.suffix {
    margin-top: 73px;
    text-indent: 0%; } }

@media (max-width: 768px) {
  .intro .text {
    width: 100%; }
  .intro .image-offset {
    display: none; }
  .pricing ul.bench {
    display: block; }
  .pricing ul.bench li.parent {
    display: block;
    width: 93%;
    margin: auto auto;
    border-bottom: 10px solid rgba(30, 30, 30, 0.3);
    border-radius: 10px;
    margin-bottom: 30px; }
  .pricing ul.bench li.parent:nth-of-type(2) {
    padding-top: 30px;
    margin-bottom: 30px; }
  .home .banner .slider-container h1 {
    font-size: 27px;
    text-indent: 0px !important; }
  .bar svg {
    width: 82px;
    margin-top: -10px; }
  .home .banner .slider-container .anim-obj {
    display: none; }
  .home .banner .slider-container .cta, .home .banner .slider-container .banner-text {
    top: 70vh;
    max-width: 78%; }
  .home .banner .slider-container .banner-text {
    top: 43vh; }
  .home .banner .slider-container h1.suffix {
    margin-top: 20vh; }
  .home .banner .slider-container {
    width: 100%; }
  .home .banner .cover .text-wrap h1.md {
    font-size: 35px; }
  .home .banner .cover .text-wrap h1.vert {
    text-align: left;
    margin-top: -5px; }
  .home .banner .cover .text-wrap h1 span.small {
    line-height: 60px;
    font-size: 4rem; }
  .home .banner .cover .text-wrap h1.link {
    font-size: 22px;
    margin-top: 55px; }
  .cta.start {
    padding-top: 66px;
    position: absolute;
    z-index: 999; }
  .home .banner .cover .text-wrap h1.suffix {
    font-size: 22px; }
  .home .banner .cover .text-wrap h1.vert span {
    left: 0;
    transform: none;
    top: -2px; }
  .wrapper-main,
  .wrapper-main#start-project {
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  footer {
    position: initial;
    padding-top: 0; }
    footer.chat-footer {
      padding-top: 30px; }
    footer.sub-footer {
      padding-top: 30px; }
    footer .col {
      width: 49%;
      display: inline-block; }
  footer .start-project {
    margin-top: 30px; }
  .row#cont-details .col {
    width: 100%; }
  .row#cont-details .col h2.title {
    text-indent: 0; }
  .row#cont-details .col h2.title:after {
    left: 0; }
  #career h1.big {
    font-size: 45px;
    padding: 10px 5px; }
  #career ul {
    padding-left: 0;
    padding: 0px 5px; }
  #about ul.faces li {
    width: 100%; }
  .desc-text.banner-text-project .text-left .img-wrap img:nth-child(4) {
    left: 50px; }
  .desc-text.banner-text-project .text-left .img-wrap img:nth-child(2) {
    left: 50px; }
  .desc-text.banner-text-project .text-right {
    max-width: 90%;
    margin-bottom: 30px; }
  img.detail-showcase--image {
    margin-top: 0; }
  .desc-text.banner-text-project.black .mobile-layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    .desc-text.banner-text-project.black .mobile-layout .text-right {
      order: 2;
      margin-top: 30px; }
    .desc-text.banner-text-project.black .mobile-layout .text-left {
      order: 1; }
    .desc-text.banner-text-project.black .mobile-layout .col {
      margin-bottom: 30px; }
    .desc-text.banner-text-project.black .mobile-layout.second .text-left {
      order: 2;
      margin-top: 50px; }
    .desc-text.banner-text-project.black .mobile-layout.second .text-right {
      order: 1;
      margin-top: 0; }
  img.detail-showcase--image.other {
    margin-bottom: 20px; }
  #works ul li {
    width: 33%; }
  #works ul li .cover {
    display: none; }
  .banner-sub .banner-content p.sub-title {
    padding-left: 10px;
    padding-right: 10px; }
  #services .wrapper--project .showcase.service {
    width: 100%; }
  #services .wrapper--project .showcase.service .parallax {
    display: initial; }
  #services .wrapper--project .showcase.service .parallax .thumb {
    width: 100%; }
  .flow ul {
    max-width: 90%; }
  .wrapper--project .showcase {
    min-height: 150px;
    height: auto;
    max-height: initial;
    float: none;
    clear: both; }
  #services .wrapper--project .showcase.service .parallax {
    position: initial; }
  #services .wrapper--project .showcase.service .parallax:nth-of-type(1) {
    padding-top: 20px; }
  #services .wrapper--project .showcase.service {
    padding-top: 0; }
  .chmln {
    padding-bottom: 20px; }
  .wrapper--project .showcase .thumb, .wrapper--project .showcase .desc {
    width: 100%; }
  .wrapper--project .showcase.project {
    flex-direction: column !important;
    position: relative; }
  .wrapper--project .showcase.project:hover .logo {
    display: none; }
  .wrapper--project .showcase.project:hover img.thumb-img {
    -moz-opacity: 1;
    opacity: 1; }
  .social a .penta {
    top: 8px; }
  .home .banner .slider-container .cta {
    z-index: 5; }
  .wrapper--project .showcase.project .desc {
    display: none; }
  #clients h1.big {
    font-size: 45px; } }

@media (max-width: 680px) {
  #sub-header.demon {
    background-image: none; }
  #about ul.faces li img {
    width: 80%;
    margin: 0 auto; }
  #clients ul.clients-sprite li {
    width: 33%; }
  footer .start-project {
    margin-top: 0; }
  footer .start-project h1.title {
    padding-top: 0; }
  .flow ul li {
    width: 90%;
    text-align: left; }
  .flow ul li:nth-child(even) {
    float: none; } }

@media (max-width: 550px) {
  .home .banner .cover .text-wrap h1 span.small {
    font-size: 3rem; }
  .pricing ul.bench li.parent {
    width: 87%; } }

@media (max-width: 480px) {
  .container {
    width: 100%; }
  fieldset {
    padding: 0; }
  .banner-sub .banner-content .video .icons-steps li img {
    width: 70%; }
  .banner-sub .banner-content .video {
    height: 200px; }
  footer .col {
    width: 100%; }
  #works ul li {
    width: 50%; }
  h1.service-head-title {
    font-size: 52px; }
  p.desc-para {
    padding: 0 5px; }
  #sub-header.inner-banner .wrap-inner-banner h1.suffix {
    text-align: left;
    text-indent: 0;
    padding-left: 0; }
  .desc-text.banner-text-project.black .text-right img {
    margin-top: 0; } }

@media (max-width: 420px) {
  .home .banner .cover .text-wrap h1 span.small {
    font-size: 2rem; }
  .home .banner .cover .text-wrap h1.vert {
    margin-top: -18px; }
  .desc-text.banner-text-project .text-left .img-wrap {
    display: none; }
  .chat-banner img {
    display: none; }
  .chat-banner .chat-section {
    background: #f0f0f0; }
  .chat-banner .chat-section .container-chat .right,
  .chat-banner .chat-section .container-chat .left {
    width: 85%; }
  footer.chat-footer {
    margin-top: 443px; }
  #clients h1.big {
    font-size: 27px; } }
