body {
  font-family: "League Spartan", sans-serif;
}

/* ./generic/_reset.css */
*, *:before, *:after {
  box-sizing: border-box;
}

/* ./generic/_normalize.css */
/*! 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;
}

/* ./objects/_layout.css */
/* 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 ;
  }
}

/* ./objects/_containers-dnd.css */
.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;
  }
}

/* ./elements/_typography.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: 'League Spartan', 'Arial Black', 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;
}

/* ./elements/_buttons.css */
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;
}

/* ./elements/_forms.css */
/* 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: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;
  }
}

/* ./elements/_tables.css */
/* 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;
}

/* /components/_header.css */
.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;
  }
}

/* /components/_footer.css */
.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;
  }
}

/* ./components/_page.css */
/*****************************************/
/* 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://2603296.fs1.hubspotusercontent-na1.net/hubfs/2603296/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;
  }
}
/* ./components/_default-modules.css */
/* 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;
  }
}

/* ./website.css */
@-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", sans-serif;
  max-width: unset;
  width: auto;
  text-shadow: unset;
}

.school-room-page .product-middle form .hs-richtext {
  font-family: "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", 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 */
/************************************
 * Module CSS
 ***********************************/

/* Hotspot Section */
.hotspot-section .wpim-infowindow__inner h6 {
  font-size: 18px;  
  }

.hotspot-section .wpim-infowindow__inner div {
  border-top: 1px solid #ccc;
  width: 100%;
  float: left;
  padding-top: 15px;
}

.hotspot-section {
  padding-bottom: 30px;
}
.hotspot-section-details .head h6.title {
  font-size: 18px;
  margin: 0;
}
.hotspot-section-details .body p {
  font-size: 14px;
}
.hotspot-section-details .content {
  padding: 0 12px 12px;
}
.scalize .content .body p:last-child,
.scalize .content .head .title,
.scalize .content.left.top {
  margin-bottom: 0;
}
.scalize {
  transform-origin: top left;
  position: relative;
  width: 100% !important;
}
.scalize img.target {
  width: 100%;
  position: relative;
  z-index: 1;
}
.scalize .content {
  position: absolute;
  background: #e2e5da;
  width: 250px;
  display: none;
  z-index: 99;
  height: auto !important;
}
.scalize .content .head {
  position: relative;
  padding: 0;
  background: #e2e5da;
  border-bottom: solid 1px transparent;
  float: right;
}
.scalize .content .head .exit {
  float: right;
  display: block;
  width: 38px;
  height: 38px;
  border-left: solid 1px transparent;
  position: relative;
  top: 0;
  left: 10px;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.scalize .content .head .exit:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.3);
}
.scalize .content .head .exit img {
  padding: 7px;
  width: 100%;
}
.scalize .content .body {
  padding: 0 12px;
  background: #e2e5da;
  position: static;
}
.scalize .content .body img {
  width: 100%;
}
.scalize .content .body:before {
  content: "";
  position: absolute;
  border: 15px solid transparent;
  top: 0;
}
.scalize .content .footer {
  padding: 10px 15px;
  border-top: solid 1px #dfdfdf;
  position: relative;
}
.scalize .content.center .body:before {
  top: 50%;
  margin-top: -24px;
}
.scalize .content.left {
  margin-left: -280px;
}
.scalize .content.left .body:before {
  left: 100%;
  border-left-color: #e2e5da;
  border-right: 0 none;
  top: 115px;
}
.scalize .content.left.top {
  margin-top: -120px;
}
.scalize .content.left.bottom {
  margin-top: 50px;
}
.scalize .content.left.bottom .body:before {
  top: 100%;
  margin-top: -56px;
}
.scalize .content.right {
  margin-left: 50px;
}
.scalize .content.right .body:before {
  right: 100%;
  border-right-color: #e2e5da;
  border-left: 0;
  top: 38px;
}
.scalize .content.right.top {
  margin-top: -43px;
  margin-bottom: 0;
}
.scalize .content.right.bottom {
  margin-top: 50px;
}
.scalize .content.right.bottom .body:before {
  top: 100%;
  margin-top: -56px;
}
.wrap-selector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
.scalize .item-point {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #64ffda;
  border: 3px solid #00bfa5;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.scalize .item-point > div {
  position: relative;
  cursor: default;
  z-index: 9;
}
.scalize .item-point > div .toggle {
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
}
.scalize .item-point.circle {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-color: transparent !important;
  box-shadow: none;
}
.scalize .item-point.circle.active,
.scalize .item-point.circle.disabled {
  border: 3px solid #64ffda;
  background: #64ffda;
}
.scalize .item-point.circle .toggle {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.scalize .item-point.square {
  width: 30px;
  height: 30px;
  font-weight: 700;
  line-height: 27px;
  color: #1d1d1d;
  background: #a7ffeb;
  border: 2px solid #00bfa5;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
.scalize .item-point.square.active,
.scalize .item-point.square.disabled {
  color: #fff;
  background: #00bfa5;
}
.scalize .item-point.square > div .toggle {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  top: -2px;
  left: -2px;
}
.scalize .item-point.disabled .toggle {
  cursor: default;
}
.scalize .item-point.content {
  width: 200px;
  height: 0;
  border: 0;
}
.scalize .item-point.pulse {
  box-shadow: 0 0 0 #1de9b6;
  animation: pulse 2s infinite;
}
.scalize .item-point.pulse:hover {
  animation: none;
}
.scalize .item-point.pulse2:after,
.scalize .item-point.pulse2:before {
  content: "";
  margin: -3px 0 0 -3px;
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #1de9b6;
  border-radius: 50%;
}
.scalize .item-point.pulse2:before {
  animation: blip1 1s infinite cubic-bezier(0, 0.6, 1, 0.6);
}
.scalize .item-point.pulse2:after {
  animation: blip2 1s infinite linear;
}
.scalize .item-point.marker {
  background: 0 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  border: 0;
}
.scalize .item-point.marker.active {
  border: 0;
}
.scalize .item-point.marker.active .pin {
  background: #00bfa5;
}
.scalize .item-point.marker.active .pin:after {
  background: #64ffda;
}
.scalize .item-point.marker .toggle {
  width: 30px;
  height: 30px;
  top: -6px;
  left: -6px;
}
.scalize .item-point.marker .pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #64ffda;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  z-index: 3;
}
.scalize .item-point.marker .pin:after {
  content: "";
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #00bfa5;
  position: absolute;
  border-radius: 50%;
}
.scalize .item-point.marker .pulse {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 15px 0 0 -7px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: 2;
}
.scalize .item-point.marker .pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #a7ffeb;
  box-shadow: 0 0 1px 2px #a7ffeb;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #1de9b6;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #1de9b6;
    box-shadow: 0 0 0 0 #1de9b6;
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes blip1 {
  to {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes blip2 {
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@media (max-width: 480px) {
  .scalize > div.content.animated {
    top: 30px !important;
    left: 50% !important;
    margin: 0 0 0 -125px !important;
  }
  .scalize > div.content.animated .body:before {
    display: none;
  }
  .scalize .item-point.content {
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -ms-transform-origin: 20% 40%;
    -webkit-transform-origin: 20% 40%;
    transform-origin: 10% 10%;
  }
}
@media (max-width: 360px) {
  .item-point.square {
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -ms-transform-origin: 20% 40%;
    -webkit-transform-origin: 20% 40%;
    transform-origin: 10% 10%;
  }
}


.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'League Spartan', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'League Spartan', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
.pulse-beat {
  -webkit-animation: pulse 3s infinite ease-in-out;
  -o-animation: pulse 3s infinite ease-in-out;
  -ms-animation: pulse 3s infinite ease-in-out;
  -moz-animation: pulse 3s infinite ease-in-out;
  animation: pulse 3s infinite ease-in-out;
}
.wrap-selector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}

@media(max-width: 991px){
  .hotspot-section .wpim-infowindow__inner h6 {
    font-size: 18px;
  }
  .scalize .content{
    width: 230px;
  }
  .scalize .content.left .body:before{
    top: 110px;
  }
  .scalize .content.left {
    margin-left: -250px;
  }
  .hotspot-section .wpim-infowindow__inner div{
    font-size: 13px;
  }
}

/* our-partners-logo-slider */
.our-partners-logo .logo_image-item {
  padding: 10px 0;
}
.our-partners-logo  .slick-slide {
  padding: 0 10px;
}
.our-partners-logo  img {
  vertical-align: middle;
}

@media (max-width:1000px){
  .our-partners-logo  img {
    width: auto !important;
    vertical-align: middle;
    max-width: 100%;
  }
  .our-partners-logo  .slick-slide {
    display: inline-block !important;
    vertical-align: middle;
    float: none;
    text-align: center;
    padding: 0 20px;
  }
}
.our-partners-logo :focus{
  outline:0;
  outline-color:transparent;
}
.our-partners-logo .logo__slider,
.case-study-image-slider .image-gallery-slider {
  visibility: hidden;
  display:flex;
}
.our-partners-logo .logo__slider.slick-initialized ,
.case-study-image-slider .image-gallery-slider.slick-initialized{
  visibility: visible;
}


/* product-gallery */
div#html5-close:after {
  background-image: url(https://2603296.fs1.hubspotusercontent-na1.net/hubfs/2603296/Cabin_Master_May2022/images/lightbox-close.png);
  width: 32px;
  height: 32px;
  display: block;
  content: "";
  background-size: cover;
  position: relative;
  top: -20px;
}
.product_gallery .item-col {
  padding-left: 5px;
  padding-right: 5px;
}

section.product_gallery {
  padding: 0px 40px 40px;
}
.product_gallery .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  top: 35%;
/*   left: 0;
  right: 0; */
  z-index: 9;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product_gallery .owl-item{
  margin-right:0!important;
}
.product_gallery .owl-nav .slick-btn.slick-disabled{
  opacity: .5;
  cursor: default;
}
.product_gallery .owl-carousel .owl-nav button.owl-prev,
.product_gallery .owl-carousel .owl-nav button.owl-next{
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 0!important;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  background: rgba(93, 110, 48, .5);
  border-radius: 3px;
  position: absolute;
}

.product_gallery .owl-nav .owl-prev {
  left: 0;
}
.product_gallery .owl-nav .owl-next {
  right: 0;
}

.product_gallery .owl-dots {
  text-align: center;
  margin: 0;
}

.product_gallery .row{
  display:block;
}

.product_gallery .owl-dots li {
  margin: 0;
  display: inline-block;
  zoom: 1;
}

.product_gallery .slick-arrow.slick-hidden{
  display:none!important;
}

.product_gallery .owl-dots li button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 5px;
  background: #ccc;
  width: 12px;
  height: 12px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  text-indent: -9999px;

}
.product_gallery .owl-nav button:hover {
  background: rgba(93, 110, 48, 1);
}

.product_gallery .product-detail {
  position: relative;
}
.product_gallery .owl-dots .slick-active button,
.product_gallery .owl-dots li:hover button {
  background: #5d6e30;
  border: none;
}
.product_gallery .fa-angle-left:before {
  content: "\f104";
}
.product_gallery .fa-angle-right:before {
  content: "\f105";
}
.product_gallery .owl-nav i {
  font-size: 20px;
  background: #dfe2d6;
  color: #5d6e30;
  padding: 15px;
}

#html5-watermark {
  display: none !important;
}

.product_gallery.lightbox .row{
  margin:0 -15px;
  padding: 0 15px;
}
.product_gallery.lightbox .item{
  padding:0 5px;
  margin-bottom: 15px;
}
.product_gallery.lightbox .owl-dots {
  display: none!important;
}
.product_gallery.lightbox .owl-nav{
  top:29%;
}

.product_gallery.lightbox .owl-nav button {
  margin: 0;
  padding: 0;
}
.product_gallery .owl-theme .owl-dots .owl-dot span{
  width: 12px !important;
  height: 12px !important;
  margin:5px!important;
}
.product_gallery .owl-theme .owl-dots .owl-dot.active span,
.product_gallery .owl-theme .owl-dots .owl-dot:hover span {
  background: #5d6e30 !important;
  border: none;
}

.product_gallery.lightbox .item-col a::before {
  position: absolute;
  content: "";
  background-color: rgba(51, 51, 51, .5);
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0;
}
.product_gallery.lightbox .item-col figure {
  position: relative;
  float: left;
  width: 100%;
}
.product_gallery.lightbox .item-col a:hover:after{
  opacity: 1;
}
.product_gallery.lightbox .item-col{
  padding-left:10px;
  padding-right:0;
}

.product_gallery.lightbox .owl-carousel .owl-nav button.owl-next, 
.product_gallery.lightbox .owl-carousel .owl-nav button.owl-prev{
  padding:0!important;
}
.product_gallery .owl-carousel .owl-nav button.owl-next:hover, 
.product_gallery .owl-carousel .owl-nav button.owl-prev:hover{
  background: rgba(93, 110, 48, 1) !important;
}
.product_gallery.lightbox .item-col a::after {
  content: "\f00e";
  font-size: 30px;
  position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity .4s ease-out;
  font-family: FontAwesome;
  color: #fff;
  transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  text-align: center;
}
@media only screen and (min-width: 1750px){
  .product_gallery .owl-nav .owl-prev{
    left: -50px;
  }
  .product_gallery .owl-nav .owl-next{
    right: -50px;
  }
}
@media only screen and (max-width: 1749px){
  .product_gallery .owl-nav .owl-prev{
    left: 20px;
  }
  .product_gallery .owl-nav .owl-next{
    right: 20px;
  }
}

@media only screen and (max-width: 767px){
  .product_gallery .item-col figure{
    margin-bottom: 15px;
  }
}

/* cabin-dimensions-info */
.cabin-dimensions-info-widget .cards__list{
  display:flex;
  flex-wrap:wrap;
}
.cabin-dimensions-info-widget .cards__list .card--item{
  padding:0 15px;
  flex:0 0 calc(100%/3);
  text-align:center;
  margin-bottom:30px;
}

.cabin-dimensions-info-widget .cards__list .card--item .theme-btn.green-theme-btn{
  background: #5d6e30;
  color: #fff;
  border:none;
}
.cabin-dimensions-info-widget .cards__list .card--item a.theme-btn.green-theme-btn span.btn-arrow {
  background: #536032;
  color: #fff;
}
.cabin-dimensions-info-widget .cards__list .card--item .section--row-2 .row-fluid{
  display:flex;    
  align-items:center;
  justify-content:center
}

@media(max-width:767px){
  .cabin-dimensions-info-widget .cards__list .card--item .section--row-2 .row-fluid{
    display:flex;
    flex-direction:column;
    align-items:center;
  }
}

.cabin-dimensions-info-widget .widget-wrapper {
  position: relative;
}

.cabin-dimensions-info-widget .card--slider-pagination {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.cabin-dimensions-info-widget .slick-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: all;
  cursor: pointer;
  background: #fff;
/*   border-radius: 50%; */
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: all 0.3s ease;
}
.cabin-dimensions-info-widget .slick-prev {
  left: -50px; 
}

.cabin-dimensions-info-widget .slick-next {
  right: -50px; 
}

.cabin-dimensions-info-widget .slick-btn:hover {
  background: #5d6e30;
  color: #fff;
}
@media (max-width: 767px) {
  .cabin-dimensions-info-widget .slick-prev {
    left: 10px;
  }
  .cabin-dimensions-info-widget .slick-next {
    right: 10px;
  }
}


/* about-our-garden-offices */
.about-our-garden-offices .cards--gallery{
  display:flex;
  flex-wrap:wrap;
  margin:0 -20px;
}
.about-our-garden-offices .cards--gallery .card-gallery-item{
  flex:0 0 calc(100%/4);
  padding:20px 15px 20px;
}
.about-our-garden-offices .description ul{
  padding-left:20px;
}
.about-our-garden-offices .slick-next,
.about-our-garden-offices .slick-prev{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.about-our-garden-offices button.slick-arrow{
  background-color:#5d6e30 ;  
  height: 40px;
  width: 20px;
  border-radius: 0;
}
.about-our-garden-offices button.slick-arrow:hover,
.about-our-garden-offices button.slick-arrow:focus{
  background-color:#5d6e30  !important;
}
.about-our-garden-offices .slick-prev {
  left: -5px;
}
.about-our-garden-offices .slick-next {
  right: -8px;
}
.about-our-garden-offices .slick-next:before {
  content: '\f105';  
  font-weight: 900;
  font: normal normal normal 14px / 1 FontAwesome;
  color: #fff;
  font-size: 20px; 
  line-height: 1;
  display: inline-block;
  padding-left:2px;
}
.about-our-garden-offices .slick-prev:before {
  content: '\f104';
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  display: inline-block;  
}

.about-our-garden-offices .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.about-our-garden-offices .icon__image img{
  max-width: 100px;
  margin: 0 auto;
}
.about-our-garden-offices .description-top{
  padding: 15px;
  min-height: 260px;
}
.about-our-garden-offices .card-inner-content{
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 0px 19px 9px #e2e5da !important;
  box-shadow: 0px 0px 19px 9px #e2e5da !important;
  margin: 0 5px;
}
.about-our-garden-offices .slick-list::after{
  content: "" !important;
  width: 330px;
  height: 100%;
  position: absolute;
  right: 0px;
  bottom: 0;
  background: linear-gradient(270deg, #f2f2f2 40%, transparent 80%);
}


.about-our-garden-offices .content--section-wrapper {
  padding: 48px 0 48px clamp(0px,calc(50vw - 800px),calc(50vw - 800px));
  overflow: hidden;
  padding-top: 0;
}
.about-our-garden-offices{
  padding-left: 15px;
}
.about-our-garden-offices .slick-next {
  left: 91%;
  right: unset
}
@media(max-width: 1300px){
  .about-our-garden-offices .slick-prev.slick-arrow{
    bottom: -45px;
    transform: translate(0);
    top: unset;
    left: calc(50% - 45px);
    display: none !important;
  }
  /*   .about-our-garden-offices .slick-next.slick-arrow{
  bottom: -45px;
  transform: translate(0);
  top: unset;
  right: calc(50% - 45px);
} */
}

@media(min-width: 1301px){
  .about-our-garden-offices .slick-prev{
    display: none !important;
  }

}
@media(max-width: 991px){
  /*   .about-our-garden-offices .slick-list:after{
  display: none;
} */
  .about-our-garden-offices{
    padding-right: 15px;
  }
}

@media(max-width: 991px){
  .about-our-garden-offices .slick-list:after{
    display: none;
  }
}

@media(max-width: 500px){
  .about-our-garden-offices .slick-next {
    left: 85%;
  }
}

/******************************************
* case-study-three-column-image-slider 
* ****************************************/
.case-study-three-column-image-slider .case-study-three-column-image-slider-wrapper{
  margin: 0 !important;
  position: relative;
}
.case-study-three-column-image-slider .case-study-three-column-image-slider-wrapper .slider-pagination{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
}
.case-study-three-column-image-slider .slider-pagination .slick-btn{
  color:#000;
}
.case-study-three-column-image-slider .slick-slide {
  margin: 0 15px;
}
.case-study-three-column-image-slider .slick-list {
  margin: 0 -15px;
}
.case-study-three-column-image-slider .slider-pagination .fa{
  background: #dfe2d6;  
  color: #5d6e30;
  padding: 15px;
  font-size:18px;
}
.case-study-three-column-image-slider .case-study-three-column-image-slider-wrapper .slider-pagination .slick-next{
  right: 0;
  position: absolute;
}
@media(min-width: 1700px){
  .case-study-three-column-image-slider .case-study-three-column-image-slider-wrapper .slider-pagination .slick-prev{
    position: absolute;
    left: -50px;
  }
  .case-study-three-column-image-slider .case-study-three-column-image-slider-wrapper .slider-pagination .slick-next{
    position: absolute;
    right: -50px;
  }
  .case-study-three-column-image-slider .img-gallery-slider{
    visibility:hidden;
    display:flex; 
  }
  .case-study-three-column-image-slider .img-gallery-slider.slick-initialized{
    visibility: visible;
  }
}

@media(max-width:767px){
  .case-study-three-column-image-slider .img-gallery-slider{
    display:flex;
    flex-wrap:wrap;
    margin:0 -20px;
    overflow-x:hidden;
  }
  .case-study-three-column-image-slider .img-gallery-slider .case-study-img{
    padding:0 20px;
  } 
}

/* END case-study-three-column-image-slider */

.nobg{
  background-image: none !important;
}
#hs-eu-cookie-confirmation #hs-eu-confirmation-button-group #hs-eu-opt-in-buttons {
  display: flex;
  flex-direction: row-reverse!important;
}
/* Home banner 2023 */
/* ── Banner item (background + layout) ── */
.home-banner .banner-item {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 210px 0 120px;
  background-color: #5d6e30;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
}

/* ── LCP hidden img — gives browser a real LCP candidate element ── */
.home-banner .banner-lcp-img {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* ── Inner content padding ── */
.home-banner .banner-inner-content,
.home-banner .banner-btn-section {
  padding: 0 15px;
}

/* ── H1 title ── */
.home-banner .banner-item .banner-title h1,
.internal-page-banner .banner-item .banner-title h1 {
 font-family: "League Spartan", sans-serif;
  font-size: 64px;
  font-weight: 300;
  color: #fff;
  margin-top: 0;
}

/* ── Subtitle ── */
.home-banner .sub-title .h2 {
  font-size: clamp(40px, 5vw, 70px);
  font-weight: 100;
  line-height: 1.1;
  margin-top: 10px;
}

/* ── Button section ── */
.home-banner .banner-btn-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 70px;
  min-height: 56px;
}

/* ── Button base overrides ── */
.home-banner .banner-btn-section a.theme-btn {
  border: none;
  min-width: 160px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.home-banner a.theme-btn span.btn-arrow {
  height: 52px;
  line-height: 52px;
}

/* ── Primary button spacing ── */
.home-banner .primary-btn {
  margin-right: 30px;
}

/* ── Green button ── */
.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;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media screen and (max-width: 1200px) {
  .home-banner .banner-item {
    padding: 105px 0 120px;
  }

  .home-banner .banner-inner-content {
    padding: 0 30px;
  }

  /* clamp() handles font-size — no override needed here */
}

@media screen and (max-width: 767px) {
  .home-banner .banner-item {
    min-height: 400px;
  }

  .home-banner .banner-btn-section {
    display: block;
    justify-content: unset;
  }

  .home-banner .primary-btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
}


/* Our jouney with cabin master */
.our-journey-section{
  background-image:url("https://2603296.fs1.hubspotusercontent-na1.net/hubfs/2603296/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", 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", 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", 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", 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;
}
/* End of CSS */