@charset "UTF-8";
/*!
Theme Name: Blue Forest
Theme URI:
Author: Go Up
Author URI: https://www.goup.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blueforest
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Blue Forest is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img,
svg {
  border-style: none;
  max-width: 100%;
  height: auto; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html,
body {
  margin: 0;
  background-color: #fff;
  padding: 0;
  font-family: proxima-nova, sans-serif;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    html,
    body {
      font-size: 15px;
      line-height: 26px; } }

* {
  margin: 0;
  padding: 0; }

.wrapper {
  max-width: 1100px;
  margin: 0 auto; }

.wrapper_withpadding {
  padding-left: 30px;
  padding-right: 30px; }

button:focus, input:focus, a:focus {
  outline: 0; }

.part-italic {
  font-style: italic; }
  .part-italic span {
    font-style: normal; }

header {
  height: 160px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99; }
  header:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }
  header .left-navigation {
    float: left;
    width: 37.25%; }
    @media screen and (max-width: 1200px) {
      header .left-navigation {
        display: none; } }
  header .site-logo {
    width: 25.5%;
    float: left;
    padding: 45px 0 0;
    justify-content: center;
    text-align: center; }
    header .site-logo svg {
      max-width: 200px; }
      @media screen and (max-width: 680px) {
        header .site-logo svg {
          width: 140px; } }
      header .site-logo svg .st0 {
        fill: #ffffff; }
    @media screen and (max-width: 1200px) {
      header .site-logo {
        width: 200px; } }
    @media screen and (max-width: 1200px) {
      header .site-logo {
        width: 200px; } }
    @media screen and (max-width: 680px) {
      header .site-logo {
        width: 200px; } }
  header .menu {
    margin-top: 77px;
    padding: 0; }
    header .menu li {
      display: inline-block;
      margin-right: 30px;
      text-align: left; }
      header .menu li a {
        color: #FFFFFF;
        font-family: brandon-grotesque, sans-serif;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.65px;
        text-transform: uppercase; }
        header .menu li a:hover {
          color: #C59948; }
      header .menu li.current_page_item a {
        color: #C59948; }
  header .right-navigation {
    float: right;
    width: 37.25%; }
    @media screen and (max-width: 1200px) {
      header .right-navigation {
        display: none; } }
    header .right-navigation .menu {
      text-align: right; }
      header .right-navigation .menu li {
        text-align: right;
        margin-left: 35px;
        margin-right: 0; }
  header.darkheader .site-logo svg .st0 {
    fill: #071535; }
  header.darkheader .nav-icon-5 span {
    background-color: #071535; }
  header.darkheader .nav-icon-5.open span {
    background-color: #fff; }
  header.darkheader .mobile-navigation li a {
    color: #ffffff !important; }
  header.darkheader .mobile-navigation li.current-menu-item a {
    color: #c59948 !important; }
  header.darkheader .menu li a {
    color: #605C5A; }
    header.darkheader .menu li a:hover {
      color: #C59948; }
  header.darkheader .menu li.current-menu-item a {
    color: #C59948; }
  header.darkheader .menu li.menu-item-has-children a:after {
    color: #605C5A; }
  header.bluebg {
    background-color: #071535;
    position: relative; }

.topheader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  position: relative; 

  text-wrap: balance;
}
  @media screen and (max-width: 768px) {
    .topheader {
      height: 90dvh; } }
  @media screen and (max-width: 680px) {
    .topheader {
      height: 90dvh; } }
  .topheader .parallax_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .topheader .parallax_image img {
      display: inline-block;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .topheader .topheadercontent {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#33000000', GradientType=0);
    width: 100%;
    height: 100%;
    position: relative; }
    .topheader .topheadercontent:after {
      background-image: url(../svg/curve-bottom2ff7.svg);
      background-repeat: no-repeat;
      background-position: center bottom;
      width: 100%;
      content: "";
      display: block;
      position: absolute;
      height: 22px;
      bottom: -1px;
      left: 0;
      z-index: 10; }
    .topheader .topheadercontent span {
      font-family: brandon-grotesque, sans-serif;
      color: #FFFFFF;
      font-size: 12px;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      font-weight: 700;
      opacity: 1;
      -webkit-transition: all 0.8s ease;
      transition: all 0.8s ease; }
      @media screen and (max-width: 460px) {
        .topheader .topheadercontent span {
          padding-top: 120px; } }
    .topheader .topheadercontent h1 {
      font-family: baskerville-display-pt, serif;
      color: #FFFFFF;
      font-size: 60px;
      line-height: 68px;
      opacity: 1;
      font-weight: 400;
      display: block;
      max-width: 760px;
      margin: 30px auto;
      -webkit-transition: all 0.9s ease;
      transition: all 0.9s ease; }
      @media screen and (max-width: 768px) {
        .topheader .topheadercontent h1 {
          font-size: 50px;
          line-height: 58px;
          max-width: calc(100% - 100px); } }
      @media screen and (max-width: 680px) {
        .topheader .topheadercontent h1 {
          font-size: 36px;
          line-height: 50px; } }
      @media screen and (max-width: 460px) {
        .topheader .topheadercontent h1 {
          font-size: 26px;
          line-height: 38px;
          max-width: calc(100% - 40px); } }
    .topheader .topheadercontent .headerplaybtn {
      width: 50px;
      height: 50px;
      margin: 30px auto;
      opacity: 1;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
      .topheader .topheadercontent .headerplaybtn .cls-1 {
        fill: #fff;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .topheader .topheadercontent .headerplaybtn .cls-2 {
        fill: none;
        stroke: #fff;
        stroke-miterlimit: 10;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .topheader .topheadercontent .headerplaybtn:hover .cls-1 {
        fill: #C59948; }
      .topheader .topheadercontent .headerplaybtn:hover .cls-2 {
        stroke: #C59948; }
    .topheader .topheadercontent span.scrolled,
    .topheader .topheadercontent h1.scrolled,
    .topheader .topheadercontent .headerplaybtn.scrolled {
      opacity: 0; }
  .topheader a.explore-anchor {
    font-family: brandon-grotesque, sans-serif;
    font-size: 13px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    display: block;
    z-index: +1;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    opacity: 0;
    bottom: 60px;
    padding-bottom: 0 !important;
    height: 10px; }
    @media screen and (max-width: 768px) {
      .topheader a.explore-anchor {
        height: 10px; } }
  .topheader .explore_anchor_text {
    font-family: brandon-grotesque, sans-serif;
    font-size: 13px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    display: block;
    z-index: +1; }

.thwvideo video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  background-size: cover;
  background-position: center center; }

.explore-anchor-after {
  display: inline-block;
  border-left: 1px solid #f1edec;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 33px;
  position: absolute;
  transition: none;
  display: none; }

@media screen and (max-width: 1200px) {
  .header-wrapper {
    display: flex;
    justify-content: center;
    position: relative; }
    .header-wrapper .site-logo {
      float: none; } }

.parallax-mirror {
  z-index: 0 !important; }

.grecaptcha-badge {
  display: none !important; }

footer {
  background-color: #071535;
  padding: 90px 0; }
  footer .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    footer .wrapper .footer-col {
      width: 25%;
      position: relative; }
      @media screen and (max-width: 840px) {
        footer .wrapper .footer-col {
          width: 100%;
          margin-bottom: 60px;
          text-align: center; }
          footer .wrapper .footer-col:nth-last-child(1) {
            margin-bottom: 0px; } }
      @media screen and (max-width: 460px) {
        footer .wrapper .footer-col {
          width: 100%;
          margin-bottom: 40px;
          text-align: center; } }
      footer .wrapper .footer-col .h4 {
        display: block;
        font-family: baskerville-display-pt, serif;
        color: #C59948;
        font-size: 21px;
        font-weight: 400;
        margin-bottom: 40px; }
      footer .wrapper .footer-col p {
        font-family: baskerville-display-pt, serif;
        font-size: 18px;
        line-height: 32px;
        color: #fff; }
      footer .wrapper .footer-col a {
        font-family: baskerville-display-pt, serif;
        font-size: 18px;
        line-height: 32px;
        color: #fff;
        text-decoration: underline;
        display: block; }
        footer .wrapper .footer-col a:hover {
          color: #C59948; }
        footer .wrapper .footer-col a.footer-download {
          position: absolute;
          left: 0;
          bottom: 0; }
          @media screen and (max-width: 840px) {
            footer .wrapper .footer-col a.footer-download {
              position: relative; } }
      footer .wrapper .footer-col ul.social {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        @media screen and (max-width: 1025px) {
          footer .wrapper .footer-col ul.social {
            flex-wrap: wrap; } }
        @media screen and (max-width: 840px) {
          footer .wrapper .footer-col ul.social {
            max-width: 400px;
            margin-left: auto;
            margin-right: auto;
            justify-content: center; } }
        footer .wrapper .footer-col ul.social li {
          display: inline-block;
          margin-right: 20px; }
          @media screen and (max-width: 1025px) {
            footer .wrapper .footer-col ul.social li {
              margin-bottom: 20px; } }
          @media screen and (max-width: 460px) {
            footer .wrapper .footer-col ul.social li {
              margin-right: 10px; } }
          footer .wrapper .footer-col ul.social li:nth-last-child(1) {
            margin-right: 0; }
          footer .wrapper .footer-col ul.social li a {
            display: block;
            max-width: 100%;
            width: 48px;
            height: 48px;
            border: 1px solid #A5A5A5;
            font-size: 0;
            border-radius: 50%;
            background-size: 21px 21px;
            background-repeat: no-repeat;
            background-position: center; }
            footer .wrapper .footer-col ul.social li a:hover {
              background-color: #C59948 !important; }
    footer .wrapper .footer-copy {
      width: 50%;
      margin-top: 40px;
      padding-top: 70px; }
      @media screen and (max-width: 840px) {
        footer .wrapper .footer-copy {
          width: 100%;
          text-align: center;
          padding: 0; } }
      footer .wrapper .footer-copy p {
        font-family: baskerville-display-pt, serif;
        font-size: 15px;
        line-height: 21px;
        color: #A5A5A5;
        opacity: 0.85; }
    footer .wrapper .footer-tree {
      text-align: right;
      width: 50%;
      margin-top: 40px; }
      @media screen and (max-width: 840px) {
        footer .wrapper .footer-tree {
          width: 100%;
          text-align: center;
          margin-top: 20px; }
          footer .wrapper .footer-tree img {
            max-width: 120px; } }

.cookieConsent {
  width: 100%;
  background-color: rgba(7, 21, 53, 0.7);
  color: #ffffff;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: 1s all;
  transform: translateY(120px); }
  .cookieConsent.show {
    min-height: 80px;
    transform: translateY(0px);
    bottom: 0; }
  .cookieConsent.hide {
    transform: translateY(120px);
    visibility: hidden; }
  .cookieConsent a {
    color: #ffffff;
    text-decoration: underline; }
  .cookieConsent .accept {
    float: right;
    margin-right: 40px;
    display: inline-block;
    cursor: pointer;
    padding: 10px 40px;
    border: 0;
    position: absolute;
    top: 22px;
    right: 40px;
    background: #c59948;
    border-radius: 50px;
    border: 1px solid #c59948;
    transition: 0.5s all;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    font-size: 13px; }
    .cookieConsent .accept:hover {
      background: transparent;
      box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.8); }
  .cookieConsent .dismiss {
    position: absolute;
    right: 20px;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer; }
    .cookieConsent .dismiss:before, .cookieConsent .dismiss:after {
      position: absolute;
      left: 15px;
      content: " ";
      height: 33px;
      width: 1px;
      background-color: #c59948; }
    .cookieConsent .dismiss:hover:before, .cookieConsent .dismiss:hover:after {
      background-color: #fff; }
    .cookieConsent .dismiss:before {
      transform: rotate(45deg); }
    .cookieConsent .dismiss:after {
      transform: rotate(-45deg); }
  .cookieConsent p {
    margin-bottom: 0;
    max-width: 75%;
    padding-right: 120px;
    padding-left: 60px; }
  @media screen and (max-width: 768px) {
    .cookieConsent p {
      padding: 20px 20px 80px; } }
  @media screen and (max-width: 680px) {
    .cookieConsent p {
      padding: 20px 20px 80px;
      max-width: 80%; }
    .cookieConsent .accept {
      right: 20px;
      margin-right: 0;
      bottom: 10px;
      top: auto; }
    .cookieConsent .dismiss {
      right: 20px;
      top: 50px; } }

.fixedBottom {
  position: fixed;
  bottom: -100px;
  left: 0;
  z-index: 1000; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; }

.thwimage {
  background-size: cover; }

.admin-bar header {
  top: 32px; }
  .admin-bar header.bluebg {
    top: 0; }

.admin-bar .topheader {
  top: 32px;
  height: calc(100vh - 32px); }

.featurein {
  width: 100%;
  padding: 30px 0;
  margin-top: 60px; }
  @media screen and (max-width: 1025px) {
    .featurein {
      margin-top: 30px; } }
  .featurein span {
    font-family: brandon-grotesque, sans-serif;
    display: block;
    text-align: center;
    color: #A6A6A6;
    font-size: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase; }
  .featurein ul {
    text-align: center;
    padding: 0;
    margin-top: 30px;
    display: block; }
    .featurein ul li {
      display: inline-block;
      text-align: center;
      padding: 0 25px; }
      .featurein ul li img {
        max-width: 140px;
        width: 100%;
        margin: 10px 0; }

.topblurb {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  padding: 60px 0 90px;
  text-align: center;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .topblurb {
      max-width: 100%;
      padding-top: 50px;
      padding-bottom: 60px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 460px) {
    .topblurb {
      max-width: 100%;
      padding-top: 30px;
      padding-bottom: 40px;
      padding-left: 40px;
      padding-right: 40px; } }
  .topblurb h2 {
    font-family: baskerville-display-pt, serif;
    font-size: 36px;
    line-height: 46px;
    color: #071535;
    margin-bottom: 40px;
    font-weight: 400; }
  .topblurb p {
    font-family: baskerville-display-pt, serif;
    font-size: 30px;
    line-height: 42px;
    color: #071535;
    margin-bottom: 40px;
    font-weight: 400; }
    .topblurb p em {
      font-style: italic; }

.orange-button {
  display: inline-block;
  background-color: #C59948;
  border-radius: 25px;
  font-family: brandon-grotesque, sans-serif;
  color: #FFFFFF;
  border: 1px solid #C59948;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px 65px;
  cursor: pointer; }
  .orange-button:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #C59948; }

.our-services-grid {
  width: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 25%, #ffffff 25%, #eceeee 25%, #eceeee 100%);
  background: linear-gradient(#ffffff, rgba(236, 238, 238, 0.5)); }
  .our-services-grid .our-services-grid-wrapp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    max-width: 1600px;
    margin: 0 auto; }
    .our-services-grid .our-services-grid-wrapp .our-services-grid-item {
      width: calc(50% - 20px);
      margin: 20px 10px 0; }
      @media screen and (max-width: 680px) {
        .our-services-grid .our-services-grid-wrapp .our-services-grid-item {
          width: 100%;
          margin-right: 0;
          margin-left: 0; } }
      .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure {
        width: 100%;
        position: relative;
        margin: 0;
        font-size: 0;
        overflow: hidden;
        line-height: 0; }
        .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure img {
          width: 100%;
          max-width: auto;
          height: auto;
          -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease; }
        .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure .imggradient {
          background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
          background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#D9000000', GradientType=0);
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          font-size: 0;
          line-height: 0; }
        .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption {
          position: absolute;
          width: calc(100% - 80px);
          height: calc(100% - 80px);
          top: 40px;
          left: 40px;
          border-top: 1px solid #fff;
          border-left: 1px solid #fff;
          border-right: 1px solid #fff; }
          @media screen and (max-width: 1025px) {
            .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption {
              width: calc(100% - 60px);
              height: calc(100% - 60px);
              top: 30px;
              left: 30px; } }
          @media screen and (max-width: 680px) {
            .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption {
              width: calc(100% - 80px);
              height: calc(100% - 80px);
              top: 40px;
              left: 40px; } }
          @media screen and (max-width: 460px) {
            .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption {
              width: calc(100% - 60px);
              height: calc(100% - 60px);
              top: 30px;
              left: 30px; } }
          .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption:before {
            position: absolute;
            content: "";
            height: 1px;
            width: 25%;
            background-color: #fff;
            left: 0px;
            bottom: 0px; }
            @media screen and (max-width: 1025px) {
              .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption:before {
                width: 15%; } }
            @media screen and (max-width: 680px) {
              .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption:before {
                width: 25%; } }
            @media screen and (max-width: 460px) {
              .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption:before {
                width: 15%; } }
          .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption:after {
            position: absolute;
            content: "";
            height: 1px;
            width: 25%;
            background-color: #fff;
            right: 0px;
            bottom: 0px; }
            @media screen and (max-width: 1025px) {
              .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption:after {
                width: 15%; } }
            @media screen and (max-width: 680px) {
              .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption:after {
                width: 25%; } }
            @media screen and (max-width: 460px) {
              .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption:after {
                width: 15%; } }
          .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption span.part-italic-title {
            display: block;
            text-align: center;
            position: absolute;
            left: 0;
            bottom: -24px;
            width: 100%;
            font-family: baskerville-display-pt, serif;
            font-style: italic;
            font-size: 30px;
            line-height: 48px;
            color: #FFFFFF; }
            @media screen and (max-width: 1200px) {
              .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption span.part-italic-title {
                font-size: 28px; } }
            @media screen and (max-width: 768px) {
              .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption span.part-italic-title {
                font-size: 22px; } }
            .our-services-grid .our-services-grid-wrapp .our-services-grid-item figure figcaption span.part-italic-title span.last {
              font-style: normal; }
      .our-services-grid .our-services-grid-wrapp .our-services-grid-item a:hover img {
        transform: scale(1.05); }

.our-services-grid-with-title {
  background: none;
  margin-bottom: 20px; }
  @media screen and (max-width: 460px) {
    .our-services-grid-with-title {
      margin-top: 40px; } }

.top-border-for-title {
  padding: 80px 0 60px;
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .top-border-for-title {
      padding: 60px 0 40px;
      max-width: 100%;
      width: calc(100% - 40px);
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 460px) {
    .top-border-for-title {
      padding: 10px 0 40px; } }

.line-link {
  display: inline-block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 13px;
  color: #C59948;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  padding-left: 45px;
  line-height: 19px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .line-link:before {
    position: absolute;
    width: 30px;
    height: 1px;
    top: 9px;
    left: 0;
    background-color: #C59948;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .line-link:hover {
    padding-left: 0px; }
    .line-link:hover:before {
      width: 0px; }

.textbox-w-lefttitle {
  width: 100%;
  padding: 90px 0 80px;
  background-size: 90% 100%;
  background-position: top center; }
  @media screen and (max-width: 1200px) {
    .textbox-w-lefttitle {
      width: calc(100% - 60px);
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 768px) {
    .textbox-w-lefttitle {
      padding-top: 60px;
      padding-bottom: 60px; }
      .textbox-w-lefttitle#the-brief {
        padding-bottom: 20px; } }
  .textbox-w-lefttitle.leaves-bg {
    background-size: cover !important;
    background-repeat: no-repeat; }
  .textbox-w-lefttitle .twl-inner .h4 {
    display: block;
    font-family: brandon-grotesque, sans-serif;
    font-size: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #A6A6A6;
    margin-bottom: 25px; }
  .textbox-w-lefttitle .twl-inner:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }
  .textbox-w-lefttitle .twl-inner .left-content {
    float: left;
    width: 32.5%; }
    @media screen and (max-width: 768px) {
      .textbox-w-lefttitle .twl-inner .left-content {
        width: 100%; } }
    .textbox-w-lefttitle .twl-inner .left-content h2 {
      font-family: baskerville-display-pt, serif;
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 50px;
      color: #071535;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        .textbox-w-lefttitle .twl-inner .left-content h2 {
          font-size: 34px;
          line-height: 38px; } }
      @media screen and (max-width: 460px) {
        .textbox-w-lefttitle .twl-inner .left-content h2 {
          margin-bottom: 30px; } }
    .textbox-w-lefttitle .twl-inner .left-content .brief-lists,
    .textbox-w-lefttitle .twl-inner .left-content .awards-list {
      border-top: 1px solid #f1edec;
      margin: 20px 0;
      padding-top: 30px; }
      .textbox-w-lefttitle .twl-inner .left-content .brief-lists h4,
      .textbox-w-lefttitle .twl-inner .left-content .awards-list h4 {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        color: #A5A5A5; }
      .textbox-w-lefttitle .twl-inner .left-content .brief-lists ul,
      .textbox-w-lefttitle .twl-inner .left-content .awards-list ul {
        margin: 30px 0 10px;
        display: block;
        padding: 0; }
        .textbox-w-lefttitle .twl-inner .left-content .brief-lists ul li,
        .textbox-w-lefttitle .twl-inner .left-content .awards-list ul li {
          background-position: left center !important;
          background-size: 30px 30px;
          background-repeat: no-repeat;
          line-height: 30px;
          font-family: proxima-nova, sans-serif;
          color: #A5A5A5;
          display: block;
          margin-bottom: 22px;
          padding-left: 40px;
          background-size: 30px auto;
          min-height: 30px; }
          @media screen and (max-width: 768px) {
            .textbox-w-lefttitle .twl-inner .left-content .brief-lists ul li,
            .textbox-w-lefttitle .twl-inner .left-content .awards-list ul li {
              font-size: 15px; } }
    .textbox-w-lefttitle .twl-inner .left-content .awards-list ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .textbox-w-lefttitle .twl-inner .left-content .awards-list ul li {
        width: calc(50% - 50px);
        margin-right: 20px; }
        @media screen and (max-width: 768px) {
          .textbox-w-lefttitle .twl-inner .left-content .awards-list ul li {
            font-size: 15px;
            line-height: 26px; } }
        .textbox-w-lefttitle .twl-inner .left-content .awards-list ul li:nth-child(2n) {
          margin-right: 0px; }
  .textbox-w-lefttitle .twl-inner .right-content {
    float: right;
    width: 60%; }
    @media screen and (max-width: 768px) {
      .textbox-w-lefttitle .twl-inner .right-content {
        width: 100%; } }
    .textbox-w-lefttitle .twl-inner .right-content p {
      font-family: proxima-nova, sans-serif;
      font-size: 16px;
      color: #605C5A;
      line-height: 30px;
      font-weight: 300;
      margin-bottom: 30px; }
      .textbox-w-lefttitle .twl-inner .right-content p:nth-last-child(1) {
        margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .textbox-w-lefttitle .twl-inner .right-content p {
          font-size: 15px;
          line-height: 26px; } }
    .textbox-w-lefttitle .twl-inner .right-content .line-link {
      margin-top: 30px;
      margin-bottom: 20px; }
      @media screen and (max-width: 1200px) {
        .textbox-w-lefttitle .twl-inner .right-content .line-link {
          margin-top: 30px; } }
      @media screen and (max-width: 768px) {
        .textbox-w-lefttitle .twl-inner .right-content .line-link {
          margin-top: 10px; } }

.features_container {
  margin: 50px 0; }
  .features_container:nth-last-child(1) {
    margin-bottom: 0px; }
  .features_container .features-list {
    border-top: 1px solid #f1edec;
    margin: 20px 0;
    padding-top: 30px; }
    .features_container .features-list h4 {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      color: #A5A5A5; }
    .features_container .features-list ul {
      margin: 30px 0 10px;
      display: flex;
      padding: 0;
      width: 100%;
      flex-flow: row wrap;
      align-content: space-between;
      justify-content: flex-start; }
      @media screen and (max-width: 680px) {
        .features_container .features-list ul {
          flex-flow: column; } }
      .features_container .features-list ul li {
        line-height: 30px;
        font-family: proxima-nova, sans-serif;
        color: #A5A5A5;
        display: block;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 30px;
        margin-right: 60px; }
        .features_container .features-list ul li:nth-last-child(1) {
          margin-right: 0; }
        @media screen and (max-width: 768px) {
          .features_container .features-list ul li {
            font-size: 15px;
            line-height: 26px;
            width: calc(100% / 3);
            margin-right: 0; } }
        @media screen and (max-width: 680px) {
          .features_container .features-list ul li {
            width: 100%;
            margin-right: 0; } }
        .features_container .features-list ul li:nth-child(6n) {
          margin-right: 0; }
        .features_container .features-list ul li:nth-child(n + 7) {
          order: 1; }
        .features_container .features-list ul li img {
          display: inline-block;
          margin-right: 10px;
          max-width: 48px; }
  .features_container .awards-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .features_container .awards-list ul li {
      width: calc(50% - 50px);
      margin-right: 20px; }
      .features_container .awards-list ul li:nth-child(2n) {
        margin-right: 0px; }

/*--------------------------------------------------------------
# Slick base CSS
--------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.featuredslider-container {
  background: linear-gradient(to bottom, #eceeee 0%, #eceeee 50%, #eceeee 50%, #ffffff 50%, #ffffff 100%); }
  @media screen and (max-width: 460px) {
    .featuredslider-container {
      margin-bottom: 60px; } }
  .featuredslider-container.featured_blue_slider {
    background: linear-gradient(to bottom, #071535 0%, #071535 50%, #071535 50%, #ffffff 50%, #ffffff 100%); }
    @media screen and (max-width: 768px) {
      .featuredslider-container.featured_blue_slider .wrapper_withpadding .h4 {
        display: none; } }
  .featuredslider-container .featuredslider-wrapper {
    position: relative; }
    @media screen and (max-width: 1280px) {
      .featuredslider-container .featuredslider-wrapper {
        display: flex;
        flex-flow: column-reverse; }
        .featuredslider-container .featuredslider-wrapper .wrapper_withpadding {
          padding: 15px 20px 0 0;
          text-align: right; }
          .featuredslider-container .featuredslider-wrapper .wrapper_withpadding .featureds-link {
            margin-bottom: 0; } }
    @media screen and (max-width: 460px) {
      .featuredslider-container .featuredslider-wrapper .wrapper_withpadding {
        display: none; } }
    .featuredslider-container .featuredslider-wrapper .h4 {
      font-family: baskerville-display-pt, serif;
      font-size: 24px;
      line-height: 36px;
      color: #071535;
      transform: rotate(-90deg);
      transform-origin: right top;
      position: absolute;
      top: 0;
      right: -60px; }
      @media screen and (max-width: 1400px) {
        .featuredslider-container .featuredslider-wrapper .h4 {
          position: relative;
          transform: none;
          margin-bottom: 40px;
          width: 49%;
          right: 0;
          display: inline-block; } }
      @media screen and (max-width: 1025px) {
        .featuredslider-container .featuredslider-wrapper .h4 {
          display: none; } }
      @media screen and (max-width: 680px) {
        .featuredslider-container .featuredslider-wrapper .h4 {
          width: 100%;
          margin-bottom: 20px; } }
    .featuredslider-container .featuredslider-wrapper .featureds-link {
      transform: rotate(-90deg);
      transform-origin: right bottom;
      position: absolute;
      bottom: 550px;
      width: 50%;
      right: -90px; }
      @media screen and (max-width: 768px) {
        .featuredslider-container .featuredslider-wrapper .featureds-link {
          width: 100%; } }
      .featuredslider-container .featuredslider-wrapper .featureds-link .line-link:hover {
        padding-right: 45px; }
      @media screen and (max-width: 1280px) {
        .featuredslider-container .featuredslider-wrapper .featureds-link {
          position: relative;
          transform: none;
          margin-bottom: 40px;
          width: 50%;
          text-align: right;
          bottom: 0;
          right: 0;
          display: inline-block; }
          .featuredslider-container .featuredslider-wrapper .featureds-link .line-link:hover {
            padding-right: 85px; } }
      @media screen and (max-width: 680px) {
        .featuredslider-container .featuredslider-wrapper .featureds-link {
          width: 100%;
          text-align: left; } }
    .featuredslider-container .featuredslider-wrapper .featuredslider .slick-prev,
    .featuredslider-container .featuredslider-wrapper .featuredslider .slick-next {
      width: 45px;
      height: 45px;
      font-size: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 0;
      border-radius: 50%;
      position: absolute;
      top: calc(50% - 22px);
      z-index: 10;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .featuredslider-container .featuredslider-wrapper .featuredslider .slick-prev {
      background: #cccccc url(../svg/slider-prev5cc4.svg) center center no-repeat;
      left: -105px; }
      @media screen and (max-width: 1400px) {
        .featuredslider-container .featuredslider-wrapper .featuredslider .slick-prev {
          left: -80px; } }
      @media screen and (max-width: 1280px) {
        .featuredslider-container .featuredslider-wrapper .featuredslider .slick-prev {
          left: 40px;
          background: #cccccc96 url(../svg/slider-prev5cc4.svg) center center no-repeat; } }
      @media screen and (max-width: 460px) {
        .featuredslider-container .featuredslider-wrapper .featuredslider .slick-prev {
          left: 10px; } }
      .featuredslider-container .featuredslider-wrapper .featuredslider .slick-prev:hover {
        background: #c59948 url(../svg/slider-prev5cc4.svg) center center no-repeat; }
    .featuredslider-container .featuredslider-wrapper .featuredslider .slick-next {
      background: #cccccc url(../svg/slider-next48af.svg) center center no-repeat;
      right: -105px; }
      @media screen and (max-width: 1400px) {
        .featuredslider-container .featuredslider-wrapper .featuredslider .slick-next {
          right: -80px; } }
      @media screen and (max-width: 1280px) {
        .featuredslider-container .featuredslider-wrapper .featuredslider .slick-next {
          right: 40px;
          background: #cccccc96 url(../svg/slider-next48af.svg) center center no-repeat; } }
      @media screen and (max-width: 460px) {
        .featuredslider-container .featuredslider-wrapper .featuredslider .slick-next {
          right: 10px; } }
      .featuredslider-container .featuredslider-wrapper .featuredslider .slick-next:hover {
        background: #c59948 url(../svg/slider-next48af.svg) center center no-repeat; }
    .featuredslider-container .featuredslider-wrapper .featuredslider .slick-dots {
      position: absolute;
      transform: rotate(-90deg);
      transform-origin: left top;
      left: -100px;
      display: block;
      bottom: -18px; }
      @media screen and (max-width: 1280px) {
        .featuredslider-container .featuredslider-wrapper .featuredslider .slick-dots {
          left: 0px;
          bottom: -40px;
          transform: none; } }
      @media screen and (max-width: 1120px) {
        .featuredslider-container .featuredslider-wrapper .featuredslider .slick-dots {
          left: 30px;
          bottom: -40px;
          transform: none; } }
      @media screen and (max-width: 460px) {
        .featuredslider-container .featuredslider-wrapper .featuredslider .slick-dots {
          width: calc(100% - 60px);
          text-align: center; } }
      .featuredslider-container .featuredslider-wrapper .featuredslider .slick-dots li {
        display: inline-block;
        margin-right: 25px; }
        .featuredslider-container .featuredslider-wrapper .featuredslider .slick-dots li span {
          font-family: brandon-grotesque, sans-serif;
          font-size: 12px;
          color: #A6A6A6;
          cursor: pointer; }
        .featuredslider-container .featuredslider-wrapper .featuredslider .slick-dots li.slick-active span {
          color: #000000; }
    .featuredslider-container .featuredslider-wrapper .featuredslider a {
      overflow: hidden; }
      .featuredslider-container .featuredslider-wrapper .featuredslider a img {
        transform: scale(1);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .featuredslider-container .featuredslider-wrapper .featuredslider a span.featureslider_overlay {
        width: 100%;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: +1;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#CC000000', GradientType=0);
        opacity: 0.5; }
        @media screen and (max-width: 1025px) {
          .featuredslider-container .featuredslider-wrapper .featuredslider a span.featureslider_overlay {
            opacity: 1; } }
      .featuredslider-container .featuredslider-wrapper .featuredslider a .h5 {
        position: absolute;
        bottom: 50px;
        width: 100%;
        max-width: 1100px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        text-align: center;
        font-size: 36px;
        color: #FFFFFF;
        font-family: baskerville-display-pt, serif;
        z-index: +2;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        @media screen and (max-width: 1025px) {
          .featuredslider-container .featuredslider-wrapper .featuredslider a .h5 {
            bottom: 80px; } }
        @media screen and (max-width: 460px) {
          .featuredslider-container .featuredslider-wrapper .featuredslider a .h5 {
            bottom: 55px;
            font-size: 28px; } }
      .featuredslider-container .featuredslider-wrapper .featuredslider a span.linktext {
        position: absolute;
        bottom: 0px;
        width: 100%;
        max-width: 1100px;
        z-index: +2;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        text-align: center;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        text-transform: uppercase;
        font-size: 13px;
        color: #C59948;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 500;
        letter-spacing: 2.5px; }
        @media screen and (max-width: 1025px) {
          .featuredslider-container .featuredslider-wrapper .featuredslider a span.linktext {
            bottom: 40px;
            opacity: 1; } }
        @media screen and (max-width: 460px) {
          .featuredslider-container .featuredslider-wrapper .featuredslider a span.linktext {
            bottom: 20px;
            opacity: 1; } }
      .featuredslider-container .featuredslider-wrapper .featuredslider a:hover .h5 {
        bottom: 80px; }
      .featuredslider-container .featuredslider-wrapper .featuredslider a:hover span.linktext {
        bottom: 40px;
        opacity: 1; }
      .featuredslider-container .featuredslider-wrapper .featuredslider a:hover span.featureslider_overlay {
        opacity: 1; }
      .featuredslider-container .featuredslider-wrapper .featuredslider a:hover img {
        transform: scale(1.03); }

.our-process-box {
  padding: 125px 0;
  text-align: center; }
  @media screen and (max-width: 1025px) {
    .our-process-box {
      padding: 125px 40px; } }
  @media screen and (max-width: 768px) {
    .our-process-box {
      padding: 60px 10px; } }
  .our-process-box.leaves-bg2 {
    background-repeat: no-repeat !important; }
    @media screen and (max-width: 768px) {
      .our-process-box.leaves-bg2 {
        background-position: -40px center !important; } }
  .our-process-box .our-process-content {
    max-width: 720px;
    margin: 0 auto; }
    @media screen and (max-width: 680px) {
      .our-process-box .our-process-content {
        padding-left: 20px;
        padding-right: 20px; } }
    .our-process-box .our-process-content .h3 {
      font-family: baskerville-display-pt, serif;
      font-size: 48px;
      line-height: 48px;
      margin-bottom: 30px;
      font-style: italic;
      color: #071535; }
      @media screen and (max-width: 768px) {
        .our-process-box .our-process-content .h3 {
          font-size: 44px;
          line-height: 44px; } }
      .our-process-box .our-process-content .h3 span.last {
        font-style: normal; }
    .our-process-box .our-process-content p {
      font-size: 18px;
      line-height: 30px;
      color: #605C5A;
      font-family: proxima-nova, sans-serif;
      margin-bottom: 30px;
      font-weight: 300; }
      @media screen and (max-width: 768px) {
        .our-process-box .our-process-content p {
          font-size: 15px;
          line-height: 26px;
          padding: 0 80px; } }
      @media screen and (max-width: 460px) {
        .our-process-box .our-process-content p {
          padding: 0; } }
  .our-process-box .our-process-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 50px 0 80px; }
    @media screen and (max-width: 608px) {
      .our-process-box .our-process-list {
        display: block;
        margin: 50px 20px 80px; } }
    @media screen and (max-width: 460px) {
      .our-process-box .our-process-list {
        margin-bottom: 50px; } }
    .our-process-box .our-process-list .our-process-list-item {
      display: block;
      width: calc(20% - 28px);
      padding-right: 35px;
      text-align: center;
      background-image: url(../svg/process-arrowe9ee.svg);
      background-repeat: no-repeat;
      background-position: right 90%; }
      @media screen and (max-width: 608px) {
        .our-process-box .our-process-list .our-process-list-item {
          width: auto;
          min-width: 311px;
          max-width: 100%;
          margin-right: 0px;
          margin-left: 0px;
          padding-right: 0;
          background-position: 100% 50%; }
          .our-process-box .our-process-list .our-process-list-item img {
            display: inline-block;
            max-width: 120px !important; } }
    @media screen and (max-width: 608px) and (max-width: 608px) {
      .our-process-box .our-process-list .our-process-list-item img {
        font-size: 22px; } }
      @media screen and (max-width: 608px) {
          .our-process-box .our-process-list .our-process-list-item span br {
            display: none; } }
      .our-process-box .our-process-list .our-process-list-item img {
        max-width: 120px; }
        @media screen and (max-width: 768px) {
          .our-process-box .our-process-list .our-process-list-item img {
            max-width: 80px !important; } }
      .our-process-box .our-process-list .our-process-list-item span {
        display: block;
        margin-top: 20px;
        font-family: baskerville-display-pt, serif;
        font-size: 18px;
        color: #071535; }
        @media screen and (max-width: 768px) {
          .our-process-box .our-process-list .our-process-list-item span {
            font-size: 14px; } }
        @media screen and (max-width: 608px) {
          .our-process-box .our-process-list .our-process-list-item span {
            font-size: 22px; } }
      .our-process-box .our-process-list .our-process-list-item:last-child {
        padding-right: 0;
        background: none; }

.bluebg-testimonial {
  position: relative;
  padding: 100px 0 700px; }
  @media screen and (max-width: 460px) {
    .bluebg-testimonial {
      padding-top: 70px; } }
  .bluebg-testimonial:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 20px;
    background: url(../svg/curve-top-smallcd49.svg) no-repeat center center;
    top: 0;
    left: 50%;
    margin-left: -30px; }
  .bluebg-testimonial:after {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 1280px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    height: 22px;
    border-bottom: 78px solid #ffffff;
    background-image: url(../svg/curve-bottom2ff7.svg);
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0; }
    @media screen and (max-width: 1025px) {
      .bluebg-testimonial:after {
        display: none; } }

.testimonials-wrapper {
  max-width: 920px;
  margin: 0 auto;
  text-align: center; }
  .testimonials-wrapper span.testimonial-title {
    display: block;
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #A6A6A6;
    margin-bottom: 60px; }
    @media screen and (max-width: 460px) {
      .testimonials-wrapper span.testimonial-title {
        margin-bottom: 30px; } }
  .testimonials-wrapper blockquote {
    position: relative;
    width: 100%;
    font-family: baskerville-display-pt, serif;
    font-size: 60px;
    line-height: 68px;
    color: #FFFFFF; }
    @media screen and (max-width: 1200px) {
      .testimonials-wrapper blockquote {
        font-size: 50px;
        line-height: 58px; } }
    @media screen and (max-width: 768px) {
      .testimonials-wrapper blockquote {
        font-size: 32px;
        line-height: 46px; } }
    @media screen and (max-width: 460px) {
      .testimonials-wrapper blockquote {
        font-size: 21px;
        line-height: 32px;
        padding-left: 20px !important;
        padding-right: 20px !important; } }
    .testimonials-wrapper blockquote footer {
      text-transform: uppercase;
      font-size: 12px;
      font-family: brandon-grotesque, sans-serif;
      color: #FFFFFF;
      line-height: 18px;
      position: absolute;
      bottom: -100px;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0);
      padding: 0; }
      @media screen and (max-width: 460px) {
        .testimonials-wrapper blockquote footer {
          bottom: -70px; } }
      .testimonials-wrapper blockquote footer span {
        font-weight: 500;
        font-size: 18px; }
        @media screen and (max-width: 460px) {
          .testimonials-wrapper blockquote footer span {
            font-size: 15px; } }

.whitebg-testimonial {
  position: relative;
  padding: 100px 0;
  max-width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid #f1edec; }
  @media screen and (max-width: 1140px) {
    .whitebg-testimonial {
      max-width: 100%;
      width: calc(100% - 40px); } }
  @media screen and (max-width: 768px) {
    .whitebg-testimonial {
      padding: 60px 0 80px; } }
  @media screen and (max-width: 680px) {
    .whitebg-testimonial {
      padding: 0 0 50px; } }
  .whitebg-testimonial .testimonials-wrapper span.testimonial-title {
    color: #071535; }
  .whitebg-testimonial .testimonials-wrapper blockquote {
    font-size: 48px;
    line-height: 60px;
    color: #071535; }
    @media screen and (max-width: 1200px) {
      .whitebg-testimonial .testimonials-wrapper blockquote {
        font-size: 50px;
        line-height: 58px; } }
    @media screen and (max-width: 768px) {
      .whitebg-testimonial .testimonials-wrapper blockquote {
        font-size: 32px;
        line-height: 46px; } }
    @media screen and (max-width: 460px) {
      .whitebg-testimonial .testimonials-wrapper blockquote {
        font-size: 21px;
        line-height: 32px;
        padding-left: 20px !important;
        padding-right: 20px !important; } }
    .whitebg-testimonial .testimonials-wrapper blockquote footer {
      color: #605C5A;
      line-height: 18px;
      position: relative;
      bottom: auto;
      font-weight: 500;
      margin-top: 60px; }
      .whitebg-testimonial .testimonials-wrapper blockquote footer span {
        font-weight: 500;
        font-size: 18px; }
        @media screen and (max-width: 460px) {
          .whitebg-testimonial .testimonials-wrapper blockquote footer span {
            font-size: 15px; } }

.videoslider-container {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ffffff 50%, #eceeee 50%, #eceeee 100%); }
  .videoslider-container .videoslider-wrapper {
    margin: 0 auto;
    overflow: hidden; }
    .videoslider-container .videoslider-wrapper .videoslider {
      height: 618px; }
      @media screen and (max-width: 1025px) {
        .videoslider-container .videoslider-wrapper .videoslider {
          margin: 20px; } }
      @media screen and (max-width: 768px) {
        .videoslider-container .videoslider-wrapper .videoslider {
          margin: 20px;
          height: 418px; } }
      .videoslider-container .videoslider-wrapper .videoslider .slick-prev,
      .videoslider-container .videoslider-wrapper .videoslider .slick-next {
        width: 45px;
        height: 45px;
        font-size: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0;
        border-radius: 50%;
        position: absolute;
        top: calc(50% - 22px);
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: +99; }
      .videoslider-container .videoslider-wrapper .videoslider .slick-prev {
        background: #c59948 url(../svg/slider-prev5cc4.svg) center center no-repeat;
        left: 50%;
        margin-left: -635px; }
        @media screen and (max-width: 1280px) {
          .videoslider-container .videoslider-wrapper .videoslider .slick-prev {
            left: 100px;
            margin-left: 0; } }
        @media screen and (max-width: 768px) {
          .videoslider-container .videoslider-wrapper .videoslider .slick-prev {
            left: 40px;
            background: #cccccc96 url(../svg/slider-prev5cc4.svg) center center no-repeat; } }
        @media screen and (max-width: 460px) {
          .videoslider-container .videoslider-wrapper .videoslider .slick-prev {
            left: 20px; } }
        .videoslider-container .videoslider-wrapper .videoslider .slick-prev:hover {
          background: #cccccc url(../svg/slider-prev5cc4.svg) center center no-repeat; }
          @media screen and (max-width: 768px) {
            .videoslider-container .videoslider-wrapper .videoslider .slick-prev:hover {
              background: #c59948 url(../svg/slider-prev5cc4.svg) center center no-repeat; } }
      .videoslider-container .videoslider-wrapper .videoslider .slick-next {
        background: #c59948 url(../svg/slider-next48af.svg) center center no-repeat;
        right: 50%;
        margin-right: -635px; }
        @media screen and (max-width: 1280px) {
          .videoslider-container .videoslider-wrapper .videoslider .slick-next {
            right: 100px;
            margin-right: 0; } }
        @media screen and (max-width: 768px) {
          .videoslider-container .videoslider-wrapper .videoslider .slick-next {
            right: 40px;
            background: #cccccc96 url(../svg/slider-next48af.svg) center center no-repeat; } }
        @media screen and (max-width: 460px) {
          .videoslider-container .videoslider-wrapper .videoslider .slick-next {
            right: 20px; } }
        .videoslider-container .videoslider-wrapper .videoslider .slick-next:hover {
          background: #cccccc url(../svg/slider-next48af.svg) center center no-repeat; }
          @media screen and (max-width: 768px) {
            .videoslider-container .videoslider-wrapper .videoslider .slick-next:hover {
              background: #c59948 url(../svg/slider-next48af.svg) center center no-repeat; } }
      .videoslider-container .videoslider-wrapper .videoslider .slick-slide {
        position: relative;
        margin: 0 30px;
        width: 1100px;
        height: 309px !important;
        margin-top: 154px;
        overflow: hidden;
        transition: 1s all;
        position: relative; }
        .videoslider-container .videoslider-wrapper .videoslider .slick-slide:after {
          content: " ";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(7, 21, 53, 0.85);
          display: block; }
        .videoslider-container .videoslider-wrapper .videoslider .slick-slide img {
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        .videoslider-container .videoslider-wrapper .videoslider .slick-slide a {
          overflow: hidden;
          display: block;
          height: 100%; }
          .videoslider-container .videoslider-wrapper .videoslider .slick-slide a span.featureslider_overlay {
            width: 100%;
            display: block;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: +1;
            opacity: 0;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            background-image: linear-gradient(to bottom, rgba(7, 21, 53, 0.75) 0%, rgba(7, 21, 53, 0.75) 100%); }
          .videoslider-container .videoslider-wrapper .videoslider .slick-slide a h4.part-italic-title {
            position: absolute;
            bottom: 80px;
            width: 100%;
            max-width: 1100px;
            left: 50%;
            transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            text-align: center;
            font-size: 30px;
            color: #FFFFFF;
            font-family: baskerville-display-pt, serif;
            z-index: +2;
            font-style: italic;
            opacity: 0; }
            .videoslider-container .videoslider-wrapper .videoslider .slick-slide a h4.part-italic-title span.last {
              display: block;
              font-size: 48px;
              line-height: 48px;
              font-style: normal; }
              @media screen and (max-width: 768px) {
                .videoslider-container .videoslider-wrapper .videoslider .slick-slide a h4.part-italic-title span.last {
                  font-size: 42px;
                  line-height: 42px; } }
          .videoslider-container .videoslider-wrapper .videoslider .slick-slide a span.video-title {
            position: absolute;
            bottom: 40px;
            width: 100%;
            max-width: 1100px;
            left: 50%;
            transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            text-align: center;
            font-size: 21px;
            color: #ffffff;
            font-family: baskerville-display-pt, serif;
            z-index: +2;
            opacity: 0;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease; }
          .videoslider-container .videoslider-wrapper .videoslider .slick-slide a span.vsplaybtn {
            position: absolute;
            width: 50px;
            height: 50px;
            left: 50%;
            margin-left: -25px;
            top: 50%;
            margin-top: -25px;
            z-index: +2;
            opacity: 0; }
            .videoslider-container .videoslider-wrapper .videoslider .slick-slide a span.vsplaybtn .cls-1 {
              fill: #fff;
              -webkit-transition: all 0.4s ease;
              transition: all 0.4s ease; }
            .videoslider-container .videoslider-wrapper .videoslider .slick-slide a span.vsplaybtn .cls-2 {
              fill: none;
              stroke: #fff;
              stroke-miterlimit: 10;
              -webkit-transition: all 0.4s ease;
              transition: all 0.4s ease; }
          .videoslider-container .videoslider-wrapper .videoslider .slick-slide a:hover span.vsplaybtn .cls-1 {
            fill: #C59948; }
          .videoslider-container .videoslider-wrapper .videoslider .slick-slide a:hover span.vsplaybtn .cls-2 {
            stroke: #C59948; }
          .videoslider-container .videoslider-wrapper .videoslider .slick-slide a:hover h4.part-italic-title,
          .videoslider-container .videoslider-wrapper .videoslider .slick-slide a:hover span.video-title {
            color: #C59948; }
        .videoslider-container .videoslider-wrapper .videoslider .slick-slide.slick-center {
          transform: scale(1);
          margin-top: 0;
          width: 1100px;
          height: 618px !important; }
          @media screen and (max-width: 768px) {
            .videoslider-container .videoslider-wrapper .videoslider .slick-slide.slick-center {
              height: 418px !important; } }
          .videoslider-container .videoslider-wrapper .videoslider .slick-slide.slick-center img,
          .videoslider-container .videoslider-wrapper .videoslider .slick-slide.slick-center span.featureslider_overlay,
          .videoslider-container .videoslider-wrapper .videoslider .slick-slide.slick-center h4.part-italic-title,
          .videoslider-container .videoslider-wrapper .videoslider .slick-slide.slick-center span.video-title,
          .videoslider-container .videoslider-wrapper .videoslider .slick-slide.slick-center span.vsplaybtn {
            opacity: 1; }
        .videoslider-container .videoslider-wrapper .videoslider .slick-slide.slick-active a span.featureslider_overlay {
          background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
          background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#CC000000', GradientType=0); }
        .videoslider-container .videoslider-wrapper .videoslider .slick-slide.slick-active:after {
          display: none; }

.stay-in-touch {
  background-color: #eceeee;
  padding: 120px 0 140px;
  display: block;
  position: relative; }
  @media screen and (max-width: 768px) {
    .stay-in-touch {
      padding: 60px 0 100px; } }
  @media screen and (max-width: 460px) {
    .stay-in-touch {
      padding: 40px 20px 80px; } }
  .stay-in-touch:after {
    background-image: url(../svg/grey_curve5e32.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: white;
    content: "";
    width: 100%;
    height: 22px;
    bottom: 0px;
    left: 0;
    position: absolute;
    display: block; }
  .stay-in-touch .stay-in-touch-content {
    max-width: 460px;
    text-align: center;
    margin: 0 auto; }
    @media screen and (max-width: 460px) {
      .stay-in-touch .stay-in-touch-content {
        padding-left: 40px;
        padding-right: 40px; } }
    .stay-in-touch .stay-in-touch-content h3 {
      font-family: baskerville-display-pt, serif;
      color: #071535;
      font-size: 36px;
      font-weight: 400;
      margin-bottom: 15px; }
    .stay-in-touch .stay-in-touch-content p {
      font-size: 16px;
      line-height: 30px;
      color: #605C5A;
      font-family: proxima-nova, sans-serif;
      font-weight: 300; }
  .stay-in-touch form {
    margin: 40px 20px;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .stay-in-touch form {
        margin: 40px 20px; } }
    @media screen and (max-width: 460px) {
      .stay-in-touch form {
        margin: 20px 20px; } }
    @media screen and (max-width: 680px) {
      .stay-in-touch form {
        flex-flow: column; } }
    .stay-in-touch form input {
      width: calc(33.33% - 20px);
      margin: 0 10px;
      height: 45px;
      border-radius: 22px;
      border: 0;
      outline: 0; }
      @media screen and (max-width: 680px) {
        .stay-in-touch form input {
          width: 100%;
          margin-bottom: 20px;
          margin-left: 0;
          margin-right: 0; } }
      .stay-in-touch form input[type="text"], .stay-in-touch form input[type="email"] {
        text-indent: 20px;
        font-family: proxima-nova, sans-serif;
        color: #A6A6A6;
        font-weight: 300;
        line-height: 45px;
        font-size: 16px; }
      .stay-in-touch form input[type="submit"] {
        border: 1px solid #C59948;
        background-color: #C59948;
        font-family: brandon-grotesque, sans-serif;
        letter-spacing: 2.6px;
        text-transform: uppercase;
        color: #fff;
        font-size: 13px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        .stay-in-touch form input[type="submit"]:hover {
          background-color: #eceeee;
          color: #C59948; }
  .stay-in-touch ::-webkit-input-placeholder {
    font-family: proxima-nova, sans-serif;
    color: #A6A6A6;
    color: #a6a6a6;
    font-weight: 300; }
  .stay-in-touch :-moz-placeholder {
    font-family: proxima-nova, sans-serif;
    color: #A6A6A6;
    color: #a6a6a6;
    font-weight: 300; }
  .stay-in-touch ::-moz-placeholder {
    font-family: proxima-nova, sans-serif;
    color: #A6A6A6;
    color: #a6a6a6;
    font-weight: 300; }
  .stay-in-touch :-ms-input-placeholder {
    font-family: proxima-nova, sans-serif;
    color: #A6A6A6;
    color: #a6a6a6;
    font-weight: 300; }
  .stay-in-touch .stay-in-touch-content {
    font-family: proxima-nova, sans-serif;
    max-width: 500px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    color: #A6A6A6; }
  .stay-in-touch ul {
    display: block;
    text-align: center;
    margin-top: 60px; }
    @media screen and (max-width: 460px) {
      .stay-in-touch ul {
        display: none; } }
    .stay-in-touch ul li {
      display: inline-block;
      padding: 0 50px 0 40px;
      position: relative; }
      @media screen and (max-width: 1025px) {
        .stay-in-touch ul li {
          padding: 0 30px 0 30px; } }
      @media screen and (max-width: 680px) {
        .stay-in-touch ul li {
          width: 100%;
          box-sizing: border-box;
          margin-bottom: 10px; } }
      .stay-in-touch ul li a {
        font-family: baskerville-display-pt, serif;
        font-size: 12px;
        letter-spacing: 2.4px;
        text-transform: uppercase;
        color: #605C5A;
        text-shadow: 1px 1px white;
        position: relative;
        display: inline-block; }
        .stay-in-touch ul li a:hover {
          color: #C59948; }
      .stay-in-touch ul li:after {
        position: absolute;
        right: 0px;
        top: 3px;
        content: "/";
        font-family: baskerville-display-pt, serif;
        font-size: 12px;
        letter-spacing: 2.4px;
        text-transform: uppercase;
        color: #d5d5d5;
        text-shadow: 1px 1px white;
        display: inline-block; }
        @media screen and (max-width: 680px) {
          .stay-in-touch ul li:after {
            display: none; } }
      .stay-in-touch ul li:nth-last-child(1):after {
        display: none; }

@media screen and (max-width: 460px) {
  .single .stay-in-touch {
    padding-top: 80px; } }

.beinspired-container {
  position: relative;
  background-color: #fff;
  padding-top: 110px; }
  @media screen and (max-width: 768px) {
    .beinspired-container {
      padding-top: 60px; } }
  @media screen and (max-width: 460px) {
    .beinspired-container {
      padding-top: 40px; } }
  @media screen and (max-width: 1200px) {
    .beinspired-container {
      width: calc(100% - 60px);
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 680px) {
    .beinspired-container {
      width: calc(100%);
      padding-left: 0px;
      padding-right: 0px; } }
  @media screen and (max-width: 680px) {
    .beinspired-container .wrapper {
      margin: 0 40px; } }
  .beinspired-container .wrapper:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }
  .beinspired-container .wrapper h3 {
    float: left;
    font-family: baskerville-display-pt, serif;
    font-size: 48px;
    color: #071535;
    line-height: 60px;
    font-weight: 400; }
    @media screen and (max-width: 680px) {
      .beinspired-container .wrapper h3 {
        font-size: 38px;
        line-height: 50px; } }
  .beinspired-container .wrapper .line-link {
    float: right;
    margin-top: 33px; }
    .beinspired-container .wrapper .line-link:hover {
      padding-right: 45px; }
    @media screen and (max-width: 680px) {
      .beinspired-container .wrapper .line-link {
        width: 100%;
        float: left;
        margin-top: 10px;
        max-width: 100%; } }
  .beinspired-container .instagram-masonry {
    max-width: 1360px;
    padding-top: 170px;
    margin: 0 auto;
    position: relative;
    background: url(../svg/instagram-backgroundc3b2.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    border: 10px solid #ffffff; }
    @media screen and (max-width: 1025px) {
      .beinspired-container .instagram-masonry {
        padding-top: 140px; } }
    @media screen and (max-width: 768px) {
      .beinspired-container .instagram-masonry {
        padding-top: 105px;
        border-left: 0;
        border-right: 0; } }
    @media screen and (max-width: 460px) {
      .beinspired-container .instagram-masonry {
        padding-top: 60px;
        background-position: 20px top; } }
    .beinspired-container .instagram-masonry .instagram-masonry-image {
      width: 16.666%;
      font-size: 0;
      float: left; }
      @media screen and (max-width: 460px) {
        .beinspired-container .instagram-masonry .instagram-masonry-image {
          width: calc(100% / 3); }
          .beinspired-container .instagram-masonry .instagram-masonry-image:nth-child(n + 4) {
            display: none; } }
      .beinspired-container .instagram-masonry .instagram-masonry-image .hover-image {
        font-size: 0;
        position: relative;
        line-height: 0;
        display: block;
        background-color: #ffffff; }
        .beinspired-container .instagram-masonry .instagram-masonry-image .hover-image img {
          transform: scale(1);
          opacity: 0.4;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
          box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
          position: relative; }
        .beinspired-container .instagram-masonry .instagram-masonry-image .hover-image:hover img {
          transform: scale(1.05);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          opacity: 1;
          z-index: +1; }
        .beinspired-container .instagram-masonry .instagram-masonry-image .hover-image:hover:after {
          opacity: 1; }
      .beinspired-container .instagram-masonry .instagram-masonry-image:last-child {
        position: absolute;
        left: 0;
        bottom: 0; }
    .beinspired-container .instagram-masonry:after {
      content: "";
      display: table;
      table-layout: fixed;
      clear: both; }
    .beinspired-container .instagram-masonry .instagram-masonry-text {
      width: 66.664%;
      text-align: center;
      padding: 110px 0;
      float: left; }
      @media screen and (max-width: 1350px) {
        .beinspired-container .instagram-masonry .instagram-masonry-text {
          padding: 50px 0; } }
      @media screen and (max-width: 1350px) {
        .beinspired-container .instagram-masonry .instagram-masonry-text {
          padding: 50px 0; } }
      @media screen and (max-width: 1025px) {
        .beinspired-container .instagram-masonry .instagram-masonry-text {
          padding: 50px 0 0; } }
      @media screen and (max-width: 840px) {
        .beinspired-container .instagram-masonry .instagram-masonry-text {
          padding: 45px 0 0; } }
      @media screen and (max-width: 680px) {
        .beinspired-container .instagram-masonry .instagram-masonry-text {
          padding: 40px 0 40px;
          width: 100%; } }
      .beinspired-container .instagram-masonry .instagram-masonry-text p {
        font-family: baskerville-display-pt, serif;
        font-size: 48px;
        color: #071535;
        line-height: 60px;
        margin-bottom: 50px; }
        @media screen and (max-width: 1025px) {
          .beinspired-container .instagram-masonry .instagram-masonry-text p {
            padding: 0 5%;
            font-size: 38px;
            line-height: 50px; } }
        @media screen and (max-width: 840px) {
          .beinspired-container .instagram-masonry .instagram-masonry-text p {
            font-size: 28px;
            line-height: 40px;
            margin-bottom: 20px; } }

.error404 .beinspired-container:before,
.page-id-14306 .beinspired-container:before {
  display: none; }

.thwl {
  background-color: #ffffff; }
  .thwl .leaves-header {
    background-image: url(../svg/leaves-parallax03ef.svg);
    background-repeat: no-repeat;
    height: 100%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .thwl .leaves-header {
        background-position: center -40px; } }
    .thwl .leaves-header .topheader-leaves-content {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      width: 100%;
      height: 100%;
      position: relative; }
      .thwl .leaves-header .topheader-leaves-content span {
        font-family: brandon-grotesque, sans-serif;
        color: #A5A5A5;
        font-size: 12px;
        letter-spacing: 2.4px;
        text-transform: uppercase;
        font-weight: 400;
        opacity: 1;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease; }
        @media screen and (max-width: 768px) {
          .thwl .leaves-header .topheader-leaves-content span {
            padding-top: 0px; } }
        .thwl .leaves-header .topheader-leaves-content span.scrolled {
          opacity: 0; }
      .thwl .leaves-header .topheader-leaves-content h1 {
        font-family: baskerville-display-pt, serif;
        color: #071535;
        font-size: 60px;
        line-height: 68px;
        font-style: italic;
        opacity: 1;
        -webkit-transition: all 0.9s ease;
        transition: all 0.9s ease; }
        @media screen and (max-width: 768px) {
          .thwl .leaves-header .topheader-leaves-content h1 {
            margin-bottom: 20px !important; } }
        .thwl .leaves-header .topheader-leaves-content h1 span {
          font-style: normal;
          font-family: baskerville-display-pt, serif;
          color: #071535;
          font-size: 60px;
          line-height: 68px; }
          @media screen and (max-width: 460px) {
            .thwl .leaves-header .topheader-leaves-content h1 span {
              font-size: 44px;
              line-height: 44px;
              font-style: normal;
              font-family: baskerville-display-pt, serif;
              color: #071535; } }
        @media screen and (max-width: 460px) {
          .thwl .leaves-header .topheader-leaves-content h1 {
            font-size: 44px;
            line-height: 44px; }
            .thwl .leaves-header .topheader-leaves-content h1 span {
              font-size: 44px;
              line-height: 44px; } }
        .thwl .leaves-header .topheader-leaves-content h1.scrolled {
          opacity: 0; }
      .thwl .leaves-header .topheader-leaves-content p {
        font-family: proxima-nova, sans-serif;
        font-size: 18px;
        display: block;
        max-width: 733px;
        margin: 0 auto;
        line-height: 30px;
        font-weight: 300;
        color: #605C5A;
        opacity: 1;
        -webkit-transition: all 0.9s ease;
        transition: all 0.9s ease; }
        @media screen and (max-width: 768px) {
          .thwl .leaves-header .topheader-leaves-content p {
            padding-left: 60px;
            padding-right: 60px;
            max-width: 100%;
            font-size: 16px;
            line-height: 28px; } }
        @media screen and (max-width: 460px) {
          .thwl .leaves-header .topheader-leaves-content p {
            padding-left: 30px;
            padding-right: 30px;
            max-width: 100%;
            font-size: 15px;
            line-height: 26px; } }
        .thwl .leaves-header .topheader-leaves-content p.scrolled {
          opacity: 0; }
      .thwl .leaves-header .topheader-leaves-content a {
        font-family: brandon-grotesque, sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2.6px;
        color: #605C5A;
        position: absolute;
        text-align: center;
        display: block;
        width: 100%;
        bottom: 0;
        padding-bottom: 100px;
        left: 0; }
        @media screen and (max-width: 768px) {
          .thwl .leaves-header .topheader-leaves-content a {
            padding-bottom: 69px; } }

.images-grid-container {
  max-width: 100%;
  padding: 0 20px;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 75%, #ffffff 75%, #eceeee 75%, #eceeee 100%); }
  @media screen and (max-width: 460px) {
    .images-grid-container {
      background: linear-gradient(to bottom, #ffffff 0%, #ffffff 86%, #ffffff 86%, #eceeee 86%, #eceeee 100%); } }
  .images-grid-container .images-grid-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media screen and (max-width: 460px) {
      .images-grid-container .images-grid-wrap {
        flex-flow: column; } }
    .images-grid-container .images-grid-wrap .images-grid-item {
      width: calc(50% - 10px);
      margin-right: 20px;
      margin-bottom: 20px;
      font-size: 0;
      line-height: 0; }
      .images-grid-container .images-grid-wrap .images-grid-item:nth-child(2n) {
        margin-right: 0; }
      @media screen and (max-width: 460px) {
        .images-grid-container .images-grid-wrap .images-grid-item {
          width: 100%;
          margin-right: 0; } }
      .images-grid-container .images-grid-wrap .images-grid-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .images-grid-container .images-grid-wrap .four-images-grid-wrapp {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 0; }
      .images-grid-container .images-grid-wrap .four-images-grid-wrapp .four-images-grid-item {
        width: calc(50% - 10px);
        height: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden; }
        .images-grid-container .images-grid-wrap .four-images-grid-wrapp .four-images-grid-item:nth-child(2n) {
          margin-right: 0; }
        @media screen and (max-width: 460px) {
          .images-grid-container .images-grid-wrap .four-images-grid-wrapp .four-images-grid-item {
            height: 100px; } }
        .images-grid-container .images-grid-wrap .four-images-grid-wrapp .four-images-grid-item img {
          position: absolute;
          top: 0;
          left: 0;
          max-width: 120%;
          min-width: 100%;
          height: 100%;
          object-fit: cover; }
    .images-grid-container .images-grid-wrap .video-grid a {
      position: relative;
      display: block;
      overflow: hidden;
      height: 100%;
      line-height: 0; }
      .images-grid-container .images-grid-wrap .video-grid a .video-grid-overlay {
        background: url(../svg/play-btna130.svg) center center no-repeat rgba(7, 21, 53, 0.6);
        position: absolute;
        z-index: +1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: +1; }
      .images-grid-container .images-grid-wrap .video-grid a img {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        transform: scale(1); }
      .images-grid-container .images-grid-wrap .video-grid a:hover img {
        transform: scale(1.05); }

.moreprojects {
  padding-top: 0px;
  margin-bottom: 30px; }
  .moreprojects .wrapper {
    padding: 80px 0; }
    @media screen and (max-width: 768px) {
      .moreprojects .wrapper {
        padding: 60px 20px; } }
    @media screen and (max-width: 680px) {
      .moreprojects .wrapper {
        padding: 80px 20px 40px 20px; }
        .moreprojects .wrapper .line-link {
          width: 100%;
          text-align: left;
          float: none; } }
    .moreprojects .wrapper h3 {
      font-weight: 400;
      font-family: baskerville-display-pt, serif;
      line-height: 46px;
      color: #071535;
      font-size: 36px;
      font-style: italic;
      float: left; }
      .moreprojects .wrapper h3 span {
        font-style: normal; }
    .moreprojects .wrapper a {
      float: right;
      margin-top: 15px; }
    .moreprojects .wrapper:after {
      content: "";
      display: table;
      table-layout: fixed;
      clear: both; }

.project-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 40px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 680px) {
    .project-list {
      flex-flow: column; } }
  .project-list .project-list-item {
    width: calc(50% - 10px);
    margin-right: 20px; }
    @media screen and (max-width: 680px) {
      .project-list .project-list-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
        .project-list .project-list-item:nth-last-child(1) {
          margin-bottom: 0; } }
    .project-list .project-list-item:nth-child(2n) {
      margin-right: 0px; }
    .project-list .project-list-item a {
      font-size: 0; }
      .project-list .project-list-item a figure {
        width: 100%;
        position: relative;
        font-size: 0;
        overflow: hidden;
        line-height: 0; }
        .project-list .project-list-item a figure img {
          width: 100%;
          height: auto;
          transform: scale(1);
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        .project-list .project-list-item a figure .imggradient {
          background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
          background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#D9000000', GradientType=0);
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          font-size: 0;
          line-height: 0; }
        .project-list .project-list-item a figure figcaption {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: +1; }
          .project-list .project-list-item a figure figcaption h5 {
            position: absolute;
            font-family: baskerville-display-pt, serif;
            font-size: 24px;
            line-height: 1.2em;
            color: #fff;
            display: block;
            width: 80%;
            text-align: center;
            left: 10%;
            bottom: 35px;
            font-weight: 400;
            letter-spacing: 1px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease; }
          .project-list .project-list-item a figure figcaption span {
            position: absolute;
            font-family: brandon-grotesque, sans-serif;
            font-size: 13px;
            color: #C59948;
            display: block;
            width: 80%;
            text-align: center;
            text-transform: uppercase;
            left: 10%;
            opacity: 0;
            bottom: 0px;
            font-weight: 400;
            letter-spacing: 1px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease; }
      .project-list .project-list-item a:hover figure img {
        transform: scale(1.05); }
      .project-list .project-list-item a:hover figure figcaption h5 {
        bottom: 80px; }
      .project-list .project-list-item a:hover figure figcaption span {
        opacity: 1;
        bottom: 35px; }

.ourprocesssteps {
  margin: 80px 0 0;
  background-image: url(../svg/leaves-long261f.svg);
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease; }
  @media screen and (max-width: 768px) {
    .ourprocesssteps {
      margin: 60px 0 0; } }
  @media screen and (max-width: 460px) {
    .ourprocesssteps {
      margin: 40px 0 0; } }
  @media screen and (max-width: 1025px) {
    .ourprocesssteps .ourprocesssteps-container {
      margin: 0 40px; } }
  @media screen and (max-width: 768px) {
    .ourprocesssteps .ourprocesssteps-container {
      margin: 0 20px; } }
  .ourprocesssteps .ourprocesssteps-container .ourprocess-step {
    margin: 0 0 80px; }
    @media screen and (max-width: 768px) {
      .ourprocesssteps .ourprocesssteps-container .ourprocess-step {
        margin-bottom: 40px; } }
    @media screen and (max-width: 680px) {
      .ourprocesssteps .ourprocesssteps-container .ourprocess-step {
        width: 100%;
        margin-bottom: 40px; } }
    .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-content .wrapper .ourprocess-step-content-inner {
      float: left;
      width: 58.3%;
      margin-bottom: 80px; }
      @media screen and (max-width: 768px) {
        .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-content .wrapper .ourprocess-step-content-inner {
          width: 100%;
          padding-left: 20px;
          padding-right: 20px;
          box-sizing: border-box;
          margin-bottom: 40px; } }
      @media screen and (max-width: 460px) {
        .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-content .wrapper .ourprocess-step-content-inner {
          padding-left: 0;
          padding-right: 0; } }
      .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-content .wrapper .ourprocess-step-content-inner h2 {
        font-family: baskerville-display-pt, serif;
        font-size: 36px;
        line-height: 46px;
        color: #071535;
        display: block;
        text-align: left;
        margin: 25px 0;
        font-weight: 400; }
      .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-content .wrapper .ourprocess-step-content-inner p {
        font-family: proxima-nova, sans-serif;
        font-size: 16px;
        color: #605C5A;
        font-weight: 300;
        line-height: 26px;
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-content .wrapper .ourprocess-step-content-inner p {
            font-size: 15px;
            line-height: 26px; } }
        .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-content .wrapper .ourprocess-step-content-inner p:nth-last-child(1) {
          margin-bottom: 0; }
      .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-content .wrapper .ourprocess-step-content-inner img {
        max-height: 80px; }
    .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-content .wrapper:after {
      content: "";
      display: table;
      table-layout: fixed;
      clear: both; }
    .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media {
      position: relative;
      overflow: hidden; }
      .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .wrapper {
        position: relative;
        z-index: +1; }
        .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .wrapper .ourprocess-step-media-inner {
          float: right;
          width: 61%; }
          @media screen and (max-width: 768px) {
            .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .wrapper .ourprocess-step-media-inner {
              padding-left: 20px;
              padding-right: 20px; } }
          @media screen and (max-width: 680px) {
            .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .wrapper .ourprocess-step-media-inner {
              width: 100%;
              padding-left: 0px;
              padding-right: 0px; } }
          .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .wrapper .ourprocess-step-media-inner ul.four-images-grid {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            line-height: 0; }
            .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .wrapper .ourprocess-step-media-inner ul.four-images-grid li {
              width: calc(50% - 10px);
              margin-right: 20px;
              margin-bottom: 20px;
              display: block; }
              .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .wrapper .ourprocess-step-media-inner ul.four-images-grid li:nth-child(2n) {
                margin-right: 0; }
          .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .wrapper .ourprocess-step-media-inner ul.three-images-grid {
            display: block;
            position: relative;
            width: 100%; }
            .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .wrapper .ourprocess-step-media-inner ul.three-images-grid li {
              width: calc(50% - 10px);
              float: left;
              margin-right: calc(50% - 10px);
              margin-bottom: 20px;
              display: block;
              font-size: 0;
              line-height: 0;
              height: 200px; }
              @media screen and (max-width: 768px) {
                .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .wrapper .ourprocess-step-media-inner ul.three-images-grid li {
                  height: 160px; } }
              .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .wrapper .ourprocess-step-media-inner ul.three-images-grid li img {
                display: inline-block;
                width: 100%;
                height: 100%;
                object-fit: cover; }
              .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .wrapper .ourprocess-step-media-inner ul.three-images-grid li:nth-child(3) {
                position: absolute;
                top: 0;
                right: 0;
                width: calc(50% - 10px);
                margin-right: 0;
                margin-bottom: 0;
                height: 420px; }
                @media screen and (max-width: 768px) {
                  .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .wrapper .ourprocess-step-media-inner ul.three-images-grid li:nth-child(3) {
                    height: 340px; } }
        .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .wrapper:after {
          content: "";
          display: table;
          table-layout: fixed;
          clear: both; }
      .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .sliding-title {
        position: absolute;
        top: calc(50% - 100px);
        font-size: 200px;
        opacity: 0.4;
        font-family: baskerville-display-pt, serif;
        color: #e5e5e5;
        left: 0;
        margin-left: -10%; }
        @media screen and (max-width: 1400px) {
          .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .sliding-title {
            font-size: 150px;
            top: calc(50% - 75px); } }
        @media screen and (max-width: 1200px) {
          .ourprocesssteps .ourprocesssteps-container .ourprocess-step .ourprocess-step-media .sliding-title {
            font-size: 100px;
            top: calc(50% - 25px); } }
    .ourprocesssteps .ourprocesssteps-container .ourprocess-step:nth-child(2n) .ourprocess-step-content .wrapper .ourprocess-step-content-inner {
      float: right; }
    .ourprocesssteps .ourprocesssteps-container .ourprocess-step:nth-child(2n) .ourprocess-step-media .sliding-title {
      left: auto;
      right: 0;
      margin-right: -10%; }
    .ourprocesssteps .ourprocesssteps-container .ourprocess-step:nth-child(2n) .ourprocess-step-media .wrapper .ourprocess-step-media-inner {
      float: left; }
  .ourprocesssteps .ourprocess-navigation {
    top: 80px;
    right: 0;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .ourprocesssteps .ourprocess-navigation {
        display: none; } }
    .ourprocesssteps .ourprocess-navigation a {
      display: block;
      text-align: right;
      padding-right: 70px;
      font-family: brandon-grotesque, sans-serif;
      font-size: 13px;
      line-height: 15px;
      text-transform: uppercase;
      letter-spacing: 2.6px;
      color: #ccc;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      margin-bottom: 10px;
      position: relative; }
      .ourprocesssteps .ourprocess-navigation a:after {
        content: "";
        width: 60px;
        top: 7px;
        position: absolute;
        height: 1px;
        background-color: #ccc;
        display: block;
        right: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .ourprocesssteps .ourprocess-navigation a:hover, .ourprocesssteps .ourprocess-navigation a.active {
        padding-right: 90px;
        color: #C59948; }
        .ourprocesssteps .ourprocess-navigation a:hover:after, .ourprocesssteps .ourprocess-navigation a.active:after {
          background-color: #C59948;
          width: 80px; }

.aftercare-section {
  background-color: #071535;
  padding: 120px 0; }
  @media screen and (max-width: 768px) {
    .aftercare-section {
      padding: 80px 0; } }
  @media screen and (max-width: 460px) {
    .aftercare-section {
      padding: 60px 0; } }
  .aftercare-section:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 20px;
    background: url(../svg/curve-top-smallcd49.svg) no-repeat center center;
    top: 0;
    left: 50%;
    margin-left: -30px; }
  .aftercare-section .aftercare-section-inner {
    text-align: center;
    max-width: 730px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box; }
    .aftercare-section .aftercare-section-inner img {
      max-width: 60px; }
    .aftercare-section .aftercare-section-inner h2 {
      color: #FFFFFF;
      font-family: baskerville-display-pt, serif;
      font-size: 36px;
      line-height: 46px;
      display: block;
      margin: 25px 0;
      font-weight: 400; }
    .aftercare-section .aftercare-section-inner p {
      font-family: proxima-nova, sans-serif;
      font-size: 17px;
      color: #FFFFFF;
      font-weight: 300;
      line-height: 27px;
      display: block;
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        .aftercare-section .aftercare-section-inner p {
          font-size: 15px;
          line-height: 26px; } }
      .aftercare-section .aftercare-section-inner p:nth-last-child(1) {
        margin-bottom: 25px; }
    .aftercare-section .aftercare-section-inner .orange-button {
      margin-top: 15px; }

.h3 {
  font-weight: 400;
  font-family: baskerville-display-pt, serif;
  line-height: 46px;
  color: #071535;
  font-size: 36px;
  font-style: normal;
  text-align: center; }
  .h3 span {
    font-style: italic; }

.h2 {
  font-weight: 400;
  font-family: baskerville-display-pt, serif;
  line-height: 46px;
  color: #071535;
  font-size: 36px;
  font-style: normal;
  text-align: center; }
  .h2 span {
    font-style: italic; }

.autoheight-header {
  display: flex;
  align-items: center;
  padding-top: 125px;
  min-height: 880px;
  height: auto !important;
  background-image: url(../svg/leaves-parallax03ef.svg);
  background-repeat: no-repeat;
  background-position: center 40px; }
  @media screen and (max-width: 768px) {
    .autoheight-header {
      min-height: 450px;
      height: 60vh !important; } }
  @media screen and (max-width: 680px) {
    .autoheight-header {
      min-height: 60vh;
      height: auto !important;
      padding-top: 130px; } }
  .autoheight-header .leaves-header {
    background: none; }

.part-italic-title span {
  text-transform: none !important; }

b,
strong {
  font-weight: bold; }

.footer_wrapper {
  max-width: 1360px;
  box-sizing: border-box; }

.scrolltotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  display: none;
  width: 40px;
  height: 40px;
  z-index: 1000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .scrolltotop .st0 {
    fill: #cbcbcb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .scrolltotop:hover .st0 {
    fill: #c59941; }

.desktop_featurein {
  display: block !important; }
  @media screen and (max-width: 1025px) {
    .desktop_featurein {
      display: none !important; } }

.responsive_featurein {
  display: none !important; }
  @media screen and (max-width: 1025px) {
    .responsive_featurein {
      display: block !important; } }
  .responsive_featurein li {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 40px; }

@media screen and (max-width: 768px) {
  blockquote {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box; } }

@media screen and (max-width: 460px) {
  blockquote {
    padding-left: 0px;
    padding-right: 0px; } }

.menuopen {
  overflow: hidden; }

.home .top-border-for-title {
  display: none; }

@media only screen and (orientation: landscape) and (max-width: 768px) {
  .topheader {
    height: auto; }
  .topheader .topheadercontent {
    padding: 170px 0 90px; }
    .topheader .topheadercontent h1 {
      font-size: 40px;
      line-height: 48px;
      max-width: calc(100% - 100px); } }

@media only screen and (orientation: landscape) and (max-height: 550px) {
  .topheader {
    height: auto; }
  .topheader .topheadercontent {
    padding: 170px 0 90px; }
    .topheader .topheadercontent h1 {
      font-size: 40px;
      line-height: 48px;
      max-width: calc(100% - 100px); } }

.mce_inline_error {
  border: 1px solid red !important; }

#mce-responses {
  margin-top: 20px; }

#mce-error-response {
  color: red; }

#mce-success-response {
  color: #c59948; }

.page-id-181 .explore_anchor_text {
  color: #c59948 !important; }

.show_mobile {
  display: none; }
  @media screen and (max-width: 680px) {
    .show_mobile {
      display: block; } }

.show_desktop {
  display: block; }
  @media screen and (max-width: 680px) {
    .show_desktop {
      display: none; } }

@-webkit-keyframes grow {
  0% {
    padding-right: 0%; }
  100% {
    padding-right: 50%; } }

@keyframes grow {
  0% {
    padding-right: 0%; }
  100% {
    padding-right: 50%; } }

.page-id-181 .topheader {
  height: 90vh; }
  @media screen and (max-width: 768px) {
    .page-id-181 .topheader {
      min-height: 60vh; } }
  @media screen and (max-width: 680px) {
    .page-id-181 .topheader {
      min-height: 100vh;
      padding-top: 50px; } }
  .page-id-181 .topheader .explore-anchor-after {
    display: block; }
  @media only screen and (orientation: landscape) and (max-height: 550px) {
    .page-id-181 .topheader {
      height: auto !important;
      padding-top: 200px !important; }
      .page-id-181 .topheader .explore-anchor {
        position: relative !important;
        margin-top: 50px; } }

.our-work-tabs-container {
  position: relative; }
  .our-work-tabs-container .wrapper {
    position: relative;
    width: auto !important; }
  @media screen and (max-width: 768px) {
    .our-work-tabs-container .our_work_wrapper {
      max-width: 100%;
      margin-left: 40px;
      margin-right: 40px;
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  .our-work-tabs-container .pre_left_line {
    position: absolute;
    top: 0;
    left: auto;
    right: 50%;
    height: 1px;
    width: 0;
    content: "";
    border-top: 1px solid #F1EDEC;
    -webkit-transition: grow 1s ease;
    transition: grow 1s ease;
    width: 0;
    max-width: 50%; }
  .our-work-tabs-container .pre_right_line {
    position: absolute;
    top: 0;
    left: 50%;
    height: 1px;
    width: 0;
    content: "";
    border-top: 1px solid #F1EDEC;
    -webkit-transition: grow 1s ease;
    transition: grow 1s ease;
    max-width: 50%;
    width: 0; }
  .our-work-tabs-container .tabs {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    padding-top: 40px; }
    @media screen and (max-width: 680px) {
      .our-work-tabs-container .tabs {
        flex-flow: column; } }
    .our-work-tabs-container .tabs li {
      display: inline-block;
      font-size: 18px;
      color: #A5A5A5;
      font-family: baskerville-display-pt, serif;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .our-work-tabs-container .tabs li {
          font-size: 17px; } }
      @media screen and (max-width: 680px) {
        .our-work-tabs-container .tabs li {
          font-size: 18px;
          text-align: center;
          margin-bottom: 20px; } }
      .our-work-tabs-container .tabs li a {
        font-size: 18px;
        color: #071535;
        font-family: baskerville-display-pt, serif; }
        @media screen and (max-width: 768px) {
          .our-work-tabs-container .tabs li a {
            font-size: 17px; } }
        .our-work-tabs-container .tabs li a:hover {
          color: #A5A5A5; }

.our-work-tabs-wrapp {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .our-work-tabs-wrapp {
      margin-top: 20px; } }

.our-work-grid {
  width: 100%;
  background: linear-gradient(to top, #071535 0%, #071535 240px, #FFFFFF 240px); }
  @media screen and (max-width: 768px) {
    .our-work-grid {
      background: linear-gradient(to top, #071535 0%, #071535 120px, #FFFFFF 120px); } }
  .our-work-grid .our-work-grid-wrapp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    max-width: 1600px;
    margin: 0 auto; }
    .our-work-grid .our-work-grid-wrapp .our-work-grid-item {
      width: calc(50% - 20px);
      margin: 20px 10px 0;
      max-height: 480px;
      display: none; }
      @media screen and (max-width: 680px) {
        .our-work-grid .our-work-grid-wrapp .our-work-grid-item {
          width: 100%;
          margin-right: 0;
          margin-left: 0; } }
      .our-work-grid .our-work-grid-wrapp .our-work-grid-item.show_our-work-grid-item {
        display: block; }
      .our-work-grid .our-work-grid-wrapp .our-work-grid-item figure {
        width: 100%;
        position: relative;
        margin: 0;
        font-size: 0;
        overflow: hidden;
        height: 100%; }
        .our-work-grid .our-work-grid-wrapp .our-work-grid-item figure img {
          width: 100%;
          max-width: auto;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease; }
        .our-work-grid .our-work-grid-wrapp .our-work-grid-item figure .imggradient {
          background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
          background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#D9000000', GradientType=0);
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          font-size: 0;
          line-height: 0; }
        .our-work-grid .our-work-grid-wrapp .our-work-grid-item figure figcaption {
          position: absolute;
          width: calc(100% - 80px);
          height: calc(100% - 80px);
          bottom: 40px;
          left: 40px; }
          @media screen and (max-width: 768px) {
            .our-work-grid .our-work-grid-wrapp .our-work-grid-item figure figcaption {
              width: calc(100% - 40px);
              height: calc(100% - 40px);
              bottom: 20px;
              left: 20px; } }
          .our-work-grid .our-work-grid-wrapp .our-work-grid-item figure figcaption span.title {
            display: block;
            text-align: center;
            position: absolute;
            left: 0;
            bottom: 0px;
            width: 100%;
            font-family: baskerville-display-pt, serif;
            font-style: normal;
            font-size: 24px;
            line-height: 32px;
            color: #FFFFFF;
            -webkit-transition: all 0.8s ease;
            transition: all 0.8s ease; }
            .our-work-grid .our-work-grid-wrapp .our-work-grid-item figure figcaption span.title span.last {
              font-style: normal; }
          .our-work-grid .our-work-grid-wrapp .our-work-grid-item figure figcaption .take-a-look {
            display: block;
            text-align: center;
            position: absolute;
            left: 0;
            bottom: -53px;
            width: 100%;
            font-family: brandon-grotesque, sans-serif;
            font-weight: 500;
            color: #C59948;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 13px;
            line-height: 13px;
            height: 13px;
            -webkit-transition: all 0.8s ease;
            transition: all 0.8s ease; }
      .our-work-grid .our-work-grid-wrapp .our-work-grid-item a:hover img {
        transform: scale(1.05); }
      .our-work-grid .our-work-grid-wrapp .our-work-grid-item a:hover figcaption span.title {
        bottom: 30px; }
      .our-work-grid .our-work-grid-wrapp .our-work-grid-item a:hover figcaption .take-a-look {
        bottom: 0px; }

.nobluebg .our-work-grid {
  background: inherit; }

.wrapper-cta {
  margin: 80px auto; }
  .wrapper-cta .load-more-block {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }

.bluebg-testimonial-large {
  position: relative;
  padding: 100px 0 700px; }
  @media screen and (max-width: 768px) {
    .bluebg-testimonial-large {
      padding-top: 90px; } }
  .bluebg-testimonial-large .testimonials-wrapper-large {
    max-width: 900px;
    margin: 0 auto;
    text-align: center; }
    .bluebg-testimonial-large .testimonials-wrapper-large .load-more-block {
      margin-bottom: 160px; }
      @media screen and (max-width: 768px) {
        .bluebg-testimonial-large .testimonials-wrapper-large .load-more-block {
          margin-bottom: 70px; } }
    .bluebg-testimonial-large .testimonials-wrapper-large span.testimonial-title {
      display: block;
      font-family: brandon-grotesque, sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      color: #A6A6A6;
      margin-bottom: 60px; }
    .bluebg-testimonial-large .testimonials-wrapper-large blockquote {
      position: relative;
      width: 100%;
      font-family: baskerville-display-pt, serif;
      font-size: 48px;
      line-height: 60px;
      color: #FFFFFF; }
      @media screen and (max-width: 1025px) {
        .bluebg-testimonial-large .testimonials-wrapper-large blockquote {
          margin: 0 auto;
          max-width: 90%; } }
      @media screen and (max-width: 1200px) {
        .bluebg-testimonial-large .testimonials-wrapper-large blockquote {
          font-size: 50px;
          line-height: 58px; } }
      @media screen and (max-width: 768px) {
        .bluebg-testimonial-large .testimonials-wrapper-large blockquote {
          font-size: 32px;
          line-height: 46px;
          max-width: 100%; } }
      @media screen and (max-width: 460px) {
        .bluebg-testimonial-large .testimonials-wrapper-large blockquote {
          font-size: 21px;
          line-height: 32px; } }
      .bluebg-testimonial-large .testimonials-wrapper-large blockquote footer {
        text-transform: uppercase;
        font-size: 12px;
        font-family: brandon-grotesque, sans-serif;
        color: #FFFFFF;
        line-height: 18px;
        position: absolute;
        bottom: -100px;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        font-weight: 500; }
        @media screen and (max-width: 460px) {
          .bluebg-testimonial-large .testimonials-wrapper-large blockquote footer {
            bottom: -70px; } }
        .bluebg-testimonial-large .testimonials-wrapper-large blockquote footer span {
          font-weight: 700;
          font-size: 18px; }
          @media screen and (max-width: 460px) {
            .bluebg-testimonial-large .testimonials-wrapper-large blockquote footer span {
              font-size: 15px; } }

.our-process-box-top-position {
  position: relative;
  background: linear-gradient(to bottom, rgba(236, 238, 238, 0) 0%, rgba(236, 238, 238, 0.03) 10%, rgba(236, 238, 238, 0.05) 20%, rgba(236, 238, 238, 0.1) 50%, #eceeee 100%, #eceeee 100%); }
  .our-process-box-top-position .outer-wrapper {
    background-color: #ffffff;
    max-width: 1280px;
    margin: 0 auto; }
  .our-process-box-top-position:before {
    background-image: url(../svg/curve-bottom2ff7.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: inherit;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    height: 22px;
    top: -22px;
    left: calc((100% - 1280px)/2);
    max-width: 1280px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .our-process-box-top-position:before {
        left: 0; } }
  .our-process-box-top-position:after {
    background-image: url(../svg/bottom_curve_white_small158e.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: inherit;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    bottom: -18px;
    left: 0; }
  .our-process-box-top-position .our-process-box {
    padding: 125px 0 100px;
    text-align: center;
    margin-top: -100px;
    z-index: 1000;
    background: #fff; }
    @media screen and (max-width: 768px) {
      .our-process-box-top-position .our-process-box {
        padding: 60px 0 60px; } }

.latest-news {
  background-color: #ECEEEE;
  padding: 100px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .latest-news {
      padding: 60px 0 80px; } }
  .latest-news:after {
    background-image: url(../svg/grey_curve5e32.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: white;
    content: "";
    width: 100%;
    height: 22px;
    bottom: 0px;
    left: 0;
    position: absolute;
    display: block; }
  @media screen and (max-width: 1200px) {
    .latest-news {
      width: calc(100% - 60px);
      padding-left: 30px;
      padding-right: 30px; } }
  .latest-news .latest_news__header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; }
    .latest-news .latest_news__header h3.part-italic {
      font-family: baskerville-display-pt, serif;
      color: #071535;
      font-size: 36px;
      line-height: 48px;
      font-weight: 400; }
    .latest-news .latest_news__header .line-link:hover {
      padding-right: 45px; }
  .latest-news .latest_news__content {
    display: flex;
    margin-top: 50px;
    flex-flow: row nowrap;
    justify-content: flex-start; }
    @media screen and (max-width: 680px) {
      .latest-news .latest_news__content {
        flex-flow: column; } }
    .latest-news .latest_news__content .latest_news__item {
      width: calc(100%/3 - 40px/3);
      display: inline-block;
      overflow: hidden;
      margin-right: 20px; }
      .latest-news .latest_news__content .latest_news__item:nth-last-child(1) {
        margin-right: 0; }
      @media screen and (max-width: 680px) {
        .latest-news .latest_news__content .latest_news__item {
          width: 100%;
          margin-bottom: 30px;
          margin-right: 0; }
          .latest-news .latest_news__content .latest_news__item:nth-last-child(1) {
            margin-bottom: 0; } }
      .latest-news .latest_news__content .latest_news__item .imgdiv {
        line-height: 0;
        overflow: hidden; }
      .latest-news .latest_news__content .latest_news__item img {
        display: inline-block;
        object-fit: cover;
        width: 100%;
        height: 220px;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease; }
      .latest-news .latest_news__content .latest_news__item .category_name {
        color: #A6A6A6;
        text-transform: uppercase;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 2px;
        display: inline-block;
        width: 100%;
        margin: 15px 0; }
      .latest-news .latest_news__content .latest_news__item .news_title {
        color: #071535;
        font-family: baskerville-display-pt, serif;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease; }
      .latest-news .latest_news__content .latest_news__item:hover img {
        transform: scale(1.05); }
      .latest-news .latest_news__content .latest_news__item:hover .news_title {
        color: #C59948; }

.single .latest-news:after {
  background-image: url(../svg/white_curve23f7.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: inherit;
  content: "";
  width: 100%;
  height: 22px;
  bottom: -22px;
  left: 0;
  position: absolute;
  display: block;
  z-index: 100; }

.text-title-block {
  margin: 100px 0; }
  @media screen and (max-width: 768px) {
    .text-title-block {
      margin: 60px 0; } }
  .text-title-block .text-title {
    max-width: 720px;
    margin: 0 auto;
    text-align: center; }
    .text-title-block .text-title h2 {
      font-family: baskerville-display-pt, serif;
      color: #071535;
      font-size: 30px;
      font-weight: 400;
      font-style: italic;
      line-height: 38px; }
      .text-title-block .text-title h2 span {
        font-style: normal; }
    .text-title-block .text-title .text-title-content {
      margin: 40px 0 50px; }
      .text-title-block .text-title .text-title-content p {
        margin: 0;
        padding: 0;
        color: #605C5A;
        font-family: proxima-nova, sans-serif;
        font-size: 18px;
        line-height: 30px;
        font-weight: 300; }
        @media screen and (max-width: 768px) {
          .text-title-block .text-title .text-title-content p {
            font-size: 15px;
            line-height: 26px;
            padding-left: 40px;
            padding-right: 40px; } }

.other_ranges {
  padding-top: 50px;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .other_ranges {
      margin: 0 20px 20px; } }
  @media screen and (max-width: 460px) {
    .other_ranges {
      padding-top: 0; } }
  .other_ranges .wrapper {
    padding: 80px 0; }
    @media screen and (max-width: 768px) {
      .other_ranges .wrapper {
        padding: 60px 0; } }
    @media screen and (max-width: 680px) {
      .other_ranges .wrapper {
        padding: 40px 0; } }
    .other_ranges .wrapper h3 {
      font-weight: 400;
      font-family: baskerville-display-pt, serif;
      line-height: 46px;
      color: #071535;
      font-size: 36px;
      font-style: italic;
      text-align: center; }
      .other_ranges .wrapper h3 span {
        font-style: normal; }
    .other_ranges .wrapper:after {
      content: "";
      display: table;
      table-layout: fixed;
      clear: both; }
  .other_ranges .project-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1600px;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .other_ranges .project-list {
        width: 100%;
        padding: 0; } }
    @media screen and (max-width: 680px) {
      .other_ranges .project-list {
        flex-flow: column; } }
    .other_ranges .project-list .project-list-item {
      width: calc(100%/3 - 40px/3);
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        .other_ranges .project-list .project-list-item:nth-last-child(1) {
          margin-right: 0; } }
      @media screen and (max-width: 680px) {
        .other_ranges .project-list .project-list-item {
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
  @media screen and (max-width: 680px) and (max-width: 460px) {
    .other_ranges .project-list .project-list-item:nth-last-child(1) {
      margin-bottom: 0; } }
      .other_ranges .project-list .project-list-item:nth-child(3n) {
        margin-right: 0px; }
      .other_ranges .project-list .project-list-item a {
        font-size: 0; }
        .other_ranges .project-list .project-list-item a figure {
          width: 100%;
          position: relative;
          font-size: 0;
          overflow: hidden;
          height: 340px; }
          @media screen and (max-width: 460px) {
            .other_ranges .project-list .project-list-item a figure {
              height: 200px; } }
          .other_ranges .project-list .project-list-item a figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1);
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease; }
          .other_ranges .project-list .project-list-item a figure .imggradient {
            background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
            background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#D9000000', GradientType=0);
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            font-size: 0;
            line-height: 0; }
          .other_ranges .project-list .project-list-item a figure figcaption {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: +1; }
            .other_ranges .project-list .project-list-item a figure figcaption h5 {
              position: absolute;
              font-family: baskerville-display-pt, serif;
              font-size: 24px;
              color: #FFF;
              display: block;
              width: 80%;
              text-align: center;
              left: 10%;
              bottom: 35px;
              font-weight: 400;
              -webkit-transition: all 0.4s ease;
              transition: all 0.4s ease; }
            .other_ranges .project-list .project-list-item a figure figcaption span {
              position: absolute;
              font-family: brandon-grotesque, sans-serif;
              font-size: 13px;
              color: #C59948;
              display: block;
              width: 80%;
              text-align: center;
              text-transform: uppercase;
              left: 10%;
              opacity: 0;
              bottom: 0px;
              font-weight: 400;
              letter-spacing: 1px;
              -webkit-transition: all 0.4s ease;
              transition: all 0.4s ease; }
        .other_ranges .project-list .project-list-item a:hover figure img {
          transform: scale(1.05); }
        .other_ranges .project-list .project-list-item a:hover figure figcaption h5 {
          bottom: 70px; }
        .other_ranges .project-list .project-list-item a:hover figure figcaption span {
          opacity: 1;
          bottom: 35px; }

.our-story-top-block {
  padding: 80px 0; }
  .our-story-top-block .our-story-top-block-content {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .our-story-top-block .our-story-top-block-content {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 100%;
        box-sizing: border-box; } }
    .our-story-top-block .our-story-top-block-content .our-story-img {
      text-align: center;
      margin-bottom: 40px; }
      .our-story-top-block .our-story-top-block-content .our-story-img img {
        border-radius: 50%;
        max-width: 100px; }
    .our-story-top-block .our-story-top-block-content h2 {
      margin: 0 0 40px 0;
      text-align: center;
      color: #071535;
      font-size: 36px;
      line-height: 36px;
      font-weight: 400;
      font-family: baskerville-display-pt, serif;
      text-align: center; }
    .our-story-top-block .our-story-top-block-content .text-title-content {
      text-align: center;
      margin-bottom: 40px; }
      .our-story-top-block .our-story-top-block-content .text-title-content p {
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 300;
        color: #605C5A;
        font-family: proxima-nova, sans-serif;
        line-height: 30px; }
        @media screen and (max-width: 768px) {
          .our-story-top-block .our-story-top-block-content .text-title-content p {
            font-size: 15px;
            line-height: 26px; } }
    .our-story-top-block .our-story-top-block-content .cta-wrapper {
      text-align: center; }
      .our-story-top-block .our-story-top-block-content .cta-wrapper .orange-button {
        display: inline-block;
        max-width: 240px; }

.post-474 .our-services-grid {
  background: none; }

.page-id-474 .beinspired-container:before {
  display: none; }

.blue-our-story {
  background: linear-gradient(to bottom, white 0%, white 310px, #071535 310px, #071535 100%);
  min-height: 800px;
  position: relative;
  padding-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .blue-our-story {
      background: linear-gradient(to bottom, white 0%, white 0px, #071535 0px, #071535 100%);
      padding-bottom: 60px; } }
  .blue-our-story:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    height: 22px;
    border-bottom: 78px solid #FFFFFF;
    background: url(../svg/curve-bottom2ff7.svg) no-repeat center center;
    bottom: 0; }

.our-story-wrapper {
  max-width: 1100px;
  margin: 0 auto; }
  .our-story-wrapper .our-story-video {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative; }
    .our-story-wrapper .our-story-video .video_cover_image {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.8s ease;
      transition: all 0.8s ease; }
      .our-story-wrapper .our-story-video .video_cover_image img {
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease; }
      .our-story-wrapper .our-story-video .video_cover_image:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#33000000', GradientType=0); }
    .our-story-wrapper .our-story-video .playbtn {
      width: 50px;
      height: 50px;
      margin: 30px auto;
      opacity: 1;
      display: inline-block;
      -webkit-transition: all 0.8s ease;
      transition: all 0.8s ease; }
      .our-story-wrapper .our-story-video .playbtn .cls-1 {
        fill: #fff;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .our-story-wrapper .our-story-video .playbtn .cls-2 {
        fill: none;
        stroke: #fff;
        stroke-miterlimit: 10;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .our-story-wrapper .our-story-video .playbtn:hover .cls-1 {
        fill: #C59948; }
      .our-story-wrapper .our-story-video .playbtn:hover .cls-2 {
        stroke: #C59948; }
    .our-story-wrapper .our-story-video .video_btn_title {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 100;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column; }
      .our-story-wrapper .our-story-video .video_btn_title .video-title {
        width: 100%;
        position: absolute;
        bottom: 40px;
        left: 0;
        text-align: center;
        font-size: 21px;
        font-family: baskerville-display-pt, serif;
        color: #FFFFFF;
        font-weight: 400;
        line-height: 21px; }
    .our-story-wrapper .our-story-video:hover .video_cover_image img {
      transform: scale(1.05); }
    .our-story-wrapper .our-story-video:hover .playbtn .cls-1 {
      fill: #C59948; }
    .our-story-wrapper .our-story-video:hover .playbtn .cls-2 {
      stroke: #C59948; }

.the_name {
  max-width: 1100px;
  margin: 140px auto; }
  @media screen and (max-width: 1180px) {
    .the_name {
      margin-left: 40px;
      margin-right: 40px; } }
  @media screen and (max-width: 768px) {
    .the_name {
      margin: 80px 40px; } }
  .the_name .name_title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #A6A6A6;
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: 2px; }
  .the_name .the_name_text {
    margin: 40px auto;
    max-width: 900px; }
    .the_name .the_name_text p {
      font-size: 36px;
      line-height: 48px;
      color: #FFFFFF;
      font-style: italic;
      font-family: baskerville-display-pt, serif;
      text-align: center; }
      @media screen and (max-width: 460px) {
        .the_name .the_name_text p {
          font-size: 21px;
          line-height: 32px; } }

.our-story-repeater {
  margin: 80px auto;
  max-width: 1100px;
  display: flex;
  flex-flow: column; }
  @media screen and (max-width: 768px) {
    .our-story-repeater {
      margin-bottom: 0px;
      margin-left: 40px;
      margin-right: 40px; } }
  @media screen and (max-width: 460px) {
    .our-story-repeater {
      margin-bottom: 0px; } }
  .our-story-repeater .our-story-item {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px; }
    @media screen and (max-width: 768px) {
      .our-story-repeater .our-story-item {
        margin-bottom: 70px;
        align-items: flex-start; }
        .our-story-repeater .our-story-item:nth-last-child(1) {
          margin-bottom: 20px; } }
    @media screen and (max-width: 460px) {
      .our-story-repeater .our-story-item {
        margin-bottom: 50px; } }
    @media screen and (max-width: 680px) {
      .our-story-repeater .our-story-item {
        flex-flow: column; } }
    .our-story-repeater .our-story-item:nth-child(2n) {
      flex-flow: row-reverse; }
      @media screen and (max-width: 680px) {
        .our-story-repeater .our-story-item:nth-child(2n) {
          flex-flow: column; } }
    .our-story-repeater .our-story-item .our-story-item-text {
      width: 100%;
      max-width: 450px;
      display: flex;
      flex-flow: column; }
      @media screen and (max-width: 1025px) {
        .our-story-repeater .our-story-item .our-story-item-text {
          padding-right: 40px;
          padding-left: 0; } }
      @media screen and (max-width: 680px) {
        .our-story-repeater .our-story-item .our-story-item-text {
          max-width: 100%;
          box-sizing: border-box;
          padding: 0px 0px 40px; } }
      .our-story-repeater .our-story-item .our-story-item-text h2 {
        color: #FFFFFF;
        font-family: baskerville-display-pt, serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 40px; }
      .our-story-repeater .our-story-item .our-story-item-text .text-description p {
        color: #CCCCCC;
        font-size: 16px;
        font-weight: 300;
        font-family: proxima-nova, sans-serif;
        line-height: 25px;
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          .our-story-repeater .our-story-item .our-story-item-text .text-description p {
            font-size: 14px;
            line-height: 22px; } }
        .our-story-repeater .our-story-item .our-story-item-text .text-description p:nth-last-child(1) {
          margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .our-story-repeater .our-story-item:nth-child(2n) .our-story-item-text {
        padding-right: 0px;
        padding-left: 40px; } }
    @media screen and (max-width: 680px) {
      .our-story-repeater .our-story-item:nth-child(2n) .our-story-item-text {
        max-width: 100%;
        box-sizing: border-box;
        padding: 0px 0px 40px; } }
    .our-story-repeater .our-story-item .our-story-item-images {
      width: 100%;
      max-width: 550px;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .our-story-repeater .our-story-item .our-story-item-images {
          padding-top: 10px; } }
      @media screen and (max-width: 680px) {
        .our-story-repeater .our-story-item .our-story-item-images {
          max-width: 100%;
          padding-top: 0px; } }
      .our-story-repeater .our-story-item .our-story-item-images .grid {
        width: 100%;
        margin-bottom: 20px; }
        .our-story-repeater .our-story-item .our-story-item-images .grid.half-grid {
          width: calc(100%/2 - 10px);
          margin-bottom: 0; }
        .our-story-repeater .our-story-item .our-story-item-images .grid:nth-last-child(1) {
          margin-bottom: 0; }

.our-story-awards {
  padding-bottom: 140px; }
  @media screen and (max-width: 768px) {
    .our-story-awards {
      padding-bottom: 90px; } }
  @media screen and (max-width: 460px) {
    .our-story-awards {
      padding-bottom: 70px; } }

.awards-title {
  width: 100%;
  text-align: center;
  margin: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 200px; }
  @media screen and (max-width: 1025px) {
    .awards-title {
      height: 170px; } }
  @media screen and (max-width: 768px) {
    .awards-title {
      height: 100px; } }
  @media screen and (max-width: 460px) {
    .awards-title {
      height: 70px;
      margin: 30px 0 40px; } }
  .awards-title .bg-awards-title {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 200px;
    color: #102647;
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
    line-height: 1em;
    z-index: 1;
    text-transform: uppercase; }
    @media screen and (max-width: 1025px) {
      .awards-title .bg-awards-title {
        font-size: 170px; } }
    @media screen and (max-width: 768px) {
      .awards-title .bg-awards-title {
        font-size: 130px; } }
    @media screen and (max-width: 680px) {
      .awards-title .bg-awards-title {
        font-size: 100px; } }
    @media screen and (max-width: 460px) {
      .awards-title .bg-awards-title {
        font-size: 70px; } }
  .awards-title .award-title {
    margin: 0;
    padding: 0;
    color: #A6A6A6;
    font-family: baskerville-display-pt, serif;
    font-size: 36px;
    z-index: 100; }

.award-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .award-list .award-item {
    width: calc(100%/4 - 1px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #10274C;
    border-right: 1px solid #10274C; }
    .award-list .award-item:nth-child(4n) {
      border-right: 0; }
    .award-list .award-item:nth-child(-n+4) {
      border-top: 0; }
    @media screen and (max-width: 768px) {
      .award-list .award-item {
        width: calc(100%/2 - 1px); }
        .award-list .award-item:nth-child(2n) {
          border-right: 0; }
        .award-list .award-item:nth-child(-n+2) {
          border-top: 0; }
        .award-list .award-item:nth-child(-n+4) {
          border-top: 1px solid #10274C; }
        .award-list .award-item:nth-child(1), .award-list .award-item:nth-child(2) {
          border-top: 0 !important; } }
    .award-list .award-item span {
      padding: 40px 50px;
      display: inline-block;
      color: #CCCCCC;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 1px;
      font-family: brandon-grotesque, sans-serif;
      text-transform: uppercase;
      text-align: center;
      max-width: 170px; }
      @media screen and (max-width: 680px) {
        .award-list .award-item span {
          padding: 30px; } }

.team-block .team-wrapper {
  max-width: 1100px;
  margin: 70px auto 0;
  display: flex;
  flex-flow: column; }
  @media screen and (max-width: 1180px) {
    .team-block .team-wrapper {
      margin: 70px 20px 0; } }
  @media screen and (max-width: 768px) {
    .team-block .team-wrapper {
      margin: 60px 20px 0; } }
  .team-block .team-wrapper .team-intro {
    max-width: 730px;
    margin: 0 auto; }
    .team-block .team-wrapper .team-intro p {
      color: #605C5A;
      font-size: 18px;
      font-weight: 300;
      font-family: proxima-nova, sans-serif;
      line-height: 30px;
      margin: 0;
      padding: 0;
      width: 100%;
      text-align: center; }
  .team-block .team-wrapper .team-list {
    margin: 120px 0 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; }
    @media screen and (max-width: 768px) {
      .team-block .team-wrapper .team-list {
        justify-content: space-between; } }
    @media screen and (max-width: 680px) {
      .team-block .team-wrapper .team-list {
        flex-flow: column; } }
    .team-block .team-wrapper .team-list .team-item {
      width: calc(100%/3 - 40px/3);
      margin-right: 19.9px;
      margin-bottom: 60px;
      display: flex;
      flex-flow: column; }
      @media screen and (max-width: 768px) {
        .team-block .team-wrapper .team-list .team-item {
          width: calc(100%/2 - 20px/2);
          margin-right: 0px; } }
      @media screen and (max-width: 680px) {
        .team-block .team-wrapper .team-list .team-item {
          width: 100%;
          margin-right: 0;
          margin-bottom: 40px; } }
      .team-block .team-wrapper .team-list .team-item:nth-child(3n) {
        margin-right: 0; }
      .team-block .team-wrapper .team-list .team-item .team-item-image {
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
        position: relative;
        transition: opacity .7s linear;
        height: 354px; }
        @media screen and (max-width: 460px) {
          .team-block .team-wrapper .team-list .team-item .team-item-image {
            height: 300px; } }
        .team-block .team-wrapper .team-list .team-item .team-item-image img {
          position: absolute;
          top: 0;
          left: 0;
          overflow: hidden;
          /* Sets the width and height for the images*/
          width: 100%;
          height: 354px;
          object-fit: cover; }
          @media screen and (max-width: 460px) {
            .team-block .team-wrapper .team-list .team-item .team-item-image img {
              height: 300px; } }
        .team-block .team-wrapper .team-list .team-item .team-item-image .top {
          z-index: 9999;
          transition: opacity .7s linear; }
        .team-block .team-wrapper .team-list .team-item .team-item-image .bottom {
          transition: opacity .7s linear; }
        .team-block .team-wrapper .team-list .team-item .team-item-image:hover > .top {
          opacity: 0; }
        .team-block .team-wrapper .team-list .team-item .team-item-image:hover > .nohover {
          opacity: 1 !important; }
      .team-block .team-wrapper .team-list .team-item .team-item-desc {
        padding: 0 10px;
        display: flex;
        flex-flow: column; }
        .team-block .team-wrapper .team-list .team-item .team-item-desc .team-item-name {
          display: inline-block;
          color: #000000;
          font-size: 21px;
          font-weight: 400;
          font-family: baskerville-display-pt, serif;
          margin-bottom: 10px; }
          @media screen and (max-width: 768px) {
            .team-block .team-wrapper .team-list .team-item .team-item-desc .team-item-name {
              font-size: 19px;
              margin-bottom: 0px; } }
          @media screen and (max-width: 460px) {
            .team-block .team-wrapper .team-list .team-item .team-item-desc .team-item-name {
              font-size: 21px;
              margin-bottom: 0px; } }
        .team-block .team-wrapper .team-list .team-item .team-item-desc .team-item-role {
          display: inline-block;
          font-size: 12px;
          font-family: baskerville-display-pt, serif;
          letter-spacing: 1px;
          font-weight: 400;
          text-transform: uppercase; }
        .team-block .team-wrapper .team-list .team-item .team-item-desc .team-item-intro {
          margin-top: 25px;
          font-size: 14px;
          line-height: 24px;
          font-weight: 300;
          font-family: proxima-nova, sans-serif;
          color: #605C5A; }
          @media screen and (max-width: 768px) {
            .team-block .team-wrapper .team-list .team-item .team-item-desc .team-item-intro {
              font-size: 14px;
              line-height: 21px; } }
          @media screen and (max-width: 460px) {
            .team-block .team-wrapper .team-list .team-item .team-item-desc .team-item-intro {
              margin-top: 15px; } }

.team-cta {
  width: 100%;
  display: flex;
  flex: row;
  justify-content: center;
  align-items: center;
  margin: 0px 0 0; }
  @media screen and (max-width: 680px) {
    .team-cta {
      margin-bottom: 60px; } }

@media screen and (max-width: 1140px) {
  .archive-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; } }

.category-nav {
  /* height: 50px; */
  background-color: #ECEEEE;
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .category-nav .wrapper {
    display: flex;
    padding: 15px 0px 15px 0px;
  }

  @media screen and (max-width: 680px) {
  .category-nav .wrapper {
    
    width: fit-content;
    overflow-x: scroll;
    scrollbar-color: #ECEEEE #ECEEEE; 
    scrollbar-width: none; 
    text-wrap-mode: nowrap;
    line-height: 1;

    min-width: 100dvw;
    padding-inline: 30px;
  }

}
  .category-nav .category-nav-wrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    /* width: 100%; */
    position: relative; }
    @media screen and (max-width: 1140px) {
      .category-nav .category-nav-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box; } }
  .category-nav .cat-nav {
    display: flex;
    flex-flow: row;
    align-items: center;
    height: 16px; }
    @media screen and (max-width: 680px) {
      .category-nav .cat-nav {
        display: block;  margin-right: 30px;} }
    .category-nav .cat-nav li {
      display: inline-block;
      margin-right: 30px;
      padding-right: 30px;
      position: relative; }
      .category-nav .cat-nav li:after {
        content: ' ';
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 50%;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #A6A6A6; }
      .category-nav .cat-nav li:nth-last-child(1) {
        margin: 0;
        padding: 0; }
        .category-nav .cat-nav li:nth-last-child(1):after {
          display: none; }
      .category-nav .cat-nav li a {
        color: #A6A6A6;
        font-size: 14px;
        font-weight: 500;
        font-family: brandon-grotesque, sans-serif;
        letter-spacing: 0.5px; }
        .category-nav .cat-nav li a:hover {
          color: #C49848; }
      .category-nav .cat-nav li.current-menu-item a {
        color: #C49848; }

.featured-blog-slide-wrapper {
  overflow: hidden;
  margin-bottom: 20px; }

.featured-blog-slide {
  background-color: #ECEEEE;
  height: 450px;
  margin-bottom: 0px;
  position: relative; }
  .featured-blog-slide .slick-dots {
    position: absolute;
    left: calc(65% - 10px);
    bottom: 40px; }
    @media screen and (max-width: 680px) {
      .featured-blog-slide .slick-dots {
        left: 20px;
        display: none !important;
       } }
    .featured-blog-slide .slick-dots li {
      display: inline-block;
      margin-right: 18px; }
      .featured-blog-slide .slick-dots li span {
        font-family: brandon-grotesque, sans-serif;
        font-size: 12px;
        color: #A6A6A6;
        cursor: pointer; }
      .featured-blog-slide .slick-dots li.slick-active span {
        color: #000000; }

.featured_post_item {
  display: flex !important;
  flex-flow: row;
  height: 450px;
  margin-bottom: 20px; }
  @media screen and (max-width: 680px) {
    .featured_post_item {
      height: auto;
      flex-flow: column; } }
  .featured_post_item .left_featured_post {
    width: 65%; }
    @media screen and (max-width: 680px) {
      .featured_post_item .left_featured_post {
        width: 100%; } }
    .featured_post_item .left_featured_post img {
      width: 100%;
      height: 100%;
      object-fit: cover; aspect-ratio: 16/9;
      overflow: hidden; }
  .featured_post_item .right_featured_post {
    width: 35%;
    padding: 35px 50px; }
    @media screen and (max-width: 680px) {
      .featured_post_item .right_featured_post {
        width: 100%;
        padding: 35px 20px 25px;
        box-sizing: border-box; } }
    .featured_post_item .right_featured_post span {
      text-transform: uppercase;
      color: #A6A6A6;
      font-size: 12px;
      letter-spacing: 2px;
      font-family: brandon-grotesque, sans-serif;
      display: inline-block;
      width: 100%;
      margin-bottom: 30px; }
      @media screen and (max-width: 680px) {
        .featured_post_item .right_featured_post span {
          margin-bottom: 10px; } }
    .featured_post_item .right_featured_post .h2 {
      width: 100%;
      text-align: left; }
      .featured_post_item .right_featured_post .h2 a {
        display: inline-block;
        text-decoration: none;
        color: #071535;
        font-size: 30px;
        line-height: 42px;
        font-family: baskerville-display-pt, serif;
        font-weight: 400;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        @media screen and (max-width: 680px) {
          .featured_post_item .right_featured_post .h2 a {
            font-size: 24px;
            line-height: 32px; } }
        .featured_post_item .right_featured_post .h2 a:hover {
          color: #C49848; }

.blog-post-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap; }
  @media screen and (max-width: 680px) {
    .blog-post-list {
      flex-flow: column; } }
  .blog-post-list article {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    display: block; }
    @media screen and (max-width: 680px) {
      .blog-post-list article {
        width: 100%; } }
  .blog-post-list .post_item {
    display: inline-block;
    transition: all 0.4s ease;
    position: relative;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    height: 100%;
    width: 100%;
    border-left: 1px solid #ECEEEE;
    border-right: 1px solid #ECEEEE;
    border-bottom: 5px solid #ECEEEE; }
    .blog-post-list .post_item .line-hover {
      position: absolute;
      width: 0;
      height: 5px;
      left: 0;
      background: #C49848;
      bottom: -5px; }
      .blog-post-list .post_item .line-hover.right {
        right: 0;
        left: auto; }
    .blog-post-list .post_item .post_item_image {
      height: 330px;
      overflow: hidden; }
      @media screen and (max-width: 460px) {
        .blog-post-list .post_item .post_item_image {
          height: 300px; } }
      .blog-post-list .post_item .post_item_image img {
        display: inline-block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1);
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease; }
    .blog-post-list .post_item .post_item_text {
      padding: 30px 40px;
      min-height: 130px; }
      @media screen and (max-width: 680px) {
        .blog-post-list .post_item .post_item_text {
          padding: 20px;
          min-height: auto; } }
      .blog-post-list .post_item .post_item_text span {
        display: inline-block;
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 2px;
        color: #A6A6A6;
        font-family: brandon-grotesque, sans-serif;
        text-transform: uppercase;
        margin-bottom: 30px; }
        @media screen and (max-width: 460px) {
          .blog-post-list .post_item .post_item_text span {
            margin-bottom: 10px; } }
      .blog-post-list .post_item .post_item_text .h2 {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
        color: #071535;
        font-family: baskerville-display-pt, serif; }
        @media screen and (max-width: 460px) {
          .blog-post-list .post_item .post_item_text .h2 {
            font-size: 21px;
            line-height: 30px; } }
    .blog-post-list .post_item:hover .post_item_image img {
      transform: scale(1.05); }
    .blog-post-list .post_item:hover .post_item_text .h2 {
      color: #C49848; }

.blog-most-popular {
  background-color: #ECEEEE;
  padding: 80px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .blog-most-popular {
      padding: 60px 20px; } }
  @media screen and (max-width: 680px) {
    .blog-most-popular {
      padding: 0 20px 60px; } }
  .blog-most-popular:before {
    background-image: url(../svg/white_curve23f7.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: inherit;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    top: 0px;
    left: 0; }
  .blog-most-popular:after {
    background: url(../svg/curve-bottom2ff7.svg) no-repeat center center;
    content: "";
    width: 100%;
    height: 22px;
    bottom: 0;
    left: 0;
    position: absolute; }
  .blog-most-popular .blog-most-popular-content {
    display: flex;
    flex-flow: column; }
    .blog-most-popular .blog-most-popular-content h3 {
      color: #A6A6A6;
      font-family: brandon-grotesque, sans-serif;
      font-weight: 400;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 60px; }
      @media screen and (max-width: 768px) {
        .blog-most-popular .blog-most-popular-content h3 {
          margin-bottom: 40px; } }
      @media screen and (max-width: 680px) {
        .blog-most-popular .blog-most-popular-content h3 {
          margin-top: 60px;
          margin-bottom: 40px; } }
    .blog-most-popular .blog-most-popular-content .most-popular-list {
      width: 100%;
      display: flex;
      flex-flow: row;
      justify-content: space-between; }
      @media screen and (max-width: 680px) {
        .blog-most-popular .blog-most-popular-content .most-popular-list {
          flex-flow: column; } }
      .blog-most-popular .blog-most-popular-content .most-popular-list .post_items, .blog-most-popular .blog-most-popular-content .most-popular-list .video_items, .blog-most-popular .blog-most-popular-content .most-popular-list .popular_items {
        display: block;
        width: calc(100%/4 - 60px/4); }
        @media screen and (max-width: 680px) {
          .blog-most-popular .blog-most-popular-content .most-popular-list .post_items, .blog-most-popular .blog-most-popular-content .most-popular-list .video_items, .blog-most-popular .blog-most-popular-content .most-popular-list .popular_items {
            width: 100%;
            margin-bottom: 20px; } }
        .blog-most-popular .blog-most-popular-content .most-popular-list .post_items .post_item_img, .blog-most-popular .blog-most-popular-content .most-popular-list .video_items .post_item_img, .blog-most-popular .blog-most-popular-content .most-popular-list .popular_items .post_item_img {
          height: 160px;
          margin-bottom: 20px;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .blog-most-popular .blog-most-popular-content .most-popular-list .post_items .post_item_img, .blog-most-popular .blog-most-popular-content .most-popular-list .video_items .post_item_img, .blog-most-popular .blog-most-popular-content .most-popular-list .popular_items .post_item_img {
              height: 120px; } }
          @media screen and (max-width: 460px) {
            .blog-most-popular .blog-most-popular-content .most-popular-list .post_items .post_item_img, .blog-most-popular .blog-most-popular-content .most-popular-list .video_items .post_item_img, .blog-most-popular .blog-most-popular-content .most-popular-list .popular_items .post_item_img {
              height: 150px; } }
          .blog-most-popular .blog-most-popular-content .most-popular-list .post_items .post_item_img img, .blog-most-popular .blog-most-popular-content .most-popular-list .video_items .post_item_img img, .blog-most-popular .blog-most-popular-content .most-popular-list .popular_items .post_item_img img {
            display: inline-block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease; }
        .blog-most-popular .blog-most-popular-content .most-popular-list .post_items h4, .blog-most-popular .blog-most-popular-content .most-popular-list .video_items h4, .blog-most-popular .blog-most-popular-content .most-popular-list .popular_items h4 {
          font-size: 18px;
          line-height: 28px;
          color: #071535;
          font-family: baskerville-display-pt, serif;
          font-weight: 400;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          @media screen and (max-width: 768px) {
            .blog-most-popular .blog-most-popular-content .most-popular-list .post_items h4, .blog-most-popular .blog-most-popular-content .most-popular-list .video_items h4, .blog-most-popular .blog-most-popular-content .most-popular-list .popular_items h4 {
              font-size: 15px;
              line-height: 21px; } }
          @media screen and (max-width: 460px) {
            .blog-most-popular .blog-most-popular-content .most-popular-list .post_items h4, .blog-most-popular .blog-most-popular-content .most-popular-list .video_items h4, .blog-most-popular .blog-most-popular-content .most-popular-list .popular_items h4 {
              font-size: 16px;
              line-height: 22px; } }
        .blog-most-popular .blog-most-popular-content .most-popular-list .post_items:hover .post_item_img img, .blog-most-popular .blog-most-popular-content .most-popular-list .video_items:hover .post_item_img img, .blog-most-popular .blog-most-popular-content .most-popular-list .popular_items:hover .post_item_img img {
          transform: scale(1.05); }
        .blog-most-popular .blog-most-popular-content .most-popular-list .post_items:hover h4, .blog-most-popular .blog-most-popular-content .most-popular-list .video_items:hover h4, .blog-most-popular .blog-most-popular-content .most-popular-list .popular_items:hover h4 {
          color: #C49848; }

.load-more-cta-container {
  margin: 60px 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .load-more-cta-container {
      margin: 60px 20px;
      max-width: calc(100% - 40px); } }
  .load-more-cta-container .load-more-cta {
    display: flex;
    flex-flow: row;
    justify-content: center;
    overflow: hidden; }
    .load-more-cta-container .load-more-cta button {
      cursor: pointer;
      position: relative;
      z-index: 100; }
      .load-more-cta-container .load-more-cta button span:before, .load-more-cta-container .load-more-cta button span:after {
        content: '';
        display: inline-block;
        height: 1px;
        position: absolute;
        top: calc(50% + 1px);
        width: 1000px;
        background-color: #F1EDEC; }
      .load-more-cta-container .load-more-cta button span:before {
        right: 100%;
        margin-right: 60px; }
      .load-more-cta-container .load-more-cta button span:after {
        left: 100%;
        margin-left: 60px; }

.top_video_item .post_video_img {
  position: relative; }

.top_video_item .featureslider_overlay {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  background-color: #071535;
  opacity: 0.6; }

.top_video_item span.vsplaybtn {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  z-index: +2; }
  .top_video_item span.vsplaybtn .cls-1 {
    fill: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .top_video_item span.vsplaybtn .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }

.top_video_item:hover span.vsplaybtn .cls-1 {
  fill: #C59948; }

.top_video_item:hover span.vsplaybtn .cls-2 {
  stroke: #C59948; }

.other-categories {
  color: #A6A6A6;
  font-size: 14px;
  font-weight: 500;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 0.5px;
  position: relative;
  padding: 17px 30px 17px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 460px) {
    .other-categories {
      display: none; } }
  .other-categories:after {
    content: '';
    position: absolute;
    display: block;
    top: 22px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #A6A6A6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .other-categories:hover {
    color: #FFFFFF;
    background-color: #A6A6A6; }
    .other-categories:hover:after {
      border-top-color: #FFFFFF; }

.secondary_category_wrapper {
  position: absolute;
  right: 0px;
  top: 47px;
  min-width: 150px;
  z-index: 200;
  height: 0;
  overflow: hidden; }

.secondary_category ul {
  padding: 10px 25px;
  background-color: #A6A6A6;
  min-width: 150px; }

.secondary_category li {
  display: block;
  margin-bottom: 15px;
  text-align: right; }
  .secondary_category li a {
    color: #ECEEEE;
    font-size: 14px;
    font-weight: 500;
    font-family: brandon-grotesque, sans-serif;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .secondary_category li a:hover {
      color: #051535; }

.page-header {
  display: flex;
  margin: 60px 0;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 460px) {
    .page-header {
      flex-flow: column;
      margin: 40px 0; } }
  .page-header .page-title {
    width: 50%;
    font-size: 36px;
    line-height: 46px;
    color: #071535;
    font-family: baskerville-display-pt, serif;
    margin: 0;
    font-weight: 400; }
    @media screen and (max-width: 460px) {
      .page-header .page-title {
        width: 100%;
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 36px; } }
  @media screen and (max-width: 460px) {
    .page-header .line-link {
      width: 100%;
      box-sizing: border-box;
      font-size: 12px; } }

.featured-blog-slider-container {
  margin-top: 20px; }
  @media screen and (max-width: 1180px) {
    .featured-blog-slider-container {
      margin-left: 20px;
      margin-right: 20px; } }

@media screen and (max-width: 1180px) {
  .blog-post-container-wrapper {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px; } }

.mobile-categories {
  color: #A6A6A6;
  font-size: 14px;
  font-weight: 500;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 0.5px;
  position: relative;
  padding: 17px 30px 17px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none; }
  @media screen and (max-width: 680px) {
    .mobile-categories {
      display: block; } }
  .mobile-categories:after {
    content: '';
    position: absolute;
    display: block;
    top: 27px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #A6A6A6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .mobile-categories:hover {
    color: #FFFFFF;
    background-color: #A6A6A6; }
    .mobile-categories:hover:after {
      border-top-color: #FFFFFF; }

.mobile_category_wrapper {
  position: absolute;
  left: 0px;
  top: 47px;
  min-width: 310px;
  z-index: 200;
  height: 0;
  overflow: hidden; }

.mobile_category ul {
  padding: 10px 25px;
  background-color: #A6A6A6;
  min-width: 150px; }

.mobile_category li {
  display: block;
  margin-bottom: 15px;
  text-align: left; }
  .mobile_category li a {
    color: #ECEEEE;
    font-size: 14px;
    font-weight: 500;
    font-family: brandon-grotesque, sans-serif;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .mobile_category li a:hover {
      color: #051535; }

.post-single {
  max-width: 730px;
  color: #605C5A;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300; }
  @media screen and (max-width: 730px) {
    .post-single {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box; } }
  .post-single blockquote {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .post-single p {
    color: #605C5A;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    padding: 0;
    margin-bottom: 25px; }
    .post-single p img {
      display: block;
      margin: 0 auto; }
  .post-single h1 {
    color: #071535;
    font-family: baskerville-display-pt, serif;
    font-size: 36px;
    line-height: 46px;
    margin: 30px 0;
    padding: 0;
    font-weight: 400; }
    @media screen and (max-width: 460px) {
      .post-single h1 {
        font-size: 26px;
        line-height: 36px; } }
  .post-single h2 {
    color: #071535;
    font-family: baskerville-display-pt, serif;
    font-size: 30px;
    line-height: 42px;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 400; }
    @media screen and (max-width: 460px) {
      .post-single h2 {
        font-size: 24px;
        line-height: 34px; } }
  .post-single h3 {
    color: #071535;
    font-family: baskerville-display-pt, serif;
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 400; }
  .post-single ul, .post-single ol {
    list-style-position: inside;
    margin-bottom: 40px;
    padding-left: 40px; }
  .post-single figure {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    max-width: 100% !important; }
    .post-single figure figcaption {
      transform-origin: left bottom;
      font-size: 14px;
      font-family: brandon-grotesque, sans-serif;
      color: #CECECE;
      display: block;
      margin: 25px auto; }
  .post-single a {
    font-weight: bold;
    color: #C49848;
    position: relative;
    display: inline-block; }
    .post-single a:after {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      bottom: 0px;
      height: 0;
      border-bottom: 2px solid #C49848;
      width: 0; }
  .post-single .line-hover {
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    background: #C49848;
    bottom: 0px; }
    .post-single .line-hover.right {
      right: 0;
      left: auto; }

.share_article_wrapper {
  margin: 60px 0 0; }
  .share_article_wrapper .wrapper {
    overflow: hidden; }

.share_article {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  align-items: center; }

.share-title {
  display: inline-block;
  position: relative;
  z-index: 100;
  font-size: 12px;
  color: #A6A6A6;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .share-title span {
    display: inline-block; }
    .share-title span:before, .share-title span:after {
      content: '';
      display: inline-block;
      height: 1px;
      position: absolute;
      top: calc(50% + 1px);
      width: 1000px;
      background-color: #F1EDEC; }
    .share-title span:before {
      right: 100%;
      margin-right: 60px; }
    .share-title span:after {
      left: 100%;
      margin-left: 60px; }

.social-icons {
  display: flex;
  margin: 40px 0 0;
  justify-content: center; }
  .social-icons a, .social-icons div {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 20px; }
    .social-icons a:nth-last-child(1), .social-icons div:nth-last-child(1) {
      margin-right: 0; }
    .social-icons a svg, .social-icons div svg {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .social-icons a svg circle, .social-icons div svg circle {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    .social-icons a:hover svg circle, .social-icons div:hover svg circle {
      fill: #C59948; }

.featured-social {
  position: absolute;
  bottom: -7px;
  left: 188px;
  width: 0;
  height: 30px;
  overflow: hidden; }
  .featured-social a, .featured-social div {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    transform: rotate(90deg); }
    @media screen and (max-width: 1280px) {
      .featured-social a, .featured-social div {
        transform: none; } }
    .featured-social a:nth-last-child(1), .featured-social div:nth-last-child(1) {
      margin-right: 0; }
    .featured-social a svg, .featured-social div svg {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .featured-social a svg circle, .featured-social div svg circle {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    .featured-social a:hover svg circle, .featured-social div:hover svg circle {
      fill: #C59948; }

.more-news-like-this {
  background: none; }
  .more-news-like-this .latest_news__header {
    text-align: center; }
    .more-news-like-this .latest_news__header .more_like_title {
      display: block;
      text-align: center;
      width: 100%;
      text-align: center;
      font-size: 24px;
      font-family: baskerville-display-pt, serif;
      color: #071535;
      font-weight: 400; }

.article-header {
  display: flex;
  justify-content: flex-start;
  margin-top: 60px; }
  .article-header .thedate {
    display: inline-block;
    color: #A6A6A6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 12px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400; }

.article-categories {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-top: 50px; }
  .article-categories a {
    display: inline-block;
    color: #A6A6A6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #c1c1c173;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .article-categories a:hover {
      color: #C49848; }
    .article-categories a:nth-last-child(1) {
      margin-right: 0;
      padding-right: 0;
      border-right: 0; }

.single-content-area {
  background-image: url(../svg/bg_single_leavesc551.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 90% auto; }

.single-maincontent {
  background: linear-gradient(rgba(236, 238, 238, 0.7), #FFFFFF);
  display: flex;
  flex-flow: column; }

.social-icons a.facebook_mess_share {
  display: none; }
  @media screen and (max-width: 1024px) {
    .social-icons a.facebook_mess_share {
      display: inline-block; } }

@media screen and (max-width: 768px) {
  .top-header-contact {
    padding-left: 40px;
    padding-right: 40px;
    width: calc(100% - 80px) !important; } }

.top-header-contact h1 {
  font-weight: 400; }
  .top-header-contact h1 span {
    font-weight: 400 !important; }

.top-header-contact p.headerfade {
  max-width: 520px !important; }

.top-header-contact .cta_container {
  height: 45px;
  margin: 40px 0;
  text-align: center; }
  .top-header-contact .cta_container .btn-orange-button {
    max-width: 245px;
    background-color: #C59948;
    border: 1px solid white;
    border-radius: 25px;
    display: inline-block !important;
    position: relative !important;
    padding-bottom: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    padding: 15px 20px !important;
    color: #ffffff !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .top-header-contact .cta_container .btn-orange-button:after {
      display: none; }
    .top-header-contact .cta_container .btn-orange-button:hover {
      background: transparent;
      border: 1px solid #C59948;
      color: #C59948 !important; }

.contact_details {
  max-width: 850px;
  margin: 60px auto 100px;
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  width: 100%; }
  @media screen and (max-width: 460px) {
    .contact_details {
      flex-flow: column; } }
  .contact_details .content_detail {
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 180px; }
    @media screen and (max-width: 768px) {
      .contact_details .content_detail {
        padding-left: 80px;
        width: 100%; } }
    @media screen and (max-width: 460px) {
      .contact_details .content_detail {
        background: none;
        padding-left: 0; } }
    .contact_details .content_detail:nth-child(1) {
      background-image: url(../svg/bg_contact_dividerc322.svg);
      background-position: right center;
      background-repeat: no-repeat;
      background-size: 1px 80px;
      padding-right: 180px;
      padding-left: 0; }
      @media screen and (max-width: 768px) {
        .contact_details .content_detail:nth-child(1) {
          padding-right: 80px; } }
      @media screen and (max-width: 460px) {
        .contact_details .content_detail:nth-child(1) {
          background: none;
          padding-right: 0;
          margin-bottom: 40px; } }
    .contact_details .content_detail .content_detail_ico {
      width: 50px; }
      .contact_details .content_detail .content_detail_ico img {
        display: inline-block; }
    .contact_details .content_detail .content_detail_label {
      width: 100%;
      text-align: center;
      color: #A6A6A6;
      font-family: brandon-grotesque, sans-serif;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 12px;
      margin: 25px 0 15px; }
    .contact_details .content_detail .content_detail_link a {
      position: relative;
      font-size: 21px;
      color: #605C5A;
      font-family: baskerville-display-pt, serif;
      font-weight: 400;
      position: relative;
      display: inline-block;
      padding-bottom: 0;
      letter-spacing: 0;
      text-transform: none;
      padding-bottom: 4px; }
      @media screen and (max-width: 768px) {
        .contact_details .content_detail .content_detail_link a {
          font-size: 18px; } }
      .contact_details .content_detail .content_detail_link a .line-hover {
        position: absolute;
        width: 0;
        height: 2px;
        left: 0;
        background: #C49848;
        bottom: 0px; }
        .contact_details .content_detail .content_detail_link a .line-hover.right {
          right: 0;
          left: auto; }
      .contact_details .content_detail .content_detail_link a:after {
        display: none; }

@media screen and (max-width: 460px) {
  .top-header-contact p.headerfade {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.contactform {
  background-color: #071535;
  padding: 120px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .contactform {
      padding: 80px 80px 120px; } }
  @media screen and (max-width: 680px) {
    .contactform {
      padding: 60px 50px 120px; } }
  @media screen and (max-width: 460px) {
    .contactform {
      padding: 60px 40px 120px; } }
  .contactform:before {
    background-image: url(../svg/white_curve23f7.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: inherit;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    top: -1px;
    left: 0; }
  .contactform:after {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 1280px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    height: 22px;
    border-bottom: 78px solid #FFFFFF;
    background: url(../svg/curve-bottom2ff7.svg) no-repeat center center;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      .contactform:after {
        border-bottom: 38px solid #FFFFFF; } }
  .contactform .contactform_content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 730px;
    margin: 0 auto; }
    .contactform .contactform_content h2 {
      color: #FFFFFF !important;
      font-size: 36px;
      line-height: 46px;
      font-family: baskerville-display-pt, serif;
      font-weight: 400;
      text-align: center; }

.contactform_det {
  margin-top: 60px; }
  @media screen and (max-width: 460px) {
    .contactform_det {
      margin-top: 20px; } }
  .contactform_det .project_type, .contactform_det .project_budget {
    line-height: 0;
    display: block; }
  .contactform_det .line {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media screen and (max-width: 680px) {
      .contactform_det .line {
        flex-flow: column;
        margin-top: 20px;
        margin-bottom: 20px; }
        .contactform_det .line br, .contactform_det .line p {
          display: none; } }
  .contactform_det label, .contactform_det .label {
    display: inline-block;
    width: calc(50% - 15px);
    color: #C59948;
    font-size: 18px;
    font-weight: baskerville-display-pt, serif; }
    @media screen and (max-width: 680px) {
      .contactform_det label, .contactform_det .label {
        width: 100%; }
        .contactform_det label:nth-child(1), .contactform_det .label:nth-child(1) {
          margin-bottom: 20px; } }
    .contactform_det label br, .contactform_det .label br {
      display: none; }
    .contactform_det label span.inpt_title, .contactform_det .label span.inpt_title {
      font-size: 18px;
      font-weight: baskerville-display-pt, serif;
      color: #C59948;
      width: 100%;
      display: inline-block; }
    .contactform_det label span, .contactform_det .label span {
      color: #A6A6A6; }
    .contactform_det label input, .contactform_det .label input {
      display: inline-block;
      box-sizing: border-box;
      width: 100%;
      border-radius: 25px;
      background: #ffffff;
      margin-top: 15px;
      height: 45px;
      border: 0;
      padding: 15px 20px;
      color: #000000;
      font-weight: 300;
      font-family: proxima-nova, sans-serif;
      font-size: 16px; }
      .contactform_det label input::placeholder, .contactform_det .label input::placeholder {
        color: #A6A6A6; }
  .contactform_det .fullline label {
    width: 100%; }
  .contactform_det .inpt_area {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 25px;
    background: #ffffff;
    margin-top: 15px;
    height: 150px;
    border: 0;
    padding: 15px 20px;
    color: #000000;
    font-weight: 300;
    font-family: proxima-nova, sans-serif;
    font-size: 16px; }
  .contactform_det .contactform_footer {
    width: 100%;
    margin: 30px 0; }
    .contactform_det .contactform_footer p {
      color: #A6A6A6;
      font-size: 12px;
      font-weight: 300;
      font-family: proxima-nova, sans-serif;
      line-height: 18px; }
  .contactform_det .btn_submit {
    display: inline-block;
    margin-top: 30px;
    background-color: #C49848;
    box-sizing: border-box;
    width: 100%;
    border-radius: 25px;
    height: 45px;
    border: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: brandon-grotesque, sans-serif;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #C59948; }
    .contactform_det .btn_submit:hover {
      background-color: #071535;
      color: #C59948; }

.select {
  position: relative; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  width: 100%;
  height: 45px;
  margin: 15px 0 0 0; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  line-height: 25px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  padding: 8px 15px;
  box-sizing: border-box;
  height: 45px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #404040 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px; }
  .select-styled:hover {
    background-color: #fafafa; }
  .select-styled:active, .select-styled.active {
    background-color: #f2f2f2; }
    .select-styled:active:after, .select-styled.active:after {
      top: 9px;
      border-color: transparent transparent #404040 transparent; }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f2f2f2; }
  .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #e6e6e6;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    color: #000000;
    font-weight: 300;
    font-family: proxima-nova, sans-serif;
    font-size: 16px; }
    .select-options li:hover {
      color: #FFFFFF;
      background: #404040; }
    .select-options li[rel="hide"] {
      display: none; }

textarea:focus, input:focus {
  outline: none; }

div.wpcf7-response-output {
  color: #A6A6A6;
  font-size: 12px;
  font-weight: 300;
  font-family: proxima-nova, sans-serif;
  line-height: 18px;
  border: 0; }

div.wpcf7-mail-sent-ok {
  border: 0;
  color: white; }

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 0; }

div.wpcf7-spam-blocked {
  border: 0; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0;
  color: red !important; }

span.wpcf7-not-valid-tip {
  color: red !important;
  font-size: 12px !important;
  display: inline-block;
  margin-top: 10px; }

.map_address {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  position: relative; }
  @media screen and (max-width: 680px) {
    .map_address {
      flex-flow: column; } }
  .map_address .map_container {
    width: 50%; }
    @media screen and (max-width: 680px) {
      .map_address .map_container {
        width: 100%;
        height: 300px; } }
    .map_address .map_container .acf-map {
      width: 100%;
      height: 100%; }
      .map_address .map_container .acf-map .gmnoprint {
        display: none !important; }
  .map_address .address_container {
    width: 50%;
    background-color: #071535;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
    flex-flow: column; }
    @media screen and (max-width: 768px) {
      .map_address .address_container {
        min-height: 180px;
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media screen and (max-width: 680px) {
      .map_address .address_container {
        width: 100%;
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px; } }
    .map_address .address_container .h3 {
      color: #C49848;
      font-size: 30px;
      width: 100%;
      text-align: center; }
    .map_address .address_container .address {
      max-width: 370px;
      margin: 40px auto 0; }
      @media screen and (max-width: 460px) {
        .map_address .address_container .address {
          margin-top: 20px; } }
      .map_address .address_container .address p {
        padding: 0;
        margin: 0;
        color: #FFFFFF;
        font-size: 30px;
        line-height: 42px;
        font-weight: 400;
        font-family: baskerville-display-pt, serif;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .map_address .address_container .address p {
            font-size: 26px;
            line-height: 34px; } }
        @media screen and (max-width: 680px) {
          .map_address .address_container .address p {
            font-size: 24px;
            line-height: 32px; } }
        @media screen and (max-width: 460px) {
          .map_address .address_container .address p {
            font-size: 21px;
            line-height: 32px; } }
  .map_address .featureds-link {
    transform: rotate(-90deg);
    transform-origin: right bottom;
    position: absolute;
    bottom: 100%;
    width: 50%;
    right: -90px; }
    @media screen and (max-width: 1500px) {
      .map_address .featureds-link {
        width: 100%;
        right: 0;
        top: -40px;
        transform: none;
        text-align: right; } }
    @media screen and (max-width: 768px) {
      .map_address .featureds-link {
        display: none; } }
    .map_address .featureds-link a.line-link:hover {
      padding-left: 0px;
      padding-right: 45px; }
      .map_address .featureds-link a.line-link:hover:before {
        width: 0px; }

.address_wrapper {
  background-image: url(../svg/bg_grey_address5258.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-position: 107% 107%; }

.our-brouchures-container {
  padding: 80px 0 0;
  background-color: #ECEEEE; }
  @media screen and (max-width: 768px) {
    .our-brouchures-container {
      padding-top: 60px; } }
  @media screen and (max-width: 680px) {
    .our-brouchures-container {
      padding-top: 40px; } }
  .our-brouchures-container .our-brouchures {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 75px 0 0; }
    @media screen and (max-width: 768px) {
      .our-brouchures-container .our-brouchures {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 60px; } }
    @media screen and (max-width: 680px) {
      .our-brouchures-container .our-brouchures {
        flex-flow: column; } }
    @media screen and (max-width: 460px) {
      .our-brouchures-container .our-brouchures {
        margin-top: 40px; } }
    .our-brouchures-container .our-brouchures .brouchure {
      display: inline-block;
      width: calc(50% - 10px);
      position: relative;
      line-height: 0;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      overflow: hidden; }
      @media screen and (max-width: 680px) {
        .our-brouchures-container .our-brouchures .brouchure {
          width: 100%;
          margin-bottom: 20px; } }
      .our-brouchures-container .our-brouchures .brouchure img {
        width: 100%;
        height: 100%;
        display: inline-block;
        object-fit: cover;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .our-brouchures-container .our-brouchures .brouchure:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(7, 21, 53, 0.5);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .our-brouchures-container .our-brouchures .brouchure .brouchures-detail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .our-brouchures-container .our-brouchures .brouchure .brouchures-detail h4 {
          color: #FFFFFF;
          z-index: 100;
          font-size: 36px;
          font-family: baskerville-display-pt, serif;
          font-weight: 400;
          margin: 0; }
      .our-brouchures-container .our-brouchures .brouchure:hover:after {
        background-color: rgba(7, 21, 53, 0.7); }
      .our-brouchures-container .our-brouchures .brouchure:hover img {
        transform: scale(1.05); }

.line-down {
  width: 1px;
  height: 0;
  background: #ffffff;
  z-index: 1000;
  position: absolute;
  top: 60%;
  left: 50%; }
  @media screen and (max-width: 768px) {
    .line-down {
      height: 40px; } }
  @media screen and (max-width: 460px) {
    .line-down {
      height: 30px; } }

.downloadup {
  display: inline-block;
  color: #C59948;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 13px;
  font-family: brandon-grotesque, sans-serif;
  z-index: 1000;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -20px; }
  @media screen and (max-width: 768px) {
    .downloadup {
      bottom: 40px; } }

.policy-detail {
  padding-top: 60px; }

.policy-detail-wrapper {
  max-width: 730px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .policy-detail-wrapper {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 100%;
      width: 100%;
      box-sizing: border-box; } }
  .policy-detail-wrapper .last-updated {
    font-size: 12px;
    color: #A6A6A6;
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .policy-detail-wrapper h1 {
    color: #071535;
    font-family: baskerville-display-pt, serif;
    font-size: 36px;
    font-weight: 400;
    margin: 50px 0; }
    @media screen and (max-width: 768px) {
      .policy-detail-wrapper h1 {
        margin: 40px 0; } }
    @media screen and (max-width: 680px) {
      .policy-detail-wrapper h1 {
        margin: 30px 0; } }
  .policy-detail-wrapper .policy_item {
    display: flex;
    flex-flow: column;
    width: 100%;
    border-top: 1px solid #F1EDEC;
    padding: 40px 0; }
    .policy-detail-wrapper .policy_item h3 {
      color: #000000;
      font-size: 21px;
      font-weight: 400;
      font-family: baskerville-display-pt, serif;
      margin: 0 0 30px 0; }
    .policy-detail-wrapper .policy_item h2 {
      color: #000000;
      font-size: 30px;
      font-weight: 400;
      font-family: baskerville-display-pt, serif;
      margin: 0 0 30px 0; }
    .policy-detail-wrapper .policy_item .policy_item_content {
      color: #605C5A;
      font-size: 14px;
      font-weight: 300;
      line-height: 24px; }
      .policy-detail-wrapper .policy_item .policy_item_content p {
        color: #605C5A;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        margin-bottom: 25px; }
        .policy-detail-wrapper .policy_item .policy_item_content p:nth-last-child(1) {
          margin-bottom: 0; }
      .policy-detail-wrapper .policy_item .policy_item_content ul, .policy-detail-wrapper .policy_item .policy_item_content ol {
        margin: 20px 0 20px 40px; }
        .policy-detail-wrapper .policy_item .policy_item_content ul:nth-last-of-type(1), .policy-detail-wrapper .policy_item .policy_item_content ol:nth-last-of-type(1) {
          margin-bottom: 0; }
      .policy-detail-wrapper .policy_item .policy_item_content a {
        color: #C49848;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        position: relative;
        display: inline-block; }
      .policy-detail-wrapper .policy_item .policy_item_content .line-hover {
        position: absolute;
        width: 0;
        height: 2px;
        left: 0;
        background: #C49848;
        bottom: 0px; }
        .policy-detail-wrapper .policy_item .policy_item_content .line-hover.right {
          right: 0;
          left: auto; }

.text-featured-slider {
  background: linear-gradient(rgba(236, 238, 238, 0.5), rgba(236, 238, 238, 0.7));
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    .text-featured-slider {
      background: #FFFFFF;
      background: linear-gradient(to bottom, rgba(236, 238, 238, 0.5) 0%, rgba(236, 238, 238, 0.7) 75%, transparent 75%, transparent 100%); } }
  .text-featured-slider .featuredslider-container {
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, transparent 50%, #FFFFFF 50%, #FFFFFF 100%); }
  .text-featured-slider:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 70%;
    transform: translateZ(-1px) scale(1.5);
    /* Force the background image to fill the whole element. */
    backgorund-size: 100% auto;
    opacity: 0.7;
    background-position: top center;
    /* Keep the image from overlapping sibling elements. */
    z-index: -1;
    background-image: url(../svg/leavesdf23.svg); }

.entry-content {
  /* Set the perspective to 2px. This is essentailly the simulated distance from the viewport to transformed objects.*/
  perspective: 2px; }

.left-navigation .menu li {
  position: relative;
  padding-bottom: 20px; }
  .left-navigation .menu li.menu-item-has-children {
    padding-right: 20px; }
    .left-navigation .menu li.menu-item-has-children a {
      display: inline-block; }
      .left-navigation .menu li.menu-item-has-children a:after {
        position: absolute;
        top: 5px;
        right: 0;
        width: 10px;
        content: '›';
        color: #ffffff;
        transform: rotate(90deg);
        transition: .5s all; }
    .left-navigation .menu li.menu-item-has-children:hover .sub-menu {
      display: block; }
    .left-navigation .menu li.menu-item-has-children:hover a {
      color: #C59948; }
      .left-navigation .menu li.menu-item-has-children:hover a:after {
        color: #C59948; }
  .left-navigation .menu li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(104, 104, 104, 0.6);
    width: 210px;
    padding: 20px; }
    .left-navigation .menu li .sub-menu li {
      display: inline-block;
      border-bottom: 1px solid #FFFFFF;
      padding: 0 0 15px 0;
      width: 100%;
      margin-bottom: 15px;
      margin-right: 0; }
      .left-navigation .menu li .sub-menu li:nth-last-child(1) {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0 !important; } 
      .left-navigation .menu li .sub-menu li a {
        color: #FFFFFF !important;
        text-transform: none; }
        .left-navigation .menu li .sub-menu li a:after {
          display: none; }
      .left-navigation .menu li .sub-menu li:hover a {
        color: #C59948 !important; }

.darkheader .left-navigation .menu .sub-menu, .darkheader .right-navigation .menu .sub-menu {
  background: rgba(242, 242, 242, 0.6); }
  .darkheader .left-navigation .menu .sub-menu li, .darkheader .right-navigation .menu .sub-menu li {
    border-bottom: 1px solid #D8D8D8; }
    .darkheader .left-navigation .menu .sub-menu li a, .darkheader .right-navigation .menu .sub-menu li a {
      color: #9B9B9B !important; }

.mobile-navigation {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 100vw;
  z-index: 0;
  background: #071535;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .mobile-navigation.show {
    display: flex; }

#menu-mobile-menu {
  display: flex;
  flex-flow: column;
  width: 250px;
  margin: 0 auto; }
  @media screen and (max-width: 460px) {
    #menu-mobile-menu {
      margin-top: -50px; } }
  #menu-mobile-menu li {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
    position: relative; }
    #menu-mobile-menu li.menu-item-has-children {
      padding-right: 0px;
      display: inline-block; }
      #menu-mobile-menu li.menu-item-has-children a {
        display: inline-block; }
        #menu-mobile-menu li.menu-item-has-children a:after {
          position: absolute;
          top: 0px;
          right: 20px;
          width: 10px;
          content: '›';
          color: #ffffff;
          transform: rotate(90deg);
          transition: .2s all;
          font-size: 30px; }
    #menu-mobile-menu li.menu_open a:after {
      color: #C59948;
      transform: rotate(-90deg); }
    #menu-mobile-menu li .sub-menu {
      overflow: hidden;
      height: 0; }
      #menu-mobile-menu li .sub-menu.submenu_open {
        margin: 20px 0 0 0px; }
      #menu-mobile-menu li .sub-menu li {
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 100%; }
        #menu-mobile-menu li .sub-menu li a {
          text-align: center;
          font-size: 16px;
          letter-spacing: 0.5px;
          font-family: brandon-grotesque, sans-serif;
          text-transform: none;
          font-weight: 300; }
          #menu-mobile-menu li .sub-menu li a::after {
            display: none;
            content: ''; }
          @media screen and (max-width: 460px) {
            #menu-mobile-menu li .sub-menu li a {
              font-size: 16px; } }
        #menu-mobile-menu li .sub-menu li:nth-last-child(1) {
          margin-bottom: 0;
        border-bottom:0; }
    #menu-mobile-menu li:nth-last-child(1) {
      margin-bottom: 0; border-bottom:0; }
    #menu-mobile-menu li a {
      text-align: center;
      font-size: 21px;
      letter-spacing: 0.5px;
      font-family: brandon-grotesque, sans-serif;
      text-transform: uppercase;
      font-weight: 300; }
      @media screen and (max-width: 460px) {
        #menu-mobile-menu li a {
          font-size: 18px; } }

.hamburger-container {
  cursor: pointer;
  position: absolute;
  top: 45px;
  right: 30px;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .hamburger-container .hamburger-menu {
    cursor: pointer; }
  .hamburger-container .hamburger {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    z-index: +99;
    background: none;
    border: none;
    cursor: pointer;
    border-top: 1px solid #ffffff; }
    .hamburger-container .hamburger:before, .hamburger-container .hamburger:after {
      content: '';
      position: absolute;
      height: 1px;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -2px;
      background: #FFFFFF;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      cursor: pointer; }
      .hamburger-container .hamburger:before:hover, .hamburger-container .hamburger:after:hover {
        background: #9B684F; }
    .hamburger-container .hamburger:after {
      top: 100%; }
  .hamburger-container .hamburger-open {
    border-top: 0; }
    .hamburger-container .hamburger-open .hamburger:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .hamburger-container .hamburger-open .hamburger:after {
      transform-origin: 100% 100%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.nav-icon-5 {
  width: 25px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 1200px) {
    .nav-icon-5 {
      display: inline-block; } }

.nav-icon-5 span {
  background-color: #fff;
  position: absolute;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 1px;
  transition-duration: 500ms; }

.nav-icon-5 span:nth-child(1) {
  top: 0px;
  left: 0px; }

.nav-icon-5 span:nth-child(2) {
  top: 9px;
  left: 0px;
  opacity: 1; }

.nav-icon-5 span:nth-child(3) {
  bottom: 0px;
  left: 0px; }

.nav-icon-5.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px; }

.nav-icon-5.open span:nth-child(2) {
  opacity: 0; }

.nav-icon-5.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px; }


  .contactform_det input.wpcf7-not-valid {
  border: 1px solid red;
  }


  .contactform_footer .sign-up  input {
    width: 20px;
    margin-top: 10px;
    margin-right: 30px;
    height: 20px;
    transform: scale(2);
    accent-color: #c59948;
 }
 .contactform_footer .sign-up  label {
  display: flex;
  width: 100%
 }



/*# sourceMappingURL=main.min.css.map*/