*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.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: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.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: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
	 font-family: "Font Awesome 5 Brands"; 
	 src: url("https://25507429.fs1.hubspotusercontent-eu1.net/hubfs/25507429/raw_assets/public/CaravanAndMotorhomeSale_February2022/fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
		  url("https://25507429.fs1.hubspotusercontent-eu1.net/hubfs/25507429/raw_assets/public/CaravanAndMotorhomeSale_February2022/fonts/FontAwesome5Brands-Regular.woff2") format("woff2"), 
		  url("https://25507429.fs1.hubspotusercontent-eu1.net/hubfs/25507429/raw_assets/public/CaravanAndMotorhomeSale_February2022/fonts/FontAwesome5Brands-Regular.woff") format("woff"); 
	 font-style: normal; 
	 font-weight: 400; 
	 font-display: block; 
}

@font-face { 
	 font-family: "Font Awesome 5 Free"; 
	 src: url("https://25507429.fs1.hubspotusercontent-eu1.net/hubfs/25507429/raw_assets/public/CaravanAndMotorhomeSale_February2022/fonts/FontAwesome5Free-Regular.eot") format("embedded-opentype"), 
		  url("https://25507429.fs1.hubspotusercontent-eu1.net/hubfs/25507429/raw_assets/public/CaravanAndMotorhomeSale_February2022/fonts/FontAwesome5Free-Regular.woff2") format("woff2"), 
				url("https://25507429.fs1.hubspotusercontent-eu1.net/hubfs/25507429/raw_assets/public/CaravanAndMotorhomeSale_February2022/fonts/FontAwesome5Free-Regular.woff") format("woff"); 
					 font-style: normal;   
					 font-weight: 400; 
					 font-display: block; 
}

@font-face {
    font-family: eicons;
    src: url(https://25507429.fs1.hubspotusercontent-eu1.net/hubfs/25507429/raw_assets/public/CaravanAndMotorhomeSale_February2022/fonts/eicons.eot),
    url(https://25507429.fs1.hubspotusercontent-eu1.net/hubfs/25507429/raw_assets/public/CaravanAndMotorhomeSale_February2022/fonts/eicons.woff2) format("woff2"),
		  url(https://25507429.fs1.hubspotusercontent-eu1.net/hubfs/25507429/raw_assets/public/CaravanAndMotorhomeSale_February2022/fonts/eicons.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face { 
	 font-family: "Font Awesome 5 Free"; 
	 src: url("https://25507429.fs1.hubspotusercontent-eu1.net/hubfs/25507429/raw_assets/public/CaravanAndMotorhomeSale_February2022/fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"), 
		  url("https://25507429.fs1.hubspotusercontent-eu1.net/hubfs/25507429/raw_assets/public/CaravanAndMotorhomeSale_February2022/fonts/FontAwesome5Free-Solid.woff2") format("woff2"), 
		  url("https://25507429.fs1.hubspotusercontent-eu1.net/hubfs/25507429/raw_assets/public/CaravanAndMotorhomeSale_February2022/fonts/FontAwesome5Free-Solid.woff") format("woff"); 
	 font-style: normal; 
	font-weight: 900; 
	 font-display: block; 
}

body {
  line-height: 1.15;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
    display: block;
    font-size: 15px;
    font-weight: 300;
    font-family: roboto;
}

/* 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;
    background-color: #ffffff;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto';
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.4;
    min-height: 40px;
    padding: 5px 14px;
    outline: 0;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

.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: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto';
    line-height: 1;
    transition: all .3s;
    margin: 30px 0px;
}

/* 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-section {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #F5F5F5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
    z-index: 10;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

.header-column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-widget-wrap {
    padding: 0px 0px 0px 0px;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

section.top-header-wrap {
    background: #16163f;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 11px 0px 11px 0px;
    width: 100%;
}

.top-header-container {
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}



.top-header-column {
    width: 62.368%;
    display: flex;
}

.top-header-widget-wrap {
    align-content: center;
    align-items: center;
    padding: 0px 0px 0px 0px;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-header-layout-inline {
    --e-icon-list-icon-size: 16px;
    width: 100%;
    text-align: left;
}

.top-header-widget-container {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

ul.top-header-icon-list-items {
    margin-right: calc(-30px/2);
    padding: 0;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}

.top-header-inline-item {
    margin-right: calc(30px/2);
    margin-left: calc(30px/2);
    word-break: break-word;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin: 0;
    padding: 0;
    position: relative;
}

.top-header-icon-list-icon {
    display: flex;
}

.top-header-icon-list-icon i {
    color: #ffffff;
    width: 20px;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

#hs_cos_wrapper_top_header_text_ > span {
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    padding-left: 10px;
    align-self: center;
	 position: relative;
    bottom: 1px;
}

.top-header-right {
    width: 37.588%;
    display: flex;
}

.top-header-right-widget-wrap {
    align-content: center;
    align-items: center;
    padding: 0px 0px 0px 0px;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-header-right-icon-list--layout-inline {
    --e-icon-list-icon-size: 14px;
    --e-icon-list-icon-align: center;
    width: 100%;
    text-align: right;
}

.top-header-right-container {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.top-header-right-icon-list-items {
    margin-left: calc(-15px/2);
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 0px;
}

.top-header-right-icon-list-item {
    margin-right: calc(12px/2);
    margin-left: calc(15px/2);
    word-break: break-word;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.top-header-right-icon-list-icon {
    text-align: center;
    display: flex;
}

.top-header-right-icon-list-icon i {
    color: #ffffff;
    width: 20px;
    font-size: 14px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.elementor-icon-list-text {
    align-self: center;
    padding-left: 5px;
    font-family: 'Roboto';
    font-weight: 400;
    display: inline-block;
    color: #54595f;
    word-break: break-word;
}

.top-header-right-inliine-item {
    margin-right: calc(12px/2);
    margin-left: calc(15px/2);
    word-break: break-word;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.top-header-right-inliine-item a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
    font-family: 'Roboto';
    font-weight: 400;
}

.top-header-right-iccon-list-icon {
    text-align: center;
    display: flex;
}

.top-header-right-iccon-list-icon i {
    color: #ffffff;
    width: 20px;
    font-size: 14px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

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

.top-header-right-icon-lisst-text {
    align-self: center;
    padding-left: 5px;
    display: inline-block;
    color: #54595F;
}

/* ---bottom-header-- */
.bottom-header-wrap {
    background-color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
   padding: 0.5% 2% 0.5% 2%;
    width: 100%;
}

.bottom-header-column {
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

.bottom-header-inner-column {
    width: 15%;
    display: flex;
}

.bottom-header-widget-wrap {
    align-content: center;
    align-items: center;
    margin: 0% 0% 0% -15%;
    --e-column-margin-right: 0%;
    --e-column-margin-left: -15%;
    padding: 0px 0px 0px 0px;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom-header-widget {
    text-align: left;
    width: 100%;
}

.bottom-header-log {
    margin: -2% 0% -60% 0%;
    padding: 10% 10% 10% 10%;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #D0CFD0;
    border-radius: 100% 100% 100% 100%;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.bottom-header-log a {
    display: inline-block;
    box-shadow: none;
    text-decoration: none;
}

.bottom-header-log img {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.bottom-header-right {
    width: 69.664%;
    display: flex;
    position: relative;
}

.bottom-header-nav-widget {
    align-content: center;
    align-items: center;
    padding: 0px 0px 0px 0px;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom-header-nav-menu {
    --e-nav-menu-horizontal-menu-item-margin: calc( 50px / 2 );
    width: 100%;
}

.bottom-header-widget-containeer {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.bottom-header-nav-menu--maain {
    display: flex;
    justify-content: end;
}

.bottom-header-nav-menu--maain .submenu.level-1 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
}

.bottom-header-button-button-wrapper a:hover {
    color: #FFFFFF;
    background-color: #16163f;
    border-color: #16163F;
}

.bottom-header-nav-menu--maain .submenu.level-1 > li {
    display: flex;
    border-width: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.bottom-header-nav-menu--maain .submenu.level-1 > li > a {
    color: #16163f;
    fill: #16163f;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 13px 0px;
    transition: .4s;
    line-height: 20px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-header-nav-menu--maain .submenu.level-1 > li > a {
    margin: 0px 25px;
}

.bottom-header-nav-menu--maain .submenu.level-1 > li:first-child > a {
    margin-left: 0px;
}

.bottom-header-nav-menu--maain .submenu.level-1 > li:last-child > a {
    margin-right: 0px;
}


.bottom-header-button-wrap {
    width: 15%;
    display: flex;
}

.bottom-header-button-widget- {
    align-content: center;
    align-items: center;
    padding: 0px 0px 0px 0px;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom-header-button-inner {
    width: 100%;
    text-align: right;
}

.bottom-header-button-container {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.bottom-header-button-button-wrapper a {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF;
    background: #1f81be;
    border-style: solid;
    border-color: #1f81be;
    border-radius: 25px 25px 25px 25px;
    padding: 10px 30px 10px 30px;
    width: auto;
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
}

.submenu.level-2 {
    position: absolute;
    top: 40px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background: #fff;
	 display:none;
}

.submenu.level-2 > li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.submenu.level-2 > li > a {
    color: #16163f;
    fill: #16163f;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 13px 0px;
    display: block;
    line-height: 20px;
    margin: 0px 25px;
}
.bottom-header-nav-menu--maain .submenu.level-1>li>a:hover,
.bottom-header-nav-menu--maain .submenu.level-1>li>a:active
{
    color: #D0CFD0;
}

.top-header-right-icon-list-icon i:hover {
    color: #D0CFD0;
}

.top-header-right-iccon-list-icon i:hover {
    color: #D0CFD0;
}
@media(min-width:1168px){
	 .top-header-right-icon-list-items {
      margin-right: 0;
	 }
	 .top-header-right-inliine-item {
      margin-right: 0;
	 }
}
@media(min-width:1023px){
	 .bottom-header-menu-toggle {
		  display: none;
	 }

	 .bottom-header-nav-menu--dropdown {
		  display: none;
	 }
	 .bottom-header-nav-menu--maain .submenu.level-1>.has-submenu:hover .submenu.level-2 {
		  display: block;
	 }
	 .hs-landing-page .dnd-section {
    padding: 105px 20px 80px 20px;
}
	 
	
}

@media(max-width:1024px){
	 .top-header-container {
		  max-width: 1024px;
		  flex-wrap: wrap;
	 }
.hs-landing-page .dnd-section {
    padding: 165px 20px 80px 20px;
}
	 
	  .no-banner .hs-landing-page .dnd-section {
    padding: 290px 20px 80px 20px;
}
	 .top-header-column {
		  width: 75%;
	 }

	 .top-header-widget-wrap {
		  padding: 15px 15px 15px 15px;
	 }

	 .top-header-icon-list-items {
		  margin-left: 0px;
	 }


	 li.top-header-inline-item {
		  margin-right: calc(30px/2);
		  /* margin-left: calc(30px/2); */
	 }

	 .top-header-right {
		  width: 20%;
	 }

	 .top-header-right-widget-wrap {
		  padding: 15px 15px 15px 15px;
	 }

	 .bottom-header-wrap {
		  padding: 20px 15px 20px 15px;
		  position: relative;
	 }

	 .bottom-header-column {
		  max-width: 1024px;
		  flex-wrap: wrap;
	 }
	 .bottom-header-right {
		  width: 15%;
		  position: static;
	 }
	 .bottom-header-inner-column {
		  width: 50%;
	 }
	 .bottom-header-nav-widget {
		  padding: 0px 0px 0px 0px;
	 }

	 .bottom-header-nav-menu--maain {
		  display: none;
	 }

	 [class*=" eicon-"], [class^=eicon] {
		  display: inline-block;
		  font-family: eicons;
		  font-size: inherit;
		  font-weight: 400;
		  font-style: normal;
		  font-variant: normal;
		  line-height: 1;
		  text-rendering: auto;
		  -webkit-font-smoothing: antialiased;
		  -moz-osx-font-smoothing: grayscale;
	 }

	 .eicon-menu-bar:before {
		  content: '\e816';
	 }

	 .elementor-screen-only {
		  position: absolute;
		  top: -10000em;
		  width: 1px;
		  height: 1px;
		  margin: -1px;
		  padding: 0;
		  overflow: hidden;
		  clip: rect(0,0,0,0);
		  border: 0;
	 }
	 .bottom-header-menu-toggle {
		  color: #16163f;
		  margin-left: auto;
		  background-color: #ffffff;
		  display: flex;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  justify-content: center;
		  font-size: 22px;
		  padding: 0.25em;
		  cursor: pointer;
		  border: 0 solid;
		  border-radius: 3px;
	 }
	 .bottom-header-nav-menu--dropdown {
		  top: 129px;
		  width: 100%;
		  left: 0px;
		  margin-top: 20px;
		  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 10%);
		  -webkit-transform: scaleY(1);
		  -ms-transform: scaleY(1);
		  transform: scaleY(1);
		  max-height: 100vh;
		  position: absolute;
		  transition: max-height .3s,transform .3s,-webkit-transform .3s;
		  -webkit-transform-origin: top;
		  -ms-transform-origin: top;
		  transform-origin: top;
		  overflow: auto;
		  background-color: #fff;
		  font-size: 13px;
		  display:none;
		  z-index: 9;
	 }

	 .bottom-header-nav-menu--dropdown ul {
		  -webkit-box-pack: end;
		  -ms-flex-pack: end;
		  justify-content: flex-end;
		  margin-left: auto;
		  position: relative;
		  width: 100%;
	 }

	 .bottom-header-nav-menu--dropdown ul li {
		  border-width: 0;
		  position: relative;
		  display: block;
		  list-style: none;
		  margin: 0;
		  padding: 0;
		  line-height: normal;
		  -webkit-tap-highlight-color: rgba(0,0,0,0);
		  width: 100%;
	 }

	 .bottom-header-nav-menu--dropdown ul li a {
		  font-family: "Montserrat", Sans-serif;
		  font-size: 16px;
		  font-weight: 400;
		  padding-left: 10px;
		  padding-right: 10px;
		  padding-top: 20px;
		  padding-bottom: 20px;
		  color: #16163f;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  justify-content: center;
		  line-height: 20px;
		  display: flex;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
		  box-shadow: none;
		  text-decoration: none;
		  width: 100%;
		  text-transform: capitalize;
	 }

	 nav.bottom-header-nav-menu--dropdown ul:after {
		  content: "\00a0";
		  display: block;
		  height: 0;
		  font: 0/0 serif;
		  clear: both;
		  visibility: hidden;
		  overflow: hidden;
	 }
	 .bottom-header-button-wrap {
		  width: 35%;
	 }
	 .opened .eicon-menu-bar:before {
		  content: "\e87f";
	 }
	 .bottom-header-nav-menu--dropdown ul li a:hover {
		  color: #d3b574;
	 }
	 .bottom-header-menu-toggle:hover {
		  color: #d3b574;
	 }
	 
	 .hs-menu-wrapper.hs-menu-flow-vertical ul ul {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul ul li a {
    font-family: "Montserrat", Sans-serif;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    width: 100%;
    text-align: center;
}
	 .bottom-header-nav-menu--dropdown ul >.hs-item-has-children > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 30px;
}
}

@media(max-width:767px){
	 .bottom-header-button-widget- {
		  display: none;
	 }
	 .bottom-header-right {
		  width: 50%;
	 }
	 .top-header-container {
		  max-width: 767px;
	 }
	 .top-header-column {
		  display: none;
		  -webkit-box-ordinal-group: 11;
		  -ms-flex-order: 10;
		  order: 10;
	 }
	 .top-header-right {
		  width: 80%;
		  -webkit-box-ordinal-group: 10;
		  -ms-flex-order: 9;
		  order: 9;
		  display: flex;
	 }
	 .top-header-right-icon-list-items {
		  margin-right: calc(-15px/2);
		  margin-left: calc(-18px/2);
		  -webkit-box-pack: start;
		  -ms-flex-pack: start;
		  justify-content: flex-start;
	 }
	 section.top-header-wrap {
		  padding: 0px;
	 }
	 .bottom-header-nav-menu--dropdown {
		  top: 105px;
	 }
	 .bottom-header-nav-menu--dropdown ul li a {
		  padding: 24px 10px;
	 }
	 
	  .no-banner .hs-landing-page .dnd-section {
    padding: 205px 20px 80px 20px;
}
	 .hs-landing-page .dnd-section {
    padding: 80px 20px 80px 20px;
}
	 .hs-blog-listing .dnd-section {
    padding: 40px 0px !important;
}
}

@media(max-width:650px){
	 .bottom-header-nav-menu--dropdown {
    top: 94px;
}
}

@media(max-width:600px){
	 .bottom-header-nav-menu--dropdown {
    top: 88px;
}
}

@media(max-width:550px){
	 .bottom-header-nav-menu--dropdown {
    top: 84px;
}
	 .no-banner .hs-landing-page .dnd-section {
    padding: 140px 20px 80px 20px;
}
}

@media(max-width:500px){
	 .bottom-header-nav-menu--dropdown {
    top: 80px;
}
}

@media(max-width:450px){
	 .bottom-header-nav-menu--dropdown {
    top: 75px;
}
}

@media(max-width:400px){
	 .bottom-header-nav-menu--dropdown {
    top: 70px;
}
	  .no-banner .hs-landing-page .dnd-section {
    padding: 95px 20px 80px 20px;
}
}

@media(max-width:350px){
	 .bottom-header-nav-menu--dropdown {
    top: 65px;
}
}

@media(max-width:320px){
	 .bottom-header-nav-menu--dropdown {
    top: 62px;
}
}
.top-footer-section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: -90px;
    z-index: 1;
    border-radius: 0px 0px 0px 0px;
}

.top-footer-container {
    max-width: 1400px;
    min-height: 180px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

.top-footer-column {
    width: 100%;
    display: flex;
}

.top-footer-widget-wrap {
    padding: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.top-footer-inner-section {
    background: #1f81be;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.top-footer-default {
    min-height: 180px;
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

.top-footer-inner-column {
    width: 50%;
    display: flex;
}

.top-footer-wrrap {
    align-content: center;
    align-items: center;
    padding: 0px 50px 0px 0px;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-footer-heading {
    width: 100%;
}

.top-footer-containner {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.top-footer-containner h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    font-weight: 900;
    color: #16163f;
    padding: 0;
    margin: 0;
    line-height: 1;
    overflow-wrap: break-word;
}

.top-footer-right-section {
    width: 50%;
    display: flex;
}

.top-footer-right-wrap {
    align-content: center;
    align-items: center;
    padding: 0% 0% 0% 5%;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-footer-right-align-right {
    width: 100%;
    animation-name: bounceIn;
    animation-duration: 1.25s;
    text-align: right;
}

.top-footer-right-widget-container {
    margin: 0% 0% 0% 0%;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.top-footer-right-button-wrapper a {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #16163f;
    text-transform: capitalize;
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 25px 25px 25px 25px;
    padding: 10px 30px 10px 30px;
    width: auto;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
}

.bottom-footer-section {
    background-color: #011640;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.bottom-footer-container {
    min-height: 500px;
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

.bottom-footer-column {
    width: 100%;
    display: flex;
}

.bottom-footer-widget-wrap {
    align-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom-footer-sectioon {
    width: 100%;
}

.bottom-footer-contaiiner {
    max-width: 1400px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

.bottom-footer-columnn {
    width: 33.333%;
    display: flex;
}

.bottom-footer-wrap {
    padding: 0px 50px 0px 0px;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.bottom-footer-heading {
    margin-bottom: 20px;
    width: 100%;
}

.bottom-footer-text {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.bottom-footer-text h4 {
    color: #ffffff80;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
	 margin: 0px;
}

.bottom-footer-text-editor {
    text-align: left;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    width: 100%;
}

.bottom-footer-summary {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.bottom-footer-summary p {
    text-align: left;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 14px 0px;
}

.bottom-footer-col-2 {
    width: 33.333%;
    display: flex;
}

.bottom-footer-col-2-widget-wrap {
    align-content: flex-start;
    align-items: flex-start;
    padding: 0px 50px 0px 65px;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom-footer-col-2-inner {
    margin-bottom: 20px;
    width: 100%;
}

.bottom-footer-col-2-text {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.bottom-footer-col-2-text h4 {
    color: #ffffff80;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
	 margin: 0px;
}

.bottom-footer-col-2-mobile {
    --e-icon-list-icon-size: 14px;
    width: 100%;
}

.bottom-footer-col-2-heeading {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.bottom-footer-col-2-heeading ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.bottom-footer-col-2-heeading ul > li {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.bottom-footer-col-2-heeading ul > li > span {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    padding-left: 0px;
    display: inline-block;
}

.bottom-footer-col-3-wrap {
    width: 33.333%;
    display: flex;
}

.bottom-footer-col-3-populated {
    align-content: flex-start;
    align-items: flex-start;
    padding: 0px 0px 0px 50px;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom-footer-col-3-heading {
    margin-bottom: 20px;
    width: 100%;
}

.bottom-footer-col-3-container {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.bottom-footer-col-3-container h4 {
    color: #ffffff80;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.bottom-footer-col-3-icon-list {
    --e-icon-list-icon-size: 14px;
    width: 100%;
}

.bottom-footer-col-3-widget-container {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.bottom-footer-col-3-widget-container ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.bottom-footer-col-3-widget-container ul > li {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.bottom-footer-col-3-widget-container ul > li:not(:last-child) {
    padding-bottom: calc(20px/2);
}

.bottom-footer-icon-list-icon {
    display: flex;
}

span.bottom-footer-icon-list-icon i {
    color: #FFFFFF;
    width: 20px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.bottom-footer-icon-list-text {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    padding-left: 10px;
    align-self: center;
    display: inline-block;
}

.bottom-footer-col-3-widget-container ul > li:not(:first-child) {
    margin-top: calc(20px/2);
}

@media(max-width:1024px){
	 .top-footer-section {
    padding: 0% 5% 0% 5%;
}

.top-footer-container {
    flex-wrap: wrap;
}

.top-footer-default {
    max-width: 1024px;
    flex-wrap: wrap;
}

.top-footer-inner-column {
    width: 100%;
}

.top-footer-wrrap {
    padding: 5% 15% 5% 15%;
}

.top-footer-right-section {
    width: 100%;
}

.top-footer-right-wrap {
    padding: 0% 5% 5% 5%;
}

.bottom-footer-section {
    padding: 0% 5% 0% 5%;
}

.bottom-footer-container {
    min-height: 750px;
    max-width: 1024px;
    flex-wrap: wrap;
}

.bottom-footer-sectioon {
    margin-top: 10px;
    margin-bottom: 0px;
}

.bottom-footer-contaiiner {
    flex-wrap: wrap;
}

.bottom-footer-columnn {
    width: 50%;
}

.bottom-footer-col-2 {width: 50%;}

.bottom-footer-col-3-wrap {
    width: 100%;
}

.bottom-footer-col-3-populated {
    padding: 10% 0% 5% 0%;
}
}


@media(max-width:767px){
	 .top-footer-default {
    max-width: 767px;
    min-height: 180px;
}

.top-footer-wrrap {
    padding: 10% 10% 0% 10%;
}

.top-footer-containner h2 {
    font-size: 32px;
}

.top-footer-right-wrap {
    padding: 10% 10% 10% 10%;
}

.top-footer-right-align-right {
    text-align: left;
}

.top-footer-right-button-wrapper a {
    font-size: 13px;
    padding: 10px 20px 10px 20px;
}

section.bottom-footer-section {
    padding: 25% 5% 0% 5%;
}

.bottom-footer-container {
    max-width: 767px;
}

.bottom-footer-sectioon {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0% 0% 30% 0%;
}

.bottom-footer-columnn {
    width: 100%;
}

.bottom-footer-wrap {
    padding: 10% 10% 10% 10%;
}

.bottom-footer-heading {
    text-align: left;
}

.bottom-footer-col-2 {
    width: 100%;
}

.bottom-footer-col-2-widget-wrap {
    padding: 10% 10% 10% 10%;
}

.bottom-footer-col-3-wrap {
    width: 100%;
}

.bottom-footer-col-3-populated {
    padding: 10% 10% 10% 10%;
}

.bottom-footer-summary p {
    font-size: 12px;
}

.bottom-footer-col-2-heeading ul>li>span {
    font-size: 12px;
}

.bottom-footer-icon-list-text {
    font-size: 12px;
}
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

/* @media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
} */