body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 1em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3.5em;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0px;
}

h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Cinzel, sans-serif;
  color: #c5933c;
  font-size: 2.625em;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  color: #acacad;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

h5 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-style: italic;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #7d7d7d;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.5px;
}

a {
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 700;
}

strong {
  font-weight: bold;
}

.button {
  display: inline-block;
  margin: 2em auto;
  padding: 1em;
  border: 2px solid #000;
  background-color: #002a0b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Cinzel, sans-serif;
  color: #acacad;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.button:hover {
  border-style: solid;
  border-color: #fff;
  background-color: #c5933c;
  color: #020202;
}

.button.gal {
  position: absolute;
  z-index: 2;
  display: block;
}

.button.gal.og {
  z-index: 1;
  display: block;
}

.header {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  overflow: hidden;
  height: 100%;
  min-height: 0px;
}

.slider {
  height: 100%;
}

.slide-nav {
  display: none;
}

.slide-1 {
  background-image: url('../images/6.jpg');
  background-position: 80% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/sheep.jpeg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-container {
  display: block;
  width: 75%;
  margin-top: 275px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.right-icon {
  display: block;
  width: 35px;
  height: 40px;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 30px;
}

.right-icon:hover {
  background-color: rgba(51, 51, 51, 0.49);
  color: #fff;
}

.left-icon {
  display: block;
  width: 35px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 30px;
}

.left-icon:hover {
  background-color: rgba(51, 51, 51, 0.49);
  color: #fff;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 2000px;
  margin-top: 1vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.nav-menu {
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-top: 20px;
  padding-right: 35px;
  padding-left: 35px;
  float: none;
  font-family: Cinzel, sans-serif;
  color: #c5933c;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.nav-link.w--current:hover {
  color: #e3e3e3;
}

.about {
  overflow: hidden;
}

.left-column {
  overflow: hidden;
  height: 50em;
  padding-right: 0px;
  padding-left: 0px;
}

.left-column.roll {
  height: 30em;
}

.right-column {
  height: 50em;
  padding-right: 0px;
  padding-left: 0px;
}

.right-column.roll {
  height: 30em;
}

.grey-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #666674;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000), to(#002a0b));
  background-image: linear-gradient(180deg, #000 50%, #002a0b);
  text-align: center;
}

.about-photo {
  display: block;
  height: 50em;
  background-image: url('../images/002.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0em;
  -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;
}

.row.top {
  margin-top: 0px;
}

.row.biggie {
  margin-bottom: 0em;
}

.about-photo-2 {
  height: 600px;
  background-image: url('../images/003.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.portfolio {
  overflow: hidden;
}

.numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact {
  overflow: hidden;
  margin-bottom: 0px;
  padding: 50px 20px 0px;
  font-size: 1em;
  text-align: center;
}

.contact-form {
  margin-top: 50px;
  margin-bottom: 50px;
}

.label {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #acacad;
  font-size: 1em;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.text-field {
  background-color: #acacad;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: -1px;
}

.text-area {
  height: 350px;
  background-color: #acacad;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: -1px;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #006;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#002a0b));
  background-image: linear-gradient(180deg, #000, #002a0b);
}

.footer-text {
  margin-top: 1em;
  font-family: Cinzel, sans-serif;
  color: #acacad;
  line-height: 2;
  font-weight: 500;
}

.services {
  overflow: hidden;
  margin-top: 0.5em;
  padding-bottom: 0px;
}

.services-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/005.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.services-1 {
  overflow: hidden;
  height: 30em;
  padding-top: 2em;
  padding-right: 1em;
  padding-left: 1em;
  background-color: #f7931d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#002a0b));
  background-image: linear-gradient(180deg, #000, #002a0b);
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
}

.services-1:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #002a0b), to(#000));
  background-image: linear-gradient(0deg, #002a0b 50%, #000);
  opacity: 1;
  color: #fff;
}

.services-1.roll {
  display: block;
  padding: 4em 0.5em 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-2 {
  overflow: hidden;
  height: 30em;
  padding-top: 2em;
  padding-right: 1em;
  padding-left: 1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#002a0b));
  background-image: linear-gradient(180deg, #000, #002a0b);
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
}

.services-2:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #002a0b), to(#000));
  background-image: linear-gradient(0deg, #002a0b 50%, #000);
  color: #fff;
}

.services-3 {
  height: 30em;
  padding-top: 2em;
  padding-right: 1em;
  padding-left: 1em;
  background-color: #f7931d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#002a0b));
  background-image: linear-gradient(180deg, #000, #002a0b);
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
}

.services-3:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #002a0b), to(#000));
  background-image: linear-gradient(0deg, #002a0b 50%, #000);
  color: #fff;
}

.break---quotes {
  display: none;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.quote-slider {
  height: 100px;
  background-color: #006;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#002a0b));
  background-image: linear-gradient(180deg, #000, #002a0b);
}

.quote-1 {
  padding-top: 30px;
  text-align: center;
}

.quote-2 {
  padding-top: 30px;
  text-align: center;
}

.quote-text {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #acacad;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
}

.footer-link {
  color: #acacad;
  font-size: 1em;
  text-decoration: none;
}

.footer-link:hover {
  background-color: transparent;
  color: #000;
}

.column.ok {
  height: 30em;
}

.column.roll {
  height: 30em;
  margin-top: 0px;
}

.preloader {
  position: absolute;
  z-index: 2000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 275px;
  background-color: #000;
  color: #f7931d;
  text-align: center;
}

.brand-image {
  margin-right: 70px;
}

.footer-logo {
  width: 10em;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: left;
}

.slide-3 {
  background-image: url('../images/hoop.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.portfolio-thumbnail {
  width: 100%;
  height: auto;
}

.portfolio-lightbox {
  width: 100%;
  opacity: 0.71;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-lightbox:hover {
  opacity: 1;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.portfolio-column {
  height: 100%;
  min-height: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.portfolio-column.txt {
  margin-top: auto;
  margin-bottom: auto;
}

.portfolio-hover-colour {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.colour {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.colour:hover {
  opacity: 1;
}

.white {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Cinzel, sans-serif;
  color: #acacad;
}

.portfolio-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  border: 1px none #fff;
}

.column-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.body {
  background-color: #000;
}

.hero {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/001AI.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  -o-object-fit: contain;
  object-fit: contain;
}

.heading {
  margin-top: -2px;
  -webkit-transition: flex-grow 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex-grow 200ms ease;
  transition: flex-grow 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex-grow 200ms ease;
  transition: flex-grow 200ms ease;
  transition: flex-grow 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex-grow 200ms ease, -ms-flex-positive 200ms ease;
  font-family: Cinzel, sans-serif;
  color: #c5933c;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
}

.paragraph {
  display: block;
  -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;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #acacad;
  font-size: 16px;
}

.paragraph.nah {
  display: none;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  color: #acacad;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.heading-2.bing {
  margin-top: 15px;
}

.container {
  position: relative;
}

.heading-3 {
  margin-top: 0%;
  margin-bottom: 0em;
}

.entwood {
  position: relative;
  z-index: 6;
  display: block;
  max-width: 80%;
  margin: 60px auto auto;
  -webkit-transform: perspective(745px);
  transform: perspective(745px);
}

.container-2 {
  margin-top: 275px;
}

.dad {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.shadow {
  position: absolute;
  display: block;
  max-width: 25%;
  margin-right: 200px;
  float: right;
}

.shadoow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: block;
  max-width: 90%;
  margin-top: 20px;
  margin-right: 260px;
  float: right;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: translate3d(-30px, -60px, 200px);
  transform: translate3d(-30px, -60px, 200px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.italic-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.italic-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.quote {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #c5933c;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 2px;
}

.heading-4 {
  font-family: Cinzel, sans-serif;
  color: #c5933c;
  font-size: 1.4em;
  font-weight: 500;
}

.button2 {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 35px;
  border: 2px solid #000;
  background-color: #002a0b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Cinzel, sans-serif;
  color: #acacad;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button2:hover {
  border-style: solid;
  border-color: #c5933c;
  background-color: #c5933c;
  color: #020202;
}

.no {
  font-family: Cinzel, sans-serif;
  color: #c5933c;
  text-align: center;
}

.heading-5 {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #acacad;
  font-style: normal;
  text-align: center;
}

.heading-6 {
  font-family: Cinzel, sans-serif;
  color: #c5933c;
  text-align: left;
}

.image {
  margin-top: auto;
  margin-bottom: auto;
}

.heading7 {
  margin-top: 10px;
  font-family: Cinzel, sans-serif;
  color: #c5933c;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
}

.paragraph2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
}

.image-2 {
  width: 8em;
  opacity: 0.5;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-3 {
  width: 8em;
  margin-bottom: 0px;
  opacity: 0.5;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: flex-grow 650ms ease, -webkit-box-flex 650ms ease, -webkit-flex-grow 650ms ease;
  transition: flex-grow 650ms ease, -webkit-box-flex 650ms ease, -webkit-flex-grow 650ms ease;
  transition: flex-grow 650ms ease;
  transition: flex-grow 650ms ease, -webkit-box-flex 650ms ease, -webkit-flex-grow 650ms ease, -ms-flex-positive 650ms ease;
}

.image-4 {
  width: 8em;
  opacity: 0.5;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-2 {
  position: relative;
  overflow: hidden;
  height: 125px;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 50%;
  overflow: hidden;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 50%;
  overflow: hidden;
  margin-bottom: 5px;
}

.html-embed {
  background-color: #000;
}

.text-span {
  color: #f7931d;
}

.text-span-2 {
  color: #f7931d;
}

.paragraph-2 {
  color: #f7931d;
}

.paragraph-3 {
  color: #f7931d;
}

.paragraph-4 {
  color: #f7931d;
}

.bold-text {
  color: #f7931d;
}

.bold-text-2 {
  color: #f7931d;
}

.text-span-3 {
  color: #f7931d;
}

.bold-text-3 {
  color: #f7931d;
}

.paragraph-5 {
  color: #f7931d;
}

.bold-text-4 {
  color: #f7931d;
}

.link-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.flags {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  overflow: hidden;
  margin-top: 60px;
  float: left;
  clear: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.ok {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.lng {
  display: block;
  overflow: visible;
  width: 25px;
  opacity: 0.7;
}

.lng:hover {
  opacity: 1;
}

.image-5 {
  max-width: 30%;
}

.lng-trigger {
  position: relative;
  z-index: 10;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  background-image: url('../images/LNG.png');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.div-block-5 {
  position: relative;
  width: 30px;
}

.lng-wrapper {
  position: absolute;
  display: none;
  overflow: visible;
  width: 40px;
  margin-top: 35px;
  margin-left: 10px;
}

.link-block-2 {
  position: relative;
  display: block;
  overflow: visible;
}

.lng-select {
  position: absolute;
  z-index: 11;
  overflow: hidden;
  width: 30px;
  height: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 2px;
  cursor: pointer;
}

.pl {
  position: relative;
  z-index: 999999999999;
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.pl.w--current {
  cursor: pointer;
}

.image-6 {
  position: absolute;
  z-index: 99999999999915;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-left: 0px;
  cursor: pointer;
}

.lng-select-2 {
  position: absolute;
  z-index: 11;
  overflow: hidden;
  margin-top: 30px;
  margin-right: auto;
  margin-left: 2px;
}

.de {
  position: relative;
  z-index: 999999999999;
  width: 25px;
  height: 25px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.nl {
  position: relative;
  z-index: 999999999999;
  width: 25px;
  height: 25px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.fr {
  position: relative;
  z-index: 999999999999;
  width: 25px;
  height: 25px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
}

.en {
  position: relative;
  z-index: 999999999999;
  width: 25px;
  height: 25px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.lngs {
  position: absolute;
  z-index: 11;
  overflow: hidden;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 2px;
  cursor: pointer;
}

.text-block {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-block-2 {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-block-3 {
  color: hsla(0, 0%, 100%, 0.5);
}

.heading-8 {
  margin-top: -2px;
  font-family: Cinzel, sans-serif;
  color: #c5933c;
  text-align: center;
}

.bold-text-5 {
  font-family: Cinzel, sans-serif;
  color: #c5933c;
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 500;
}

.text-block-4 {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #c5933c;
}

.text-block-5 {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #acacad;
}

.text-block-6 {
  color: #c5933c;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 10%;
  -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;
}

.new-t {
  font-family: Cinzel, sans-serif;
  color: #acacad;
  font-style: normal;
  text-align: center;
}

.bold-text-6 {
  font-family: Cinzel, sans-serif;
  color: #c5933c;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.heading-42 {
  font-family: Cinzel, sans-serif;
  color: #c5933c;
  font-size: 18px;
  font-weight: 500;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grey-box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #666674;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000), to(#002a0b));
  background-image: linear-gradient(180deg, #000 50%, #002a0b);
  text-align: center;
}

.about-photo3 {
  height: 50em;
  background-image: url('../images/003.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.wow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -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;
  background-image: url('../images/004.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.bold-text-7 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container-3 {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #000;
}

.div-block-6 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: auto;
  padding-top: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.orewood {
  position: relative;
  z-index: 6;
  display: block;
  max-width: 70%;
  margin-top: 25%;
}

.div-block-7 {
  height: 50vh;
  box-shadow: inset 0 1px 3px 0 #000;
}

.heroshadow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  box-shadow: inset 0 170px 100px -20px #000;
  -o-object-fit: contain;
  object-fit: contain;
}

.this {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  padding-top: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transform: perspective(500px);
  transform: perspective(500px);
}

.title {
  margin-top: 3%;
  margin-right: 3%;
  margin-bottom: 3%;
  font-family: Cinzel, sans-serif;
  color: #c5933c;
  font-size: 3.2em;
  font-weight: 500;
  text-align: right;
  text-shadow: 0 -6px 10px #000, 0 6px 10px #000, -1px 1px 6px #000, 4px 4px 6px #000, -2px 6px 6px #000;
}

.title.top {
  margin-right: 6%;
}

.this2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.herolights {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/001AI3.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -o-object-fit: contain;
  object-fit: contain;
}

.herolights2 {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/001AI2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-43 {
  line-height: 16px;
  font-weight: 400;
}

.curtain {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #000;
}

.curtain.flip {
  background-color: #000;
}

.div-block-8 {
  margin-top: auto;
  margin-bottom: auto;
  -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;
  text-align: center;
}

.heading-44 {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Cinzel, sans-serif;
  line-height: 1.2;
  letter-spacing: 0px;
}

.heading-45 {
  position: absolute;
  left: 1em;
  top: 70%;
  right: 1em;
  bottom: auto;
  margin-top: 0px;
  font-family: Cinzel, sans-serif;
  line-height: 1.5;
}

.heading-46 {
  font-family: 'Cormorant Garamond', sans-serif;
}

.heading-47 {
  font-family: 'Cormorant Garamond', sans-serif;
}

.row2 {
  margin-top: 2em;
}

.stats {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  color: #acacad;
  font-size: 1em;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.stats.bing {
  margin-top: 15px;
}

.image-7 {
  display: none;
  height: 100%;
}

.paragraph-6 {
  font-family: Cinzel, sans-serif;
}

.portfolio2 {
  display: block;
  overflow: hidden;
}

.heading-49 {
  font-size: 1em;
}

.heading-50 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  font-size: 2em;
}

.heading-51 {
  margin-top: 0px;
}

.heading-52 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-53 {
  text-align: center;
}

.services-photo-mob {
  display: none;
  overflow: hidden;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/005.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.about-photo-mob {
  display: none;
  height: 50em;
  background-image: url('../images/002.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.offset {
  position: absolute;
  height: 100px;
  margin-top: 120px;
}

.link-block-3 {
  max-width: 3em;
}

.link-block-3.w--current {
  max-width: 2em;
}

.fs-cc-banner2_component {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 4em;
  z-index: 999;
  display: block;
  width: 30em;
  padding: 1rem;
  background-color: #000;
  color: #acacad;
}

.fs-cc-banner2_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-cc-banner2_text {
  font-family: Cinzel, sans-serif;
  color: #acacad;
  font-size: 0.7em;
  line-height: 1.2;
}

.fs-cc-banner2_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-banner2_button {
  min-width: 7.5rem;
  margin-right: 0rem;
  margin-left: 0rem;
  padding: 0.5rem 1.25rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #acacad;
  background-color: #000;
  font-family: Cinzel, sans-serif;
  color: #c5933c;
  font-size: 0.7em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  margin-right: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #5b5b5c;
  background-color: #000;
  font-family: Cinzel, sans-serif;
  color: #acacad;
  font-size: 0.7em;
}

.html-embed-2 {
  text-align: justify;
}

.soc {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15em;
  margin-top: 3em;
  margin-bottom: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-8 {
  display: block;
}

.social {
  display: inline-block;
  width: 1.7em;
}

.div-block-9 {
  position: absolute;
  left: 200px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 70%;
  height: 20%;
  background-color: #000;
}

.soc2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
}

.soc2.foot {
  position: static;
}

.link-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.div-block-10 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 50%;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 10em;
}

.goro {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Cinzel, sans-serif;
  color: #acacad;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}

.c456 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  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;
}

html.w-mod-js *[data-ix="title-slide-in-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="title-slide-in-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="services-slide-up-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="services-slide-up-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="services-slide-up-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="preloader-fade-out"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="page-load-fade-in"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 5px;
    font-size: 48px;
    line-height: 46px;
  }

  h4 {
    margin-top: 5px;
  }

  h5 {
    margin-bottom: 15px;
    font-size: 15px;
  }

  p {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 1em;
  }

  .slide-container {
    width: 85%;
    margin-top: 250px;
  }

  .navbar {
    position: absolute;
    top: 0px;
  }

  .nav-container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    -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;
    background-color: transparent;
    font-size: 1em;
    text-align: center;
  }

  .menu-button {
    position: absolute;
    top: 0px;
    right: 19px;
    z-index: 0;
    margin-top: 30px;
    padding-top: 10px;
  }

  .menu-button:active {
    background-color: transparent;
  }

  .nav-icon {
    color: #f7941d;
    font-size: 30px;
  }

  .nav-link {
    padding-right: 1em;
    padding-left: 1em;
    font-size: 1em;
    line-height: 1.2;
    text-align: center;
  }

  .nav-link.w--current {
    color: #333;
    text-align: center;
  }

  .left-column.l {
    height: 60em;
  }

  .right-column {
    height: auto;
  }

  .right-column.r {
    height: 60em;
  }

  .grey-box {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .row.r {
    height: 60em;
  }

  .about-photo-2 {
    height: 400px;
    background-position: 100% 50%;
    background-size: contain;
  }

  .numbers {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .label {
    font-family: Cinzel, sans-serif;
  }

  .services-photo {
    background-size: cover;
  }

  .services-1 {
    padding-top: 0px;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 1em;
  }

  .services-2 {
    height: auto;
    padding-top: 0px;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 1em;
  }

  .services-3 {
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1em;
  }

  .break---quotes {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .quote-text {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -1px;
  }

  .preloader {
    z-index: 2000;
    padding-top: 200px;
  }

  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .brand-image {
    width: 40px;
    margin-left: 5px;
    padding-top: 30px;
  }

  .colour {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
  }

  .heading-3 {
    margin-bottom: 0px;
    line-height: 2;
  }

  .dad {
    margin-top: 30%;
    margin-right: auto;
  }

  .button2 {
    margin-top: 15px;
  }

  .image {
    display: block;
  }

  .paragraph-3 {
    font-size: 1em;
  }

  .title {
    font-size: 3em;
    line-height: 1.2;
  }

  .stats {
    font-size: 1em;
  }

  .services-photo-mob {
    background-size: cover;
  }

  .div-block-9 {
    left: 120px;
    width: 80%;
  }

  .soc2 {
    height: 6em;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 0px;
  }

  .slide-container {
    margin-top: 100px;
  }

  .navbar {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50vw;
    height: 50vh;
    margin-top: 1em;
    margin-right: 1em;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: none;
    object-fit: none;
  }

  .nav-container {
    position: absolute;
    display: block;
    height: 50vh;
    margin-top: 1em;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .brand {
    padding-left: 5px;
  }

  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 30;
    display: block;
    margin-top: 5em;
    text-align: right;
  }

  .menu-button {
    position: static;
    right: 21px;
    margin-top: 0px;
    padding: 0px;
  }

  .menu-button.w--open {
    right: 0px;
    margin-top: 0em;
    padding-right: 0px;
    background-color: transparent;
  }

  .nav-link {
    width: 100%;
    padding: 2em 0em 2em 0px;
    text-align: right;
  }

  .nav-link:hover {
    color: #ffa200;
  }

  .about {
    position: relative;
    padding-top: 0px;
  }

  .left-column {
    display: block;
  }

  .right-column {
    padding-left: 0px;
  }

  .right-column.r {
    margin-top: 0px;
  }

  .about-photo {
    display: block;
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: scroll;
  }

  .about-photo-2 {
    height: 250px;
    margin-top: 0px;
  }

  .portfolio {
    float: left;
  }

  .numbers {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-content {
    padding: 20px;
    text-align: center;
  }

  .services-1 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .services-1.roll {
    height: 30em;
  }

  .services-2 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .services-3 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .column {
    margin-top: 20px;
    padding: 0px;
  }

  .preloader {
    padding-top: 100px;
  }

  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .brand-image {
    margin-left: 0px;
  }

  .portfolio-hover-colour {
    display: block;
  }

  .colour {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
  }

  .white {
    font-size: 0.8em;
  }

  .dad {
    width: 30vh;
    margin-top: 10%;
  }

  .image {
    display: none;
  }

  .bold-text-5 {
    font-size: 1em;
  }

  .about-photo3 {
    background-size: cover;
  }

  .orewood {
    max-width: 50%;
    margin-top: 15%;
  }

  .this {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 50%;
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .title {
    margin-right: 0%;
    text-align: center;
  }

  .this2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
  }

  .heading-44 {
    font-size: 0.8em;
  }

  .row2 {
    margin-bottom: 0px;
  }

  .portfolio2 {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }

  .column-4 {
    position: static;
    display: block;
  }

  .about-photo-mob {
    display: none;
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: scroll;
  }

  .link-block-3.w--current {
    display: none;
  }

  .fs-cc-banner2_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-9 {
    left: 200px;
    width: 60%;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }

  h2 {
    font-size: 28px;
    line-height: 27px;
  }

  h4 {
    font-size: 14px;
    line-height: 15px;
  }

  h5 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }

  .slide-container {
    margin-top: 130px;
  }

  .brand {
    padding-left: 0px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button:active {
    background-color: transparent;
  }

  .nav-icon {
    color: #f7941d;
  }

  .nav-link {
    padding-left: 0px;
  }

  .about {
    padding-top: 0px;
  }

  .left-column {
    display: block;
  }

  .left-column.l {
    display: none;
  }

  .left-column.mob {
    display: none;
  }

  .row {
    display: block;
  }

  .row.r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .row.tings {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-photo-2 {
    height: 0px;
  }

  .numbers {
    padding-bottom: 10px;
  }

  .contact {
    margin-top: 30px;
    padding-top: 30px;
  }

  .footer-content {
    text-align: center;
  }

  .services-photo {
    display: none;
  }

  .services-1 {
    margin-top: 0px;
  }

  .services-2 {
    margin-top: 0px;
  }

  .services-3 {
    margin-top: 0px;
  }

  .break---quotes {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-slider {
    height: 130px;
  }

  .quote-text {
    font-size: 14px;
    line-height: 24px;
  }

  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .brand-image {
    margin-left: 5px;
  }

  .portfolio-column.txt {
    -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;
  }

  .colour {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
  }

  .white {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .body {
    overflow: visible;
  }

  .hero {
    overflow: hidden;
    background-position: 60% 100%;
  }

  .entwood {
    width: 80%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .dad {
    width: 200px;
    height: 200px;
    margin-top: 50%;
    margin-right: auto;
  }

  .shadow {
    width: 70%;
  }

  .shadoow {
    width: 80%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .quote {
    font-size: 14px;
  }

  .heading-5 {
    color: #fff;
  }

  .div-block-4 {
    padding-top: 20px;
  }

  .heading-8 {
    text-align: center;
  }

  .bold-text-5 {
    font-size: 15px;
  }

  .new-t {
    margin-bottom: 30px;
  }

  .bold-text-6 {
    line-height: 26px;
  }

  .about-photo3 {
    background-position: 50% 50%;
    background-attachment: scroll;
  }

  .orewood {
    margin-top: 20%;
    margin-right: auto;
    margin-left: auto;
  }

  .heroshadow {
    overflow: hidden;
    background-position: 60% 100%;
  }

  .this {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 40vh;
    padding-right: 5em;
    padding-left: 5em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .title {
    font-size: 20px;
  }

  .this2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-top: 10vh;
  }

  .herolights {
    overflow: hidden;
    background-position: 60% 100%;
  }

  .herolights2 {
    overflow: hidden;
    background-position: 60% 100%;
  }

  .row2 {
    margin-bottom: 0px;
  }

  .services-photo-mob {
    display: block;
    height: 50vh;
  }

  .about-photo-mob {
    display: block;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .div-block-9 {
    left: 0%;
    width: 100%;
    height: 15%;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

