@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.article-link, .pagination .next,
.pagination .prev, .pagination span.page-numbers,
.pagination a.page-numbers {
  font-family: "TTNorms-Bold", Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .article-link, .pagination .next,
  .pagination .prev, .pagination span.page-numbers,
  .pagination a.page-numbers {
    -webkit-transition: none;
    transition: none;
  }
}

.article-link:hover, .pagination .next:hover,
.pagination .prev:hover, .pagination span.page-numbers:hover,
.pagination a.page-numbers:hover, .article-link:focus, .pagination .next:focus,
.pagination .prev:focus, .pagination span.page-numbers:focus,
.pagination a.page-numbers:focus {
  text-decoration: none;
}

.article-link:focus, .pagination .next:focus,
.pagination .prev:focus, .pagination span.page-numbers:focus,
.pagination a.page-numbers:focus, .focus.article-link, .pagination .focus.next,
.pagination .focus.prev, .pagination span.focus.page-numbers,
.pagination a.focus.page-numbers {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.disabled.article-link, .pagination .disabled.next,
.pagination .disabled.prev, .pagination span.disabled.page-numbers,
.pagination a.disabled.page-numbers, .article-link:disabled, .pagination .next:disabled,
.pagination .prev:disabled, .pagination span.page-numbers:disabled,
.pagination a.page-numbers:disabled {
  opacity: 0.65;
}

.article-link:not(:disabled):not(.disabled), .pagination .next:not(:disabled):not(.disabled),
.pagination .prev:not(:disabled):not(.disabled), .pagination span.page-numbers:not(:disabled):not(.disabled),
.pagination a.page-numbers:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html, body {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.container-wide {
  padding: 0 40px;
  margin: auto;
}

@media (max-width: 767.98px) {
  .container-wide {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container, .blog-list-wrap .slick-arrow-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .blog-list-wrap .slick-arrow-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .blog-list-wrap .slick-arrow-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .blog-list-wrap .slick-arrow-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .blog-list-wrap .slick-arrow-container {
    max-width: 1024px;
  }
}

@media (min-width: 1460px) {
  .container, .blog-list-wrap .slick-arrow-container {
    max-width: 1190px;
  }
}

@media (max-width: 767.98px) {
  .container, .blog-list-wrap .slick-arrow-container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
  }
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

header,
footer,
article,
section,
hgroup,
nav,
figure {
  display: block;
}

form,
fieldset,
button {
  border: none;
}

input {
  -webkit-appearance: none;
}

button {
  background-color: transparent;
  -webkit-appearance: none;
}

body {
  font-size: 16px;
  line-height: 1.2;
  font-family: "TTNorms-Regular", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-weight: normal;
  font-style: normal;
  color: #62574d;
}

body.open-menu {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

a {
  color: #62574d;
  text-decoration: none;
  display: inline-block;
}

.page__main {
  padding-top: 150px;
  position: relative;
}

@media (max-width: 767.98px) {
  .page__main {
    padding-top: 112px;
  }
}

.caption, .awards .heading, .clients .heading, .contact-form .heading, .more-work .heading, .section .heading, .team .heading, .testimonials .heading, .web-design .heading {
  position: relative;
}

.caption::before, .awards .heading::before, .clients .heading::before, .contact-form .heading::before, .more-work .heading::before, .section .heading::before, .team .heading::before, .testimonials .heading::before, .web-design .heading::before {
  content: '';
  position: absolute;
  top: -142px;
  left: -53px;
  width: 96px;
  height: 245px;
  z-index: -1;
  background: url("../images/minified-svg/text-bg-light.svg") repeat;
  background-size: 10px;
}

@media (max-width: 991.98px) {
  .caption::before, .awards .heading::before, .clients .heading::before, .contact-form .heading::before, .more-work .heading::before, .section .heading::before, .team .heading::before, .testimonials .heading::before, .web-design .heading::before {
    top: -91px;
    height: 195px;
  }
}

.caption__subtitle, .awards .heading__subtitle, .clients .heading__subtitle, .contact-form .heading__subtitle, .more-work .heading__subtitle, .section .heading__subtitle, .team .heading__subtitle, .testimonials .heading__subtitle, .web-design .heading__subtitle {
  font-size: 23px;
  color: #a96e54;
  font-family: "TTNorms-Regular", Arial, sans-serif;
  position: relative;
}

@media (max-width: 767.98px) {
  .caption__subtitle, .awards .heading__subtitle, .clients .heading__subtitle, .contact-form .heading__subtitle, .more-work .heading__subtitle, .section .heading__subtitle, .team .heading__subtitle, .testimonials .heading__subtitle, .web-design .heading__subtitle {
    margin-bottom: 10px;
  }
}

.caption__subtitle strong, .awards .heading__subtitle strong, .clients .heading__subtitle strong, .contact-form .heading__subtitle strong, .more-work .heading__subtitle strong, .section .heading__subtitle strong, .team .heading__subtitle strong, .testimonials .heading__subtitle strong, .web-design .heading__subtitle strong,
.caption__subtitle span,
.awards .heading__subtitle span,
.clients .heading__subtitle span,
.contact-form .heading__subtitle span,
.more-work .heading__subtitle span,
.section .heading__subtitle span,
.team .heading__subtitle span,
.testimonials .heading__subtitle span,
.web-design .heading__subtitle span {
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

.caption__title, .awards .heading__title, .clients .heading__title, .contact-form .heading__title, .more-work .heading__title, .section .heading__title, .team .heading__title, .testimonials .heading__title, .web-design .heading__title {
  font-size: 50px;
  text-transform: uppercase;
  color: #62574d;
  font-family: "TTNorms-Bold", Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 767.98px) {
  .caption__title, .awards .heading__title, .clients .heading__title, .contact-form .heading__title, .more-work .heading__title, .section .heading__title, .team .heading__title, .testimonials .heading__title, .web-design .heading__title {
    font-size: 36px;
  }
}

.caption__link {
  display: inline-block;
  font-size: 11px;
  font-family: "TTNorms-Bold", Arial, sans-serif;
  color: #c6c6c6;
  text-transform: uppercase;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-loading .slick-list {
  background: #fff url("../images/general/spinner.svg") center center no-repeat;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
  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;
}

.article-item {
  padding: 25px 0;
}

@media (min-width: 576px) {
  .article-item {
    padding: 50px 0;
  }
}

.article-item:first-child {
  padding-top: 0;
}

@media (min-width: 576px) {
  .article-item:first-child {
    padding-top: 0;
  }
}

.article-item:not(:last-child) {
  border-bottom: 1px solid #a96e54;
}

.article-subtitle {
  color: #a96e54;
  font-family: "TTNorms-Regular", Arial, sans-serif;
}

.article-subtitle a {
  color: inherit;
}

.article-title {
  font-family: "TTNorms-ExtraBold", Arial, sans-serif;
  text-transform: uppercase;
}

.article-title a {
  color: inherit;
}

.article-desc {
  padding: 1em 0;
}

.article-link {
  color: #fff;
  background-color: #a96e54;
  border-color: #a96e54;
}

.article-link:hover {
  color: #fff;
  background-color: #8f5d47;
  border-color: #875843;
}

.article-link:focus, .article-link.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
}

.article-link.disabled, .article-link:disabled {
  color: #fff;
  background-color: #a96e54;
  border-color: #a96e54;
}

.article-link:not(:disabled):not(.disabled):active, .article-link:not(:disabled):not(.disabled).active,
.show > .article-link.dropdown-toggle {
  color: #fff;
  background-color: #875843;
  border-color: #7e523f;
}

.article-link:not(:disabled):not(.disabled):active:focus, .article-link:not(:disabled):not(.disabled).active:focus,
.show > .article-link.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
}

.categories ul {
  list-style: none;
}

@media (min-width: 576px) {
  .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 576px) {
  .content-row .sidebar {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}

@media (min-width: 576px) {
  .content-row .content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68.75%;
            flex: 0 0 68.75%;
    max-width: 68.75%;
  }
}

.search-form .form-group {
  margin-bottom: 1em;
}

.search-form .form-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px 18px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.2;
  font-family: "TTNorms-Regular", Arial, sans-serif;
  color: #62574d;
  outline: none;
  background-color: #fff;
  border: 2px solid #f6f6f6;
}

.search-form .form-control:focus {
  border-color: #a96e54;
}

.pagination {
  text-align: center;
  padding: 25px 0;
  margin: 0 -2px;
}

@media (min-width: 576px) {
  .pagination {
    padding: 50px 0;
  }
}

.pagination .prev-holder,
.pagination .next-holder {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}

.pagination .next,
.pagination .prev {
  color: #fff;
  background-color: #a96e54;
  border-color: #a96e54;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.pagination .next:hover,
.pagination .prev:hover {
  color: #fff;
  background-color: #8f5d47;
  border-color: #875843;
}

.pagination .next:focus, .pagination .next.focus,
.pagination .prev:focus,
.pagination .prev.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
}

.pagination .next.disabled, .pagination .next:disabled,
.pagination .prev.disabled,
.pagination .prev:disabled {
  color: #fff;
  background-color: #a96e54;
  border-color: #a96e54;
}

.pagination .next:not(:disabled):not(.disabled):active, .pagination .next:not(:disabled):not(.disabled).active,
.show > .pagination .next.dropdown-toggle,
.pagination .prev:not(:disabled):not(.disabled):active,
.pagination .prev:not(:disabled):not(.disabled).active,
.show >
.pagination .prev.dropdown-toggle {
  color: #fff;
  background-color: #875843;
  border-color: #7e523f;
}

.pagination .next:not(:disabled):not(.disabled):active:focus, .pagination .next:not(:disabled):not(.disabled).active:focus,
.show > .pagination .next.dropdown-toggle:focus,
.pagination .prev:not(:disabled):not(.disabled):active:focus,
.pagination .prev:not(:disabled):not(.disabled).active:focus,
.show >
.pagination .prev.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
}

@media screen and (prefers-reduced-motion: reduce) {
  .pagination .next,
  .pagination .prev {
    -webkit-transition: none;
    transition: none;
  }
}

.pagination ul.page-numbers {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.pagination ul.page-numbers li {
  display: inline-block;
  padding: 0 2px;
}

.pagination span.page-numbers,
.pagination a.page-numbers {
  color: #fff;
  background-color: #a96e54;
  border-color: #a96e54;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.pagination span.page-numbers:hover,
.pagination a.page-numbers:hover {
  color: #fff;
  background-color: #8f5d47;
  border-color: #875843;
}

.pagination span.page-numbers:focus, .pagination span.page-numbers.focus,
.pagination a.page-numbers:focus,
.pagination a.page-numbers.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
}

.pagination span.page-numbers.disabled, .pagination span.page-numbers:disabled,
.pagination a.page-numbers.disabled,
.pagination a.page-numbers:disabled {
  color: #fff;
  background-color: #a96e54;
  border-color: #a96e54;
}

.pagination span.page-numbers:not(:disabled):not(.disabled):active, .pagination span.page-numbers:not(:disabled):not(.disabled).active,
.show > .pagination span.page-numbers.dropdown-toggle,
.pagination a.page-numbers:not(:disabled):not(.disabled):active,
.pagination a.page-numbers:not(:disabled):not(.disabled).active,
.show >
.pagination a.page-numbers.dropdown-toggle {
  color: #fff;
  background-color: #875843;
  border-color: #7e523f;
}

.pagination span.page-numbers:not(:disabled):not(.disabled):active:focus, .pagination span.page-numbers:not(:disabled):not(.disabled).active:focus,
.show > .pagination span.page-numbers.dropdown-toggle:focus,
.pagination a.page-numbers:not(:disabled):not(.disabled):active:focus,
.pagination a.page-numbers:not(:disabled):not(.disabled).active:focus,
.show >
.pagination a.page-numbers.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
}

@media screen and (prefers-reduced-motion: reduce) {
  .pagination span.page-numbers,
  .pagination a.page-numbers {
    -webkit-transition: none;
    transition: none;
  }
}

.pagination span.page-numbers.current,
.pagination a.page-numbers.current {
  color: #fff;
  background-color: #62574d;
  border-color: #62574d;
  cursor: default !important;
}

.pagination span.page-numbers.current:hover,
.pagination a.page-numbers.current:hover {
  color: #fff;
  background-color: #4d443c;
  border-color: #453e37;
}

.pagination span.page-numbers.current:focus, .pagination span.page-numbers.current.focus,
.pagination a.page-numbers.current:focus,
.pagination a.page-numbers.current.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 87, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(98, 87, 77, 0.5);
}

.pagination span.page-numbers.current.disabled, .pagination span.page-numbers.current:disabled,
.pagination a.page-numbers.current.disabled,
.pagination a.page-numbers.current:disabled {
  color: #fff;
  background-color: #62574d;
  border-color: #62574d;
}

.pagination span.page-numbers.current:not(:disabled):not(.disabled):active, .pagination span.page-numbers.current:not(:disabled):not(.disabled).active,
.show > .pagination span.page-numbers.current.dropdown-toggle,
.pagination a.page-numbers.current:not(:disabled):not(.disabled):active,
.pagination a.page-numbers.current:not(:disabled):not(.disabled).active,
.show >
.pagination a.page-numbers.current.dropdown-toggle {
  color: #fff;
  background-color: #453e37;
  border-color: #3e3731;
}

.pagination span.page-numbers.current:not(:disabled):not(.disabled):active:focus, .pagination span.page-numbers.current:not(:disabled):not(.disabled).active:focus,
.show > .pagination span.page-numbers.current.dropdown-toggle:focus,
.pagination a.page-numbers.current:not(:disabled):not(.disabled):active:focus,
.pagination a.page-numbers.current:not(:disabled):not(.disabled).active:focus,
.show >
.pagination a.page-numbers.current.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 87, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(98, 87, 77, 0.5);
}

.scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.slick-arrow svg {
  position: absolute;
  width: 50px;
  height: 14px;
  bottom: 0;
}

body:not(.touch) .slick-arrow:hover {
  width: 50px;
}

.slick-arrow:active {
  width: 50px;
}

@-webkit-keyframes background-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes background-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
            animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.awards {
  padding: 235px 0 100px;
}

@media (max-width: 991.98px) {
  .awards {
    padding-top: 200px;
  }
}

.awards .container-wide {
  position: relative;
}

@media (max-width: 991.98px) {
  .awards .container-wide {
    padding-right: 0;
    padding-left: 0;
  }
}

.awards .container-wide::after {
  content: '';
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f6f6f6;
}

@media (max-width: 991.98px) {
  .awards .container-wide::after {
    left: 0;
    right: 0;
  }
}

.awards .heading {
  padding-bottom: 80px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .awards .heading {
    padding-bottom: 60px;
  }
}

.awards .heading::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.awards .heading__subtitle {
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

.awards .items-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 0 70px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 1199.98px) {
  .awards .items-holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .awards .items-holder {
    padding-top: 80px;
  }
}

.awards .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  width: 30%;
  height: 228px;
  color: #b9b9b9;
  background: transparent;
  border-radius: 4px;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, box-shadow 0.3s ease-in;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

@media (max-width: 991.98px) {
  .awards .item {
    color: #777;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px 0 #d9d9d9;
            box-shadow: 0 4px 20px 0 #d9d9d9;
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .awards .item {
    padding: 25px;
  }
}

@media (max-width: 991.98px) {
  .awards .item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.awards .item .img-hover {
  max-width: calc(100% - 100px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

@media (max-width: 767.98px) {
  .awards .item .img-hover {
    max-width: calc(100% - 50px);
  }
}

.awards .item .img {
  width: auto;
  display: block;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  opacity: 0.35;
}

@media (max-width: 991.98px) {
  .awards .item .img {
    opacity: .5;
  }
}

.awards .item .img-hover + .img {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .awards .item .img-hover + .img {
    opacity: 0;
  }
}

.awards .item .img-hover {
  display: block;
  opacity: 0;
}

@media (max-width: 991.98px) {
  .awards .item .img-hover {
    opacity: 1;
  }
}

.awards .item:hover {
  color: #777;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px 0 #d9d9d9;
          box-shadow: 0 4px 20px 0 #d9d9d9;
}

.awards .item:hover .title {
  opacity: 1;
}

.awards .item:hover .img {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .awards .item:hover .img {
    opacity: .5;
  }
}

.awards .item:hover .img-hover + .img {
  opacity: 0;
}

.awards .item:hover .img-hover {
  opacity: 1;
}

@media (min-width: 992px) {
  .awards .item:not(:nth-child(3n)) {
    margin-right: calc((100% - 90%) / 2);
  }
}

@media (max-width: 991.98px) {
  .awards .item {
    max-width: 385px;
    width: 100%;
  }
}

.awards .item svg {
  height: 100%;
  width: auto;
}

.awards .item .title {
  position: absolute;
  left: 0;
  bottom: 48px;
  width: 100%;
  padding: 0 10px;
  color: #a96e54;
  font-size: 16px;
  font-family: "TTNorms-Bold", Arial, sans-serif;
  letter-spacing: -.08em;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

@media (max-width: 991.98px) {
  .awards .item .title {
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
  }
}

.blog-list-background {
  position: relative;
}

.blog-list-background::after {
  content: '';
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f6f6f6;
}

@media (min-width: 1200px) {
  .blog-list-background::after {
    left: calc((100% - 984px) / 2);
  }
}

@media (min-width: 1460px) {
  .blog-list-background::after {
    left: calc((100% - 1150px) / 2);
  }
}

@media (max-width: 991.98px) {
  .blog-list-background::after {
    left: 0;
    right: 0;
  }
}

.blog-list-wrap {
  padding: 142px 0 100px;
  margin: 50px 0;
}

@media (max-width: 991.98px) {
  .blog-list-wrap {
    padding: 120px 0 80px;
  }
}

@media (max-width: 767.98px) {
  .blog-list-wrap {
    padding: 120px 0 0px;
  }
}

@media (max-width: 991.98px) {
  .blog-list-wrap .container-wide {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .blog-list-wrap .container-wide {
    padding-left: calc((100% - 984px) / 2);
  }
}

@media (min-width: 1460px) {
  .blog-list-wrap .container-wide {
    padding-left: calc((100% - 1150px) / 2);
  }
}

.blog-list-wrap .caption, .blog-list-wrap .awards .heading, .awards .blog-list-wrap .heading, .blog-list-wrap .clients .heading, .clients .blog-list-wrap .heading, .blog-list-wrap .contact-form .heading, .contact-form .blog-list-wrap .heading, .blog-list-wrap .more-work .heading, .more-work .blog-list-wrap .heading, .blog-list-wrap .section .heading, .section .blog-list-wrap .heading, .blog-list-wrap .team .heading, .team .blog-list-wrap .heading, .blog-list-wrap .testimonials .heading, .testimonials .blog-list-wrap .heading, .blog-list-wrap .web-design .heading, .web-design .blog-list-wrap .heading {
  margin-bottom: 86px;
}

@media (min-width: 992px) {
  .blog-list-wrap .caption, .blog-list-wrap .awards .heading, .awards .blog-list-wrap .heading, .blog-list-wrap .clients .heading, .clients .blog-list-wrap .heading, .blog-list-wrap .contact-form .heading, .contact-form .blog-list-wrap .heading, .blog-list-wrap .more-work .heading, .more-work .blog-list-wrap .heading, .blog-list-wrap .section .heading, .section .blog-list-wrap .heading, .blog-list-wrap .team .heading, .team .blog-list-wrap .heading, .blog-list-wrap .testimonials .heading, .testimonials .blog-list-wrap .heading, .blog-list-wrap .web-design .heading, .web-design .blog-list-wrap .heading {
    margin-bottom: 125px;
  }
}

.blog-list-wrap .caption__holder {
  display: block;
}

@media (max-width: 575.98px) {
  .blog-list-wrap .caption__title, .blog-list-wrap .awards .heading__title, .awards .blog-list-wrap .heading__title, .blog-list-wrap .clients .heading__title, .clients .blog-list-wrap .heading__title, .blog-list-wrap .contact-form .heading__title, .contact-form .blog-list-wrap .heading__title, .blog-list-wrap .more-work .heading__title, .more-work .blog-list-wrap .heading__title, .blog-list-wrap .section .heading__title, .section .blog-list-wrap .heading__title, .blog-list-wrap .team .heading__title, .team .blog-list-wrap .heading__title, .blog-list-wrap .testimonials .heading__title, .testimonials .blog-list-wrap .heading__title, .blog-list-wrap .web-design .heading__title, .web-design .blog-list-wrap .heading__title {
    margin: 0 0 19px;
  }
}

.blog-list-wrap .caption__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.2em;
}

.blog-list-wrap .caption__link:hover {
  color: #a96e54;
}

.blog-list-wrap .caption__link:hover .arrow {
  width: 26px;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.blog-list-wrap .caption__link .arrow {
  margin-right: 10px;
  width: 21px;
  overflow: hidden;
  display: inline-block;
  height: 12px;
  position: relative;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.blog-list-wrap .caption__link svg {
  position: absolute;
  right: 0;
  width: 26px;
}

.blog-list-wrap .module-hero-button-wrap {
  padding: 20px 0 40px;
  text-align: center;
}

.blog-list--alt {
  padding: 142px 0 0;
}

@media (max-width: 767.98px) {
  .blog-list--alt {
    margin: 0 0 50px;
  }
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.no-js .blog-list {
  overflow-x: auto;
}

@media (max-width: 991.98px) {
  .blog-list {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media (max-width: 767.98px) {
  .blog-list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.blog-list__item {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 385px;
      flex-basis: 385px;
  max-width: 385px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767.98px) {
  .blog-list__item {
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    max-width: 320px;
  }
}

.blog-list .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  outline: none;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  padding: 36px 10%;
}

.blog-list .blog-item::after {
  opacity: 0;
  pointer-events: none;
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.blog-list .blog-item.hover::after, .blog-list .blog-item:hover::after {
  opacity: 0.749;
}

.blog-list .blog-item.hover .blog-list__desc, .blog-list .blog-item:hover .blog-list__desc {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.blog-list .blog-item.hover .blog-list__name, .blog-list .blog-item:hover .blog-list__name {
  color: #a96e54;
}

.blog-list .blog-item.hover .show-more, .blog-list .blog-item:hover .show-more {
  color: #a96e54;
}

.blog-list__date {
  font-family: "TTNorms-Medium", Arial, sans-serif;
  color: #c6c6c6;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
}

.blog-list__title {
  margin-bottom: 30px;
  font-family: "TTNorms-Medium", Arial, sans-serif;
  font-size: 23px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: #a96e54;
  letter-spacing: -0.06em;
}

.blog-list__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog-list .show-more {
  display: inline-block;
  font-size: 11px;
  font-family: "TTNorms-Bold", Arial, sans-serif;
  color: #b9b9b9;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.14em;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  margin-top: 30px;
}

.blog-list .show-more .arrow {
  margin-top: -3px;
  margin-right: 10px;
  width: 21px;
  overflow: hidden;
  display: inline-block;
  height: 12px;
  position: relative;
}

.blog-list .show-more svg {
  position: absolute;
  right: 0;
  width: 26px;
}

.blog-list-wrap .slick-list {
  margin: auto;
  padding: 0;
  padding-left: 40px;
  overflow: visible;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .blog-list-wrap .slick-list {
    padding-left: 60px;
  }
}

@media (max-width: 767.98px) {
  .blog-list-wrap .slick-list {
    padding-left: 25px;
  }
}

.blog-list-wrap .slick-list::after, .blog-list-wrap .slick-list::before {
  pointer-events: none;
  content: '';
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .blog-list-wrap .slick-list::after, .blog-list-wrap .slick-list::before {
    width: 40px;
  }
}

@media (max-width: 767.98px) {
  .blog-list-wrap .slick-list::after, .blog-list-wrap .slick-list::before {
    width: 20px;
  }
}

.blog-list-wrap .slick-list::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #f6f6f6), to(rgba(246, 246, 246, 0)));
  background: -webkit-linear-gradient(left, #f6f6f6 30%, rgba(246, 246, 246, 0) 100%);
  background: linear-gradient(to right, #f6f6f6 30%, rgba(246, 246, 246, 0) 100%);
}

.blog-list-wrap .slick-list::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #f6f6f6), to(rgba(246, 246, 246, 0)));
  background: -webkit-linear-gradient(right, #f6f6f6 30%, rgba(246, 246, 246, 0) 100%);
  background: linear-gradient(to left, #f6f6f6 30%, rgba(246, 246, 246, 0) 100%);
}

.blog-list-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-list-wrap .slick-slide {
  float: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 385px;
      flex-basis: 385px;
  max-width: 385px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto;
  outline: none;
}

.blog-list-wrap .slick-slide > div {
  height: 100%;
}

@media (max-width: 767.98px) {
  .blog-list-wrap .slick-slide {
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    max-width: 320px;
  }
}

.blog-list-wrap .slick-slide .blog-list__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
}

.blog-list-wrap .slick-arrow-container {
  position: relative;
}

.blog-list-wrap .slick-arrow {
  bottom: 0;
  overflow: hidden;
  -webkit-transition: width .3s;
  transition: width .3s;
  top: auto;
  width: 40px;
  z-index: 1;
  color: #b9b9b9;
  bottom: 20px;
}

body:not(.touch) .blog-list-wrap .slick-arrow:hover {
  color: #a96e54;
  width: 50px;
}

.blog-list-wrap .slick-arrow.hover, .blog-list-wrap .slick-arrow:active {
  color: #a96e54;
  width: 50px;
}

@media (max-width: 991.98px) {
  .blog-list-wrap .slick-arrow {
    bottom: 10px;
  }
}

.blog-list-wrap .slick-prev {
  left: calc(100% - 120px);
}

@media (max-width: 767.98px) {
  .blog-list-wrap .slick-prev {
    left: calc(100% / 2 - 50px);
  }
}

.blog-list-wrap .slick-prev svg {
  position: absolute;
  width: 50px;
  left: 0;
}

.blog-list-wrap .slick-next {
  right: 20px;
}

@media (max-width: 767.98px) {
  .blog-list-wrap .slick-next {
    right: calc(100% / 2 - 50px);
  }
}

.blog-list-wrap .slick-next svg {
  right: 0;
}

.clients {
  padding: 195px 0 200px;
}

@media (max-width: 991.98px) {
  .clients {
    padding: 46px 0 97px;
  }
}

@media (max-width: 767.98px) {
  .clients {
    padding: 46px 0 50px;
  }
}

.clients .heading {
  margin-bottom: 80px;
  text-align: center;
}

.clients .heading::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.clients .heading__subtitle {
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

.clients .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clients .slick-list {
  padding-bottom: 80px;
}

@media (max-width: 991.98px) {
  .clients .slick-list {
    padding-bottom: 74px;
  }
}

.clients .slick-slide {
  padding: 0 40px;
}

@media (max-width: 1199.98px) {
  .clients .slick-slide {
    padding: 0 30px;
  }
}

@media (max-width: 767.98px) {
  .clients .slick-slide {
    padding: 0 15px;
  }
}

.clients .slick-arrow {
  bottom: 0;
  overflow: hidden;
  -webkit-transition: width .3s;
  transition: width .3s;
  top: auto;
  width: 40px;
  z-index: 1;
  color: #b9b9b9;
}

body:not(.touch) .clients .slick-arrow:hover {
  color: #a96e54;
  width: 50px;
}

.clients .slick-arrow.hover, .clients .slick-arrow:active {
  color: #a96e54;
  width: 50px;
}

.clients .slick-prev {
  left: calc(100% / 2 - 50px);
}

.clients .slick-prev svg {
  position: absolute;
  width: 50px;
  left: 0;
}

.clients .slick-next {
  right: calc(100% / 2 - 50px);
}

.clients .slick-next svg {
  right: 0;
}

.clients .item {
  opacity: .5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.clients .item:hover {
  opacity: 1;
}

.clients .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clients .item .logo-holder:not(:last-child) {
  margin-left: 15px;
}

.contact-form .container-wide {
  position: relative;
  padding: 102px 0 99px;
}

@media (max-width: 991.98px) {
  .contact-form .container-wide {
    padding: 102px 0 0;
  }
}

.contact-form .container-wide::after {
  content: '';
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f6f6f6;
}

@media (min-width: 1460px) {
  .contact-form .container-wide::after {
    width: calc( ((100% - (1150px)) / 2) + 750.625px);
  }
}

@media (max-width: 1459.98px) {
  .contact-form .container-wide::after {
    width: calc( ((100% - (984px)) / 2) + 636.5px);
  }
}

@media (max-width: 1199.98px) {
  .contact-form .container-wide::after {
    right: 0;
    width: calc( ((100% - (920px)) / 2) + 592.5px);
  }
}

@media (max-width: 991.98px) {
  .contact-form .container-wide::after {
    content: none;
  }
}

.contact-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.contact-form .row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 991.98px) {
  .contact-form .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.contact-form .form-control {
  position: relative;
}

.contact-form .form-control label {
  position: absolute;
  -webkit-transform: translate(38px, 41px);
          transform: translate(38px, 41px);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: font-size .25s, color .25s, -webkit-transform .25s;
  transition: font-size .25s, color .25s, -webkit-transform .25s;
  transition: transform .25s, font-size .25s, color .25s;
  transition: transform .25s, font-size .25s, color .25s, -webkit-transform .25s;
}

@media (max-width: 1459.98px) {
  .contact-form .form-control label {
    -webkit-transform: translate(16px, 41px);
            transform: translate(16px, 41px);
  }
}

.contact-form .form-control.has-value label {
  -webkit-transform: translate(0, -1px);
          transform: translate(0, -1px);
  font-size: 16px;
  color: #a96e54;
}

.contact-form .contact-info {
  padding-top: 15px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.contact-form .contact-info .row {
  margin-right: 0;
  margin-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact-form .contact-info .col {
  margin-right: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .contact-form .contact-info .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .contact-form .contact-info .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.contact-form .contact-info .col:last-child {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991.98px) {
  .contact-form .contact-info {
    padding: 0 0 52px;
  }
  .contact-form .contact-info .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .contact-form .contact-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
    max-width: 31.25%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 15px;
  }
}

@media (min-width: 1200px) {
  .contact-form .contact-info {
    margin-right: 6.25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 15px;
  }
}

.contact-form .form-holder {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.contact-form .form-holder .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.contact-form .form-holder .row.row-captcha {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .contact-form .form-holder .row {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .contact-form .form-holder .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .contact-form .form-holder .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .contact-form .form-holder {
    margin-left: 12.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.25%;
            flex: 0 0 56.25%;
    max-width: 56.25%;
  }
}

@media (min-width: 1200px) {
  .contact-form .form-holder {
    margin-left: 6.25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}

@media (max-width: 991.98px) {
  .contact-form .form-holder {
    padding: 100px 0;
    left: 0;
  }
  .contact-form .form-holder::after {
    content: '';
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    height: 100%;
    z-index: -1;
    background: #f6f6f6;
  }
}

@media (max-width: 767.98px) {
  .contact-form .form-holder {
    padding: 50px 0;
  }
}

.contact-form .heading {
  padding-bottom: 42px;
}

.contact-form .heading__subtitle {
  font-family: "TTNorms-Medium", Arial, sans-serif;
  text-transform: none;
}

.contact-form address {
  font-style: normal;
}

.contact-form .main-office {
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .contact-form .main-office {
    margin-bottom: 30px;
  }
}

.contact-form .main-office .company-name {
  margin-bottom: 4px;
  font-size: 22px;
  color: #a96e54;
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

.contact-form .main-office .location {
  line-height: 1.8;
  color: #62574d;
}

@media (max-width: 991.98px) {
  .contact-form .main-office .location {
    font-family: "TTNorms-Medium", Arial, sans-serif;
  }
}

.contact-form .contacts {
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .contact-form .contacts {
    margin-bottom: 30px;
  }
}

.contact-form .contacts-item:not(:last-child) {
  margin-bottom: 10px;
}

.contact-form .contacts .name {
  display: inline-block;
  width: 60px;
  margin-right: 8px;
  color: #b9b9b9;
}

.contact-form .contacts .email {
  color: #a96e54;
}

@media (min-width: 1200px) {
  .contact-form .contacts .email {
    font-size: 16px;
  }
}

.contact-form .contacts .email,
.contact-form .contacts .tel {
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

.contact-form .department-office {
  margin-bottom: 15px;
  color: #62574d;
}

@media (max-width: 991.98px) {
  .contact-form .department-office {
    margin-bottom: 62px;
  }
}

.contact-form .department-heading {
  margin-bottom: 12px;
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

@media (max-width: 991.98px) {
  .contact-form .department-heading {
    font-family: "TTNorms-Bold", Arial, sans-serif;
  }
}

.contact-form .department-location {
  position: relative;
  padding-left: 18px;
  list-style: none;
}

@media (max-width: 991.98px) {
  .contact-form .department-location {
    font-family: "TTNorms-Medium", Arial, sans-serif;
  }
}

.contact-form .department-location:not(:last-child) {
  margin-bottom: 10px;
}

.contact-form .department-location::before {
  content: '';
  position: absolute;
  background: #a96e54;
  top: 7px;
  left: 2px;
  width: 6px;
  height: 6px;
}

@media (max-width: 991.98px) {
  .contact-form .department-location::before {
    top: calc((0.5em * 1.2) - 3px);
  }
}

.contact-form .social-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767.98px) {
  .contact-form .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact-form .social-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form .social-list li:not(:last-child) {
  margin-right: 10px;
}

.contact-form .social-list a {
  color: #b9b9b9;
}

.single-projects .contact-form .social-list {
  display: none;
}

.contact-form .form-contact input[type='text'],
.contact-form .form-contact input[type='email'],
.contact-form .form-contact input[type='tel'],
.contact-form .form-contact textarea,
.contact-form .wpcf7 input[type='text'],
.contact-form .wpcf7 input[type='email'],
.contact-form .wpcf7 input[type='tel'],
.contact-form .wpcf7 textarea {
  width: 100%;
  padding: 16px 38px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.2;
  font-family: "TTNorms-Regular", Arial, sans-serif;
  color: #62574d;
  outline: none;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-appearance: none;
  -webkit-transition: border-color .25s;
  transition: border-color .25s;
}

.contact-form .form-contact input[type='text']:focus,
.contact-form .form-contact input[type='email']:focus,
.contact-form .form-contact input[type='tel']:focus,
.contact-form .form-contact textarea:focus,
.contact-form .wpcf7 input[type='text']:focus,
.contact-form .wpcf7 input[type='email']:focus,
.contact-form .wpcf7 input[type='tel']:focus,
.contact-form .wpcf7 textarea:focus {
  border-color: #a96e54;
}

@media (max-width: 1459.98px) {
  .contact-form .form-contact input[type='text'],
  .contact-form .form-contact input[type='email'],
  .contact-form .form-contact input[type='tel'],
  .contact-form .form-contact textarea,
  .contact-form .wpcf7 input[type='text'],
  .contact-form .wpcf7 input[type='email'],
  .contact-form .wpcf7 input[type='tel'],
  .contact-form .wpcf7 textarea {
    padding: 16px;
  }
}

.contact-form .form-contact input[type='text'].wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
.contact-form .form-contact input[type='email'].wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
.contact-form .form-contact input[type='tel'].wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
.contact-form .form-contact textarea.wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
.contact-form .wpcf7 input[type='text'].wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
.contact-form .wpcf7 input[type='email'].wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
.contact-form .wpcf7 input[type='tel'].wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
.contact-form .wpcf7 textarea.wpcf7-form-control.wpcf7-text.wpcf7-not-valid {
  border-color: #e61b25;
}

.contact-form .form-contact input[type='text'],
.contact-form .form-contact input[type='email'],
.contact-form .form-contact input[type='tel'],
.contact-form .wpcf7 input[type='text'],
.contact-form .wpcf7 input[type='email'],
.contact-form .wpcf7 input[type='tel'] {
  height: 61px;
}

.contact-form .form-contact textarea,
.contact-form .wpcf7 textarea {
  margin-bottom: 48px;
  resize: none;
  height: 180px;
  -webkit-box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 991.98px) {
  .contact-form .form-contact textarea,
  .contact-form .wpcf7 textarea {
    margin-bottom: 55px;
  }
}

@media (max-width: 767.98px) {
  .contact-form .form-contact textarea,
  .contact-form .wpcf7 textarea {
    margin-bottom: 47px;
  }
}

@media (max-width: 767.98px) {
  .contact-form .form-contact .submit-holder,
  .contact-form .wpcf7 .submit-holder {
    text-align: center;
  }
}

.contact-form .form-contact input[type="submit"],
.contact-form .wpcf7 input[type="submit"] {
  padding: 24px 62px;
  -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
  padding: 24px 48px;
  background-color: #a96e54;
  color: #fff;
  font-size: 12px;
  font-family: "TTNorms-Bold", Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 0.2em;
  border: none;
}

.contact-form .form-contact input[type="submit"]:hover,
.contact-form .wpcf7 input[type="submit"]:hover {
  color: #fff;
  background-color: #a96e54;
  border-color: #a96e54;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.contact-form .form-contact input[type="submit"]:hover:hover,
.contact-form .wpcf7 input[type="submit"]:hover:hover {
  color: #fff;
  background-color: #8f5d47;
  border-color: #875843;
}

.contact-form .form-contact input[type="submit"]:hover:focus, .contact-form .form-contact input[type="submit"]:hover.focus,
.contact-form .wpcf7 input[type="submit"]:hover:focus,
.contact-form .wpcf7 input[type="submit"]:hover.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
}

.contact-form .form-contact input[type="submit"]:hover.disabled, .contact-form .form-contact input[type="submit"]:hover:disabled,
.contact-form .wpcf7 input[type="submit"]:hover.disabled,
.contact-form .wpcf7 input[type="submit"]:hover:disabled {
  color: #fff;
  background-color: #a96e54;
  border-color: #a96e54;
}

.contact-form .form-contact input[type="submit"]:hover:not(:disabled):not(.disabled):active, .contact-form .form-contact input[type="submit"]:hover:not(:disabled):not(.disabled).active,
.show > .contact-form .form-contact input[type="submit"]:hover.dropdown-toggle,
.contact-form .wpcf7 input[type="submit"]:hover:not(:disabled):not(.disabled):active,
.contact-form .wpcf7 input[type="submit"]:hover:not(:disabled):not(.disabled).active,
.show >
.contact-form .wpcf7 input[type="submit"]:hover.dropdown-toggle {
  color: #fff;
  background-color: #875843;
  border-color: #7e523f;
}

.contact-form .form-contact input[type="submit"]:hover:not(:disabled):not(.disabled):active:focus, .contact-form .form-contact input[type="submit"]:hover:not(:disabled):not(.disabled).active:focus,
.show > .contact-form .form-contact input[type="submit"]:hover.dropdown-toggle:focus,
.contact-form .wpcf7 input[type="submit"]:hover:not(:disabled):not(.disabled):active:focus,
.contact-form .wpcf7 input[type="submit"]:hover:not(:disabled):not(.disabled).active:focus,
.show >
.contact-form .wpcf7 input[type="submit"]:hover.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
}

@media screen and (prefers-reduced-motion: reduce) {
  .contact-form .form-contact input[type="submit"]:hover,
  .contact-form .wpcf7 input[type="submit"]:hover {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .contact-form .form-contact input[type="submit"],
  .contact-form .wpcf7 input[type="submit"] {
    max-width: 270px;
    width: 100%;
    margin-right: -36px;
  }
}

.contact-form .form-contact .ajax-loader,
.contact-form .wpcf7 .ajax-loader {
  margin: 0 0 0 20px;
}

.contact-form .form-contact .wpcf7-form-control-wrap,
.contact-form .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.contact-form .form-contact .wpcf7-not-valid-tip,
.contact-form .wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 2px;
}

.contact-form .form-contact .wpcf7-response-output,
.contact-form .wpcf7 .wpcf7-response-output {
  margin-right: 0;
  margin-left: 0;
  color: #e61b25;
  border: none;
  padding: 0.2em 0;
  text-align: center;
}

.contact-form .form-contact .wpcf7-validation-errors, .contact-form .form-contact .wpcf7-acceptance-missing,
.contact-form .wpcf7 .wpcf7-validation-errors,
.contact-form .wpcf7 .wpcf7-acceptance-missing {
  border: none;
}

.footer--without-social .social-list {
  display: none;
}

@media (max-width: 991.98px) {
  .single .contact-form .department-office {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .single .contact-form .department-office {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .single .contact-form .main-office {
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) {
  .single .contact-form .heading {
    padding-bottom: 55px;
  }
}

@media (min-width: 768px) {
  .single .contact-form .contact-info .col:first-child {
    margin-bottom: 55px;
  }
}

@media (min-width: 1460px) {
  .single .contact-form .contact-info .col:first-child {
    margin-bottom: 94px;
  }
}

/* Google captcha */
/*    #a96e54 / 795548 */
.grecaptcha-badge {
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  opacity: 0;
}

.col-captcha .form-control-captcha {
  margin-left: auto;
}

.form-control-captcha {
  width: 100%;
  max-width: 270px;
  position: relative;
}

.form-control-captcha .captcha-message {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  min-height: 63px;
  font-size: 10px;
  line-height: 1.3;
  background: #a96e54;
  padding: 12px 6px 10px 54px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity .25s ease-in, visibility .25s ease-in;
  transition: opacity .25s ease-in, visibility .25s ease-in;
}

.form-control-captcha .captcha-message a {
  color: rgba(255, 255, 255, 0.5);
}

.form-control-captcha .captcha-message a:hover {
  color: #fff;
}

.form-control-captcha:hover .captcha-message {
  opacity: 1;
  visibility: visible;
}

.form-control-captcha:hover .captcha-icon {
  background-color: #fff;
  color: #795548;
  opacity: 1;
}

.captcha-icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 54px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.captcha-icon {
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  border: 2px solid #795548;
  border-radius: 50%;
  opacity: .8;
  -webkit-transition: background-color .25s ease-in;
  transition: background-color .25s ease-in;
}

@media (max-width: 767.98px) {
  .col-captcha .form-control-captcha {
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  :lang(en) .form-control-captcha {
    max-width: 220px;
  }
  :lang(nl) .form-control-captcha {
    max-width: 270px;
  }
  :lang(de) .form-control-captcha {
    max-width: 262px;
  }
}

.footer {
  position: relative;
}

.header {
  position: absolute;
  z-index: 100;
  top: 80px;
  width: 100%;
  -webkit-transition: background-color 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.25s, transform 0.25s;
  transition: background-color 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.header.sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
}

.header.sticky .logo span {
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.header.sticky .logo img {
  -webkit-transform: scale(0.71);
          transform: scale(0.71);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header.sticky .hb__icon {
    position: static;
  }
}

.header.disappear {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.open-menu .header.disappear {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 767.98px) {
  .header {
    top: 40px;
  }
}

@media (max-width: 575.98px) {
  .header {
    top: 30px;
  }
}

.header > .container-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.logo {
  display: inline-block;
  position: relative;
}

.logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  color: #62574d;
  font-family: "TTNorms-ExtraBold", Arial, sans-serif;
  letter-spacing: -0.023em;
  text-transform: uppercase;
}

.logo__link span:nth-child(2) {
  color: #a96e54;
}

@media (max-width: 767.98px) {
  .logo__link span {
    display: none;
  }
}

.logo__img {
  width: 70px;
  height: 70px;
  margin-right: 14px;
}

.main-menu {
  width: 100%;
}

.main-menu li {
  list-style: none;
}

.main-menu__item {
  position: relative;
  z-index: 10;
}

.main-menu__item:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .main-menu__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.main-menu__link {
  padding: 0 19px;
  font-size: 55px;
  font-family: "TTNorms-ExtraBold", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.042em;
  position: relative;
  letter-spacing: initial;
}

@media (max-width: 767.98px) {
  .main-menu__link {
    font-size: 30px;
    padding: 5px 19px;
  }
}

.main-menu__link::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.5);
          transform: translateY(-50%) scale(0.5);
  opacity: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #d4b7aa;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.main-menu__link.active::before, .main-menu__link:hover::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.main-menu__holder {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  background-color: #a96e54;
  font-family: "TTNorms-ExtraBold", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .main-menu__holder {
    width: 100%;
  }
}

.main-menu__holder .container-wide {
  height: 100%;
}

.main-menu__holder a {
  color: #fff;
}

.main-menu__holder .language-list__link {
  color: #d4b7aa;
}

.main-menu__holder .close {
  float: right;
}

.main-menu__wrapper {
  height: 100%;
  overflow-y: auto;
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media (max-width: 767.98px) {
  .main-menu__wrapper {
    padding-bottom: 60px;
  }
}

.main-menu__wrapper .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 120px 0 60px;
  padding: 17vh 0 60px;
}

@media (max-width: 991.98px) {
  .main-menu__wrapper .inner {
    padding: 117px 0 100px;
  }
}

@media (max-width: 767.98px) {
  .main-menu__wrapper .inner {
    padding: 130px 0 60px;
  }
}

.main-menu__list {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .main-menu__list {
    margin-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  .main-menu__list {
    margin-bottom: 30px;
  }
}

.main-menu__list::before {
  content: '';
  position: absolute;
  top: -74px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 96px;
  height: 245px;
  background: url("../images/minified-svg/text-bg-dark.svg") repeat;
  background-size: 10px;
}

.main-menu .social-list {
  display: none;
  margin-top: auto;
}

.main-menu .social-list li:not(:last-child) {
  margin-right: 10px;
}

.main-menu .social-list a {
  color: #d4b7aa;
}

.main-menu .social-list a:hover {
  color: #fff;
}

.language-list__item {
  display: inline-block;
}

.language-list__item:not(:last-child) {
  margin-right: 21px;
}

.language-list__item.selected .language-list__link {
  color: #fff;
}

.language-list__link {
  font-size: 25px;
}

.language-list__link:hover {
  color: #fff;
}

.main-menu__toggle {
  margin-right: 40px;
}

.main-menu__toggle.close {
  display: none;
}

@media (max-width: 575.98px) {
  .main-menu__toggle {
    margin-right: 0;
  }
}

.hb__icon {
  -webkit-transition: background-color 0.7s, -webkit-transform .7s;
  transition: background-color 0.7s, -webkit-transform .7s;
  transition: transform .7s, background-color 0.7s;
  transition: transform .7s, background-color 0.7s, -webkit-transform .7s;
}

@media (min-width: 768px) {
  .hb__icon {
    z-index: 1;
  }
}

body.open-menu .main-menu__toggle.close {
  display: block;
  position: absolute;
  top: 60px;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media (min-width: 768px) {
  body.open-menu .main-menu__toggle.close {
    display: none;
  }
}

@media (max-width: 767.98px) {
  body.open-menu .main-menu__toggle.close {
    top: 30px;
  }
}

body.open-menu .hb__bar {
  background: #fff;
}

body.open-menu .hb__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
  right: 40px;
}

@media (max-width: 991.98px) {
  body.open-menu .hb__icon {
    right: -10px;
  }
}

@media (max-width: 575.98px) {
  body.open-menu .hb__icon {
    right: 17px;
  }
}

body.open-menu .sticky .hb__icon {
  right: 58px;
}

@media (max-width: 991.98px) {
  body.open-menu .sticky .hb__icon {
    right: 10px;
  }
}

@media (max-width: 575.98px) {
  body.open-menu .sticky .hb__icon {
    right: 17px;
  }
}

body.open-menu .hb__bar--1 {
  -webkit-transform: rotate(-45deg) translate(-5.5px, 5.5px);
          transform: rotate(-45deg) translate(-5.5px, 5.5px);
  -webkit-transition: -webkit-transform .9s;
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s, -webkit-transform .9s;
}

body.open-menu .hb__bar--2 {
  opacity: 0;
}

body.open-menu .hb__bar--3 {
  -webkit-transform: rotate(45deg) translate(-5.5px, -5.5px);
          transform: rotate(45deg) translate(-5.5px, -5.5px);
  -webkit-transition: -webkit-transform .9s;
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s, -webkit-transform .9s;
}

body.open-menu .main-menu__holder {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

@media (max-width: 767.98px) {
  body.open-menu .main-menu__holder::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 34px);
    height: 90px;
    background: -webkit-gradient(linear, left top, left bottom, from(#a86e54), color-stop(50%, #a86e54), to(rgba(168, 110, 84, 0)));
    background: -webkit-linear-gradient(top, #a86e54 0%, #a86e54 50%, rgba(168, 110, 84, 0) 100%);
    background: linear-gradient(to bottom, #a86e54 0%, #a86e54 50%, rgba(168, 110, 84, 0) 100%);
    z-index: 1;
    pointer-events: none;
  }
}

body.open-menu .main-menu__wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
}

.hb__icon {
  z-index: 11;
  position: absolute;
  right: 40px;
  width: 60px;
  height: 40px;
  padding: 10px;
  display: block;
  cursor: pointer;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.hb__icon:hover .hb__bar--2 {
  width: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media (max-width: 991.98px) {
  .hb__icon {
    right: -10px;
  }
}

@media (max-width: 575.98px) {
  .hb__icon {
    right: 15px;
  }
}

.hb span {
  background: transparent;
}

.hb__bar {
  width: 100%;
  height: 3px;
  display: block;
  position: relative;
  background: #62574d;
}

.hb__bar:not(:last-child) {
  margin-bottom: 5px;
}

.hb__bar--2 {
  width: 75%;
  float: right;
  opacity: 1;
  -webkit-transition: width .3s;
  transition: width .3s;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hb__bar--2 {
    height: 2px;
  }
}

.hb__bar--3 {
  overflow: hidden;
}

.hero {
  position: relative;
}

.hero .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hero .row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 767.98px) {
  .hero .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.hero__bg-img {
  position: absolute;
  right: 40px;
  top: -110px;
  bottom: 0;
  background: #f6f6f6;
  overflow: hidden;
}

@media (min-width: 1460px) {
  .hero__bg-img {
    width: calc( ((100% - (1150px)) / 2) + 750.625px);
  }
}

@media (max-width: 1459.98px) {
  .hero__bg-img {
    width: calc( ((100% - (984px)) / 2) + 636.5px);
  }
}

@media (max-width: 1199.98px) {
  .hero__bg-img {
    width: calc( ((100% - (920px)) / 2) + 592.5px);
  }
}

@media (max-width: 991.98px) {
  .hero__bg-img {
    width: 100%;
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .hero__bg-img {
    top: -112px;
  }
}

.hero__bg-img::after {
  top: inherit;
}

.hero__bg-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.hero__bg-img .animation-holder {
  height: 100%;
  -webkit-animation: background-pulse 20s infinite;
          animation: background-pulse 20s infinite;
}

.hero__bg-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .hero__bg-img img {
    min-height: 720px;
  }
}

.hero__bg-img .stripe {
  position: absolute;
  bottom: 0;
  height: 10px;
  background-color: #a96e54;
  z-index: 2;
}

@media (min-width: 992px) {
  .hero__bg-img .stripe {
    width: 632.5px;
  }
}

@media (min-width: 1200px) {
  .hero__bg-img .stripe {
    width: 676.5px;
  }
}

@media (min-width: 1460px) {
  .hero__bg-img .stripe {
    width: 790.625px;
  }
}

@media (max-width: 991.98px) {
  .hero__bg-img .stripe {
    width: 100%;
  }
}

.hero__txt {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 150px - 40px);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero__txt::before {
    content: '';
    height: calc(100vh - 150px - 40px);
    width: 0;
  }
}

@media (min-width: 768px) {
  .hero__txt {
    padding-top: 110px;
  }
}

@media (max-width: 767.98px) {
  .hero__txt {
    text-align: center;
  }
}

.hero__txt-holder {
  padding: 40px 0;
}

.hero__txt-holder {
  position: relative;
}

.hero__txt-holder::before {
  content: '';
  position: absolute;
  top: -142px;
  left: -53px;
  width: 96px;
  height: 245px;
  z-index: -1;
  background: url("../images/minified-svg/text-bg-light.svg") repeat;
  background-size: 10px;
}

@media (max-width: 991.98px) {
  .hero__txt-holder::before {
    top: -91px;
    height: 195px;
  }
}

.hero__txt-holder::before {
  top: -86px;
}

@media (max-width: 767.98px) {
  .hero__txt-holder::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.hero__subtitle {
  color: #a96e54;
  font-family: "TTNorms-Regular", Arial, sans-serif;
  position: relative;
  margin-bottom: 8px;
  font-size: 27px;
  letter-spacing: -0.04em;
}

.hero__subtitle strong,
.hero__subtitle span {
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

@media (max-width: 767.98px) {
  .hero__subtitle {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: initial;
  }
}

.hero__title {
  color: #62574d;
  font-family: "TTNorms-Bold", Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 8px;
  font-size: 80px;
  letter-spacing: -0.014em;
}

@media (max-width: 991.98px) {
  .hero__title {
    font-size: 80px;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 767.98px) {
  .hero__title {
    margin-bottom: 15px;
    font-size: 36px;
    letter-spacing: 0.01em;
  }
}

.hero__desc {
  color: #a96e54;
  font-family: "TTNorms-Regular", Arial, sans-serif;
  position: relative;
  position: relative;
  max-width: 720px;
  margin-bottom: 66px;
  font-size: 45px;
  letter-spacing: -2px;
}

.hero__desc strong,
.hero__desc span {
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

@media (max-width: 767.98px) {
  .hero__desc {
    margin-bottom: 55px;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.05em;
  }
}

.hero__btn {
  padding: 24px 48px;
  background-color: #a96e54;
  color: #fff;
  font-size: 12px;
  font-family: "TTNorms-Bold", Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 0.2em;
  position: relative;
  -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
}

.hero__btn:hover {
  color: #fff;
  background-color: #a96e54;
  border-color: #a96e54;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.hero__btn:hover:hover {
  color: #fff;
  background-color: #8f5d47;
  border-color: #875843;
}

.hero__btn:hover:focus, .hero__btn:hover.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
}

.hero__btn:hover.disabled, .hero__btn:hover:disabled {
  color: #fff;
  background-color: #a96e54;
  border-color: #a96e54;
}

.hero__btn:hover:not(:disabled):not(.disabled):active, .hero__btn:hover:not(:disabled):not(.disabled).active,
.show > .hero__btn:hover.dropdown-toggle {
  color: #fff;
  background-color: #875843;
  border-color: #7e523f;
}

.hero__btn:hover:not(:disabled):not(.disabled):active:focus, .hero__btn:hover:not(:disabled):not(.disabled).active:focus,
.show > .hero__btn:hover.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(169, 110, 84, 0.5);
}

@media screen and (prefers-reduced-motion: reduce) {
  .hero__btn:hover {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .hero__btn {
    text-align: center;
    max-width: 270px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .single-projects .hero .hero__subtitle, .hero-page .hero__subtitle {
    font-family: "TTNorms-Medium", Arial, sans-serif;
    font-size: 16px;
  }
}

.single-projects .hero .hero__desc, .hero-page .hero__desc {
  font-size: 40px;
  color: #62574d;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .single-projects .hero .hero__desc, .hero-page .hero__desc {
    font-size: 20px;
  }
}

.single-projects .hero .hero-single-btn a, .hero-page .hero-single-btn a {
  position: relative;
  padding: 10px 0;
  color: #b9b9b9;
}

@media (max-width: 991.98px) {
  .single-projects .hero .hero-single-btn a, .hero-page .hero-single-btn a {
    color: #a96e54;
  }
  .single-projects .hero .hero-single-btn a:active, .single-projects .hero .hero-single-btn a:focus, .single-projects .hero .hero-single-btn a:hover, .hero-page .hero-single-btn a:active, .hero-page .hero-single-btn a:focus, .hero-page .hero-single-btn a:hover {
    color: #62574d;
  }
}

.single-projects .hero .hero-single-btn a:hover, .hero-page .hero-single-btn a:hover {
  color: #a96e54;
}

@media (max-width: 991.98px) {
  .single-projects .hero .hero-single-btn a:hover, .hero-page .hero-single-btn a:hover {
    color: #a96e54;
  }
  .single-projects .hero .hero-single-btn a:hover:active, .single-projects .hero .hero-single-btn a:hover:focus, .single-projects .hero .hero-single-btn a:hover:hover, .hero-page .hero-single-btn a:hover:active, .hero-page .hero-single-btn a:hover:focus, .hero-page .hero-single-btn a:hover:hover {
    color: #62574d;
  }
}

.single-projects .hero .hero-single-btn a:hover .arrow, .hero-page .hero-single-btn a:hover .arrow {
  width: 26px;
}

.single-projects .hero .hero-single-btn .text, .hero-page .hero-single-btn .text {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.single-projects .hero .hero-single-btn span.arrow, .hero-page .hero-single-btn span.arrow {
  margin-right: 10px;
  width: 21px;
  overflow: hidden;
  display: inline-block;
  height: 12px;
  position: relative;
  -webkit-transition: width .3s, color 0.25s;
  transition: width .3s, color 0.25s;
}

.single-projects .hero .hero-single-btn span svg, .hero-page .hero-single-btn span svg {
  position: absolute;
  right: 0;
  width: 26px;
}

.media {
  padding: 100px 0;
}

@media (max-width: 991.98px) {
  .media .container, .media .blog-list-wrap .slick-arrow-container, .blog-list-wrap .media .slick-arrow-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .media {
    padding: 0 0 100px;
  }
}

.media .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-right: 0;
  margin-left: 0;
}

.media__desc {
  width: 100%;
  color: #62574d;
  text-align: center;
}

@media (min-width: 992px) {
  .media__desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}

@media (max-width: 991.98px) {
  .media__desc {
    max-width: 720px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 767.98px) {
  .media__desc {
    max-width: 540px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.media__desc p {
  line-height: 1.8;
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

@media (max-width: 767.98px) {
  .media__desc p {
    line-height: 1.6;
  }
}

.media__content {
  width: 100%;
  margin-bottom: 43px;
}

@media (max-width: 767.98px) {
  .media__content {
    margin-bottom: 25px;
  }
}

.media__content img {
  display: block;
  margin: auto;
}

.more-work {
  padding: 150px 0 200px;
}

@media (max-width: 991.98px) {
  .more-work {
    padding: 100px 0 150px;
  }
}

@media (max-width: 767.98px) {
  .more-work {
    padding: 100px 0 50px;
  }
}

.more-work .heading {
  padding-bottom: 67px;
  text-align: center;
}

.more-work .heading::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.more-work .heading__subtitle {
  font-family: "TTNorms-Medium", Arial, sans-serif;
  text-transform: none;
}

.more-work .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

@media (max-width: 767.98px) {
  .more-work .social-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.more-work .social-list li {
  -ms-flex-preferred-size: 14.065%;
      flex-basis: 14.065%;
  margin: 0 15px;
  padding: 20px 0;
  text-align: center;
  -webkit-box-shadow: 0 30px 48px 4px #e9e9e9;
          box-shadow: 0 30px 48px 4px #e9e9e9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.more-work .social-list li:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.more-work .social-list li:hover a {
  color: #a96e54;
}

@media (max-width: 767.98px) {
  .more-work .social-list li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 27%;
    margin: 0 7px 12px;
    -webkit-box-shadow: 0 0 48px 4px #e9e9e9;
            box-shadow: 0 0 48px 4px #e9e9e9;
  }
}

.more-work .social-list a {
  max-height: 54px;
}

@media (max-width: 767.98px) {
  .more-work .social-list a {
    max-height: 49px;
  }
}

.more-work .social-list svg {
  width: 54px;
  height: 54px;
}

@media (max-width: 767.98px) {
  .more-work .social-list svg {
    width: 49px;
    height: 49px;
  }
}

body.open-menu .menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

.project-list-wrap {
  padding: 142px 0 100px;
  margin: 50px 0;
}

@media (max-width: 991.98px) {
  .project-list-wrap {
    padding: 120px 0 80px;
  }
}

@media (max-width: 767.98px) {
  .project-list-wrap {
    padding: 120px 0 0px;
  }
}

.project-list-wrap .caption, .project-list-wrap .awards .heading, .awards .project-list-wrap .heading, .project-list-wrap .clients .heading, .clients .project-list-wrap .heading, .project-list-wrap .contact-form .heading, .contact-form .project-list-wrap .heading, .project-list-wrap .more-work .heading, .more-work .project-list-wrap .heading, .project-list-wrap .section .heading, .section .project-list-wrap .heading, .project-list-wrap .team .heading, .team .project-list-wrap .heading, .project-list-wrap .testimonials .heading, .testimonials .project-list-wrap .heading, .project-list-wrap .web-design .heading, .web-design .project-list-wrap .heading {
  margin-bottom: 86px;
}

.project-list-wrap .caption__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .project-list-wrap .caption__holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.project-list-wrap .caption__title, .project-list-wrap .awards .heading__title, .awards .project-list-wrap .heading__title, .project-list-wrap .clients .heading__title, .clients .project-list-wrap .heading__title, .project-list-wrap .contact-form .heading__title, .contact-form .project-list-wrap .heading__title, .project-list-wrap .more-work .heading__title, .more-work .project-list-wrap .heading__title, .project-list-wrap .section .heading__title, .section .project-list-wrap .heading__title, .project-list-wrap .team .heading__title, .team .project-list-wrap .heading__title, .project-list-wrap .testimonials .heading__title, .testimonials .project-list-wrap .heading__title, .project-list-wrap .web-design .heading__title, .web-design .project-list-wrap .heading__title {
  margin-right: 41px;
}

@media (max-width: 575.98px) {
  .project-list-wrap .caption__title, .project-list-wrap .awards .heading__title, .awards .project-list-wrap .heading__title, .project-list-wrap .clients .heading__title, .clients .project-list-wrap .heading__title, .project-list-wrap .contact-form .heading__title, .contact-form .project-list-wrap .heading__title, .project-list-wrap .more-work .heading__title, .more-work .project-list-wrap .heading__title, .project-list-wrap .section .heading__title, .section .project-list-wrap .heading__title, .project-list-wrap .team .heading__title, .team .project-list-wrap .heading__title, .project-list-wrap .testimonials .heading__title, .testimonials .project-list-wrap .heading__title, .project-list-wrap .web-design .heading__title, .web-design .project-list-wrap .heading__title {
    margin: 0 0 19px;
  }
}

.project-list-wrap .caption__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.2em;
}

.project-list-wrap .caption__link:hover {
  color: #a96e54;
}

.project-list-wrap .caption__link:hover .arrow {
  width: 26px;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.project-list-wrap .caption__link .arrow {
  margin-right: 10px;
  width: 21px;
  overflow: hidden;
  display: inline-block;
  height: 12px;
  position: relative;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.project-list-wrap .caption__link svg {
  position: absolute;
  right: 0;
  width: 26px;
}

.project-list-wrap .module-hero-button-wrap {
  padding: 20px 0 40px;
  text-align: center;
}

.single-projects .project-list-wrap, .project-list--alt {
  padding: 142px 0 0;
}

@media (max-width: 767.98px) {
  .single-projects .project-list-wrap, .project-list--alt {
    margin: 0 0 50px;
  }
}

.single-projects .project-list-wrap .caption, .single-projects .project-list-wrap .awards .heading, .awards .single-projects .project-list-wrap .heading, .single-projects .project-list-wrap .clients .heading, .clients .single-projects .project-list-wrap .heading, .single-projects .project-list-wrap .contact-form .heading, .contact-form .single-projects .project-list-wrap .heading, .single-projects .project-list-wrap .more-work .heading, .more-work .single-projects .project-list-wrap .heading, .single-projects .project-list-wrap .section .heading, .section .single-projects .project-list-wrap .heading, .single-projects .project-list-wrap .team .heading, .team .single-projects .project-list-wrap .heading, .single-projects .project-list-wrap .testimonials .heading, .testimonials .single-projects .project-list-wrap .heading, .single-projects .project-list-wrap .web-design .heading, .web-design .single-projects .project-list-wrap .heading, .project-list--alt .caption, .project-list--alt .awards .heading, .awards .project-list--alt .heading, .project-list--alt .clients .heading, .clients .project-list--alt .heading, .project-list--alt .contact-form .heading, .contact-form .project-list--alt .heading, .project-list--alt .more-work .heading, .more-work .project-list--alt .heading, .project-list--alt .section .heading, .section .project-list--alt .heading, .project-list--alt .team .heading, .team .project-list--alt .heading, .project-list--alt .testimonials .heading, .testimonials .project-list--alt .heading, .project-list--alt .web-design .heading, .web-design .project-list--alt .heading {
  text-align: center;
}

.single-projects .project-list-wrap .caption::before, .single-projects .project-list-wrap .awards .heading::before, .awards .single-projects .project-list-wrap .heading::before, .single-projects .project-list-wrap .clients .heading::before, .clients .single-projects .project-list-wrap .heading::before, .single-projects .project-list-wrap .contact-form .heading::before, .contact-form .single-projects .project-list-wrap .heading::before, .single-projects .project-list-wrap .more-work .heading::before, .more-work .single-projects .project-list-wrap .heading::before, .single-projects .project-list-wrap .section .heading::before, .section .single-projects .project-list-wrap .heading::before, .single-projects .project-list-wrap .team .heading::before, .team .single-projects .project-list-wrap .heading::before, .single-projects .project-list-wrap .testimonials .heading::before, .testimonials .single-projects .project-list-wrap .heading::before, .single-projects .project-list-wrap .web-design .heading::before, .web-design .single-projects .project-list-wrap .heading::before, .project-list--alt .caption::before, .project-list--alt .awards .heading::before, .awards .project-list--alt .heading::before, .project-list--alt .clients .heading::before, .clients .project-list--alt .heading::before, .project-list--alt .contact-form .heading::before, .contact-form .project-list--alt .heading::before, .project-list--alt .more-work .heading::before, .more-work .project-list--alt .heading::before, .project-list--alt .section .heading::before, .section .project-list--alt .heading::before, .project-list--alt .team .heading::before, .team .project-list--alt .heading::before, .project-list--alt .testimonials .heading::before, .testimonials .project-list--alt .heading::before, .project-list--alt .web-design .heading::before, .web-design .project-list--alt .heading::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.single-projects .project-list-wrap .caption__holder, .project-list--alt .caption__holder {
  display: block;
}

.single-projects .project-list-wrap .caption__title, .single-projects .project-list-wrap .awards .heading__title, .awards .single-projects .project-list-wrap .heading__title, .single-projects .project-list-wrap .clients .heading__title, .clients .single-projects .project-list-wrap .heading__title, .single-projects .project-list-wrap .contact-form .heading__title, .contact-form .single-projects .project-list-wrap .heading__title, .single-projects .project-list-wrap .more-work .heading__title, .more-work .single-projects .project-list-wrap .heading__title, .single-projects .project-list-wrap .section .heading__title, .section .single-projects .project-list-wrap .heading__title, .single-projects .project-list-wrap .team .heading__title, .team .single-projects .project-list-wrap .heading__title, .single-projects .project-list-wrap .testimonials .heading__title, .testimonials .single-projects .project-list-wrap .heading__title, .single-projects .project-list-wrap .web-design .heading__title, .web-design .single-projects .project-list-wrap .heading__title, .project-list--alt .caption__title, .project-list--alt .awards .heading__title, .awards .project-list--alt .heading__title, .project-list--alt .clients .heading__title, .clients .project-list--alt .heading__title, .project-list--alt .contact-form .heading__title, .contact-form .project-list--alt .heading__title, .project-list--alt .more-work .heading__title, .more-work .project-list--alt .heading__title, .project-list--alt .section .heading__title, .section .project-list--alt .heading__title, .project-list--alt .team .heading__title, .team .project-list--alt .heading__title, .project-list--alt .testimonials .heading__title, .testimonials .project-list--alt .heading__title, .project-list--alt .web-design .heading__title, .web-design .project-list--alt .heading__title {
  margin-right: 0;
}

.single-projects .project-list-wrap .caption__subtitle, .single-projects .project-list-wrap .awards .heading__subtitle, .awards .single-projects .project-list-wrap .heading__subtitle, .single-projects .project-list-wrap .clients .heading__subtitle, .clients .single-projects .project-list-wrap .heading__subtitle, .single-projects .project-list-wrap .contact-form .heading__subtitle, .contact-form .single-projects .project-list-wrap .heading__subtitle, .single-projects .project-list-wrap .more-work .heading__subtitle, .more-work .single-projects .project-list-wrap .heading__subtitle, .single-projects .project-list-wrap .section .heading__subtitle, .section .single-projects .project-list-wrap .heading__subtitle, .single-projects .project-list-wrap .team .heading__subtitle, .team .single-projects .project-list-wrap .heading__subtitle, .single-projects .project-list-wrap .testimonials .heading__subtitle, .testimonials .single-projects .project-list-wrap .heading__subtitle, .single-projects .project-list-wrap .web-design .heading__subtitle, .web-design .single-projects .project-list-wrap .heading__subtitle, .project-list--alt .caption__subtitle, .project-list--alt .awards .heading__subtitle, .awards .project-list--alt .heading__subtitle, .project-list--alt .clients .heading__subtitle, .clients .project-list--alt .heading__subtitle, .project-list--alt .contact-form .heading__subtitle, .contact-form .project-list--alt .heading__subtitle, .project-list--alt .more-work .heading__subtitle, .more-work .project-list--alt .heading__subtitle, .project-list--alt .section .heading__subtitle, .section .project-list--alt .heading__subtitle, .project-list--alt .team .heading__subtitle, .team .project-list--alt .heading__subtitle, .project-list--alt .testimonials .heading__subtitle, .testimonials .project-list--alt .heading__subtitle, .project-list--alt .web-design .heading__subtitle, .web-design .project-list--alt .heading__subtitle {
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

.single-projects .project-list-wrap .caption__link, .project-list--alt .caption__link {
  display: none;
}

.project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 575.98px) {
  .project-list {
    margin: 0 -25px;
  }
}

.project-list__item {
  position: relative;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .project-list__item {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .project-list__item {
    padding: 0;
  }
}

.project-list .project-item {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.project-list .project-item::after {
  opacity: 0;
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 2%;
  right: 2%;
  height: 50px;
  -webkit-box-shadow: 0 0 100px #1d1c1c;
          box-shadow: 0 0 100px #1d1c1c;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.project-list .project-item.hover::after, .project-list .project-item:hover::after {
  opacity: 1;
}

.project-list .project-item.hover .project-list__desc, .project-list .project-item:hover .project-list__desc {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.project-list .project-item.hover .project-list__logo:not(.grayscale) .project-logo, .project-list .project-item:hover .project-list__logo:not(.grayscale) .project-logo {
  opacity: 1;
}

.project-list .project-item.hover .project-list__logo:not(.grayscale) .project-logo--bw, .project-list .project-item:hover .project-list__logo:not(.grayscale) .project-logo--bw {
  opacity: 0;
}

.project-list .project-item.hover .project-list__logo.grayscale .project-logo, .project-list .project-item:hover .project-list__logo.grayscale .project-logo {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.project-list .project-item .open-panel {
  color: #fff;
}

@media (max-width: 991.98px) {
  .project-list .project-item .open-panel {
    display: none;
  }
}

.project-list__background img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.project-list__background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.project-list__foreground {
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.project-list__foreground .project-list__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 300px;
}

.project-list__foreground .project-list__logo img {
  display: block;
  -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: filter 0.3s, opacity 0.3s;
  transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-list__foreground .project-list__logo img {
    max-height: 110px;
  }
}

.project-list__foreground .project-list__logo:not(.grayscale) .project-logo {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.project-list__foreground .project-list__logo:not(.grayscale) .project-logo--bw {
  position: absolute;
  top: 0;
  left: 0;
}

.project-list__foreground .project-list__logo.grayscale .project-logo {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.project-list__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  background-color: #a96e54;
  border-radius: 0 0 4px 4px;
  padding: 10px;
}

@media (max-width: 991.98px) {
  .project-list__desc {
    height: 46px;
  }
}

.project-list__name {
  margin-bottom: 4px;
  font-family: "TTNorms-Bold", Arial, sans-serif;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.2em;
}

@media (max-width: 991.98px) {
  .project-list__name {
    display: none;
  }
}

.project-list__works {
  padding-bottom: 5px;
  font-family: "TTNorms-Medium", Arial, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
  .project-list__works {
    padding-bottom: 0;
  }
}

.section {
  padding: 142px 0 100px;
  margin: 50px 0;
}

@media (max-width: 991.98px) {
  .section {
    padding: 80px 0 50px;
    margin: 80px 0;
  }
}

.section-warpper .section:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.section .container-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .section .container-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}

.section .container-wide > .heading {
  display: none;
}

.section .heading {
  padding-bottom: 38px;
}

@media (max-width: 767.98px) {
  .section .heading {
    padding-bottom: 73px;
  }
}

.section-homepage {
  padding: 0;
  margin: 0;
}

.section-homepage .heading::before {
  height: 200px;
}

.section-homepage .heading__subtitle {
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

.section-homepage .text-holder {
  padding-top: 143px;
}

.section-homepage .image-holder {
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1459.98px) {
  .section-homepage .image-holder {
    margin-top: 148px;
  }
}

.home.page .section {
  margin: 0;
  padding: 0;
}

.home.page .section .text-holder {
  padding-top: 143px;
}

.home.page .section .image-holder {
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1459.98px) {
  .home.page .section .image-holder {
    margin-top: 148px;
  }
}

.home.page .section .heading__subtitle {
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

.section .image-holder,
.section .text-holder {
  -ms-flex-preferred-size: 49.48%;
      flex-basis: 49.48%;
}

.section .image-holder {
  position: relative;
  margin-right: 10px;
  -ms-flex-item-align: start;
      align-self: start;
}

@media (max-width: 991.98px) {
  .section .image-holder {
    margin-right: -40px;
    margin-left: -40px;
  }
}

@media (max-width: 767.98px) {
  .section .image-holder {
    margin-right: -25px;
    margin-left: -25px;
  }
}

.section .image-holder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.3);
}

.section .image-holder .stripe {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 10px;
  background-color: #a96e54;
  z-index: 2;
}

@media (min-width: 992px) {
  .section .image-holder .stripe {
    width: 384px;
  }
}

@media (min-width: 1200px) {
  .section .image-holder .stripe {
    width: 484.5px;
  }
}

@media (min-width: 1460px) {
  .section .image-holder .stripe {
    width: 567.5px;
  }
}

@media (max-width: 991.98px) {
  .section .image-holder .stripe {
    width: 100%;
  }
}

.section .image-holder img {
  display: block;
}

.section .title-column {
  margin-bottom: 35px;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "TTNorms-Bold", Arial, sans-serif;
}

.section .title-column--mobile {
  margin-bottom: 35px;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "TTNorms-Bold", Arial, sans-serif;
  display: none;
}

@media (max-width: 991.98px) {
  .section .title-column {
    display: none;
  }
  .section .title-column--mobile {
    display: block;
  }
}

.section .animation-holder {
  height: 100%;
  -webkit-animation: background-pulse 20s infinite;
          animation: background-pulse 20s infinite;
}

.section .text-holder {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .section .text-holder {
    width: 490px;
    max-width: 490px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .section .text-holder {
    width: 680px;
    max-width: 680px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .section .text-holder {
    width: 460px;
    max-width: 460px;
    padding-left: 57.5px;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .section .text-holder {
    width: 492px;
    max-width: 492px;
    padding-left: 61.5px;
    margin: 0;
  }
}

@media (min-width: 1460px) {
  .section .text-holder {
    width: 575px;
    max-width: 575px;
    padding-left: 71.875px;
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .section .text-holder {
    padding: 145px 0 0;
  }
}

.section .text-holder p {
  font-size: 16px;
  font-family: "TTNorms-Medium", Arial, sans-serif;
  color: #62574d;
  line-height: 1.8;
}

.section .text-holder p:not(:last-child) {
  margin-bottom: 32px;
}

.section-page {
  padding: 25px 0;
}

.section-page.reverse .container-wide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 991.98px) {
  .section-page.reverse .container-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) {
  .section-page.reverse .text-holder {
    width: 460px;
    max-width: 460px;
    padding-right: 57.5px;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .section-page.reverse .text-holder {
    width: 492px;
    max-width: 492px;
    padding-right: 61.5px;
    padding-left: 0;
  }
}

@media (min-width: 1460px) {
  .section-page.reverse .text-holder {
    width: 575px;
    max-width: 575px;
    padding-right: 71.875px;
    padding-left: 0;
  }
}

.section-page .heading__subtitle {
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

.section-page .container-wide {
  padding-top: 0;
  overflow-y: unset;
}

@media (min-width: 992px) {
  .section-page .container-wide > .heading {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .section-page .container-wide .heading {
    display: block;
    width: 680px;
    max-width: 680px;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .section-page .container-wide .heading {
    display: block;
    width: 490px;
    max-width: 490px;
    margin: 0 auto;
  }
}

.section-page .image-holder {
  width: 100%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .section-page .image-holder {
    width: 680px;
    max-width: 680px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .section-page .image-holder {
    margin-left: -25px;
    margin-right: -25px;
    max-width: calc(100% + 50px);
    -ms-flex-preferred-size: calc(100% + 50px);
        flex-basis: calc(100% + 50px);
    width: calc(100% + 50px);
  }
}

.section-page .image-holder::before, .section-page .image-holder::after {
  content: none;
}

.section-page .image-holder .images-slider {
  width: 100%;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .section-page .image-holder .images-slider {
    padding-bottom: 38px;
  }
}

@media (max-width: 767.98px) {
  .section-page .image-holder .images-slider {
    padding-bottom: 25px;
  }
}

.section-page .image-holder .slick-arrow {
  bottom: 0;
  overflow: hidden;
  -webkit-transition: width .3s;
  transition: width .3s;
  top: auto;
  width: 40px;
  z-index: 1;
  color: #b9b9b9;
}

body:not(.touch) .section-page .image-holder .slick-arrow:hover {
  color: #a96e54;
  width: 50px;
}

.section-page .image-holder .slick-arrow.hover, .section-page .image-holder .slick-arrow:active {
  color: #a96e54;
  width: 50px;
}

.section-page .image-holder .slick-prev {
  left: calc(100% / 2 - 50px);
}

.section-page .image-holder .slick-prev svg {
  position: absolute;
  width: 50px;
  left: 0;
}

.section-page .image-holder .slick-next {
  right: calc(100% / 2 - 50px);
}

.section-page .image-holder .slick-next svg {
  right: 0;
}

@media (max-width: 991.98px) {
  .section-page .text-holder {
    padding: 0;
  }
  .section-page .text-holder .heading {
    display: none;
  }
}

.section-page .text-holder .content h1, .section-page .text-holder .content h2, .section-page .text-holder .content h3, .section-page .text-holder .content h4, .section-page .text-holder .content h5, .section-page .text-holder .content h6 {
  margin-bottom: 35px;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "TTNorms-Bold", Arial, sans-serif;
}

.section-content {
  padding: 50px 0;
}

@media (max-width: 767.98px) {
  .section-content {
    padding: 25px 0;
    margin: 50px 0;
  }
}

.section-content .container-wide {
  position: relative;
  padding: 146px 0 133px;
}

@media (max-width: 991.98px) {
  .section-content .container-wide {
    padding: 0;
  }
}

.section-content .container-wide .container, .section-content .container-wide .blog-list-wrap .slick-arrow-container, .blog-list-wrap .section-content .container-wide .slick-arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  .section-content .container-wide .container, .section-content .container-wide .blog-list-wrap .slick-arrow-container, .blog-list-wrap .section-content .container-wide .slick-arrow-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.section-content .bg {
  position: absolute;
  width: 840px;
  content: none;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f6f6f6;
  display: none;
  pointer-events: none;
}

@media (min-width: 992px) {
  .section-content .bg {
    display: block;
  }
}

@media (min-width: 1460px) {
  .section-content .bg {
    width: calc( ((100% - 1190px) / 2) + 575px - 20px);
  }
}

@media (max-width: 1459.98px) {
  .section-content .bg {
    width: calc( ((100% - 1024px) / 2) + 492px - 20px);
  }
}

.section-content .bg.left {
  left: 40px;
}

.section-content .bg.right {
  right: 40px;
}

.section-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section-content .row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 991.98px) {
  .section-content .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.section-content .content-holder .bg {
  display: none;
}

@media (max-width: 991.98px) {
  .section-content .content-holder {
    padding: 143px 0;
  }
  .section-content .content-holder .bg {
    width: auto;
    left: -9999px;
    right: -9999px;
    display: block;
  }
}

@media (max-width: 767.98px) {
  .section-content .content-holder {
    padding: 80px 0;
  }
}

@media (min-width: 992px) {
  .section-content .content-holder.left {
    margin-right: 12.5%;
  }
}

@media (min-width: 992px) {
  .section-content .content-holder.right {
    margin-left: 12.5%;
  }
}

@media (max-width: 767.98px) {
  .section-content .content-holder.right {
    padding-bottom: 0;
  }
}

.section-content .content-holder h1, .section-content .content-holder h2, .section-content .content-holder h3, .section-content .content-holder h4, .section-content .content-holder h5, .section-content .content-holder h6 {
  margin-bottom: 45px;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "TTNorms-Bold", Arial, sans-serif;
}

.accordion-wrap {
  padding-bottom: 100px;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .accordion-wrap {
    padding-bottom: 0;
  }
}

.accordion-wrap .container-wide {
  position: relative;
  padding: 144px 0 148px;
}

@media (max-width: 991.98px) {
  .accordion-wrap .container-wide {
    padding: 126px 0 121px;
  }
}

@media (max-width: 767.98px) {
  .accordion-wrap .container-wide {
    padding: 126px 0 0;
  }
}

.accordion-wrap .container-wide::after {
  content: '';
  position: absolute;
  right: 40px;
  width: 840px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f6f6f6;
}

@media (min-width: 1460px) {
  .accordion-wrap .container-wide::after {
    width: calc( ((100% - (1150px)) / 2) + 750.625px);
  }
}

@media (max-width: 1459.98px) {
  .accordion-wrap .container-wide::after {
    width: calc( ((100% - (984px)) / 2) + 636.5px);
  }
}

@media (max-width: 1199.98px) {
  .accordion-wrap .container-wide::after {
    width: calc( ((100% - (920px)) / 2) + 592.5px);
  }
}

@media (max-width: 991.98px) {
  .accordion-wrap .container-wide::after {
    width: calc( ((100% - (680px)) / 2) + 342.5px);
  }
}

@media (max-width: 767.98px) {
  .accordion-wrap .container-wide::after {
    content: none;
  }
}

@media (max-width: 991.98px) {
  .accordion-wrap .accordion {
    margin: 0 -20px;
  }
}

@media (max-width: 767.98px) {
  .accordion-wrap .accordion {
    margin: 0 -10px;
  }
}

.accordion-wrap .accordion-item {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 27px 3px #f4f4f4;
          box-shadow: 0 0 27px 3px #f4f4f4;
}

.accordion-wrap .accordion-item:not(:last-child) {
  margin-bottom: 5px;
}

.accordion-wrap .caption, .accordion-wrap .awards .heading, .awards .accordion-wrap .heading, .accordion-wrap .clients .heading, .clients .accordion-wrap .heading, .accordion-wrap .contact-form .heading, .contact-form .accordion-wrap .heading, .accordion-wrap .more-work .heading, .more-work .accordion-wrap .heading, .accordion-wrap .section .heading, .section .accordion-wrap .heading, .accordion-wrap .team .heading, .team .accordion-wrap .heading, .accordion-wrap .testimonials .heading, .testimonials .accordion-wrap .heading, .accordion-wrap .web-design .heading, .web-design .accordion-wrap .heading {
  margin-bottom: 113px;
}

@media (max-width: 991.98px) {
  .accordion-wrap .caption, .accordion-wrap .awards .heading, .awards .accordion-wrap .heading, .accordion-wrap .clients .heading, .clients .accordion-wrap .heading, .accordion-wrap .contact-form .heading, .contact-form .accordion-wrap .heading, .accordion-wrap .more-work .heading, .more-work .accordion-wrap .heading, .accordion-wrap .section .heading, .section .accordion-wrap .heading, .accordion-wrap .team .heading, .team .accordion-wrap .heading, .accordion-wrap .testimonials .heading, .testimonials .accordion-wrap .heading, .accordion-wrap .web-design .heading, .web-design .accordion-wrap .heading {
    margin-bottom: 88px;
    z-index: 1;
  }
}

.accordion-wrap .accordion-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-wrap .accordion-item__header .btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 30px 40px;
}

@media (max-width: 991.98px) {
  .accordion-wrap .accordion-item__header .btn-link {
    padding: 30px 20px;
  }
}

@media (max-width: 767.98px) {
  .accordion-wrap .accordion-item__header .btn-link {
    padding: 17px 15px;
  }
}

.accordion-wrap .accordion-item__header .btn-link:hover .title-holder .title {
  color: #62574d;
}

.accordion-wrap .accordion-item__header .btn-link:hover .open-panel span {
  color: #a96e54;
}

.accordion-wrap .accordion-item__header .btn-link:hover .arrow {
  width: 26px;
}

.accordion-wrap .accordion-item__header .btn-link .less {
  display: none;
}

.accordion-wrap .accordion-item__header .btn-link .more {
  display: block;
}

.accordion-wrap .accordion-item__header .btn-link[aria-expanded="true"] .less {
  display: block;
}

.accordion-wrap .accordion-item__header .btn-link[aria-expanded="true"] .more {
  display: none;
}

.accordion-wrap .accordion-item__header .title {
  margin-right: 19px;
  font-size: 23px;
  color: #a96e54;
  font-family: "TTNorms-Bold", Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.accordion-wrap .accordion-item__header .desc {
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #b9b9b9;
  font-family: "TTNorms-Medium", Arial, sans-serif;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .accordion-wrap .accordion-item__header .open-panel {
    display: none;
  }
}

.accordion-wrap .accordion-item__header .open-panel span {
  display: inline-block;
  font-size: 11px;
  font-family: "TTNorms-Bold", Arial, sans-serif;
  color: #b9b9b9;
  text-transform: uppercase;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.14em;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.accordion-wrap .accordion-item__header .open-panel span.arrow {
  margin-right: 10px;
  width: 21px;
  overflow: hidden;
  display: inline-block;
  height: 12px;
  position: relative;
  -webkit-transition: width .3s, color 0.25s;
  transition: width .3s, color 0.25s;
}

.accordion-wrap .accordion-item__header .open-panel span svg {
  position: absolute;
  right: 0;
  width: 26px;
}

.accordion-wrap .accordion-item__body {
  padding: 0 81px 41px;
}

@media (max-width: 767.98px) {
  .accordion-wrap .accordion-item__body {
    padding: 0 60px 28px;
  }
}

@media (max-width: 767.98px) {
  .accordion-wrap .accordion-item__body {
    padding: 0 15px 28px;
  }
}

@-webkit-keyframes accordion-height {
  0% {
    margin: 0;
  }
  50% {
    margin: -5px 0 -25px;
  }
  100% {
    margin: 0;
  }
}

@keyframes accordion-height {
  0% {
    margin: 0;
  }
  50% {
    margin: -5px 0 -25px;
  }
  100% {
    margin: 0;
  }
}

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

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

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

@keyframes accordion-opacity-inverse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.accordion-wrap [aria-expanded="true"] {
  -webkit-animation-name: accordion-height;
          animation-name: accordion-height;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

.accordion-wrap .collapsing {
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.accordion-wrap .collapsing .accordion-item__body {
  opacity: 1;
  -webkit-animation-name: accordion-opacity-inverse;
          animation-name: accordion-opacity-inverse;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.accordion-wrap .collapsing[style*='height'] .accordion-item__body {
  opacity: 0;
  -webkit-animation-name: accordion-opacity;
          animation-name: accordion-opacity;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.accordion-wrap ul li {
  position: relative;
  padding-left: 21px;
  list-style: none;
  font-size: 16px;
  font-family: "TTNorms-Medium", Arial, sans-serif;
  color: #62574d;
}

.accordion-wrap ul li:not(:last-child) {
  margin-bottom: 9px;
}

.accordion-wrap ul li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 2px;
  width: 6px;
  height: 6px;
  background-color: #a96e54;
}

.social-list li {
  display: inline-block;
}

.social-list a {
  color: grey;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.social-list a:hover {
  color: #a96e54;
}

.social-list a svg {
  display: block;
}

.team {
  padding-top: 50px;
}

.team .container-wide {
  position: relative;
  padding: 102px 0 99px;
}

@media (max-width: 991.98px) {
  .team .container-wide {
    padding: 50px 0 99px;
  }
}

.team .container-wide::after {
  content: '';
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f6f6f6;
}

@media (max-width: 991.98px) {
  .team .container-wide::after {
    top: auto;
    bottom: auto;
  }
}

@media (min-width: 992px) {
  .team .container-wide .container, .team .container-wide .blog-list-wrap .slick-arrow-container, .blog-list-wrap .team .container-wide .slick-arrow-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.team a {
  color: #b9b9b9;
}

.team a:hover {
  color: #a96e54;
}

.team .heading {
  text-align: center;
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  .team .heading {
    margin-bottom: 30px;
  }
}

.team .heading__subtitle {
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

.team .heading::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.team .team__members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-bottom: -160px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 991.98px) {
  .team .team__members {
    position: relative;
    padding: 100px 0;
  }
  .team .team__members::after {
    content: '';
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    height: 100%;
    z-index: -1;
    background: #f6f6f6;
  }
}

@media (max-width: 575.98px) {
  .team .team__members {
    padding: 100px 0 0;
  }
  .team .team__members::after {
    height: auto;
    bottom: 119px;
  }
}

@media (max-width: 991.98px) {
  .team .team__members {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.team .team__player {
  position: relative;
  width: 30%;
  height: 430px;
  margin-bottom: 160px;
  background: #fff;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .team .team__player:not(:nth-child(3n)) {
    margin-right: calc((100% - 90%) / 2);
  }
}

@media (max-width: 991.98px) {
  .team .team__player {
    max-width: 385px;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .team .team__player {
    -webkit-box-shadow: 0 0 42px 3px #e1e1e1;
            box-shadow: 0 0 42px 3px #e1e1e1;
  }
}

@media (max-width: 991.98px) {
  .team .team__player:not(:last-child) {
    margin-right: 0;
    margin-bottom: 180px;
  }
}

.team .team__photo, .team .team__desc {
  position: absolute;
  width: 100%;
  text-align: center;
}

.team .team__photo {
  bottom: 102px;
  padding: 0 15px;
}

.team .team__photo::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 199px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 95%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 95%);
  z-index: 1;
}

.team .team__photo img {
  max-height: 460px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.team .team__desc {
  bottom: 35px;
  padding: 0 15px;
}

.team .team__desc .name,
.team .team__desc .position {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team .team__desc .name {
  margin-bottom: 6px;
  font-size: 23px;
  font-family: "TTNorms-Bold", Arial, sans-serif;
  color: #a96e54;
  text-transform: uppercase;
}

.team .team__desc .position {
  font-size: 16px;
  font-family: "TTNorms-Medium", Arial, sans-serif;
  color: #b9b9b9;
  text-transform: capitalize;
  letter-spacing: -1px;
}

.testimonials {
  overflow: hidden;
  padding: 193px 0 150px;
}

@media (max-width: 991.98px) {
  .testimonials {
    padding: 160px 0 150px;
  }
}

@media (max-width: 767.98px) {
  .testimonials {
    padding: 150px 0 100px;
  }
}

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

.testimonials .heading::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonials .heading__subtitle {
  font-family: "TTNorms-Medium", Arial, sans-serif;
}

.testimonials .slick-initialized .slick-slide {
  text-align: center;
}

.testimonials .slick-track {
  padding-top: 61px;
}

.testimonials .slick-list {
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .testimonials .slick-list {
    padding-bottom: 55px;
  }
}

.testimonials .slick-arrow {
  bottom: 0;
  overflow: hidden;
  -webkit-transition: width .3s;
  transition: width .3s;
  top: auto;
  width: 40px;
  z-index: 1;
  color: #b9b9b9;
}

body:not(.touch) .testimonials .slick-arrow:hover {
  color: #a96e54;
  width: 50px;
}

.testimonials .slick-arrow.hover, .testimonials .slick-arrow:active {
  color: #a96e54;
  width: 50px;
}

.testimonials .slick-prev {
  left: calc(100% / 2 - 50px);
}

.testimonials .slick-prev svg {
  position: absolute;
  width: 50px;
  left: 0;
}

.testimonials .slick-next {
  right: calc(100% / 2 - 50px);
}

.testimonials .slick-next svg {
  right: 0;
}

.testimonials .item {
  position: relative;
  text-align: center;
  max-width: 710px;
  width: 100%;
  color: #b9b9b9;
}

@media (max-width: 1199.98px) {
  .testimonials .item {
    max-width: 515px;
  }
}

.testimonials .item .review {
  margin-bottom: 50px;
  font-size: 20px;
  font-family: "TTNorms-MediumItalic", Arial, sans-serif;
  color: #62574d;
  line-height: 1.45;
}

.testimonials .item .quote-left,
.testimonials .item .quote-right {
  font-size: 53px;
}

.testimonials .item .quote-left {
  position: absolute;
  left: -63px;
  top: -26px;
}

@media (max-width: 991.98px) {
  .testimonials .item .quote-left {
    left: -60px;
  }
}

@media (max-width: 767.98px) {
  .testimonials .item .quote-left {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    opacity: .5;
  }
}

.testimonials .item .quote-right {
  position: absolute;
  right: -63px;
  top: 4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  .testimonials .item .quote-right {
    display: none;
  }
}

.testimonials .item .name,
.testimonials .item .company {
  font-size: 12px;
}

.testimonials .item .name {
  margin-bottom: 4px;
  font-family: "TTNorms-Medium", Arial, sans-serif;
  color: #a96e54;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.testimonials .item .company {
  color: #b9b9b9;
}

.web-design {
  padding: 144px 0 0;
}

@media (max-width: 991.98px) {
  .web-design {
    margin-right: -40px;
    margin-left: -40px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .web-design {
    margin-right: -25px;
    margin-left: -25px;
    padding: 100px 0 0;
  }
}

.web-design__holder {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
  z-index: 10;
}

.web-design__holder .web-design__container {
  overflow: hidden;
  position: relative;
}

.web-design__holder img {
  -webkit-box-shadow: 0 20px 20px 1px #e9e9e9;
          box-shadow: 0 20px 20px 1px #e9e9e9;
}

.web-design .heading {
  padding-bottom: 87px;
  text-align: center;
}

.web-design .heading::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.web-design .heading__subtitle {
  font-family: "TTNorms-Medium", Arial, sans-serif;
  text-transform: uppercase;
}

.web-design__main {
  padding: 0 0 50px 20px;
  text-align: right;
}

@media (min-width: 992px) {
  .web-design__main {
    width: calc( ((100% - 960px) / 2) + 517.5px + 50px);
  }
}

@media (max-width: 991.98px) {
  .web-design__main {
    width: 100%;
    padding: 0 0 50px 0;
    text-align: center;
  }
}

.web-design__main img {
  max-width: 960px;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .web-design__main img {
    max-width: none;
  }
}

.web-design__additional {
  position: absolute;
  right: 20px;
  top: 285px;
}

@media (min-width: 992px) {
  .web-design__additional {
    width: calc( ((100% - 960px) / 2) + 460px + 30px);
  }
}

@media (max-width: 991.98px) {
  .web-design__additional {
    width: 100%;
    position: static;
    padding-bottom: 30px;
  }
}

@media (min-width: 1920px) {
  .web-design__additional {
    right: -28px;
  }
}

.web-design__additional img {
  float: right;
  max-width: 852px;
  width: 100%;
}

@media (min-width: 1920px) {
  .web-design__additional img {
    float: none;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .web-design__additional img {
    max-width: none;
  }
}

@media (max-width: 991.98px) {
  .web-design__additional img {
    float: none;
  }
}

.web-design__additional img:not(:last-child) {
  margin-bottom: 14.6%;
}

@media (max-width: 991.98px) {
  .web-design__additional img:not(:last-child) {
    margin-bottom: 84px;
  }
}

@media (max-width: 767.98px) {
  .web-design__additional img:not(:last-child) {
    margin-bottom: 34px;
  }
}

.web-design .responsive-design {
  position: relative;
}

.web-design .responsive-design::before {
  content: '';
  position: absolute;
  bottom: 67%;
  left: 0;
  width: 100%;
  height: 1830px;
  background-color: #f6f6f6;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .web-design .responsive-design .container, .web-design .responsive-design .blog-list-wrap .slick-arrow-container, .blog-list-wrap .web-design .responsive-design .slick-arrow-container {
    max-width: 991px;
  }
}

.web-design .responsive-design .title {
  margin-bottom: 67px;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "TTNorms-Bold", Arial, sans-serif;
  text-align: center;
}

@media (max-width: 767.98px) {
  .web-design .responsive-design .title {
    width: 100%;
    margin: 0 auto 67px;
    padding: 0 25px;
  }
}

@media (max-width: 575.98px) {
  .web-design .responsive-design .title {
    width: 100%;
    margin: 0 auto 26px;
    padding: 0 25px;
    font-size: 20px;
  }
}

.web-design .responsive-design__slider:not(.slick-initialized) {
  white-space: nowrap;
  overflow: auto;
  padding: 0 14px;
}

.web-design .responsive-design__slider:not(.slick-initialized) .responsive-design__item {
  margin: 0 14px;
  width: 100%;
  display: inline-block;
}

.web-design .responsive-design .slick-list {
  padding: 50px 0 85px !important;
}

@media (min-width: 576px) {
  .web-design .responsive-design .slick-list {
    padding: 100px 0 !important;
  }
}

.web-design .responsive-design .slick-slide {
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  padding: 27px 14px;
}

.web-design .responsive-design .slick-slide.slick-center {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

@media (max-width: 767.98px) {
  .web-design .responsive-design .slick-slide.slick-center {
    position: relative;
    -webkit-transform: translateY(-127px);
            transform: translateY(-127px);
  }
}

.web-design .responsive-design .slick-slide.slick-current + .slick-active {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.web-design .responsive-design button.slick-arrow.slick-disabled {
  opacity: 0.4;
  cursor: default;
}

.web-design .responsive-design button.slick-arrow.slick-disabled:hover, .web-design .responsive-design button.slick-arrow.slick-disabled:focus {
  color: #b9b9b9;
}

.web-design .responsive-design .slick-arrow {
  bottom: 0;
  overflow: hidden;
  -webkit-transition: width .3s;
  transition: width .3s;
  top: auto;
  width: 40px;
  z-index: 1;
  color: #b9b9b9;
  bottom: 107px;
  z-index: 1;
}

body:not(.touch) .web-design .responsive-design .slick-arrow:hover {
  color: #a96e54;
  width: 50px;
}

.web-design .responsive-design .slick-arrow.hover, .web-design .responsive-design .slick-arrow:active {
  color: #a96e54;
  width: 50px;
}

@media (max-width: 767.98px) {
  .web-design .responsive-design .slick-arrow {
    bottom: 154px;
  }
}

@media (max-width: 575.98px) {
  .web-design .responsive-design .slick-arrow {
    bottom: 32px;
  }
}

.web-design .responsive-design .slick-prev {
  left: calc(100% / 2 - 50px);
}

.web-design .responsive-design .slick-prev svg {
  position: absolute;
  width: 50px;
  left: 0;
}

.web-design .responsive-design .slick-next {
  right: calc(100% / 2 - 50px);
}

.web-design .responsive-design .slick-next svg {
  right: 0;
}

.web-design .responsive-design__item {
  max-width: 290px;
}

@media (min-width: 1460px) {
  .web-design .responsive-design__item {
    max-width: 335px;
  }
}

@media (max-width: 1459.98px) {
  .web-design .responsive-design__item {
    max-width: 250px;
  }
}

@media (max-width: 767.98px) {
  .web-design .responsive-design__item {
    max-width: 270px;
  }
}

.web-design .responsive-design__item-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 23px solid #fff;
  background-color: #f6f6f6;
  border-radius: 65px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.18);
  -webkit-transition: bottom .3s;
  transition: bottom .3s;
}

@media (max-width: 1459.98px) {
  .web-design .responsive-design__item-holder {
    border-radius: 48px;
  }
}

@media (max-width: 575.98px) {
  .web-design .responsive-design__item-holder {
    border-width: 17px;
  }
}

.web-design .responsive-design__item-holder::before {
  content: '';
  position: absolute;
  top: 0;
  height: 24px;
  display: block;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  background-image: url("../images/content/iphone-10.png");
  background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2065.8%2010%22%3E%0A%3Cg%20fill%3D%22%23F2F2F2%22%3E%0A%3Cpath%20d%3D%22M37%2C7.8H3c-1.6%2C0-3-1.3-3-3v0c0-1.6%2C1.3-3%2C3-3h34c1.6%2C0%2C3%2C1.3%2C3%2C3v0C40%2C6.5%2C38.7%2C7.8%2C37%2C7.8z%22%2F%3E%0A%3Cpath%20d%3D%22M60.8%2C10L60.8%2C10c-2.8%2C0-5-2.2-5-5v0c0-2.7%2C2.2-5%2C5-5h0c2.7%2C0%2C5%2C2.2%2C5%2C5v0C65.8%2C7.8%2C63.5%2C10%2C60.8%2C10z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E);
  background-size: 41%;
  background-repeat: no-repeat;
  background-position: 60% 2px;
  width: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.web-design .responsive-design__item-holder::after {
  content: '';
  padding-bottom: 215%;
}

.web-design .btn-holder {
  margin: 70px 0 80px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .web-design .btn-holder {
    margin-bottom: 30px;
  }
}

.web-design--single-layout .web-design__main {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding-left: 0;
}

.web-design--single-layout .web-design__main img {
  max-width: 100%;
  width: auto;
}

.web-design--single-layout .web-design__main:not(.has-shadow) img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.web-design--single-layout .btn-holder {
  margin-top: 0;
}
