small,
.small {
  font-size: 85%;
}
.section-text {
  margin-bottom: 10.5px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 1.7;
}
.presentation {
  font-size: 27px;
  font-weight: 100;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-thin {
  font-weight: 100;
}
.text-normal {
  font-weight: 300;
}
.text-strong {
  font-weight: 700 !important;
}
.uppercase {
  text-transform: uppercase;
}
.letter-space {
  letter-spacing: 1em;
  margin-right: -1em;
}
.italic {
  font-style: italic;
}
.highlight {
  color: #35e9f1;
}
.text-white {
  color: #fff !important;
}
.black {
  color: #000 !important;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-48 {
  font-size: 48px;
}
.font-size-64 {
  font-size: 64px;
}
.clearlist,
.clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}
.no-transp {
  opacity: 1 !important;
}
.perspect {
  -webkit-perspective: 700px;
          perspective: 700px;
}
.fullwidth-galley-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25;
}
/* Columns Of Same Height */
.row-same-height {
  display: table;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
.col-middle {
  vertical-align: middle;
}
.section {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.small-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .small-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .small-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .small-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.sticky-nav-here {
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sticky-nav-here {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .sticky-nav-here {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .sticky-nav-here {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}
.sticky-visible-here {
  margin-top: -60px;
}
.overlay {
  position: relative;
}
.overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.btn {
  display: inline-block;
  line-height: 1.5;
  min-width: 162px;
  max-width: 270px;
  padding: 8px 20px;
  border-radius: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  -webkit-transition: color 0.27s ease-out, background 0.27s ease-out, border 0.27s ease-out 0s;
          transition: color 0.27s ease-out, background 0.27s ease-out, border 0.27s ease-out 0s;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn-small {
  display: inline-block;
  line-height: 1.5;
  min-width: 117px;
  max-width: 160px;
  padding: 4px 10px;
  border-radius: 0;
  font-size: 10px;
}
.btn-animated {
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.35s ease-out;
          transition: all 0.35s ease-out;
}
.btn-animated > span:not(.ink) {
  vertical-align: middle;
}
.btn-split {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}
.btn-split::before,
.btn-split::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-split::before {
  top: 0;
  padding-top: 8px;
}
.btn-split::after {
  bottom: 0;
  line-height: 0;
}
.btn-split > span:not(.ink) {
  display: block;
  -webkit-transform: scale3d(0.2, 0.2, 1);
          transform: scale3d(0.2, 0.2, 1);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
          transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-split .btn-icon {
  position: relative;
  height: 16px;
}
.btn-split .btn-icon:before {
  position: absolute;
  margin: 0;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.btn-split:hover::before {
  -webkit-transform: translate3d(0, -105%, 0);
          transform: translate3d(0, -105%, 0);
}
.btn-split:hover::after {
  -webkit-transform: translate3d(0, 105%, 0);
          transform: translate3d(0, 105%, 0);
}
.btn-split:hover > span:not(.ink) {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.btn-slide {
  overflow: hidden;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
          transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.btn-slide > span:not(.ink) {
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-slide .btn-icon {
  line-height: 37.5px;
  position: absolute;
  height: 100%;
  top: 0;
  right: 8px;
  font-size: 24px;
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-slide.btn-small .btn-icon {
  line-height: 24px;
  font-size: 18px;
}
.btn-slide:hover > span:not(.ink) {
  -webkit-transform: translate3d(-8px, 0, 0);
          transform: translate3d(-8px, 0, 0);
}
.btn-slide:hover .btn-icon {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.btn-play {
  display: inline-block;
  position: relative;
  height: 73px;
  width: 73px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: background .20s;
          transition: background .20s;
}
.btn-play:after,
.btn-play:before {
  content: "";
  position: relative;
  display: block;
  height: 1px;
  width: 20px;
  background: #ffffff;
  top: 34.5px;
  left: 26.5px;
}
.btn-play:after {
  -webkit-transform: rotateZ(35deg);
          transform: rotateZ(35deg);
  -webkit-transform-origin: 100% -100%;
      -ms-transform-origin: 100% -100%;
          transform-origin: 100% -100%;
}
.btn-play:before {
  -webkit-transform: rotateZ(-35deg);
          transform: rotateZ(-35deg);
  -webkit-transform-origin: 100% 200%;
      -ms-transform-origin: 100% 200%;
          transform-origin: 100% 200%;
}
.btn-play:hover {
  background-color: rgba(255, 255, 255, 0.2);
}


.navbar {
  position: relative;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #757a86;
  min-height: 60px;
  margin-bottom: 0;
}
.navbar-collapse {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  box-shadow: none;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 250px;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
}
.navbar-fixed-top {
  border-width: 1px;
}
.navbar-fixed-bottom {
  border-width: 0;
}
.navbar-header {
  position: relative;
}
.navbar-brand {
  position: relative;
  font-size: 18px;
  line-height: 21px;
  padding: 0 11.25px;
  height: 100%;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand p {
  padding: 19.5px 0 19.5px 10px;
  margin: 0;
  height: 60px;
  vertical-align: middle;
  letter-spacing: .4em;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 15px 0 15px 10px;
  -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}
.navbar-logo {
  margin: 0 auto;
  padding: 19px 0 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
#logo-svg-navbar {
  width: 60px;
  height: 30px;
}
.nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-nav {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .navbar-nav {
    width: auto;
    position: absolute;
    top: 0px;
    right: 0;
  }
}
.navbar-nav > li > a {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.navbar-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 11.25px;
  padding: 25px 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.sticky-navbar {
  top: 0;
  position: absolute;
  z-index: 2000;
  width: 100%;
  padding-top: 60px;
}
.sticky-navbar #nav {
  position: relative;
  width: 100%;
  top: -60px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.sticky-navbar #nav.affix {
  visibility: visible;
  position: fixed;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
  width: 100%;
  opacity: 0.9;
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
.transp-nav.sticky-navbar #nav {
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.transp-nav.sticky-navbar #nav.affix {
  visibility: visible;
  position: fixed;
  top: -60px;
  bottom: auto;
  width: 100%;
  opacity: 0.9;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
.sticky-visible {
  padding-top: 0;
}
.navbar-nav-elastic {
  margin-top: 103px;
}

.owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-dots {
  margin: 15px auto;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  zoom: 1;
  width: 11px;
  height: 7px;
  margin: 7px;
}
.owl-dot span {
  display: block;
  width: 11px;
  height: 7px;
  margin: 0;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backface-visibility: visible;
  -webkit-transition: background 0.27s ease-out;
          transition: background 0.27s ease-out;
}
.owl-dot.active span {
  background: #35e9f1;
}
.dots-over .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.carousel-control {
  width: 100px;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
  text-shadow: none;
  opacity: 1;
}
.carousel-control.left,
.carousel-control.right {
  background: 0;
  -webkit-filter: 0;
          filter: 0;
  opacity: .9;
  cursor: pointer;
  z-index: 6;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
  background: 0;
  opacity: 1;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .arrow-left,
.carousel-control .arrow-right {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 96px;
  background: rgba(23, 23, 36, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: -webkit-transform 0.27s ease-out, opacity 0.27s ease-out;
          transition: transform 0.27s ease-out, opacity 0.27s ease-out;
  z-index: 7;
}
.carousel-control .icon-prev::before,
.carousel-control .icon-next::before,
.carousel-control .arrow-left::before,
.carousel-control .arrow-right::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform 0.2s ease-out;
          transition: transform 0.2s ease-out;
}
.carousel-control .icon-prev,
.carousel-control .arrow-left {
  left: -1px;
  -webkit-transform: translateX(-30%) translateY(-50%);
      -ms-transform: translateX(-30%) translateY(-50%);
          transform: translateX(-30%) translateY(-50%);
  opacity: 0;
}
.carousel-control .icon-prev::before,
.carousel-control .arrow-left::before {
  left: 50%;
  border-top: 2px #ffffff solid;
  border-left: 2px #ffffff solid;
  border-top-left-radius: 2px;
  -webkit-transform: translateX(-30%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-30%) translateY(-50%) rotate(-45deg);
          transform: translateX(-30%) translateY(-50%) rotate(-45deg);
}
.carousel-control .icon-next,
.carousel-control .arrow-right {
  right: -1px;
  -webkit-transform: translateX(30%) translateY(-50%);
      -ms-transform: translateX(30%) translateY(-50%);
          transform: translateX(30%) translateY(-50%);
  opacity: 0;
}
.carousel-control .icon-next::before,
.carousel-control .arrow-right::before {
  left: 50%;
  border-top: 2px #ffffff solid;
  border-right: 2px #ffffff solid;
  border-top-right-radius: 2px;
  -webkit-transform: translateX(-80%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-80%) translateY(-50%) rotate(45deg);
          transform: translateX(-80%) translateY(-50%) rotate(45deg);
}
.carousel:hover .icon-prev,
.carousel:hover .arrow-left {
  -webkit-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
  opacity: 1;
}
.carousel:hover .icon-next,
.carousel:hover .arrow-right {
  -webkit-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
  opacity: 1;
}
.carousel-indicators li {
  margin: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: background .5s ease;
          transition: background .5s ease;
}
.carousel-indicators .active {
  margin: 3px;
  width: 8px;
  height: 8px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity .8s;
          transition: opacity .8s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.dotstyle-fall li,
.dotstyle-fall div {
  position: relative;
  border-width: 0;
  background: 0;
  background: transparent !important;
}
.dotstyle-fall li:after,
.dotstyle-fall div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: rgba(53, 233, 241, 0.3);
  visibility: hidden;
  opacity: 0;
}
.dotstyle-fall li a,
.dotstyle-fall div a,
.dotstyle-fall li span,
.dotstyle-fall div span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: rgba(53, 233, 241, 0.3);
  outline: none;
  text-indent: -999px;
  direction: ltr;
  cursor: pointer;
}
.dotstyle-fall li a:focus,
.dotstyle-fall div a:focus,
.dotstyle-fall li.active a,
.dotstyle-fall div.active a,
.dotstyle-fall li span:focus,
.dotstyle-fall div span:focus,
.dotstyle-fall li.active span,
.dotstyle-fall div.active span {
  background: #35e9f1;
}
.dotstyle-fall li.active,
.dotstyle-fall div.active {
  background: 0 !important;
}
.dotstyle-fall li.active:after,
.dotstyle-fall div.active:after {
  opacity: 1;
  visibility: visible;
  background: rgba(53, 233, 241, 0.8);
}
.dotstyle-fall li.active a,
.dotstyle-fall div.active a,
.dotstyle-fall li.active span,
.dotstyle-fall div.active span {
  opacity: 0;
}
.dotstyle-fillup li,
.dotstyle-fillup div {
  position: relative;
  border: 0;
}
.dotstyle-fillup li a,
.dotstyle-fillup div a,
.dotstyle-fillup li span,
.dotstyle-fillup div span {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  outline: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.dotstyle-fillup li a:after,
.dotstyle-fillup div a:after,
.dotstyle-fillup li span:after,
.dotstyle-fillup div span:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  width: 0;
  left: 0;
  position: absolute;
  height: 100%;
}
.dotstyle-fillup li.active a:after,
.dotstyle-fillup div.active a:after,
.dotstyle-fillup li.active span:after,
.dotstyle-fillup div.active span:after {
  width: 100%;
}
.animate-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.animate-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.as-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: opacity 0s ease-out 0.57s;
          transition: opacity 0s ease-out 0.57s;
}
.as-overlay .as-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 34, 34, 0.3);
}
.active-as-background {
  -webkit-transition: opacity 0.57s ease-out 0s;
          transition: opacity 0.57s ease-out 0s;
  z-index: 3;
}
.as-indicators {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  width: 150px;
  margin: 0 auto;
  font-size: 0;
  z-index: 6;
  text-align: center;
}
.as-indicator {
  float: left;
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 2px;
  margin-right: 5px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.as-indicator:last-child {
  margin-right: 0;
}
.as-load-bar {
  position: absolute;
  height: 100%;
  background: #ffffff;
  display: block;
  border-radius: 2px;
}
.single-loadbar .as-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
}
.single-loadbar .as-indicator.active {
  opacity: 1;
}
.single-loadbar .as-load-bar {
  -webkit-transition: width 0s;
          transition: width 0s;
}
.show-indicators .as-indicators {
  bottom: 40px;
  padding: 10px;
}
.show-indicators .as-indicator {
  display: inline-block;
  float: none;
  width: 11px;
  height: 7px;
  margin: 7px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.show-indicators .as-indicator.active {
  background: #ffffff;
}
.show-indicators .as-load-bar {
  height: 0;
}
.show-indicators .dotstyle-fall .as-load-bar {
  height: 100%;
  width: 100% !important;
}
.active .as-load-bar {
  -webkit-transition: width 0s;
          transition: width 0s;
}
.as-arrow {
  z-index: 6;
}
.bg-slideshow-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation*/
  -webkit-animation: slideShow 24s linear infinite 0s;
          animation: slideShow 24s linear infinite 0s;
}
.bg-slide-1 {
  opacity: 1;
}
.bg-slide-2 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.bg-slide-3 {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.text-mask-light {
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}
.text-mask {
  margin: 50px auto 0;
  padding: 0 25px;
  display: inline;
  border-radius: 700px;
  background: #fff;
  color: #000;
  mix-blend-mode: lighten;
}
.text-mask b {
  margin-left: .1em;
}
body {
  overflow-x: hidden;
}
#page {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}
#page-2 {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  z-index: 999;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1053px;
  }
}
#scroll-progressbar {
  display: none;
}
.home-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.hs-content {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
.hs-content-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding: 0 15px;
  z-index: 5;
}
.hs-content-inner > div {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.scroll-down-arrow {
  position: absolute;
  bottom: 0;
  left: calc(50% - 13px);
  width: 26px;
  height: 50px;
  -webkit-animation-name: fadeInOutDown;
          animation-name: fadeInOutDown;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  z-index: 6;
}
.scroll-down-arrow a {
  font-size: 28px;
  text-align: center;
}
.hero-clouds {
  position: absolute;
  top: 0;
  left: 0;
  width: 250.625em;
  height: 43.75em;
  background: url(../img/backgrounds/clouds.html) 0px 100% repeat-x;
  -webkit-animation: cloudLoop 80s linear infinite;
          animation: cloudLoop 80s linear infinite;
}
.particles,
.fss,
.fss-solid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100%;
  overflow: hidden;
}
.particles {
  opacity: .5;
}
.fss {
  opacity: .15;
}
.particles-js {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 40%;
  height: 30%;
  overflow: hidden;
  opacity: 0.8;
}
.video-background,
.youtube-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.video-background:before,
.youtube-bg:before {
  z-index: 4;
}
.thelax-hero,
.zoom-hero {
  position: fixed;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.thelax-section-bg {
  position: absolute;
  height: 120vh !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile .thelax-section-bg {
  height: 100% !important;
}
.fixed-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.zoom-hero {
  background-attachment: fixed;
}
.scaled-up {
  -webkit-transform: scale3d(1.4, 1.4, 1);
          transform: scale3d(1.4, 1.4, 1);
}
.owl-hs-slider {
  height: 100%;
  width: 100%;
}
.owl-hs-slider .owl-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
.owl-hs-slider .owl-stage-outer,
.owl-hs-slider .owl-stage,
.owl-hs-slider .owl-item,
.owl-hs-slider .owl-hs-slide {
  height: 100%;
}
.owl-hs-slide {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#logo-svg-hs {
  width: 400px;
}
.ab-section-img {
  margin: 10px auto;
}
.skillbars {
  margin-top: 11px;
}
.skill-bars {
  padding-bottom: 400px;
}
.ab-quote {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 10px 0 0 0;
  font-weight: 300;
  line-height: 1.2;
}
.ab-quote p {
  margin-bottom: 16px;
}
.ab-quote footer {
  font-size: 14px;
}
.ab-section-tips {
  padding-top: 40px;
}
.ab-section-tips:hover .ab-section-item-icon {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.ab-item-title {
  font-weight: 300;
}
.ab-section-item {
  position: relative;
  overflow: visible;
}
.ab-section-item:nth-child(2) .ab-section-item-text {
  margin-left: -50%;
}
.ab-section-item:nth-child(3) .ab-section-item-text {
  margin-left: -165%;
}
.ab-section-item:nth-child(4) .ab-section-item-text {
  margin-left: -278%;
}
.ab-section-item:hover {
  z-index: 4;
}
.ab-section-item:hover .ab-section-item-text {
  opacity: 1;
}
.ab-section-item-icon {
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.37s ease-in-out;
          transition: transform 0.37s ease-in-out;
}
.ab-section-item-icon:hover {
  color: #35e9f1;
}
.ab-section-item-icon i {
  font-size: 42px;
}
.ab-section-item-text {
  margin-left: 60%;
  width: 320%;
  padding-top: 40px;
  opacity: 0;
  -webkit-transition: opacity .27s;
          transition: opacity .27s;
}
.ab-section-btn .btn-default {
  border: 1px solid #0c0c17;
}
.dropshadow:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -3px;
  width: 94%;
  left: 50%;
  margin-left: -47%;
  height: 30px;
  box-shadow: 0 16px 30px -5px #000000;
  -webkit-transform: perspective(800px) rotateY(0deg) rotateX(45deg);
  -ms-transform: perspective(800px) rotateY(0deg) rotateX(45deg);
  transform: perspective(800px) rotateY(0deg) rotateX(45deg);
}
.fact-item {
  position: relative;
}
.fact-icon {
  font-size: 39px;
  line-height: 80px;
  vertical-align: middle;
}
.fact-number {
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
}
.fact-number p {
  margin-bottom: 10px;
}
.fact-text {
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.fact-text p {
  margin-bottom: 0;
}
.serv-section-item {
  -webkit-perspective: 300px;
          perspective: 300px;
  text-align: center;
}
.serv-item-title {
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 300;
}
.serv-section-item-icon {
  margin: 0 auto;
  font-size: 44px;
}
.serv-section-item-text {
  font-size: 14px;
}
.project-ba-section {
  margin-top: -1px;
}
.project-ba-section a {
  font-weight: 700;
}
.dude-carousel {
  cursor: col-resize;
}
.dude-carousel .owl-grab {
  cursor: col-resize;
}
.dude-items .owl-item img {
  display: inline-block;
  width: auto;
  height: 380px;
  margin: 20px 0;
}
.dude-items .owl-dots {
  position: static;
  margin: 40px auto 0;
}
.dude-item {
  position: relative;
  margin-bottom: 70px;
}
.dude-item-img {
  text-align: center;
}
.dude-item-img img {
  display: inline-block;
  width: 79%;
  height: auto;
  margin: 20px auto 20px auto;
}
.dude-item-info {
  position: absolute;
  height: calc(100% + 10px);
  width: 100%;
  bottom: -10px;
  left: 0;
  padding: 50px 30px 0 30px;
  opacity: 0;
  -webkit-transition: opacity 0.27s ease-out;
          transition: opacity 0.27s ease-out;
}
.dude-item-name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  text-align: center;
  z-index: 3;
}
.dude-item-name h4 {
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 300;
}
.dude-item-name span {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 700;
}
.dude-item-text {
  text-align: center;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.dude-item-text h3 {
  padding-bottom: 20px;
  font-weight: 300;
}
.dude-item-text h3 span {
  font-weight: 700;
}
.dude-item-social {
  padding: 30px 0;
  text-align: center;
}
.dude-item-social li {
  display: inline-block;
  margin: 0 10px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 18px;
  border-radius: 50%;
}
.dude-item:hover .dude-item-info {
  opacity: 1;
}
.odt-section .owl-stage-outer {
  overflow: hidden;
}
.odt-section p {
  font-weight: 300;
}
.odt-section .owl-controls {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
}
@media screen and (max-width: 767px) {
  .odt-section .owl-controls {
    width: 100%;
  }
}
.process {
  cursor: col-resize;
}
.process .owl-grab {
  cursor: col-resize;
}
.owl-stage-outer {
  width: 100%;
}
.odt-labels {
  position: relative;
  left: 50%;
  width: 80%;
  margin: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.odt-labels li {
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.odt-labels i {
  position: absolute;
  bottom: 40px;
  left: 50%;
  padding: 10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 44px;
}
.odt-labels .icon-shade {
  max-width: 0;
  left: 10px;
  padding: 10px 0;
  bottom: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  overflow: hidden;
  color: #35e9f1;
}
.odt-labels span {
  bottom: 0;
  height: 55px;
  overflow: hidden;
  line-height: 55px;
  opacity: 0;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 300;
}
.odt-labels span:before {
  content: attr(data-active);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.odt-labels .odt-label-active span {
  opacity: 1;
}
.odt-labels .odt-label-active span:before {
  max-width: 100%;
}
.odt-labels .odt-label-active .icon-shade {
  max-width: 100%;
}
.line-odt-parent {
  position: relative;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: #f5f5fa;
}
.line-process {
  position: absolute;
  width: 0;
  height: 100%;
  background: #35e9f1;
  z-index: 3;
  -webkit-transition: width 0.5s ease-in-out;
          transition: width 0.5s ease-in-out;
}
.line-odt-mood {
  position: absolute;
  width: calc(80% - 30px);
  top: -56px;
  left: calc(10% + 15px);
  height: 30px;
  z-index: 4;
}
.line-odt-mood .owl-dot {
  position: absolute;
  height: 120px;
  width: 90px;
  -webkit-transform: translateX(-30px) translateY(-90px);
      -ms-transform: translateX(-30px) translateY(-90px);
          transform: translateX(-30px) translateY(-90px);
  margin: 0 0 0 -12.5px;
}
.line-odt-mood .owl-dot:first-child {
  margin-left: -12px;
}
.line-odt-mood .owl-dot:last-child {
  margin-left: -12px;
}
.line-odt-mood .owl-dot span {
  height: 1px;
  width: 25px;
  -webkit-transform: translateX(30px) translateY(90px);
      -ms-transform: translateX(30px) translateY(90px);
          transform: translateX(30px) translateY(90px);
  border-radius: 0;
  background-color: #cccce6;
}
.line-odt-mood .owl-dot span:after {
  border-radius: 0;
  background-color: #35e9f1;
}
.line-odt-mood .owl-dot .odt-active-dot:after {
  width: 100%;
}
.odt-item {
  margin: 0 auto;
  padding-top: 20px;
  font-size: 14px;
}
