/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}


*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding-left: 20px;
  padding-right: 20px;
}

.map .dnd-section {
    padding: 0 !important;
}

.map .dnd-section>.row-fluid  {
  max-width: 100%;
}

.map iframe{
	height:100%;  
	width: auto;
	max-width: 100%;
	position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: white;
}

.map iframe{width:100%; min-height:300px;}

.footer-secction .map.single {
 width: 28%;
 padding: 0 10px;
}

.map iframe img {
 width: 100%;
 max-width: 100%;
}


.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "icomoon";
  src: url('https://6470244.fs1.hubspotusercontent-na1.net/hubfs/6470244/Storage24_June2020/Font/icomoon.eot')format('eot'),
      url('https://6470244.fs1.hubspotusercontent-na1.net/hubfs/6470244/Storage24_June2020/Font/icomoon.woff')format('woff'),
      url('https://6470244.fs1.hubspotusercontent-na1.net/hubfs/6470244/Storage24_June2020/Font/icomoon.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Material Icons";
  src: url('https://6470244.fs1.hubspotusercontent-na1.net/hubfs/6470244/Storage24_June2020/Font/MaterialIcons-Regular.eot')format('eot'),
      url('https://6470244.fs1.hubspotusercontent-na1.net/hubfs/6470244/Storage24_June2020/Font/MaterialIcons-Regular.woff')format('woff'),
      url('https://6470244.fs1.hubspotusercontent-na1.net/hubfs/6470244/Storage24_June2020/Font/MaterialIcons-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.42857143;
}

p {
  margin: 0 0 10px;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Montserrat, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
/*   max-width: 500px; */
  font-family: Lato, sans-serif;
  padding: 15px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.form-title {
  margin: 0;
}

.hs-button {
  margin: 20px 0;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  padding: 15px 40px;
  line-height: 16px;
  box-shadow: none;
  border-style: solid;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
}

.hs-input,
input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  border: none;
  resize: none;
  line-height: 18px;
  margin-bottom: 10px;
  padding: 14px 0;
  outline: none;
  font-size: 14px;
  border-bottom: 2px solid;
  -webkit-transition: padding .25s ease-in-out;
  transition: padding .25s ease-in-out;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-bottom: 15px;
}
.hs-search-module a.hs-button.primary {
  margin-top: 18px;
}


.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
  padding-left: 0;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media (max-width: 767px){
  form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}


ul.submenu {
  padding: 0;
  margin: 0;
  list-style: none;
}
li.has-submenu {
  position: relative;
}


@media (min-width: 1201px){
  .custom-menu-primary .navigation-primary > ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
.custom-menu-primary .navigation-primary>ul>li:first-child {
    margin-left: 0;
}

.custom-menu-primary .navigation-primary>ul>li:last-child {
    margin-right: 0;
}
  .custom-menu-primary .navigation-primary > ul > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    float: left;
  }

  .custom-menu-primary .navigation-primary > ul > li > a {
    text-decoration: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }

  .custom-menu-primary .navigation-primary > ul > li:last-child > a {
    font-size: 13px;
    padding: 15px;
    border: none;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    border-radius: 3px;
    line-height: 16px;
    font-weight: 600;
    outline: none;
  }

  .custom-menu-primary {
    margin-top: -2px;
  }

  .custom-menu-primary .navigation-primary > ul > li:last-child {
    margin-right: 0;
    margin-top: -3px;
  }

  .custom-menu-primary .navigation-primary > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    opacity: 0;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
    visibility: hidden;
    transition: all ease 0.3s;
  }

  .custom-menu-primary .navigation-primary > ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary .navigation-primary > ul > li > ul li a {
    padding: 5px 20px;
    display: block;
    white-space: nowrap;
  }
}
@media (max-width: 1300px){
  .header-left-group{    width: 40% !important;}
   }
@media (max-width: 1450px){
 
  .custom-menu-primary .navigation-primary > ul > li {font-size:11px;}
  .header-search>input {font-size:13px!important;}    
}

@media (max-width: 1200px){
 
  .custom-menu-primary {
    background: #fff;
    padding-top: 20px;
    text-align: left;
  }
  .custom-menu-primary .navigation-primary > ul > li {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  .custom-menu-primary .navigation-primary > ul > li > a {
    color: rgba(29,35,41,0.97) !important;
    text-transform: uppercase;
    font-size: 17px;
    padding: 15.5px 20px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    -webkit-transition: background .2s ease,color .2s ease;
    transition: background .2s ease,color .2s ease;
    font-weight: 600;
    line-height: 18px;
  }
 .custom-menu-primary .navigation-primary > ul li:hover > .child-trigger{
    color: #242429!important
  }
  .custom-menu-primary .navigation-primary > ul ul li:hover > a,
  .custom-menu-primary .navigation-primary > ul > li:hover > a{
    background: rgba(255,255,255,0.9) !important;
    color: #242429!important;
  }
  .custom-menu-primary .navigation-primary > ul ul li a{
    font-size: 15px;
    color: #fff !important;
    display: block;
    padding: 10px 30px;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .custom-menu-primary .navigation-primary > ul ul {
    background: transparent !important;
    display: none;
  }
  .custom-menu-primary .navigation-primary>ul>li:last-child>a {
    background: transparent !important;
    text-align: center;
  }
  body .custom-menu-primary .navigation-primary>ul>li:last-child>a {
    background: transparent !important;
    text-align: left;
    text-transform: none;
    font-size: 17px;
    color: rgba(29,35,41,0.97) !important;
    text-transform: uppercase;
  }
  .child-trigger {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9;
    color: #fff;
  }
 .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    z-index: 9;
    color: #fff;
    font-size: 22px;
    text-align: center;
  }
  .child-trigger:before {
    content: "+";
  }
  .child-menu-open.child-trigger:before {
    content: "-";
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.bg-s24-promotion,
.bg-s24-promotion:hover ,
.bg-s24-promotion:focus {
  background-color: #FCBB09 !important;
  color: white !important;
}

.bg-s24-promotion .text-s24-gray-dark {
  color: white !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your website pages
look if there is anything specific to your website pages.
*********************************************************************************
****************************************************************************** */

/* 404 Page */
 .str-erroe-page {
    min-height: 100vh;
} 
.cta-btn-400 a.dis_non {
    display: none;
}
.cta-btn-400 a:active{color: #fff !important;}
.cta-btn-400 a:focus {
    color: #fff;
}
.cta-btn-400 a:hover {
    background: rgb(248,91,3);
    color: rgb(255,255,255);cursor: pointer;
}
.error404-bg {
     background: url("//6470244.fs1.hubspotusercontent-na1.net/hubfs/6470244/raw_assets/public/Storage24_June2020/images/404-bg.png");
     background-repeat: no-repeat;
     background-size: cover;
     max-width: 100% !important;
}
.col-1, .col-2 {
     width: 50%;
}
.col-1 {
     float: left;
}


@media(max-width:767px){
  .hero-banner-v1-default-content .button{padding-top:0 !important;}
    
}

@media(max-width:480px){
  .hero-banner-v1-default-content h1{font-size: 21px !important;}
   h2 {font-size: 20px !important;}  
}

.hs-cta-embed__loaded {
  top: 81px;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the necessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
:root {
  --header-height: 80px;
}

.header__container {
  margin: 0 auto;
}
header.header {
  min-height: var(--header-height);
}
.header-logo img {
  width: 212px !important;
}
.header-inner-group {
  position: fixed;
  top: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  left: 0;
  min-height: var(--header-height);
  z-index: 999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: -webkit-transform .3s ease!important;
  transition: -webkit-transform .3s ease!important;
  transition: transform .3s ease!important;
  transition: transform .3s ease,-webkit-transform .3s ease!important;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  will-change: transform;
}
.header-menu {
  flex: 1;
}
.country-language-selector-wrapper {
  width: 100px
}

.scroll-down .header-inner-group{
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.scroll-up .header-inner-group{
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header-left-group {
  width: 44%;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.header-logo {
  float: left;
  width: auto;
  margin-right: 20px;
}
.header-search-group {
  float: left;
  width: auto;
  position: relative;
}
.header-search {
  position: relative;
  margin-right: 20px;
  width: 300px;
  float: left;
  z-index: 100;
}
.header-search:after {
  content: "";
  height: 2px;
  position: absolute;
  width: 0;
  bottom: -21px;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
  left: 0;
  background: #e2540c;
}
.header-search.focused:after {
  width: 100%;
}
.header-search-group form {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.header-search ::-moz-placeholder {
  color: #fff !important;
}

.header-search ::placeholder {
  color: #fff !important;
}

.header-search ::-webkit-input-placeholder {
  color: #fff !important;
}
.material-icons, .mi {
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  text-rendering: auto;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0);
  transform: translate(0);
}
[class*=" icon-"], [class^=icon-] {
  font-family: Icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.material-icons.search:before, 
.mi.search:before {
  content: "\e8b6";
}
.header-search > i {
  position: absolute;
  left: 0;
  top: 17px;
  color: #fff;
  font-size: 20px;
  z-index: 5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.header-search > input {
  width: 100%;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 16px 0;
  padding-left: 30px;
  border-bottom: none;
  font-weight: 400;
  padding-top: 18px;
  position: relative;
  z-index: 5;
  font-size: 14px;
  color: #fff;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

@media (min-width: 768px){
  .mob-sign-in {
    display: none;
  }
}
 .mob-sign-in {
    display: none;
  }

@media (min-width: 1201px){
  .menu-close-icon,
  .mobile-trigger,
  .mobile-search-icon,
  .close-search-icon,
  .child-trigger{
    display: none;
  }
}
.mobile-search-icon,
.close-search-icon{
  display: none;
}


@media (max-width: 1200px) {
  .header-search:after{
    content: none;
  }
  .header-search-group {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    z-index: 1050;
    width: 100%;
    float: none;
    opacity: 0;
    height: 100vh;
    visibility: hidden;
    background: rgba(0,0,0,.7);
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
  }
  .search-open {
    overflow: hidden;
  }
  .search-open .header-search-group {
    opacity: 1;
    visibility: visible;
  }
  .header-search-group form {
    position: relative;
    max-width: 100%;
  }
  .header-search {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .header-search>input {
    padding: 0 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: var(--header-height);
    background: #fff !important;
    color: #1d1d23 !important;
    padding-right: 65px;  
  }
  .header-search>i {
    top: 30px;
    color: #1d1d23;
    left: 15px;
    z-index: 99;
  }
  .header-search ::-moz-placeholder {
    color: #1d1d23 !important;
  }

  .header-search ::placeholder {
    color: #1d1d23 !important;
  }

  .header-search ::-webkit-input-placeholder {
    color: #1d1d23 !important;
  }
  .close-search-icon {
    position: absolute;
    z-index: 20000;
    opacity: 1;
    right: 15px;
    top: 22px;
    width: 35px;
    background: transparent;
    border: 1px solid rgba(0,0,0,.1);
    height: 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }
  .close-search-icon:before{
    content: "\e5cd";
    font-size: 20px;
    opacity: .5;
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    text-rendering: auto;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .header__navigation {
    padding: 0;
    display: block;
    clear: both;
    width: 400px;
    background-color: #fff;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: -1px;
    position: fixed;
    overflow-y: auto;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mobile-menu-open {
    overflow: hidden;
  }
  .mobile-menu-open .header__navigation {
    z-index: 101;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,.52,0,1);
    transition: -webkit-transform .3s cubic-bezier(0,.52,0,1);
    transition: transform .3s cubic-bezier(0,.52,0,1);
    transition: transform .3s cubic-bezier(0,.52,0,1),-webkit-transform .3s cubic-bezier(0,.52,0,1);
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-trigger {
    display: block;
    float: left;
    margin-right: 30px;
    background: transparent;
    cursor: pointer;
    margin-left: 5px;
  }
  .material-icons.menu:before, .mi.menu:before {
    content: "\e5d2";
  }
  .mobile-trigger .mobile-menu-lines {
    position: relative;
    border-radius: 50%;
  }
  .mobile-trigger .mobile-menu-lines i {
    color: #fff;
    font-size: 28px;
    text-align: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .header__navigation .top-group {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 62px;
    background-color: rgba(29,35,41,0.97);
  }
  .header__navigation .top-group .mnh-close-icon {
    display: block;
    float: left;
    margin-right: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 4;
  }
  .menu-close-icon {
    cursor: pointer;
  }
  .menu-close-icon i {
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding-top: 6px;
  }
  .menu-overlay {
    background: rgba(0,0,0,0.6);
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
  }
  .mobile-menu-open .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  .mobile-search-icon {
    position: absolute;
    top: 26px;
    width: 26px;
    height: 26px;
    right: 20px;
    z-index: 9;
    color: #fff;
  }
  .material-icons.search:before, .mi.search:before {
    content: "\e8b6";
  }
  .search-icon i {
    font-size: 26px;
  }
  .search-icon {
    cursor: pointer;
  }
}

.navigation-logo {
    display: none
}

@media (max-width: 900px){
  .navigation-logo {
    margin-left: 45px;
    display: block;
    height: 16.7px;
  }
}

.mobile-view-logo {
    display: none
}

/* remove me */
/*
.phone-icon {
  display: none
}
.phone-icon-wrapper {
  display: none
}
*/
.phone-icon {
  padding: 8px 12px;
  background-color: #EA5B0C;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px; 
}

.phone-icon:hover {
  transform: scale(1.05);
}

.phone-icon span  {
  color: white;
  font-family: Figtree;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media (max-width: 900px){
  .mobile-view-logo {
    display: block;
    align-self: center;
  }
  /* todo remove me */ 
  /*
  .phone-icon {
    display: flex;
    margin-right: 15px;
  }
  .phone-icon-wrapper {
    display: block;
  }
    */
  .mobile-view-logo img {
    width: 150px !important;
    max-width: fit-content;
  }
  
  .header-logo {
    display: none 
  }
}

@media (max-width: 767px){
  .mobile-trigger {
    margin-right: 10px;
  }
  .header__navigation {
    width: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .header-left-group {
    width: 100%;
  }
  .blog-index__post {
    padding: 15px 0;
  }
  .material-icons.person:before, 
  .mi.person:before {
    content: "\e7fd";
  }
  .mob-sign-in {
    position: absolute;
    top: 26px;
    width: 26px;
    height: 26px;
    right: 66px;
    z-index: 9;
  }
  .mob-sign-in i {
    font-size: 26px;
    color: #fff;
  }
  .header-left-group.lp .header-logo {
    padding-left: 43px;
  }
}

@media only screen and (max-width: 480px) {
  .header-logo img {
    width: 85px !important;
  }
  .header-left-group.lp .header-logo {
    padding-left: 38px;
  }
  .header-inner-group {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mobile-search-icon {
    right: 10px;
    top: 16px;
  }
  .mobile-trigger {
    margin-top: 0;
    z-index: 10;
    margin-left: 0;
  }
  .header-search>input {
    height: var(--header-height);
  }
  .close-search-icon {
    top: 12px;
  }
  .header-search>i {
    top: 21px;
  }
  .mob-sign-in {
    right: 56px;
    top: 16px;
  }
  .mobile-view-logo {
    display: block;
    align-self: auto;
  }
  
  .mobile-view-logo img {
    width: 120px !important;
    max-width: fit-content;
  }
  
  .header-logo {
    display: none 
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  padding-top: 50px;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4);
  box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4);
}
.footer__container {
  margin: 0 auto;
}
.footer-bottom-group {
  border-top: 1px solid #ebebeb;
  padding-top: 16px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.footer__copyright p {
  font-size: 15px;
  padding-top: 10px;
  text-align: center;
  line-height: 26px;
}
.footer-social-group ul {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.footer-social-group ul li a {
  color: #565662;
  line-height: 41px;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-bottom: 1px solid transparent;
}
.footer-social-group ul li a:hover i.fa.fa-facebook-f{
  background: #3b5998;
  border-color: #3b5998;
}
.footer-social-group ul li a:hover i.fa.fa-instagram {
  background: #e1306c;
  border-color: #e1306c;
}
.footer-social-group ul li img {
  margin-right: 8px;
}
.footer-social-group ul li:last-child {
  margin-right: 0;
}
.footer-social-group ul li a {
  color: #565662;
  line-height: 41px;
  margin-right: 8px;
  display: block;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-bottom: 1px solid transparent;
}
.footer-social-group ul li a img {
  max-height: 35px;
  vertical-align: middle;
}
.footer-social-group ul li a i {
  text-align: center;
  border-radius: 50%;
  color: #555558;
  background: #f4f4f4;
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 40px;
  margin-top: 3px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.footer-top-group {
  border-bottom: 2px solid rgba(0,0,0,.05);
}
.footer-top-group .footer-column {
  font-size: 13px;
  line-height: 24px;
  color: #565d62;
  margin-bottom: 39px;
  padding-right: 10px;
  padding-left: 10px;
  width: 33.33333333%;
  float: left;
}
.footer-top-group .column-2 p {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  hyphens: auto;
}
.footer-top-group .contact-detail ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-top-group .contact-detail ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 0px 10px 5px;
}
.footer-top-group .contact-detail ul li a {
  font-size: 18px;
}
.footer-top-group .contact-detail ul li i {
  height: 35px;
  width: 35px;
  margin-right: 8px;
  position: relative;
  color: #e2540c;
  font-size: 35px;
  top: -3px;
}
.icon-location-map-1:before {
  content: "\e9a5";
}
.icon-email-inbox:before {
  content: "\e953";
}
.icon-phone-incoming:before {
  content: "\e9ce";
}
.footer-top-group .contact-detail ul li:first-child a {
  background: #e2540c;
  border: 2px solid #e2540c;
  border-radius: 3px;
  max-width: 250px;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding: 8px 10px;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-top-group .contact-detail ul li:first-child {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
}
 

@media (max-width: 991px){
  .footer-top-group .footer-column {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer-top-group .footer-column.column-1 {
    padding: 0 50px;
  }
  .footer-top-group .footer-column.column-2 p {
    padding: 0 50px;
  }
  .footer-top-group .contact-detail ul li {
    justify-content: center;
  }
  .footer-top-group .footer-column {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-logo img {
    width: 300px !important;
  }
  .footer-top-group .footer-column.column-1 {
    padding: 0 50px;
    margin-bottom: 12px;
  }
  .footer-top-group .contact-detail ul li:first-child a {
    text-align: center;
    justify-content: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: rgba(29, 35, 41, 0.97);
  text-align: center;
  height: 250px;
  margin-bottom: 50px;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
  color: #fff;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
  color: #fff;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}

.blog_tag {
  cursor: pointer; 
  font-size: 20px;
}

.tag-active {
    color: #ED6C02;
}

.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.comment-date {
  display: block !important;
}

.blog-pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-index__post.blog-index__post--small.no-image .blog-index__post-image.blog-index__post-image--small {
  display: none;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__post {
  display: block;
  color: #494a52;
  padding: 15px;
  min-width: 80%;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    float: left;
    width: 45%;
    min-width: 45%;
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    width: 30%;
    min-width: 30%;
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
  color: #242429;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
  color: #494a52;
}
.blog-recent-posts__title:hover{
  color: rgba(226,84,12,1.0);
}

.blog-recent-posts__list {
  display: flex;
  overflow: auto;
  gap: 8px;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.blog-recent-posts__post.no-image .blog-recent-posts__image {
  display: none;
}
.section.post-footer form {
  margin-top: 30px;
}

.blog_hightlight_img_div {
  overflow: hidden;
  height: 450px; 
  width: 60%;
  margin: 0 auto;
}

.blog_hightlight_img_div img {
  width: 100%;
  object-fit: contain;
  transition: 0.3s all ease-in-out;
}

.blog_hightlight_img_div:hover img {
  transform: scale(1.1);
}

.blog_img_div {
  overflow: hidden;
  margin: 0 auto;
  height: calc(11vw);
}

@media (max-width: 768px) {
  .blog_img_div {
    height: auto;
  }
}

.blog_img_div img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}

.read_div:hover{
   background-color:#000;
}

.read_div:hover{
   color:#fff;
}

.blog_img_div:hover img {
  transform: scale(1.1);
}

.blog-post__body a {
  color: rgba(226, 84, 12, 0.8);
  text-decoration: underline;
}

.blog-post__body a:hover {
  text-decoration: underline;
}

@media (min-width:769px) {
  .desktop-view {
    padding-top: 100px;
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    padding-bottom: 80px; 
    margin: 0 auto; 
    width: 70%;
  }
  .desktop-view2 {
    display: flex; 
    flex-wrap: wrap; 
    row-gap: 50px; 
    justify-content: space-between; 
    padding-bottom: 150px; 
    margin: 0 auto; 
    width: 70%;
  }
  .mobile-view {
    display: none;
  }
  
  .blog_filter_div {
    display: flex; 
    overflow: scroll;
    flex-direction: row; 
    margin: 0 auto; 
    padding-bottom: 30px; 
    width: 60%; 
    justify-content: space-around
  }
  
  .blog_filter_div::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
  }
  
}

@media (max-width:768px) {
  .desktop-view2 {
    display: none;
  }
  
  .desktop-view {
    display: none;
  }
  
  .blog_filter_div {
    display: flex; 
    flex-direction: row; 
    margin: 0 auto; 
    white-space: nowrap;
    column-gap: 20px;
    padding-bottom: 30px; 
    width: 90%; 
    overflow: scroll;
  }
  
  .blog_filter_div::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
  }
  
  .mobile-view {
    display: flex; 
    flex-direction: column;
    row-gap: 50px; 
    padding-bottom: 100px;
    margin: 0 auto;
    width: 90%
  }
}

/*             Blog Listing with Sidebar            */
.post-item .item{
  margin-bottom: 20px;
}

.item {
  display: flex;
  flex-direction: column;
}

.post-item .item .span4, .post-item .item .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .span8 {
/* flex-basis: 31.914893614%; */

}
.blog-sidebar ul {
    padding-left: 15px;
}
.blog-sidebar ul li {
    margin-bottom: 10px;
}
.post-item {
    margin-bottom: 30px;
}
img.featured-image {
  width: 100% !important;
  object-fit: cover;
 
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

@media(max-width: 767px){
  .blog-post__body img {
    width: auto !important;
    float: none !important;
    margin: 20px auto !important;
    display: block;
  }
  .blog-recent-posts__post {
    padding: 15px 0;
  }
}

.blog-header .ap-hero-section-module {
  height: 250px;
  min-height: 250px !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Montserrat, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


.left-text-400 { text-align: left;width:360px; }
.str-erroe-page .error-page { display: flex; align-items: center; } 
.str-erroe-page .error-page_heading { color: #fff; }
.content-400 p { font-size: 21px; color: #fff; }
.cta-btn-400 a {background-color: rgb(226,83,3);color: #fff;padding: 12px 18px;font-family: "Montserrat",Sans-serif;font-size: 18px;font-weight: 700;border-radius: 5px;margin-right: 20px;display: inline-block;}
.cta-btn-400 {
    margin: 40px 0;
    display: flex;
}
.right-img-400 img {
  max-width: 600px;
  width: 100%;
}
.str-erroe-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.str-erroe-page .error-page {
  padding: 6rem 0 12rem;
}
.right-img-400 {
  width: calc(100% - 360px);
  text-align: left;
}
@media(max-width:767px){
  .str-erroe-page .error-page {
    flex-wrap: wrap;
  }
  .left-text-400 {
    padding: 0 40px;
    width: 100%;
  }
  .right-img-400 {
    width: 100%;
  }
  .str-erroe-page .error-page {
    padding: 4rem 0 12rem;
  }
}
/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */
















.dnd-section > .row-fluid {
  max-width: 1280px;
}

.dnd-section {
  padding-bottom: 60px;
  padding-top: 60px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1280px;
  content: "1280";
}





body {
  color: #242429;
  font-family: Figtree;
  font-weight: 400;
  font-size: 14px;
}


a {
  color: rgba(226, 84, 12, 1.0);
}

a:hover,
a:focus {
  color: rgba(226, 84, 12, 1.0);
}

a:active {
  color: rgba(255, 124, 52, 1.0);
}

h1 {
  color: #000000;
  font-family: Outfit;
  font-size: 42px;
  font-weight: 600;
}

@media(max-width: 767px) {
  h1 {
    font-size: 35.699999999999996px;
  }
}

h2 {
  color: #000000;
  font-family: Outfit;
  font-size: 30px;
  font-weight: 900;
}

@media(max-width: 767px) {
  h2 {
    font-size: 24.0px;
  }
}

h3 {
  color: #000000;
  font-family: Outfit;
  font-size: 20px;
  font-weight: 900;
}

@media(max-width: 767px) {
  h3 {
    font-size: 17.0px;
  }
}

h4 {
  color: #000000;
  font-family: helvetica;
  font-size: 17px;
  font-weight: 600;
}

@media(max-width: 767px) {
  h4 {
    font-size: 14.45px;
  }
}

h5 {
  color: #000000;
  font-family: helvetica;
  font-size: 14px;
  font-weight: 600;
}

h6 {
  color: #000000;
  font-family: helvetica;
  font-size: 12px;
  font-weight: 600;
}

blockquote {
  border-left: 10px solid #F8FAFC;
}





form,
.submitted-message {
/*   background-color: rgba(244, 244, 244, 1.0); */
  font-family: Figtree;
  background-color: #fff, 1.0);
}

h3.form-title {

  color: rgba(226, 84, 12, 1.0);
  background-color: #fff, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(226, 84, 12, 1.0);
  border-color: rgba(226, 84, 12, 1.0);
  border-radius: 0px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(36, 36, 41, 1.0);
  border-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 124, 52, 1.0);
  border-color: rgba(255, 124, 52, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(36, 36, 41, 1.0);
}

.hs-form legend {
  color: rgba(36, 36, 41, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(36, 36, 41, 1.0);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(226, 84, 12, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #242429;
}

.hs-richtext {
  font-size: 14;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Figtree;
}

.fn-date-picker td.is-today .pika-button {
  color: #494a52;
}

.fn-date-picker td.is-selected .pika-button {
  background: #494a52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #F8FAFC !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(36, 36, 41, 1.0);
  color: rgba(36, 36, 41, 1.0);
}

thead th,
thead td {
  background-color: rgba(36, 36, 41, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(36, 36, 41, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(36, 36, 41, 1.0);
}





.header-inner-group {
  background-color: rgba(29, 35, 41, 0.97);
  border-color: rgba(29, 35, 41, 0.97);
}

.scroll-up .header-inner-group {
  background-color: rgba(29, 35, 41, 1.0);
  border-color: rgba(29, 35, 41, 1.0);
}

.header__container {
  max-width: 1280px;
}


.custom-menu-primary .navigation-primary > ul > li:last-child > a{
  background-color: rgba(255, 255, 255, 1.0) !important;
  color: rgba(226, 84, 12, 1.0) !important;
}

.custom-menu-primary .navigation-primary > ul > li:last-child:hover > a,
.custom-menu-primary .navigation-primary > ul > li:last-child > a:hover{
  background-color: rgba(226, 84, 12, 1.0) !important;
  color: rgba(255, 255, 255, 1.0) !important;
}



body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(29, 35, 41, 1.0);
}
body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: rgba(29, 35, 41, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  background-color: rgba(29, 35, 41, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Figtree;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}

@media(max-width: 767px) {

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 1.0);
  }
}





footer.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(36, 36, 41, 1.0);
}

.footer-top-group .column-2 p{
  color: rgba(36, 36, 41, 1.0);
}

.footer-top-group .contact-detail ul li i{
  color: rgba(226, 84, 12, 1.0);
}

.footer-top-group .contact-detail ul li a{
  color: rgba(226, 84, 12, 1.0);
}

.footer-top-group .contact-detail ul li a:hover{
  color: rgba(226, 84, 12, 1.0);
}

.footer-top-group .contact-detail ul li:first-child a{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(226, 84, 12, 1.0);
  border-color: rgba(226, 84, 12, 1.0);
}

.footer-top-group .contact-detail ul li:first-child a:hover {
  background-color: rgba(226, 84, 12, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(226, 84, 12, 1.0);
}

.footer-top-group .contact-detail ul li:first-child a i{
  color: rgba(226, 84, 12, 1.0);
}

.footer-top-group .contact-detail ul li:first-child a:hover i{
  color: rgba(255, 255, 255, 1.0);
}

.footer__copyright p a{
  color: rgba(86, 86, 98, 1.0);
}

.footer__copyright p a:hover{
  color: rgba(226, 84, 12, 1.0);
}

.footer-social-group ul li a i {
  background-color: rgba(244, 244, 244, 1.0);
  color: rgba(85, 85, 88, 1.0);
}

.footer-social-group ul li a:hover i {
  color: rgba(255, 255, 255, 1.0);
}


.footer__container {
  max-width: 1280px;
}





.content-wrapper {
  max-width: 1280px;
}

.blog-post__date {
  border-color: #242429;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #242429;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #000001;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #4c4c51;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494a52;
}

.blog-pagination__link {
  color: #242429;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494a52;
}

.blog-post__title {
  color: #000000;
  font-family:Outfit;
  font-size: 30px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}










body .icon svg {
  fill: #494a52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494a52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494a52;
}

body .social-links__icon {
  background-color: #494a52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #F8FAFC;
}

.page-center {
  max-width: 1280px;
  margin: 0 auto;
}







.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

@media (max-width: 1199px){
  .footer__container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    max-width: 1061.12px;
  }
}

@media (max-width: 991px){
  .footer__container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    max-width: 820.48px;
  }
}


/*------customer-Page--------------*/

.data-protection-page h1, 
.data-protection-pageh2,
.data-protection-page h3, 
.data-protection-page h4, 
.data-protection-page h5,
.data-protection-page h6 {
    font-weight: 500;
    color: #242429;
}
.unit-desc table td {
    padding: 0 !important;
    border: 0 none !important;
    width: 100% !important;
    white-space: normal;
}

.unit-desc table {
    width: 100% !important;
    border: 0 none !important;
}
/* .customer-page .case-section .content-wrapper {
    position: relative;
    height: 550px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.customer-page .case-section .content-wrapper .left {
    width: 35%;
    background: #fff;
    padding: 60px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 23px 40px rgba(0,0,0,.15);
    position: absolute;
}


.customer-page .case-section .content-wrapper .right {
    width: 68%;
    display: flex;
    justify-content: flex-end;
    margin-left: 32%;
}
.customer-page .inner-box span {
    font-weight: 700;
    margin: 0 0 40px;
    display: block;
}
.customer-page .inner-box p {
    line-height: 24px;
    font-size: 14px;
}

.customer-page .dnd_area-column-5-vertical-alignment h2 {
    margin-left: 30px;
}
.customer-page .dnd_area-column-8-background-color h3 {
    margin-bottom: 30px;
}
.customer-page .dnd_area-column-8-background-color {
    margin: 0;
    width: 35%;
}

.customer-page .dnd_area-row-3-background-color .row-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
} */

.leadinModal {
  top: var(--header-height) !important;
  transition: top .3s ease; 
  z-index: 1 !important;
}


.leadinModal.scroll-down {
  top: 0 !important;
}

.leadinModal-close, .leadinModal-content-wrapper {
  outline: none;
}