body {
  font-family: "League Spartan", Lucida Sans Unicode, sans-serif;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]>.row-fluid,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

.dnd-section > .row-fluid{
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px){
  .content-wrapper, .page-center, .dnd-section > .row-fluid{
    max-width: 750px;
  }
}

@media screen and (min-width: 992px){
  .content-wrapper, .page-center, .dnd-section > .row-fluid{
    max-width: 970px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: 'League Spartan', Lucida Sans Unicode, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  word-break: break-word;
  background-color: #fff;
  line-height: 1.42857143;
}




html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
/* Paragraphs */

p {
  margin: 0 0 10px;
}

/* Anchors */

a {
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
}
a, a:hover,a:focus {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

figure {
  margin: 0;
}

/* Horizontal rules */

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.hs_error_rollup label{
font-size:12px;
      color: #000;
  font-weight:700;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  width: 100%;
  padding: 5px;
  border-color:#767676;
  line-height: 1.42857143;
  border: 1px solid #767676; 
  border-width:1px!important;
  border-radius: 2.7px;
min-height:34px;
}
::-webkit-input-placeholder {
    color: #bfbfbf;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}
form select{
border-width:1px;
}
/* Validation */

.hs-form-required {
  color: #000;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #000;
  margin-top: 0.35rem;
  font-size:12px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-radius: 1px;
  width: auto;
  border: none;
  font-family: Roboto, sans-serif;
/*   font-family:mr-eaves-sans, sans-serif; */
  font-size: 14px;
  color: #000;
  line-height: 1.42857143;
  font-weight: 400;
  background: #5d6e30;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 0 #000;
  margin-top: 10px;
  min-height:34px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_blog_comments,
.hs_cos_wrapper_type_email_subscriptions,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_blog_subscribe {
  display: block;
  background: #e2e5da;
  width: 100%;
  padding: 20px;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
.hs-form-field .hs-input {
    width: 100%!important;
}
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header {
  display: block;
  line-height: 1.42857143;
  /*   font-family: 'Cinzel', serif; */
}
.header-wrapper {
  padding-top: 110px;
}
.lp-header.header-wrapper {
  padding-top: 85px;
}
.header .main-header {
  float: left;
  width: 100%;
  margin: 14px 0;
}

.header .menu-inner .hs-menu-wrapper>ul>li a{
  text-decoration:none;
}
.header .logo-section a {
  float: left;
  margin: 5px 0;
}

.header .logo-section img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 218px!important;
}

.header .header-social-section {
  float: right;
  margin: 8px 0;
}

.header .searchform {
  display: none;
  position: absolute;
  width: 300px;
  height: auto;
  line-height: 30px;
  top: 33px;
  right: 0;
  padding: 12px 15px;
  cursor: default;
  background: #3a3a3a;
  z-index: 9999;
}

.header .header-social-section li.header-search i {
  font-size: 16px;
  color: #333;
}

.header .menu-area {
  position: relative;
  min-height: auto;
  border: none;
  background: #e2e5da;
  border-radius: 0;
}

.header .menu-inner .hs-menu-wrapper > ul > li a {
  font-size: 14px;
  font-weight: 600;
  /*   text-transform: uppercase; */
  color: #000;
  padding: 10px 15px;
  margin-right: 0;
  display: block;
}

.header .menu-inner .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  padding: 0;
  border: none;
}

.header .header-contact {
  float: right;
}

.header .header-contact {
  margin: 5px 0;
}

.header .nav-area {
  float: left;
  margin: 0;
}

.header .nav-area span.menu-arrow {
  position: absolute;
  top: 0;
  right: -10px;
  color: #333!important;
  padding: 8px 10px;
  cursor: pointer;
}

.header .menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: relative;
}

.header .menu-inner .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 250px;
}

.header .menu-inner .hs-menu-wrapper>ul>li>ul>li:active>a, .header .menu-inner .hs-menu-wrapper>ul>li>ul>li:active>a:hover {
  background-color: #788652;
  color: #fff !important;
}

.header .menu-inner .hs-menu-wrapper>ul>li li a {
  margin: 0;
}

.header .menu-inner .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 250px;
}

.header .menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
  max-height: 450px;
  opacity: 1;
  visibility: visible;
}

.header .menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children > a:focus, .header .menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children > a:hover {
  color: #5e6e2a;
  background-color: transparent;
}

.header .menu-inner .hs-menu-wrapper>ul>li li a {
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  padding: 6px 20px;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}

.header .menu-inner .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
  margin-top: 0;
}

.header .menu-inner .hs-menu-wrapper>ul>li:hover .menu-arrow, .header .menu-inner .hs-menu-wrapper>ul>li:active .menu-arrow {
  color: #5E6E2A;
}

.header .header-social-section li.header-search #searchlink {cursor: pointer;}

.header .header-social-section li.header-search #searchlink.search-active {
}

.header .header-social-section li.header-search #searchlink.search-active .searchform {
  display: block;
}

.header .header-social-section li.header-search input.hs-search-field__input {
  padding: 5px 15px;
  width: 100%;
}

.header .header-social-section li.header-search input.hs-search-field__input::placeholder {
  color: rgb(117,117,117) !important;
}

.header .header-social-section li.header-search .searchform button i {
  color: #bcbcbc;
  font-size: 16px;
  display: block;
  line-height: 30px;
}

.header .header-social-section li.header-search #searchlink {
  position: relative;
}

.header .header-social-section li.header-search .searchform button {
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  background: none;
  color: #bcbcbc;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  border: 0;
}

.header .header-social-section li.header-search .searchform button span {
  display: none;
}
.header .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  background-color: #fff;
}
.header .header-social-section li.header-search input.hs-search-field__input {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  font-weight: 400;
  /*     font-family: Roboto,sans-serif; */
  border: 1px rgb(118, 118, 118);
  border-style: solid solid inset;
  height: 44px;
}
header .header-menu-wrapper .hs-menu-wrapper li.hs-item-has-children .hs-menu-children-wrapper.active-branch a{
  background: #fff; 
  color: rgba(51, 51, 51, 1.0);
}
header .header-menu-wrapper .hs-menu-wrapper li.hs-item-has-children .hs-menu-children-wrapper.active-branch a:hover{
  color: rgba(94, 110, 42, 1.0) !important;
}

header .content-wrapper{
  /* 	max-width:1160px; */
  max-width:1300px;
}
header .navigation-primary ul.level-1 > li a{font-size:18px;}
@media(max-width: 1200px){
  .header-contact-cm ul li a, .header .menu-inner .hs-menu-wrapper>ul>li a{
    font-size: 12px;
  }
  .header-contact-cm ul li:first-child a{
    font-size: 18px !important;
  }
  .header-contact-cm ul li:last-child{
    padding: 8px 10px !important;
  }
  header.header .header__container{align-items:unset;}
}
@media screen and (min-width: 992px){
  .header .head-contact-section{
    margin:0;
  }
  .header .top-header {
    position: fixed;
    top: 0px;
    z-index: 100;
    right: 0px;
    left: 0px;
    margin-top: 0px;
    border-top: 0px solid #fff;
    background: #fff none repeat scroll 0% 0%;
  }
  .header .menu-inner .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .header .menu-inner .hs-menu-wrapper > ul > li a {
    padding: 12px 0;
    margin-right: 20px;
  }
  .header .nav-area span.menu-arrow {
    right: -2px;
    padding: 12px 10px;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li:hover a{
    background: 0 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li > a:hover, .header .menu-inner .hs-menu-wrapper>ul>li:active > a {
    color: #5b6e2d;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li>ul>li>a:hover {
    background: 0 0;
    color: #5b6e2d;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
  }
}

@media(min-width: 1024px){
  .nav-area .active-branch .hs-menu-item.hs-menu-depth-2{
    margin-right: 0;
  }
}


@media screen and (min-width: 1025px) and (max-width: 1200px){
  .No_banner .header-wrapper {
    padding-top: 164px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px){
  .header .logo-section a {
    margin: 0;
  }
  .header .menu-inner .header-contact {
    display: none;
  }
  .header .header-contact.visible-tablet {
    display: block !important;
    margin-left: 20px;
  }
  .header .logo-section img {
    width: 100% !important;
    max-width: 200px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1139px){
  .header .header-contact.visible-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 991px){
  .header .menu-inner .hs-menu-wrapper>ul>li a, .header-contact-cm ul li a {
    font-size: 16px!important;
  }
  .header-contact-cm br,
  .header .header-contact.visible-tablet {
    display: none !important;
  }
  .header-wrapper.lp-header{
    padding-top: 74px;
  }
  header.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: #fff;
  }
  .header-wrapper {
    padding-top: 135px;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li>ul>li>a:hover {
    color: #000 !important;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li.menu-open span.menu-arrow i{
    color: #5e6e2a!important;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li>a:hover{
    color: #5e6e2a !important;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li li.active a,
  .header .menu-inner .hs-menu-wrapper>ul>li>ul>li>a:hover {
    color: #fff !important;
    background-color: #5d6e30 !important;
  }
}

@media screen and (max-width: 991px){
  .header .nav-area {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .header .head-contact-section{
    display:block;
  }
  .header .logo-section img {
    max-width: 200px;
  }
  .header .mobile-navbar {
    display: block !important;
    float: left;
    width: 100%;
  }
  .header .menu-inner {
    display: none;
  }
  .header .mobile-navbar .header-contact {
    float: left;
    margin: 0;
  }
  .header .mobile-navbar .header-contact-cm ul {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
  }
  .header .mobile-navbar .header-contact-cm ul li {
    padding: 13px 4px;
  }
  .header .mobile-navbar .header-contact-cm ul li a {
    color: #000;
    font-size: 16px;
    display: block;
  }
  .header .mobile-navbar .header-contact-cm ul li:first-child a {
    color: #000;
    font-size: 16px;
    display: block;
    top: 0;
  }
  .header .mobile-navbar .header-contact-cm ul li a i {
    font-size: 16px;
  }
  .header .mobile-navbar .header-contact-cm ul li:last-child {
    padding: 0;
    display: inline-block;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header .mobile-navbar .header-contact-cm ul li:last-child a {
    color: #fff;
    padding: 15px 5px;
    background: #5d6e30;
    line-height: 23px;
  }
  .header .mobile-navbar .header-contact-cm ul li:last-child a span {
    display: inline-block;
  }
  .header .mobile-navbar .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .header .mobile-navbar .navbar-toggle {
    border-color: transparent;
    margin-right: 0;
    display: block;
  }
  .header .mobile-navbar .navbar-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }
  .header .mobile-navbar .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #37291d;
  }
  .header .mobile-navbar .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }
  .header .mobile-navbar .navbar-toggle:hover .icon-bar, .header .mobile-navbar .navbar-toggle:focus .icon-bar {
    background: #fff;
  }
  .header .mobile-navbar .navbar-toggle:hover, .header .mobile-navbar .navbar-toggle:focus {
    background-color: #37291d;
  }
  .header .menu-inner .hs-menu-wrapper>ul {
    flex-direction: column;
    float: none !important;
    margin: 15px 0;
    width: 100%;
  }
  .header .menu-inner {
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    border-top: 1px solid #D8D8D8;
    float: left;
    width: 100%;
  }
  .header .nav-area {
    width: 100%;
  }
  .header .menu-inner .header-contact {
    display: none;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li {
    float: left;
    width: 100%;
    margin: 5px 0;
    display: block;
  }
  .header .nav-area span.menu-arrow {
    right: 0;
    z-index: 1;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
    display: none;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children.menu-open {
  }
  .header .menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children.menu-open ul.hs-menu-children-wrapper {
    display: block !important;
    position: static;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper {
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li li a {
    padding: 5px 15px 5px 25px;
  }
}

@media screen and (max-width: 767px){
  header .menu-area .col-sm-12{
    width: 100%;
  }
  .header .logo-section img {
    max-width: unset;
  }

  .header .menu-inner .hs-menu-wrapper>ul>li li a {
    color: #777 !important;
  }
  .header .menu-inner .hs-menu-wrapper>ul>li li.active a{
    color:#fff!important;
  }
} 

@media screen and (max-width: 480px){
  .header .header-social-section {
    float: none;
    margin: 15px auto 0;
    display: block;
    text-align: center;
  }
  .header .logo-section a {
    float: none;
  }
  .header .social-media-cm {
    line-height: 23px;
  }
  .header .mobile-navbar .header-contact-cm ul li:first-child a {
    font-size: 14px;
  }
  .header .mobile-navbar .header-contact-cm ul li a i {
    font-size: 14px;
  }
  .header .mobile-navbar .header-contact-cm ul li:last-child {
    padding: 0;
  }
  .header .mobile-navbar .header-contact-cm ul li:last-child a {
    color: #fff;
    padding: 15px 5px;
    background: #5d6e30;
    line-height: 20px;
    font-size: 14px;
    text-shadow: none;
  }
}

@media screen and (max-width: 479px){
  .header .searchform {
    right: -50px;
  }
  .header-wrapper {
    padding-top: 150px;
  }
}

@media screen and (min-width: 480px) and (max-width: 992px){
  .header-wrapper {
    padding-top: 125px;
  }
}

header.header{
  padding: 0px;
  position: fixed;
  width: 100%;
  z-index: 111;
  top: 0;
  left: 0;
}

@media(max-width: 1200px){
  header.header{
    position: static;    
  }
  header.header-2023.sticky {
    position: fixed;
  }
}
@media(max-width: 767px){
  .body-wrapper .header.header-2023.sticky {
    position: fixed;
  }
  .body-wrapper .header.header-2023.sticky .forest {
    display: none;
  }
}
.footer {
  background: #E2E5DA;
  line-height: 1.42857143;
  overflow-X: hidden;
}
.footer .row{
  display:block;
}
.footer .footer-top {
  border-bottom: 1px solid #8e9a6f;
  margin-bottom: 18px;
  padding:0;
}

.footer .footer-inner {
  padding: 35px 0;
  color: #fff;
}
.footer .footer-menu li{
  margin-right:0;
  padding:0;
}
footer .footer-copmany-info p, footer .footer-copyright p{
	font-size: 14px;
}
.footer .footer-social-media {
  margin: 35px 0;
  float: left;
  width: 100%;
}

.footer .footer-logo img {
  width: 294px !important;
  display: block;
  max-width: 100%;
}
.lp-footer.footer .footer-bottom-menu .hs-menu-wrapper>ul>li:first-child{
  display:none;
}

.footer .footer-menu .hs-menu-wrapper > ul > li {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer .footer-copyright p {
  margin: 0;
  font-size: 14px;  
  /*   font-family:mr-eaves-sans, sans-serif; */

}

.footer .footer-bottom-menu .hs-menu-wrapper > ul {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  margin-bottom: 10px;
}

.footer .footer-bottom-menu .hs-menu-wrapper > ul > li > a {
  font-size: 14px;
  color: #fff;
}

.footer .footer-bottom-menu .hs-menu-wrapper > ul > li {
  padding: 0 6px;
  position: relative;
  margin-right: 13px;
  display: inline-block;
}

.footer .footer-trademark p {
  color: #abb29a;
  font-size: 10px;
  margin-bottom:10px;
  /*   font-family: mr-eaves-sans, sans-serif; */  
}

.footer .footer-social-media .social-media-cm ul li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0 !important;
}

.footer .footer-social-media .social-media-cm ul li a {
  padding: 0 12px;
  display: block;
}

.footer .footer-social-media .social-media-cm ul li a i {
  color: #bec5ac;
  font-size: 14px;
}

.footer .footer-social-media .social-media-cm {
  margin-top: 0;
}

.footer .footer-menu .hs-menu-wrapper>ul>li>a {
  margin-top: 0;
  font-size: 23px;
  /*text-shadow: 2px 1px 0 #242f0d;*/
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  display: block;
}

.footer .footer-menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
  margin-top: 0;
  margin-bottom: 5px;
}

.footer .footer-menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper > li {
  margin-bottom: 5px;
}

.footer .footer-menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper > li > a {
  color: #fff;
  font-size: 14px;
}

.footer .footer-menu .hs-menu-wrapper>ul>li {
  margin-bottom: 28px;
}

.footer .footer-menu .hs-menu-wrapper>ul>li>a:after {
  content: "";
  z-index: 0;
  position: absolute;
  background: #8E9A6F;
  width: 100%;
  height: 1px;
  right: 0;
  top: 12px;
}

.footer .footer-menu .hs-menu-wrapper>ul>li>a span {
  background: #5D6E30;
  z-index: 1;
  position: relative;
  padding-right: 15px;
  font-size: 18px;
}

.footer .footer-menu {
  float: left;
  width: 100%;
}

.footer .footer-bottom-menu .hs-menu-wrapper>ul>li>a:hover, .footer .footer-menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper>li>a:hover {
  color: #ABB29A;
}

.footer .footer-social-media .social-media-cm ul li a:hover i {
  color: #fff;
}

.footer .footer-menu .hs-menu-wrapper>ul>li>a {
  cursor: text;
}

@media(max-width: 1600px){
  footer .section-title h3{
    font-size: 22px !important;
  }
  
}
@media(max-width: 1400px){
  footer .section-title h3{
    font-size: 26px !important;
  }
}
@media(max-width: 1200px){
  footer .footer-wrapper .footer-row-1{
    flex-wrap: wrap;
  }
  footer .footer-wrapper .footer-row-1 .footer-column{
    flex-basis: 33% !important;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px){
  .footer .footer-menu .hs-menu-wrapper > ul > li {
    float: left;
  }
  .footer .footer-menu .hs-menu-wrapper > ul > li {
    width: 33.33333333%;
  }  
  .footer .footer__copyright span {
    text-align: right;
    display: block;
  }
}

@media screen and (min-width: 992px){
  .footer .footer-logo {
    float: left;
  }  
  .footer .footer-menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper > li > a {
    margin-left: 5px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px){
  .footer .footer__copyright span {
    font-size: 12px;
  }
  .footer .footer-social-media .social-media-cm ul li a {
    padding: 0 8px !important;
  } 
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .footer .footer-social-media .social-media-cm ul li a {
    padding: 0 5px !important;
  } 
  .footer .footer__copyright span {
    text-align: left;
    display: block;
  }
  .footer .footer-logo img {
    width: 95% !important;
  }
}

@media screen and (max-width: 767px){
  .footer .footer-bottom-menu .hs-menu-wrapper>ul>li {
    display: block;
    margin-bottom: 10px;
  }
  .footer .footer-bottom-menu .hs-menu-wrapper>ul>li:last-child {
    margin: 0;
  }
  .footer .col-sm-4,
  .footer .col-sm-8{
    width:100%;
    flex: unset;
    max-width: unset;
  }
}
@media screen and (max-width: 560px){
  .footer-contact{
    text-align:center;
  }
  footer .location {
    display:block !important;
}
}

@media screen and (max-width: 480px){
  .footer .footer-social-media .social-media-cm ul li a {
    padding: 0 10px;
  }
}
/*****************************************/
/* Custom style    */
/*****************************************/
.case-study-page-banner .banner-area .banner-caption h2{
  font-weight: 900;
}

.section-wrapper.work-from-home-section .category-card-layout .title-wrapper h2 span, .section-wrapper.extra-space-section .category-card-layout .title-wrapper h2 span{
  background: #fff;
}
.section-wrapper.fitness-and-wellbeing-section .category-card-layout .category-list{
  max-width: 100%;
}

.section-wrapper.multi-category-section .section-header{
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 40px;
}
/* .section-wrapper.multi-category-section .section-header .section-title{
display: flex;  
} */
.section-wrapper.multi-category-section .muilti-section-title{
  position: relative;
}
.section-wrapper.multi-category-section .muilti-section-title .title-wrapper h2 span{
  background: #e3e5da;
  position: relative;
  padding: 0 15px;
}
.section-wrapper.multi-category-section .muilti-section-title::before{
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  background: #000;
  margin: 0 auto;
  top: 14px;
  left: 0;
}
.section-wrapper.multi-category-section .section-header .section-title .title-wrapper{
  flex-basis: 33.33%;
  text-align: center;
}
.section-wrapper.multi-category-section .section-header .section-title .title-wrapper h2{
  font-size: 29px;  
  /*   font-family:mr-eaves-sans, sans-serif; */
  /*   text-transform:uppercase; */
  font-weight: 900;
  margin: 0;
}
.section-wrapper.work-from-home-section .category-card-layout .card-title h4, .section-wrapper.extra-space-section .category-card-layout .card-title h4{
  background: #e3e5da !important;
}
.section-header .section-title .title-wrapper{  

  /*   font-family:mr-eaves-sans, sans-serif; */
  text-align: center;
  margin-top: 40px;
  float: left;
  width: 100%;
}
.section-header .section-title .title-wrapper h2{
  margin: 0;
  position: relative;
  font-size: 24px;
  width: 100%;

  /*   font-family:mr-eaves-sans, sans-serif; */
  text-transform: uppercase;
}
.section-header .section-title .title-wrapper h2::before{
  background: #000;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  content: "";
  z-index: 0;
  transform: translateY(-50%);
}
.section-header .section-title .title-wrapper .line-marker::before{
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  content: "";
  z-index: 0;
  transform: translateY(-50%);
}
.section-header .section-title .title-wrapper .line-marker{
  position:relative;
}
.section-header .section-title .title-wrapper .line-marker span{
  padding: 0 50px;
  background: #e2e5da;
  position: relative;
}
.section-header .section-title .title-wrapper h2 span{  
  font-size: 30px;
  position: relative;
  background: #fff;
  padding: 0 50px;
  text-transform: uppercase;
  background: #e2e5da;
}
.section-header .section-title .title-wrapper .line-marker span.bg-white,
.section-header .section-title .title-wrapper h2 span.bg-white{
  background: #fff;
}
.section-header .description p{
  font-size: 22px;

  /*   font-family:mr-eaves-sans, sans-serif; */
  text-align: center;
  margin-bottom: 40px;
}
.case-study-individual-page .button{
  padding:10px 60px;
  margin-top: 30px;
}
.section-header.decide-design-title .title-wrapper h2{
  margin-bottom: 40px;
}
.hs-landing-page #hs_cos_wrapper_dnd_area-module-8_ .text-wrapper p{
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-individual-page .row-number-12 .row-fluid > .span12{
  padding: 0;
}
#hs_cos_wrapper_dnd_area-module-19 a.button{
  background: transparent;
  color: #000;
  padding: 7px 20px;
  border: 2px solid #ddd;
  border-radius: 6px;
}
.the-process-section .two-col-text-right-image-left .tick-mark-icon{
  list-style: none;
  float: left;
  width: 100%;
}
.the-process-section .two-col-text-right-image-left .tick-mark-icon li{
  background: url('https://blog.cabinmaster.co.uk/hubfs/tick.webp') no-repeat;
  padding-left: 25px;
  background-position: 0 5px;
  padding-bottom: 5px;
}
.the-process-section .right-column-content-wrapper{
  padding-top: 70px;
}
.the-process-section .right-col-content{
  display: flex;
}
.the-process-section .right-col-content .image-section-wrapper, .the-process-section .right-col-content .right-col-img-item{
  height: 100%;
}
.the-process-section .right-col-content .right-col-img-item img{
  height: 100%;
  object-fit: cover;
}
.optional-timber-base-section .section-header .section-title .title-wrapper{
  margin-bottom: 40px;
}
.optional-timber-base-section .text-wrapper{
  margin-bottom: 20px;
}
.optional-timber-base-section .image-layout-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.optional-timber-base-section .image-layout-wrapper .column-one{
  flex: 0 0 41.666667%;
  position: relative;
}
.optional-timber-base-section .image-layout-wrapper .column-one::after{
  background: #339ed7;
  bottom: 28px;
  content: "";
  height: 200px;
  position: absolute;
  right: 8px;
  transform: rotate(130deg);
  width: 3px;
}
.optional-timber-base-section .image-layout-wrapper .column-two{
  flex: 0 0 58.333333%;
}
.banner-section .internal-banner-caption{
  padding:0;
}

.hs-content-id-79687571114 form .hs-richtext, form .hs-richtext p{
  font-size:14px;
}

/* Show site page 2023 */
.show-site-page-wrapper p{
  font-size: 24px;
}
.show-site-page-wrapper .title-dnd_area-module-2 h1 span{
  font-size: 40px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;    
}
.show-site-page-wrapper .product_gallery .owl-dots{
  display:none;
}
.show-site-page-articles .latest-blog-section .head-section .common-head > span{
  text-transform:capitalize;
  font-size:40px;
}
.show-site-page-articles .latest-blog-section .head-section > span{
  text-transform:capitalize;
  font-style:italic;
  font-size:28px;
}
.show-site-page-wrapper .show-site-tour figure {
  height: 650px;
  position: relative;
}
.show-site-page-wrapper .show-site-tour iframe{
  height:100%;
  width:100%;
}
.show-site-page-wrapper .show-site-title p{
  font-weight: 600;
}
.show-site-page-template p,
.show-site-page-template .latest-blog-section .inner-latest-blog-content h4,
.show-site-page-template .hs-btn,
.show-site-page-template .heading-section .sec-title.common-head span{
/*   font-family: mr-eaves-sans,sans-serif; */
  font-family: 'League Spartan', Lucida Sans Unicode, sans-serif;
}

.hs-content-id-119818168756 .show-site-tour figure{
  height: 650px;
  position: relative;
}
.hs-content-id-119818168756 .show-site-tour iframe {
  height: 100%;
  width: 100%;
}

@media(max-width: 991px){
  .show-site-page-wrapper p{
    font-size: 20px;
  }
}
/* Show site page 2023 Ends */

@media(max-width: 1199px){
  .optional-timber-base-section .image-layout-wrapper .column-two{
    padding-left: 15px;
  }

}
@media(min-width: 1024px){
  .nav-area .active-branch .hs-menu-item{margin-right:15px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
  .banner-section .Banner-area {
    margin-top: 7px !important;
  }
  .optional-timber-base-section .image-layout-wrapper .column-one:after {
    bottom: 33px;
    height: 163px;
    right: -18px;
  }
  .nav-area .active-branch .hs-menu-item{margin-right:8px;}
}
@media(min-width: 992px){
  .section-header .section-title .title-wrapper h2:before{
    width: 95%;
    margin: 0 auto;
  }  
}
@media(max-width: 991px){
  .optional-timber-base-section .image-layout-wrapper .column-one:after{
    display: none;
  }
  .optional-timber-base-section .image-layout-wrapper .column-one{
    text-align: center;
    margin-bottom: 30px;
  }
  .optional-timber-base-section .image-layout-wrapper{
    flex-direction: column;
  }
  .optional-timber-base-section .image-layout-wrapper .column-two{
    padding-left: 0;
  }
  .section-wrapper.multi-category-section .category-item, .section-wrapper.extra-space-section .category-list .category-item, .section-wrapper.entertaining-section .category-item, .section-wrapper.work-from-home-section .category-card-layout .category-list .category-item, .section-wrapper.fitness-and-wellbeing-section .category-item{
    flex-basis: 50%;
  }
  .the-process-section .right-column-content-wrapper{
    padding-top: 20px;
  }
}
@media(max-width: 767px){
  .section-wrapper.multi-category-section .category-item, .section-wrapper.extra-space-section .category-list .category-item, .section-wrapper.entertaining-section .category-item, .section-wrapper.work-from-home-section .category-card-layout .category-list .category-item, .section-wrapper.fitness-and-wellbeing-section .category-item{
    flex-basis: 100%;
  }
  .section-header .section-title .title-wrapper h2 span{
    font-size: 25px;
    padding: 0 15px;
  }
  .section-header .description p{
    font-size: 18px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none; 
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face { 
  font-family: "FontAwesome"; 
  src: url("https://2603296.fs1.hubspotusercontent-na1.net/hubfs/2603296/Cabin_Master_May2022/fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("//2603296.fs1.hubspotusercontent-na1.net/hubfs/2603296/raw_assets/public/Cabin_Master_2023_Redesign/fonts/fontawesome-webfont.woff2") format("woff2"), 
      url("//2603296.fs1.hubspotusercontent-na1.net/hubfs/2603296/raw_assets/public/Cabin_Master_2023_Redesign/fonts/fontawesome-webfont.woff") format("woff"), 
        url("//2603296.fs1.hubspotusercontent-na1.net/hubfs/2603296/raw_assets/public/Cabin_Master_2023_Redesign/fonts/fontawesome-webfont.ttf") format("truetype");
          font-style: normal; 
          font-weight: normal; 
          }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
  content: "\f158"
}

.fa-won:before,.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
  content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
}

.safari .header-contact-cm ul li a span {
  -webkit-font-smoothing: auto;
}

.safari {
  -webkit-font-smoothing: auto;
}
.open-menu .request-form-cm{
  z-index:9;
}
.body-container-wrapper {
  overflow-x: hidden;
}

.full-width-page ol {
  list-style: none;
}


.full-width-page .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section .dnd-section>.row-fluid {
  padding: 0;
}
.product-middle .hs-button,
.contact-page .hs-button {
  width:30%;
}
.full-width-page a:focus{
  text-decoration: underline;
}

.full-width-page strong {
  font-weight: 700;
}

.full-width-page td{
  padding: 0;
  border:none;

}
.contact-page form select {
  border-width: 1px;
}
.full-width-page table{
  border: none;
  margin-bottom: 0;
}


.full-width-page .hs_cos_wrapper_type_form {
  padding-bottom: 35px;
}

.full-width-page form{
  padding-left: 10px;
  padding-right: 10px;
}

.full-width-page hr {
  overflow: hidden;
}
.full-width-page  input.hs-input{
  width: 100%;
  max-width: 1140px;
  padding: 5px;
  border: 1px solid #767676;
}

.full-width-page  input.hs-input:focus {
  border-color: #000;
}

.full-width-page .hs_submit.hs-submit input.hs-button.primary.large{
  border-radius: 1px;
  width: 30%;
  border: none;
  background: #5d6e30;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 0 #000;
  height: 34px;
  margin-top: 10px;
  white-space: pre-wrap;
  -webkit-appearance: button;
  cursor: pointer;
  padding: 0;
}
.full-width-page .hs_submit.hs-submit input.hs-button.primary.large:hover{
  background: #9EB16B;
  border: none;
}
.full-width-page form .hs-richtext{
  margin-bottom:0;
}
.full-width-page form .hs-richtext p {
  font-size: 14px;  
  color: #000;
  font-weight: 400;
  margin-bottom:10px;
}
.full-width-page .hs-form-field {
  margin-bottom: 0;
}
.full-width-page .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  margin-bottom: 10px;
}

.full-width-page label.hs-error-msg {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  margin-top: 0;
}
.full-width-page .hs-input.invalid.error {
  border-color: #767676;
}
.full-width-page .hs-form-required {
  color: #000;
}

.full-width-page figure {
  margin: 0;
}

/* contaact page css */

.contact-page .dnd-section {
  padding: 0;
}

.contact-page  .span12.widget-span.widget-type-cell.dnd-column {
  padding: 0;
}

.contact-page .hs-form-private .hs-form-field {
  margin-bottom: 0;
}
.contact-page .dnd-section>.row-fluid {
  padding: 0;
}

.contact-page span.hs-form-required {
  color: #000;
}

.contact-page label.hs-error-msg {
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #000;
}
.container-fluid.body-container.full-width-page {
  padding: 0;
}

.contact-page .hs-form-private .hs_postcode.hs-postcode.hs-fieldtype-text.field.hs-form-field {
  width: 100%;
  float: none;
}
.contact-page  .hs-form-private  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{
  width: 100%;
  float: none;
}

.contact-page  form.hs-form.stacked .hs-form-private  input.hs-input {
  width: 100%;
  border: 1px inset #767676;

}

.contact-page  form.hs-form.stacked .hs-form-private fieldset.form-columns-1 .hs-input {
  width: 100%!important;
}

.contact-page  form.hs-form.stacked textarea.hs-input {
  width: 100%;
}

.contact-page  form.hs-form.stacked select.hs-input.is-placeholder {
  width: 100%;
}

.contact-page form.hs-form.stacked  .hs-richtext {
  margin-bottom: 0;
}

.contact-page  form .input input.hs-input {
  width: 100%;
}

.contact-page  form .input {
  width: 100%;
}
.contact-page  .hs-input.invalid.error {
  border-color: #000;
}

form .inputs-list>li {
  margin: 0;
}

.contact-page label.hs-error-msg {
  margin-bottom: 5px;
  margin-top:0;
}
/* .contact-page ul.no-list.hs-error-msgs.inputs-list {
margin-bottom: 10px;
}
*/
ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 10px;
}

.contact-page .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  margin-bottom: 10px;
}

.full-width-page table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
.full-width-page table td {
  display: table-cell;
  vertical-align: inherit;
}
.quality_section h2.common-head:before {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 13px;
  background: #8e9a6f;
  content: "";
  z-index: 0;
}
.hs-form-5792a463-2193-48c1-93fa-379715c52af1_2c68ebb3-7719-484a-911e-042c4492b5bc fieldset.form-columns-1 .hs-input {
  width: 100%!important;
}



@media only screen and (min-width: 768px){ 
  .full-width-page p, .full-width-page form .hs-richtext p{
    line-height: 28px;
    font-size: 18px;
  }
  .contact-page  .hs-richtext p {
    line-height: 28px;
    font-size: 16px;
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 992px){ 
/*   h3.hs_cos_wrapper.form-title:before {
    width: 95%;
    margin: 0 auto;
  } */
  .quality_section h2.common-head:before {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px){
  .full-width-page img {
    margin-left: 0!important;
    margin-top: 0!important;
  }
}



@media only screen and (max-width: 767px){

  h3.hs_cos_wrapper.form-title span {
    padding: 0 15px;
  }

}

/*******************************************************************************************************************************************************************/
.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

.banner-section .dnd-section {
  padding: 0;
}

/* .body-container .row{
  display:block;
} */
.body-container-wrapper .container-fluid,
.container-fluid.banner-area{
  padding-right: 0px;
  padding-left: 0px;
}
.row-fluid [class*=span] {
  min-height: 0;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-12, .col-sm-4, .col-sm-8, .col-md-10,
.col-sm-6, .col-md-4, .col-md-2, .col-md-7, .col-md-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row:after, .page-center:after {
  clear: both;
}

.row:before, .row:after, .page-center:before, .page-center:after {
  content: "";
  display: table;
}

.product-main .heading-section h1.common-head{
  font-size:24px;
}

.product-middle .dnd-section>.row-fluid {
  padding:0;
  display: flex;
  flex-wrap: wrap;
}
.product-middle .span6 {
  display: flex;
  flex-wrap: wrap;
}

.product-middle .span6:last-child:not(:first-child) .dnd-row *{
  height:100%;
}


.product-middle .hs-form-field {
  margin-bottom: 0;
}

.product-middle .hs-email {
  margin-bottom: 10px;
}

.product-middle form .hs-richtext p {
  font-size: 14px;
  color: #000;
  margin: 0 0 10px;
  font-weight: 400;
}

.product-middle form .hs-richtext{
  margin: 0 0 10px;
}
.product-middle .hs-image-widget {
  height: 100%!important;
  object-fit: cover;
}
.home-main .hs_cos_wrapper_type_rich_text h1 {
  font-size: 36px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-main .hs_cos_wrapper_type_rich_text p, .home-main .hs_cos_wrapper_type_rich_text h3, .home-main .hs_cos_wrapper_type_rich_text h2{
  text-align: center;
  font-weight:500;
}

.home-banner .Banner-area {
  position: relative;
  min-height: 430px;
}
.home-banner .Banner-area .banner-caption h2{
  line-height: 1.8em;
  margin-right: 49px;
  font-weight: 700;
}
.home-banner .Banner-area .content-wrapper{
  height:100%;
}
.home-banner .Banner-area .banner-caption{
  padding: 6% 0;
}

.home-main .products_wrap .row{
  margin: 0 -8px;
}

.home-main .products_wrap .row>div{
  padding: 0 8px;
}

.home-main .case_studies .head-section>span {
  margin-bottom: 10px;
  display: inline-block;
}

.home-main .case_studies .case-studies-right h3 {
  font-size: 18px;
}

.home-main .heading-section h1.common-head {
  font-size: 24px;
}

.home-main .hs-name,
.home-main .hs-email {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

.home-main label {
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
}
.home-main .hs_cos_wrapper_type_form{
  padding:0;
}

.home-main  .hs-input {
  padding: 5px 5px;
  margin-left: 20px;
  width: 90%;
  border: 0;
  min-height: 40px;
}

.home-main  .legal-consent-container {
  margin-left: 20px;
  margin-bottom: 10px;
}

.home-main input[type=submit] {
  padding:5px;
  max-width: 200px;
  color: #fff;
  margin-bottom: 20px;
  margin-left: 20px;
  min-height: 40px;
  font-weight:400;
  margin-top: 0;
  width: 100%;
  transition :unset;
  text-shadow: unset;
}

.home-main form .hs-richtext{
  margin: 0 0;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.product-banner .Banner-area .banner-caption p {
  min-width: 45%;
  display: inline-block;
  background: rgba(0, 0, 0, .6);
  padding: 15px 20px;
  color: #fff;
}


.product-middle form .hs-input{
  padding:5px;
  border: 2px solid #767676;
}
.product-middle form textarea.hs-input,
.product-middle form select{
  border: 1px solid #767676;
}
.product-middle .hs-name,
.product-middle .hs-email {
  width: 100%;
}

.show-site-main .hs_cos_wrapper_type_rich_text figure{
  position: relative;
  height: 650px;
}
.show-site-main .hs_cos_wrapper_type_rich_text figure iframe{
  width: 100%;
  height: 100%;
}
.show-site-banner .Banner-area .banner-caption h2{
  font-weight: 700;
}

.show-site-main .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
}

.show-site-main .quality_section .contact-section{
  text-align: center;
  background: #e2e5da;
  padding: 30px!important;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.show-site-main .quality_section .content{
  width: 80%;
  float: left;
  padding:0;
  text-align: left;
}
.show-site-main .quality_section h2.common-head{
  padding-bottom:15px;
  margin:0;
  color: #000;
  border-bottom: 1px solid transparent;
}
.show-site-main .quality_section h2.common-head span{
  background: #E2E5DA;
  padding-right: 15px;
}
.show-site-main .company-standards-section .title .company-standards-content p,
.show-site-main .quality_section p {
  line-height: 22px;
  margin-top: 20px;
}
.show-site-main .quality_section h2.common-head:before{
  background: #cbcec4;
}
.show-site-main .quality_section .image_section {
  width: 100%;
  padding:0;
  float: left;
}
.show-site-main .quality_section .free-guide-site {
  padding: 0;
}

.show-site-main .map-section iframe {
  height: 660px!important;
}

.show-site-main .quality_section {
  padding-bottom: 0;
}

.show-site-main .company-standards-section .title h2{
  float:left;
}

.show-site-main .company-standards-section {
  padding-bottom: 40px;
}

.show-site-main .quality_section .image_section img{
  width:100%;
}

.school-room-page .product-middle form .hs-input{
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  padding: 0 15px;
  min-height: 27px;
  background-color: #f5f8fa;
}
.school-room-page .product-middle form input.hs-input.error {
  border-color: #b9554d;
}
.school-room-page .product-middle form .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}
.school-room-page .product-middle form .hs-form-required {
  color: red;
}
.school-room-page .product-middle .hs-form-field{
  margin-bottom: 18px;
}
.school-room-page .product-middle form .hs-error-msgs label {
  color: #f2545b;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px!important;
}
.school-room-page .product-middle form .hs-button{
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  background: #ff7a59!important;
  border-color: #ff7a59!important;
  color: #ffffff!important;
  font-size: 12px;
  line-height: 12px;
  font-family: "League Spartan", "fallback-for-League-Spartan", sans-serif;
  max-width: unset;
  width: auto;
  text-shadow: unset;
}

.school-room-page .product-middle form .hs-richtext {
  font-family: "League Spartan", "fallback-for-League-Spartan", sans-serif;
  color: #33475b;
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 24px;
}

.slick-dots li button{
  outline:none!important;
}
.school-room-page .product-middle .hs-input.invalid.error{
  border-color: #c87872!important;
}
.school-room-page .product-middle form label{
  color: #33475b;
  font-family: "League Spartan", "fallback-for-League-Spartan", sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
  display: block;
  font-weight: 500;
}
.school-room-page .product-middle h3.hs_cos_wrapper.form-title{
  float:none;
}
.school-room-page .product-middle .actions {
  margin-top: 18px;
  padding: 17px 0px;
}
.school-room-page .product-middle ul.no-list.hs-error-msgs.inputs-list{
  display: block;
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.school-room-page .product-middle form textarea.hs-input{
  height: auto;
  padding: 10px 15px;
  vertical-align: middle;
}

.school-room-page .product-middle form select.is-placeholder {
  color: #bfbfbf;
}
.school-room-page .product-middle form select{
  padding: 9px 10px;
}


@media screen and (min-width: 768px){
  .show-site-main .company-standards-section .title .company-standards-content p,
  .show-site-main .quality_section p {
    line-height: 28px;
    font-size: 16px;
  }
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
  .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, 
  .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-12, .col-sm-4, .col-sm-8 {
    float: left;
  } 
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .row.padd-5>[class*=" col-"], 
  .row.padd-5>[class^="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media  (max-width:1199px) and (min-width: 992px){
  .home-main .products_wrap .product-caption h4 {
    padding: 0 0 5px;
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 992px){
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }    
  .col-md-10, .col-md-2 {
    float: left;
  }
  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-1, .col-md-10, .col-md-11, .col-md-12,
  .col-md-2, .col-md-3, .col-md-4, .col-md-5, 
  .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
}

@media (max-width: 1280px){
  .product-middle .span6 .hs_cos_wrapper_type_linked_image img{
    min-height: 500px;
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 991px){
  .product-middle .span6 .widget-type-linked_image,
  .show-site-main .span6,
  .product-middle .span6 {
    width: 100%;
    display:block;
  }
  .show-site-main .span6{
    padding:0!important;
  }
  .product-middle .span6 .widget-type-linked_image{
    padding-top: 15px;
  }
  .product-middle .span6 .hs_cos_wrapper_type_linked_image img{
    min-height: 1px;
  }
  .product-middle .span6 .hs_cos_wrapper_type_linked_image img,
  .product-middle .span6 .hs_cos_wrapper_type_linked_image{
    width:100%;
    height:auto!important;
  }
  .home-main .products_wrap .col-sm-6 {
    width: 50%;
  }
  .home-main .products_wrap .col-md-4:nth-child(3n+1) {
    clear: unset;
  }
}
@media (max-width: 767px){
  .product-banner .Banner-area .banner-caption p{
    display:none;
  }
  .building-banner .Banner-area .banner-caption h2{
    font-size: 22px;
  }
  .home-main .hs_cos_wrapper_type_rich_text p span {
    font-size: 18px!important;
  }
  .home-main .products_wrap {
    padding-top: 0;
  }
  .home-main .products_wrap .row>div {
    padding: 0 15px;
  }
  .home-main .products_wrap .row {
    margin: 0 -15px;
  }
  .home-banner .Banner-area .banner-caption {
    padding: 20px;
    background: rgba(0,0,0,0.5);
    margin-top: 30px;
  }
  .home-banner .Banner-area .banner-caption h2 {
    font-size: 22px !important;
    padding: 0;
    background: transparent;
    margin: 0;
    padding-right: 0px;
    padding-bottom: 19px;
  }
  .home-main .hs-input{
    width:100%;
    margin-bottom: 15px;
  }
  .show-site-banner .Banner-area .banner-caption h2{
    padding: 0;
    background: transparent;
    margin: 0;
  }
  .home-main form {
    padding: 20px;
  }
  .home-main input[type=submit],
  .home-main .legal-consent-container,
  .home-main .hs-input,
  .home-main label{
    margin-left:0;
  }
  .home-main .hs-email, 
  .home-main .hs-name{
    width:48.5%;
    display: inline-block;
    float: none;
  }
  .home-main .hs-name {
    margin-right: 8px;
  }
}

@media (max-width: 639px){
  .home-main .products_wrap .col-sm-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 479px){
  .home-main .hs-email,
  .home-main .hs-name {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .home-main .hs-name {
    margin-right: 0px;
  }
}
.hs-button{text-align: center; display: block;}
.show-site-main .quality_section .content{COLOR: #000;}

/* Robert's optimizing CSS */
.nobg{
  background-image: none !important;
}

/* Home banner 2023 */
.home-banner .banner-item .banner-title h1{
  font-family: "League Spartan", sans-serif;
  font-size: 64px;
  color: #fff;
  margin-top: 0;  
  font-weight: 300;
}
.home-banner .banner-inner-content, .home-banner .banner-btn-section{
  padding: 0 15px;
}
.sub-title h2{
  font-size: 70px;
  margin-top: 10px;
  font-display: swap;
}
/* .home-banner .sub-title h2{
font-weight: 200;
} */
.home-banner .banner-item{
  color: #fff;
  text-align: center;
  padding:210px 0 120px;
  /* 	padding:300px 0 170px; */
  background-size: cover;
}
.home-banner .banner-btn-section{
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.home-banner .banner-btn-section a.theme-btn{
  border: none;
}
.home-banner a.theme-btn span.btn-arrow{
  height: 52px;
  line-height: 52px;
}
.home-banner .banner-btn-section a.theme-btn.green-btn{
  background: #5d6e30;
}
.home-banner .banner-btn-section a.theme-btn.green-btn span.btn-arrow{
  background: #536032;
}
.home-banner .banner-btn-section a.theme-btn.green-btn:hover{
  background: #536032;
}
.home-banner .primary-btn{
  margin-right: 30px;
}

@media screen and (max-width: 1200px){
  .home-banner .banner-item .banner-title h1, .sub-title h2{
    font-size: 60px;
  }
  .home-banner .banner-inner-content {
    padding: 0 30px;
  }
  .home-banner .banner-item{
    /*     padding: 150px 0 100px; */
    padding:105px 0 120px;
  }
}

@media screen and (max-width: 991px){
  .home-banner .banner-item .banner-title h1, .sub-title h2{
    font-size: 60px;
  }
}
@media screen and (max-width: 767px){
  .home-banner .banner-item .banner-title h1, .sub-title h2{
    font-size: 40px;
  }
  .home-banner .primary-btn{
    margin-right: 0;
    margin-bottom: 15px;
  }
  .home-banner .banner-btn-section{
    display:block;
  }
}

.home-banner  .banner-item{
  background-color: #5d6e30;
}
/* Our jouney with cabin master */
.our-journey-section{
  background-image:url("https://www.cabinmaster.co.uk/hubfs/Cabin_Master_May2022/images/homepage-2023/wood.png");
  background-position: top left;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  overflow-x: hidden;
}
.our-journey-section .card-list{
  display: flex;
  margin: 0 -15px;
}
.our-journey-section .image-wrapper {
  min-height: 90px;
}
.our-journey-section .title-wrapper h3{
  font-size: 33px;
  min-height: 80px;
}
.our-journey-section .description p{
  font-size: 20px;
}
.our-journey-section .card-inner-content {
  text-align: center;
}
.our-journey-section .card-item{
  flex-basis: 16.66%;
  padding: 0 15px;
}
.our-journey-section .icon-with-text-list{
  float: left;
  width: 100%;
}
.our-journey-section .section-header .section-title .title-wrapper h2 span{
  background: transparent;
  text-transform:capitalize;
  font-size: 30px !important;
}
.our-journey-section .section-header .section-title .title-wrapper h2 span.secondary-title{
  font-size: 50px !important;
}

@media screen and (max-width: 1500px){
  .our-journey-section .title-wrapper h3{
    font-size: 27px;
  }
}
@media screen and (max-width: 1200px){
  .our-journey-section .card-item{
    flex-basis: 33.33%;
    margin-bottom: 30px;
  }
  .our-journey-section .card-list{
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px){
  .our-journey-section .section-header .section-title .title-wrapper h2 span.secondary-title{
    font-size: 40px !important;
  }
  .our-journey-section .card-item{
    flex-basis: 50%;
  }
}

/* Benefits card layout */
@media screen and (max-width: 575px){
  .our-journey-section .card-item{
    flex-basis: 100%;
  }
}

.benefits-section{
  padding:0px 60px;
}
@media only screen and (max-width : 576px){
  .benefits-section{
    padding:0px 30px;
  }
}
.benefits-section .benefits-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.benefits-section .benefits-list .benefit-item{
  flex-basis: 25%;
  padding: 0 15px;
  text-align: center;
}
.benefits-section .contact-btn{
  text-align: center;
  margin-top: 50px;
}
.benefits-section .benefit-title h3{
  font-family: "League Spartan", "fallback-for-League-Spartan", sans-serif;
  font-size: 34px;
  font-weight: 200;
  margin-bottom: 30px;
  margin-top: 20px;
}
.benefits-section .section-header .description p{
  text-transform:uppercase; 
}
@media screen and (max-width: 991px){
  .benefits-section .benefits-list .benefit-item{
    flex-basis: 50%;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 575px){
  .benefits-section .benefits-list .benefit-item{
    flex-basis: 100%;
  }
}

@media screen and (min-width: 560px){
  .jdr-insta{margin:40px;}	
}
@media screen and (min-width: 768px){
  .jdr-insta .insta-slider.slick-nav{
    display:none;
  }
}

/* Image collage */
@media screen and (max-width: 767px){
  .image-gallery-wrapper{
    position: relative;
  }
  .image-gallery-wrapper .slick-btn{
    position: absolute;
  }
  .image-gallery-wrapper .slick-btn i{
    font-size: 35px;
    color: #fff;
    background: #5d6e30;
    padding: 10px;
  }
  .image-gallery-wrapper .slick-prev.slick-btn{
    left: 0;
  }
  .image-gallery-wrapper .slick-next.slick-btn{
    right: 0;
  }
  .image-gallery-wrapper .insta-slider{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .image-gallery-section.jdr-insta .mb-version{
    display:block;	
  }
  .image-gallery-section .desktop-version{
    display:none;	
  }
}
.image-gallery-section .gallery-list{
  display:flex;
}
.image-gallery-section .gallery-list li{
  list-style:none;
}
.image-gallery-section .mb-version{
  display:none;	
}

/* FAQ two column layout */
.faq-secttion{
  padding:0px 60px;
}
.faq-accordion .accordion-item {
  width: 100%;
  height: auto;
  margin: 5px 0;
}
.faq-accordion .accordion-item .accordion-title {
  width: 100%;
  background-color: #e2e5da;
  color: #000;
  padding: 15px 30px;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
  border-radius: 0;
}
.faq-accordion .accordion-title.active{
  /* .faq-accordion .accordion-item.item-1 .accordion-title{   */
  background: #590514;
}
.faq-accordion .accordion-title:hover{  
  background: #590514 ;
  color:#fff;
}
.faq-accordion .accordion-item .accordion-title:hover .title .icon:after, .faq-accordion .accordion-item .accordion-title:hover .title .icon:before{
  background-color:#fff;
}
.faq-accordion .accordion-title.active h3{
  /* .faq-accordion .accordion-item.item-1 .accordion-title h3{ */
  color: #fff;
}
.faq-accordion .accordion-item .accordion-title .title {
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
  padding-right:50px;  
  margin:0;
  font-weight: 200;
}
.faq-accordion .accordion{
  margin-bottom: 15px;
}
.faq-accordion .accordion-content{
  display:none;
  padding: 15px 30px;
}
.faq-accordion .accordion-section .accordion-item .title-tab.active {
  background-color: #66a2af;
  transition: background-color 0.3s ease-in;
}
.faq-accordion .accordion-item .accordion-title .title .icon:before, .faq-accordion .accordion-item .accordion-title .title .icon:after{
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #000;
}
.faq-accordion .accordion-item .accordion-title .title .icon:before{
  top: 0;
  left: 2px;
  transform: rotate(-45deg);
}
.faq-accordion .accordion-item .accordion-title .title .icon:after{
  top: 0;
  right: 2px;
  transform: rotate(45deg);
}
.faq-accordion .accordion-item .accordion-title .title .icon{
  position: absolute;
  right: 1%;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-color: transparent;
  transform: rotate(-90deg);
  transition: transform .3s ease-in;
}
.faq-accordion .accordion-item .accordion-title.active .title .icon{
  transform: rotate(0deg);
  transition: transform .3s ease-in;
}
.faq-accordion .accordion-item .accordion-title.active .title .icon:before, .faq-accordion .accordion-item .accordion-title.active .title .icon:after{
  background-color: #fff;
}
@media screen and (max-width: 480px){
  .faq-secttion{
    padding: 0;
  }
}
@media screen and (min-width: 1700px){
  .faq-accordion .accordion-item .accordion-title .title{
    font-size: 28px;
  }
}

/* Our previous project global module */
.our-previous-projects.our-previous-projects-section-global-module{
  background-color:#e0e2d7;
  padding:20px 0 20px 0;
}

.three-col-layout,
.project-list{
  display:flex;
}
.our-previous-projects.our-previous-projects-section-global-module .column-one{
  flex-basis: 33.33%;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
.our-previous-projects.our-previous-projects-section-global-module .project-list-section-wrapper{
  display: flex;
}
.our-previous-projects.our-previous-projects-section-global-module .project-list-column{
  flex-basis: 66.66%;
}
@media screen and (max-width: 480px){
  .our-previous-projects.our-previous-projects-section-global-module .project-list-column{
    flex-basis: unset;
  }
}
.our-previous-projects.our-previous-projects-section-global-module .project-list{
  margin: 0;
  flex: 1;
}
.our-previous-projects.our-previous-projects-section-global-module .column-one .section-title{
  display: flex;
  flex-direction: column;
}
.our-previous-projects.our-previous-projects-section-global-module .column-one .view-all-btn-section{
  margin-top: auto;
}
.our-previous-projects.our-previous-projects-section-global-module .project-item{
  flex-basis: 50%;
  padding: 0 15px;
  display: flex;
}
.our-previous-projects.our-previous-projects-section-global-module .column-one .section-header, .our-previous-projects.our-previous-projects-section-global-module .section-header .section-title .title-wrapper h2 span{
  background: #fff;
}
.our-previous-projects.our-previous-projects-section-global-module .column-one .section-header{
  padding: 30px;
  text-align: left;
  display: flex;
  flex: 1;  
  position: relative;
  z-index: 1;
  padding-left: 70px;
}
.our-previous-projects.our-previous-projects-section-global-module .section_wrapper{
  position: relative;
  display: flex;
  flex: 1;
}
.our-previous-projects.our-previous-projects-section-global-module .column-one .project-title-section{
  visibility: hidden;
}
.our-previous-projects.our-previous-projects-section-global-module .column-one .section_wrapper::after{
  border: 1px solid #c5cbb5;
  content: "";
  height: calc(100% + 100px);
  left: 0;
  position: absolute;
  top: -50px;
  width: 85%;
}
.our-previous-projects.our-previous-projects-section-global-module .section-header .section-title .title-wrapper h2 span{
  padding: 0;
  text-transform: capitalize;
}
.our-previous-projects.our-previous-projects-section-global-module .section-header .title{
  text-align: left;
}
.our-previous-projects.our-previous-projects-section-global-module .project-details{
  position: relative;
  display: flex;
  flex: 1;
}
.our-previous-projects.our-previous-projects-section-global-module .project-details::after{
  border: 1px solid #c5cbb5;
  content: "";
  height: calc(100% + 100px);
  left: 50%;
  position: absolute;
  top: -50px;
  transform: translateX(-50%);
  width: 75%;
}
.our-previous-projects.our-previous-projects-section-global-module .projects-card-layout .project-title span{
  display: block;
  color: #5d6e30;
}
.our-previous-projects.our-previous-projects-section-global-module .projects-card-layout .project-title span.secondary-title{
  font-size: 35px;
}
.our-previous-projects.our-previous-projects-section-global-module .projects-card-layout{
  text-align: center;
  display: flex;
  flex-direction: column;
}
.our-previous-projects.our-previous-projects-section-global-module .section-header .section-title .title-wrapper{
  margin-top: 0;
}
.our-previous-projects.our-previous-projects-section-global-module .primary-title{
  font-size: 24px;
  padding-bottom: 10px;
}
.our-previous-projects.our-previous-projects-section-global-module .column-one h2 span.secondary-title{
  font-size: 50px;
}
.our-previous-projects.our-previous-projects-section-global-module .box-inner-content{
  display: flex;
  position: relative;
  z-index: 1;
}
.our-previous-projects.our-previous-projects-section-global-module .box-inner-content .image-column, .our-previous-projects.our-previous-projects-section-global-module .box-inner-content .project-description-column{
  flex-basis: 50%;
  text-align: left;
}
.our-previous-projects.our-previous-projects-section-global-module .box-inner-content .project-description-column{
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.project-list-column .project-btn-section{
  margin-top: auto;
}
.our-previous-projects.our-previous-projects-section-global-module .project-description p{
  margin-bottom: 40px;
}
.our-previous-projects.our-previous-projects-section-global-module .image-column {
  display: flex;
  flex: 1;
}
.our-previous-projects.our-previous-projects-section-global-module .project-featured-image-item, .our-previous-projects.our-previous-projects-section-global-module .image-wrapper{
  height: 100%;
}
.our-previous-projects.our-previous-projects-section-global-module .image-wrapper img{
  height: 100%;
  object-fit: cover;
}

.our-previous-projects.our-previous-projects-section-global-module .three-col-layout{
  padding-right: 50px;
}

@media screen and (max-width: 1600px){
  .our-previous-projects.our-previous-projects-section-global-module a.theme-btn{
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin-left:0;
  }
  .our-previous-projects.our-previous-projects-section-global-module a.theme-btn span.btn-arrow{
    height: 40px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1300px){
  .our-previous-projects.our-previous-projects-section-global-module a.theme-btn span.btn-arrow{
    margin-left: 5px;
  }
}

@media screen and (max-width: 1200px){
  .our-previous-projects.our-previous-projects-section-global-module .column-one{
    flex-basis: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .our-previous-projects.our-previous-projects-section-global-module a.theme-btn span.btn-arrow{
    margin-left: 15px;
  }
  .our-previous-projects.our-previous-projects-section-global-module .three-col-layout{
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .our-previous-projects.our-previous-projects-section-global-module .project-list{
    padding: 0 10px;
  }
}
@media screen and (min-width:560px){
  .our-previous-projects.our-previous-projects-section-global-module .project-list{
    padding: 0 70px;
  }
  .our-previous-projects.our-previous-projects-section-global-module{
    background-color:#e0e2d7;
    padding:100px 0 150px 0;
  }
  .our-previous-projects.our-previous-projects-section-global-module .project-list-column{
    flex-basis: 100%;
    padding-top: 50px;
  }
}

@media screen and (max-width: 991px){
  .our-previous-projects.our-previous-projects-section-global-module .project-item{
    flex-basis: 100%;
    margin-bottom: 60px;
  }
  .our-previous-projects.our-previous-projects-section-global-module .image-wrapper img, .our-previous-projects.our-previous-projects-section-global-module .project-featured-image-item, .our-previous-projects.our-previous-projects-section-global-module .image-wrapper{
    width: 100%;
  }
  .our-previous-projects.our-previous-projects-section-global-module .project-list{
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px){
  .our-previous-projects.our-previous-projects-section-global-module .box-inner-content{
    flex-direction: column;
  }
}

/* Make an enquiry product page */
.make-an-enquiry-section.make-an-enquiry-prod-page{
  background: rgb(223,226,214);
  background: linear-gradient(90deg, rgba(223,226,214,1) 0%, rgba(223,226,214,1) 50%, rgba(216,219,208,1) 50%, rgba(216,219,208,1) 100%);
  padding: 80px 0;
}
.make-an-enquiry-section-wrapper .content-wrapper{
  max-width: 1100px;
}
.make-an-enquiry-section.make-an-enquiry-prod-page .form-content .hs_cos_wrapper{
  padding: 0;
} 
.make-an-enquiry-section.make-an-enquiry-prod-page .enquiry-form-content .form-title{
  display:none;
}
.make-an-enquiry-section.make-an-enquiry-prod-page .inner-section-wrapper{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.make-an-enquiry-section.make-an-enquiry-prod-page .enquiry-col{
  flex-basis: 50%;
  padding: 0 15px;
}
.make-an-enquiry-section.make-an-enquiry-prod-page .section-header .section-title .title-wrapper h2{
  font-weight: 400;
}
.make-an-enquiry-section.make-an-enquiry-prod-page .section-header .section-title .title-wrapper{
  margin-top: 0;
  margin-bottom: 40px;
}
.enquiry-col .right-col-content, .enquiry-col .right-col-image-content, .enquiry-col .image-item{
  height: 100%;
}
.enquiry-col .image-item img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.make-an-enquiry-section.make-an-enquiry-prod-page .hs-form-field {
  margin-bottom: 2px;
}
.make-an-enquiry-prod-page .title-wrapper h3{
  margin-top: 0;
}
.make-an-enquiry-section.make-an-enquiry-prod-page form label, .make-an-enquiry-section.make-an-enquiry-prod-page form .hs-richtext p{
  font-size: 16px;
}
.make-an-enquiry-section.make-an-enquiry-prod-page form .hs-richtext p{
  margin: 10px 0;
  font-size: 14px;
}
.make-an-enquiry-section.make-an-enquiry-prod-page .grecaptcha-badge{
  margin: unset;
}
.make-an-enquiry-section.make-an-enquiry-prod-page form .hs-input{
  border-color: #d3d3d2;
  min-height: 45px;
  border-radius: 0;
}
.make-an-enquiry-section.make-an-enquiry-prod-page form input[type=submit]{
  padding: 10px 60px;
  background: #6f7e3e;
}
.enquiry-form-content .title h3{
  margin-top: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px){
  .make-an-enquiry-section.make-an-enquiry-prod-page .inner-section-wrapper{
    flex-direction: column;
  }
  .make-an-enquiry-section.make-an-enquiry-prod-page{
    background: #dfe2d6;
  }
  .enquiry-col .image-item img{
    width: auto;
  }
  .make-an-enquiry-section.make-an-enquiry-prod-page .right-col-content{
    padding-left: 0 !important;
    padding-top: 30px;
  }
}

@media screen and (min-width: 992px){
  .make-an-enquiry-section.make-an-enquiry-prod-page .left-col-content{
    padding-right: 40px;
  }
  .make-an-enquiry-section.make-an-enquiry-prod-page .right-col-content{
    padding-left: 40px;
  }
}
@media screen and (max-width: 991px){
  .make-an-enquiry-section.make-an-enquiry-prod-page .enquiry-col{
    flex-basis: 100%;
  }
  .make-an-enquiry-section.make-an-enquiry-prod-page{
    background: #dfe2d6;
  }
  .make-an-enquiry-section.make-an-enquiry-prod-page .right-column-layout {
    padding-top: 30px;
  }
}

@media screen and (min-width: 560px){
  .make-an-enquiry-section.make-an-enquiry-prod-page{
    padding: 40px 40px;
  }
}

@media screen and (max-width: 1024px){
  .make-an-enquiry-section.make-an-enquiry-prod-page .right-column-layout{
    display:none;
  }
}



/* Social icons homepage 2023 */
.home-page-social-icons-section .follow-us-section .section-title h2 {
  font-size:38px;
}
.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.social-links__icon {
  border-radius: 50%;
  display: inline-flex;
  height: 1.75rem;
  margin: 0 0.35rem;
  position: relative;
  width: 1.75rem;
}

.social-links__icon svg {
  fill: #000;
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #FFF;
}

/* Latest from our blog - Global module */
.latest-blog-news  .post-featured-image img {	
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.latest-blog-post-list{
  display:flex;
}
.latest-blog-post-list .latest-post-item{
  padding:0 40px;
}

.latest-blog-post-list .post-btn-section .post-btn{
  color: #46020f;
  background-color:#fff;
  border: 1px solid #46020f;
}
.latest-blog-post-list .post-item-4 .post-btn-section .post-btn{
  color: #46020f !important;
  background-color:#fff !important;
  border: 1px solid #46020f !important;
}
.latest-blog-post-list .post-item-4 .post-btn-section .post-btn:hover {
  background-color: #46020f !important;
  border: 1px solid #46020f !important;
  color: #fff !important;
}
.latest-blog-post-list .post-btn-section .post-btn:hover{
  color: #fff;
  background-color:#46020f;
  border: 1px solid #46020f;
}
.latest-blog-post-list .post-btn-section .post-btn:hover{
  color: #fff;
  background-color:#46020f;
  border: 1px solid #46020f;
}
.latest-from-our-blog .post-item-4 .date {
  color: #46020f;
}
.latest-blog-post-list .latest-post-item:nth-child(2n) .post-btn{
  color: #5e6e30;
  background-color:#fff;
  border: 1px solid #5e6e30;
}
.latest-blog-post-list .latest-post-item:nth-child(2n) .post-btn:hover{
  color: #fff;
  background-color:#5e6e30;
  border: 1px solid #5e6e30;
}
.latest-post-item.post-col-3 .post-btn-section .post-btn{
  color: #505b5d;
  background-color:#fff;
  border: 1px solid #505b5d;
}
.latest-post-item.post-col-3 .post-btn-section .post-btn:hover{
  color: #fff;
  background-color:#505b5d;
  border: 1px solid #505b5d;
}
.latest-from-our-blog .latest-blog-post-list{
  margin: 0 15px;
}

.latest-from-our-blog .latest-blog-post-list .latest-post-item{
  padding: 0 15px;
  flex-basis: 33.33%;
  display: flex;
  flex-direction: column;
}
.latest-from-our-blog .post-content-section{
  background: #fff;
  padding: 30px;
  display: flex;
  flex: 1;
}
.latest-from-our-blog .post-title h3{
  margin-bottom: 30px;
}
.latest-from-our-blog .post-content{
  font-size: 20px;
}
.latest-from-our-blog .post-title h3 a{
  font-size: 35px;
  color: #222;
}
.latest-from-our-blog .date{
  font-size: 24px;
}
.latest-from-our-blog .latest-blog-news .post-featured-image img{
  min-height: 320px;
  max-height: 320px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px){
  .latest-from-our-blog .latest-blog-post-list .latest-post-item {  
    flex-basis: 50%;
    margin-bottom:30px;
  }
  .latest-blog-post-list {  
    flex-wrap: wrap;
  }
}

/* Two column image text layout */
.two-column-image-text-layout .text-image-box .text-box-inner{
  background: #fff;
  padding: 50px;  
  height: 100%;
}
.two-column-image-text-layout .text-right-image-left-layout .right-col-wrapper, 
.two-column-image-text-layout .text-left-image-right-layout .left-col-wrapper{
  position: relative;
}
.two-column-image-text-layout .text-right-image-left-layout .right-col-wrapper::before{
  position: absolute;
  content: "";
  height: calc(100% + 100px);
  width: calc(100% - 120px);
  top: -50px;
  left: 0;
  border: 2px solid hsl(76.45deg 39.24% 30.98% / 20%);
}
.two-column-image-text-layout .text-left-image-right-layout .left-col-wrapper::before{
  position: absolute;
  content: "";
  height: calc(100% + 100px);
  width: calc(100% - 120px);
  top: -50px;
  right: 0;
  border: 2px solid hsl(76.45deg 39.24% 30.98% / 20%);
}
.two-column-image-text-layout .text-image-box {
  padding: 100px 0;
}
.body-container--product-listing .two-column-image-text-layout .section-header {
  padding-bottom:100px;
}
.body-container--product-listing .two-column-image-text-layout .text-image-box{
  padding:50px 0;
}
.two-column-image-text-layout .text-right-image-left-layout .text-box-wrapper{
  height: 100%;
  position: relative;
  z-index: 1;
  padding-left: 50px;
}
.two-column-image-text-layout .text-left-image-right-layout .text-box-wrapper{
  height: 100%;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}
.two-column-image-text-layout .text-image-box .right-column-item, .two-column-image-text-layout .left-column-item, .two-column-image-text-layout .image-box-wrapper {
  display: flex;
  height: 100%;
}
.two-column-image-text-layout .text-image-box .featured-image-section img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.two-column-image-text-layout .text-image-box .left-column-item, .two-column-image-text-layout .text-image-box .left-col-wrapper, .two-column-image-text-layout .text-image-box .image-box-wrapper, .two-column-image-text-layout .text-image-box .featured-image-section, .two-column-image-text-layout .text-image-box .right-column-item, .two-column-image-text-layout .text-image-box .right-col-wrapper, .two-column-image-text-layout .text-image-box .image-box-wrapper, .two-column-image-text-layout .text-image-box .featured-image-section{
  width: 100%;
}
.two-column-image-text-layout .btn-section{
  margin-top: 20px;
}
.two-column-image-text-layout .btn-section a:hover{
  color: #fff;
  background: #46020e;
}
.case-study-image-slider .case-study-image-slider-wrapper .slider-pagination .slick-next-nav{
  right: 0;
  position: absolute;
}

@media screen and (min-width: 1700px){
  .case-study-image-slider .case-study-image-slider-wrapper .slider-pagination .slick-prev-nav{
    position: absolute;
    left: -50px;
  }
  .case-study-image-slider .case-study-image-slider-wrapper .slider-pagination .slick-next-nav{
    position: absolute;
    right: -50px;
  }
}

@media screen and (max-width: 991px){
  .row-number-26 .two-column-image-text-layout .text-image-box{
    padding-bottom: 30px;
  }
  .two-column-image-text-layout .left-column-item{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .body-container--product-listing .two-column-image-text-layout .section-header{
    padding-bottom: 50px;
  }
  .two-column-image-text-layout .text-image-box{
    padding-top: 0;
  }
  .two-column-image-text-layout [class*="col-"]{
    width: 100%;
  }
  .two-column-image-text-layout .text-image-box .right-column-item{
    display: block;
  }
  .two-column-image-text-layout .right-column-item{
    margin-top: 100px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1290px){
  .two-column-image-text-layout a.lg-btn.theme-btn span{
    display:none;    
  } 
  .two-column-image-text-layout a.lg-btn.theme-btn{
    padding:10px;
    height:auto;
    line-height:inherit;
    text-align:center;
  } 
}
@media screen and (min-width: 991px) and (max-width: 1300px) {
  .two-column-image-text-layout a.lg-btn.theme-btn{
    margin-left:0;
  }
}
@media screen and (max-width: 575px){
  .two-column-image-text-layout .text-image-box .text-box-inner{
    padding: 30px;
  }
}

@media screen and (min-width: 992px){
  .two-column-image-text-layout .left-column-item, .latest-events-section .left-column-item{
    padding-right: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .two-column-image-text-layout .text-image-box .text-box-inner{
    padding:50px 20px;
  }
}

/* Virtual visit - Visit our Site */
.visit-our-site-section{
  padding:40px 60px 60px 60px; 
}
.visit-our-site-section .featured-image-section img{
  width: 100%;
}
.visit-our-site-section{
  background: rgb(223,226,214);
  background: linear-gradient(90deg, rgba(223,226,214,1) 0%, rgba(223,226,214,1) 50%, rgba(216,219,208,1) 50%, rgba(216,219,208,1) 100%);
}
.visit-our-site-section .row{
  display: flex;  
  flex-wrap: wrap;
}
.visit-our-site-section .row .col-6{
  padding: 0 15px;
}
.visit-our-site-section .title span{
  display: block;
}
.visit-our-site-section .left-column > .padd-50{
  padding-left: 0;
}
.visit-our-site-section .right-column > .padd-50{
  padding-right: 0;
}
.visit-our-site-section .section-title .primary-title {
  color:#5d6e30;
  font-size: 32px !important;
  font-style: italic;
  padding-bottom: 10px !important;
  text-transform: initial !important;
}
.visit-our-site-section .description p{
  font-size: 20px;
}
.visit-our-site-section .section-title .title-wrapper h2 span {
  background: #fff;
  font-size: 30px;
  background: transparent;  
  padding: 0 ;
  position: relative;
  text-transform: unset;
}
.visit-our-site-section .left-column, .visit-our-site-section .right-column{
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
}

.visit-our-site-section .row{
  margin: 0 -15px;
}
.visit-our-site-section .section-title .title-wrapper .secondary-title{
  font-size: 50px;
}
.visit-our-site-section iframe{
  width: 100%;
  height: 100%;
}
.visit-our-site-section .embed-content {
  height: 423px;
}
.visit-our-site-section .description p{
  margin-bottom: 35px;
}
.visit-our-site-section .section-title h2{
  margin-bottom: 40px;
  font-family: "League Spartan", "fallback-for-League-Spartan", sans-serif;
  font-weight: 200;
  margin-top: 30px;
}

.visit-our-site-section .address-column{
  padding-right: 100px;
}
.visit-our-site-section  .contact-details--content{
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  /*   width:60%; */
}
.visit-our-site-section  .contact-details--content .section-title h3{
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 0;
}
.visit-our-site-section .address p{
  font-size: 20px;
}
.visit-our-site-section  .contact-info .title{
  font-weight: 600;
}
.visit-our-site-section  .contact-info span, .visit-our-site-section  .btn-section a.theme-btn{
  font-size: 24px;
}
.visit-our-site-section  .contact-info span a{
  color: #000;
  font-size:20px;
}
.visit-our-site-section a.theme-btn{
  margin-left:0;
  margin-top: 15px;
}
@media screen and (min-width: 992px){
  .visit-our-site-section .padd-left-col {
    padding-right: 40px;
  }
  .visit-our-site-section .padd-right-col {
    padding-left: 40px;
  }
}
@media screen and (max-width: 991px){
  .visit-our-site-section .left-column > .padd-50, .visit-our-site-section .right-column > .padd-50{
    padding: 0;
  }

}
@media screen and (max-width: 767px){
  .visit-our-site-section{
    background: rgb(223,226,214);
  }
}
@media screen and (max-width: 575px){
  .visit-our-site-section .contact-details--content{
    flex-direction: column;
  }
  .visit-our-site-section a.theme-btn{
    margin-top: 15px;
  }
}

/* Social icons global module (2023) */
.custom-social-icons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.custom-social-links__icon {
  margin-right: 20px;
  margin-left: 0;
  display: inline-flex;
  background: transparent;
  height: 35px;
  margin: 0 .35rem;
  position: relative;
  width:35px;
}

.custom-social-links__icon svg {
  fill: #fff;
  height: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  padding:3px;
}
.footer .custom-social-links__icon svg {
  fill: #333;
}
.custom-social-links__icon svg:hover {
  fill: #fff !important;
}

.custom-social-links__icon:hover svg,
.custom-social-links__icon:focus svg,
.custom-social-links__icon:active svg {
  fill: #FFF;
}

@media screen and (max-width: 767px){
  .custom-social-icons{
    justify-content: start;
  }
}

/* Multiple CTA boxes */
.multiple-cta-box .section-header{
  margin-top: 0;
  padding-bottom: 15px;
}
.multiple-cta-box .section-header h2 span{
  font-size: 28px;
  background: transparent;
  padding: 0;
  text-align: left;
  display: block;
}
.multiple-cta-box .section-header h2 span.primary-title{
  font-size: 20px !important;
  line-height: 25px;
}
.multiple-cta-box .section-header h2:before{
  display: none;
}
.multiple-cta-box .row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.multiple-cta-box .cta-box-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.multiple-cta-box .featured-image-column {
  flex-basis: 33.33%;
  background-size: cover;
  background-position: center;
}
.multiple-cta-box .cta-box-content {
  flex-basis: 66.66%;
}
.multiple-cta-box .image-item {
  height: 100%;
}
.multiple-cta-box .image-item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.multiple-cta-box .cta-box-content{
  padding: 15px 20px;
}
.multiple-cta-box .box-inner-content .description p{
  font-size: 16px;
  margin-bottom: 15px;
}

.multiple-cta-box .cta-box-one .cta-box-content{
  background: #5d6e30;
}
.multiple-cta-box .cta-box-two .cta-box-content{
  background: #fff;
  box-shadow: 0 0 90px 0 rgb(0 0 0 / 15%);
}
.multiple-cta-box .cta-box-three .cta-box-content{
  background: #5a0514;
}
.multiple-cta-box .cta-box-four .cta-box-content{
  background: #505b5f;
} 
.multiple-cta-box .cta-box-one .section-header .primary-title{
  color: #d9ff79;
}
.multiple-cta-box .cta-box-one .description p, .multiple-cta-box .cta-box-one .section-header .secondary-title{
  color: #fff;
}
.multiple-cta-box .cta-box-four .description p, .multiple-cta-box .cta-box-four .section-header .secondary-title , .multiple-cta-box .cta-box-three .description p, .multiple-cta-box .cta-box-three .section-header .primary-title, .multiple-cta-box .cta-box-three .section-header .secondary-title{
  color: #fff;
}
.multiple-cta-box .cta-box-four .section-header .primary-title{
  color: #ccf1ff;
}
.multiple-cta-box .description p, .multiple-cta-box .col-6{
  margin-bottom: 30px;
}
.multiple-cta-box .cta-box-one a.theme-btn{
  background: #fff;
  color: #5d6e30;	
}
.multiple-cta-box .cta-box-content a.theme-btn{
  margin-left: 0;
  margin-top: 5px;
  height: 45px;
  line-height: 45px;
}
.multiple-cta-box .cta-box-one a.theme-btn span.btn-arrow{
  background: #d5ddc0;
  color: #5d6e30;
}

.multiple-cta-box .cta-box-two a.theme-btn{
  background: #5d6e30;
  color: #fff;
}
.multiple-cta-box .cta-box-two a.theme-btn span.btn-arrow{
  background: #536032;
  color: #fff;
}

.multiple-cta-box .cta-box-three a.theme-btn{
  background: #fff;
  color: #222;	
}

.multiple-cta-box .cta-box-three a.theme-btn span.btn-arrow{
  background: #46020e;
  color: #fff;
}

.multiple-cta-box .cta-box-four a.theme-btn{
  background: #fff;
  color: #222;
}
.multiple-cta-box .cta-box-four a.theme-btn span.btn-arrow{
  background: #e3e3e3;
  color: #222;
}
.multiple-cta-box a.theme-btn{
  border: none;
}
.multiple-cta-box .box-btn-section .btn-arrow{
  height: 45px;
  line-height: 45px;
}

.multiple-cta-box [class*="cta-box-"] {
  height: 100%;
}
/* .multiple-cta-box .section-header .secondary-title{
font-weight: 200;
font-family: "League Spartan", "fallback-for-League-Spartan", sans-serif;
} */
.multiple-cta-box .left-column, .multiple-cta-box .right-column{
  display: flex;
  height: 100%;
}

@media screen and (min-width: 1300px){
  .multiple-cta-box .featured-image-column{
    padding-bottom: 38%;
  }
  .multiple-cta-box .cta-box-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width:560px){
  .jdr-cta{margin:60px;}
}
@media screen and (max-width: 1100px){
  .multiple-cta-box .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 575px){
  .multiple-cta-box .cta-box-content, .multiple-cta-box .featured-image-column{
    flex-basis: 100%;
  }
  .multiple-cta-box .cta-box-row-2 .cta-box-wrapper{
    flex-direction:column-reverse;
  }
  .multiple-cta-box .cta-box-row-2 .col-6 .left-column{
    margin-bottom:20px;
  }
  .multiple-cta-box [class*="cta-box-"] {
    height: auto;
  }
}

/* Card gallery global module */
.card-gallery-section.card-gallery-global .card-gallery-list{
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.card-gallery-section.card-gallery-global .box-inner-content{
  position: relative;
}
.card-gallery-section.card-gallery-global .box-inner-content::after{
  position: absolute;
  content: "";
  /*   background-image: -moz-linear-gradient( 89.24deg, rgb(20,24,10) 0%, rgb(20,24,10) 100%);
  background-image: -webkit-linear-gradient( 89.24deg, rgb(20,24,10) 0%, rgb(20,24,10) 100%);
  background-image: -ms-linear-gradient( 89.24deg, rgb(20,24,10) 0%, rgb(20,24,10) 100%); */
  background: #000;
  background:linear-gradient(180deg, rgba(0,0,0,0.0032213569021358746) 0%, rgba(0, 0, 0, 0.9) 68%, rgb(0, 0, 0) 100%);
  opacity: 0.8;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
}
.card-gallery-section.card-gallery-global .card-gallery-list .box-layout-wrapper{
  flex-basis: 20%;
  margin-bottom: 30px;
  padding: 0 15px;
  position: relative;
}
.card-gallery-section.card-gallery-global .box-outer-content{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #fff;
  padding: 0 15px;
  z-index: 1;
  transition: all 0.3s ease;
}
.card-gallery-section.card-gallery-global .description p{
  font-size: 18px;
  font-family: "League Spartan", "fallback-for-League-Spartan", sans-serif;
  font-weight: 200;
}
.box-layout-wrapper:hover .box-outer-content {
    opacity: 1;
    min-height: 100%;
    z-index: 11;
    padding-bottom: 20px;
  }
.kay-btn{
  display:none !important;
}
@media (max-width: 768px) {
  .box-layout-wrapper .box-outer-content {
    display:none;
  }
  .box-inner-content h3{
    display:none;
  }
  .kay-img{
    display:none !important;
  }
  .kay-btn{
  display:inline-flex !important;
}
}

.card-gallery-section.card-gallery-global .box-outer-content::before{
  content: " ";
  border-left: 1px solid #5a0514;
  border-top: 1px solid #5a0514;
  border-bottom: 1px solid #5a0514;
  margin-right: 10px;
  padding: 10px 5px 10px 5px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 15px;
}
.card-gallery-section.card-gallery-global .box-outer-content-wrapper {
  padding: 0 15px;
}
.card-gallery-section.card-gallery-global .box-outer-content::after{
  content:" ";
  padding:10px 5px 10px 5px;
  border-right:1px solid #5a0514;
  border-top:1px solid #5a0514;
  border-bottom:1px solid #5a0514;
  margin-left:10px;
  position: absolute;
  right: 15px;
  height: 100%;
  top: 0;
}
.card-gallery-section.card-gallery-global .box-image-item h3{
  font-size: 30px;
  margin-bottom: 0;  
  /* 	font-family: "League Spartan", "fallback-for-League-Spartan", sans-serif;
  font-weight: 200; */
}
.card-gallery-section.card-gallery-global .box-outer-content-wrapper .title h3{
  font-size: 35px;
  font-family: "League Spartan", "fallback-for-League-Spartan", sans-serif;
  font-weight: 200;
}
.card-gallery-section.card-gallery-global .title-section{
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 1;
}
.card-gallery-section.card-gallery-global  .box-image-item {
  position: relative;
}
.card-gallery-section.card-gallery-global .image-item img{
  width: 100%;
}
.card-gallery-list .title-section h3{
  color:#fff;
}
.card-gallery-section.card-gallery-global a.theme-btn{
  font-size: 22px;
}

@media screen and (max-width: 1200px){
  .card-gallery-section.card-gallery-global .card-gallery-list .box-layout-wrapper{
    flex-basis: 33.33%;
  }
  .card-gallery-section.card-gallery-global a.theme-btn{
    font-size: 20px;
  }
}

@media screen and (min-width:1200px){
  .card-gallery-section.card-gallery-global .box-outer-content-wrapper .title, .card-gallery-section.card-gallery-global .box-outer-content-wrapper .description{
    padding: 0 12px;
  }
  .card-gallery-section.card-gallery-global .box-outer-content:after, 
  .card-gallery-section.card-gallery-global .box-outer-content:before{
    height:77%
  }
  a.theme-btn{
    margin-left: 12px;
    margin-top:10px
  }
  .box-layout-wrapper{
    transition: all .3s;
  }
  .box-layout-wrapper:first-child:hover ~ .box-layout-wrapper:nth-child(6) {
    transform: translateY(50px);
  }
  .box-layout-wrapper:nth-child(2):hover ~ .box-layout-wrapper:nth-child(7) {
    transform: translateY(50px);
  }
  .box-layout-wrapper:nth-child(3):hover ~ .box-layout-wrapper:nth-child(8) {
    transform: translateY(50px);
  }
  .box-layout-wrapper:nth-child(4):hover ~ .box-layout-wrapper:nth-child(9) {
    transform: translateY(50px);
  }
  .box-layout-wrapper:nth-child(5):hover ~ .box-layout-wrapper:nth-child(10) {
    transform: translateY(50px);
  }
  .box-layout-wrapper:nth-child(6):hover ~ .box-layout-wrapper:nth-child(11) {
    transform: translateY(50px);
  }
  .box-layout-wrapper:nth-child(7):hover ~ .box-layout-wrapper:nth-child(12) {
    transform: translateY(50px);
  }
  .box-layout-wrapper:nth-child(8):hover ~ .box-layout-wrapper:nth-child(13) {
    transform: translateY(50px);
  }
  .box-layout-wrapper:nth-child(9):hover ~ .box-layout-wrapper:nth-child(14) {
    transform: translateY(50px);
  }
}
@media screen and (min-width:1200px) and (max-width:1500px){
  .card-gallery-section.card-gallery-global a.theme-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px){
  .card-gallery-section.card-gallery-global .card-gallery-list .box-layout-wrapper{
    flex-basis: 50%;
  }
}
@media screen and (max-width: 575px){
  .card-gallery-section.card-gallery-global .card-gallery-list .box-layout-wrapper{
    flex-basis: 100%;
  }
}
@media (min-width:560px){
  .jdr-card-gallery{margin:30px;}
}
@media (max-width: 736px) {
  .card-gallery-list .title-section h3{
    font-size:20px;
  }	
  .card-gallery-section.card-gallery-global .card-gallery-list{
    display:block;
  }
}

/* Contact Details */
.quality_section {
  padding-bottom: 20px;
  display: block;
  margin-right: -15px;
  margin-left: -15px;
}
.quality_section .free-guide-site {
  position: relative!important;
}
.quality_section .why-choose-content {
  float: left;
  width: 100%;
}

.quality_section .contact-section {
  float: left !important;
  width: 100%;
  background: #5d6e30;
  color: #fff;
  padding: 20px !important;
  min-height: 405px;
}
.quality_section .content,.quality_section .image_section {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.quality_section .inner_section {
  position: relative;
  min-height: 1px;

}

.quality_section h2.common-head {
  margin: 0;
  position: relative;
  float: left;
  width: 100%;
  font-size: 24px;
  margin-bottom: 25px;  
  color:#fff;
}

.quality_section h2.common-head span {
  background: #5d6e30;
  padding-right: 20px;
  position: relative;
}
.quality_section address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
  float: left;
  width: 100%;
  position: relative;
  padding-left: 30px;
}
.quality_section i.fa.fa-map-marker {
  position: absolute;
  left: 0;
  top: 3px;
  color: #ffffff;
}

.quality_section .content ul {
  margin-top: 30px;
  float: left;
  width: 100%;
  list-style: none;
}

.quality_section .content li {
  padding-left: 30px;
  margin-left: 0px;
  position: relative;
  display: table;
  margin-bottom: 5px;
}


.quality_section .content ul li i{
  left: 0px;
  color: #fff;
  position: absolute;
  top: 0;
  display: block;
}
.quality_section .content li a{
  color: #fff;
}

.quality_section .free-guide-site {
  position: relative;
  float: left !important;
  width: 100%;
}
.quality_section  .free-guide-site {
  margin-top: 20px;
}

@media only screen and (min-width: 768px){
  .quality_section .inner_section {
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 992px){
  .quality_section .contact-section{
    position: relative;
  }
  .quality_section .content,.quality_section .image_section {
    width: 50%;
    float: left;
  }

  .quality_section .free-guide-site {
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 20px;
    padding: 20px;
  }
}

/* Header menu */
.navigation-primary {
  display: inline-block;
  vertical-align: center;
}
.submenu.level-2>li:last-child {
  border: none;
}
.header-contact-wrapper .header-contact-info{
  list-style: none;
  text-align: right;
}
.navigation-primary a {
  font-size: 20px;
  line-height: 25px;  
  font-family: 'League Spartan', sans-serif;
}
.navigation-primary ul.level-1 > li a{
  color: #fff;
  /*   font-size: 16px; */
  font-size:22px;
  font-family: 'League Spartan', sans-serif;
  font-weight: 300;
}
/* .header-2023.sticky .navigation-primary ul.level-1 > li a,
.header-2023.sticky .submenu.level-1 > li.has-submenu > a::after{
color:rgba(0, 0, 0, 1.0);
/* 	color:#fff; */
} */
.header-2023.sticky .navigation-primary ul.level-1 > li a:hover{
  /*   color:#a1c346; */
  color:#5d6e30;
}
.navigation-primary ul.level-1>li a:hover{
  color: #536032;
}
header.header-2023.sticky .navigation-primary a.active-item{
  color: #a1c346 !important;
  position: relative;
}
header.header-2023.sticky .navigation-primary a.active-branch{
  color: #a1c346 !important;
}
.header-menu .custom-menu-primary{
  text-align: right;
}
.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}
.submenu-toggle {
  display: none;
}
.submenu.level-1 {
  display: inline-block;
}
.submenu.level-1 > li {
  display: inline-block;
  padding: 0px 15px;  
  vertical-align:middle;
}
.submenu.level-1 > li.has-submenu {
  position: relative;
}
.submenu.level-1>li>a, .submenu.level-2 .menu-item .menu-link{
  color: #000;
}
.submenu.level-1>li:last-child {
  padding-right: 0;
}
.submenu.level-1>li.has-submenu>a:after {
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  padding-left: 10px;
  color: #fff;
  vertical-align: middle;
}
.submenu.level-2 {
  border: 2px solid #D1D6DC;
  border-radius: 0;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  font-weight: 500;
  left: -9999px;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  width: 270px;
}
.submenu.level-2 > li {
  border-bottom: 1px solid #D1D6DC;
  padding: 0;
}
ul.submenu.level-2 {
  padding: 5px 10px;
  background: #fff;
  z-index:1;
}
.submenu.level-2 > li:first-child:hover:before,
.submenu.level-2 > li:first-child.focus:before {
  background-color: rgba(208, 210, 212, 1.0);
  transition: background-color 0.3s;
}
.submenu.level-2 .menu-item .menu-link {
  background-color: #FFF;
  display: block;
  padding: 5px 15px;
  transition: background-color 0.3s;
}
.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #D0D2D4;
  cursor: pointer;
  transition: background-color 0.3s;
}
.submenu.level-3 .menu-item .menu-link {
  padding-left: 60px;
}
.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.submenu.level-2 .menu-item .menu-link{
  text-align: left;
}
.submenu.level-3 > li {
  list-style:none;
}
/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}
.custom-menu-primary .header-primary-menu{
  text-align: right;
}
.custom-menu-primary .header-primary-menu .submenu{
  text-align: left;
}
.header-quote-btn a.button{
  margin-left: 50px;
}
.header-contact-info li a:hover{
  color: #536032;
}
/* Media Query */
@media(max-width: 1500px){
  .navigation-primary ul.level-1>li a, .header-quote-btn a.button {
    font-size: 18px;
  }
  .submenu.level-1>li {
    padding: 0 10px;
  }
}

@media (min-width: 1300px) and (max-width: 1327px) {
  .navigation-primary ul.level-1>li a, .header-quote-btn a.button {
    font-size: 16px;
  }
}
@media(max-width: 1300px){
  .header-quote-btn a.button{
    margin-left: 20px;
  }
  .navigation-primary ul.level-1>li a, .header-quote-btn a.button {
    font-size: 14px;
  }
  header .header__logo{
    max-width: 230px;
  }
}

@media(min-width: 992px){
  header .header__column{
    display: flex;
    flex: 1 1 80%;
  }
  header .navigation-primary{
    display: flex;
  }
  header .header__row-1, header .header-menu{
    flex: 1 1 100%;
  }
  header .submenu.level-1{
    width: 100%;
    /*     display: flex;
    justify-content: space-around; */
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
  .navigation-primary a {
    font-size: 15px;
  }
  .submenu.level-1 > li {
    display: inline-block;
  }
  .submenu.level-1 > .has-submenu > .menu-arrow {
    right: 0;
    top: 40px;
  }
  .submenu.level-2 .menu-item .menu-link{
    font-size:14px;
  }
  .submenu.level-2 {
    left: 0;
  }
}

@media(max-width: 991px){  
  header .header__column{
    order: 4;
    width: 100%;
  }
  header .header__row-1{
    padding-top: 0;
  }

  .navigation-primary a{
    font-size: 15px;
  }
  .submenu.level-1 > li{
    padding: 0px 13px;
  } 
}

@media(min-width: 1201px){
  .custom-menu-primary .submenu>.has-submenu>.level-3{
    padding: 3px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    border: 2px solid #d1d6dc;
    border-radius: 0;
  }
}

@media(min-width: 1707px){
  .submenu.level-1>li{
    /*     padding: 0 26px; */
    padding:0 15px;
  }
}
@media (max-width: 1200px) {
  .custom-menu-primary .submenu.level-3 .menu-item .menu-link{
    padding-left: 70px;
  }
  .header-menu .custom-menu-primary{
    text-align: left;
  }
  .navigation-primary ul.level-1>li a {
    color: #000;
  }

  .submenu.level-1 > li{
    padding: 0 !important;
  }
  .navigation-primary a{
    line-height: 25px;
  }
  .submenu.level-1>li:not(:last-child){
    border-right: none;
  }
  .navigation-primary {
    display: block;
  }
  .submenu > li > a {
    display: block;
    width: 100%;
  }
  .submenu > .has-submenu {
    position: relative;
  }
  .submenu > .has-submenu > a {
    width: 70%;
  }
  .submenu {
    display: none;
  }
  .submenu.level-1 {
    width: 100%;
  }
  .submenu.level-1 > li {
    border-top: 2px solid #CED4DB;
    display: block;
    padding: 0;
    width: 100%;
  }
  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }
  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }
  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    transition: transform 0.4s;
    width: 20px;
  }
  .submenu.level-1>li.has-submenu>a:after{
    display:none;
  }
  .arrow_mark-container.level-2 {
    display: none;
  }
  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }
  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }
  .submenu>.has-submenu>a {
    width: 100%;
  }
  .submenu.level-2 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
  }
  .submenu.level-2 .menu-item {
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
    background-color: transparent;
    padding: 0;
  }
  .submenu.level-2 .menu-item .menu-link {
    padding: 7px 60px;
    transition: none;   
    background: transparent;    
  }
  .submenu.level-2 .menu-item .menu-link:hover,
  .submenu.level-2 .menu-item .menu-link:focus {
    transition: none;
  }
  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }
  .submenu.level-3 {
    background-color: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }
  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }
  .child-menu-trigger {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    line-height: 40px;
    cursor:pointer; 
    color:#536032;
  }
  .submenu.level-2 .menu-item .menu-link{
    color: #000 !important;
  }
  .submenu.level-2 .menu-item:first-of-type, .submenu.level-2 .menu-item:first-of-type .menu-link{
    border-radius: 0;
  }
  .child-menu-trigger:after {
    content: '+';   
    top: 0;
    font-size: 30px;
  }
  ul.submenu.level-2 {
    padding: 0;
    background: transparent;
  } 
  .child-open > .child-menu-trigger:after {
    content: '-';
  }
}

@media(max-width: 1200px){    
  header .header__logo {
    max-width: 300px;
  }
  .submenu.level-1>li {
    padding: 0px 7px;
  }
  header .submenu.level-1>li:last-child a{
    border-bottom: 2px solid #CED4DB;
  }
}
/* Custom Header Menu */

@media(min-width: 1199px){
  .custom-menu-primary .submenu > .has-submenu > .level-3{
    display: none;
    border-radius: 0;
    background: #fff;
    padding: 10px;
  }
  .custom-menu-primary .submenu > .has-submenu{
    position: relative;
  }
  .custom-menu-primary .submenu > .has-submenu:hover > .level-3{
    display: block;
    position: absolute;
    left: 100%;       
    top: 0;
    width: 100%;
  }
  .custom-menu-primary .submenu  li:nth-last-child(2) .has-submenu:hover .level-3  {
    right:100% !important;
    left:unset !important;
  }
  .custom-menu-primary .submenu.level-1>li:last-child:hover .submenu.level-2 {
    right:0 !important;
    left:unset !important;
  }

  .custom-menu-primary .submenu.level-3 .menu-item .menu-link{
    padding-left: 10px;
  }  
  .submenu.level-2 .has-submenu > .menu-link::after{
    border: solid #002953;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
    margin-left: 7px;
    position: relative;
    top: -2px;
    cursor: pointer;
    content: '';
  }
}

@media (max-width:1200px){
  .custom-menu-primary .submenu > .has-submenu:hover > .level-3{
    position: static;
  }

  header.header{
    padding: 0 30px;
  }
  .header__row-1, .header__row-2{
    justify-content: center;
  }
  header .header__logo {
    max-width: 250px !important;
  }  

  .header__row-1 {
    padding-bottom: 0;
    padding-top: 1rem;
    display: block;
  }
  .custom-menu-primary .header-top-menu{
    margin-bottom: 0;
  }
  .header__logo{
    margin: 0 auto;
    max-width: 100%;
    justify-content: center;
  } 
  header.header .header-logo {
    display: block;
    width: auto;
    vertical-align: middle;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
  }  
  .header__container{
    flex-direction: column;
  }
  .custom-menu-primary {
    display: none;
  }
  .mobile-trigger {
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: -.01375rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*     width: 36px; */
    min-width: 36px;
    height: 13px;
    min-height: 13px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px;
  }
  .mobile-trigger .btn-menu-inner {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    min-width: 36px;
    position: absolute;
    height: 2px;
    background-color:#536032;
  }
  .mobile-trigger .btn-menu-inner:before,.mobile-trigger .btn-menu-inner:after {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    width: 36px;
    min-width: 36px;
    height: 2px;
    content: "";
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #536032;
  }
  .mobile-trigger .btn-menu-inner:before {
    top: -6px
  }
  .mobile-trigger .btn-menu-inner:after {
    bottom: -6px
  }
  .mobile-trigger:hover {
    opacity: 0.7;
    transition: all ease 0.5s;
  }     
}

/* Save on Banner */
.save-on-banner{
  background-color: #ba290a;
  color: #ffffff;
  text-align: center;
  text-shadow: 5px 5px rgba(255,255,255, 0.5);
  padding: 80px 0;
}

.save-on-banner h2{
  font-size: 8vw;
  margin: 0;
  padding:0;
  font-weight: 800;
}
.save-on-banner p{
  font-size: 6vw;
  margin: 0;
  font-weight: 400;
}

/* Mobile Contact Icon on Nav bar */
.contact-icons{
  list-style: none;
  display: flex;
  gap: 12px;
  padding-top: 5px;
  margin: 0;
}

.contact-icons li a{
  color: #fff;
}
@media (min-width: 1200px){
  .contact-icons.hide-contact-icon{
    display: none;
    visibility: hidden;
  }
}

/* Youtube Video widget */
.youtube-video-wrapper{
  display: flex;
  overflow: hidden;
}
.youtube-video-wrapper .vid-cover-image{
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
/* TrustPilot */
.trustpilot-section-row{
  margin-bottom:30px;  
}
.custom-trustpilot-widget .light a{
  color:#fff;
}
header .header-trustpilot-column{
  width: 420px;
}
header .forest .custom-social-icons{
  justify-content: center;
}