/*
Theme Name: Root Architecture
Theme URI: https://rootarch.com
Author: pixelflyte
Author URI: https://pixelflyte.com
Description: Main theme for Root Architecture
Version: 1
License: GNU General Public License v2 or later
*/
/*@import url(animate.css);*/
@import url(bootstrap.css);
@font-face {
  font-family: 'thoma-web';
  src: url("fonts/thoma.eot");
  font-display: swap;
  /* IE9 Compat Modes */
  src: url("fonts/thoma.eot?#iefix") format("embedded-opentype"), url("fonts/thoma.woff2") format("woff2"), url("fonts/thoma.woff") format("woff"); }

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

.owl-carousel, .owl-carousel .owl-item, .owl-theme .owl-dots, .owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

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

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

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

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

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

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

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

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

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

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

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

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

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 0.1s ease;
  -moz-transition: scale 0.1s ease;
  -ms-transition: scale 0.1s ease;
  -o-transition: scale 0.1s ease;
  transition: scale 0.1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

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

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

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

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

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

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

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

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-carousel .owl-item img {
  max-width: 100%;
  margin: 0 auto;
  width: auto; }

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

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

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

header {
  border-bottom: 1px solid #b06f29;
  background: #000;
  font-family: "Tahoma", "thoma-web"; }
  header .logo {
    max-width: 200px;
    height: auto; }
  header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    transition: opacity 0.5s; }
  header.active:before {
    background: #000;
    opacity: 1; }

.main-menu {
  width: auto;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  font-family: "Tahoma", "thoma-web";
  text-transform: lowercase;
  font-weight: 300;
  text-align: left;
  left: -400px;
  position: fixed;
  top: 0;
  height: 100%;
  transition: all 1s; }

.nav-open .main-menu {
  opacity: 1;
  visibility: visible;
  background: #000;
  left: 0;
  padding-top: 0.5rem;
  width: auto;
  transition: all 1s; }

.main-menu .nav li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.15em;
  transition: color 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0 20px; }

.main-menu .nav li {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  transition: all 0s;
  -webkit-transition: all 0s;
  transition-delay: 0.5s;
  margin-top: 28px; }
  .main-menu .nav li:first-of-type {
    margin-top: 42px; }
  .main-menu .nav li span {
    font-size: 3vh;
    display: none; }
  .main-menu .nav li.active a {
    color: #b06f29; }
    .main-menu .nav li.active a span {
      color: #fff; }

.nav-open .main-menu .nav li {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 1.5s, opacity 1.5s;
  transition: transform 1.5s, opacity 1.5s; }

.nav-open .main-menu .nav li:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.nav-open .main-menu .nav li:nth-child(2) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.nav-open .main-menu .nav li:nth-child(3) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.nav-open .main-menu .nav li:nth-child(4) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.nav-button {
  position: relative;
  z-index: 1111;
  border: solid 1px #b06f29;
  display: block;
  width: auto;
  padding: 0 10px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.15);
  letter-spacing: 0.15em; }

.nav-button #nav-icon3 {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  vertical-align: middle; }

.nav-button #nav-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.nav-button #nav-icon3 span:nth-child(1) {
  top: 0; }

.nav-button #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 7px; }

.nav-button #nav-icon3 span:nth-child(4) {
  top: 14px; }

.nav-button span.menu-label {
  display: inline-block;
  color: #fff;
  line-height: 42px;
  padding-left: 10px;
  font-family: "Tahoma", "thoma-web";
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  border-left: 1px solid #b06f29;
  margin-left: 10px; }

.nav-open .nav-button {
  border-color: #b06f29; }

.nav-open #nav-icon3 span {
  background: #b06f29; }

.nav-open span.menu-label {
  color: #b06f29;
  border-left-color: #b06f29; }

.nav-open #nav-icon3 span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%; }

.nav-open #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-open #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nav-open #nav-icon3 span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%; }

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

header ul.social {
  margin-top: 35px;
  font-size: 0;
  line-height: 0;
  padding: 0 0 0 22px;
  opacity: 0;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  transition: all 0s;
  -webkit-transition: all 0s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }
  header ul.social li {
    display: inline-block;
    font-size: 18px;
    margin-right: 1.5rem; }
    header ul.social li a {
      color: #b06f29; }
      header ul.social li a i {
        font-size: 20px; }
      header ul.social li a:hover {
        color: #fff; }

header p {
  color: #b06f29;
  padding-top: 28px;
  display: block;
  padding-left: 22px;
  line-spacing: 2.5rem;
  letter-spacing: 0.15em;
  font-size: 16px;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  transition: all 0s;
  -webkit-transition: all 0s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }
  header p a {
    color: #b06f29; }
    header p a:hover {
      color: #fff;
      text-decoration: none; }

.nav-open header ul.social {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s; }

.nav-open header p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }

body.home header {
  border-bottom: none; }

body.single-portfolio li.menu-item-296 a {
  color: #b06f29; }

body.single-post li.menu-item-139 a {
  color: #b06f29; }

@media screen and (min-width: 768px) {
  header {
    background: transparent;
    border-bottom: none; }
    header .logo {
      max-width: 200px; }
    header p, header ul.social {
      padding-left: 50px; }
  .main-menu .nav li {
    margin-top: 28px; }
    .main-menu .nav li a {
      padding: 0 50px; }
  .nav-button {
    border-color: #fff; }
  .nav-button span.menu-label {
    border-left-color: #fff; }
  .nav-open .nav-button span.menu-label {
    border-left-color: #b06f29; } }

@media screen and (min-width: 992px) {
  header ul.social {
    padding: 0 0 0 77px;
    margin-top: 36px; }
  header p {
    padding-left: 77px;
    padding-top: 30px; }
  header .main-menu .nav li a {
    padding-left: 77px;
    padding-right: 45px;
    font-size: 20px; }
  .nav-button span.menu-label {
    font-size: 16px; }
  header .logo {
    max-width: 250px; }
  .main-menu {
    width: auto; }
  .main-menu .nav li a:hover {
    color: #b06f29; }
    .main-menu .nav li a:hover span {
      color: #fff; } }

*:focus {
  outline: none;
  border: none; }

body {
  background: #000;
  font-family: "Tahoma", "thoma-web";
  font-weight: 300;
  font-size: 14px;
  line-height: 2rem;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  color: #b06f29;
  letter-spacing: 0.15em;
  margin-bottom: 0; }
  h1:after {
    display: block;
    height: 1px;
    margin: 28px auto; }

h2, article.page .project-details h1, article.page .article-text h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  color: #000;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 56px;
  position: relative;
  letter-spacing: 0.1em; }
  h2:after, article.page .project-details h1:after, article.page .article-text h1:after {
    content: '';
    display: block;
    height: 1px;
    margin: 28px auto;
    width: 0;
    transform-origin: top left;
    position: absolute; }
  h2.no-line, article.page .project-details h1.no-line, article.page .article-text h1.no-line {
    padding-bottom: 0; }
    h2.no-line:after, article.page .project-details h1.no-line:after, article.page .article-text h1.no-line:after {
      display: none; }
  h2.no-space-line, article.page .project-details h1.no-space-line, article.page .article-text h1.no-space-line {
    display: block;
    padding-bottom: 0; }
    h2.no-space-line:after, article.page .project-details h1.no-space-line:after, article.page .article-text h1.no-space-line:after {
      margin-bottom: 0; }

h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25em; }

p:last-of-type {
  margin-bottom: 0; }

a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.black-text {
  color: #000; }

.gold-text {
  color: #b06f29; }
  .gold-text a {
    color: #fff; }
    .gold-text a:hover {
      color: #b06f29;
      text-decoration: none; }

.cta-text {
  color: #fff;
  text-transform: lowercase;
  margin-top: 1rem; }
  .cta-text a {
    color: #fff;
    cursor: pointer;
    text-transform: lowercase; }
    .cta-text a:hover, .cta-text a.active {
      color: #b06f29;
      text-decoration: none; }

.grey-text {
  color: #222; }

.bg-gold {
  background: #b06f29; }

.white-text {
  color: #fff; }

.caption {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #b06f29;
  padding: 15px 1.5rem;
  display: inline-block;
  font-weight: 300;
  position: absolute;
  bottom: 28px;
  left: 0;
  letter-spacing: 0.15em;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  max-width: 90%;
  line-height: 1.5rem; }

/*HOME PAGE*/
body.home .carousel {
  overflow: hidden; }
  body.home .carousel .caption {
    bottom: 112px; }
  body.home .carousel a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    body.home .carousel a:hover .caption {
      background: #b06f29 !important; }

body.home .carousel-fade .carousel-item {
  opacity: 0;
  transition: all 2000ms ease-out;
  overflow: hidden; }
  body.home .carousel-fade .carousel-item a:hover .caption {
    background: #000; }

body.home .carousel-fade .carousel-item.active,
body.home .carousel-fade .carousel-item-next.carousel-item-left,
body.home .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: all 2000ms ease-in; }

body.home .carousel-fade .active.carousel-item-left,
body.home .carousel-fade .active.carousel-item-right {
  opacity: 0;
  transition: all 2000ms ease-out; }

/*PAGE*/
header.hero {
  height: 200px;
  background: #000;
  margin-top: 88px;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: none; }
  header.hero:after {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

article.page {
  background: #000;
  overflow: hidden;
  position: relative; }
  article.page.no-hero, article.page.no-hero-mobile {
    margin-top: 88px; }
  article.page.no-hero-mobile {
    margin-top: 88px; }
  article.page.project-page {
    margin-top: 89px; }
  article.page.no-top {
    padding-top: 300px; }
  article.page h1 {
    color: #b06f29;
    display: inline-block; }
    article.page h1:after {
      background: #b06f29;
      width: 0;
      transition: width 2s;
      transition-delay: 0.5s; }
    article.page h1.aos-animate:after {
      width: 100%; }
  article.page .aos-animate h2:after {
    background: #b06f29;
    width: 0;
    transition: width 2s;
    transition-delay: 0.5s;
    width: 100%; }
  article.page .aos-animate.aos-animate:after {
    width: 100%; }

article.page .post-preview h2 {
  margin-top: -3px; }

article.page .post-preview p {
  color: #fff;
  padding-top: 56px;
  padding-right: 0; }
  article.page .post-preview p.cta-holder {
    padding-top: 28px; }

article.page .article-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%; }

article.page .article-text figcaption {
  text-align: center;
  font-style: italic; }

article.page .single-post-image {
  position: relative; }
  article.page .single-post-image .heateor_sss_sharing_container {
    position: absolute;
    right: 0;
    bottom: 0; }
    article.page .single-post-image .heateor_sss_sharing_container .heateorSssSharing {
      margin-bottom: 0;
      width: 30px !important;
      height: 30px !important; }
      article.page .single-post-image .heateor_sss_sharing_container .heateorSssSharing .heateorSssSharingSvg {
        width: 80%;
        margin: 0 auto; }
      article.page .single-post-image .heateor_sss_sharing_container .heateorSssSharing:last-of-type {
        margin-right: 0; }

article.page .right-line {
  border-right: none; }

article.page .post-container {
  margin-top: 3rem; }
  article.page .post-container:last-of-type {
    padding-bottom: 3rem; }
  article.page .post-container.portfolio a {
    background-position: center center;
    background-size: cover;
    height: 300px;
    display: block; }
    article.page .post-container.portfolio a:hover .caption {
      background: #000; }
  article.page .post-container.portfolio:first-of-type {
    margin-top: 0; }
  article.page .post-container .aos-animate h2:after {
    transition-delay: 0s;
    -webkit-transition-delay: 0s; }

article.page .read-more-container {
  position: relative;
  bottom: auto;
  top: 0;
  padding-left: 0;
  padding-right: 0; }
  article.page .read-more-container p {
    padding-right: 0; }
  article.page .read-more-container a {
    display: inline-block;
    background: #000; }

.article-text p a {
  color: #000;
  text-decoration: underline; }
  .article-text p a:hover {
    color: #b06f29; }

ol.carousel-indicators {
  margin-bottom: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  margin: 0; }
  ol.carousel-indicators li {
    background-color: #b06f29;
    height: 4px; }

/*Project*/
.project-specs p {
  color: #000;
  text-transform: uppercase; }
  .project-specs p:after {
    width: 60%;
    height: 1px;
    background: #772d00;
    display: block;
    content: '';
    margin-top: 1rem; }
  .project-specs p:last-of-type {
    margin-bottom: 0; }
    .project-specs p:last-of-type:after {
      display: none; }

.item.portfolio {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  overflow: hidden;
  height: 240px;
  text-align: center;
  background: #fff;
  border: 1px solid #fff; }
  .item.portfolio img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }

.carousel-nav {
  display: block;
  background: #b06f29;
  width: 100%;
  height: 100px;
  position: relative;
  top: 50%;
  background: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
  .carousel-nav:before, .carousel-nav:after {
    left: -10px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .carousel-nav:after {
    border-color: transparent;
    border-left-color: #fff;
    border-width: 20px;
    margin-top: -20px; }
  .carousel-nav:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #000;
    border-width: 23px;
    margin-top: -23px; }
  .carousel-nav.carousel-prev:before, .carousel-nav.carousel-prev:after {
    right: -10px;
    left: auto;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .carousel-nav.carousel-prev:before {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #000;
    border-width: 23px;
    margin-top: -23px; }
  .carousel-nav.carousel-prev:after {
    border-color: transparent;
    border-right-color: #fff;
    border-width: 20px;
    margin-top: -20px; }

.lowercase {
  text-transform: lowercase; }

.uppercase {
  text-transform: uppercase; }

.owl-carousel {
  overflow: hidden; }

.single-portfolio-image {
  z-index: 0;
  position: fixed;
  top: 89px;
  height: 300px;
  background-size: cover;
  background-position: center center; }

@media screen and (min-width: 768px) {
  .single-portfolio-image {
    height: 400px;
    top: 94px; }
  .owl-carousel {
    margin-left: 0;
    width: 100%; }
  .item.portfolio {
    height: 493px; }
  h1 {
    font-size: 25px; }
  h2.special-case {
    padding-bottom: 2.5rem; }
  header.hero {
    height: 200px;
    position: fixed;
    margin-top: 0; }
    header.hero:after {
      content: ''; }
  article.page {
    margin-top: 200px; }
    article.page.no-hero-mobile {
      margin-top: 88px; }
    article.page.project-page {
      margin-top: 200px; }
    article.page .single-post-image .heateor_sss_sharing_container .heateorSssSharing {
      width: 42px !important;
      height: 42px !important; }
    article.page.no-top {
      margin-top: 94px;
      padding-top: 400px; }
    article.page .post-container.portfolio {
      margin-top: 0.5rem;
      margin-top: 0; }
      article.page .post-container.portfolio a {
        height: 400px; }
    article.page .post-preview p {
      padding-right: 20%; }
    article.page .post-preview .read-more-container p {
      padding-right: 0; } }

.sowl-carousel .owl-item img {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.owl-carousel .owl-wrapper-outer {
  z-index: 1; }

/*
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}*/
@media screen and (min-width: 992px) {
  h2.special-case {
    padding-bottom: 56px; }
  header.hero {
    height: 320px; }
  article.page {
    margin-top: 320px; }
    article.page.no-hero-mobile {
      margin-top: 320px; }
    article.page.project-page {
      margin-top: 320px; }
  .single-portfolio-image {
    height: 400px;
    top: 142px; }
  .caption {
    padding: 15px 1.5rem;
    bottom: 28px; }
  .right-line {
    border-right: 1px solid #b06f29; }
  article.page.no-hero {
    margin-top: 6rem; }
  article.page .post-preview p.cta-holder {
    padding-top: 56px; }
  article.page .post-container {
    margin-top: 4rem; }
    article.page .post-container .aos-animate h2:after {
      width: calc(83.333333%); }
    article.page .post-container h2 {
      width: calc(100%); }
    article.page .post-container .read-more-container {
      position: absolute;
      right: 0;
      top: -22px; }
  .project-specs {
    margin-right: -1.5rem; } }

.gform_body .gform_fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  padding: 0; }

.gform_body .gfield {
  margin-bottom: 28px; }
  .gform_body .gfield input[type='email'], .gform_body .gfield input[type='text'], .gform_body .gfield textarea, .gfield input[type='tel'] {
    background: transparent;
    border: none;
    border: 1px solid #b06f29;
    padding: 0 0 7px 0 !important;
    border-radius: 0;
    -webkit-appearance: none;
    font-weight: 300;
    color: #fff;
    overflow: auto;
    width: 100%;
    display: block; }
  .gform_body .gfield textarea {
    height: 100px; }
  .gform_body .gfield.gfield_error input, .gform_body .gfield.gfield_error textarea {
    border-bottom-color: #cc0000; }
  .gform_body .gfield .validation_message {
    color: #cc0000; }

.gform_footer {
  text-align: center; }

input::-webkit-contacts-auto-fill-button {
  color: #fff;
  background: #fff; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff; }

blockquote {
  padding: 0 2rem; }

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

@media screen and (max-width: 767px) {
  .read-more-container.aos-animate {
    transition-delay: 0.5s !important; }
  h1 {
    line-height: 1.4em; } }

.article-text p:last-of-type {
  margin-bottom: 1.1rem; }

a.button, .button {
  border: 1px solid #b06f29;
  display: inline-block;
  padding: 0 10px;
  color: #b06f29;
  text-transform: uppercase;
  font-size: 12px;
  background: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }
  a.button:hover, .button:hover {
    color: #000;
    border-color: #000;
    text-decoration: none; }
  a.button.inverse:hover, .button.inverse:hover {
    color: #fff;
    border-color: #fff; }


    body .gform_wrapper{background:#fff!important;padding:28px}
    .gform_wrapper .gform_heading,.gform_wrapper .gform_footer{text-align:center;display:block!important}

    .gform_wrapper .gform_footer button:hover{color:#000;border-color:#000}

    .gform_body .gfield input[type='email'], .gform_body .gfield input[type='text'], .gform_body .gfield textarea{color:#000;}
.wp-caption{max-width:100%}
.gform-field-label--type-sub{padding-top:0!important}