@import url(animate.css);
/*
* @subsection Flow-mixin
*/
@import url(//fonts.googleapis.com/css?family=Raleway:400,300|Montserrat:400,700);
@import url(rd-parallax.css);
/*
* @section Main Styles
*/
body {
  color: #000;
  font: 400 16px/27px "Raleway", sans-serif;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #default;
  line-height: 1.2;
  text-transform: uppercase;
}

h3, h4, h5, h6 {
  font-weight: 300;
}

h1, .heading-1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.14;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  h1, .heading-1 {
    font-size: 60px;
  }
}

h2, .heading-2 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 50px;
  }
}

h3, .heading-3 {
  font-size: 28px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h3, .heading-3 {
    font-size: 40px;
  }
}

h4, .heading-4 {
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h4, .heading-4 {
    font-size: 30px;
  }
}

h5, .heading-5 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h5, .heading-5 {
    font-size: 28px;
  }
}

h6, .heading-6 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h6, .heading-6 {
    font-size: 26px;
  }
}

.small {
  font-size: 13px;
}

em {
  display: inline-block;
  font-size: 20px;
  line-height: 1.6;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}
a:hover {
  color: #27c2e9;
}

a[href^="tel:"],
a[href^="callto:"] {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*
* @section typography
*/
.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
}

@media (min-width: 1700px) {
  .text-lg-left {
    text-align: left;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #27c2e9;
}

.text-contrast {
  color: #fff;
}

.text-default-variant-1 {
  opacity: 0.1;
}

/*
* @section Main Layout
*/
.well-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .well-sm {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.well-md {
  padding-top: 50px;
  padding-bottom: 55px;
}
@media (min-width: 1700px) {
  .well-md {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}

.well-lg {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1700px) {
  .well-lg {
    padding-top: 100px;
    padding-bottom: 205px;
  }
}

.well-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .well-xl {
    padding-top: 232px;
    padding-bottom: 205px;
  }
}

* + p {
  margin-top: 19px;
}

* + time {
  margin-top: 20px;
}

* + dl {
  margin-top: 10px;
}

* + em {
  margin-top: 82px;
}

* + .inline-list {
  margin-top: 47px;
}

* + .row {
  margin-top: 57px;
}

* + .map {
  margin-top: 30px;
}
@media (min-width: 768px) {
  * + .map {
    margin-top: 150px;
  }
}

* + .copyright {
  margin-top: 30px;
}
@media (min-width: 1700px) {
  * + .copyright {
    margin-top: 206px;
  }
}

* + .table-sm {
  margin-top: 30px;
}
@media (min-width: 992px) {
  * + .table-sm {
    margin-top: 143px;
  }
}

* + .offset-3 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  * + .offset-3 {
    margin-top: 130px;
  }
}

h3 + h2 {
  margin-top: 100px;
}

h2 + h3 {
  margin-top: 16px;
}

h4 + p {
  margin-top: 27px;
}

img + h4 {
  margin-top: 32px;
}

dl + a {
  margin-top: 20px;
}

h2 + .icon {
  margin-top: 35px;
}

.icon + p {
  margin-top: 48px;
}

.flow-offset-1 > * + * {
  margin-top: 30px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1700px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1700px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.flow-offset-2 [class*="col-"]:nth-child(n+2) {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .flow-offset-2 [class*="col-"]:nth-child(n+2) {
    margin-top: 102px;
  }
}

.flow-offset-3 > * + * {
  margin-top: 50px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 1700px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1700px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}

.offset-1 {
  margin-top: 20px;
}

.offset-2 {
  margin-top: -10px;
}

.offset-4 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .offset-4 {
    margin-top: 0;
  }
}

.inset-1 {
  padding-top: 16.5%;
  padding-bottom: 16.5%;
  padding-left: 20.5%;
  padding-right: 10%;
}

@media (min-width: 992px) {
  .inset-2 {
    padding-top: 14.4%;
  }
}

.inset-3 {
  padding-left: 0;
}

.inset-4 {
  padding: 15%;
}
@media (min-width: 992px) {
  .inset-4 {
    padding-top: 36%;
    padding-bottom: 37%;
    padding-left: 24%;
    padding-right: 23%;
  }
}

.prefix-1 {
  margin-left: 15px;
}

@media (min-width: 1700px) {
  .prefix-2 {
    margin-left: 139px;
  }
}

@media (min-width: 1700px) {
  .prefix-3 {
    margin-left: -50px;
  }
}

.row-no-gutter {
  margin-left: 0px;
  margin-right: 0px;
}

.row-no-gutter [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.container-lg-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1700px) {
  .container-lg-fluid {
    width: 1800px;
  }
}

@media (min-width: 992px) {
  .pull-md-right {
    float: right;
  }
}

@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }
}

/*
* @section Components
*/
/*
* @subsection Brand
*/
.brand {
  display: inline-block;
}
.brand_name {
  font-weight: 400;
  overflow: hidden;
  font-size: 68px;
  display: inline-block;
  vertical-align: middle;
}
.brand_name a:hover {
  color: inherit;
}
.brand span {
  vertical-align: middle;
}

/*
* @subsection Backgrounds
*/
.bg-default {
  background-color: #000;
}
.bg-default h1, .bg-default h2, .bg-default h3, .bg-default h4, .bg-default h5, .bg-default h6, .bg-default time, .bg-default address, .bg-default span, .bg-default div, .bg-default .btn-primary, .bg-default .counter:before {
  color: #fff;
}
.bg-default p {
  color: #27c2e9;
}
.bg-default .text-default-variant-1 {
  opacity: 1;
  color: #fff;
}
.bg-default .counter {
  display: block;
  margin-top: 30px;
}

.bg-contrast {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.bg-contrast .counter:before {
  opacity: .05;
}

@media (min-width: 992px) {
  .bg-image01 {
    background-image: url("../images/bg-image01.png");
    background-repeat: no-repeat;
    background-position: 96% 6%;
  }
}

@media (min-width: 1700px) {
  .bg-image02 {
    background-image: url("../images/bg-image02.png");
    background-repeat: no-repeat;
    background-position: 13% 32%;
  }
}

/*
* @subsection Icons
*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-youtube {
  font-size: 23px;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus:hover,
.fa-youtube:hover {
  color: #fff;
}

.icon {
  display: inline-block;
}
.icon-xl {
  font-size: 120px;
  font-family: "Montserrat", sans-serif;
  line-height: 90px;
}

/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
}
.btn:focus {
  background-color: #27c2e9;
  color: #fff;
}
.btn-md {
  font-size: 16px;
  padding: 13px 40px;
}
.btn-primary {
  border: 2px solid #27c2e9;
  z-index: 0;
}
.btn-primary:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  right: 0;
  bottom: 0;
  background-color: #27c2e9;
  -webkit-transition: .4s;
          transition: .4s;
  z-index: -1;
  position: absolute;
}
.btn-primary:hover:before {
  height: 100%;
}
.btn:active {
  background: #27c2e9;
}

/*
* @subsection Address
*/
address dl {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1700px) {
  address dl {
    font-size: 32px;
  }
}

dt, dd {
  display: inline-block;
}

/*
* @subsection Counter
*/
.page {
  counter-reset: section;
}

.counter-wrap {
  max-width: 568px;
  max-height: 906px;
  display: inline-block;
}
.counter:before {
  content: counter(section,decimal-leading-zero);
  counter-increment: section;
  font-size: 120px;
  line-height: 100px;
  font-family: "Montserrat", sans-serif;
}

/*
* @subsection Table
*/
@media (min-width: 500px) {
  .table-xs {
    display: table;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .table-sm {
    display: table;
  }
  .table-sm-skin-1, .table-sm-skin-2 {
    display: table-cell;
  }
  .table-sm-skin-1 {
    padding-left: 30px;
  }
  .table-sm-skin-2 {
    vertical-align: bottom;
    float: none;
  }
}

/*
* @subsection Box
*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*
* @subsection Position
*/
.position-wrap {
  min-height: 85px;
}
.position-skin-1 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .position-skin-1 {
    margin-top: -230px;
  }
}
.position-skin-2 {
  position: relative;
}
@media (min-width: 1700px) {
  .position-skin-2 {
    margin-bottom: -325px;
  }
}
.position-skin-2 .counter {
  position: absolute;
  bottom: 0;
  right: 0;
}
.position-skin-2 .counter:before {
  opacity: 1;
}
@media (min-width: 480px) {
  .position-skin-2 .counter {
    right: 50px;
    bottom: 53px;
  }
}
.position-skin-3 {
  margin-top: 130px;
}
@media (min-width: 768px) {
  .position-skin-3 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .position-skin-3 {
    margin-top: -150px;
  }
}
@media (min-width: 1700px) {
  .position-skin-3 {
    margin-top: -290px;
  }
}
.position-skin-4 {
  opacity: 0.95;
}
@media (min-width: 1700px) {
  .position-skin-4 {
    margin-bottom: -325px;
  }
}

/*
* @subsection Br
*/
.br-lg-on {
  display: none;
  line-height: 0;
}
@media (min-width: 1700px) {
  .br-lg-on {
    display: block;
  }
}

/*
* @subsection Inline-list
*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 20px;
}

/*
* @subsection Canvas
*/
#bgCanvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

canvas {
  pointer-events: none;
}

#bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
}

/*
* @subsection Box
*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 30px;
}
.box .box_right {
  padding-left: 30px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 30px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  float: none;
}
@media (min-width: 1700px) {
  .box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
    float: right;
  }
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 30px;
  }
  .box-xs .box_right {
    padding-left: 30px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xs-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 30px;
  }
  .box-sm .box_right {
    padding-left: 30px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 30px;
  }
  .box-sm-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 30px;
  }
  .box-md .box_right {
    padding-left: 30px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 30px;
  }
  .box-md-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 1700px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 30px;
  }
  .box-lg .box_right {
    padding-left: 30px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 30px;
  }
  .box-lg-clear .box_right {
    padding-top: 30px;
  }
}
/**
* @subsection   google-map.css
*
* @description  Easy as hell Google Map Api Jquery plugin.
*
*
* @author       Evgeniy Gusarov (Stmechanus || Diversant)    
*/
.map {
  position: relative;
  z-index: 6;
}
.map_model {
  height: 350px;
}
.map_model img {
  max-width: none !important;
}
@media (min-width: 480px) {
  .map_model {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .map_model {
    height: 467px;
  }
}
.map_locations {
  display: none;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #27c2e9;
  border-radius: 50%;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:focus {
  background: #27c2e9;
}
.toTop:hover {
  color: #fff;
  background: #222222;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*
* @section Helpers
*/
.border {
  border: 3px solid #27c2e9;
}

.heading {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
.heading:after, .heading:before {
  content: '';
  border-bottom: 2px solid;
  margin-left: 36px;
  -webkit-transition: .6s;
          transition: .6s;
  position: absolute;
  bottom: 12px;
  right: -102px;
  display: none;
}
@media (min-width: 1700px) {
  .heading:after, .heading:before {
    display: inline-block;
  }
}
.heading:before {
  width: 0;
  border-color: #27c2e9;
  z-index: 5;
}
.heading:after {
  width: 73px;
}
.heading:hover:before {
  width: 73px;
}
.heading-skin-1:after, .heading-skin-1:before {
  right: -172px;
}

.z-index {
  position: relative;
  z-index: 6;
}
.z-index-variant-1 {
  position: relative;
  z-index: 7;
}

@media (max-width: 992px) {
  .parallax-md {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.copyright-skin {
  display: inline-block;
  vertical-align: 20%;
}
.copyright-skin span {
  position: relative;
}
.copyright-skin span:after {
  content: '|';
  display: inline-block;
  margin-left: 3px;
}

/*
* @section HEADER Section
*/
header {
  padding-top: 30px;
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  header {
    padding-bottom: 266px;
  }
}
header .brand {
  float: left;
  min-width: 260px;
}
header .brand_name {
  border: 1px solid;
}
header .brand_name a {
  padding: 40px 18px;
  display: inline-block;
}
header h3 {
  letter-spacing: 1px;
}
header .heading:after {
  width: 143px;
  bottom: 9px;
  right: -123px;
}
header .heading:before {
  bottom: 9px;
  right: -123px;
}
header .heading:hover:before {
  width: 143px;
}
header .nav {
  float: right;
}
header address {
  margin-top: 30px;
}
@media (min-width: 500px) {
  header address {
    margin-top: 0;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  header .counter {
    position: absolute;
    bottom: -35px;
    right: 9%;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*
* @section CONTENT  Section
*/
main {
  display: block;
}

/*
* @section FOOTER  Styles
*/
footer {
  padding-top: 50px;
}
footer .copyright {
  font-size: 12px;
}
footer dl {
  margin-top: 23px;
}
footer a {
  display: inline-block;
  vertical-align: bottom;
}
footer .brand_name {
  vertical-align: bottom;
}
footer .icon {
  display: block;
}
@media (min-width: 1700px) {
  footer .icon {
    display: inline-block;
  }
}
footer .counter + span {
  margin-top: 43px;
}
footer span {
  display: inline-block;
}
footer a[href^="mailto:"]:hover {
  color: #fff;
}
@media (min-width: 1700px) {
  footer {
    padding-top: 258px;
  }
}
