.container {
  padding-left: 25px;
  padding-right: 25px;
}

video.slider-halfscreen__bg {
  width: auto !important;
  height: auto !important;
  left: -194px !important;
}

[class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.page-wrapper {
  z-index: 50;
}
@media screen and (max-width: 991px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bg-white {
  background-color: #fff;
}
.bg-dark {
  background-color: #181818;
}
.bg-dark-2 {
  background-color: #232323;
}
.bg-black {
  background-color: #333;
}
.bg-black-0 {
  background-color: #0f0f0f;
}
.bg-black-1 {
  background-color: #121212;
}
div[class*="bg-image-"] {
  background-size: cover;
  background-position: center center;
}
.lazy {
  background-color: #fff;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.lazy__img:not(img) {
  background-size: cover;
  background-position: center center;
}
.lazy-bg {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.overlay_dark {
  background-color: #181818;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.overlay_black {
  background-color: #333;
  opacity: 0.8;
}
.overlay_white {
  background-color: #fff;
  opacity: 0.95;
}
.post__content h2,
.post__content h3,
.post__content h4 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.post__content h5,
.post__content h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.post__content > :first-child {
  margin-top: 0;
}
[data-art-parallax] {
  position: relative;
  overflow: hidden;
}
[data-art-parallax] > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.smooth-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
[data-os-animation] {
  opacity: 0;
  visibility: hidden;
}
[data-os-animation] .split-text__line a {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 1px,
    rgba(0, 0, 0, 0) 100px
  );
}
[data-os-animation="animated"] .split-text__line a {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 0,
    #888 0,
    rgba(0, 0, 0, 0) 1px,
    rgba(0, 0, 0, 0) 100px
  );
}
.section-404__header p {
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .section-404 {
    text-align: center;
  }
}
.section {
  position: relative;
}
.section-fullheight {
  display: flex;
}
.section-fullheight__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
}
.section__header h2 {
  margin-bottom: 0.75em;
}
.section__header h3:last-of-type {
  margin-bottom: 0;
}
.section_h-100 {
  height: 100px;
  max-height: 100vh;
}
.section_h-200 {
  height: 200px;
  max-height: 100vh;
}
.section_h-300 {
  height: 300px;
  max-height: 100vh;
}
.section_h-400 {
  height: 400px;
  max-height: 100vh;
}
.section_h-500 {
  height: 500px;
  max-height: 100vh;
}
.section_h-600 {
  height: 600px;
  max-height: 100vh;
}
.section_h-700 {
  height: 700px;
  max-height: 100vh;
}
.section_h-800 {
  height: 800px;
  max-height: 100vh;
}
.section_h-900 {
  height: 900px;
  max-height: 100vh;
}
.section__content {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .section-fullheight__inner {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 991px) {
  .section-fullheight__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section__content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-fullheight__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section_h-100 {
    max-height: 70vh;
  }
  .section_h-200 {
    max-height: 70vh;
  }
  .section_h-300 {
    max-height: 70vh;
  }
  .section_h-400 {
    max-height: 70vh;
  }
  .section_h-500 {
    max-height: 70vh;
  }
  .section_h-600 {
    max-height: 70vh;
  }
  .section_h-700 {
    max-height: 70vh;
  }
  .section_h-800 {
    max-height: 70vh;
  }
  .section_h-900 {
    max-height: 70vh;
  }
}
.section-content__inner > :last-child {
  margin-bottom: 0;
}
.section-content__main-content {
  margin-top: 100px;
  margin-bottom: -50px;
}
.section-content__inner_header {
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .section-content__main-content {
    margin-top: 60px;
    margin-bottom: -30px;
  }
}
.section-fullscreen-slider__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.section-nav-projects {
  background-color: #888;
}
.section-nav-projects .section-nav-projects__inner_prev {
  padding-left: 120px;
  padding-right: 80px;
}
.section-nav-projects .section-nav-projects__inner_next {
  padding-left: 80px;
  padding-right: 120px;
}
.section-nav-projects__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  height: 100%;
  color: #fff;
  z-index: 50;
  background-image: none;
}
.section-nav-projects__inner h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.section-nav-projects__inner:nth-of-type(odd) {
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1);
}
.section-nav-projects__inner:hover {
  opacity: 1;
  color: #fff;
}
.section-nav-projects__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid rgba(214, 215, 217, 0.2);
}
.section-nav-projects__arrow > i {
  font-size: 32px;
}
.section-nav-projects__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.section-nav-projects__overlay {
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  .section-nav-projects .section-nav-projects__inner_prev {
    padding-left: 80px;
    padding-right: 80px;
  }
  .section-nav-projects .section-nav-projects__inner_next {
    padding-left: 80px;
    padding-right: 80px;
  }
  .section-nav-projects__arrow {
    width: 60px;
    height: 60px;
  }
  .section-nav-projects__arrow > i {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .section-nav-projects .section-nav-projects__inner_prev {
    padding-left: 50px;
    padding-right: 60px;
  }
  .section-nav-projects .section-nav-projects__inner_next {
    padding-left: 60px;
    padding-right: 50px;
  }
  .section-nav-projects__inner {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 991px) {
  .section-nav-projects__arrow {
    width: 50px;
    height: 50px;
  }
  .section-nav-projects__arrow > i {
    font-size: 20px;
  }
  .section-nav-projects__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .section-nav-projects .section-nav-projects__inner_prev {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-nav-projects .section-nav-projects__inner_next {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-nav-projects__inner {
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-nav-projects__inner h3 {
    margin-bottom: 2em;
  }
  .section-nav-projects__arrow {
    order: 2;
  }
  .section-nav-projects__inner:nth-of-type(odd) {
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}
.slider {
  max-width: 100%;
}
.slider__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.slider__background-overlay {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 0 !important;
}
.slider__arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider__arrow:focus {
  outline: 0;
}
.slider__arrow:after {
  content: "";
  display: block;
  border-radius: 100%;
  border: 1px solid #b0b0b0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider__arrow:hover:after {
  transform: scale(1);
}
.slider__arrow i {
  font-size: 32px;
  line-height: 2;
}
.slider__arrow-inner {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .slider__arrow {
    width: 60px;
    height: 60px;
  }
  .slider__arrow i {
    font-size: 24px;
  }
}
.slider-halfscreen_fullscreen {
  height: 100vh;
  flex-direction: column;
}
.slider-halfscreen_fullscreen .slider-halfscreen__images {
  width: 100%;
  height: 100%;
}
.slider-halfscreen_fullscreen .slider-halfscreen__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.slider-halfscreen_fullscreen .slider-halfscreen__content-inner {
  padding: 0 30px;
  text-align: center;
}
.slider-halfscreen_fullscreen .slider-halfscreen__content-inner h2 {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.slider-halfscreen_fullscreen .slider-halfscreen__wrapper-link {
  margin-top: 40px;
  bottom: auto;
  left: auto;
  position: relative;
}
.slider-halfscreen_fullscreen .slider-halfscreen__link {
  display: inline-flex;
}
.slider-halfscreen_fullscreen .slider-halfscreen__header p {
  margin-left: auto;
  margin-right: auto;
}
.slider-halfscreen {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slider-halfscreen__images {
  width: 50%;
  height: 100%;
  margin: 0;
}
.slider-halfscreen__content {
  width: 50%;
  height: 100%;
  margin: 0;
  max-height: 100%;
}
.slider-halfscreen__images-slide {
  overflow: hidden;
}
.slider-halfscreen__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.slider-halfscreen__content-slide {
  height: 100%;
}
.slider-halfscreen__content-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 120px 180px 120px 120px;
}
.slider-halfscreen__content-inner h2 {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.59;
  color: white;
}
.slider-halfscreen__header {
  width: 100%;
}
.slider-halfscreen__header p {
  max-width: 500px;
  font-size: 16px;
}
.slider-halfscreen__wrapper-link {
  position: absolute;
  bottom: 80px;
  left: 120px;
}

.slider-halfscreen__wrapper-link {
   
    display: none;
}
.slider-halfscreen__link {
    color:white;
  display: flex;
  align-items: center;
  background-image: none;
}
.slider-halfscreen__link span {
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .slider-halfscreen__link span {
    font-size: 11px;
    letter-spacing: 0.8px;
  }
}
.slider-halfscreen__link:hover {
  opacity: 1;
}
.slider-halfscreen__link-line {
  background-color: #fff;
  width: 60px;
  height: 1px;
  margin-right: 20px;
}
.slider-halfscreen__arrows {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 60;
}
.slider-halfscreen__images-slide-inner {
  width: 100%;
  height: 100%;
}
.slider-halfscreen__overlay {
  z-index: 1 !important;
}
@media screen and (max-width: 1400px) {
  .slider-halfscreen__content-inner {
    padding: 80px 120px 80px 80px;
  }
  .slider-halfscreen__content-inner h2 {
    font-size: 43px;
  }
  .slider-halfscreen__wrapper-link {
    bottom: 60px;
    left: 80px;
  }
  .slider-halfscreen__arrows {
    right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .slider-halfscreen__content-inner {
    padding: 50px 90px 50px 50px;
  }
  .slider-halfscreen__content-inner h2 {
    font-size: 28px;
  }
  .slider-halfscreen__wrapper-link {
    bottom: 50px;
    left: 50px;
  }
  .slider-halfscreen__arrows {
    right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .slider-halfscreen {
    height: 100vh;
    flex-direction: column;
  }
  .slider-halfscreen__images {
    width: 100%;
    height: 100%;
  }
  .slider-halfscreen__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
  }
  .slider-halfscreen__content-inner {
    padding: 0 30px;
    text-align: center;
  }
  .slider-halfscreen__content-inner h2 {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .slider-halfscreen__wrapper-link {
    margin-top: 15px;
    bottom: auto;
    left: auto;
    position: relative;
  }
  .slider-halfscreen__link {
    justify-content: center;
  }
  .slider-halfscreen__arrows {
    left: 0;
    right: 0;
    top: auto;
    bottom: 15px;
    transform: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 0 1 80px;
    width: 100%;
    padding: 0 15px;
  }
  .slider-halfscreen__header p {
    margin-left: auto;
    margin-right: auto;
  }
}
@-webkit-keyframes rotator {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes rotator {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(270deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 202;
    transform: rotate(0);
  }
  50% {
    stroke-dashoffset: 50.5;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 202;
    transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 202;
    transform: rotate(0);
  }
  50% {
    stroke-dashoffset: 50.5;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 202;
    transform: rotate(450deg);
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Poppins, sans-serif;
}
h6 {
  font-family: Oswald, sans-serif;
}
h1 {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.59;
}
h2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.5;
}
h3 {
  font-size: 27px;
  font-weight: 300;
  line-height: 1.67;
  margin-bottom: 1em;
}
h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
}
h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.67;
}
h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
p {
  font-weight: 300;
  margin-top: 1em;
  margin-bottom: 1em;
}
/*a {*/
/*  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
/*  color: inherit;*/
/*  background-image: linear-gradient(*/
/*    to top,*/
/*    rgba(0, 0, 0, 0) 0,*/
/*    rgba(0, 0, 0, 0) 0,*/
/*    #888 0,*/
/*    rgba(0, 0, 0, 0) 1px,*/
/*    rgba(0, 0, 0, 0) 100px*/
/*  );*/
/*}*/
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.3;
}
a:focus {
  color: inherit;
  outline: 0;
}
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 43px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
  }
}
.color-white {
  color: #fff !important;
}
.color-black {
  color: #0f0f0f !important;
}
.color-dark {
  color: #181818 !important;
}
.split-line {
  overflow: hidden;
}
.h-100 {
  height: 100%;
}
#js-webgl {
  display: none;
  width: 1px;
  height: 1px;
}
.split-chars,
.split-text {
  opacity: 0;
  visibility: hidden;
}
.split-text__line {
  overflow: hidden;
}
.split-chars__line {
  display: inline;
  overflow: hidden;
}
.slider-text {
  width: 100%;
  height: 100%;
}
.slider-text__slide {
  flex: 1 1 auto;
  padding: 15px 0;
  display: flex;
  justify-content: center;
}
.slider-text__slide h2 {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.59;
  white-space: nowrap;
  margin-bottom: 0;
}
.slider-text__header {
  position: relative;
}
.slider-text__line {
  width: 120px;
  height: 2px;
  background-color: #181818;
  margin-left: 30px;
  margin-right: 30px;
}
.slider-text__link {
  display: flex;
  align-items: center;
  background-image: none;
}
.slider-text__link:hover {
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .slider-text__slide h2 {
    font-size: 43px;
  }
}
@media screen and (max-width: 991px) {
  .slider-text__slide h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .slider-text__slide {
    text-align: center;
    flex: 1 0 100%;
  }
  .slider-text__slide h2 {
    white-space: unset;
    line-height: 1.3;
  }
  .slider-text__line {
    display: none;
  }
}
