*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

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

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

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

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

@media (min-width: 981px) {

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

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

  .row-fluid .span12 {
	 width: 100%;   
  }

  .row-fluid .span11 {
	 width: 91.489361693%;
	 *width: 91.4361702036383%;
  }

  .row-fluid .span10 {
	 width: 82.97872339599999%;
	 *width: 82.92553190663828%;
  }

  .row-fluid .span9 {
	 width: 74.468085099%;
	 *width: 74.4148936096383%;
  }

  .row-fluid .span8 {
	 width: 57.8%;
  }

  .row-fluid .span7 {
	 width: 57.8%;
  }

  .row-fluid .span6 {
	 width: 47.25%;
  }

  .row-fluid .span5 {
	 width: 36.7%
  }

  .row-fluid .span4 {
	 width: 29.6667%;
  }

  .row-fluid .span3 {
	 width: 20.875%;
  }

  .row-fluid .span2 {
	 width: 15.6%;
  }

  .row-fluid .span1 {
	 width: 6.382978723%;
	 *width: 6.329787233638298%;
  }

}

@media (max-width: 980px) { 
  .row-fluid [class*="span"]:not(.spacer_column) {
	 margin-bottom: 30px;
  }

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

/* 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 ;
  }
}
.dnd-section[class*=force] .dnd-row,
.dnd-section[class*="force"] {
  padding: 0;
}

.dnd-section[class*="force"]>div {
  width: 100%;
}


@media (min-width: 981px) {
  .verticle_space_inner, .dnd-row  {
    padding: 2% 0;
  }
}
@media only screen and (min-width: 1375px) {
  .verticle_space_inner, .dnd-row  {
    padding: 27px 0;
  }
}

@media (max-width: 980px) {
  .verticle_space_inner, .dnd-row {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .verticle_space_inner, .dnd-row {
    padding: 10px 0;
  }
}


.banner-area .dnd-section ,
.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid{
  padding: 0;
  width: 100%;
  max-width: 100%;
}
@font-face { 
  font-family: ETmodules;
  src: url(https://22689783.fs1.hubspotusercontent-na1.net/hubfs/22689783/raw_assets/public/Payne_And_Tompkins_December2022/fonts/modules.eot) format("embedded-opentype"), 
    url(https://22689783.fs1.hubspotusercontent-na1.net/hubfs/22689783/raw_assets/public/Payne_And_Tompkins_December2022/fonts/modules.ttf) format("truetype"), 
    url(https://22689783.fs1.hubspotusercontent-na1.net/hubfs/22689783/raw_assets/public/Payne_And_Tompkins_December2022/fonts/modules.woff) format("woff"), 
    url(https://22689783.fs1.hubspotusercontent-na1.net/hubfs/22689783/raw_assets/public/Payne_And_Tompkins_December2022/fonts/modules.svg) format("svg"); 
  font-style: normal;
  font-weight: 400;
}

@font-face { 
  font-family: "Noto Serif";
  src: url(https://22689783.fs1.hubspotusercontent-na1.net/hubfs/22689783/raw_assets/public/Payne_And_Tompkins_December2022/fonts/ga6Law1J5X9T9RW6j9bNdOwzfRmecQ.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
}

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

/* Paragraphs */

p {
  margin: 0; 
  padding-bottom: 1em;
}

p:last-of-type {
  margin: 0;
  padding-bottom: 0;
}

/* Anchors */

a {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding-bottom: 10px;
  line-height: 1.25em;
}

h1 {
  letter-spacing: 1px;
}

h1,
h2,
h3 {
  text-transform: uppercase;
}

/* Lists */

ul,
ol {
  margin: 0;
  padding-bottom: 1em;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 0;
}

ul {
  list-style-type: disc;
  padding: 0 0 23px 1em;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

blockquote h2 {
  text-transform: initial;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.hs-button,
.button_parent a,
button,
.button,
.cta_button {
  cursor: pointer;
  display: inline-block;
  line-height: 1.7em;
  border: 2px solid;
  transition: all 300ms ease 0ms;
  font-size: 15px;
  padding: 0.3em 1em;
}

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

.cta_button:hover,
.hs-button:hover,
.button_parent a:hover,
button:hover,
.button:hover {
  text-decoration: none;
}
/* Form fields */

form .hs-dateinput input[type=text] {
  width: auto;
}

.hs-dateinput {
  display: inline;
}

.hs-form-field {
  margin-bottom: 1em;
}

form {
  font: 14px/1.4 Arial,Helvetica,sans-serif;    
  -webkit-font-smoothing: auto;
}

/* Labels */

form label {
  display: block;
  font-size: 1.1em;
  margin-bottom: 0.2em;
}

/* 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;
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  outline: 0;
  padding: 10px;
  font: 12px/1.4 Arial,Helvetica,sans-serif;
}

form textarea {
  min-height: 120px;
}

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;
}

.hs-error-msgs {
  padding: 0;
  margin: 0 0 10px;
}

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

/* Validation */

.hs-form-required {
  color: #790000;
  margin-left: 5px!important;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* 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;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: fixed;
  top: 0;
  z-index: 99;
}

.top-header {
  background-color: #343f4a;
  line-height: 1em;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.top-header .container {
  padding-top: 0.75em;
  font-weight: 600;
}

.top-header .top_inner {
  float: right;
}

.top-header .top_inner a {
  padding-bottom: 0.75em;
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: all .3s ease;
}

.bottom-header {
  -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  background-color: #fff;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 1px;
}

span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.header .logo_container img { 
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
  display: inline-block;
  width: auto !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
  margin-top: 0px;
  z-index: 100000;
  padding: 3px;
  float: none;
  max-height: 64%;
}

.header .logo_container {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100px;
}

.header .custom-menu-primary-wrap {
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  bottom: 0;
  position: relative;
  width: 100%;
  line-height: 0;
}

.header .logo_container>:not(.logo_helper)>*,
.header .logo_container>*:not(.logo_helper) {
  display: inline;
}

.mobile_nav_menu {
  float: right;
  display: none;
}

.top-menu-nav {
  display: inline-block;
  line-height: 0;
}

.bottom-header .container {
  text-align: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
  line-height: 1em;
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  vertical-align: middle;
  word-wrap: normal;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-size: 12px;
  display: block;
  position: relative;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  color: rgba(0,0,0,0.6);
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 2em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:first-child {
  padding-right: 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  font-family: 'ETmodules';
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  width: 240px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #343f4a;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -webkit-transform: translateZ(0);
  text-align: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  padding-right: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li {
  padding: 0 20px;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  line-height: 2em;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  display: block;
  position: relative;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 20px;
  width: 200px;
  color: rgba(0,0,0,0.6);
}

.fixed2 .body-wrapper {
  margin-top: -1px;
}

.lp .body-wrapper {
  padding-top: 114px;
}

/*================== Header v2 ==================*/

.hdr2 .body-wrapper {
  padding-top: 0;
}

.header-v2 .hdr-logo-sec {
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
}



@media only screen and (min-width: 981px) {
  .header .logo_container {
	 height: 80px;
  }

  .header .logo_container img {
	 max-height: 80%;
  }

  .fixed .header .logo_container {
	 height: 14.4px;  
	 opacity: 0;
	 padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 padding-bottom: 14px;
  }

  .lp.fixed .header .logo_container {
	 height: 80px;
	 opacity: 1;
  }

  .header-v2 .container{
	 padding: 2% 0;
  }

}

@media (min-width: 1375px){
  .header-v2 .container{
	 padding: 27px 0;
  }
}

@media (max-width: 980px) {
  .top-header {
	 display: none;
  }

  .bottom-header {
	 padding: 20px 0;
  }

  header.header {
	 position: absolute;
  }

  .header .logo_container {
	 height: auto;
	 max-height: 100px;
	 padding: 0;
  }

  .header .logo_container img {
	 max-height: 60px;
  }

  .top-menu-nav.custom-menu-primary {
	 display: none;
  }

  .mobile_nav_menu {
	 display: block;
	 float: none;
	 position: relative;
	 margin-top: 20px;
  }

  .mobile_nav_menu .mobile_nav {
	 display: block;
	 text-align: left;
	 background-color: rgba(0,0,0,0.05);
	 border-radius: 5px;
	 padding: 5px 10px;
  }

  .mobile_nav_menu .mobile_nav .select_page {
	 display: inline-block;
	 color: #666;
	 font-size: 14px;
  }

  .mobile_nav_menu .mobile_nav .mobile_menu_bar {
	 display: block;
	 line-height: 0;
	 opacity: 1;
	 position: absolute;
	 right: 5px;
	 top: 2px;
  }

  .mobile_menu_bar:before {
	 font-family: ETmodules;
	 speak: none;
	 font-style: normal;
	 font-weight: 400;
	 -webkit-font-feature-settings: normal;
	 font-feature-settings: normal;
	 font-variant: normal;
	 text-transform: none;
	 line-height: 1;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 text-shadow: 0 0;
	 direction: ltr;
	 content: "a";
	 font-size: 32px;
	 position: relative;
	 left: 0;
	 top: 0;
	 cursor: pointer;
	 color: #343f4a;
  }

  .header .custom-menu-primary-wrap {
	 line-height: inherit;
  }

  .mobile_nav_menu .hs-menu-wrapper>ul {
	 position: absolute;
	 left: 0;
	 padding: 5%;
	 background: #fff;
	 width: 100%;
	 visibility: visible;
	 opacity: 1;
	 display: none;
	 z-index: 9999;
	 border-top: 3px solid #343f4a;
	 box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
	 -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
	 -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
	 top: 53px;
  }

  .mobile_nav_menu .hs-menu-wrapper>ul>li>a {
	 font-size: 14px;
	 -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	 transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	 border-bottom: 1px solid rgba(0,0,0,.03);
	 color: #666;
	 padding: 10px 5%;
	 display: block;
  }

  .mobile_nav_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
	 font-weight: 700;
	 background-color: rgba(0,0,0,.03);
  }

  .mobile_nav_menu .hs-menu-wrapper>ul ul {
	 padding-left: 10px;
  }

  .mobile_nav_menu .hs-menu-wrapper>ul ul li {
	 padding-left: 5%;
  }

  .mobile_nav_menu .hs-menu-wrapper>ul ul li a {
	 border-bottom: 1px solid rgba(0,0,0,.03);
	 color: #666;
	 padding: 10px 5%;
	 display: block;
	 -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	 transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	 font-size: 14px;
  }

  .mobile_nav_menu .hs-menu-wrapper>ul li a:hover {
	 background-color: rgba(0,0,0,.03);
	 opacity: .7;
  }

  .lp .body-wrapper {
	 padding-top: 100px;
  }
  .header-v2 .container{
	 padding: 30px 0;
  }
}

@media (max-width: 767px){
  .header-v2 .container{
	 padding: 10px 0;
  }

  .header-v2 .hdr-logo-sec,
  .header-v2 .hdr-logo-sec>* {
	 display: flex;
  }
}
.footer-bottom {
  background-color: #343f4a;
  padding: 15px 0 5px;
}

.footer-bottom .footer-info {
  font-size: 10px;
  padding-bottom: 10px;
  color: #fff;
}

footer.footer {
  background-color: rgba(52,63,74,0.5);
  position: relative;
  z-index: 2;
}

footer.footer-v2 {
  position: relative;
  z-index: 9;
}

.footer .footer-widgets {
  padding: 6% 0 0;
}

.footer .footer-widgets .footer-widget {
  float: left;
}

.footer .footer-widgets .footer-widget h4 {
  font-weight: bold;
}

.footer p {
  margin: 0;
}

.ftr_socials img {
  max-width: 30px;
}

/*========  Footer V2 =============*/

.footer-v2 .ftr-btm {
  background-color: #eaedeb;
  text-align: center;
}

.footer-v2 .top_sec {
  padding-bottom: 7px;
  background-color: #eaedeb;
}

.footer-v2 .ftr-info {
  background-color: rgba(0,0,0,0.1);
  padding: 7px;
  font-size: 10px;
}

.footer-v2 .ftr-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-v2 .ftr-menu .hs-menu-wrapper > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 10px;
}

.footer-v2 .ftr-menu .hs-menu-wrapper>ul>li:not(:first-child) {
  padding-left: 10px;
}

.footer-v2 .ftr-menu .hs-menu-wrapper>ul>li:not(:last-child) {
  padding-right: 10px;
}

.footer-v2 .ftr-menu .hs-menu-wrapper>ul>li>a {
  color: #003300;
}


@media (min-width: 981px) {
  .footer .footer-widgets .footer-widget {
    margin-right: 5.5%;
    margin-bottom: 5.5%;
    width: 20.875%;
  }

  .footer .footer-widgets .footer-widget:last-child {
    margin-right: 0;
  }

  .footer .footer-widgets .footer-widget h4 {
    font-size: 24px;
  }
}

@media (max-width: 980px) {
  .footer .footer-widgets {
    padding: 8% 0;
  }

  .footer .footer-widgets .footer-widget {
    width: 46.25%;
    margin: 0 7.5% 7.5% 0;
  }

  .footer .footer-widgets .footer-widget:nth-child(2n) {
    margin-right: 0;
  }

  .footer .footer-widgets .footer-widget h4 {
    font-size: 15px;
  }

  .footer .footer-widgets .footer-widget:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .footer-bottom .footer-info {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer .footer-widgets {
    padding: 10% 0;
  }

  .footer .footer-widgets .footer-widget {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9.5%;
  }

  .footer .footer-widgets .footer-widget:nth-last-child(-n+2):not(:last-child) {
    margin-bottom: 9.5%;
  }

  .footer .footer-widgets .footer-widget h4 {
    font-size: 14px;
  }

}

@media (max-width: 479px) {
  .footer .footer-widgets {
    padding: 12% 0;
  }

  .footer .footer-widgets .footer-widget {
    margin-bottom: 11.5%;
  }

  .footer .footer-widgets .footer-widget:nth-last-child(-n+2) {
    margin-bottom: 11.5%;
  }

  .footer-v2 .ftr-menu .hs-menu-wrapper>ul {
    display: block;
  }

  .footer-v2 .ftr-menu .hs-menu-wrapper>ul>li {
    padding: 5px 0 !important;
  }
}
.body-wrapper {
  padding-top: 140px;
  transition: margin-top 0.4s ease-in-out;
}

.popup-open {
  overflow: hidden;
}

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

.hs_home_rem_page .con_with_image_wrap .content h1 {
  font-size: 42px;
}

.hs_cos_wrapper_type_cta .cta_button {
  text-align: center;
}

@media (min-width: 981px) {
  .fixed .body-wrapper {
	 margin-top: -67px;
  }
}

@media (max-width: 980px) {
  .body-wrapper {
	 padding-top: 152px;
  }
}

@media (max-width: 767px) {
  .hs_home_rem_page .con_with_image_wrap .content h1 {
	 font-size: 25px;
  }
}

/*================== portfolio Page ==================*/

.hs_portfolio_sec1 .cnwt-img-wrap .cnwt-img-row {
  padding-bottom: 0;
  margin-top: 0;
}

.hs_portfolio_sec1 .cnwt-img-wrap .cm-content {
  padding-top: 20px;
}


/*================== Before/AFter Slider ==============*/
.room120_before-after {
  width: 75% !important;
}

/*================== video_portfolio ==================*/

.hs_video_portfolio_main .cnwt-img-wrap .cnwt-img-row {
  margin-top: 0;
  margin-left: 0;
}

.hs_video_portfolio_main .cnwt-img-wrap .cm-content {
  padding-top: 3.093%;
}

.hs_video_portfolio_page .cnwt-img-v2-wrap .cnwt-img-row {
  margin: 0;
}



.video-portfolio_banner .banner_wrap .container {
  padding-top: 32px;
}

/*================== splash Page ==================*/

.hs_splash_sec2 .hs_cos_wrapper_type_rich_text h1 {
  font-family: 'Noto Serif',Georgia,"Times New Roman",serif;
  font-size: 28px;
  color: #125130!important;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.13);
  margin: 0 0 30px;
}

.hs_splash_sec2 .hs_cos_wrapper_type_rich_text {
  line-height: 2.1em;
}

/*================== Full Width Page ==================*/

.hs_full_width_main {
  min-height: 100px;
}

/*================== Home Page ==================*/

.home_page_banner .advanced-banner-wrap .slider-controllers .slick-dots li.slick-active {
  background-color: #333;
}

.home_page_banner .advanced-banner-wrap .slider-arrows .slick-arrow{
  color: #333;
}

.home_page_banner .advanced-banner-wrap .slider-controllers .slick-dots li {
  background-color: rgba(0,0,0,.3);
}



/*==================================================== 
====================Media Query======================
====================================================*/


@media (min-width: 981px){
  .hs_splash_sec2 .hs_cos_wrapper_type_rich_text h1{
    margin-bottom: 2.75%;
  }
  .hs_home_page_btm_sec .con_with_image_wrap .content {
    padding: 120px 75px 75px;
  }

}
/* Menu and simple menu */
.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}