﻿@charset "UTF-8";


body { margin: 0; }

article, aside, footer, header, nav, section { display: block; }

h1 { font-size: 2em; margin: 0.67em 0; }

figcaption, figure, main { display: block; }

figure { margin: 1em 40px; }

hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }

pre { font-family: monospace, monospace; font-size: 1em; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; }

abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }

b, strong { font-weight: inherit; }

b, strong { font-weight: bolder; }

code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }

dfn { font-style: italic; }

mark { background-color: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

audio, video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }

img { border-style: none; }

button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; }

button, input { overflow: visible; }

button, select { text-transform: none; }



button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { padding: 0.35em 0.75em 0.625em; }

legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

progress { display: inline-block; vertical-align: baseline; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

details, menu { display: block; }

summary { display: list-item; }

canvas { display: inline-block; }

template { display: none; }

[hidden] { display: none; }

*, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }


body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

a { text-decoration: none; }

img { vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form { margin: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

input { border: 0 none; outline: none; -webkit-box-shadow: none; box-shadow: none; }

button { background: none; cursor: pointer; }

button, fieldset, iframe { border: 0; }

fieldset, ul, ol, button, menu { padding: 0; }

ol, ul { list-style: none; }

textarea { resize: vertical; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

td { padding: 0; }

svg { width: 1em; height: 1em; font-size: 18px; }

.icon { font-size: 18px; color: currentColor; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; line-height: 1; }

@-ms-viewport { width: device-width; }


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

.container { margin-left: auto; margin-right: auto; padding-right: 10px; padding-left: 10px; }

@media (min-width: 480px) { .container { padding-right: 10px; padding-left: 10px; } }

@media (min-width: 768px) { .container { padding-right: 10px; padding-left: 10px; } }

@media (min-width: 992px) { .container { padding-right: 10px; padding-left: 10px; }
  .container.small { width: 800px; } }

@media (min-width: 1200px) { .container { padding-right: 10px; padding-left: 10px; } }

@media (min-width: 320px) and (max-width: 479px) { .container { max-width: 390px; width: 100%; } }

@media (min-width: 480px) { .container { width: 100%; max-width: 600px; } }

@media (min-width: 768px) { .container { width: 768px; max-width: 100%; } }

@media (min-width: 992px) { .container { width: 992px; max-width: 100%; } }

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

/*@include respond-to("large") {
  .container {
    width: $container-large;
  }
}*/
.container-fluid { position: relative; margin-left: auto; margin-right: auto; padding-right: 10px; padding-left: 10px; width: 100%; }

@media (min-width: 768px) and (max-width: 991px) { .container-fluid { max-width: 768px; width: 100%; } }

@media (min-width: 480px) and (max-width: 767px) { .container-fluid { max-width: 600px; width: 100%; } }

@media (max-width: 479px) { .container-fluid { max-width: 390px; width: 100%; } }

@media (min-width: 480px) { .container-fluid { padding-right: 10px; padding-left: 10px; } }

@media (min-width: 768px) { .container-fluid { padding-right: 10px; padding-left: 10px; } }

@media (min-width: 992px) { .container-fluid { padding-right: 10px; padding-left: 10px; } }

@media (min-width: 1280px) { .container-fluid { padding-right: 50px; padding-left: 50px; } }

@media (min-width: 1824px) { .container-fluid { padding-right: 120px; padding-left: 120px; } }

.row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -10px; margin-left: -10px; }

@media (min-width: 480px) { .row { margin-right: -10px; margin-left: -10px; } }

@media (min-width: 768px) { .row { margin-right: -10px; margin-left: -10px; } }

@media (min-width: 992px) { .row { margin-right: -10px; margin-left: -10px; } }

@media (min-width: 1200px) { .row { margin-right: -10px; margin-left: -10px; } }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { position: relative; width: 100%; min-height: 1px; padding-right: 10px; padding-left: 10px; }

@media (min-width: 480px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 10px; padding-left: 10px; } }

@media (min-width: 768px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 10px; padding-left: 10px; } }

@media (min-width: 992px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 10px; padding-left: 10px; } }

@media (min-width: 1200px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 10px; padding-left: 10px; } }

.col { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; }

.col-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }

.col-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }

.col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }

.col-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }

.col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.col-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }

.col-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }

.col-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.col-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }

.col-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }

.col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

@media (min-width: 480px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-sm-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-sm-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-sm-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-sm-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-sm-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-sm-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-sm-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-md-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-lg-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-lg-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-lg-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-lg-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-lg-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-xl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-xl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-xl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-xl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-xl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-xl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-xl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-xl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }

@-webkit-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

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

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

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

@-webkit-keyframes slideInDown { 0% { opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); } }

@keyframes slideInDown { 0% { opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); } }

.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }

@-webkit-keyframes slideInLeft { 0% { opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); } }

@keyframes slideInLeft { 0% { opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); } }

.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

@-webkit-keyframes slideInRight { 0% { opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); } }

@keyframes slideInRight { 0% { opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); } }

.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft { 0% { -webkit-transform: translateX(0); transform: translateX(0); }
  100% { opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft { 0% { -webkit-transform: translateX(0); transform: translateX(0); }
  100% { opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); }
  100% { opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); }
  100% { opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp { 0% { -webkit-transform: translateY(0); transform: translateY(0); }
  100% { opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp { 0% { -webkit-transform: translateY(0); transform: translateY(0); }
  100% { opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; }

@-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } }

@keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } }

.bounce { -webkit-animation-name: bounce; animation-name: bounce; }

@-webkit-keyframes zoomIn { from { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

@keyframes zoomIn { from { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }

@-webkit-keyframes swing { 0% { -webkit-transform: translateZ(0); transform: translateZ(0); }
  50% { -webkit-transform: translate3d(0, -40px, 0); transform: translate3d(0, -40px, 0); }
  to { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } }

@keyframes swing { 0% { -webkit-transform: translateZ(0); transform: translateZ(0); }
  50% { -webkit-transform: translate3d(0, -40px, 0); transform: translate3d(0, -40px, 0); }
  to { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes swing__figure { from { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }
  to { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } }

@keyframes swing__figure { from { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }
  to { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } }

.fancybox-enabled { overflow: hidden; }

.fancybox-enabled body { overflow: visible; height: 100%; }

.fancybox-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99993; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.fancybox-container ~ .fancybox-container { z-index: 99992; }

/* Make sure that the first one is on the top */
.fancybox-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: black; opacity: 0; -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19); transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19); -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg { opacity: 1; -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls { position: absolute; top: 0; left: 0; right: 0; text-align: center; opacity: 0; z-index: 99994; -webkit-transition: opacity .2s; transition: opacity .2s; pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; direction: ltr; }

.fancybox-show-controls .fancybox-controls { opacity: 1; }

.fancybox-infobar { display: none; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); z-index: 100001; width: 100%; }

.fancybox-show-infobar .fancybox-infobar { display: inline-block; pointer-events: all; }

.fancybox-infobar__body { display: none; width: 70px; line-height: 44px; font-size: 13px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; text-align: center; color: #ddd; background-color: rgba(30, 30, 30, 0.7); pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons { position: absolute; top: 0; right: 0; display: none; pointer-events: all; }

.fancybox-button.fancybox-button--thumbs, .fancybox-button.fancybox-button--fullscreen, .fancybox-button.fancybox-button--play { display: none !important; }

.fancybox-show-buttons .fancybox-buttons { display: block; }

.fancybox-slider-wrap { overflow: hidden; direction: ltr; position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: 0; margin: 0; z-index: 99993; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-tap-highlight-color: transparent; }

.fancybox-slider { position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: 0; margin: 0; z-index: 99993; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-tap-highlight-color: transparent; }

.fancybox-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: auto; outline: none; white-space: normal; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; z-index: 99994; -webkit-overflow-scrolling: touch; }

.fancybox-slide::before { content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 0; }

.fancybox-slide > * { display: inline-block; position: relative; padding: 24px; margin: 44px 0 44px; border-width: 0; vertical-align: middle; text-align: left; background-color: #fff; overflow: auto; -webkit-box-sizing: border-box; box-sizing: border-box; }

.fancybox-slide--image { overflow: hidden; }

.fancybox-slide--image::before { display: none; }

.fancybox-content { display: inline-block; position: relative; margin: 44px auto; padding: 0; border: 0; width: 80%; height: calc(100% - 88px); vertical-align: middle; line-height: normal; text-align: left; white-space: normal; outline: none; font-size: 16px; font-family: Arial, sans-serif; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch; }

.fancybox-iframe { display: block; margin: 0; padding: 0; border: 0; width: 100%; height: 100%; background: #fff; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe { background: transparent; }

.fancybox-placeholder { -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.25); position: absolute; top: 0; left: 0; margin: 0; padding: 0; border: 0; z-index: 99995; background: transparent; cursor: default; overflow: visible; -webkit-transform-origin: top left; transform-origin: top left; background-size: 100% 100%; background-repeat: no-repeat; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.fancybox-image, .fancybox-spaceball { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; border: 0; max-width: none; max-height: none; background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder { cursor: -webkit-zoom-out; cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder { cursor: -webkit-zoom-in; cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder { cursor: -webkit-grab; cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder { cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox-spaceball { z-index: 1; }

.fancybox-tmp { position: absolute; top: -9999px; left: -9999px; visibility: hidden; }

.fancybox-error { position: absolute; margin: 0; padding: 40px; top: 50%; left: 50%; width: 380px; max-width: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #fff; cursor: default; }

.fancybox-error p { margin: 0; padding: 0; color: #444; font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small { position: absolute; top: 0; right: 0; width: 44px; height: 44px; padding: 0; margin: 0; border: 0; border-radius: 0; outline: none; background: transparent; z-index: 10; cursor: pointer; }

.fancybox-close-small:after { content: '×'; position: absolute; top: 5px; right: 5px; width: 30px; height: 30px; font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif; color: #888; font-weight: 300; text-align: center; border-radius: 50%; border-width: 0; background: #fff; -webkit-transition: background .2s; transition: background .2s; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 2; }

.fancybox-close-small:focus:after { outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small { top: -36px; right: -36px; background: transparent; }

.fancybox-close-small:hover:after { color: #555; background: #eee; }

/* Caption */
.fancybox-caption-wrap { position: absolute; bottom: 20px; left: 0; right: 0; display: none; z-index: 99998; text-align: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; opacity: 0; -webkit-transition: opacity .2s; transition: opacity .2s; pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap { opacity: 1; }

.fancybox-caption { background: #d70000 none repeat scroll 0 0; color: #fff; display: inline-block; font-size: 14px; padding: 0.8rem 1rem; -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button { pointer-events: all; }

.fancybox-caption a { color: #fff; text-decoration: underline; }

/* Buttons */
.fancybox-button { background: transparent none repeat scroll 0 0; border: 0 none; border-radius: 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; cursor: pointer; height: 60px; margin: 0; outline: medium none; padding: 0; position: absolute; vertical-align: top; width: 60px; border-radius: 100%; }

.fancybox-button--disabled { cursor: default; pointer-events: none; }

.fancybox-infobar__body { background: #fff; }

.fancybox-button { background: rgba(255, 255, 255, 0.1); }

.fancybox-button::before, .fancybox-button::after { content: ''; pointer-events: none; position: absolute; border-color: #000; background-color: currentColor; color: currentColor; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; }

.fancybox-button--disabled::before, .fancybox-button--disabled::after { opacity: 0.5; }

.fancybox-button--left::after { left: 25px; top: 24px; width: 15px; height: 15px; background: transparent; border-top: solid 4px currentColor; border-right: solid 4px currentColor; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }

.fancybox-button--right::after { right: 25px; top: 24px; width: 15px; height: 15px; background: transparent; border-top: solid 4px currentColor; border-right: solid 4px currentColor; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.fancybox-button--left { left: 30px; }

.fancybox-button--right { right: 30px; }

.fancybox-button--close { right: 20px; top: 20px; z-index: 100001; height: 45px; width: 45px; }

.fancybox-button--close::before, .fancybox-button--close::after { content: ''; display: inline-block; position: absolute; height: 2px; width: 16px; top: calc(50% - 0px); left: calc(50% - 8px); }

.fancybox-button--close::before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.fancybox-button--close::after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading { border: 6px solid rgba(100, 100, 100, 0.4); border-top: 6px solid rgba(255, 255, 255, 0.6); border-radius: 100%; height: 50px; width: 50px; -webkit-animation: fancybox-rotate .8s infinite linear; animation: fancybox-rotate .8s infinite linear; background: transparent; position: absolute; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; z-index: 99999; }

@-webkit-keyframes fancybox-rotate { from { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate { from { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) { .fancybox-controls { text-align: left; }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) { display: none !important; }
  .fancybox-caption { padding: 20px 0; margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before { width: 15px; height: 11px; left: 15px; top: 16px; border: 2px solid; background: none; }

/* Slideshow button */
.fancybox-button--play::before { top: 16px; left: 18px; width: 0; height: 0; border-top: 6px inset transparent; border-bottom: 6px inset transparent; border-left: 10px solid; border-radius: 1px; background: transparent; }

.fancybox-button--pause::before { top: 16px; left: 18px; width: 7px; height: 11px; border-style: solid; border-width: 0 2px 0 2px; background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span { font-size: 23px; }

.fancybox-button--thumbs::before { top: 20px; left: 21px; width: 3px; height: 3px; -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap, .fancybox-container--thumbs .fancybox-caption-wrap { right: 220px; }

.fancybox-thumbs { position: absolute; top: 0; right: 0; bottom: 0; left: auto; width: 220px; margin: 0; padding: 5px 5px 0 0; background: #fff; z-index: 99993; word-break: normal; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: transparent; -webkit-box-sizing: border-box; box-sizing: border-box; }

.fancybox-thumbs > ul { list-style: none; position: absolute; position: relative; width: 100%; height: 100%; margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; font-size: 0; }

.fancybox-thumbs > ul > li { float: left; overflow: hidden; max-width: 50%; padding: 0; margin: 0; width: 105px; height: 75px; position: relative; cursor: pointer; outline: none; border: 5px solid #fff; border-top-width: 0; border-right-width: 0; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; }

li.fancybox-thumbs-loading { background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; max-width: none; max-height: none; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox-thumbs > ul > li:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 2px; border: 4px solid #4ea7f9; z-index: 99991; opacity: 0; -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before { opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) { .fancybox-thumbs { display: none !important; }
  .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap, .fancybox-container--thumbs .fancybox-caption-wrap { right: 0; } }

/** Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch Licensed under  () */
/* Owl Carousel - Core */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; /* z-index: 1; */ }

.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: pan-Y; -webkit-backface-visibility: hidden; backface-visibility: hidden; /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item { -webkit-backface-visibility: hidden; backface-visibility: hidden; -transform: translate3d(0, 0, 0); position: relative; min-height: 1px; float: left; backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; /*&.current { opacity: .5; }*/ }

.owl-carousel .owl-item img { display: block; position: inherit; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next { cursor: pointer; cursor: hand; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading { opacity: 0; display: block; }

.owl-carousel.owl-hidden { opacity: 0; }

.owl-carousel.owl-refresh .owl-item { visibility: hidden; }

.owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: grab; }

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

/* No Js */
.no-js .owl-carousel { display: block; }

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated { -webkit-animation-duration: 300ms; animation-duration: 300ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-transform-origin: bottom center; transform-origin: bottom center; }

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

.owl-carousel .scaleOut { -webkit-animation-name: scaleOut; animation-name: scaleOut; }

.owl-carousel .scaleIn { -webkit-animation-name: scaleIn; animation-name: scaleIn; -webkit-animation-delay: .3s; animation-delay: .3s; }

@-webkit-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@-webkit-keyframes scaleIn { 0% { opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scaleIn { 0% { opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes scaleOut { 0% { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% { opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes scaleOut { 0% { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% { opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

/* Owl Carousel - Auto Height Plugin */
.owl-height { -webkit-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }

.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: default; z-index: 1; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 100ms ease; transition: -webkit-transform 100ms ease; transition: transform 100ms ease; transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover { -webkit-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }

.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }

/* Owl Carousel - Video Plugin */
/** Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch Licensed under  () */
/* Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] { color: #fff; background: #d6d6d6; display: inline-block; cursor: pointer; }

.owl-theme .owl-nav [class*='owl-']:hover { background: #869791; color: #FFF; text-decoration: none; }

.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }

.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }

.owl-theme .owl-dots .owl-dot span { width: 13px; height: 13px; margin-left: 5px; margin-right: 5px; background: #fff; display: block; -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-transition: .1s; transition: .1s; opacity: .4; border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { opacity: 1; }

/** Owl Default Nav */
.owl-nav__style .owl-nav { position: absolute; top: 50%; left: 0; right: 0; margin-top: -80px; }

.owl-nav__style .owl-theme .owl-nav [class*='owl-'] { position: absolute; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; background: none; -webkit-transition: .2s; transition: .2s; }

.owl-nav__style .owl-theme .owl-nav [class*='owl-'] .icon { font-size: 13px; color: #353638; background: #fff; border: 2px solid #d7d7d7; width: 45px; height: 45px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 100%; }

.owl-nav__style .owl-theme .owl-nav .owl-prev { left: 20px; }

.owl-nav__style .owl-theme .owl-nav .owl-next { right: -60px; }

.owl-nav__style-2 .owl-nav { position: absolute; top: -100px; right: 10px; left: 10px; max-width: 1200px; margin: 0 auto; text-align: inherit; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; z-index: 2; }

@media (min-width: 992px) and (max-width: 1200px) { .owl-nav__style-2 .owl-nav { max-width: 992px; } }

@media (min-width: 768px) and (max-width: 991px) { .owl-nav__style-2 .owl-nav { max-width: 768px; } }

@media (min-width: 480px) and (max-width: 767px) { .owl-nav__style-2 .owl-nav { max-width: 600px !important; } }

@media (max-width: 479px) { .owl-nav__style-2 .owl-nav { max-width: 390px !important; } }

.owl-nav__style-2 .owl-theme .owl-nav [class*='owl-'] { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-left: 10px; background: none; -webkit-transition: .3s; transition: .3s; }

.owl-nav__style-2 .owl-theme .owl-nav [class*='owl-']:first-child { margin-left: 0; }

.owl-nav__style-2 .owl-theme .owl-nav [class*='owl-'] .icon { color: #353638; font-size: 13px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border: 2px solid #353638; width: 40px; height: 40px; border-radius: 100%; padding-top: 1px; padding-left: 1px; -webkit-transition: .3s; transition: .3s; }

.owl-nav__style-2 .owl-theme .owl-nav [class*='owl-'] .icon:hover { color: #ffd400; border: 2px solid #ffd400; }

.owl-nav__style-2.news-carousel .owl-nav { max-width: inherit; right: inherit; left: -190px; top: inherit; bottom: 45px; }

@media (min-width: 992px) and (max-width: 1200px) { .owl-nav__style-2.news-carousel .owl-nav { left: -110px; } }

@media (min-width: 768px) and (max-width: 991px) { .owl-nav__style-2.news-carousel .owl-nav { left: -110px; } }

@media (max-width: 767px) { .owl-nav__style-2.news-carousel .owl-nav { right: 10px; left: 10px; top: -100px; bottom: initial; } }

.owl-nav__style-2.news-carousel .owl-theme .owl-nav [class*='owl-'] .icon:hover { color: #ff477d; border: 2px solid #ff477d; }

.owl-nav__style-3 .owl-nav { position: absolute; top: 50%; left: 0; right: 0; margin-top: -15px; }

.owl-nav__style-3 .owl-theme .owl-nav [class*='owl-'] { position: absolute; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; background: none; -webkit-transition: .2s; transition: .2s; background: #fff; width: 60px; height: 60px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 50%; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.owl-nav__style-3 .owl-theme .owl-nav [class*='owl-'] .arrow { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 15px; height: 15px; border-top: 2px solid #353638; border-right: 2px solid #353638; }

.owl-nav__style-3 .owl-theme .owl-nav [class*='owl-'] .arrow.left { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }

.owl-nav__style-3 .owl-theme .owl-nav [class*='owl-'] .arrow.right { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.owl-nav__style-3 .owl-theme .owl-nav .owl-prev { left: 50px; padding-left: 8px; }

.owl-nav__style-3 .owl-theme .owl-nav .owl-next { right: 50px; padding-right: 8px; }

/** Owl Default Dots */
.owl-dots__style .owl-theme .owl-dots { margin-top: 20px; }

.owl-dots__style .owl-theme .owl-dots .owl-dot span { margin-left: 4px; margin-right: 4px; width: 14px; height: 14px; border: 2px solid #353638; background: none; opacity: 1; -webkit-transform: scale(0.7); transform: scale(0.7); }

.owl-dots__style .owl-theme .owl-dots .owl-dot.active span, .owl-dots__style .owl-theme .owl-dots .owl-dot:hover span { background: #353638; -webkit-transform: scale(1); transform: scale(1); }

body { font-family: "Roboto", sans-serif; font-size: 16px; line-height: 1.6; font-weight: 400; color: #6f6f6f; overflow-x: hidden; }

body.bg { background: #f7f7f7; }

.app.logo-brightness .header-logo img { -webkit-filter: brightness(20%); filter: brightness(20%); }

.geometric-figure { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; }

.geometric-figure > div { position: absolute; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-animation-name: swing; animation-name: swing; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.geometric-figure.style-1 .geometric-square { top: 100px; margin-left: -40px; -webkit-animation-delay: .1s; animation-delay: .1s; }

.geometric-figure.style-1 .geometric-square.pos-2 { left: 130px; border: 2px solid #00c9ff; -webkit-animation-delay: .5s; animation-delay: .5s; }

@media (max-width: 767px) { .geometric-figure.style-1 .geometric-square.pos-2 { top: 50%; margin-left: 0; } }

.geometric-figure.style-1 .geometric-crossed { top: 120px; right: 140px; -webkit-animation-delay: 1s; animation-delay: 1s; }

@media (max-width: 767px) { .geometric-figure.style-1 .geometric-crossed { right: 50px; bottom: 150px; } }

.geometric-figure.style-1 .geometric-crossed.pos-3 { left: 100px; bottom: 80px; top: initial; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }

.geometric-figure.style-1 .geometric-circle { bottom: 60px; right: 400px; -webkit-animation-delay: .7s; animation-delay: .7s; }

@media (max-width: 767px) { .geometric-figure.style-1 .geometric-circle { right: 50px; bottom: 120px; } }

.geometric-figure.style-1 .geometric-circle.pos-1 { right: initial; border: 2px solid #ff477d; left: 400px; bottom: 110px; -webkit-animation-delay: 2s; animation-delay: 2s; }

@media (max-width: 767px) { .geometric-figure.style-1 .geometric-circle.pos-1 { left: 50px; bottom: 300px; } }

.geometric-square { width: 17px; height: 17px; border: 2px solid #01e299; border-radius: 4px; -webkit-transform: translateX(-50%); transform: translateX(-50%); left: 50%; top: -120px; -webkit-animation-delay: .1s; animation-delay: .1s; }

@media (max-width: 479px) { .geometric-square { top: -70px; } }

.geometric-square.pos-1 { left: initial; top: initial; bottom: 0; left: 70px; -webkit-animation-delay: 2.2s; animation-delay: 2.2s; }

@media (max-width: 479px) { .geometric-square.pos-1 { left: 50px; bottom: -30px; } }

.geometric-crossed { right: 100px; -webkit-animation-delay: .5s; animation-delay: .5s; }

@media (max-width: 479px) { .geometric-crossed { top: 10px; right: 50px; } }

.geometric-crossed:before, .geometric-crossed:after { content: ""; position: absolute; width: 19px; background: #e3e3e3; height: 2px; }

.geometric-crossed:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.geometric-crossed:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.geometric-crossed.pos-1 { right: initial; margin-left: -10px; top: initial; bottom: -140px; -webkit-transform: translateX(-50%); transform: translateX(-50%); left: 50%; -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }

.geometric-crossed.pos-2 { right: initial; left: 50px; top: 40px; -webkit-animation-delay: 1s; animation-delay: 1s; }

.geometric-crossed.pos-2:before, .geometric-crossed.pos-2:after { background: #96d7ef; }

@media (max-width: 479px) { .geometric-crossed.pos-2 { top: -20px; } }

.geometric-circle { width: 17px; height: 17px; border: 2px solid #b471ff; border-radius: 50%; bottom: -30px; right: 100px; -webkit-animation-delay: .5s; animation-delay: .5s; }

@media (max-width: 479px) { .geometric-circle { right: 50px; } }

@media (min-width: 1201px) { .components-row { margin-left: -30px; margin-right: -30px; } }

@media (max-width: 767px) { .components-row { margin-left: 0; margin-right: 0; } }

.components-row.l-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 1201px) { .components-col { padding-left: 30px; padding-right: 30px; } }

@media (max-width: 767px) { .components-col { padding-left: 0; padding-right: 0; } }

.components-col .l-relative { z-index: 1; }

.components-content.style-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-top: -40px; }

@media (min-width: 1201px) { .components-content.style-1 { padding-right: 40px; } }

@media (max-width: 767px) { .components-content.style-1 { margin: 0 auto; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-left: 10px; } }

@media (min-width: 480px) and (max-width: 767px) { .components-content.style-1 { max-width: 600px; } }

@media (max-width: 479px) { .components-content.style-1 { max-width: 390px; } }

.components-content.style-1 .section-header { text-align: right; }

@media (max-width: 479px) { .components-content.style-1 .section-header { text-align: left; } }

@media (min-width: 1201px) { .components-content.style-2 { padding-left: 60px; } }

.small-title { color: #ffd400; font-size: 13px; letter-spacing: 3px; }

.border { display: inline-block; background: #ffd400; width: 60px; height: 4px; margin-top: 20px; }

.section-header.center { text-align: center; }

.section-header.center .title:before { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.section-header.center .text { max-width: 700px; margin: 0 auto; }

.section-header.small .title { font-size: 32px; }

.section-header.large .small-title { font-size: 16px; }

.section-header.style-1 .text { margin-top: 10px; }

@media (min-width: 1201px) { .section-header.style-1 .text { padding-right: 80px; } }

.section-header.dark .small-title { color: #353638; }

.section-header.dark .text { color: #353638; }

.section-header .title { font-size: 42px; color: #353638; font-weight: 800; line-height: 1.2; position: relative; z-index: 1; font-family: "Raleway", sans-serif; letter-spacing: -1px; margin-top: 7px; }

@media (max-width: 479px) { .section-header .title { font-size: 28px; } }

.section-header .title span { font-weight: 200; }

.section-header .text { font-size: 16px; color: #999; font-weight: 300; line-height: 1.7; }

.section-header .number { color: #353638; font-weight: 700; font-size: 28px; letter-spacing: -0.5px; -webkit-transition: .3s; transition: .3s; }

.section-header .number:hover { color: #ffd400; }

.app-overlay { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: black; height: 100%; width: 100%; z-index: 1000; opacity: 0; visibility: hidden; -webkit-transition: .3s; transition: .3s; }

.app-overlay.is-visible { opacity: .95; visibility: visible; }

.app-scroll { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; bottom: 20px; right: 20px; background: #fff; -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); width: 50px; height: 50px; border-radius: 100%; text-align: center; color: #353638; opacity: 0; visibility: hidden; -webkit-transform: scale(0.5); transform: scale(0.5); z-index: 990; -webkit-transition: .3s; transition: .3s; }

@media (max-width: 991px) { .app-scroll { bottom: 75px; } }

.app-scroll .icon { font-size: 16px; }

.app-scroll.is-visible { opacity: 1; visibility: visible; -webkit-transform: scale(1); transform: scale(1); }

.app-loading { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 100; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; visibility: hidden; -webkit-transition: .3s; transition: .3s; background: rgba(255, 255, 255, 0.7); }

.app-loading.style-1 { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding-top: 30px; }

.app-loading.small { background: none; }

.app-loading.small:before { width: 35px; height: 35px; }

.app-loading.is-visible { opacity: 1; visibility: visible; }

.app-loading:before { content: ""; position: absolute; border: 4px solid #fff; border-top: 4px solid #ffd400; border-radius: 50%; width: 60px; height: 60px; -webkit-animation: spin .8s linear infinite; animation: spin .8s linear infinite; }

@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.header-nav { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-left: -15px; margin-right: -15px; }

@media (max-width: 991px) { .header-nav { display: none; } }

.header-nav__item { padding-right: 15px; padding-left: 15px; }

.header-nav__item > a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; color: #353638; font-size: 16px; letter-spacing: -0.3px; font-weight: 700; height: 120px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; -webkit-transition: .3s; transition: .3s; }

@media (min-width: 992px) and (max-width: 1200px) { .header-nav__item > a { font-size: 14px; } }

.header-nav__item > a:before { content: ""; position: absolute; right: 0; bottom: 40px; left: 0; height: 2px; background: #353638; width: 0; -webkit-transition: width .3s; transition: width .3s; }

.header-nav__item:hover > a:before { width: 30px; }

.header-nav__item:hover > ul { opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition: .3s; transition: .3s; }

.header-nav__item:hover > .header-nav__dropdown { opacity: 1; visibility: visible; -webkit-transition: .3s; transition: .3s; }

.header-nav__links { position: absolute; background: #fff; min-width: 190px; opacity: 0; visibility: hidden; -webkit-transform: translateY(15px); transform: translateY(15px); }

.header-nav__links:before { content: ""; position: absolute; left: 30px; top: -20px; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 0; border-color: transparent transparent #fff transparent; -o-border-image: none; border-image: none; border-style: solid; border-width: 10px; }

.header-nav__links li { display: block; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.header-nav__links li:last-child { border-bottom: 0 none; }

.header-nav__links li > a { display: block; font-size: 14px; padding: 12px 15px; color: #353638; -webkit-transition: .3s; transition: .3s; }

.header-nav__links li > a:hover { color: #353638; background: #ffd400; padding-left: 20px; }

.header-nav__dropdown { background: #fff; position: absolute; left: 0; right: 0; padding-top: 50px; padding-bottom: 50px; opacity: 0; visibility: hidden; }

.header-nav__dropdown-bg { z-index: 1; }

.header-nav__dropdown-bg:before { content: ""; position: absolute; z-index: -1; top: 0; right: 0; left: 0; background-repeat: no-repeat; height: 100%; }

.header-nav__dropdown.cover-1:before { background-image: url("../../assets/img/cover-2.jpg"); background-position: center bottom; }

.header-nav__dropdown.cover-2:before { background-image: url("../../assets/img/cover-1.png"); background-position: right 50px; }

.mobile-nav { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1005; background-image: url(images/wall.jpg);  background-size: cover;  opacity: 0; visibility: hidden; -webkit-transition: .5s; transition: .5s; }

.mobile-nav.is-visible { opacity: 1; visibility: visible; }

.mobile-nav__bg { background-repeat: no-repeat; background-position: center center; background-size: cover; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; opacity: .1; -webkit-filter: blur(3px); filter: blur(3px); -webkit-transform: scale(1.05); transform: scale(1.05); display: none; }

.mobile-nav__row { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0 auto; width: 1000px; max-width: 100%; }

@media (max-width: 767px) { .mobile-nav__row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; padding-top: 60px; } }

.mobile-nav__row ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.mobile-nav__row ul li { margin-bottom: 40px; }

@media (max-width: 767px) { .mobile-nav__row ul li { margin-bottom: 20px; } }

.mobile-nav__row ul li.top-left .mobile-nav__item { -webkit-transform: translateX(-50vh); transform: translateX(-50vh); }

.mobile-nav__row ul li.top-right .mobile-nav__item { -webkit-transform: translateX(70vh); transform: translateX(70vh); }

.mobile-nav__row ul li.center.first .mobile-nav__item { -webkit-transform: translateY(-60vw); transform: translateY(-60vw); }

.mobile-nav__row ul li.center.second .mobile-nav__item { -webkit-transform: translateY(60vw); transform: translateY(60vw); }

.mobile-nav__row ul li.bottom-left .mobile-nav__item { -webkit-transform: translateX(-50vw); transform: translateX(-50vw); }

.mobile-nav__row ul li.bottom-right .mobile-nav__item { -webkit-transform: translateX(50vw); transform: translateX(50vw); }

.mobile-nav__row ul li.is-active .mobile-nav__item { -webkit-transform: translate3d(0px, 0px, 0px) !important; transform: translate3d(0px, 0px, 0px) !important; }

.mobile-nav__row ul li:last-child { margin-bottom: 0; }

@media (max-width: 767px) { .mobile-nav__row ul li:last-child { margin-bottom: 20px; } }

.mobile-nav__close { position: absolute; right: 30px; top: 30px; z-index: 1; width: 55px; height: 55px; background: #fff; border-radius: 50%; -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); cursor: pointer; }

@media (max-width: 767px) { .mobile-nav__close { margin: 0 auto; left: 30px; top: 20px; } }

.mobile-nav__close-icon span { position: absolute; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: 24px; height: 24px; }

.mobile-nav__close-icon span:before, .mobile-nav__close-icon span:after { content: ""; position: absolute; background: #353638; height: 2px; width: 100%; }

.mobile-nav__close-icon span:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.mobile-nav__close-icon span:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.mobile-nav__item { -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 1s ease 0s, -webkit-box-shadow .3s ease 0s; transition: opacity 0.8s ease 0s, -webkit-transform 1s ease 0s, -webkit-box-shadow .3s ease 0s; transition: transform 1s ease 0s, opacity 0.8s ease 0s, box-shadow .3s ease 0s; transition: transform 1s ease 0s, opacity 0.8s ease 0s, box-shadow .3s ease 0s, -webkit-transform 1s ease 0s, -webkit-box-shadow .3s ease 0s; }

.mobile-nav__item.bg, .mobile-nav__item.cover { padding: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

@media (min-width: 1201px) { .mobile-nav__item.bg, .mobile-nav__item.cover { margin-left: 10px; margin-right: 10px; } }

.mobile-nav__item.bg { background: #fff; -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); height: 190px; }

.mobile-nav__item.bg:hover { -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.12); box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.12); }

.mobile-nav__item.bg .title { color: #353638; }

.mobile-nav__item.cover { background-repeat: no-repeat; background-position: center center; background-size: cover; height: 320px; }

.mobile-nav__item.style-1 { height: 255px; }

@media (max-width: 767px) { .mobile-nav__item { display: none !important; } }

.mobile-nav__item-small { display: none; }

@media (max-width: 767px) { .mobile-nav__item-small { display: block; } }

.mobile-nav__item-small .title { color: #fff; font-size: 28px; font-weight: 800; font-family: "Raleway", sans-serif; line-height: 1.4; }

.mobile-nav__item .title { color: #fff; font-size: 28px; font-weight: 800; font-family: "Raleway", sans-serif; line-height: 1.4; margin-top: 6px; }

.slide, .slide-material, .header-sub { height: 700px; }

@media (min-width: 1824px) { .slide, .slide-material, .header-sub { height: 900px; } }

@media (min-width: 768px) and (max-width: 991px) { .slide, .slide-material, .header-sub { height: 550px; } }

@media (min-width: 480px) and (max-width: 767px) { .slide, .slide-material, .header-sub { height: 600px; } }

@media (max-width: 479px) { .slide, .slide-material, .header-sub { height: 500px; } }

.slide { position: relative; overflow: hidden; }

.slide-list { position: relative; top: 0; left: 0; }

.slide-list li { display: none; }

.slide-list li.is-active .small-title, .slide-list li.is-active .heading, .slide-list li.is-active .text, .slide-list li.is-active .buttons-container { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }

.slide-overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(255, 212, 0, 0.95); z-index: 1; }

.slide-material { overflow: hidden; position: relative; }

.slide-material img, .slide-material video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-filter: grayscale(100%); filter: grayscale(100%); }

.slide-wrapper { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

.slide-wrapper .container { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 120px; }

.slide-content { max-width: 610px; width: 100%; position: absolute; right: -150px; }

@media (min-width: 1824px) { .slide-content { right: -180px; } }

@media (min-width: 992px) and (max-width: 1200px) { .slide-content { right: -10px; max-width: 413px; } }

@media (min-width: 768px) and (max-width: 991px) { .slide-content { right: -10px; max-width: 320px; } }

@media (max-width: 767px) { .slide-content { right: 10px; left: 10px; width: initial; text-align: center; max-width: 100%; } }

@media (max-width: 767px) { .slide-content .button-border { border: 2px solid #353638; } }

.slide-content__wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; position: relative; z-index: 2; padding-top: 60px; }

@media (max-width: 767px) { .slide-content__wrapper { height: 100%; position: absolute; } }

.slide-content__wrapper:before { content: ""; position: absolute; z-index: -1; top: 50%; right: -150px; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 320px; height: 320px; border: 90px solid #fff; border-radius: 50%; }

@media (max-width: 767px) { .slide-content__wrapper:before { display: none; } }

.slide-content .small-title, .slide-content .heading, .slide-content .text, .slide-content .buttons-container { opacity: 0; visibility: hidden; }

.slide-content .heading { color: #353638; font-family: "Raleway", sans-serif; font-size: 60px; letter-spacing: -1px; font-weight: 900; line-height: 1.2; }

@media (min-width: 992px) and (max-width: 1200px) { .slide-content .heading { font-size: 48px; } }

@media (min-width: 768px) and (max-width: 991px) { .slide-content .heading { font-size: 36px; } }

@media (min-width: 480px) and (max-width: 767px) { .slide-content .heading { font-size: 48px; } }

@media (max-width: 479px) { .slide-content .heading { font-size: 32px; } }

.slide-content .heading.second { font-weight: 100; letter-spacing: -1.5px; }

.slide-content .small-title { -webkit-transition: .8s; transition: .8s; -webkit-transform: translateY(-40px); transform: translateY(-40px); }

@media (max-width: 767px) { .slide-content .small-title { color: #fff; } }

.slide-content .heading.first { -webkit-transform: translateY(-50px); transform: translateY(-50px); -webkit-transition: .8s .1s; transition: .8s .1s; }

.slide-content .heading.second { -webkit-transform: translateY(-60px); transform: translateY(-60px); -webkit-transition: .8s .2s; transition: .8s .2s; }

.slide-content .text { color: #999; font-size: 18px; font-weight: 300; line-height: 1.4; margin-top: 10px; margin-bottom: 40px; -webkit-transform: translateY(-70px); transform: translateY(-70px); -webkit-transition: .8s .3s; transition: .8s .3s; }

@media (min-width: 1201px) { .slide-content .text { padding-right: 150px; } }

@media (min-width: 768px) and (max-width: 991px) { .slide-content .text { font-size: 16px; } }

@media (max-width: 767px) { .slide-content .text { margin-bottom: 20px; color: #353638; } }

@media (max-width: 479px) { .slide-content .text { font-size: 14px; } }

.slide-content .buttons-container { -webkit-transform: translateY(-80px); transform: translateY(-80px); -webkit-transition: .8s .4s; transition: .8s .4s; }

.slide-pagination { bottom: 20px; position: absolute; right: 0; left: 0; margin: 0 auto; max-width: 1200px; width: 100%; z-index: 3; display: block; }

@media (min-width: 992px) and (max-width: 1200px) { .slide-pagination { max-width: 992px; } }

@media (min-width: 768px) and (max-width: 991px) { .slide-pagination { max-width: 768px; } }

@media (max-width: 1200px) { .slide-pagination { left: 10px; rigth: 10px; width: initial; } }

@media (max-width: 767px) { .slide-pagination { text-align: center; } }

.slide-pagination li { display: inline-block; }

.slide-pagination li a { width: 10px; height: 10px; cursor: pointer; display: inline-block; font-size: 0; margin: 0 3px; border-radius: 50%; -webkit-transform: scale(0.5); transform: scale(0.5); background: #353638; -webkit-transition: .2s; transition: .2s; }

.slide-pagination li.is-active a { -webkit-transform: scale(1); transform: scale(1); }

.slide-arrows { position: absolute; top: 50%; left: 0; right: 0; text-align: center; display: none; margin-top: 35px; }

@media (max-width: 767px) { .slide-arrows { display: none; } }

.slide-arrows a { position: absolute; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 65px; height: 65px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: rgba(0, 0, 0, 0.4); border-radius: 100%; padding-top: 2px; }

.slide-arrows a:hover .arrow { opacity: 1; }

.slide-arrows a.prev { left: 25px; padding-left: 6px; }

.slide-arrows a.next { right: 25px; padding-right: 6px; }

.slide-arrows a .arrow { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 14px; height: 14px; border-top: 2px solid #fff; border-right: 2px solid #fff; opacity: .5; }

.slide-arrows a .arrow.left { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }

.slide-arrows a .arrow.right { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.popup { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(255, 255, 255, 0.9); z-index: 20000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.popup.is-visible { opacity: 1; visibility: visible; }

.popup-wrapper { height: 100%; max-height: 100%; width: 100%; padding: 55px; opacity: 0; visibility: hidden; -webkit-transition: .3s; transition: .3s; -webkit-transform: translateY(100px); transform: translateY(100px); }

@media (max-width: 767px) { .popup-wrapper { padding: 0; } }

.popup-wrapper.is-visible { opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); }

.popup-wrapper .cover { overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; }

.popup-wrapper .cover a { max-width: 90%; height: 100%; text-align: center; }

.popup-wrapper .cover img { max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; }

.popup-close { position: absolute; right: 20px; top: 20px; width: 1em; height: 1em; font-size: 32px; z-index: 12; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.popup-close:before, .popup-close:after { content: ""; position: absolute; background: #ffd400; height: 3px; width: 100%; }

.popup-close:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.popup-close:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.form-custom.bg { background: #fff; border-radius: 5px; padding: 50px; -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.06); }

@media (max-width: 479px) { .form-custom.bg { padding: 40px; } }

.form-custom .input-border { position: absolute; right: 10px; bottom: 0; left: 10px; background: #ffd400; height: 2px; width: 0; -webkit-transition: width .3s; transition: width .3s; }

.form-custom .input-border.style-1 { bottom: 3px; }

.form-custom ul li { margin-bottom: 35px; }

.form-custom ul li.is-error input, .form-custom ul li.is-error textarea, .form-custom ul li.is-error .current, .form-custom ul li.is-error label { border-bottom: 2px solid red; }

.form-custom ul li input, .form-custom ul li textarea { width: 100%; height: 45px; font-family: inherit; color: #353638; background: #fff; border-top: 0 none; border-right: 0 none; border-bottom: 2px solid rgba(0, 0, 0, 0.08); border-left: 0 none; font-size: 14px; -webkit-transition: .3s; transition: .3s; }

.form-custom ul li input:focus + .input-border, .form-custom ul li textarea:focus + .input-border { width: calc(100% - 20px); }

.form-custom ul li textarea { padding-top: 20px; height: 100px; }

.form-custom ul li .icon { width: 65px; height: 45px; position: absolute; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #666; font-size: 16px; left: 0; }

.form-custom ul li .icon:before { position: absolute; right: 0; content: ""; background: rgba(0, 0, 0, 0.15); width: 1px; height: 20px; }

.form-custom .send input { background: #b471ff; border-radius: 50px; height: 45px; border: 0 none; padding-left: 20px; padding-right: 20px; color: #fff; font-size: 14px; font-weight: 500; font-family: inherit; cursor: pointer; border: 2px solid transparent; -webkit-transition: .3s; transition: .3s; position: relative; width: 120px; }

.form-custom .send input:hover { background: #ffd400; }

.custom-select { background: #fff; outline: 0; height: 45px; font-size: 14px; color: #999; position: relative; -webkit-transition: .3s; transition: .3s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }

.custom-select:before { content: ""; position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); -webkit-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; width: 7px; height: 7px; border-right: 2px solid #000; border-bottom: 2px solid #000; opacity: .2; }

.custom-select.is-open:before { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }

.custom-select.is-open .custom-select__list { opacity: 1; visibility: visible; -webkit-transform: scale(1); transform: scale(1); }

.custom-select .current { height: 45px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-right: 30px; color: #999; border-bottom: 2px solid rgba(0, 0, 0, 0.08); }

.custom-select__list { background: #fff; position: absolute; left: -1px; right: -1px; top: 0; -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); -webkit-transition: .3s; transition: .3s; opacity: 0; -webkit-transform: scale(0.8); transform: scale(0.8); visibility: hidden; z-index: 100; max-height: 275px; overflow-y: auto; scrollbar-color: rgba(0, 0, 0, 0.15) #f7f7f7; scrollbar-width: thin; }

.custom-select__list::-webkit-scrollbar-track { background-color: #f7f7f7; }

.custom-select__list::-webkit-scrollbar { width: 6px; }

.custom-select__list::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.15); }

.custom-select__list .notice { padding-top: 20px; padding-bottom: 20px; font-size: 14px; text-align: center; display: block; }

.custom-select__list .option { padding-left: 20px; padding-right: 20px; color: #6f6f6f; font-size: 14px; height: 55px; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: .3s; transition: .3s; }

.custom-select__list .option:hover { background: #f7f7f7; color: #353638; }

.custom-select__list .option:first-child { display: none; }

.custom-select__list .option.selected { background: #f7f7f7; color: #353638; }

.form { /*&-loading { background: rgba($overlay-bg, .5); }*/ }

.form-error { position: absolute; z-index: 1; top: inherit; right: inherit; bottom: -37px; right: 10px; -webkit-box-shadow: 0 -10px 40px 0px rgba(0, 0, 0, 0.08); box-shadow: 0 -10px 40px 0px rgba(0, 0, 0, 0.08); background: #fff; font-size: 12px; color: #353638; height: 30px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 10px; padding-right: 20px; }

.form-error:before { content: ""; position: absolute; right: 13px; top: 17px; -webkit-transform: translateX(-50%) translateY(-30px); transform: translateX(-50%) translateY(-30px); width: 0; border-bottom-colors: none; border-left-colors: none; border-right-colors: none; border-top-colors: none; border-color: transparent transparent #fff; -o-border-image: none; border-image: none; border-style: solid; border-width: 7px; display: block; }

.form-messages { display: -webkit-box; display: -ms-flexbox; display: flex; height: 50px; border-radius: 3px; padding-left: 20px; padding-right: 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 14px; font-weight: 500; }

.form-messages.success { color: #3c763d; background-color: #dff0d8; border: 1px solid #d6e9c6; }

.form-messages.error { color: #a94442; background-color: #f2dede; border: 1px solid #ebccd1; }

.buttons-container.center { text-align: center; }

.button { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; min-width: 140px; height: 50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 30px; padding-right: 30px; font-size: 13px; font-weight: 500; letter-spacing: .5px; margin-right: 10px; -webkit-transition: .3s; transition: .3s; background: #ffd400; color: #fff; border: 2px solid transparent; }

.button:last-child { margin-right: 0; }

.button .icon { margin-left: 12px; font-size: 12px; }

.button.width { min-width: 185px; }

.button:hover { border: 2px solid #ffd400; color: #ffd400; background: none; }

.button-border { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; min-width: 140px; height: 50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 30px; padding-right: 30px; font-size: 13px; font-weight: 500; letter-spacing: .5px; margin-right: 10px; -webkit-transition: .3s; transition: .3s; border: 2px solid #efefef; color: #353638; border-radius: 100px; transition: .3s; }

.button-border:last-child { margin-right: 0; }

.button-border .icon { margin-left: 12px; font-size: 12px; }

.button-border.width { min-width: 185px; }

.button-border:not(.style-1):not(.dark):hover { background: #353638; color: #fff; border: 2px solid #353638; }

.button-border.style-1 { border: 2px solid #ffd400; color: #ffd400; }

.button-border.style-1:hover { background: #ffd400; color: #fff; }

.button-border.dark { border: 2px solid #353638; color: #353638; }

.button-border.dark:hover { background: #353638; color: #fff; }

.button-line { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 40px; border-bottom: 2px solid #efefef; color: #353638; font-size: 13px; font-weight: 700; position: relative; }

.button-line .icon { margin-left: 12px; color: #ffd400; font-size: 13px; }

.button-line:before { content: ""; position: absolute; right: 0; bottom: -2px; left: 0; background: #ffd400; height: 2px; width: 0; -webkit-transition: width .3s; transition: width .3s; }

.button-line:hover:before { width: 100%; }

.modal { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(255, 255, 255, 0.8); z-index: 1005; }

.modal-offer { opacity: 0; visibility: hidden; -webkit-transition: .3s; transition: .3s; }

.modal-offer.is-visible { opacity: 1; visibility: visible; }

.modal-wrapper { position: absolute; right: 0; top: 0; bottom: 0; width: 650px; max-width: 100%; -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); background: #fff; -webkit-transition: .4s; transition: .4s; -webkit-transform: translateX(100%); transform: translateX(100%); overflow-y: auto; scrollbar-color: rgba(0, 0, 0, 0.15) #f7f7f7; scrollbar-width: thin; }

.modal-wrapper::-webkit-scrollbar-track { background-color: #f7f7f7; }

.modal-wrapper::-webkit-scrollbar { width: 6px; }

.modal-wrapper::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.15); }

.modal-wrapper.is-visible { -webkit-transform: translateX(0); transform: translateX(0); }

.modal-header { padding-left: 50px; padding-right: 50px; padding-top: 50px; position: relative; }

@media (max-width: 479px) { .modal-header { padding-left: 25px; padding-right: 25px; padding-top: 25px; } }

.modal-header .title { font-size: 32px; line-height: 1.3; }

.modal-content { padding: 35px 50px 50px 50px; }

@media (max-width: 479px) { .modal-content { padding: 35px 25px 25px 25px; } }

.modal-close { position: absolute; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; right: 25px; top: 25px; width: 24px; height: 24px; }

@media (max-width: 479px) { .modal-close { top: 15px; right: 15px; } }

.modal-close:before, .modal-close:after { content: ""; position: absolute; background: #353638; height: 2px; width: 100%; }

.modal-close:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.modal-close:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.modal-project { opacity: 0; visibility: hidden; -webkit-transition: .3s; transition: .3s; overflow-y: auto; background: rgba(0, 0, 0, 0.8); }

.modal-project.is-visible { opacity: 1; visibility: visible; }

.modal-project__header, .modal-project__wrapper { width: 1300px; max-width: 100%; margin: 0 auto; }

.modal-project__header { position: -webkit-sticky; position: sticky; top: 0; background: #ffd400; height: 80px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 40px; padding-right: 40px; z-index: 10; }

@media (max-width: 479px) { .modal-project__header { padding-left: 10px; padding-right: 10px; } }

.modal-project__header .title, .modal-project__header .text { color: #353638; }

.modal-project__header .title { font-weight: 700; letter-spacing: -0.5px; line-height: 1.1; font-size: 24px; }

@media (max-width: 479px) { .modal-project__header .title { font-size: 18px; } }

.modal-project__header .tag { font-weight: 300; font-size: 14px; color: #353638; }

@media (max-width: 479px) { .modal-project__header .tag { font-size: 13px; } }

.modal-project__header .modal-close { right: 40px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.modal-project__header .modal-close:before, .modal-project__header .modal-close:after { background: #353638; }

@media (max-width: 479px) { .modal-project__header .modal-close { right: 10px; } }

.modal-project__wrapper { margin-top: 0; background: #fff; -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); min-height: calc(100% - 80px); padding: 40px; position: relative; }

@media (max-width: 1200px) { .modal-project__wrapper { padding: 70px 40px 40px 40px; } }

@media (max-width: 479px) { .modal-project__wrapper { padding: 70px 10px 10px 10px; } }

.modal-project__content { font-size: 16px; font-weight: 300; }

.modal-project__content strong { font-weight: 700; }

.modal-project__content a { display: block; position: relative; overflow: hidden; }

.modal-project__content img { width: 100%; -webkit-transform: scale(1.01); transform: scale(1.01); }

.modal-project__buttons { position: absolute; right: 100px; top: 17px; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

@media (max-width: 767px) { .modal-project__buttons { top: 80px; left: 0; right: 0; width: initial; height: 55px; background: #fff; -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.modal-project__buttons > div { margin-right: 30px; }

.modal-project__buttons > div:last-child { margin-right: 0; }

.modal-project__buttons a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 45px; height: 45px; background: #fff; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 5px; color: #353638; font-size: 16px; margin-right: 2px; position: relative; }

.modal-project__buttons a:hover { background: #353638; color: #fff; }

.modal-project__buttons a:before { content: attr(data-title); position: absolute; right: calc( 45px + 15px); top: 50%; -webkit-transform: translateY(-50%) translateX(-10px); transform: translateY(-50%) translateX(-10px); background: #fff; -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); min-width: 150px; height: 45px; border-radius: 5px; font-size: 14px; font-weight: 600; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; padding-left: 20px; padding-right: 20px; opacity: 0; visibility: hidden; -webkit-transition: .3s; transition: .3s; pointer-events: none; }

@media (max-width: 767px) { .modal-project__buttons a:before { display: none; } }

.modal-project__buttons a:hover { opacity: 1; }

.modal-project__buttons a:hover:before { color: #353638; opacity: 1; visibility: visible; -webkit-transform: translateY(-50%) translateX(0); transform: translateY(-50%) translateX(0); }

.modal-project__buttons a:last-child { margin-right: 0; }

.cards-row { margin-left: -1px; margin-right: -1px; margin-top: 2px; }

.cards-col { padding-left: 1px; padding-right: 1px; }

.cards.list ul li { margin-bottom: 30px; }

.cards .card a { position: relative; display: block; }

.cards .card a:hover .cards-photo img { -webkit-transform: scale3d(1.15, 1.15, 1.15); transform: scale3d(1.15, 1.15, 1.15); }

.cards .card a:hover .cards-cover img { -webkit-transform: scale3d(1.15, 1.15, 1.15); transform: scale3d(1.15, 1.15, 1.15); }

.cards-header { position: relative; }

.cards-photo { overflow: hidden; height: 175px; }

@media (max-width: 479px) { .cards-photo { height: auto; } }

.cards-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1); transition: all 1s cubic-bezier(0, 0, 0.2, 1); }

.cards-footer { border: 1px solid rgba(0, 0, 0, 0.1); padding: 20px; height: 200px; }

.cards-footer .title { font-size: 18px; font-weight: 900; color: #03031e; line-height: 1.4; overflow: hidden; max-height: 49px; }

.cards-footer .date { color: #999; font-size: 13px; margin-top: 5px; }

.cards-footer .text { margin-top: 5px; color: #6f6f6f; font-size: 14px; font-weight: 300; overflow: hidden; max-height: 67px; }

.cards-cover { height: 250px; background: #000; overflow: hidden; }

.cards-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1); transition: all 1s cubic-bezier(0, 0, 0.2, 1); opacity: .5; }

.cards-body { position: absolute; left: 0; right: 0; top: 0; bottom: 0; padding: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.cards-body .title { font-size: 32px; color: #fff; text-transform: uppercase; font-weight: 700; position: relative; }

@media (min-width: 1201px) { .gallery.column-5 .gallery-card { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } }

.gallery.list .gallery-card { margin-bottom: 20px; }

@media (max-width: 479px) { .gallery.list .gallery-card { margin-bottom: 10px; }
  .gallery.list .gallery-card:last-child { margin-bottom: 0; } }

.gallery-card a { position: relative; display: block; }

.gallery-card a:hover .gallery-cover img { -webkit-transform: scale3d(1.15, 1.15, 1.15); transform: scale3d(1.15, 1.15, 1.15); }

.gallery-card a:hover .gallery-photo img { -webkit-transform: scale3d(1.15, 1.15, 1.15); transform: scale3d(1.15, 1.15, 1.15); }

.gallery-card a:hover .gallery-overlay .icon { opacity: 1; visibility: visible; -webkit-transform: scale(1); transform: scale(1); }

.gallery-header { position: relative; }

.gallery-photo { overflow: hidden; height: 150px; }

@media (max-width: 479px) { .gallery-photo { height: auto; } }

.gallery-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); transition: transform 1s cubic-bezier(0, 0, 0.2, 1); transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); }

.gallery-footer { text-align: center; background: #fff; padding-top: 15px; padding-bottom: 15px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.gallery-footer .title { font-size: 16px; color: #353638; }

.gallery-overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 11; background: rgba(0, 0, 0, 0.3); padding: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; -webkit-transition: .3s; transition: .3s; }

.gallery-overlay .icon { font-size: 18px; color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 40px; height: 40px; border: 2px solid #fff; border-radius: 100%; color: #fff; position: absolute; top: 10px; right: 10px; opacity: 0; visibility: hidden; -webkit-transform: scale(0.5); transform: scale(0.5); -webkit-transition: .3s; transition: .3s; }

.gallery-body { left: 0; right: 0; top: 0; bottom: 0; position: absolute; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7))); background: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); padding: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.gallery-body .title { color: #fff; font-size: 24px; line-height: 1.3; position: relative; }

.gallery-body .title:before { content: ""; position: absolute; left: -25px; top: 0; background: #ffd400; width: 4px; height: 30px; }

.gallery-body .date { color: #fff; font-size: 13px; margin-top: 5px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: .8; }

.gallery-body .date .icon { font-size: 13px; margin-right: 7px; }

.gallery-body > .icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 45px; height: 45px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #ffd400; border-radius: 50%; color: #353638; font-size: 16px; position: absolute; right: 15px; top: 15px; }

@media (max-width: 479px) { .gallery-body > .icon { display: none; } }

.gallery-cover { overflow: hidden; height: 220px; }

@media (max-width: 767px) { .gallery-cover { height: auto; } }

.gallery-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1); transition: all 1s cubic-bezier(0, 0, 0.2, 1); }

.card-single__row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.card-single__row:nth-child(even) { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.card-single__row:nth-child(even) .card-single__description { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.card-single__row:nth-child(even) .card-single__description-wrapper { padding-right: 90px; padding-left: 0; }

@media (min-width: 992px) and (max-width: 1200px) { .card-single__row:nth-child(even) .card-single__description-wrapper { padding-left: 10px; padding-right: 50px; } }

@media (min-width: 768px) and (max-width: 991px) { .card-single__row:nth-child(even) .card-single__description-wrapper { padding-left: 10px; padding-right: 30px; } }

.card-single__photo { overflow: hidden; height: 600px; }

@media (max-width: 767px) { .card-single__photo { height: auto; } }

@media (min-width: 768px) and (max-width: 991px) { .card-single__photo { height: 400px; } }

.card-single__photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.card-single__description { height: 600px; padding: 70px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 991px) { .card-single__description { padding: 30px 0; } }

@media (min-width: 768px) and (max-width: 991px) { .card-single__description { height: 400px; } }

@media (max-width: 767px) { .card-single__description { height: auto; } }

.card-single__description-wrapper { width: 590px; max-width: 100%; padding-left: 90px; }

@media (min-width: 992px) and (max-width: 1200px) { .card-single__description-wrapper { padding-left: 50px; width: 480px; } }

@media (min-width: 768px) and (max-width: 991px) { .card-single__description-wrapper { padding-left: 30px; width: 375px; } }

@media (max-width: 767px) { .card-single__description-wrapper { margin: 0 auto; } }

@media (min-width: 480px) and (max-width: 767px) { .card-single__description-wrapper { max-width: 600px; } }

@media (max-width: 479px) { .card-single__description-wrapper { max-width: 390px; } }

.card-single__description .title { color: #ffd400; font-size: 48px; font-weight: 900; text-transform: uppercase; margin-top: 10px; line-height: 1.3; }

@media (max-width: 991px) { .card-single__description .title { font-size: 36px; } }

.card-single__description .text { font-size: 16px; color: #999; font-weight: 300; margin-bottom: 35px; margin-top: 20px; }

.projects.list .projects-card { margin-bottom: 50px; }

.projects.list .projects-photo { height: 255px; }

@media (min-width: 992px) and (max-width: 1200px) { .projects.list .projects-photo { height: 200px; } }

@media (max-width: 767px) { .projects.list .projects-photo { height: auto; } }

.projects-card { cursor: pointer; }

.projects-card:hover .projects-footer { -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.12); box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.12); }

.projects-card:hover .projects-content { opacity: 1; visibility: visible; -webkit-transition: .3s; transition: .3s; }

.projects-card:hover .projects-content a { opacity: 1; visibility: visible; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s .2s; transition: .3s .2s; }

.projects-card:hover .projects-photo img { -webkit-filter: blur(3px); filter: blur(3px); }

@media (max-width: 479px) { .projects-card .button-border { min-width: initial; } }

.projects-header { position: relative; overflow: hidden; }

.projects-bar { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 20px; padding-right: 20px; background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#efefef)); background: linear-gradient(#f8f8f8, #efefef); height: 40px; }

.projects-bar span { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 8px; height: 8px; border-radius: 100%; margin-right: 5px; }

.projects-bar span:last-child { margin-right: 0; }

.projects-bar span.red { background: #fc615c; }

.projects-bar span.yellow { background: #fdbc40; }

.projects-bar span.green { background: #34c849; }

.projects-photo { overflow: hidden; height: 287px; }

@media (max-width: 1200px) { .projects-photo { height: 100%; } }

.projects-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: .3s; transition: .3s; }

.projects-content { position: absolute; top: 40px; left: 0; right: 0; bottom: 0; background: rgba(255, 212, 0, 0.8); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; visibility: hidden; -webkit-transition: .3s .2s; transition: .3s .2s; }

.projects-content a { opacity: 0; visibility: hidden; -webkit-transform: scale(0.5); transform: scale(0.5); -webkit-transition: .3s; transition: .3s; }

.projects-footer { background: #fff; -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); height: 70px; padding-left: 20px; padding-right: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; z-index: 1; -webkit-transition: .3s; transition: .3s; }

@media (max-width: 767px) { .projects-footer { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

.projects-footer .title { font-size: 18px; letter-spacing: -0.3px; font-weight: 500; color: #353638; -webkit-transition: .3s; transition: .3s; }

@media (max-width: 479px) { .projects-footer .title { font-size: 16px; } }

.projects-footer .tag { font-size: 13px; font-weight: 300; color: #999; display: block; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

@media (max-width: 479px) { .projects-footer .tag { font-size: 12px; } }

.services.list .services-card { margin-bottom: 50px; }

@media (min-width: 1201px) { .services.list .services-card { padding-left: 25px; padding-right: 25px; } }

@media (max-width: 479px) { .services.list .services-card { margin-bottom: 30px; } }

.services.list .services-card:nth-child(2) .services-figure .icon:before { background: #e3fdf2; }

.services.list .services-card:nth-child(3) .services-figure .icon:before { background: #fff2da; }

.services.list .services-card:nth-child(4) .services-figure .icon:before { background: #ffecf1; }

.services.list .services-card:nth-child(6) .services-figure .icon:before { background: #e3fdf2; }

.services.list .services-card:nth-child(7) .services-figure .icon:before { background: #fff2da; }

.services.style-1 .services-content { height: 100%; }

@media (max-width: 767px) { .services.style-1 .services-content { text-align: left; } }

.services-card:hover .services-figure .icon:before { -webkit-transform: scale(1.05); transform: scale(1.05); }

@media (min-width: 1201px) { .services-row { margin-left: -25px; margin-right: -25px; } }

.services-content { background: #fff; padding: 40px 40px 40px 50px; -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); height: 100%; -webkit-transition: .3s; transition: .3s; }

@media (min-width: 768px) and (max-width: 991px) { .services-content { padding: 30px; } }

@media (max-width: 767px) { .services-content { height: auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } }

@media (max-width: 479px) { .services-content { padding: 30px; } }

.services-content:hover { -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.12); box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.12); }

.services-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }

@media (max-width: 767px) { .services-header { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.services-list { width: 100%; margin-top: 30px; }

.services-list ul li { padding-left: 10px; padding-right: 10px; }

.services-list ul li a { display: block; color: #999; font-size: 14px; font-weight: 500; text-align: left; position: relative; padding-left: 20px; -webkit-transition: .3s; transition: .3s; padding-top: 3px; padding-bottom: 3px; }

.services-list ul li a:hover { color: #353638; }

.services-list ul li a:before { content: ""; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); background: #ffd400; width: 7px; height: 7px; border-radius: 20px; }

.services-figure { position: relative; z-index: 2; }

@media (max-width: 767px) { .services-figure { margin-bottom: 20px; } }

.services-figure .icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 70px; height: 70px; color: #fff; font-size: 24px; border-radius: 50%; }

.services-figure .icon:before { content: ""; width: 90px; height: 90px; position: absolute; z-index: -1; background: #f8f1ff; border-radius: 50%; -webkit-transition: .3s; transition: .3s; }

.services-description { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 35px; }

@media (max-width: 767px) { .services-description { padding-left: 0; } }

.services-description .title { color: #353638; font-size: 20px; font-weight: 700; line-height: 1.2; }

.services-description .text { color: #999; font-weight: 300; font-size: 14px; margin-top: 10px; margin-bottom: 15px; overflow: hidden; max-height: 88px; }

.news-content { background: #fff; padding: 40px 40px 0 40px; -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.07); box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.07); height: 270px; position: relative; }

.news-content .title { font-size: 20px; font-weight: 700; color: #353638; line-height: 1.4; overflow: hidden; max-height: 54px; }

@media (min-width: 1201px) { .news-content .title { padding-right: 50px; } }

.news-content > .text { color: #999; font-size: 14px; margin-top: 13px; overflow: hidden; max-height: 65px; }

.news-tag { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 20px; position: absolute; left: 40px; right: 40px; bottom: 30px; }

.news-tag .icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 40px; height: 40px; color: #fff; font-size: 16px; border-radius: 50%; margin-right: 10px; }

.news-tag .text { font-size: 13px; color: #999; font-weight: 500; }

.header { position: absolute; top: 0; right: 0; left: 0; z-index: 1001; }

.header-container { height: 120px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 1200px) { .header-container { position: relative; } }

@media (max-width: 767px) { .header-container { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media (max-width: 479px) { .header-container { height: 100px; } }

.header-logo a { display: block; position: relative; }

@media (min-width: 992px) and (max-width: 1200px) { .header-logo a { margin-left: 60px; } }

@media (min-width: 768px) and (max-width: 991px) { .header-logo a { margin-left: 60px; } }

.header-logo img { width: 75px; }

@media (min-width: 992px) and (max-width: 1200px) { .header-logo img { width: 60px; } }

@media (max-width: 767px) { .header-logo img { -webkit-filter: brightness(20%); filter: brightness(20%); } }

@media (max-width: 479px) { .header-logo img { width: 60px; } }

.header-bar { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: absolute; left: 30px; padding-bottom: 100px; width: 30px; }

@media (max-width: 1200px) { .header-bar { left: 10px; } }

.header-bar:hover .icon { width: 30px; }

.header-bar:hover .icon:after { width: 30px; }

.header-bar .icon { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; height: 2px; width: 20px; margin-top: 125%; background: #353638; -webkit-transition: width .2s; transition: width .2s; }

.header-bar .icon:before, .header-bar .icon:after { position: absolute; content: ""; background: #353638; height: 2px; -webkit-transition: width .2s; transition: width .2s; }

.header-bar .icon:before { width: 30px; top: -10px; }

.header-bar .icon:after { width: 10px; top: 10px; }

.header-bar .text { display: none; }

.header-social { position: absolute; left: 25px; bottom: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 30px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 2; }

@media (max-width: 1200px) { .header-social { display: none; } }

.header-social a { color: #999; font-size: 14px; padding-bottom: 5px; padding-top: 5px; -webkit-transition: .3s; transition: .3s; }

.header-social a:hover { color: #353638; }

.header-social a:first-child { padding-top: 0; }

.header-social a:last-child { padding-bottom: 0; }

.header-nav__wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: 100px; }

@media (min-width: 992px) and (max-width: 1200px) { .header-nav__wrapper { margin-left: 40px; } }

@media (max-width: 767px) { .header-nav__wrapper { display: none; } }

@media (max-width: 767px) { .header-contact { position: absolute; right: 10px; } }

.header-contact a { color: #353638; }

.header-contact__left { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

@media (max-width: 767px) { .header-contact__left { display: none !important; } }

.header-contact__left .text { font-weight: 300; line-height: 1; font-size: 14px; }

@media (min-width: 992px) and (max-width: 1200px) { .header-contact__left .text { font-size: 13px; } }

.header-contact__left .text.style-1 { font-weight: 900; font-size: 18px; margin-top: 5px; }

@media (min-width: 992px) and (max-width: 1200px) { .header-contact__left .text.style-1 { font-size: 14px; } }

.header-contact .icon { margin-left: 15px; font-size: 32px; }

@media (max-width: 767px) { .header-contact .icon { margin-left: 0; } }

.header-sticky { position: fixed; top: 0; right: 0; left: 0; background: #ffd400; z-index: 1002; overflow: hidden; -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: .3s; transition: .3s; }

.header-sticky.is-visible { -webkit-transform: translateY(0); transform: translateY(0); }

.header-sticky__container { height: 70px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (min-width: 768px) and (max-width: 991px) { .header-sticky__container { position: relative; } }

@media (max-width: 767px) { .header-sticky__container { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.header-sticky .header-logo { -webkit-transform: translateY(60px); transform: translateY(60px); -webkit-transition: .3s; transition: .3s; }

.header-sticky .header-logo.is-visible { -webkit-transform: translateY(0); transform: translateY(0); }

.header-sticky .header-logo a { overflow: hidden; height: 34px; }

.header-sticky .header-logo img { -webkit-filter: brightness(20%); filter: brightness(20%); width: 60px; }

.header-sticky .header-nav__item > a { height: 70px; }

.header-sticky .header-nav__item > a:before { bottom: 20px; }

.footer { position: relative; z-index: 1; }

@media (max-width: 767px) { .footer { margin-bottom: 50px; } }

.footer:before { content: ""; position: absolute; z-index: -1; top: 0; right: 0; left: 0; background-repeat: no-repeat; background-position: right 50px; background-image: url("../img/bg-1.png"); height: 400px; opacity: .5; }

.footer-top { padding-top: 70px; padding-bottom: 50px; }

@media (max-width: 767px) { .footer-card { margin-bottom: 50px; }
  .footer-card:last-child { margin-bottom: 0; } }

.footer-heading { color: #353638; font-size: 20px; font-weight: 500; letter-spacing: -0.5px; margin-bottom: 20px; }

@media (max-width: 479px) { .footer-heading { font-size: 18px; } }

.footer-logo a { display: block; position: relative; }

.footer-logo img { width: 70px; }

@media (max-width: 479px) { .footer-links { width: 50%; } }

.footer-links ul li a { color: #999; font-size: 14px; display: block; padding-top: 5px; padding-bottom: 5px; -webkit-transition: .3s; transition: .3s; }

.footer-links ul li a:hover { color: #ffd400; }

.footer-contact { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.footer-contact a { color: #999; font-size: 14px; display: block; }

.footer-contact a.dark { color: #353638; font-size: 20px; letter-spacing: -0.5px; font-weight: 400; -webkit-transition: .3s; transition: .3s; }

.footer-contact a.dark:hover { color: #ffd400; }

.footer-social { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.footer-social a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border: 1px solid #999; color: #999; border-radius: 100%; font-size: 14px; opacity: .6; width: 40px; height: 40px; margin-right: 10px; -webkit-transition: .3s; transition: .3s; }

.footer-social a:last-child { margin-right: 0; }

.footer-social a:hover { opacity: 1; background: #ffd400; border: 1px solid #ffd400; color: #fff; }

.footer-bottom .container { height: 80px; }

.footer-bottom .text { color: #999; font-size: 14px; }

@media (max-width: 479px) { .footer-bottom .text { text-align: center; } }

.footer-bottom .text strong { font-weight: 900; }

.footer-bottom a { color: #999; -webkit-transition: .3s; transition: .3s; }

.footer-bottom a:hover { color: #ffd400; }

.footer-button { position: fixed; bottom: 0; left: 0; right: 0; background: #353638; height: 50px; color: #fff; font-weight: 300; display: none; z-index: 100; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; letter-spacing: 2px; }

@media (max-width: 767px) { .footer-button { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.footer-button .icon { margin-left: 15px; font-size: 14px; }

.section.bg { position: relative; z-index: 1; }

.section.bg:before { content: ""; position: absolute; z-index: -1; top: 0; right: 0; left: 0; background-repeat: no-repeat; background-position: center center; }

.section.bg-1:before { background-image: url("../img/bg-1.png"); height: 440px; background-position: right 100px; }

.section.bgc-1 { background: #fafbff; height: 350px; }

.section-container { height: 100%; }

.section.bgc-1 { background: #fafbff; height: 350px; }

.section-container { height: 100%; }

.section.l-relative { z-index: 1; }

.section-figure { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; }

.section-figure > div:not(.not-animation) { -webkit-animation-name: swing__figure; animation-name: swing__figure; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-direction: alternate; animation-direction: alternate; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

@media (max-width: 991px) { .section-figure > div img { max-width: 100%; } }

.section-figure__services-left { position: absolute; left: -250px; bottom: -35px; -webkit-animation-delay: .5s; animation-delay: .5s; }

@media (min-width: 1824px) { .section-figure__services-left { right: -200px; } }

.section-figure__services-left img { width: 600px; }

@media (min-width: 1824px) { .section-figure__services-left img { width: 800px; } }

.section-figure__services-right { position: absolute; right: -400px; top: -90px; -webkit-animation-delay: .1s; animation-delay: .1s; }

@media (min-width: 1824px) { .section-figure__services-right { right: -300px; } }

@media (max-width: 767px) { .section-figure__services-right { display: none; } }

.section-figure__services-right img { width: 1100px; }

@media (min-width: 1824px) { .section-figure__services-right img { width: 1200px; } }

.section-figure__about-left { position: absolute; left: -460px; top: 90px; -webkit-animation-delay: 1s; animation-delay: 1s; }

@media (min-width: 1824px) { .section-figure__about-left { left: -350px; } }

@media (min-width: 992px) and (max-width: 1200px) { .section-figure__about-left { left: -400px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-figure__about-left { left: -400px; } }

.section-figure__about-left img { width: 1300px; }

@media (min-width: 1824px) { .section-figure__about-left img { width: 1400px; } }

@media (min-width: 992px) and (max-width: 1200px) { .section-figure__about-left img { width: 1000px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-figure__about-left img { width: 1000px; } }

.section-figure__about-right { position: absolute; right: -60px; bottom: -100px; -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }

@media (min-width: 1824px) { .section-figure__about-right { right: -100px; } }

@media (max-width: 767px) { .section-figure__about-right { display: none; } }

.section-figure__about-right img { width: 300px; }

@media (min-width: 1824px) { .section-figure__about-right img { width: 450px; } }

.section-figure__news-right { position: absolute; right: -200px; bottom: 0; -webkit-animation-delay: 1.7s; animation-delay: 1.7s; }

@media (min-width: 1824px) { .section-figure__news-right { right: -275px; bottom: -85px; } }

@media (min-width: 992px) and (max-width: 1200px) { .section-figure__news-right { bottom: 125px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-figure__news-right { bottom: 125px; } }

@media (max-width: 767px) { .section-figure__news-right { display: none; } }

.section-figure__news-right img { width: 1170px; }

@media (min-width: 1824px) { .section-figure__news-right img { width: 1500px; } }

@media (min-width: 992px) and (max-width: 1200px) { .section-figure__news-right img { width: 790px; } }

@media (min-width: 768px) and (max-width: 991px) { .section-figure__news-right img { width: 790px; } }

.section-figure__form-left { position: absolute; left: -230px; top: 50px; -webkit-animation-delay: 2.1s; animation-delay: 2.1s; }

@media (min-width: 1824px) { .section-figure__form-left { left: -180px; } }

.section-figure__form-left img { width: 970px; }

@media (min-width: 1824px) { .section-figure__form-left img { width: 1170px; } }

.section-figure__form-right { position: absolute; right: -120px; bottom: -30px; -webkit-animation-delay: 2.7s; animation-delay: 2.7s; }

@media (min-width: 1824px) { .section-figure__form-right { right: -150px; bottom: -120px; } }

@media (max-width: 1200px) { .section-figure__form-right { display: none; } }

.section-figure__form-right img { width: 450px; }

@media (min-width: 1824px) { .section-figure__form-right img { width: 550px; } }

.header-sub { position: relative; }

.slide-button { position: absolute; bottom: calc(( 90px / 2 ) * -1); right: 0; z-index: 5; }

@media (max-width: 767px) { .slide-button { display: none; } }

.slide-button a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 280px; height: 90px; font-size: 16px; letter-spacing: 1px; font-weight: 300; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #353638; color: #fff; position: relative; z-index: 1; }

.slide-button a:hover:before { width: 100%; opacity: 1; }

.slide-button a:before { content: ""; position: absolute; z-index: -1; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); width: 10%; opacity: 0; -webkit-transition: .3s; transition: .3s; }

.slide-button a .icon { margin-left: 20px; font-size: 20px; }

.projects-wrapper { padding-top: 120px; padding-bottom: 0; }

@media (max-width: 767px) { .projects-wrapper { padding-top: 75px; } }

@media (max-width: 767px) { .projects-wrapper .owl-carousel .owl-stage { padding-left: 0 !important; } }

.projects-container { margin-top: 40px; }

@media (max-width: 767px) { .projects-container { padding-left: 10px; } }

.projects-carousel .projects-card { margin-bottom: 100px; }

@media (max-width: 767px) { .projects-carousel .projects-card { margin-bottom: 60px; } }

.services-container { padding-top: 40px; padding-bottom: 120px; }

.services-container .services.list { margin-top: 70px; }

@media (max-width: 479px) { .services-container .services.list { margin-top: 50px; } }

.circles { display: block; width: 480px; height: 480px; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 50%; position: relative; }

@media (min-width: 992px) and (max-width: 1200px) { .circles { width: 350px; height: 350px; } }

@media (min-width: 768px) and (max-width: 991px) { .circles { width: 250px; height: 250px; } }

@media (min-width: 480px) and (max-width: 767px) { .circles { width: 320px; height: 320px; } }

@media (max-width: 479px) { .circles { width: 200px; height: 200px; } }

.circles-item { position: absolute; }

.circles-item__wrapper { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #fff; width: 170px; height: 170px; border-radius: 50%; -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.06); }

@media (min-width: 992px) and (max-width: 1200px) { .circles-item__wrapper { width: 120px; height: 120px; } }

@media (min-width: 768px) and (max-width: 991px) { .circles-item__wrapper { width: 110px; height: 110px; } }

@media (min-width: 480px) and (max-width: 767px) { .circles-item__wrapper { width: 130px; height: 130px; } }

@media (max-width: 479px) { .circles-item__wrapper { width: 100px; height: 100px; } }

.circles-item__wrapper.small { width: calc( ( 170px / 2 ) + 40px); height: calc( ( 170px / 2 ) + 40px); }

.circles-item.top, .circles-item.bottom { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.circles-item.right, .circles-item.left { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.circles-item.top { top: calc( 85px * -1); }

@media (min-width: 992px) and (max-width: 1200px) { .circles-item.top { top: calc( 60px * -1); } }

@media (min-width: 768px) and (max-width: 991px) { .circles-item.top { top: calc( 55px * -1); } }

@media (min-width: 480px) and (max-width: 767px) { .circles-item.top { top: calc( 65px * -1); } }

@media (max-width: 479px) { .circles-item.top { top: calc( 50px * -1); } }

.circles-item.right { right: calc( 85px * -1); }

@media (min-width: 992px) and (max-width: 1200px) { .circles-item.right { right: calc( 60px * -1); } }

@media (min-width: 768px) and (max-width: 991px) { .circles-item.right { right: calc( 55px * -1); } }

@media (min-width: 480px) and (max-width: 767px) { .circles-item.right { right: calc( 65px * -1); } }

@media (max-width: 479px) { .circles-item.right { right: calc( 50px * -1); } }

.circles-item.bottom { bottom: calc( 85px * -1); }

@media (min-width: 992px) and (max-width: 1200px) { .circles-item.bottom { bottom: calc( 60px * -1); } }

@media (min-width: 768px) and (max-width: 991px) { .circles-item.bottom { bottom: calc( 55px * -1); } }

@media (min-width: 480px) and (max-width: 767px) { .circles-item.bottom { bottom: calc( 65px * -1); } }

@media (max-width: 479px) { .circles-item.bottom { bottom: calc( 50px * -1); } }

.circles-item.left { left: calc( 85px * -1); }

@media (min-width: 992px) and (max-width: 1200px) { .circles-item.left { left: calc( 60px * -1); } }

@media (min-width: 768px) and (max-width: 991px) { .circles-item.left { left: calc( 55px * -1); } }

@media (min-width: 480px) and (max-width: 767px) { .circles-item.left { left: calc( 65px * -1); } }

@media (max-width: 479px) { .circles-item.left { left: calc( 50px * -1); } }

.circles-item.center { top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

@media (max-width: 1200px) { .circles-item.center { display: none; } }

.circles-item .icon { color: #fe8f29; font-size: 48px; }

.circles-item .number { font-size: 40px; letter-spacing: -1.5px; line-height: 1; color: #00c9ff; }

@media (min-width: 992px) and (max-width: 1200px) { .circles-item .number { font-size: 36px; } }

@media (min-width: 768px) and (max-width: 991px) { .circles-item .number { font-size: 32px; } }

@media (min-width: 480px) and (max-width: 767px) { .circles-item .number { font-size: 32px; } }

@media (max-width: 479px) { .circles-item .number { font-size: 28px; } }

.circles-item .text { font-size: 16px; color: #999; font-weight: 300; margin-top: 5px; }

@media (max-width: 1200px) { .circles-item .text { font-size: 13px; margin-top: 0; } }

.circles-container { padding-bottom: 80px; }

@media (max-width: 767px) { .circles-container { padding-top: 60px; } }

.circles-container .l-center { min-height: 750px; }

@media (min-width: 480px) and (max-width: 767px) { .circles-container .l-center { min-height: 950px; } }

@media (max-width: 767px) { .news-container { margin-bottom: 40px; } }

.news-container.l-center { min-height: 700px; }

@media (max-width: 767px) { .news-container.l-center { min-height: 500px; } }

.news-carousel .owl-stage { padding-left: 0 !important; }

.news-carousel .news-card { margin: 10px 20px 30px 20px; }

@media (max-width: 767px) { .news-carousel .news-card { margin: 10px 10px 30px 10px; } }

.news-carousel .owl-carousel .owl-item { -webkit-filter: blur(2px); filter: blur(2px); opacity: .7; -webkit-transition: .5s; transition: .5s; }

.news-carousel .owl-carousel .owl-item.active { -webkit-filter: blur(0); filter: blur(0); opacity: 1; }

.form-container { margin-bottom: 80px; }

@media (min-width: 1824px) { .form-container { margin-bottom: 190px; } }

@media (max-width: 767px) { .form-container.components-row { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

.form-container.l-center { min-height: 700px; }

@media (max-width: 1200px) { .form-container .section-header .small-title { color: #fff !important; } }

@media (max-width: 1200px) { .form-container .section-header .text { color: #fff; } }

@media (max-width: 1200px) { .form-container .section-header .border { background: #fff !important; } }

@media (max-width: 767px) { .form-container .form-custom { margin-top: 50px; } }

.inner-page__header { position: relative; }

.inner-page__heading.style-1 { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 463px; max-width: 100%; padding-top: 120px; }

@media (min-width: 1824px) { .inner-page__heading.style-1 { width: 430px; } }

@media (min-width: 992px) and (max-width: 1200px) { .inner-page__heading.style-1 { width: 400px; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__heading.style-1 { width: 310px; } }

@media (max-width: 767px) { .inner-page__heading.style-1 { position: absolute; left: 0; right: 0; top: 0; bottom: 0; padding-left: 10px; padding-right: 10px; height: 450px; padding-top: 100px; text-align: center; width: 100%; } }

@media (max-width: 767px) { .inner-page__heading.style-1 .button-border { border: 2px solid #353638; } }

.inner-page__heading.style-2 { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; }

.inner-page__heading.style-2 .container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; height: 100%; padding-top: 90px; }

.inner-page__heading.style-2 .text { color: #353638; padding-right: 0; }

.inner-page__heading-col { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.inner-page__heading .title { color: #353638; font-family: "Raleway", sans-serif; font-size: 48px; letter-spacing: -1px; font-weight: 900; line-height: 1.2; }

@media (min-width: 992px) and (max-width: 1200px) { .inner-page__heading .title { font-size: 48px; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__heading .title { font-size: 36px; } }

@media (max-width: 479px) { .inner-page__heading .title { font-size: 32px; } }

.inner-page__heading .text { color: #999; font-size: 16px; font-weight: 300; margin-top: 10px; margin-bottom: 40px; }

@media (min-width: 1201px) { .inner-page__heading .text { padding-right: 80px; } }

@media (min-width: 768px) and (max-width: 991px) { .inner-page__heading .text { font-size: 16px; } }

@media (max-width: 767px) { .inner-page__heading .text { margin-bottom: 20px; color: #353638; } }

@media (max-width: 479px) { .inner-page__heading .text { font-size: 14px; } }

.inner-page__content { min-height: 700px; padding-top: 80px; padding-bottom: 80px; }

.inner-page__content.no-height { min-height: inherit; }

.inner-page__bg { height: 450px; overflow: hidden; background: #ffd400; }

.inner-page__bg.style-1 { height: 350px; }

.inner-page__bg img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: .05; }

.page-content__header { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; border-left: 5px solid #eee; padding-left: 20px; }

.page-content__header .title { color: #353638; font-size: 32px; font-weight: 800; line-height: 1.2; }

.page-content__header .date { font-size: 13px; color: #999; }

.page-content__spot { color: #353638; font-size: 18px; font-weight: 300; margin-bottom: 20px; }

.page-content__description { font-weight: 300; font-size: 16px; line-height: 1.8; }

.page-content__description strong { font-weight: 700; }

.page-content__description img { max-width: 100%; }

.page-content__description blockquote { margin-bottom: 20px; border-left: 5px solid #eee; padding-left: 20px; }

.page-content__description blockquote h1 { color: #353638; font-size: 32px; font-weight: 800; line-height: 1.4; }

@media (max-width: 767px) { .breadcrumb { display: none; } }

.breadcrumb.style-1 { position: absolute; top: 50%; right: 0; left: 0; width: 1200px; max-width: 100%; margin: 0 auto; padding-left: 10px; padding-right: 10px; }

@media (min-width: 992px) and (max-width: 1200px) { .breadcrumb.style-1 { width: 992px; } }

@media (min-width: 768px) and (max-width: 991px) { .breadcrumb.style-1 { width: 768px; } }

.breadcrumb.style-1 ul { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.breadcrumb.dark ul li a { color: #353638; }

.breadcrumb.dark ul li a:after { border-top: 1px solid #353638; border-right: 1px solid #353638; }

.breadcrumb ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.breadcrumb ul li a { font-size: 12px; color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; letter-spacing: .5px; text-transform: uppercase; height: 30px; -webkit-transition: .3s; transition: .3s; }

.breadcrumb ul li a:after { content: ""; width: 6px; height: 6px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); margin-left: 8px; margin-right: 13px; }

.breadcrumb ul li a .icon { font-size: 14px; }

.breadcrumb ul li:last-child a:after { display: none; }

.news-list__item { padding-bottom: 60px; position: relative; z-index: 1; }

.news-list__item:last-child { padding-bottom: 0; }

.news-list__item:before { content: ""; position: absolute; left: calc( 80px / 2); -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: -1; width: 1px; height: 50px; height: 100%; background: rgba(0, 0, 0, 0.08); }

.news-list__item-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; width: 80px; }

.news-list__item-left .content { background: #fff; padding: 7px 0; }

.news-list__item-left .date { font-size: 12px; color: #999; display: block; background: #fff; padding: 10px 5px; }

.news-list__item-right { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding-left: 20px; }

.news-list__item-right:hover .title { color: #ffd400; }

.news-list__item-right .title { font-size: 24px; font-weight: 700; color: #353638; text-transform: capitalize; line-height: 1.4; -webkit-transition: .3s; transition: .3s; }

.news-list__item-right .text { font-size: 16px; font-weight: 300; color: #999; margin-top: 7px; overflow: hidden; max-height: 75px; }

.news-list__figure .icon { width: 40px; height: 40px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; border-radius: 50%; font-size: 16px; }

.js .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }

.inputfile + label { cursor: pointer; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 14px; height: 45px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }

.no-js .inputfile + label { display: none; }

.inputfile:focus + label, .inputfile.has-focus + label { outline: 1px dotted #000; outline: -webkit-focus-ring-color auto 5px; }

.inputfile-1 { display: none; }

.inputfile + label svg { width: 1em; height: 1em; vertical-align: middle; fill: currentColor; margin-top: -0.25em; margin-right: 0.25em; }

.inputfile-1 + label { background: #fff; border-bottom: 2px solid rgba(0, 0, 0, 0.08); color: #999; }

.inputfile-1:focus + label, .inputfile-1.has-focus + label, .inputfile-1 + label:hover { background: none; }

@media (max-width: 767px) { .contact-address { margin-bottom: 70px; } }

.contact-address ul { margin-top: 20px; }

.contact-address ul li a { color: #6f6f6f; font-size: 16px; font-weight: 300; display: block; padding-top: 4px; padding-bottom: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 1201px) { .contact-address ul li a { padding-right: 50px; } }

.contact-address ul li a.phone { color: #353638; font-size: 20px; font-weight: 400; letter-spacing: -0.5px; }

.contact-address ul li a > .icon { color: #ffd400; width: 40px; }

.contact-address ul li a > .text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.position-inherit { position: inherit; }

.no-scroll { overflow: hidden; }

.no-scroll-y { overflow-y: hidden; }

.no-scroll-x { overflow-x: hidden; }

.overflow-hidden { overflow: hidden; }

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

.l-relative { position: relative; }

.l-sticky { position: -webkit-sticky; position: sticky; top: 0; }

.text-center { text-align: center; }

.justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.justify-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.justify-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.align-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.align-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.align-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.align-between { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; }

.hidden { display: none; }

@media (max-width: 767px) { .hidden { display: block !important; } }

@media (max-width: 479px) { .xs-hidden { display: none; } }

@media (max-width: 767px) { .sm-hidden { display: none; } }

@media (max-width: 991px) { .md-hidden { display: none; } }

.padding-v-10 { padding-top: 10px; padding-bottom: 10px; }

.padding-v-20 { padding-top: 20px; padding-bottom: 20px; }

.padding-v-30 { padding-top: 30px; padding-bottom: 30px; }

.padding-v-40 { padding-top: 40px; padding-bottom: 40px; }

.padding-v-50 { padding-top: 50px; padding-bottom: 50px; }

.padding-top-0 { padding-top: 0; }

.padding-bottom-0 { padding-bottom: 0; }

.padding-top-10 { padding-top: 10px; }

.padding-top-15 { padding-top: 15px; }

.padding-top-20 { padding-top: 20px; }

.padding-top-25 { padding-top: 25px; }

.padding-top-30 { padding-top: 30px; }

.padding-top-40 { padding-top: 40px; }

.padding-top-50 { padding-top: 50px; }

.padding-top-60 { padding-top: 60px; }

.padding-top-70 { padding-top: 70px; }

.padding-top-80 { padding-top: 80px; }

.padding-bottom-10 { padding-bottom: 10px; }

.padding-bottom-15 { padding-bottom: 15px; }

.padding-bottom-20 { padding-bottom: 20px; }

.padding-bottom-30 { padding-bottom: 30px; }

.padding-bottom-40 { padding-bottom: 40px; }

.padding-bottom-50 { padding-bottom: 50px; }

.padding-bottom-60 { padding-bottom: 60px; }

.padding-bottom-70 { padding-bottom: 70px; }

.padding-bottom-80 { padding-bottom: 80px; }

.margin-v-10 { margin-top: 10px; margin-bottom: 10px; }

.margin-v-20 { margin-top: 20px; margin-bottom: 20px; }

.margin-v-30 { margin-top: 30px; margin-bottom: 30px; }

.margin-v-40 { margin-top: 40px; margin-bottom: 40px; }

.margin-v-50 { margin-top: 50px; margin-bottom: 50px; }

.margin-top-0 { margin-top: 0; }

.margin-bottom-0 { margin-bottom: 0; }

.margin-top-10 { margin-top: 10px; }

.margin-top-15 { margin-top: 15px; }

.margin-top-20 { margin-top: 20px; }

.margin-top-25 { margin-top: 25px; }

.margin-top-30 { margin-top: 30px; }

.margin-top-40 { margin-top: 40px; }

.margin-top-50 { margin-top: 50px; }

.margin-top-60 { margin-top: 60px; }

.margin-top-70 { margin-top: 70px; }

.margin-top-80 { margin-top: 80px; }

.margin-bottom-10 { margin-bottom: 10px; }

.margin-bottom-15 { margin-bottom: 15px; }

.margin-bottom-20 { margin-bottom: 20px; }

.margin-bottom-30 { margin-bottom: 30px; }

.margin-bottom-40 { margin-bottom: 40px; }

.margin-bottom-50 { margin-bottom: 50px; }

.margin-bottom-60 { margin-bottom: 60px; }

.margin-bottom-70 { margin-bottom: 70px; }

.margin-bottom-80 { margin-bottom: 80px; }
