/* --------------------------------------------------
    Contents:

    1. Fonts
    2. Typography
    3. General
    4. Header
    5. Navigation
    6. Main
    7. Footer
  -------------------------------------------------- */
/* --------------------------------------------------
    1. Fonts
  -------------------------------------------------- */
@font-face {
  font-family: "MontserratThin";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-thin.woff2") format("woff2");
}

@font-face {
  font-family: "MontserratExtraLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-extralight.woff2") format("woff2");
}

@font-face {
  font-family: "MontserratLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-light.woff2") format("woff2");
}

@font-face {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-regular.woff2") format("woff2");
}

@font-face {
  font-family: "MontserratRegularItalic";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-italic.woff2") format("woff2");
}

@font-face {
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-medium.woff2") format("woff2");
}

@font-face {
  font-family: "MontserratSemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-semibold.woff2") format("woff2");
}

@font-face {
  font-family: "MontserratSemiBoldItalic";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-semibolditalic.woff2") format("woff2");
}

@font-face {
  font-family: "MontserratBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-bold.woff2") format("woff2");
}

@font-face {
  font-family: "MontserratBoldItalic";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-bolditalic.woff2") format("woff2");
}

@font-face {
  font-family: "MontserratExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-extrabold.woff2") format("woff2");
}

@font-face {
  font-family: "MontserratBlack";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/montserrat/montserrat-black.woff2") format("woff2");
}

/* --------------------------------------------------
    2. Typography
  -------------------------------------------------- */
html {
  font-size: 100%;
}

body {
  font-family: "MontserratRegular", sans-serif;
  font-size: 1em;
  line-height: 1.6875;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media (min-width: 768px) {
  body {
    font-size: 1.125em;
    line-height: 1.666667;
  }
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "MontserratBold", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  max-width: 100%;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    max-width: 630px;
  }
}

.over-heading-h1,
.over-heading-h2,
.over-heading-h3,
.over-heading-h4 {
  font-family: "MontserratExtraLight", sans-serif;
}

.over-heading-h5,
.over-heading-h6 {
  letter-spacing: 0.03em;
}

.over-heading-h1,
.over-heading-h2,
.over-heading-h3,
.over-heading-h4,
.over-heading-h5,
.over-heading-h6 {
  display: block;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  max-width: 100%;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .over-heading-h1,
  .over-heading-h2,
  .over-heading-h3,
  .over-heading-h4,
  .over-heading-h5,
  .over-heading-h6 {
    max-width: 630px;
  }
}

.over-heading-h1 + h1,
.over-heading-h1 + h2,
.over-heading-h1 + h3,
.over-heading-h1 + h4,
.over-heading-h1 + h5,
.over-heading-h1 + h6,
.over-heading-h1 + .h1,
.over-heading-h1 + .h2,
.over-heading-h1 + .h3,
.over-heading-h1 + .h4,
.over-heading-h1 + .h5,
.over-heading-h1 + .h6,
.over-heading-h2 + h1,
.over-heading-h2 + h2,
.over-heading-h2 + h3,
.over-heading-h2 + h4,
.over-heading-h2 + h5,
.over-heading-h2 + h6,
.over-heading-h2 + .h1,
.over-heading-h2 + .h2,
.over-heading-h2 + .h3,
.over-heading-h2 + .h4,
.over-heading-h2 + .h5,
.over-heading-h2 + .h6,
.over-heading-h3 + h1,
.over-heading-h3 + h2,
.over-heading-h3 + h3,
.over-heading-h3 + h4,
.over-heading-h3 + h5,
.over-heading-h3 + h6,
.over-heading-h3 + .h1,
.over-heading-h3 + .h2,
.over-heading-h3 + .h3,
.over-heading-h3 + .h4,
.over-heading-h3 + .h5,
.over-heading-h3 + .h6,
.over-heading-h4 + h1,
.over-heading-h4 + h2,
.over-heading-h4 + h3,
.over-heading-h4 + h4,
.over-heading-h4 + h5,
.over-heading-h4 + h6,
.over-heading-h4 + .h1,
.over-heading-h4 + .h2,
.over-heading-h4 + .h3,
.over-heading-h4 + .h4,
.over-heading-h4 + .h5,
.over-heading-h4 + .h6,
.over-heading-h5 + h1,
.over-heading-h5 + h2,
.over-heading-h5 + h3,
.over-heading-h5 + h4,
.over-heading-h5 + h5,
.over-heading-h5 + h6,
.over-heading-h5 + .h1,
.over-heading-h5 + .h2,
.over-heading-h5 + .h3,
.over-heading-h5 + .h4,
.over-heading-h5 + .h5,
.over-heading-h5 + .h6,
.over-heading-h6 + h1,
.over-heading-h6 + h2,
.over-heading-h6 + h3,
.over-heading-h6 + h4,
.over-heading-h6 + h5,
.over-heading-h6 + h6,
.over-heading-h6 + .h1,
.over-heading-h6 + .h2,
.over-heading-h6 + .h3,
.over-heading-h6 + .h4,
.over-heading-h6 + .h5,
.over-heading-h6 + .h6 {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 3.157em;
  margin: 1.603579em 0 0.534526em;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    margin: 1.583782em 0 0.527928em;
  }
}

h1:first-of-type,
.h1:first-of-type {
  margin-top: 0;
}

h1:last-child,
.h1:last-child {
  margin-bottom: 0;
}

.over-heading-h1 {
  font-size: 2.369em;
  margin: 2.136977em 0 0.712325em;
}

@media (min-width: 768px) {
  .over-heading-h1 {
    margin: 2.110595em 0 0.703531em;
  }
}

.over-heading-h1:first-of-type {
  margin-top: 0;
}

.over-heading-h1:last-child {
  margin-bottom: 0;
}

h2,
.h2 {
  font-size: 2.369em;
  margin: 2.136977em 0 0.712325em;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    margin: 2.110595em 0 0.703531em;
  }
}

h2:first-of-type,
.h2:first-of-type {
  margin-top: 0;
}

h2:last-child,
.h2:last-child {
  margin-bottom: 0;
}

.over-heading-h2 {
  font-size: 1.777em;
  margin: 2.848902em 0 0.949634em;
}

@media (min-width: 768px) {
  .over-heading-h2 {
    margin: 2.813731em 0 0.937910em;
  }
}

.over-heading-h2:first-of-type {
  margin-top: 0;
}

.over-heading-h2:last-child {
  margin-bottom: 0;
}

h3,
.h3 {
  font-size: 1.777em;
  margin: 2.848902em 0 0.949634em;
}

@media (min-width: 768px) {
  h3,
  .h3 {
    margin: 2.813731em 0 0.937910em;
  }
}

h3:first-of-type,
.h3:first-of-type {
  margin-top: 0;
}

h3:last-child,
.h3:last-child {
  margin-bottom: 0;
}

.over-heading-h3 {
  font-size: 1.333em;
  margin: 3.797824em 0 1.265941em;
}

@media (min-width: 768px) {
  .over-heading-h3 {
    margin: 3.750937em 0 1.250312em;
  }
}

.over-heading-h3:first-of-type {
  margin-top: 0;
}

.over-heading-h3:last-child {
  margin-bottom: 0;
}

h4,
.h4 {
  font-size: 1.333em;
  margin: 3.797824em 0 1.265941em;
}

@media (min-width: 768px) {
  h4,
  .h4 {
    margin: 3.750937em 0 1.250312em;
  }
}

h4:first-of-type,
.h4:first-of-type {
  margin-top: 0;
}

h4:last-child,
.h4:last-child {
  margin-bottom: 0;
}

.over-heading-h4 {
  font-size: 1em;
  margin: 5.0625em 0 1.6875em;
}

@media (min-width: 768px) {
  .over-heading-h4 {
    margin: 5.000001em 0 1.666667em;
  }
}

.over-heading-h4:first-of-type {
  margin-top: 0;
}

.over-heading-h4:last-child {
  margin-bottom: 0;
}

h5,
.h5,
h6,
.h6 {
  font-size: 1em;
  margin: 5.0625em 0 1.6875em;
}

@media (min-width: 768px) {
  h5,
  .h5,
  h6,
  .h6 {
    margin: 5.000001em 0 1.666667em;
  }
}

h5:first-of-type,
.h5:first-of-type,
h6:first-of-type,
.h6:first-of-type {
  margin-top: 0;
}

h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}

.over-heading-h5,
.over-heading-h6 {
  font-size: .75em;
  margin: 6.75em 0 2.25em;
}

@media (min-width: 768px) {
  .over-heading-h5,
  .over-heading-h6 {
    margin: 6.666666em 0 2.222222em;
  }
}

.over-heading-h5:first-of-type,
.over-heading-h6:first-of-type {
  margin-top: 0;
}

.over-heading-h5:last-child,
.over-heading-h6:last-child {
  margin-bottom: 0;
}

p,
ul,
ol,
pre,
table,
blockquote {
  max-width: 100%;
  margin: 0 0 1.6875em;
}

@media (min-width: 768px) {
  p,
  ul,
  ol,
  pre,
  table,
  blockquote {
    max-width: 630px;
    margin: 0 0 1.666667em;
  }
}

ul,
ol {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 0;
  list-style-position: outside;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
  padding-left: 1.6875em;
}

@media (min-width: 768px) {
  ul ul,
  ol ol,
  ul ol,
  ol ul {
    padding-left: 1.666667em;
  }
}

blockquote {
  position: relative;
  font-family: "MontserratLight", sans-serif;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  margin: calc(1.6875em * 2) 0;
  padding: 0 calc(1.6875em / 2);
}

@media (min-width: 768px) {
  blockquote {
    margin: calc(1.666667em * 2) 0;
    padding: 0 calc(1.666667em / 2);
  }
}

blockquote:before, blockquote:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
}

blockquote:before {
  top: -1.6875em;
}

@media (min-width: 768px) {
  blockquote:before {
    top: -1.666667em;
  }
}

blockquote:after {
  bottom: -1.6875em;
}

@media (min-width: 768px) {
  blockquote:after {
    bottom: -1.666667em;
  }
}

blockquote cite {
  display: block;
  font-family: "MontserratSemiBold", sans-serif;
  font-size: .75em;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 2.25em 0 0;
}

@media (min-width: 768px) {
  blockquote cite {
    margin: 2.222222em 0 0;
  }
}

hr,
.hr {
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  margin: -1px 0;
}

a,
b,
i,
strong,
em,
small,
code {
  line-height: 0;
}

b,
strong {
  font-family: "MontserratSemiBold", sans-serif;
  font-style: normal;
}

b i,
b em,
strong i,
strong em {
  font-family: "MontserratSemiBoldItalic", sans-serif;
}

i,
em {
  font-family: "MontserratRegularItalic", sans-serif;
  font-style: normal;
}

i b,
i strong,
em b,
em strong {
  font-family: "MontserratSemiBoldItalic", sans-serif;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.loader-wrap #load-percent {
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 1.5em;
  line-height: 1.111111;
  letter-spacing: 0.1em;
  margin: 0 0 1.111111em;
}

.loader-wrap #load-percent.text-stroke {
  font-family: "MontserratExtraBold", sans-serif;
}

@media (max-width: 991.98px) {
  .loader-wrap #load-percent {
    line-height: 1.125;
    margin: 0 0 1.125em;
  }
}

.gallery-description {
  font-family: "MontserratLight", sans-serif;
  font-size: 0.75em;
  line-height: 2.25;
}

@media (min-width: 768px) {
  .gallery-description {
    line-height: 2.222222;
  }
}

.gallery-pagination {
  font-family: "MontserratBold", sans-serif;
  font-size: 0.75em;
  line-height: 2.25;
}

@media (min-width: 768px) {
  .gallery-pagination {
    line-height: 2.222222;
  }
}

.blog-article .article-date {
  font-family: "MontserratLight", sans-serif;
  font-size: 0.75em;
  line-height: 2.25;
}

@media (min-width: 768px) {
  .blog-article .article-date {
    line-height: 2.222222;
  }
}

.blog-nav {
  line-height: 0;
}

.blog-nav .nav-links .page-numbers {
  font-family: "MontserratBold", sans-serif;
  font-size: 0.75em;
  line-height: 2.25;
}

@media (min-width: 768px) {
  .blog-nav .nav-links .page-numbers {
    line-height: 2.222222;
  }
}

.article-tags ul li,
.widget ul li {
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 0.75em;
  line-height: 2.25;
}

@media (min-width: 768px) {
  .article-tags ul li,
  .widget ul li {
    line-height: 2.222222;
  }
}

#site-footer .swiper-slider-pagination,
#site-footer .copyright {
  font-family: "MontserratLight", sans-serif;
  font-size: 0.75em;
  line-height: 2.25;
  margin: 0;
}

@media (min-width: 768px) {
  #site-footer .swiper-slider-pagination,
  #site-footer .copyright {
    line-height: 2.222222;
  }
}

#site-footer .swiper-slider-pagination {
  font-family: "MontserratBold", sans-serif;
}

/* --------------------------------------------------
    3. General
  -------------------------------------------------- */
/* ------------------------------
      Primary style
  ------------------------------ */
html.overflow-heading {
  overflow: hidden;
}

body {
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  background-color: #001125;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #07070d inset;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #fff;
  color: #07070d;
}

::selection {
  background-color: #fff;
  color: #07070d;
}

/* ------------------------------
    12 Columns System
  ------------------------------ */
.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 540px;
  }
}

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

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

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

@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}

.container-full {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

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

.col {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 18%;
  background: rgba(0,0,0,0.5);
    padding: 2%;
}

.col * {
  max-width: 100%;
  width: auto;
}

.col-auto {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  /* margin-top: 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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 *, .col-2 *, .col-3 *, .col-4 *, .col-5 *, .col-6 *, .col-7 *, .col-8 *, .col-9 *, .col-10 *, .col-11 *, .col-12 * {
  max-width: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767.98px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .col-lg {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg * {
    max-width: 100%;
    width: auto;
  }
  .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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .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 * {
    max-width: 100%;
    width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .col-md {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md * {
    max-width: 100%;
    width: auto;
  }
  .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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .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 * {
    max-width: 100%;
    width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .col-sm {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm * {
    max-width: 100%;
    width: auto;
  }
  .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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .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 * {
    max-width: 100%;
    width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ------------------------------
    Push Columns
  ------------------------------ */
.push-0 {
  left: 0;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

@media (max-width: 1199.98px) {
  .push-lg-0 {
    left: 0;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
}

@media (max-width: 991.98px) {
  .push-md-0 {
    left: 0;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
}

@media (max-width: 767.98px) {
  .push-sm-0 {
    left: 0;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
}

/* ------------------------------
    Pull Columns
  ------------------------------ */
.pull-0 {
  right: 0;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

@media (max-width: 1199.98px) {
  .pull-lg-0 {
    right: 0;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
}

@media (max-width: 991.98px) {
  .pull-md-0 {
    right: 0;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
}

@media (max-width: 767.98px) {
  .pull-sm-0 {
    right: 0;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
}

/* ------------------------------
    Content Alignment /
    Auxiliary Styles
  ------------------------------ */
.content-left,
.content-left * {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 1199.98px) {
  .content-lg-left,
  .content-lg-left * {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .content-md-left,
  .content-md-left * {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .content-sm-left,
  .content-sm-left * {
    margin-left: 0;
    margin-right: auto;
  }
}

.content-center,
.content-center * {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199.98px) {
  .content-lg-center,
  .content-lg-center * {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .content-md-center,
  .content-md-center * {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .content-sm-center,
  .content-sm-center * {
    margin-left: auto;
    margin-right: auto;
  }
}

.content-right,
.content-right * {
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 1199.98px) {
  .content-lg-right,
  .content-lg-right * {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .content-md-right,
  .content-md-right * {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .content-sm-right,
  .content-sm-right * {
    margin-left: auto;
    margin-right: 0;
  }
}

.text-left,
.text-left * {
  text-align: left;
}

@media (max-width: 1199.98px) {
  .text-lg-left,
  .text-lg-left * {
    text-align: left;
  }
}

@media (max-width: 991.98px) {
  .text-md-left,
  .text-md-left * {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .text-sm-left,
  .text-sm-left * {
    text-align: left;
  }
}

.text-center,
.text-center * {
  text-align: center;
}

@media (max-width: 1199.98px) {
  .text-lg-center,
  .text-lg-center * {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .text-md-center,
  .text-md-center * {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .text-sm-center,
  .text-sm-center * {
    text-align: center;
  }
}

.text-right,
.text-right * {
  text-align: right;
}

@media (max-width: 1199.98px) {
  .text-lg-right,
  .text-lg-right * {
    text-align: right;
  }
}

@media (max-width: 991.98px) {
  .text-md-right,
  .text-md-right * {
    text-align: right;
  }
}

@media (max-width: 767.98px) {
  .text-sm-right,
  .text-sm-right * {
    text-align: right;
  }
}

.over-heading-underline.over-heading-h1, .over-heading-underline.over-heading-h2, .over-heading-underline.over-heading-h3, .over-heading-underline.over-heading-h4, .over-heading-underline.over-heading-h5, .over-heading-underline.over-heading-h6 {
  position: relative;
}

.over-heading-underline.over-heading-h1:after, .over-heading-underline.over-heading-h2:after, .over-heading-underline.over-heading-h3:after, .over-heading-underline.over-heading-h4:after, .over-heading-underline.over-heading-h5:after, .over-heading-underline.over-heading-h6:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.over-heading-underline.over-heading-h1:after {
  bottom: -0.35616em;
}

@media (min-width: 768px) {
  .over-heading-underline.over-heading-h1:after {
    bottom: -0.35177em;
  }
}

.over-heading-underline.over-heading-h2:after {
  bottom: -0.47482em;
}

@media (min-width: 768px) {
  .over-heading-underline.over-heading-h2:after {
    bottom: -0.46896em;
  }
}

.over-heading-underline.over-heading-h3:after {
  bottom: -0.63297em;
}

@media (min-width: 768px) {
  .over-heading-underline.over-heading-h3:after {
    bottom: -0.62516em;
  }
}

.over-heading-underline.over-heading-h4:after {
  bottom: -0.84375em;
}

@media (min-width: 768px) {
  .over-heading-underline.over-heading-h4:after {
    bottom: -0.83333em;
  }
}

.over-heading-underline.over-heading-h5:after, .over-heading-underline.over-heading-h6:after {
  bottom: -1.125em;
}

@media (min-width: 768px) {
  .over-heading-underline.over-heading-h5:after, .over-heading-underline.over-heading-h6:after {
    bottom: -1.11111em;
  }
}

.text-stroke,
.text-stroke * {
  color: transparent !important;
  -webkit-text-stroke: 1px #fff;
}

.text-stroke a,
.text-stroke * a {
  color: transparent !important;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.text-stroke a:hover,
.text-stroke * a:hover {
  color: #fff !important;
  -webkit-text-stroke: 1px transparent;
}

.uppercase-text,
.uppercase-text * {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.lighten-text-color-0-1 {
  color: rgba(255, 255, 255, 0.1);
}

.lighten-text-color-0-2 {
  color: rgba(255, 255, 255, 0.2);
}

.lighten-text-color-0-3 {
  color: rgba(255, 255, 255, 0.3);
}

.lighten-text-color-0-4 {
  color: rgba(255, 255, 255, 0.4);
}

.lighten-text-color-0-5 {
  color: rgba(255, 255, 255, 0.5);
}

.lighten-text-color-0-6 {
  color: rgba(255, 255, 255, 0.6);
}

.lighten-text-color-0-7 {
  color: rgba(255, 255, 255, 0.7);
}

.lighten-text-color-0-8 {
  color: rgba(255, 255, 255, 0.8);
}

.lighten-text-color-0-9 {
  color: rgba(255, 255, 255, 0.9);
}

.lighten-text-color-1 {
  color: #fff;
}

/* ------------------------------
      Preloader
  ------------------------------ */
#preloader {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-color: #07070d;
  -webkit-transition: all .2s ease-in-out 1.4s;
  -o-transition: all .2s ease-in-out 1.4s;
  transition: all .2s ease-in-out 1.4s;
  z-index: 1000;
}

#preloader.close {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.loader-wrap {
  position: relative;
  display: block;
  width: 70vw;
  -webkit-transition: all .3s ease-in-out .7s;
  -o-transition: all .3s ease-in-out .7s;
  transition: all .3s ease-in-out .7s;
}

.loader-wrap:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 1px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .loader-wrap {
    width: 50vw;
  }
}

.loader-wrap #load-percent {
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.loader-wrap #load-bar {
  display: block;
  width: 0;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
}

.loader-wrap.fade-out #load-percent {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out .7s;
  -o-transition: all .3s ease-in-out .7s;
  transition: all .3s ease-in-out .7s;
}

.loader-wrap.fade-out #load-bar {
  width: 0 !important;
  -webkit-transition: all .3s ease-in-out .7s;
  -o-transition: all .3s ease-in-out .7s;
  transition: all .3s ease-in-out .7s;
}

.loader-wrap.fade-out:after {
  width: 0;
  -webkit-transition: all .4s ease-in-out .8s;
  -o-transition: all .4s ease-in-out .8s;
  transition: all .4s ease-in-out .8s;
}

/* ------------------------------
    Ajax Page Transition
  ------------------------------ */
body:after, body:before {
  position: fixed;
  content: '';
  height: 100vh;
  width: 100vw;
  top: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-color: #07070d;
  z-index: 98;
}

body:before {
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .2s ease-in-out .2s;
  -o-transition: all .2s ease-in-out .2s;
  transition: all .2s ease-in-out .2s;
}

body:after {
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

body.page-is-changing:after, body.page-is-changing:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

body.modal-is-open:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hidden-cover-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 0;
}

.page-is-changing .hidden-cover-layer {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.ajax-inserted-content {
  -webkit-transition: all .4s ease-in-out .2s;
  -o-transition: all .4s ease-in-out .2s;
  transition: all .4s ease-in-out .2s;
}

.page-is-changing .ajax-inserted-content {
  opacity: 0;
}

/* ------------------------------
    Super Cursor
  ------------------------------ */
#super-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 999;
}

#super-cursor.hidden-super-cursor {
  display: none;
}

#ball,
#ball-loader {
  position: fixed;
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity .1s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .1s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out, opacity .1s ease-in-out, width .2s ease-in-out, height .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .1s ease-in-out, width .2s ease-in-out, height .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .1s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

#ball-loader {
  visibility: hidden;
}

#ball-loader:after {
  position: absolute;
  content: '';
  display: block;
  left: -17px;
  top: -17px;
  width: 60px;
  height: 60px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: .6s spin infinite ease;
          animation: .6s spin infinite ease;
  opacity: 0;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.page-is-changing #ball {
  visibility: hidden;
}

.page-is-changing #ball.hover-link {
  -webkit-transform: translate(-50%, -50%) scale(0.1);
      -ms-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}

.page-is-changing #ball-loader {
  visibility: visible;
}

.page-is-changing #ball-loader:after {
  opacity: 1;
}

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

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

#ball .cursor-label {
  position: absolute;
  top: -37px;
  left: 50%;
  -webkit-transform: translate(-50%, 200%) scale(0) translateZ(0);
          transform: translate(-50%, 200%) scale(0) translateZ(0);
  font-size: 0.75em;
  line-height: 2.5em;
  letter-spacing: .07em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, opacity .2s ease-in-out;
  transition: transform .3s ease-in-out, opacity .2s ease-in-out;
  transition: transform .3s ease-in-out, opacity .2s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media (min-width: 768px) {
  #ball .cursor-label {
    line-height: 2.3em;
  }
}

#ball.hover-link {
  border-width: 0;
  background-color: #fff;
  width: 100px;
  height: 100px;
  opacity: .2;
  -webkit-transition: width .15s ease-in-out, height .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: width .15s ease-in-out, height .15s ease-in-out, -webkit-transform .15s ease-in-out;
  -o-transition: transform .15s ease-in-out, width .15s ease-in-out, height .15s ease-in-out;
  transition: transform .15s ease-in-out, width .15s ease-in-out, height .15s ease-in-out;
  transition: transform .15s ease-in-out, width .15s ease-in-out, height .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

#ball.hover-link-label {
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 55px;
  height: 55px;
  -webkit-transition: width .2s ease-in-out, height .2s ease-in-out;
  -o-transition: width .2s ease-in-out, height .2s ease-in-out;
  transition: width .2s ease-in-out, height .2s ease-in-out;
}

#ball.hover-link-label .cursor-label {
  -webkit-transform: translate(-50%, 0) scale(1) translateZ(0);
          transform: translate(-50%, 0) scale(1) translateZ(0);
  opacity: 1;
  visibility: visible;
}

#ball .fa-chevron-right,
#ball .fa-chevron-left,
#ball .fa-plus,
#ball .fa-sync {
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .2s ease-in-out .1s;
  -o-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s;
}

#ball.next-button, #ball.prev-button {
  width: 45px;
  height: 45px;
}

#ball.next-button .fa-chevron-right {
  visibility: visible;
  opacity: 1;
}

#ball.next-button.is-end {
  width: 30px;
  height: 30px;
}

#ball.next-button.is-end .fa-chevron-right {
  visibility: hidden;
  opacity: 0;
}

#ball.prev-button .fa-chevron-left {
  visibility: visible;
  opacity: 1;
}

#ball.prev-button.is-beginning {
  width: 30px;
  height: 30px;
}

#ball.prev-button.is-beginning .fa-chevron-left {
  visibility: hidden;
  opacity: 0;
}

#ball.drag-cursor .fa-chevron-right {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(calc(-50% + 35px), -50%);
      -ms-transform: translate(calc(-50% + 35px), -50%);
          transform: translate(calc(-50% + 35px), -50%);
}

#ball.drag-cursor.is-end .fa-chevron-left {
  visibility: hidden;
  opacity: 0;
}

#ball.drag-cursor .fa-chevron-left {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(calc(-50% - 35px), -50%);
      -ms-transform: translate(calc(-50% - 35px), -50%);
          transform: translate(calc(-50% - 35px), -50%);
}

#ball.drag-cursor.is-beginning .fa-chevron-right {
  visibility: hidden;
  opacity: 0;
}

#ball.zoom-cursor {
  width: 50px;
  height: 50px;
}

#ball.zoom-cursor .fa-plus {
  visibility: visible;
  opacity: 1;
}

#ball.random-cursor {
  width: 70px;
  height: 70px;
}

#ball.random-cursor .fa-sync {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

/* --------------------------------------------------
    4. Header
  -------------------------------------------------- */
#site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1.6875em 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 100;
}

@media (min-width: 768px) {
  #site-header {
    padding: 1.666667em 0;
  }
}

#site-header .row {
  pointer-events: auto;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* --------------------------------------------------
    5. Navigation
  -------------------------------------------------- */
a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

a:hover, a:visited {
  color: #fff;
}

/* ------------------------------
    Menu Button
  ------------------------------ */
.menu-button {
  display: inline-block;
  background: none;
  border: none;
  width: 40px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.menu-button .menu-button-icon {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.menu-button .menu-button-icon:before, .menu-button .menu-button-icon:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.menu-button .menu-button-icon:before {
  -webkit-transform: translateX(-13px);
      -ms-transform: translateX(-13px);
          transform: translateX(-13px);
}

.menu-button .menu-button-icon:after {
  -webkit-transform: translateX(13px);
      -ms-transform: translateX(13px);
          transform: translateX(13px);
}

.menu-button:hover .menu-button-icon:before, .menu-button:hover .menu-button-icon:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* ------------------------------
    Close Menu Button /
    Close Light Box Button
  ------------------------------ */
.close-menu-button,
.close-light-box-button {
  display: inline-block;
  background: none;
  border: none;
  width: 40px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.close-menu-button.hide-button,
.close-light-box-button.hide-button {
  display: none;
}

.close-menu-button .menu-button-icon,
.close-light-box-button .menu-button-icon {
  position: relative;
  display: block;
  margin-left: 5px;
}

.close-menu-button .menu-button-icon:before, .close-menu-button .menu-button-icon:after,
.close-light-box-button .menu-button-icon:before,
.close-light-box-button .menu-button-icon:after {
  position: absolute;
  content: '';
  display: inline-block;
  top: -1px;
  left: 5px;
  width: 20px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.close-menu-button .menu-button-icon:before,
.close-light-box-button .menu-button-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-menu-button .menu-button-icon:after,
.close-light-box-button .menu-button-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-menu-button:hover .menu-button-icon:before, .close-menu-button:hover .menu-button-icon:after,
.close-light-box-button:hover .menu-button-icon:before,
.close-light-box-button:hover .menu-button-icon:after {
  background-color: #fff;
}

/* ------------------------------
    Top Bar
  ------------------------------ */
#site-header .top-bar {
  position: relative;
  display: none;
  opacity: 1;
  margin-bottom: 1.6875em;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

@media (min-width: 768px) {
  #site-header .top-bar {
    margin-bottom: 1.666667em;
  }
}

#site-header .top-bar.is-hidden {
  opacity: 0;
}

#site-header .top-bar:after {
  position: absolute;
  content: '';
  opacity: 1;
  bottom: -0.84375em;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  #site-header .top-bar:after {
    bottom: -0.83333em;
    
  }
}

#site-header.classic-menu .top-bar.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  #site-header.classic-menu .top-bar .top-bar-item {
    text-align: center;
  }
}

#site-header.classic-menu .top-bar .top-bar-item:last-child {
  margin-left: 0;
  text-align: left;
}

@media (min-width: 768px) {
  #site-header.classic-menu .top-bar .top-bar-item:last-child {
    text-align: right;
  }
}

#site-header.classic-menu .top-bar .top-bar-item:first-child {
  margin-left: auto;
  text-align: left;
}

#site-header.classic-menu .top-bar .top-bar-location,
#site-header.classic-menu .top-bar .top-bar-phone,
#site-header.classic-menu .top-bar .top-bar-email {
  font-family: "MontserratLight", sans-serif;
  font-size: .75em;
  line-height: 2.25em;
  text-shadow: 0 0 30px #000;
}

@media (min-width: 768px) {
  #site-header.classic-menu .top-bar .top-bar-location,
  #site-header.classic-menu .top-bar .top-bar-phone,
  #site-header.classic-menu .top-bar .top-bar-email {
    line-height: 2.222222em;
  }
}

#site-header.classic-menu .top-bar .top-bar-location .fas, #site-header.classic-menu .top-bar .top-bar-location .far, #site-header.classic-menu .top-bar .top-bar-location .fab,
#site-header.classic-menu .top-bar .top-bar-phone .fas,
#site-header.classic-menu .top-bar .top-bar-phone .far,
#site-header.classic-menu .top-bar .top-bar-phone .fab,
#site-header.classic-menu .top-bar .top-bar-email .fas,
#site-header.classic-menu .top-bar .top-bar-email .far,
#site-header.classic-menu .top-bar .top-bar-email .fab {
  width: auto;
  display: inline-block;
  padding-right: 1.125em;
}

@media (min-width: 768px) {
  #site-header.classic-menu .top-bar .top-bar-location .fas, #site-header.classic-menu .top-bar .top-bar-location .far, #site-header.classic-menu .top-bar .top-bar-location .fab,
  #site-header.classic-menu .top-bar .top-bar-phone .fas,
  #site-header.classic-menu .top-bar .top-bar-phone .far,
  #site-header.classic-menu .top-bar .top-bar-phone .fab,
  #site-header.classic-menu .top-bar .top-bar-email .fas,
  #site-header.classic-menu .top-bar .top-bar-email .far,
  #site-header.classic-menu .top-bar .top-bar-email .fab {
    padding-right: 1.11111em;
  }
}

#site-header.classic-menu .top-bar .top-bar-location a,
#site-header.classic-menu .top-bar .top-bar-phone a,
#site-header.classic-menu .top-bar .top-bar-email a {
  color: #fff;
}

#site-header.classic-menu .top-bar .top-bar-location a:hover,
#site-header.classic-menu .top-bar .top-bar-phone a:hover,
#site-header.classic-menu .top-bar .top-bar-email a:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* ------------------------------
    Classic Menu
  ------------------------------ */
#site-header.classic-menu .main-nav-classic {
  display: block;
  text-shadow: 0 0 30px #000;
}

#site-header.classic-menu .main-nav-classic.hide-menu {
  display: none;
}

#site-header.classic-menu .main-nav-full-screen {
  display: none;
}

#site-header.classic-menu .menu-button {
  display: none;
}

.main-nav-classic .main-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-nav-classic .main-menu li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-nav-classic .main-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.main-nav-classic .main-menu li li {
  display: block;
}

.main-nav-classic .main-menu ul {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 1.125em 0 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

@media (min-width: 768px) {
  .main-nav-classic .main-menu ul {
    padding: 1.11111em 0 0;
  }
}

.main-nav-classic .main-menu ul li {
  white-space: nowrap;
}

.main-nav-classic .main-menu ul ul {
  top: 0;
  left: 100%;
  padding: 0 0 0 2.25em;
}

@media (min-width: 768px) {
  .main-nav-classic .main-menu ul ul {
    padding: 0 0 0 2.222222em;
  }
}

.main-nav-classic .main-menu ul ul:before {
  position: absolute;
  content: '';
  top: 1.125em;
  left: 1.125em;
  width: 15px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .main-nav-classic .main-menu ul ul:before {
    top: 0.88889em;
    left: 1.11111em;
  }
}

.main-nav-classic .main-menu {
  font-family: "MontserratMedium", sans-serif;
  font-size: .75em;
  letter-spacing: .07em;
}

.main-nav-classic .main-menu + .menu-cover-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(7, 7, 13, 0.9);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.main-nav-classic .main-menu:hover + .menu-cover-layer {
  opacity: 1;
  visibility: visible;
}

.main-nav-classic .main-menu:hover .current-menu-ancestor > a,
.main-nav-classic .main-menu:hover .current-menu-item > a {
  color: #fff;
}

.main-nav-classic .main-menu:hover li a {
  color: rgba(255, 255, 255, 0.5);
}

.main-nav-classic .main-menu:hover li:hover > a {
  color: #fff;
}

.main-nav-classic .main-menu li a {
  display: inline-block;
  color: #fff;
  line-height: 2.25em;
  padding: 0 1.125em 1.125em;
}

@media (min-width: 768px) {
  .main-nav-classic .main-menu li a {
    line-height: 2.222222em;
    padding: 0 1.11111em 1.11111em;
  }
}

.main-nav-classic .main-menu > li:first-child > a {
  padding-left: 0;
}

.main-nav-classic .main-menu > li:first-child > ul {
  left: -1.125em;
}

@media (min-width: 768px) {
  .main-nav-classic .main-menu > li:first-child > ul {
    left: -1.11111em;
  }
}

.main-nav-classic .main-menu > li:last-child > a {
  padding-right: 0;
}

/* ------------------------------
    Full Screen Menu
  ------------------------------ */
#site-header.full-screen-menu .main-nav-classic {
  display: none;
}

#site-header.full-screen-menu .main-nav-full-screen {
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

#site-header.full-screen-menu .main-nav-full-screen.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

#site-header.full-screen-menu .menu-button {
  display: inline-block;
}

#site-header.full-screen-menu .menu-button.hide-button {
  display: none;
}

.main-nav-full-screen .container {
  height: 100%;
}

.main-nav-full-screen .row {
  -webkit-align-content: start !important;
      -ms-flex-line-pack: start !important;
          align-content: start !important;
  height: 100%;
}

@media (max-width: 767.98px) {
  .main-nav-full-screen .col-auto {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.main-nav-full-screen {
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-nav-full-screen .main-menu {
  font-size: 2.369em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 5em 0;
}

.main-nav-full-screen .main-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  margin-bottom: 0.712325em;
}

@media (min-width: 768px) {
  .main-nav-full-screen .main-menu li {
    margin-bottom: 0.703531em;
  }
}

.main-nav-full-screen .main-menu li:last-child {
  margin-bottom: 0;
}

.main-nav-full-screen .main-menu li:hover > a {
  color: #fff;
}

.main-nav-full-screen .main-menu .current-menu-ancestor > a,
.main-nav-full-screen .main-menu .current-menu-item > a {
  color: #fff;
}

.main-nav-full-screen .main-menu ul {
  display: none;
  font-size: 0.422119em;
  margin-top: 1.6875em;
}

@media (min-width: 768px) {
  .main-nav-full-screen .main-menu ul {
    margin-top: 1.666666em;
  }
}

.main-nav-full-screen .main-menu ul ul {
  font-size: inherit;
  margin: 1.6875em 0;
}

@media (min-width: 768px) {
  .main-nav-full-screen .main-menu ul ul {
    margin: 1.666666em 0;
  }
}

/* ------------------------------
    Contacts Data
  ------------------------------ */
.contacts-data .over-heading-h1:first-of-type,
.contacts-data .over-heading-h2:first-of-type,
.contacts-data .over-heading-h3:first-of-type,
.contacts-data .over-heading-h4:first-of-type,
.contacts-data .over-heading-h5:first-of-type,
.contacts-data .over-heading-h6:first-of-type {
  margin-top: 0;
}

/* ------------------------------
    Social Networks Menu
  ------------------------------ */
.social-nav {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-nav:hover li a {
  color: rgba(255, 255, 255, 0.5);
}

.social-nav:hover li a:hover {
  color: #fff;
}

.social-nav li {
  width: auto;
  display: inline-block;
  font-size: .75em;
}

.social-nav li a {
  display: inline-block;
  color: #fff;
  line-height: 2.25em;
  padding: 0 1.125em;
}

@media (min-width: 768px) {
  .social-nav li a {
    line-height: 2.222222em;
    padding: 0 1.11111em;
  }
}

.social-nav li:first-child a {
  padding-left: 0;
}

.social-nav li:last-child a {
  padding-right: 0;
}

/* ------------------------------
    Blog Navigation
  ------------------------------ */
.blog-nav {
  text-align: center;
}

.blog-nav .nav-links {
  width: auto;
  display: inline-block;
}

.blog-nav .nav-links .page-numbers {
  width: auto;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 1.125em;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.blog-nav .nav-links .page-numbers.current {
  color: #fff;
}

@media (min-width: 768px) {
  .blog-nav .nav-links .page-numbers {
    padding: 0 1.11111em;
  }
}

.blog-nav .nav-links:hover .page-numbers {
  color: #fff;
}

.blog-nav .nav-links:hover .page-numbers.current {
  color: rgba(255, 255, 255, 0.5);
}

.blog-nav .nav-links:hover .page-numbers:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* ------------------------------
    Post Navigation
  ------------------------------ */
.post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.post-navigation .nav-links .post-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 576px) {
  .post-navigation .nav-links .post-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.post-navigation .nav-links .post-link.prev {
  text-align: left;
  margin: 0 auto 0 0;
}

@media (min-width: 576px) {
  .post-navigation .nav-links .post-link.prev {
    padding-right: 1.6875em;
  }
}

@media (min-width: 768px) {
  .post-navigation .nav-links .post-link.prev {
    padding-right: 1.666666em;
  }
}

.post-navigation .nav-links .post-link.prev .fas {
  margin-right: 1.6875em;
}

@media (min-width: 768px) {
  .post-navigation .nav-links .post-link.prev .fas {
    margin-right: 1.666666em;
  }
}

.post-navigation .nav-links .post-link.next {
  text-align: right;
  margin: 0 0 0 auto;
}

@media (min-width: 576px) {
  .post-navigation .nav-links .post-link.next {
    padding-left: 1.6875em;
  }
}

@media (min-width: 768px) {
  .post-navigation .nav-links .post-link.next {
    padding-left: 1.666666em;
  }
}

.post-navigation .nav-links .post-link.next .fas {
  margin-left: 1.6875em;
}

@media (min-width: 768px) {
  .post-navigation .nav-links .post-link.next .fas {
    margin-left: 1.666666em;
  }
}

.post-navigation .nav-links .post-link .post-title {
  margin: 0;
}

.post-navigation .nav-links .post-link .fas {
  width: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.post-navigation .nav-links .post-link .fas:before {
  margin: auto 0;
}

.post-navigation.has-next .nav-links .post-link.prev {
  margin-bottom: 3.375em;
}

@media (min-width: 576px) {
  .post-navigation.has-next .nav-links .post-link.prev {
    margin-bottom: 0;
  }
}

/* --------------------------------------------------
    6. Main
  -------------------------------------------------- */
/* ------------------------------
    Content Background
  ------------------------------ */
.content-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.content-background.fixed-position {
  position: fixed;
}

.content-background:before, .content-background:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.content-background:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #07070d), color-stop(50%, rgba(7, 7, 13, 0.95)), to(transparent));
  background: -o-linear-gradient(bottom, #07070d 15%, rgba(7, 7, 13, 0.95) 50%, transparent 100%);
  background: linear-gradient(0deg, #07070d 15%, rgba(7, 7, 13, 0.95) 50%, transparent 100%);
}

.content-background:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(7, 7, 13, 0.95)), to(transparent));
  background: -o-linear-gradient(top, rgba(7, 7, 13, 0.95) 10%, transparent 100%);
  background: linear-gradient(180deg, rgba(7, 7, 13, 0.95) 10%, transparent 100%);
}

.fullscreen + .section.intro, .fullscreen + .section.albums, .fullscreen + .section.gallery, .fullscreen + .section.content,
.content-background + .section.intro,
.content-background + .section.albums,
.content-background + .section.gallery,
.content-background + .section.content {
  padding-top: 10.125em;
}

@media (min-width: 768px) {
  .fullscreen + .section.intro, .fullscreen + .section.albums, .fullscreen + .section.gallery, .fullscreen + .section.content,
  .content-background + .section.intro,
  .content-background + .section.albums,
  .content-background + .section.gallery,
  .content-background + .section.content {
    padding-top: 10em;
  }
}

/* ------------------------------
    Full Screen
  ------------------------------ */
.fullscreen {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.fullscreen .container,
.fullscreen .container-full {
  height: 100%;
}

.fullscreen .container .row,
.fullscreen .container-full .row {
  height: 100%;
  display: -webkit-box;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
}

.fullscreen .ajax-link {
  color: #fff;
}

.fullscreen .over-heading-h1, .fullscreen .over-heading-h2, .fullscreen .over-heading-h3, .fullscreen .over-heading-h4, .fullscreen .over-heading-h5, .fullscreen .over-heading-h6 {
  color: #fff;
  text-shadow: 0 0 15px #000;
}

.fullscreen h1,
.fullscreen h2,
.fullscreen h3,
.fullscreen h4,
.fullscreen h5,
.fullscreen h6,
.fullscreen .h1,
.fullscreen .h2,
.fullscreen .h3,
.fullscreen .h4,
.fullscreen .h5,
.fullscreen .h6 {
  color: #fff;
  text-shadow: 0 0 40px #000;
}

.btn {
  display: inline-block;
  margin: 0;
  width: auto;
  background: transparent;
  color: #fff;
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 0.875em;
  line-height: 1.15;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 9px 25px 8px;
  margin: 0.84375em 0;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.btn:first-of-type {
  margin-top: 0;
  margin-left: 0;
}

.btn:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}

@media (min-width: 576px) {
  .btn {
    margin: 0.84375em 0.84375em;
  }
}

@media (min-width: 768px) {
  .btn {
    font-size: 0.888888em;
    margin: 0 0.83333em;
  }
}

.btn:hover {
  color: #07070d;
  background: #fff;
}

.btn.inverse {
  color: #07070d;
  background: #fff;
}

.btn.inverse:hover {
  color: #fff;
  background: transparent;
}

.scroll-indicator-btn {
  display: none;
  position: absolute;
  width: 24px;
  height: 36px;
  bottom: 2.53125em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  -webkit-box-shadow: 0 0 40px #000;
          box-shadow: 0 0 40px #000;
  cursor: pointer;
  pointer-events: all;
  z-index: 95;
}

.scroll-indicator-btn:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 4px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
  background: #fff;
  -webkit-animation: scrollIndicator 1s infinite ease-in-out;
          animation: scrollIndicator 1s infinite ease-in-out;
}

@media (min-width: 768px) {
  .scroll-indicator-btn {
    bottom: 2.5em;
  }
}

@-webkit-keyframes scrollIndicator {
  0% {
    height: 2px;
    bottom: 80%;
    opacity: 0;
  }
  35% {
    height: 6px;
    opacity: 1;
  }
  100% {
    height: 4px;
    bottom: 10%;
    opacity: 0;
  }
}

@keyframes scrollIndicator {
  0% {
    height: 2px;
    bottom: 80%;
    opacity: 0;
  }
  35% {
    height: 6px;
    opacity: 1;
  }
  100% {
    height: 4px;
    bottom: 10%;
    opacity: 0;
  }
}

.is-scrollable-page .scroll-indicator-btn {
  display: inline-block;
}

/* ------------------------------
    Full Screen Image
  ------------------------------ */
.fullscreen-image {
  background-size: cover;
  background-position: center;
}

/* ------------------------------
    Screen Image
  ------------------------------ */
.screen-image .screen-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 65vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .screen-image .screen-background {
    width: 100vw;
  }
}

/* ------------------------------
    Full Screen Video
  ------------------------------ */
.fullscreen-video {
  background-size: cover;
  background-position: center;
}

.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.plyr {
  border-radius: 2px;
  --plyr-color-main: rgba(7, 7, 13, 0.7);
}

.plyr * {
  max-width: unset;
  width: unset;
  margin-left: unset;
  margin-right: unset;
}

.plyr .plyr__progress {
  max-width: 100%;
}

.plyr .plyr__progress * {
  max-width: inherit;
}

.plyr .plyr__video-wrapper {
  width: 100%;
  pointer-events: auto;
}

.plyr .plyr__control:hover {
  background: #07070d;
}

.plyr:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
    Screen Video
  ------------------------------ */
.screen-video .screen-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 65vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .screen-video .screen-background {
    width: 100vw;
  }
}

/* ------------------------------
    Swiper Slider
  ------------------------------ */
.swiper-container .static-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.swiper-container.swiper-slider-scrollbar-active .swiper-wrapper {
  margin-top: -3.375em;
}

@media (min-width: 768px) {
  .swiper-container.swiper-slider-scrollbar-active .swiper-wrapper {
    margin-top: -3.333333em;
  }
}

.swiper-container .swiper-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 2.53125em 0;
  pointer-events: none;
  z-index: 2;
}

@media (min-width: 768px) {
  .swiper-container .swiper-footer {
    padding: 2.5em 0;
  }
}

.swiper-container .swiper-footer .col-12 {
  width: 100%;
}

.swiper-container .swiper-footer .swiper-scrollbar {
  display: none;
  position: relative;
  height: 3px;
  margin-bottom: 3.375em;
}

.swiper-container .swiper-footer .swiper-scrollbar.is-visible {
  display: block;
}

@media (min-width: 768px) {
  .swiper-container .swiper-footer .swiper-scrollbar {
    margin-bottom: 3.333333em;
  }
}

.swiper-container .swiper-footer .swiper-scrollbar:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.swiper-container .swiper-footer .swiper-scrollbar .swiper-scrollbar-drag {
  pointer-events: auto;
  position: relative;
  top: -14px;
  height: 29px;
  background-color: transparent;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 1;
}

.swiper-container .swiper-footer .swiper-scrollbar .swiper-scrollbar-drag:after {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
  z-index: -1;
}

.swiper-container .row {
  position: relative;
}

.swiper-container .swiper-footer .scroll-indicator-btn {
  bottom: 0;
}

.is-scrollable-page .swiper-container.fullscreen-slider .swiper-footer .swiper-pagination {
  text-align: left;
  margin: 0;
}

.swiper-container.split-slider .swiper-footer .swiper-pagination {
  text-align: left;
  margin: 0;
}

.swiper-container .swiper-footer .swiper-pagination {
  position: static;
  font-family: "MontserratBold", sans-serif;
  font-size: 0.75em;
  line-height: 2.25;
  text-shadow: 0 0 20px #000;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 768px) {
  .swiper-container .swiper-footer .swiper-pagination {
    line-height: 2.222222;
  }
  .swiper-container .swiper-footer .swiper-pagination.is-visible {
    visibility: visible;
    opacity: 1;
  }
}

.swiper-container .swiper-footer .swiper-pagination .swiper-pagination-separator {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 0.375em 2.25em;
}

@media (min-width: 768px) {
  .swiper-container .swiper-footer .swiper-pagination .swiper-pagination-separator {
    margin: 0.375em 2.22222em;
  }
}

/* ------------------------------
    Full Screen Slider
  ------------------------------ */
.swiper-container .swiper-slide {
  width: 100vw;
  height: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.swiper-container .swiper-slide .over-heading-animation,
.swiper-container .swiper-slide .heading-animation,
.swiper-container .swiper-slide .coming-soon-time {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.4s cubic-bezier(0, 1, 0.5, 1);
  transition: opacity 0.3s, -webkit-transform 0.4s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: transform 0.4s cubic-bezier(0, 1, 0.5, 1), opacity 0.3s;
  transition: transform 0.4s cubic-bezier(0, 1, 0.5, 1), opacity 0.3s;
  transition: transform 0.4s cubic-bezier(0, 1, 0.5, 1), opacity 0.3s, -webkit-transform 0.4s cubic-bezier(0, 1, 0.5, 1);
}

.swiper-container .swiper-slide .over-heading-animation:after {
  width: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.swiper-container .swiper-slide:nth-last-child(3) .over-heading-animation,
.swiper-container .swiper-slide:nth-last-child(3) .heading-animation,
.swiper-container .swiper-slide:nth-last-child(3) .coming-soon-time, .swiper-container .swiper-slide:nth-last-child(4) .over-heading-animation,
.swiper-container .swiper-slide:nth-last-child(4) .heading-animation,
.swiper-container .swiper-slide:nth-last-child(4) .coming-soon-time {
  -webkit-transform: translate3D(-25%, 0, 0);
      -ms-transform: translate3D(-25%, 0, 0);
          transform: translate3D(-25%, 0, 0);
}

.swiper-container .swiper-slide:nth-child(3) .over-heading-animation,
.swiper-container .swiper-slide:nth-child(3) .heading-animation,
.swiper-container .swiper-slide:nth-child(3) .coming-soon-time, .swiper-container .swiper-slide:nth-child(4) .over-heading-animation,
.swiper-container .swiper-slide:nth-child(4) .heading-animation,
.swiper-container .swiper-slide:nth-child(4) .coming-soon-time {
  -webkit-transform: translate3D(25%, 0, 0);
      -ms-transform: translate3D(25%, 0, 0);
          transform: translate3D(25%, 0, 0);
}

.swiper-container .swiper-slide.swiper-slide-prev .over-heading-animation,
.swiper-container .swiper-slide.swiper-slide-prev .heading-animation,
.swiper-container .swiper-slide.swiper-slide-prev .coming-soon-time {
  -webkit-transform: translate3D(-25%, 0, 0);
      -ms-transform: translate3D(-25%, 0, 0);
          transform: translate3D(-25%, 0, 0);
}

.swiper-container .swiper-slide.swiper-slide-next .over-heading-animation,
.swiper-container .swiper-slide.swiper-slide-next .heading-animation,
.swiper-container .swiper-slide.swiper-slide-next .coming-soon-time {
  -webkit-transform: translate3D(25%, 0, 0);
      -ms-transform: translate3D(25%, 0, 0);
          transform: translate3D(25%, 0, 0);
}

.swiper-container .swiper-slide.swiper-slide-active .over-heading-animation,
.swiper-container .swiper-slide.swiper-slide-active .heading-animation,
.swiper-container .swiper-slide.swiper-slide-active .coming-soon-time {
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 1s, -webkit-transform 0.4s cubic-bezier(0, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 0.4s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: transform 0.4s cubic-bezier(0, 1, 0.5, 1), opacity 1s;
  transition: transform 0.4s cubic-bezier(0, 1, 0.5, 1), opacity 1s;
  transition: transform 0.4s cubic-bezier(0, 1, 0.5, 1), opacity 1s, -webkit-transform 0.4s cubic-bezier(0, 1, 0.5, 1);
}

.swiper-container .swiper-slide.swiper-slide-active .over-heading-animation {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

.swiper-container .swiper-slide.swiper-slide-active .over-heading-animation:after {
  width: 100%;
  -webkit-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s;
}

.swiper-container .swiper-slide.swiper-slide-active .heading-animation {
  -webkit-transition-delay: .65s;
       -o-transition-delay: .65s;
          transition-delay: .65s;
}

.swiper-container .swiper-slide.swiper-slide-active .coming-soon-time {
  -webkit-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s;
}

/* ------------------------------
    Split Slider
  ------------------------------ */
.split-slider .slide-split-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 65vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .split-slider .slide-split-background {
    width: 100vw;
  }
}

/* ------------------------------
    Small Carousel
  ------------------------------ */
.small-carousel .slide-small-carousel-background {
  position: absolute;
  top: 50%;
  right: 0;
  width: 80%;
  height: 35%;
  min-height: 300px;
  max-height: 400px;
  background-size: cover;
  background-position: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .small-carousel .slide-small-carousel-background {
    right: 15%;
    width: 65%;
  }
}

.small-carousel.swiper-one-slide-visibility .swiper-slide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.small-carousel.swiper-one-slide-visibility .swiper-slide.swiper-slide-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

/* ------------------------------
    Large Carousel
  ------------------------------ */
.large-carousel .slide-large-carousel-background {
  position: absolute;
  top: 50%;
  right: 20%;
  width: 60%;
  height: 50%;
  min-height: 300px;
  max-height: 500px;
  background-size: cover;
  background-position: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .large-carousel .slide-large-carousel-background {
    right: 10%;
    width: 70%;
    height: 40%;
  }
}

.large-carousel.swiper-one-slide-visibility .swiper-slide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.large-carousel.swiper-one-slide-visibility .swiper-slide.swiper-slide-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

/* ------------------------------
    Coming Soon
  ------------------------------ */
.coming-soon-time {
  position: relative;
  margin-top: 5em;
  height: 80px;
}

@media (max-width: 991.98px) {
  .coming-soon-time {
    margin-top: 3.375em;
  }
}

.coming-soon-time .coming-soon-timer .time-item {
  display: inline-block;
  margin-left: 50px;
}

@media (max-width: 991.98px) {
  .coming-soon-time .coming-soon-timer .time-item {
    margin-left: 30px;
  }
}

.coming-soon-time .coming-soon-timer .time-item:first-child {
  margin-left: 0;
}

.coming-soon-time .coming-soon-timer .time-item.is-hidden {
  display: none;
}

.coming-soon-time .coming-soon-timer .time-item * {
  text-align: center;
}

.coming-soon-time .coming-soon-timer {
  position: absolute;
  -webkit-transition: all 0.1s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.1s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.1s cubic-bezier(0, 1, 0.5, 1);
}

.coming-soon-time .coming-soon-timer.is-end {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.coming-soon-time .event-time {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.coming-soon-time .event-time.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.text-left .coming-soon-timer,
.text-left .event-time {
  left: 0;
}

.text-right .coming-soon-timer,
.text-right .event-time {
  right: 0;
}

.text-center .coming-soon-timer {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.text-center .coming-soon-timer.is-end {
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.text-center .event-time {
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.text-center .event-time.is-active {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* ------------------------------
    Animation Image
  ------------------------------ */
.animation-img {
  position: relative;
}

.animation-img:before, .animation-img:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #07070d;
  z-index: 1;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.animation-img:after {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .6s ease-in-out .1s;
  -o-transition: all .6s ease-in-out .1s;
  transition: all .6s ease-in-out .1s;
}

.animation-img.is-animate:before, .animation-img.is-animate:after {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/* ------------------------------
    Section Intro, Albums
  ------------------------------ */
.section .section-background-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .section .section-background-img {
    margin-top: 3.333333em;
    height: 70vw;
  }
}

.section .section-background-img:before, .section .section-background-img:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .section-background-img:before {
  background: -o-linear-gradient(110deg, #07070d 5%, transparent 50%, transparent 100%);
  background: linear-gradient(-20deg, #07070d 5%, transparent 50%, transparent 100%);
}

.section .section-background-img:after {
  background: -o-linear-gradient(300deg, #07070d 5%, transparent 60%, transparent 100%);
  background: linear-gradient(150deg, #07070d 5%, transparent 60%, transparent 100%);
}

.section.intro {
  padding: 3.75em 0 0;
}

@media (min-width: 768px) {
  .section.intro {
    padding: 3.333333em 0 0;
  }
}

.section.intro + .section.intro {
  padding-top: 10.125em;
}

@media (min-width: 768px) {
  .section.intro + .section.intro {
    padding-top: 10em;
  }
}

.section.intro:first-child {
  padding-top: 10.125em;
}

@media (min-width: 768px) {
  .section.intro:first-child {
    padding-top: 10em;
  }
}

.section.intro:last-child {
  padding-bottom: 10.125em;
}

@media (min-width: 768px) {
  .section.intro:last-child {
    padding-bottom: 10em;
  }
}

.section.intro p:last-child {
  margin-bottom: 0;
}

.section.albums {
  padding: 6.75em 0 0;
}

@media (min-width: 768px) {
  .section.albums {
    padding: 6.666666em 0 0;
  }
}

.section.albums + .section.intro {
  padding-top: 5.625em;
}

@media (min-width: 768px) {
  .section.albums + .section.intro {
    padding-top: 5em;
  }
}

.section.albums + .section.content {
  padding-top: 1.6875em;
}

@media (min-width: 768px) {
  .section.albums + .section.content {
    padding-top: 1.666666em;
  }
}

.section.albums:first-child {
  padding-top: 10.125em;
}

@media (min-width: 768px) {
  .section.albums:first-child {
    padding-top: 10em;
  }
}

.section.albums:last-child {
  padding-bottom: 5.625em;
}

@media (min-width: 768px) {
  .section.albums:last-child {
    padding-bottom: 5em;
  }
}

.section.albums .album-img + h1,
.section.albums .album-img + .h1,
.section.albums .article-img + h1,
.section.albums .article-img + .h1,
.section.albums .work-process-number + h1,
.section.albums .work-process-number + .h1, .section.content .album-img + h1,
.section.content .album-img + .h1,
.section.content .article-img + h1,
.section.content .article-img + .h1,
.section.content .work-process-number + h1,
.section.content .work-process-number + .h1 {
  margin-top: 0.534526em;
}

@media (min-width: 768px) {
  .section.albums .album-img + h1,
  .section.albums .album-img + .h1,
  .section.albums .article-img + h1,
  .section.albums .article-img + .h1,
  .section.albums .work-process-number + h1,
  .section.albums .work-process-number + .h1, .section.content .album-img + h1,
  .section.content .album-img + .h1,
  .section.content .article-img + h1,
  .section.content .article-img + .h1,
  .section.content .work-process-number + h1,
  .section.content .work-process-number + .h1 {
    margin-top: 0.527928em;
  }
}

.section.albums .album-img + .over-heading-h1,
.section.albums .article-img + .over-heading-h1,
.section.albums .work-process-number + .over-heading-h1, .section.content .album-img + .over-heading-h1,
.section.content .article-img + .over-heading-h1,
.section.content .work-process-number + .over-heading-h1 {
  margin-top: 0.712325em;
}

@media (min-width: 768px) {
  .section.albums .album-img + .over-heading-h1,
  .section.albums .article-img + .over-heading-h1,
  .section.albums .work-process-number + .over-heading-h1, .section.content .album-img + .over-heading-h1,
  .section.content .article-img + .over-heading-h1,
  .section.content .work-process-number + .over-heading-h1 {
    margin-top: 0.703531em;
  }
}

.section.albums .album-img + h2,
.section.albums .album-img + .h2,
.section.albums .article-img + h2,
.section.albums .article-img + .h2,
.section.albums .work-process-number + h2,
.section.albums .work-process-number + .h2, .section.content .album-img + h2,
.section.content .album-img + .h2,
.section.content .article-img + h2,
.section.content .article-img + .h2,
.section.content .work-process-number + h2,
.section.content .work-process-number + .h2 {
  margin-top: 0.712325em;
}

@media (min-width: 768px) {
  .section.albums .album-img + h2,
  .section.albums .album-img + .h2,
  .section.albums .article-img + h2,
  .section.albums .article-img + .h2,
  .section.albums .work-process-number + h2,
  .section.albums .work-process-number + .h2, .section.content .album-img + h2,
  .section.content .album-img + .h2,
  .section.content .article-img + h2,
  .section.content .article-img + .h2,
  .section.content .work-process-number + h2,
  .section.content .work-process-number + .h2 {
    margin-top: 0.703531em;
  }
}

.section.albums .album-img + .over-heading-h2,
.section.albums .article-img + .over-heading-h2,
.section.albums .work-process-number + .over-heading-h2, .section.content .album-img + .over-heading-h2,
.section.content .article-img + .over-heading-h2,
.section.content .work-process-number + .over-heading-h2 {
  margin-top: 0.949634em;
}

@media (min-width: 768px) {
  .section.albums .album-img + .over-heading-h2,
  .section.albums .article-img + .over-heading-h2,
  .section.albums .work-process-number + .over-heading-h2, .section.content .album-img + .over-heading-h2,
  .section.content .article-img + .over-heading-h2,
  .section.content .work-process-number + .over-heading-h2 {
    margin-top: 0.937910em;
  }
}

.section.albums .album-img + h3,
.section.albums .album-img + .h3,
.section.albums .article-img + h3,
.section.albums .article-img + .h3,
.section.albums .work-process-number + h3,
.section.albums .work-process-number + .h3, .section.content .album-img + h3,
.section.content .album-img + .h3,
.section.content .article-img + h3,
.section.content .article-img + .h3,
.section.content .work-process-number + h3,
.section.content .work-process-number + .h3 {
  margin-top: 0.949634em;
}

@media (min-width: 768px) {
  .section.albums .album-img + h3,
  .section.albums .album-img + .h3,
  .section.albums .article-img + h3,
  .section.albums .article-img + .h3,
  .section.albums .work-process-number + h3,
  .section.albums .work-process-number + .h3, .section.content .album-img + h3,
  .section.content .album-img + .h3,
  .section.content .article-img + h3,
  .section.content .article-img + .h3,
  .section.content .work-process-number + h3,
  .section.content .work-process-number + .h3 {
    margin-top: 0.937910em;
  }
}

.section.albums .album-img + .over-heading-h3,
.section.albums .article-img + .over-heading-h3,
.section.albums .work-process-number + .over-heading-h3, .section.content .album-img + .over-heading-h3,
.section.content .article-img + .over-heading-h3,
.section.content .work-process-number + .over-heading-h3 {
  margin-top: 1.265941em;
}

@media (min-width: 768px) {
  .section.albums .album-img + .over-heading-h3,
  .section.albums .article-img + .over-heading-h3,
  .section.albums .work-process-number + .over-heading-h3, .section.content .album-img + .over-heading-h3,
  .section.content .article-img + .over-heading-h3,
  .section.content .work-process-number + .over-heading-h3 {
    margin-top: 1.250312em;
  }
}

.section.albums .album-img + h4,
.section.albums .album-img + .h4,
.section.albums .article-img + h4,
.section.albums .article-img + .h4,
.section.albums .work-process-number + h4,
.section.albums .work-process-number + .h4, .section.content .album-img + h4,
.section.content .album-img + .h4,
.section.content .article-img + h4,
.section.content .article-img + .h4,
.section.content .work-process-number + h4,
.section.content .work-process-number + .h4 {
  margin-top: 1.265941em;
  margin-top: 1.250312em;
}

.section.albums .album-img + .over-heading-h4,
.section.albums .article-img + .over-heading-h4,
.section.albums .work-process-number + .over-heading-h4, .section.content .album-img + .over-heading-h4,
.section.content .article-img + .over-heading-h4,
.section.content .work-process-number + .over-heading-h4 {
  margin-top: 1.6875em;
}

@media (min-width: 768px) {
  .section.albums .album-img + .over-heading-h4,
  .section.albums .article-img + .over-heading-h4,
  .section.albums .work-process-number + .over-heading-h4, .section.content .album-img + .over-heading-h4,
  .section.content .article-img + .over-heading-h4,
  .section.content .work-process-number + .over-heading-h4 {
    margin-top: 1.666667em;
  }
}

.section.albums .album-img + h5,
.section.albums .album-img + .h5,
.section.albums .album-img + h6,
.section.albums .album-img + .h6,
.section.albums .article-img + h5,
.section.albums .article-img + .h5,
.section.albums .article-img + h6,
.section.albums .article-img + .h6,
.section.albums .work-process-number + h5,
.section.albums .work-process-number + .h5,
.section.albums .work-process-number + h6,
.section.albums .work-process-number + .h6, .section.content .album-img + h5,
.section.content .album-img + .h5,
.section.content .album-img + h6,
.section.content .album-img + .h6,
.section.content .article-img + h5,
.section.content .article-img + .h5,
.section.content .article-img + h6,
.section.content .article-img + .h6,
.section.content .work-process-number + h5,
.section.content .work-process-number + .h5,
.section.content .work-process-number + h6,
.section.content .work-process-number + .h6 {
  margin-top: 1.6875em;
}

@media (min-width: 768px) {
  .section.albums .album-img + h5,
  .section.albums .album-img + .h5,
  .section.albums .album-img + h6,
  .section.albums .album-img + .h6,
  .section.albums .article-img + h5,
  .section.albums .article-img + .h5,
  .section.albums .article-img + h6,
  .section.albums .article-img + .h6,
  .section.albums .work-process-number + h5,
  .section.albums .work-process-number + .h5,
  .section.albums .work-process-number + h6,
  .section.albums .work-process-number + .h6, .section.content .album-img + h5,
  .section.content .album-img + .h5,
  .section.content .album-img + h6,
  .section.content .album-img + .h6,
  .section.content .article-img + h5,
  .section.content .article-img + .h5,
  .section.content .article-img + h6,
  .section.content .article-img + .h6,
  .section.content .work-process-number + h5,
  .section.content .work-process-number + .h5,
  .section.content .work-process-number + h6,
  .section.content .work-process-number + .h6 {
    margin-top: 1.666667em;
  }
}

.section.albums .album-img + .over-heading-h5,
.section.albums .album-img + .over-heading-h6,
.section.albums .article-img + .over-heading-h5,
.section.albums .article-img + .over-heading-h6,
.section.albums .work-process-number + .over-heading-h5,
.section.albums .work-process-number + .over-heading-h6, .section.content .album-img + .over-heading-h5,
.section.content .album-img + .over-heading-h6,
.section.content .article-img + .over-heading-h5,
.section.content .article-img + .over-heading-h6,
.section.content .work-process-number + .over-heading-h5,
.section.content .work-process-number + .over-heading-h6 {
  margin-top: 2.25em;
}

@media (min-width: 768px) {
  .section.albums .album-img + .over-heading-h5,
  .section.albums .album-img + .over-heading-h6,
  .section.albums .article-img + .over-heading-h5,
  .section.albums .article-img + .over-heading-h6,
  .section.albums .work-process-number + .over-heading-h5,
  .section.albums .work-process-number + .over-heading-h6, .section.content .album-img + .over-heading-h5,
  .section.content .album-img + .over-heading-h6,
  .section.content .article-img + .over-heading-h5,
  .section.content .article-img + .over-heading-h6,
  .section.content .work-process-number + .over-heading-h5,
  .section.content .work-process-number + .over-heading-h6 {
    margin-top: 2.222222em;
  }
}

/* ------------------------------
    Albums / Gallery
  ------------------------------
    Grid / Bricks
  ------------------------------ */
.album-item,
.gallery-item {
  margin-bottom: 5.0625em;
}

@media (min-width: 768px) {
  .album-item,
  .gallery-item {
    margin-bottom: 5em;
  }
}

.album-item .album-img,
.album-item .gallery-img,
.gallery-item .album-img,
.gallery-item .gallery-img {
  position: relative;
  overflow: hidden;
}

.album-item .album-img img,
.album-item .gallery-img img,
.gallery-item .album-img img,
.gallery-item .gallery-img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.album-item:hover img,
.gallery-item:hover img {
  -webkit-transform: scale(1.03) translateZ(0);
          transform: scale(1.03) translateZ(0);
}

@media (max-width: 767.98px) {
  .grid .album-item .album-img,
  .grid .album-item .gallery-img,
  .grid .gallery-item .album-img,
  .grid .gallery-item .gallery-img,
  .bricks .album-item .album-img,
  .bricks .album-item .gallery-img,
  .bricks .gallery-item .album-img,
  .bricks .gallery-item .gallery-img {
    min-height: 300px;
  }
}

/* ------------------------------
    Grid / Bricks 1 Columns
  ------------------------------ */
.grid.layout-1-col .col-12 .album-item .album-img,
.grid.layout-1-col .col-12 .album-item .gallery-img,
.grid.layout-1-col .col-12 .gallery-item .album-img,
.grid.layout-1-col .col-12 .gallery-item .gallery-img,
.bricks.layout-1-col .col-12 .album-item .album-img,
.bricks.layout-1-col .col-12 .album-item .gallery-img,
.bricks.layout-1-col .col-12 .gallery-item .album-img,
.bricks.layout-1-col .col-12 .gallery-item .gallery-img {
  height: 50vw;
}

@media (min-width: 768px) {
  .grid.layout-1-col .col-12 .album-item .album-img,
  .grid.layout-1-col .col-12 .album-item .gallery-img,
  .grid.layout-1-col .col-12 .gallery-item .album-img,
  .grid.layout-1-col .col-12 .gallery-item .gallery-img,
  .bricks.layout-1-col .col-12 .album-item .album-img,
  .bricks.layout-1-col .col-12 .album-item .gallery-img,
  .bricks.layout-1-col .col-12 .gallery-item .album-img,
  .bricks.layout-1-col .col-12 .gallery-item .gallery-img {
    max-height: 800px;
  }
}

@media (max-width: 767.98px) {
  .grid.layout-1-col .col-12 .album-item .album-img,
  .grid.layout-1-col .col-12 .album-item .gallery-img,
  .grid.layout-1-col .col-12 .gallery-item .album-img,
  .grid.layout-1-col .col-12 .gallery-item .gallery-img,
  .bricks.layout-1-col .col-12 .album-item .album-img,
  .bricks.layout-1-col .col-12 .album-item .gallery-img,
  .bricks.layout-1-col .col-12 .gallery-item .album-img,
  .bricks.layout-1-col .col-12 .gallery-item .gallery-img {
    height: 30vw;
  }
}

/* ------------------------------
    Grid / Bricks 2 Columns
  ------------------------------ */
.grid.layout-2-col .col-6 .album-item .album-img,
.grid.layout-2-col .col-6 .album-item .gallery-img,
.grid.layout-2-col .col-6 .gallery-item .album-img,
.grid.layout-2-col .col-6 .gallery-item .gallery-img,
.bricks.layout-2-col .col-6 .album-item .album-img,
.bricks.layout-2-col .col-6 .album-item .gallery-img,
.bricks.layout-2-col .col-6 .gallery-item .album-img,
.bricks.layout-2-col .col-6 .gallery-item .gallery-img {
  height: 30vw;
}

@media (min-width: 768px) {
  .grid.layout-2-col .col-6 .album-item .album-img,
  .grid.layout-2-col .col-6 .album-item .gallery-img,
  .grid.layout-2-col .col-6 .gallery-item .album-img,
  .grid.layout-2-col .col-6 .gallery-item .gallery-img,
  .bricks.layout-2-col .col-6 .album-item .album-img,
  .bricks.layout-2-col .col-6 .album-item .gallery-img,
  .bricks.layout-2-col .col-6 .gallery-item .album-img,
  .bricks.layout-2-col .col-6 .gallery-item .gallery-img {
    max-height: 500px;
  }
}

/* ------------------------------
    Grid / Bricks 3 Columns
  ------------------------------ */
.grid.layout-3-col .col-4 .album-item .album-img,
.grid.layout-3-col .col-4 .album-item .gallery-img,
.grid.layout-3-col .col-4 .gallery-item .album-img,
.grid.layout-3-col .col-4 .gallery-item .gallery-img,
.bricks.layout-3-col .col-4 .album-item .album-img,
.bricks.layout-3-col .col-4 .album-item .gallery-img,
.bricks.layout-3-col .col-4 .gallery-item .album-img,
.bricks.layout-3-col .col-4 .gallery-item .gallery-img {
  height: 20vw;
}

@media (max-width: 991.98px) {
  .grid.layout-3-col .col-4 .album-item .album-img,
  .grid.layout-3-col .col-4 .album-item .gallery-img,
  .grid.layout-3-col .col-4 .gallery-item .album-img,
  .grid.layout-3-col .col-4 .gallery-item .gallery-img,
  .bricks.layout-3-col .col-4 .album-item .album-img,
  .bricks.layout-3-col .col-4 .album-item .gallery-img,
  .bricks.layout-3-col .col-4 .gallery-item .album-img,
  .bricks.layout-3-col .col-4 .gallery-item .gallery-img {
    height: 30vw;
  }
}

@media (min-width: 768px) {
  .grid.layout-3-col .col-4 .album-item .album-img,
  .grid.layout-3-col .col-4 .album-item .gallery-img,
  .grid.layout-3-col .col-4 .gallery-item .album-img,
  .grid.layout-3-col .col-4 .gallery-item .gallery-img,
  .bricks.layout-3-col .col-4 .album-item .album-img,
  .bricks.layout-3-col .col-4 .album-item .gallery-img,
  .bricks.layout-3-col .col-4 .gallery-item .album-img,
  .bricks.layout-3-col .col-4 .gallery-item .gallery-img {
    max-height: 400px;
  }
}

/* ------------------------------
    Grid / Bricks 4 Columns
  ------------------------------ */
.grid.layout-4-col .album-item .album-img,
.grid.layout-4-col .album-item .gallery-img,
.grid.layout-4-col .gallery-item .album-img,
.grid.layout-4-col .gallery-item .gallery-img,
.bricks.layout-4-col .album-item .album-img,
.bricks.layout-4-col .album-item .gallery-img,
.bricks.layout-4-col .gallery-item .album-img,
.bricks.layout-4-col .gallery-item .gallery-img {
  height: 15vw;
}

@media (max-width: 1199.98px) {
  .grid.layout-4-col .album-item .album-img,
  .grid.layout-4-col .album-item .gallery-img,
  .grid.layout-4-col .gallery-item .album-img,
  .grid.layout-4-col .gallery-item .gallery-img,
  .bricks.layout-4-col .album-item .album-img,
  .bricks.layout-4-col .album-item .gallery-img,
  .bricks.layout-4-col .gallery-item .album-img,
  .bricks.layout-4-col .gallery-item .gallery-img {
    height: 20vw;
  }
}

@media (max-width: 991.98px) {
  .grid.layout-4-col .album-item .album-img,
  .grid.layout-4-col .album-item .gallery-img,
  .grid.layout-4-col .gallery-item .album-img,
  .grid.layout-4-col .gallery-item .gallery-img,
  .bricks.layout-4-col .album-item .album-img,
  .bricks.layout-4-col .album-item .gallery-img,
  .bricks.layout-4-col .gallery-item .album-img,
  .bricks.layout-4-col .gallery-item .gallery-img {
    height: 30vw;
  }
}

@media (min-width: 768px) {
  .grid.layout-4-col .album-item .album-img,
  .grid.layout-4-col .album-item .gallery-img,
  .grid.layout-4-col .gallery-item .album-img,
  .grid.layout-4-col .gallery-item .gallery-img,
  .bricks.layout-4-col .album-item .album-img,
  .bricks.layout-4-col .album-item .gallery-img,
  .bricks.layout-4-col .gallery-item .album-img,
  .bricks.layout-4-col .gallery-item .gallery-img {
    max-height: 300px;
  }
}

/* ------------------------------
    Grid Random
  ------------------------------ */
.grid-random .grid-random-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  -ms-grid-rows: (65px)[10];
  grid-template-rows: repeat(10, 65px);
  -ms-grid-columns: (calc(100% / 10 - 30px))[10];
  grid-template-columns: repeat(10, calc(100% / 10 - 30px));
  grid-gap: 30px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .grid-random .grid-random-wrap {
    -ms-grid-rows: (45px)[10];
    grid-template-rows: repeat(10, 45px);
  }
}

@media (max-width: 991.98px) {
  .grid-random .grid-random-wrap {
    -ms-grid-rows: (30px)[10];
    grid-template-rows: repeat(10, 30px);
  }
}

@media (max-width: 767.98px) {
  .grid-random .grid-random-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.gallery.grid-random .gallery-item {
  margin: 0;
}

@media (max-width: 767.98px) {
  .gallery.grid-random .gallery-item {
    margin-bottom: 30px;
  }
}

.gallery.grid-random .gallery-item .gallery-img {
  width: 100%;
  height: 100%;
}

.gallery.grid-random .gallery-item .gallery-img img {
  width: 100%;
}

.gallery.grid-random .gallery-item {
  display: none;
}

.gallery.grid-random .select-gallery-item {
  display: block;
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
  opacity: 0;
}

.gallery.grid-random .select-gallery-item.is-animate-item {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* ------------------------------
    Grid Random Large Layout
  ------------------------------ */
.gallery.grid-random.layout-lg-1 .random-gallery-item-1 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 3 / 1 / 6 / 4;
}

.gallery.grid-random.layout-lg-1 .random-gallery-item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 1 / 4 / 6 / 7;
}

.gallery.grid-random.layout-lg-1 .random-gallery-item-3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  grid-area: 2 / 7 / 7 / 11;
}

.gallery.grid-random.layout-lg-1 .random-gallery-item-4 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-area: 6 / 2 / 11 / 7;
}

.gallery.grid-random.layout-lg-1 .random-gallery-item-5 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  grid-area: 7 / 7 / 10 / 11;
}

.gallery.grid-random.layout-lg-2 .random-gallery-item-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: 1 / 1 / 5 / 5;
}

.gallery.grid-random.layout-lg-2 .random-gallery-item-2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  -ms-grid-column-span: 5;
  grid-area: 2 / 5 / 7 / 10;
}

.gallery.grid-random.layout-lg-2 .random-gallery-item-3 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 5 / 2 / 9 / 5;
}

.gallery.grid-random.layout-lg-2 .random-gallery-item-4 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 4;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: 7 / 5 / 11 / 8;
}

.gallery.grid-random.layout-lg-2 .random-gallery-item-5 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 8;
  -ms-grid-column-span: 3;
  grid-area: 7 / 8 / 10 / 11;
}

.gallery.grid-random.layout-lg-3 .random-gallery-item-1 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 2 / 1 / 6 / 4;
}

.gallery.grid-random.layout-lg-3 .random-gallery-item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 1 / 4 / 6 / 7;
}

.gallery.grid-random.layout-lg-3 .random-gallery-item-3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  grid-area: 3 / 7 / 8 / 11;
}

.gallery.grid-random.layout-lg-3 .random-gallery-item-4 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-area: 6 / 3 / 10 / 7;
}

.gallery.grid-random.layout-lg-3 .random-gallery-item-5 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: 8 / 7 / 11 / 10;
}

.gallery.grid-random.layout-lg-4 .random-gallery-item-1 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 3 / 1 / 8 / 4;
}

.gallery.grid-random.layout-lg-4 .random-gallery-item-2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 4;
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-area: 2 / 4 / 6 / 8;
}

.gallery.grid-random.layout-lg-4 .random-gallery-item-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 8;
  -ms-grid-column-span: 3;
  grid-area: 1 / 8 / 6 / 11;
}

.gallery.grid-random.layout-lg-4 .random-gallery-item-4 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 5;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 6 / 4 / 11 / 7;
}

.gallery.grid-random.layout-lg-4 .random-gallery-item-5 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 4;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: 6 / 7 / 10 / 10;
}

.gallery.grid-random.layout-lg-5 .random-gallery-item-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 1 / 2 / 6 / 5;
}

.gallery.grid-random.layout-lg-5 .random-gallery-item-2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 4;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: 2 / 5 / 6 / 8;
}

.gallery.grid-random.layout-lg-5 .random-gallery-item-3 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  -ms-grid-column: 8;
  -ms-grid-column-span: 3;
  grid-area: 4 / 8 / 8 / 11;
}

.gallery.grid-random.layout-lg-5 .random-gallery-item-4 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 6 / 1 / 10 / 4;
}

.gallery.grid-random.layout-lg-5 .random-gallery-item-5 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 5;
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-area: 6 / 4 / 11 / 8;
}

/* ------------------------------
    Grid Random Medium Layout
  ------------------------------ */
.gallery.grid-random.layout-md-1 .random-gallery-item-1 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: 2 / 1 / 7 / 5;
}

.gallery.grid-random.layout-md-1 .random-gallery-item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-area: 1 / 5 / 4 / 9;
}

.gallery.grid-random.layout-md-1 .random-gallery-item-3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
  grid-area: 2 / 9 / 4 / 11;
}

.gallery.grid-random.layout-md-1 .random-gallery-item-4 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 7 / 2 / 11 / 5;
}

.gallery.grid-random.layout-md-1 .random-gallery-item-5 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  -ms-grid-column: 5;
  -ms-grid-column-span: 5;
  grid-area: 4 / 5 / 8 / 10;
}

.gallery.grid-random.layout-md-1 .random-gallery-item-6 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: 8 / 5 / 11 / 8;
}

.gallery.grid-random.layout-md-1 .random-gallery-item-7 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 2;
  -ms-grid-column: 8;
  -ms-grid-column-span: 2;
  grid-area: 8 / 8 / 10 / 10;
}

.gallery.grid-random.layout-md-2 .random-gallery-item-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 1 / 2 / 5 / 5;
}

.gallery.grid-random.layout-md-2 .random-gallery-item-2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: 2 / 5 / 5 / 7;
}

.gallery.grid-random.layout-md-2 .random-gallery-item-3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-area: 3 / 7 / 5 / 9;
}

.gallery.grid-random.layout-md-2 .random-gallery-item-4 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: 5 / 1 / 10 / 5;
}

.gallery.grid-random.layout-md-2 .random-gallery-item-5 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: 5 / 5 / 8 / 8;
}

.gallery.grid-random.layout-md-2 .random-gallery-item-6 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  -ms-grid-column: 8;
  -ms-grid-column-span: 3;
  grid-area: 5 / 8 / 9 / 11;
}

.gallery.grid-random.layout-md-2 .random-gallery-item-7 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: 8 / 5 / 11 / 8;
}

.gallery.grid-random.layout-md-3 .random-gallery-item-1 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2 / 2 / 4 / 4;
}

.gallery.grid-random.layout-md-3 .random-gallery-item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 1 / 4 / 4 / 7;
}

.gallery.grid-random.layout-md-3 .random-gallery-item-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: 1 / 7 / 5 / 10;
}

.gallery.grid-random.layout-md-3 .random-gallery-item-4 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: 4 / 1 / 8 / 5;
}

.gallery.grid-random.layout-md-3 .random-gallery-item-5 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: 4 / 5 / 8 / 7;
}

.gallery.grid-random.layout-md-3 .random-gallery-item-6 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  grid-area: 5 / 7 / 10 / 11;
}

.gallery.grid-random.layout-md-3 .random-gallery-item-7 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 8 / 4 / 11 / 7;
}

.gallery.grid-random.layout-md-4 .random-gallery-item-1 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2 / 2 / 5 / 4;
}

.gallery.grid-random.layout-md-4 .random-gallery-item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 1 / 4 / 7 / 7;
}

.gallery.grid-random.layout-md-4 .random-gallery-item-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: 1 / 7 / 4 / 10;
}

.gallery.grid-random.layout-md-4 .random-gallery-item-4 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 5 / 1 / 9 / 4;
}

.gallery.grid-random.layout-md-4 .random-gallery-item-5 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  grid-area: 4 / 7 / 7 / 11;
}

.gallery.grid-random.layout-md-4 .random-gallery-item-6 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 4;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 7 / 4 / 11 / 7;
}

.gallery.grid-random.layout-md-4 .random-gallery-item-7 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: 7 / 7 / 10 / 10;
}

.gallery.grid-random.layout-md-5 .random-gallery-item-1 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-area: 2 / 2 / 5 / 6;
}

.gallery.grid-random.layout-md-5 .random-gallery-item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-area: 1 / 6 / 5 / 9;
}

.gallery.grid-random.layout-md-5 .random-gallery-item-3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
  grid-area: 3 / 9 / 5 / 11;
}

.gallery.grid-random.layout-md-5 .random-gallery-item-4 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 5 / 1 / 9 / 4;
}

.gallery.grid-random.layout-md-5 .random-gallery-item-5 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 6;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 5 / 4 / 11 / 7;
}

.gallery.grid-random.layout-md-5 .random-gallery-item-6 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  grid-area: 5 / 7 / 9 / 11;
}

.gallery.grid-random.layout-md-5 .random-gallery-item-7 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 2;
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-area: 9 / 7 / 11 / 9;
}

/* ------------------------------
    Grid Random Small Layout
  ------------------------------ */
.gallery.grid-random.layout-sm-1 .random-gallery-item-1 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2 / 2 / 4 / 4;
}

.gallery.grid-random.layout-sm-1 .random-gallery-item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 1 / 4 / 4 / 7;
}

.gallery.grid-random.layout-sm-1 .random-gallery-item-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-area: 1 / 7 / 4 / 9;
}

.gallery.grid-random.layout-sm-1 .random-gallery-item-4 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 4;
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
  grid-area: 3 / 9 / 7 / 11;
}

.gallery.grid-random.layout-sm-1 .random-gallery-item-5 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 4 / 1 / 7 / 3;
}

.gallery.grid-random.layout-sm-1 .random-gallery-item-6 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: 4 / 3 / 8 / 6;
}

.gallery.grid-random.layout-sm-1 .random-gallery-item-7 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-area: 4 / 6 / 7 / 9;
}

.gallery.grid-random.layout-sm-1 .random-gallery-item-8 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: 8 / 4 / 11 / 6;
}

.gallery.grid-random.layout-sm-1 .random-gallery-item-9 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 4;
  -ms-grid-column: 6;
  -ms-grid-column-span: 2;
  grid-area: 7 / 6 / 11 / 8;
}

.gallery.grid-random.layout-sm-1 .random-gallery-item-10 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 8;
  -ms-grid-column-span: 3;
  grid-area: 7 / 8 / 10 / 11;
}

.gallery.grid-random.layout-sm-2 .random-gallery-item-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 1 / 2 / 3 / 4;
}

.gallery.grid-random.layout-sm-2 .random-gallery-item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: 1 / 7 / 4 / 10;
}

.gallery.grid-random.layout-sm-2 .random-gallery-item-3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 3 / 1 / 6 / 4;
}

.gallery.grid-random.layout-sm-2 .random-gallery-item-4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 1 / 4 / 6 / 7;
}

.gallery.grid-random.layout-sm-2 .random-gallery-item-5 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-area: 4 / 7 / 6 / 9;
}

.gallery.grid-random.layout-sm-2 .random-gallery-item-6 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 2;
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-area: 6 / 7 / 8 / 9;
}

.gallery.grid-random.layout-sm-2 .random-gallery-item-7 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
  grid-area: 4 / 9 / 8 / 11;
}

.gallery.grid-random.layout-sm-2 .random-gallery-item-8 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 6 / 1 / 9 / 3;
}

.gallery.grid-random.layout-sm-2 .random-gallery-item-9 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-area: 6 / 3 / 11 / 7;
}

.gallery.grid-random.layout-sm-2 .random-gallery-item-10 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: 8 / 7 / 11 / 10;
}

.gallery.grid-random.layout-sm-3 .random-gallery-item-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 1 / 2 / 4 / 5;
}

.gallery.grid-random.layout-sm-3 .random-gallery-item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: 1 / 5 / 5 / 7;
}

.gallery.grid-random.layout-sm-3 .random-gallery-item-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-area: 1 / 7 / 4 / 9;
}

.gallery.grid-random.layout-sm-3 .random-gallery-item-4 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: 4 / 1 / 8 / 5;
}

.gallery.grid-random.layout-sm-3 .random-gallery-item-5 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: 5 / 5 / 8 / 7;
}

.gallery.grid-random.layout-sm-3 .random-gallery-item-6 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: 4 / 7 / 8 / 10;
}

.gallery.grid-random.layout-sm-3 .random-gallery-item-7 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 8 / 2 / 11 / 4;
}

.gallery.grid-random.layout-sm-3 .random-gallery-item-8 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 8 / 4 / 11 / 7;
}

.gallery.grid-random.layout-sm-3 .random-gallery-item-9 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-area: 8 / 7 / 11 / 9;
}

.gallery.grid-random.layout-sm-3 .random-gallery-item-10 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 2;
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
  grid-area: 8 / 9 / 10 / 11;
}

.gallery.grid-random.layout-sm-4 .random-gallery-item-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1 / 1 / 5 / 4;
}

.gallery.grid-random.layout-sm-4 .random-gallery-item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 1 / 4 / 4 / 7;
}

.gallery.grid-random.layout-sm-4 .random-gallery-item-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: 1 / 7 / 4 / 10;
}

.gallery.grid-random.layout-sm-4 .random-gallery-item-4 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 5 / 2 / 7 / 4;
}

.gallery.grid-random.layout-sm-4 .random-gallery-item-5 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-area: 4 / 4 / 8 / 8;
}

.gallery.grid-random.layout-sm-4 .random-gallery-item-6 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  -ms-grid-column: 8;
  -ms-grid-column-span: 3;
  grid-area: 4 / 8 / 7 / 11;
}

.gallery.grid-random.layout-sm-4 .random-gallery-item-7 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 7 / 2 / 10 / 4;
}

.gallery.grid-random.layout-sm-4 .random-gallery-item-8 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: 8 / 4 / 11 / 6;
}

.gallery.grid-random.layout-sm-4 .random-gallery-item-9 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 2;
  -ms-grid-column: 6;
  -ms-grid-column-span: 2;
  grid-area: 8 / 6 / 10 / 8;
}

.gallery.grid-random.layout-sm-4 .random-gallery-item-10 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 8;
  -ms-grid-column-span: 3;
  grid-area: 7 / 8 / 10 / 11;
}

.gallery.grid-random.layout-sm-5 .random-gallery-item-1 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2 / 1 / 5 / 3;
}

.gallery.grid-random.layout-sm-5 .random-gallery-item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: 1 / 3 / 5 / 6;
}

.gallery.grid-random.layout-sm-5 .random-gallery-item-3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 4;
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-area: 2 / 6 / 6 / 9;
}

.gallery.grid-random.layout-sm-5 .random-gallery-item-4 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
  grid-area: 3 / 9 / 6 / 11;
}

.gallery.grid-random.layout-sm-5 .random-gallery-item-5 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 5 / 1 / 9 / 4;
}

.gallery.grid-random.layout-sm-5 .random-gallery-item-6 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: 5 / 4 / 8 / 6;
}

.gallery.grid-random.layout-sm-5 .random-gallery-item-7 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 2;
  -ms-grid-column: 6;
  -ms-grid-column-span: 2;
  grid-area: 6 / 6 / 8 / 8;
}

.gallery.grid-random.layout-sm-5 .random-gallery-item-8 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 3;
  -ms-grid-column: 8;
  -ms-grid-column-span: 2;
  grid-area: 6 / 8 / 9 / 10;
}

.gallery.grid-random.layout-sm-5 .random-gallery-item-9 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-area: 8 / 4 / 11 / 8;
}

.gallery.grid-random.layout-sm-5 .random-gallery-item-10 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 2;
  -ms-grid-column: 8;
  -ms-grid-column-span: 2;
  grid-area: 9 / 8 / 11 / 10;
}

/* ------------------------------
    Adjusted 2 Columns
  ------------------------------ */
.adjusted.layout-2-col .col-6 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------
    Adjusted 3 Columns
  ------------------------------ */
.adjusted.layout-3-col .col-4 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------
    Adjusted 4 Columns
  ------------------------------ */
.adjusted.layout-4-col .col-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------
    Bricks 2x3 Columns
  ------------------------------ */
@media (max-width: 991.98px) {
  .bricks.layout-2-col .col-md-12 .album-item .album-img,
  .bricks.layout-2-col .col-md-12 .album-item .gallery-img,
  .bricks.layout-2-col .col-md-12 .gallery-item .album-img,
  .bricks.layout-2-col .col-md-12 .gallery-item .gallery-img {
    height: 50vw;
  }
}

/* ------------------------------
    Bricks 3x4 Columns
  ------------------------------ */
@media (max-width: 1199.98px) {
  .bricks.layout-3-col .col-lg-6 .album-item .album-img,
  .bricks.layout-3-col .col-lg-6 .album-item .gallery-img,
  .bricks.layout-3-col .col-lg-6 .gallery-item .album-img,
  .bricks.layout-3-col .col-lg-6 .gallery-item .gallery-img {
    height: 30vw;
    max-height: 500px;
  }
}

@media (max-width: 991.98px) {
  .bricks.layout-3-col .col-md-12 .album-item .album-img,
  .bricks.layout-3-col .col-md-12 .album-item .gallery-img,
  .bricks.layout-3-col .col-md-12 .gallery-item .album-img,
  .bricks.layout-3-col .col-md-12 .gallery-item .gallery-img, .bricks.layout-4-col .col-md-12 .album-item .album-img,
  .bricks.layout-4-col .col-md-12 .album-item .gallery-img,
  .bricks.layout-4-col .col-md-12 .gallery-item .album-img,
  .bricks.layout-4-col .col-md-12 .gallery-item .gallery-img {
    height: 50vw;
    max-height: 100%;
  }
}

@media (max-width: 767.98px) {
  .bricks.layout-3-col .col-md-12 .album-item .album-img,
  .bricks.layout-3-col .col-md-12 .album-item .gallery-img,
  .bricks.layout-3-col .col-md-12 .gallery-item .album-img,
  .bricks.layout-3-col .col-md-12 .gallery-item .gallery-img, .bricks.layout-4-col .col-md-12 .album-item .album-img,
  .bricks.layout-4-col .col-md-12 .album-item .gallery-img,
  .bricks.layout-4-col .col-md-12 .gallery-item .album-img,
  .bricks.layout-4-col .col-md-12 .gallery-item .gallery-img {
    max-height: 300px;
  }
}

/* ------------------------------
    Section Gallery
  ------------------------------ */
.section.gallery {
  padding: 6.75em 0 0;
}

@media (min-width: 768px) {
  .section.gallery {
    padding: 6.666666em 0 0;
  }
}

.section.gallery + .section.intro {
  padding-top: 8.458334em;
}

@media (min-width: 768px) {
  .section.gallery + .section.intro {
    padding-top: 8.333334em;
  }
}

.section.gallery + .section.content {
  padding-top: 5.0625em;
}

@media (min-width: 768px) {
  .section.gallery + .section.content {
    padding-top: 5em;
  }
}

.section.gallery:first-child {
  padding-top: 10.125em;
}

@media (min-width: 768px) {
  .section.gallery:first-child {
    padding-top: 10em;
  }
}

.section.gallery:last-child {
  padding-bottom: 8.458334em;
}

@media (min-width: 768px) {
  .section.gallery:last-child {
    padding-bottom: 8.333334em;
  }
}

.gallery .gallery-item {
  cursor: pointer;
  margin-bottom: 30px;
}

.gallery .gallery-item .play-pause-video-buttons {
  display: none;
}

/* ------------------------------
    Gallery Light Box
  ------------------------------ */
.gallery-light-box {
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
  z-index: 99;
}

.gallery-light-box .gallery-description,
.gallery-light-box .gallery-pagination {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.gallery-light-box.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.gallery-light-box.is-open .gallery-description,
.gallery-light-box.is-open .gallery-pagination {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.gallery-light-box .container {
  padding-top: 10.125em;
  padding-bottom: 10.125em;
}

@media (min-width: 768px) {
  .gallery-light-box .container {
    padding-top: 10em;
    padding-bottom: 10em;
  }
}

.gallery-pagination {
  text-align: right;
}

.gallery-pagination .pagination-separator {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 0.375em 2.25em;
}

@media (min-width: 768px) {
  .gallery-pagination .pagination-separator {
    margin: 0.375em 2.22222em;
  }
}

.gallery-description,
.gallery-pagination {
  margin: 1.6875em 0 0;
}

@media (min-width: 768px) {
  .gallery-description,
  .gallery-pagination {
    margin: 1.666667em 0 0;
  }
}

@media (max-width: 767.98px) {
  .gallery-description,
  .gallery-pagination {
    text-align: center;
  }
}

.gallery-light-box-slider .gallery-item {
  display: none;
}

.gallery-light-box-slider .gallery-item.is-active {
  display: block;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.gallery-light-box-slider .gallery-item.is-active.is-animate {
  visibility: visible;
  opacity: 1;
}

.gallery-light-box-slider .gallery-item .gallery-img {
  position: relative;
}

.gallery-light-box-slider .gallery-item .gallery-img .play-pause-video-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.gallery-light-box-slider .gallery-item .gallery-img .play-pause-video-buttons.is-mobile {
  top: auto;
  left: 10px;
  bottom: 10px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.gallery-light-box-slider .gallery-item .gallery-img:hover .play-pause-video-buttons {
  visibility: visible;
  opacity: 1;
}

.gallery-light-box-slider .gallery-item .gallery-img:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.play-pause-video-buttons {
  width: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.play-pause-video-buttons.is-hidden {
  display: none;
}

.play-pause-video-buttons.is-mobile {
  visibility: visible;
  opacity: 1;
}

.play-pause-video-buttons .play-button,
.play-pause-video-buttons .pause-button {
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
}

.play-pause-video-buttons .play-button .far,
.play-pause-video-buttons .pause-button .far {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 767.98px) {
  .play-pause-video-buttons .play-button .far,
  .play-pause-video-buttons .pause-button .far {
    font-size: 40px;
  }
}

.play-pause-video-buttons .play-button:hover .far,
.play-pause-video-buttons .pause-button:hover .far {
  color: #fff;
}

.play-pause-video-buttons .play-button.is-hidden,
.play-pause-video-buttons .pause-button.is-hidden {
  display: none;
}

/* ------------------------------
    Section Content
  ------------------------------ */
.section.content {
  padding: 6.75em 0 0;
}

@media (min-width: 768px) {
  .section.content {
    padding: 6.666666em 0 0;
  }
}

.section.content + .section.intro {
  padding-top: 10.125em;
}

@media (min-width: 768px) {
  .section.content + .section.intro {
    padding-top: 10em;
  }
}

.section.content:first-child {
  padding-top: 10.125em;
}

@media (min-width: 768px) {
  .section.content:first-child {
    padding-top: 10em;
  }
}

.section.content:last-child {
  padding-bottom: 10.125em;
}

@media (min-width: 768px) {
  .section.content:last-child {
    padding-bottom: 10em;
  }
}

/* ------------------------------
    Skills Bar
  ------------------------------ */
.skill-bar {
  position: relative;
  height: 2.53125em;
  margin-bottom: 3.375em;
}

@media (min-width: 768px) {
  .skill-bar {
    height: 2.5em;
    margin-bottom: 3.333333em;
  }
}

@media (min-width: 992px) {
  .skill-bar:last-child {
    margin-bottom: 0;
  }
}

.skill-bar .skill-bar-title,
.skill-bar .skill-bar-percent {
  position: absolute;
  width: auto;
  top: 0;
  height: 1.6875em;
}

@media (min-width: 768px) {
  .skill-bar .skill-bar-title,
  .skill-bar .skill-bar-percent {
    height: 1.666666em;
  }
}

.skill-bar:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.skill-bar .skill-bar-title {
  left: 0;
}

.skill-bar .skill-bar-percent {
  right: 0;
}

.skill-bar .skill-bar-bar {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
}

/* ------------------------------
    Counter
  ------------------------------ */
@media (max-width: 767.98px) {
  .counter-box {
    margin-bottom: 3.375em;
  }
  .counter-box:last-child {
    margin-bottom: 0;
  }
}

.counter-box .counter-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6.75em;
  height: 6.75em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.02);
  margin-bottom: 1.6873em;
}

@media (min-width: 768px) {
  .counter-box .counter-icon {
    width: 6.666666em;
    height: 6.666666em;
    margin-bottom: 1.666666em;
  }
}

.counter-box .counter-icon .fab, .counter-box .counter-icon .far, .counter-box .counter-icon .fas {
  font-size: 2.369em;
  width: auto;
  margin: auto;
}

.counter-box .counter-item {
  display: inline-block;
  width: auto;
}

/* ------------------------------
    Image Comparison Slider
  ------------------------------ */
.image-comparison-slider {
  position: relative;
  width: 100%;
  margin: 0;
}

.image-comparison-slider img {
  display: block;
}

.image-label {
  position: absolute;
  display: inline-block;
  width: auto;
  font-family: "MontserratMedium", sans-serif;
  font-size: 0.75em;
  line-height: 1;
  color: #fff;
  background-color: #07070d;
  opacity: 0;
  border-radius: 2px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity, visibility .3s .7s, -webkit-transform .3s .7s;
  transition: opacity, visibility .3s .7s, -webkit-transform .3s .7s;
  -o-transition: transform .3s .7s, opacity, visibility .3s .7s;
  transition: transform .3s .7s, opacity, visibility .3s .7s;
  transition: transform .3s .7s, opacity, visibility .3s .7s, -webkit-transform .3s .7s;
  bottom: 1.6875em;
  padding: 0.84375em;
}

@media (min-width: 768px) {
  .image-label {
    bottom: 1.666666em;
    padding: 0.83333em;
  }
}

.image-label.left {
  left: 1.6875em;
}

@media (min-width: 768px) {
  .image-label.left {
    left: 1.666666em;
  }
}

.image-label.right {
  right: 1.6875em;
}

@media (min-width: 768px) {
  .image-label.right {
    right: 1.666666em;
  }
}

.is-visible .image-label {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.is-visible .image-label.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.is-visible .image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.resizable-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.resizable-image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.is-visible .resizable-image {
  width: 50%;
  -webkit-animation: bounce-in .7s;
          animation: bounce-in .7s;
}

@-webkit-keyframes bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 60%;
  }
  100% {
    width: 50%;
  }
}

@keyframes bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 60%;
  }
  100% {
    width: 50%;
  }
}

.slider-handle {
  position: absolute;
  display: inline-block;
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
          transform: translate3d(-50%, -50%, 0) scale(0);
  border-radius: 50%;
  background-color: rgba(7, 7, 13, 0.8);
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-box-shadow: 0 0 0 6px rgba(7, 7, 13, 0.1), 0 0 10px rgba(7, 7, 13, 0.4);
          box-shadow: 0 0 0 6px rgba(7, 7, 13, 0.1), 0 0 10px rgba(7, 7, 13, 0.4);
  opacity: 0;
}

@media (min-width: 768px) {
  .slider-handle {
    height: 50px;
    width: 50px;
  }
}

.slider-handle.draggable {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slider-handle:hover, .slider-handle.draggable {
  background-color: #07070d;
  -webkit-box-shadow: 0 0 0 6px rgba(7, 7, 13, 0.2), 0 0 10px rgba(7, 7, 13, 0.8);
          box-shadow: 0 0 0 6px rgba(7, 7, 13, 0.2), 0 0 10px rgba(7, 7, 13, 0.8);
}

.is-visible .slider-handle {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transition: opacity 0s .7s, background .3s, -webkit-transform .3s .7s, -webkit-box-shadow .2s;
  transition: opacity 0s .7s, background .3s, -webkit-transform .3s .7s, -webkit-box-shadow .2s;
  -o-transition: transform .3s .7s, opacity 0s .7s, background .3s, box-shadow .2s;
  transition: transform .3s .7s, opacity 0s .7s, background .3s, box-shadow .2s;
  transition: transform .3s .7s, opacity 0s .7s, background .3s, box-shadow .2s, -webkit-transform .3s .7s, -webkit-box-shadow .2s;
}

/* ------------------------------
    Courses
  ------------------------------ */
.courses .courses-list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.02);
  padding: 1.6875em;
  margin-bottom: 5.0625em;
  border: 1px solid transparent;
  border-radius: 2px 2px 30px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.courses .courses-list-item:hover, .courses .courses-list-item.accent {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.courses .courses-list-item.accent:hover {
  border: 1px solid transparent;
}

@media (min-width: 576px) {
  .courses .courses-list-item {
    margin-bottom: 3.375em;
    border-radius: 30px 2px;
  }
}

@media (min-width: 768px) {
  .courses .courses-list-item {
    padding: 1.666667em;
    margin-bottom: 3.333333em;
  }
}

.courses .courses-list-item:last-child {
  margin-bottom: 0;
}

.courses .courses-list-item .on-sale {
  position: absolute;
  display: none;
  top: -0.84375em;
  right: 10.125em;
  width: 46px;
  border-radius: 2px;
  text-align: center;
  color: #07070d;
  background: #fff;
}

.courses .courses-list-item .on-sale:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  border-bottom: 0.84375em solid rgba(7, 7, 13, 0.98);
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
}

@media (min-width: 576px) {
  .courses .courses-list-item .on-sale {
    right: 1.666667em;
  }
}

@media (min-width: 768px) {
  .courses .courses-list-item .on-sale {
    top: -0.83333em;
  }
  .courses .courses-list-item .on-sale:after {
    border-bottom: 0.83333em solid rgba(7, 7, 13, 0.98);
  }
}

.courses .courses-list-item .on-sale .fas {
  width: auto;
  padding: 0.84375em 0 1.6875em;
}

@media (min-width: 768px) {
  .courses .courses-list-item .on-sale .fas {
    padding: 0.83333em 0 1.66667em;
  }
}

.courses .courses-list-item .courses-icon {
  position: absolute;
  top: -1.6875em;
  right: 1.6875em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 6.75em;
  width: 6.75em;
  height: 6.75em;
  border-radius: 50%;
  border: 8px solid rgba(7, 7, 13, 0.5);
  background-color: #fff;
}

@media (min-width: 576px) {
  .courses .courses-list-item .courses-icon {
    position: static;
  }
}

@media (min-width: 768px) {
  .courses .courses-list-item .courses-icon {
    min-width: 6.666666em;
    width: 6.666666em;
    height: 6.666666em;
  }
}

.courses .courses-list-item .courses-icon .fab, .courses .courses-list-item .courses-icon .far, .courses .courses-list-item .courses-icon .fas {
  font-size: 2.369em;
  color: #07070d;
}

.courses .courses-list-item .courses-content {
  display: inline-block;
}

.courses .courses-list-item .courses-content .courses-over-title {
  padding-right: 8.4375em;
}

.courses .courses-list-item .courses-content .courses-title {
  padding-right: 6.75em;
}

@media (min-width: 576px) {
  .courses .courses-list-item .courses-content {
    margin-left: 1.6875em;
  }
  .courses .courses-list-item .courses-content .courses-over-title,
  .courses .courses-list-item .courses-content .courses-title {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .courses .courses-list-item .courses-content {
    margin-left: 1.666667em;
  }
}

.courses .courses-list-item .courses-content .courses-title a {
  color: #fff;
}

.courses .courses-list-item .courses-content .courses-title a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.courses .courses-list-item .courses-content p:last-of-type {
  margin-bottom: 0;
}

.courses .courses-list-item .courses-content .courses-content-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.6875em;
}

@media (min-width: 768px) {
  .courses .courses-list-item .courses-content .courses-content-footer {
    margin-top: 1.666667em;
  }
}

.courses .courses-list-item .courses-content .courses-content-footer .price-value {
  margin: 0;
  width: auto;
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 1.333em;
}

.courses .courses-list-item .courses-content .courses-content-footer .price-currency {
  font-family: "MontserratLight", sans-serif;
  font-size: 0.75em;
}

.courses .courses-list-item .discounted-price {
  display: none;
  width: auto;
  margin-left: 0.84375em;
}

@media (min-width: 768px) {
  .courses .courses-list-item .discounted-price {
    margin-left: 0.83333em;
  }
}

@media (min-width: 576px) {
  .courses .courses-list-item.is-discount .on-sale {
    display: inline-block;
  }
}

.courses .courses-list-item.is-discount .current-price {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}

.courses .courses-list-item.is-discount .current-price:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.courses .courses-list-item.is-discount .discounted-price {
  display: inline-block;
}

/* ------------------------------
    Filtering Gallery
  ------------------------------ */
.gallery.filtering .filter-nav {
  position: relative;
  display: inline-block;
  width: auto;
  list-style-type: none;
  font-family: "MontserratMedium", sans-serif;
  margin-top: -0.84375em;
  margin-bottom: 3.375em;
}

@media (min-width: 768px) {
  .gallery.filtering .filter-nav {
    margin-top: -0.83333em;
    margin-bottom: 3.333333em;
  }
}

.gallery.filtering .filter-nav .filter-item {
  position: relative;
  display: inline-block;
  width: auto;
  cursor: pointer;
  padding: 0.84375em 0.84375em;
  margin: 0 0.84375em;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

@media (min-width: 768px) {
  .gallery.filtering .filter-nav .filter-item {
    padding: 0.83333em 0.83333em;
    margin: 0 0.83333em;
  }
}

.gallery.filtering .filter-nav .filter-item:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  width: 0;
  border-radius: 10px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.gallery.filtering .filter-nav .filter-item:hover, .gallery.filtering .filter-nav .filter-item.is-active {
  color: #fff;
}

.gallery.filtering .filter-nav .filter-item:hover:after, .gallery.filtering .filter-nav .filter-item.is-active:after {
  background: #fff;
  width: 100%;
}

.gallery.filtering .filter-container {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}

@media (min-width: 768px) {
  .gallery.filtering.layout-2-col .filter-container {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media (min-width: 768px) {
  .gallery.filtering.layout-3-col .filter-container {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media (min-width: 992px) {
  .gallery.filtering.layout-3-col .filter-container {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}

@media (min-width: 768px) {
  .gallery.filtering.layout-4-col .filter-container {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media (min-width: 992px) {
  .gallery.filtering.layout-4-col .filter-container {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}

@media (min-width: 1200px) {
  .gallery.filtering.layout-4-col .filter-container {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
}

/* ------------------------------
    Tabs
  ------------------------------ */
.tabs .tabs-nav {
  position: relative;
  display: inline-block;
  width: auto;
  list-style-type: none;
  font-family: "MontserratMedium", sans-serif;
  margin: 0;
}

.tabs .tabs-nav .tab-item {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0.84375em 3.375em;
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: 3px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.tabs .tabs-nav .tab-item:before {
  position: absolute;
  content: '';
  top: 50%;
  left: -1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0;
  width: 3px;
  border-radius: 10px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (min-width: 768px) {
  .tabs .tabs-nav .tab-item {
    width: auto;
    padding: 0.83333em 3.33333em;
    background: transparent;
    margin-bottom: 0;
  }
  .tabs .tabs-nav .tab-item:before {
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 3px;
    width: 0;
  }
}

.tabs .tabs-nav .tab-item:hover, .tabs .tabs-nav .tab-item.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
}

.tabs .tabs-nav .tab-item.is-active:before {
  background: #fff;
  height: 100%;
}

@media (min-width: 768px) {
  .tabs .tabs-nav .tab-item.is-active:before {
    height: 3px;
    width: 100%;
  }
}

.tabs .tabs-content .tab-panel {
  display: none;
}

.tabs .tabs-content .tab-panel.is-active {
  display: block;
}

.tabs .tabs-content .tab-content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tabs .tabs-content .tab-content-item .content-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.tabs .tabs-content .tab-content-item .content-col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.tabs .tabs-content .tab-content-item .content-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.tabs .tabs-content .tab-content-item .content-col-1 p:last-child, .tabs .tabs-content .tab-content-item .content-col-2 p:last-child, .tabs .tabs-content .tab-content-item .content-col-3 p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .tabs .tabs-content .tab-content-item .content-col-1, .tabs .tabs-content .tab-content-item .content-col-2, .tabs .tabs-content .tab-content-item .content-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 5.0625em;
  }
  .tabs .tabs-content .tab-content-item .content-col-1:first-child, .tabs .tabs-content .tab-content-item .content-col-2:first-child, .tabs .tabs-content .tab-content-item .content-col-3:first-child {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .tabs .tabs-content .tab-content-item .content-col-1, .tabs .tabs-content .tab-content-item .content-col-2, .tabs .tabs-content .tab-content-item .content-col-3 {
    padding: 0 1.666667em;
  }
  .tabs .tabs-content .tab-content-item .content-col-1:first-child, .tabs .tabs-content .tab-content-item .content-col-2:first-child, .tabs .tabs-content .tab-content-item .content-col-3:first-child {
    padding-left: 0;
  }
  .tabs .tabs-content .tab-content-item .content-col-1:last-child, .tabs .tabs-content .tab-content-item .content-col-2:last-child, .tabs .tabs-content .tab-content-item .content-col-3:last-child {
    padding-right: 0;
  }
}

.tabs .tabs-content .tab-content-item {
  padding: 3.375em;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0 0 30px 2px;
}

@media (min-width: 768px) {
  .tabs .tabs-content .tab-content-item {
    padding: 3.33333em;
  }
}

.tabs .tabs-content .tab-content-item .details-list {
  list-style-type: none;
  margin-bottom: 0;
}

.tabs .tabs-content .tab-content-item .details-list li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.25;
  margin-bottom: 1.6875em;
}

.tabs .tabs-content .tab-content-item .details-list li:last-child {
  margin-bottom: 0;
}

.tabs .tabs-content .tab-content-item .details-list li:last-child:after {
  display: none;
}

.tabs .tabs-content .tab-content-item .details-list li:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.84375em;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .tabs .tabs-content .tab-content-item .details-list li {
    line-height: 2.222222;
    margin-bottom: 1.666667em;
  }
  .tabs .tabs-content .tab-content-item .details-list li:after {
    bottom: -0.83333em;
  }
}

.tabs .tabs-content .tab-content-item .details-list li .fab, .tabs .tabs-content .tab-content-item .details-list li .far, .tabs .tabs-content .tab-content-item .details-list li .fas {
  width: 30px;
  height: 1em;
  margin: auto 0;
  text-align: center;
  color: #fff;
}

.tabs .tabs-content .tab-content-item .details-list li .property,
.tabs .tabs-content .tab-content-item .details-list li .value {
  width: auto;
  font-size: 0.75em;
}

.tabs .tabs-content .tab-content-item .details-list li .property {
  font-family: "MontserratMedium", sans-serif;
  padding-left: 0.75em;
}

.tabs .tabs-content .tab-content-item .details-list li .value {
  font-family: "MontserratSemiBold", sans-serif;
  color: #fff;
  margin-left: auto;
  padding-left: 1.5em;
}

.tabs .tabs-content .tab-content-item .course-payment {
  text-align: center;
  margin-top: 5.0625em;
}

@media (min-width: 768px) {
  .tabs .tabs-content .tab-content-item .course-payment {
    text-align: right;
    margin-top: 5.0em;
  }
}

.tabs .tabs-content .tab-content-item .course-payment .price-value {
  display: inline-block;
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 1.333em;
  margin-bottom: 1.6875em;
}

@media (min-width: 768px) {
  .tabs .tabs-content .tab-content-item .course-payment .price-value {
    margin-bottom: 1.666667em;
  }
}

.tabs .tabs-content .tab-content-item .course-payment .price-currency {
  font-family: "MontserratLight", sans-serif;
  font-size: 0.75em;
}

.tabs .tabs-content .tab-content-item ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item {
  margin-bottom: 5.0625em;
}

@media (min-width: 768px) {
  .tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item {
    margin-bottom: 5em;
  }
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item:last-child {
  margin-bottom: 0;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-title:hover {
  color: rgba(255, 255, 255, 0.5);
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-title .fa-plus,
.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-title .fa-minus {
  width: auto;
  font-size: 0.75em;
  padding-right: 0.75em;
  margin: auto 0;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-title .fa-plus {
  display: inline-block;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-title .fa-minus {
  display: none;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-title.is-active .fa-plus {
  display: none;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-title.is-active .fa-minus {
  display: inline-block;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-title:hover .meta-title-index, .tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-title.is-active .meta-title-index {
  background: #fff;
  -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2), 0 0 10px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2), 0 0 10px rgba(255, 255, 255, 0.4);
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-title .meta-title-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #07070d;
  width: 1.6875em;
  min-width: 1.6875em;
  height: 1.6875em;
  margin-left: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05), 0 0 10px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05), 0 0 10px rgba(255, 255, 255, 0.1);
  -webkit-transition: all .25s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: all .25s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: all .25s ease-in-out, box-shadow .15s ease-in-out;
  transition: all .25s ease-in-out, box-shadow .15s ease-in-out;
  transition: all .25s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (min-width: 768px) {
  .tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-title .meta-title-index {
    width: 1.666667em;
    min-width: 1.666667em;
    height: 1.666667em;
  }
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-title .meta-title-index .index-number {
  display: inline-block;
  font-size: 0.75em;
  line-height: 0;
  width: auto;
  margin: auto;
}

.tabs .tabs-content .tab-content-item .curriculum-sub-list {
  display: none;
}

@media (min-width: 992px) {
  .tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-description {
    width: 70%;
  }
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-description p {
  color: #fff;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-item-description p:last-child {
  margin-bottom: 0;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list {
  margin-top: 3.375em;
}

@media (min-width: 992px) {
  .tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list {
    margin-top: 3.333333em;
  }
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list .curriculum-sub-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2.25;
  margin-bottom: 1.6875em;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list .curriculum-sub-item:last-child {
  margin-bottom: 0;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list .curriculum-sub-item:last-child:after {
  display: none;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list .curriculum-sub-item:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -0.84375em;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list .curriculum-sub-item {
    line-height: 2.222222;
    margin-bottom: 1.666667em;
  }
  .tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list .curriculum-sub-item:after {
    bottom: -0.83333em;
  }
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list .curriculum-sub-item .fab, .tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list .curriculum-sub-item .far, .tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list .curriculum-sub-item .fas {
  width: 30px;
  height: 1em;
  margin: auto 0;
  text-align: center;
  color: #fff;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list .curriculum-sub-item a {
  display: inline-block;
  width: auto;
  line-height: 1.5;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list .curriculum-sub-item .meta-index,
.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list .curriculum-sub-item .meta-duration {
  width: auto;
  font-size: 0.75em;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list .curriculum-sub-item .meta-index {
  font-family: "MontserratMedium", sans-serif;
  padding: 0 1.5em 0 0.75em;
}

.tabs .tabs-content .tab-content-item .curriculum-list .curriculum-item .curriculum-sub-list .curriculum-sub-item .meta-duration {
  font-family: "MontserratSemiBold", sans-serif;
  color: #fff;
  margin-left: auto;
  padding-left: 1.5em;
}

.tabs .tabs-content .tab-content-item .instructor-img {
  overflow: hidden;
  border-radius: 50%;
  width: 10.125em;
  height: 10.125em;
}

@media (min-width: 768px) {
  .tabs .tabs-content .tab-content-item .instructor-img {
    width: 10em;
    height: 10em;
  }
}

.tabs .tabs-content .tab-content-item .social-nav {
  margin-top: 1.6875em;
}

@media (min-width: 768px) {
  .tabs .tabs-content .tab-content-item .social-nav {
    margin-top: 1.666667em;
  }
}

/* ------------------------------
    Work Process
  ------------------------------ */
.work-process .work-process-list .work-process-item {
  cursor: pointer;
  margin-bottom: 5.0625em;
}

.work-process .work-process-list .work-process-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .work-process .work-process-list .work-process-item {
    margin-bottom: 0;
  }
}

.work-process .work-process-list .work-process-item:hover .work-process-number, .work-process .work-process-list .work-process-item.is-active .work-process-number {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2), 0 0 12px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2), 0 0 12px rgba(255, 255, 255, 0.4);
}

.work-process .work-process-list .work-process-item:hover .work-process-title, .work-process .work-process-list .work-process-item.is-active .work-process-title {
  color: #fff;
}

.work-process .work-process-list .work-process-item {
  position: relative;
}

.work-process .work-process-list .work-process-item:before, .work-process .work-process-list .work-process-item:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
}

.work-process .work-process-list .work-process-item:before {
  left: 50%;
  bottom: calc(100% + 1.26563em + 4px);
  width: 1px;
  height: 2.53125em;
}

.work-process .work-process-list .work-process-item:first-child:before {
  display: none;
}

.work-process .work-process-list .work-process-item:last-child:after {
  display: none;
}

@media (min-width: 768px) {
  .work-process .work-process-list .work-process-item:before, .work-process .work-process-list .work-process-item:after {
    top: 2.5em;
    bottom: auto;
    height: 1px;
    width: calc(50% - 5em);
  }
  .work-process .work-process-list .work-process-item:before {
    left: 0;
    margin-left: 0;
  }
  .work-process .work-process-list .work-process-item:after {
    right: 0;
    margin-right: 0;
  }
}

.work-process .work-process-list .work-process-item .work-process-number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 5.0625em;
  height: 5.0625em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.05), 0 0 12px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.05), 0 0 12px rgba(255, 255, 255, 0.1);
  -webkit-transition: all .3s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: all .3s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  -o-transition: all .3s ease-in-out, box-shadow .2s ease-in-out;
  transition: all .3s ease-in-out, box-shadow .2s ease-in-out;
  transition: all .3s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

@media (min-width: 768px) {
  .work-process .work-process-list .work-process-item .work-process-number {
    width: 5em;
    height: 5em;
  }
}

.work-process .work-process-list .work-process-item .work-process-number .item-number {
  font-family: "MontserratBold", sans-serif;
  font-size: 1.333em;
  color: #07070d;
  margin: auto;
}

.work-process .work-process-list .work-process-item .work-process-title {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.work-process .work-process-description .work-process-description-item {
  display: none;
  margin-top: 5.0625em;
}

@media (min-width: 768px) {
  .work-process .work-process-description .work-process-description-item {
    margin-top: 5em;
  }
}

.work-process .work-process-description .work-process-description-item.is-active {
  display: block;
  -webkit-animation: fade-in .5s;
          animation: fade-in .5s;
}

.work-process .work-process-description-item p:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%) translateZ(0);
            transform: translateY(-10%) translateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%) translateZ(0);
            transform: translateY(-10%) translateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
}

/* ------------------------------
    Price List
  ------------------------------ */
.price-list .price-list-item {
  margin-bottom: 5.0625em;
}

.price-list .price-list-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .price-list .price-list-item {
    margin-bottom: 0;
  }
}

.price-list .price-list-item .price-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 3.375em;
  border-radius: 30px 2px;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.02);
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (min-width: 768px) {
  .price-list .price-list-item .price-item-wrap {
    padding: 3.333333em;
  }
}

.price-list .price-list-item:hover .price-item-wrap, .price-list .price-list-item.accent .price-item-wrap {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.price-list .price-list-item.accent:hover .price-item-wrap {
  border: 1px solid transparent;
}

.price-list .price-list-item .price-header {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-bottom: 3.375em;
}

@media (min-width: 768px) {
  .price-list .price-list-item .price-header {
    margin-bottom: 3.333333em;
  }
}

.price-list .price-list-item .price-header .price-value {
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 1.333em;
}

.price-list .price-list-item .price-header .price-currency,
.price-list .price-list-item .price-header .price-duration {
  font-family: "MontserratLight", sans-serif;
  font-size: 0.75em;
}

.price-list .price-list-item .price-body {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  font-size: 0.75em;
  line-height: 2.25;
}

@media (min-width: 768px) {
  .price-list .price-list-item .price-body {
    line-height: 2.222222;
  }
}

.price-list .price-list-item .price-body ul {
  margin: 0;
  list-style-type: none;
}

.price-list .price-list-item .price-body ul li {
  margin-bottom: 1.125em;
}

@media (min-width: 768px) {
  .price-list .price-list-item .price-body ul li {
    margin-bottom: 1.11111em;
  }
}

.price-list .price-list-item .price-body ul li:last-child {
  margin-bottom: 0;
}

.price-list .price-list-item .price-footer {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-top: 3.375em;
}

@media (min-width: 768px) {
  .price-list .price-list-item .price-footer {
    margin-top: 3.333333em;
  }
}

/* ------------------------------
    Service List
  ------------------------------ */
.service-list {
  margin-bottom: -5.0625em;
}

@media (min-width: 768px) {
  .service-list {
    margin-bottom: -5em;
  }
}

.service-list .service-list-item {
  margin-bottom: 5.0625em;
}

@media (min-width: 768px) {
  .service-list .service-list-item {
    margin-bottom: 5em;
  }
}

.service-list .service-list-item .service-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6.75em;
  height: 6.75em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.02);
  margin-bottom: 1.6873em;
}

@media (min-width: 768px) {
  .service-list .service-list-item .service-icon {
    width: 6.666666em;
    height: 6.666666em;
    margin-bottom: 1.666666em;
  }
}

.service-list .service-list-item .service-icon .fab, .service-list .service-list-item .service-icon .far, .service-list .service-list-item .service-icon .fas {
  font-size: 2.369em;
  width: auto;
  margin: auto;
}

.service-list .service-list-item p:last-child {
  margin-bottom: 0;
}

/* ------------------------------
    Testimonial List
  ------------------------------ */
.testimonial-carousel .testimonial-item {
  min-height: 0;
  height: auto;
}

.testimonial-carousel .testimonial-item .testimonial-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.testimonial-carousel .testimonial-item .testimonial-author-avatar {
  overflow: hidden;
  border-radius: 50%;
  min-width: 8.4375em;
  width: 8.4375em;
  height: 8.4375em;
}

@media (min-width: 768px) {
  .testimonial-carousel .testimonial-item .testimonial-author-avatar {
    min-width: 8.333333em;
    width: 8.333333em;
    height: 8.333333em;
  }
}

.testimonial-carousel .testimonial-item .testimonial-author-avatar img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.testimonial-carousel .testimonial-item .testimonial-author-info {
  text-align: right;
  padding-left: 1.6875em;
}

@media (min-width: 768px) {
  .testimonial-carousel .testimonial-item .testimonial-author-info {
    padding-left: 1.666667em;
  }
}

.testimonial-carousel .testimonial-item .testimonial-author-info .testimonial-rating .fab, .testimonial-carousel .testimonial-item .testimonial-author-info .testimonial-rating .far, .testimonial-carousel .testimonial-item .testimonial-author-info .testimonial-rating .fas {
  width: auto;
  display: inline-block;
  font-size: 0.75em;
}

.testimonial-carousel .testimonial-item .testimonial-content {
  position: relative;
  padding: 1.6875em;
  margin-top: 1.6875em;
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 2px 2px 30px;
}

.testimonial-carousel .testimonial-item .testimonial-content:before {
  position: absolute;
  display: block;
  content: '';
  top: -0.84375em;
  left: calc((8.4375em / 2) - (1.6875em / 2));
  border: none;
  border-bottom: 0.84375em solid rgba(255, 255, 255, 0.02);
  border-left: 0.84375em solid transparent;
  border-right: 0.84375em solid transparent;
}

@media (min-width: 768px) {
  .testimonial-carousel .testimonial-item .testimonial-content {
    padding: 1.666667em;
    margin-top: 1.666667em;
  }
  .testimonial-carousel .testimonial-item .testimonial-content:before {
    top: -0.83333em;
    left: calc((8.333333em / 2) - (1.666667em / 2));
    border-bottom: 0.83333em solid rgba(255, 255, 255, 0.02);
    border-left: 0.83333em solid transparent;
    border-right: 0.83333em solid transparent;
  }
}

.testimonial-carousel .testimonial-item .testimonial-content p:last-child {
  margin-bottom: 0;
}

.testimonial-carousel-pagination {
  display: none;
  text-align: center;
  margin-top: 1.6875em;
}

@media (min-width: 768px) {
  .testimonial-carousel-pagination {
    margin-top: 1.666667em;
  }
}

.testimonial-carousel-pagination.is-visible {
  display: block;
}

.testimonial-carousel-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  background: transparent;
  opacity: 1;
  width: 1.6875em;
  height: 1.6875em;
}

@media (min-width: 768px) {
  .testimonial-carousel-pagination .swiper-pagination-bullet {
    width: 1.666667em;
    height: 1.666667em;
  }
}

.testimonial-carousel-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.testimonial-carousel-pagination .swiper-pagination-bullet:hover:before, .testimonial-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 10px;
  height: 10px;
  background: #fff;
}

/* ------------------------------
    Team List
  ------------------------------ */
.team-list {
  margin-bottom: -5em;
}

@media (min-width: 768px) {
  .team-list {
    margin-bottom: -5.0625em;
  }
}

.team-list .team-list-item {
  margin-bottom: 5em;
}

@media (min-width: 768px) {
  .team-list .team-list-item {
    margin-bottom: 5.0625em;
  }
}

.team-list .team-list-item .team-item-img {
  overflow: hidden;
  border-radius: 50%;
  width: 10.125em;
  height: 10.125em;
  margin-bottom: 1.6875em;
}

@media (min-width: 768px) {
  .team-list .team-list-item .team-item-img {
    width: 10em;
    height: 10em;
    margin-bottom: 1.666667em;
  }
}

.team-list .team-list-item .team-item-img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.team-list .team-list-item .team-item-content p:last-child {
  margin-bottom: 0;
}

.team-list .team-list-item .social-nav {
  margin-top: 1.6875em;
}

@media (min-width: 768px) {
  .team-list .team-list-item .social-nav {
    margin-top: 1.666667em;
  }
}

/* ------------------------------
    Contacts
  ------------------------------ */
.contact-map {
  height: 50vw;
}

@media (min-width: 768px) {
  .contact-map {
    max-height: 800px;
  }
}

@media (max-width: 767.98px) {
  .contact-map {
    height: 30vw;
    min-height: 300px;
    color: #07070d;
  }
}

.contact-map .info-window-content {
  color: #07070d;
  text-align: center;
  padding: 10px 0 0 10px;
  font-family: "MontserratMedium", sans-serif;
  font-style: normal;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .contact-box {
    margin-bottom: 3.375em;
  }
  .contact-box:last-child {
    margin-bottom: 0;
  }
}

.contact-box .contact-item {
  display: inline-block;
  width: auto;
}

.interactive-form {
  font-size: 0.875em;
}

@media (min-width: 768px) {
  .interactive-form {
    font-size: 0.888888em;
  }
}

.interactive-form .input-item-box {
  position: relative;
}

.interactive-form .input-item-box .input-item {
  color: #fff !important;
  background-color: transparent !important;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 20px 12px 5px;
  height: 2.53125em;
  resize: none;
}

.interactive-form .input-item-box .input-item:invalid, .interactive-form .input-item-box .input-item:-moz-submit-invalid, .interactive-form .input-item-box .input-item:-moz-ui-invalid {
  box-shadow: none;
}

@media (min-width: 768px) {
  .interactive-form .input-item-box .input-item {
    height: 2.5em;
  }
}

.interactive-form .input-item-box .input-label {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding-left: 5px;
  height: 2.53125em;
  line-height: 2.53125em;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

@media (min-width: 768px) {
  .interactive-form .input-item-box .input-label {
    height: 2.5em;
    line-height: 2.5em;
  }
}

.interactive-form .input-item-box .border-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 0;
  height: 1px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.interactive-form .input-item-box.input-label-up .input-label {
  font-size: 0.75em;
  bottom: 2.53125em;
  height: 2.5em;
  line-height: 2.5em;
}

@media (min-width: 768px) {
  .interactive-form .input-item-box.input-label-up .input-label {
    bottom: 2.5em;
  }
}

.interactive-form .input-item-box.input-focus .input-label {
  font-size: 0.75em;
  bottom: 2.53125em;
  height: 2.5em;
  line-height: 2.5em;
}

@media (min-width: 768px) {
  .interactive-form .input-item-box.input-focus .input-label {
    bottom: 2.5em;
  }
}

.interactive-form .input-item-box.input-focus .border-bottom {
  width: 100%;
}

.interactive-form .input-item-box.input-valid .input-label {
  color: rgba(255, 255, 255, 0.5);
}

.interactive-form .input-item-box.input-valid .border-bottom {
  width: 100%;
}

.ajax-contact-form .input-item-box {
  margin-bottom: 5.0625em;
}

@media (min-width: 768px) {
  .ajax-contact-form .input-item-box {
    margin-bottom: 5em;
  }
}

@media (min-width: 768px) {
  .ajax-contact-form .input-item-box.half-space-item {
    display: inline-block;
    width: calc(50% - 15px);
  }
  .ajax-contact-form .input-item-box.half-space-item:nth-child(even) {
    margin-right: 25px;
  }
}

.ajax-contact-form .send-button {
  display: inline-block;
  width: auto;
  background: transparent;
  color: #fff;
  font-family: "MontserratMedium", sans-serif;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 9px 25px 8px;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.ajax-contact-form .send-button:hover {
  color: #07070d;
  background: #fff;
}

.ajax-contact-form .success-message,
.ajax-contact-form .error-message {
  display: none;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 5.0625em 0 0;
}

@media (min-width: 768px) {
  .ajax-contact-form .success-message,
  .ajax-contact-form .error-message {
    width: auto;
    padding: 6px 0;
    margin: 0 0 0 60px;
  }
}

.ajax-contact-form .success-message .far,
.ajax-contact-form .error-message .far {
  width: auto;
  font-size: 20px;
  vertical-align: baseline;
  margin-right: 15px;
}

.ajax-contact-form .success-message .far {
  color: green;
}

.ajax-contact-form .error-message .far {
  color: red;
}

/* ------------------------------
    Archive / Blog / Singular
  ------------------------------ */
.archive .section.content .row,
.blog .section.content .row,
.singular .section.content .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-article {
  margin-bottom: 5.0625em;
}

@media (min-width: 768px) {
  .blog-article {
    margin-bottom: 5em;
  }
}

.blog-article .article-img {
  position: relative;
  overflow: hidden;
}

.blog-article .article-img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.blog-article .article-img {
  height: 30vw;
}

@media (min-width: 768px) {
  .blog-article .article-img {
    max-height: 500px;
  }
}

@media (max-width: 767.98px) {
  .blog-article .article-img {
    min-height: 300px;
  }
}

.archive .blog-article .article-img:hover img,
.blog .blog-article .article-img:hover img {
  -webkit-transform: scale(1.03) translateZ(0);
          transform: scale(1.03) translateZ(0);
}

.blog-article {
  position: relative;
}

.blog-article .sticky-icon {
  position: absolute;
  display: none;
  top: -0.84375em;
  right: 1.6875em;
  width: 46px;
  border-radius: 2px;
  text-align: center;
  color: #07070d;
  background: #fff;
  -webkit-box-shadow: 0 0 40px #000;
          box-shadow: 0 0 40px #000;
  z-index: 2;
}

.blog-article .sticky-icon:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border-top: 0.84375em solid #fff;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
}

@media (min-width: 768px) {
  .blog-article .sticky-icon {
    top: -0.83333em;
    right: 1.666667em;
  }
  .blog-article .sticky-icon:after {
    border-top: 0.83333em solid #fff;
  }
}

.blog-article .sticky-icon .fas {
  width: auto;
  padding: 0.84375em 0 0.84375em;
}

@media (min-width: 768px) {
  .blog-article .sticky-icon .fas {
    padding: 0.83333em 0 0.83333em;
  }
}

.blog-article.sticky .sticky-icon {
  display: inline-block;
}

.blog-article .article-title a {
  color: #fff;
}

.blog-article .article-title a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.blog-article .article-date {
  display: block;
}

.blog-article:last-child {
  margin-bottom: 0;
}

.blog-article .article-content,
.blog-article .article-footer,
.blog-article .author-bio {
  margin-top: 5.0625em;
}

@media (min-width: 768px) {
  .blog-article .article-content,
  .blog-article .article-footer,
  .blog-article .author-bio {
    margin-top: 5em;
  }
}

.blog-article .article-footer .article-tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: -0.84375em;
}

@media (min-width: 768px) {
  .blog-article .article-footer .article-tags ul {
    margin-bottom: -0.83333em;
  }
}

.blog-article .article-footer .article-tags ul li {
  width: auto;
  display: inline-block;
  margin: 0 1.125em 1.125em 0;
}

.blog-article .article-footer .article-tags ul li a {
  display: inline-block;
  padding: 0 10px;
  line-height: 2.25em;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.blog-article .article-footer .article-tags ul li a:hover {
  border: 2px solid #fff;
}

@media (min-width: 768px) {
  .blog-article .article-footer .article-tags ul li {
    margin: 0 1.11111em 1.11111em 0;
  }
  .blog-article .article-footer .article-tags ul li a {
    line-height: 2.222222em;
  }
}

.blog-article .article-footer .article-tags ul li:last-child {
  margin-right: 0;
}

.blog-article .article-footer .author-bio {
  position: relative;
  padding: 1.6875em;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 2px 2px 30px;
}

@media (min-width: 576px) {
  .blog-article .article-footer .author-bio {
    border-radius: 30px 2px;
  }
}

@media (min-width: 768px) {
  .blog-article .article-footer .author-bio {
    padding: 1.666667em;
  }
}

.blog-article .article-footer .author-bio .author-avatar {
  position: absolute;
  overflow: hidden;
  border-radius: 100%;
  width: 6.75em;
  height: 6.75em;
  top: -1.6875em;
  right: 1.6875em;
}

@media (min-width: 576px) {
  .blog-article .article-footer .author-bio .author-avatar {
    top: auto;
    right: auto;
  }
}

@media (min-width: 768px) {
  .blog-article .article-footer .author-bio .author-avatar {
    width: 6.666666em;
    height: 6.666666em;
  }
}

.blog-article .article-footer .author-bio .author-avatar img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-article .article-footer .author-bio .author-description {
  display: inline-block;
}

@media (min-width: 576px) {
  .blog-article .article-footer .author-bio .author-description {
    padding-left: 8.4375em;
  }
}

@media (min-width: 768px) {
  .blog-article .article-footer .author-bio .author-description {
    padding-left: 8.333333em;
  }
}

.blog-article .article-footer .btn {
  float: right;
}

/* ------------------------------
    Sidebar
  ------------------------------ */
@media (max-width: 991.98px) {
  .sidebar {
    padding-top: 6.666666em;
  }
}

@media (max-width: 767.98px) {
  .sidebar {
    padding-top: 6.75em;
  }
}

.right-sidebar .sidebar-col {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.left-sidebar .sidebar-col {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

@media (max-width: 991.98px) {
  .left-sidebar .sidebar-col {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

.without-sidebar .sidebar-col {
  display: none;
}

/* ------------------------------
    Widgets
  ------------------------------ */
.widget {
  margin-bottom: 5.0625em;
}

@media (min-width: 768px) {
  .widget {
    margin-bottom: 5em;
  }
}

.widget:last-child {
  margin-bottom: 0;
}

.widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  margin-bottom: 1.125em;
}

.widget ul li a {
  display: inline-block;
  line-height: 2.25em;
}

@media (min-width: 768px) {
  .widget ul li {
    margin-bottom: 1.11111em;
  }
  .widget ul li a {
    line-height: 2.222222em;
  }
}

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

.widget.widget-search .search-form {
  position: relative;
}

.widget.widget-search .search-form .input-item {
  padding-right: 40px;
}

.widget.widget-search .search-form .search-button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  font-size: 18px;
  width: 40px;
  background: transparent;
  border: none;
  color: #fff;
  padding: 0;
  height: 2.53125em;
  line-height: 2.53125em;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.widget.widget-search .search-form .search-button:hover {
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .widget.widget-search .search-form .search-button {
    height: 2.5em;
    line-height: 2.5em;
  }
}

.widget.widget-tag-cloud ul {
  margin-bottom: -0.84375em;
}

@media (min-width: 768px) {
  .widget.widget-tag-cloud ul {
    margin-bottom: -0.83333em;
  }
}

.widget.widget-tag-cloud ul li {
  width: auto;
  display: inline-block;
  margin-right: 1.125em;
}

.widget.widget-tag-cloud ul li a {
  padding: 0 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.widget.widget-tag-cloud ul li a:hover {
  border: 2px solid #fff;
}

@media (min-width: 768px) {
  .widget.widget-tag-cloud ul {
    margin-right: 1.11111em;
  }
}

.widget.widget-tag-cloud ul:last-child {
  margin-right: 0;
}

/* ------------------------------
    Comments
  ------------------------------ */
.comments,
.comments-respond {
  padding-top: 6.666666em;
}

@media (max-width: 767.98px) {
  .comments,
  .comments-respond {
    padding-top: 6.75em;
  }
}

.comment {
  margin-top: 5.0625em;
}

@media (min-width: 768px) {
  .comment {
    margin-top: 5em;
  }
}

.comment .children {
  padding-left: 1.6875em;
}

@media (min-width: 576px) {
  .comment .children {
    padding-left: 3.375em;
  }
}

@media (min-width: 768px) {
  .comment .children {
    padding-left: 3.333333em;
  }
}

.comment .comment-body .comment-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comment .comment-body .comment-header .post-author-badge {
  position: absolute;
  display: none;
  width: auto;
  text-align: center;
}

.comment .comment-body .comment-header.is-post-author .post-author-badge {
  display: inline-block;
}

.comment .comment-body .comment-header .comment-author-avatar {
  overflow: hidden;
  border-radius: 50%;
  min-width: 3.375em;
  max-width: 3.375em;
  height: 3.375em;
  margin: auto 0;
}

@media (min-width: 576px) {
  .comment .comment-body .comment-header .comment-author-avatar {
    max-width: 6.75em;
    height: 6.75em;
  }
}

@media (min-width: 768px) {
  .comment .comment-body .comment-header .comment-author-avatar {
    max-width: 6.666666em;
    height: 6.666666em;
  }
}

.comment .comment-body .comment-header .comment-author-avatar img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.comment .comment-body .comment-header .comment-author-name {
  text-align: right;
  width: auto;
  margin: auto 0;
  padding-left: 1.6875em;
}

@media (min-width: 768px) {
  .comment .comment-body .comment-header .comment-author-name {
    padding-left: 1.666667em;
  }
}

.comment .comment-body .comment-content {
  position: relative;
  margin-top: 1.6875em;
  padding: 1.6875em;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 2px 2px 30px;
}

.comment .comment-body .comment-content:before {
  position: absolute;
  display: block;
  content: '';
  top: -0.84375em;
  left: calc((3.375em / 2) - (1.6875em / 2));
  border: none;
  border-bottom: 0.84375em solid rgba(255, 255, 255, 0.02);
  border-left: 0.84375em solid transparent;
  border-right: 0.84375em solid transparent;
}

@media (min-width: 576px) {
  .comment .comment-body .comment-content:before {
    left: calc((6.75em / 2) - (1.6875em / 2));
  }
}

@media (min-width: 768px) {
  .comment .comment-body .comment-content {
    margin-top: 1.666667em;
    padding: 1.666667em;
  }
  .comment .comment-body .comment-content:before {
    top: -0.83333em;
    left: calc((6.666666em / 2) - (1.666667em / 2));
    border-bottom: 0.83333em solid rgba(255, 255, 255, 0.02);
    border-left: 0.83333em solid transparent;
    border-right: 0.83333em solid transparent;
  }
}

.comment .comment-body .comment-content p:last-child {
  margin-bottom: 0;
}

.comment .comment-body .comment-footer {
  text-align: right;
  margin-top: 1.6875em;
}

@media (min-width: 768px) {
  .comment .comment-body .comment-footer {
    margin-top: 1.666667em;
  }
}

.comment .comment-body .comment-footer .fas {
  display: inline-block;
  width: 1.6875em;
  line-height: 1.6875;
  text-align: center;
}

@media (min-width: 768px) {
  .comment .comment-body .comment-footer .fas {
    width: 1.666667em;
    line-height: 1.666667;
  }
}

/* ------------------------------
    Comment Form
  ------------------------------ */
.comments-respond .comment-form {
  margin-top: 5.785714em;
}

@media (min-width: 768px) {
  .comments-respond .comment-form {
    margin-top: 5.625em;
  }
}

.comments-respond .comment-form .comment-notes,
.comments-respond .comment-form .input-item-box,
.comments-respond .comment-form .input-check-box {
  margin-bottom: 5.0625em;
}

@media (min-width: 768px) {
  .comments-respond .comment-form .comment-notes,
  .comments-respond .comment-form .input-item-box,
  .comments-respond .comment-form .input-check-box {
    margin-bottom: 5em;
  }
}

.comments-respond .comment-form .comment-notes {
  width: auto;
  display: inline-block;
  padding: 1.6875em;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .comments-respond .comment-form .input-item-box.half-space-item {
    display: inline-block;
    width: calc(50% - 15px);
  }
  .comments-respond .comment-form .input-item-box.half-space-item:nth-of-type(even) {
    margin-right: 25px;
  }
}

.comments-respond .comment-form .input-check-box .input-checkbox {
  width: 16px;
  height: 16px;
  margin-right: 0.84375em;
  vertical-align: text-top;
}

.comments-respond .comment-form .input-check-box .input-checkbox,
.comments-respond .comment-form .input-check-box label {
  cursor: pointer;
}

.comments-respond .comment-form .send-button {
  display: inline-block;
  width: auto;
  background: transparent;
  color: #fff;
  font-family: "MontserratMedium", sans-serif;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 9px 25px 8px;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.comments-respond .comment-form .send-button:hover {
  color: #07070d;
  background: #fff;
}

/* --------------------------------------------------
    7. Footer
  -------------------------------------------------- */
#site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.53125em 0;
  pointer-events: none;
  z-index: 1;
}

#site-footer .social-nav,
#site-footer .copyright {
  text-shadow: 0 0 20px #000;
}

@media (max-width: 767.98px) {
  #site-footer .social-nav,
  #site-footer .copyright {
    text-align: center;
  }
}

@media (min-width: 768px) {
  #site-footer {
    padding: 2.5em 0;
  }
}

#site-footer .row {
  pointer-events: auto;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#site-footer .row .swiper-slider-pagination {
  display: none;
  bottom: 0;
  text-align: center;
  text-shadow: 0 0 20px #000;
}

@media (max-width: 767.98px) {
  #site-footer .row .swiper-slider-pagination {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

#site-footer .row .swiper-slider-pagination .swiper-pagination-separator {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 0.375em 2.25em;
}

@media (min-width: 768px) {
  #site-footer .row .swiper-slider-pagination .swiper-pagination-separator {
    margin: 0.375em 2.22222em;
  }
}

#site-footer .row .swiper-slider-pagination.pagination-visible {
  display: none;
}

@media (min-width: 768px) {
  #site-footer .row .swiper-slider-pagination.pagination-visible {
    display: block;
  }
}

#site-footer.split-slider-active .row {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#site-footer.split-slider-active .social-nav {
  text-align: center;
}

#site-footer .swiper-slider-scrollbar {
  display: none;
  position: relative;
  height: 3px;
  margin-bottom: 3.375em;
}

@media (min-width: 768px) {
  #site-footer .swiper-slider-scrollbar {
    margin-bottom: 3.333333em;
  }
}

#site-footer .swiper-slider-scrollbar:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

#site-footer .swiper-slider-scrollbar.scrollbar-visible {
  display: block;
}

#site-footer .swiper-slider-scrollbar .swiper-scrollbar-drag {
  position: relative;
  top: -14px;
  height: 29px;
  background-color: transparent;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 1;
}

#site-footer .swiper-slider-scrollbar .swiper-scrollbar-drag:after {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
  z-index: -1;
}
