*, *: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: "Astra"; 
src: url(//8935903.fs1.hubspotusercontent-na1.net/hubfs/8935903/raw_assets/public/DISquared_November2021/fonts/astra/astra.woff) format("woff"), 
url(//8935903.fs1.hubspotusercontent-na1.net/hubfs/8935903/raw_assets/public/DISquared_November2021/fonts/astra/astra.ttf) format("truetype"), 
url("https://disqr.com/wp-content/themes/astra/assets/fonts/astra.svg#astra") format("svg"); 
font-style: normal;
 font-weight: normal;
 
 }

@font-face { 
		font-family: eicons; 
		src: url("//8935903.fs1.hubspotusercontent-na1.net/hubfs/8935903/raw_assets/public/DISquared_November2021/fonts/eicons.eot") format("embedded-opentype"), 
				url("//8935903.fs1.hubspotusercontent-na1.net/hubfs/8935903/raw_assets/public/DISquared_November2021/fonts/eicons.woff2") format("woff2"), 
				url("//8935903.fs1.hubspotusercontent-na1.net/hubfs/8935903/raw_assets/public/DISquared_November2021/fonts/eicons.woff") format("woff"), 
				url("//8935903.fs1.hubspotusercontent-na1.net/hubfs/8935903/raw_assets/public/DISquared_November2021/fonts/eicons.ttf") format("truetype");  
		font-style: normal; 
		font-weight: 400; 
}

@font-face { 
		font-family: "Font Awesome 5 Brands"; 
		src: url("//8935903.fs1.hubspotusercontent-na1.net/hubfs/8935903/raw_assets/public/DISquared_November2021/fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
				url("//8935903.fs1.hubspotusercontent-na1.net/hubfs/8935903/raw_assets/public/DISquared_November2021/fonts/FontAwesome5Brands-Regular.woff2") format("woff2"), 
				url("//8935903.fs1.hubspotusercontent-na1.net/hubfs/8935903/raw_assets/public/DISquared_November2021/fonts/FontAwesome5Brands-Regular.woff") format("woff"), 
				url("//8935903.fs1.hubspotusercontent-na1.net/hubfs/8935903/raw_assets/public/DISquared_November2021/fonts/FontAwesome5Brands-Regular.ttf") format("truetype");
		font-style: normal; 
		font-weight: 400; font-display: block; 
}

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

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

body {
  line-height: 1.85714285714286;
  word-break: break-word;
		-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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{ 
line-height: 1.3;
}
h2 {
    line-height: 1.3;
}
h3{
		 line-height: 1.3;
}
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;
  white-space: pre-wrap;
    font-size: 12px;
    line-height: 12px;
    font-family: arial, helvetica, sans-serif;
    -webkit-appearance: none;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
}

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-title {
    font-family: arial, helvetica, sans-serif;
    word-break: break-word;
    line-height: 24px;
    color: #33475b;
		margin: 18.76px 0px;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
label.hs-main-font-element {
    color: #ef6b51;
}
/* Labels */

form label {
  display: block;
 font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

/* 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 {
      display: inline-block;
    height: 40px;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
    -webkit-appearance: none;
    background-color: #f5f8fa;

}

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;
  white-space: pre-wrap;
    font-size: 12px;
    line-height: 12px;
    font-family: arial, helvetica, sans-serif;
    -webkit-appearance: none;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
}
a.hs-button.primary {
    margin-top: 16px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
@media (max-width: 767px){
form {
    margin-top: 30px;
}
}

/* footer form */


.col_4 .hs-error-msgs label {
    margin: 0;
    background-color: #fff;
    background-image: url(//6847146.fs1.hubspotusercontent-na1.net/hubfs/6847146/Wellfleet_February2020%20Theme/images/error-mesz-style.png);
    background-repeat: no-repeat;
    padding: 10px 15px 5px 40px;
    background-position: left 10px center;
    border-radius: 5px;
    font-family: Arial,sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: normal;
    text-transform: none;
    position: relative;
}

  .col_4 .hs-error-msgs label:before {
    content: "";
    border-bottom: 8px solid #C7C7C7;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -16px;
    left: 9px;
}
  col_4 .hs-error-msgs label:after {
    content: "";
    border-bottom: 7px solid #fff;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: -14px;
    left: 10px;
}
/* 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;
}
.dekstop_header {
    position: fixed;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgb(36 50 66 / 8%);
   
}
.header_outer {
    min-height: 90px;
}
header.header {
    z-index: 99;
    position: relative;
}

.header_wrap {
    position: relative;
}

.main_header {
    display: block;
    background-color: #ffffff;
    background-image: none;
    z-index: 4;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.page_center {
    min-height: 90px;
    transition: all .2s linear;
    display: grid;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.page_center:before {
    content: "";
    display: table;
}
.inner_header {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-column-gap: 20px;
    overflow-wrap: anywhere;
}

.left_section {
    flex-wrap: nowrap;
    display: flex;
    height: 100%;
    min-height: 0;
    align-items: center;
}
.logo_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.logo_section {
    padding: 16px 0;
    -js-display: inline-flex;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    transition: all .2s linear;
    line-height: 1;
    align-self: center;
}

.logo_image {
    padding-right: 16px;
}

img.hs-image-widget {
    max-width: 67px;
    transition: all 0.2s linear;
    vertical-align: middle;
    height: auto;
}
.logo_title span.site-title {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    text-transform: inherit;
    font-size: 24px;
    display: block;
    margin-bottom: 0;
}
.logo_title {
    margin-left: -1px;
}
.logo_title span.site-title a {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    text-transform: inherit;
    line-height: 1.2;
    color: #222;
    transition: all .2s linear;	   
    font-weight: 400;
}
.logo_title p {
    font-size: 15px;
    display: block;
    line-height: 1.5;
    color: #3a3a3a;
    margin-bottom: 0;
}
.right_section {
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    min-height: 0;
    align-items: center;
}

.header_bar {
    height: 100%;
    margin-left: auto;
    /* height: 100%; */
}

.header_bar_navigation {
    height: 100%;
}

.navigation {
    height: 100%;
    flex-grow: 1;
    display: block;
}

.menu_section {
    padding: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
}

.menu_section ul {
    align-self: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.menu_section ul>li{
    line-height: 90px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.menu_section ul>li>a {
    color: #fe0000;
    text-decoration: none;
    padding: 0 15px;
    display: inline-block;
    transition: all .2s linear;
}
.menu_section .hs-menu-wrapper>ul>li>a:hover {  
    transition: all .3s ease;
    transform: scale(1.2);
}
span.sub-arrow:after{
    content: "\e900";
    display: inline-block;
    font-family: Astra;
    font-size: .6rem;
    font-weight: bold;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    line-height: normal;
}
.menu_section ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .2s ease,visibility .2s ease,transform .2s ease;
}
.menu_section .hs-menu-wrapper>ul>li>ul{
    box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
    /* display: none; */
    right: auto;
    left: 0;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5em);
    transition: visibility .2s ease,transform .2s ease;
    line-height: 1.45;
    border-color: #0170B9;
    border-style: solid;
    width: 168px;
    border-radius: 0;
    border-width: 1px;
    background: #fff;
    position: absolute;
    top: 100%;
    z-index: 99999;
}
.menu_section .hs-menu-wrapper>ul>li>ul:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
		height: calc( 0px  + 5px );
}
.menu_section .hs-menu-wrapper>ul>li>ul>li>a {
    border-width: 0 0 1px;
    padding: 13.5px 15px;
    display: block;
    transition: all .2s linear;
    word-wrap: break-word;
    color: #fe0000;
		line-height: 1.45;
}

/* mobile header */
.mobile_inner_header {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-column-gap: 20px;
    overflow-wrap: anywhere;
}
.mobile_header_wrap {
    position: relative;
}

.mobile_main_header {
    border-bottom-width: 1px;
    border-bottom-color: #eaeaea;
    border-bottom-style: solid;
    min-height: 90px;
    line-height: 3;
    transition: all .2s linear;
    background-color: #ffffff;
    background-image: none;
    z-index: 4;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.mobile_header_wrap {
    position: relative;
}

.mobile_main_header {
    border-bottom-width: 1px;
    border-bottom-color: #eaeaea;
    border-bottom-style: solid;
    min-height: 90px;
    line-height: 3;
    transition: all .2s linear;
    background-color: #ffffff;
    background-image: none;
    z-index: 4;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.mobile_page_center {
    display: grid;
/*     grid-template-columns: auto auto; */
    align-items: center;
    grid-column-gap: 20px;
    overflow-wrap: anywhere;
}

.mobile_left_section {
    flex-wrap: nowrap;
    display: flex;
    height: 100%;
    min-height: 0;
    align-items: center;
    /* flex-wrap: nowrap; */
    /* display: flex; */
}

.mobile_logo_wrapper {
    display: flex;
    padding-right: 0;
    padding-left: 0;
    flex-wrap: wrap;
    padding: 10px o;
    align-items: center;
}

.mobile_logo_section {
    flex: 1;
    align-self: center;
    width: 100%;
    padding: 13.68px 0;
    -js-display: inline-flex;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    transition: all .2s linear;
    line-height: 1;
}

.mobile_logo_image {
    padding-right: 13.680px;
}

.mobile_logo_image  img{
    max-width: 67px;
    transition: all .2s linear;
    vertical-align: middle;
    height: auto;
}

.mobile_logo_image a {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    text-transform: inherit;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 400;
}

.mobile_logo_image p {
    text-transform: inherit;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.mobile_right_section {
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    min-height: 0;
    align-items: center;
}

.mobile_menu_section {
    padding-right: 0;
    padding-left: 0;
/*     display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    align-items: center; */
}

.ast-button-wrap {
    display: inline-block;
}



.ast-button-wrap button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    color: #0170B9;
    border: none;
    background: transparent;
    padding: 10.260px;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2px;
    vertical-align: middle;
    line-height: 1.85714285714286;
    box-shadow: none;
/* 		padding-top: 19px; */
}

.ast-button-wrap span.screen-reader-text {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    clip-path: inset(50%);
    word-wrap: normal!important;
}

.ast-button-wrap span.mobile-menu-toggle-icon {
    display: inline-flex;
    align-self: center;
}

.ast-button-wrap span.ahfb-svg-iconset.ast-inline-flex.svg-baseline {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    align-self: center;
		margin-top: 8px;
}

.ast-button-wrap svg.ast-mobile-svg.ast-menu-svg {
    width: 20px;
    height: 20px;
    fill: #0170B9;
    transition: none;
}


.ast-button-wrap svg.ast-mobile-svg.ast-close-svg {
    width: 20px;
    height: 20px;
    fill: #0170B9;
    display: none;
		margin-top: -10px;
}
.mobile_navigation {
    background-color: #ffffff;
		display:none;
}

.mobile_navigation .hs-menu-wrapper>ul {
    flex-wrap: wrap;
    border-style: none;
    align-self: center;
    text-align: left;
    background-color: #f9f9f9;
    border-top-width: 1px;
    /* border-style: solid; */
    border-color: #eaeaea;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
    display: flex;
}

.mobile_navigation .hs-menu-wrapper>ul>li{
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
		line-height: 3;
}

.mobile_navigation .hs-menu-wrapper>ul>li>a{
    border-style: none;
    padding: 0 25px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    /* border-style: solid; */
    border-color: #eaeaea;
    transition: all .2s linear;
			color:#3a3a3a;
		font-size: 13.68px;
}
button.ast-menu-toggle {
    top: 0;
    display: inline-block;
    position: absolute;
    font-size: inherit;
    top: 0;
    right: 20px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 12.408px;
    font-weight: 400;
    line-height: inherit;
    background: 0 0;
    color: inherit;
		border: none;
		color:#3a3a3a;
/*     border-style: dotted; */
    /* border-color: transparent; */
}
button.ast-menu-toggle:hover{
    background-color: transparent;
    border-color: none;
    color: #3a3a3a;
}
.ast-menu-toggle::before {
    font-weight: bold;
    content: "\e900";
    font-family: Astra;
    text-decoration: inherit;
    display: inline-block;
		font-size: 14px;
}
.ast-menu-toggle span.screen-reader-text {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    clip-path: inset(50%);
    cursor: pointer;
    font-weight: 400;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
}

.mobile_navigation .hs-menu-wrapper>ul>li.child-open ul.hs-menu-children-wrapper {
    display: block;
}
.mobile_navigation .hs-menu-wrapper>ul>li>ul {
    line-height: 3;
    border: 0;
    background-color: #f9f9f9;
    position: static;
    opacity: 1;
    visibility: visible;
    width: auto;
    left: auto;
    right: auto;
    top: 100%;
    z-index: 99999;
    list-style: none;
    margin: 0;
		display: none;
    padding-left: 0;
}

.mobile_navigation .hs-menu-wrapper>ul>li>ul>li{
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
		
}

.mobile_navigation .hs-menu-wrapper>ul>li>ul>li>a {
    border-style: none;
    padding-left: 30px;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
/*     border-style: solid; */
    border-color: #eaeaea;
    transition: all .2s linear;
		font-size:13.68px;
		padding-left: 30px;
}
.mobile_navigation .hs-menu-wrapper>ul>li>ul>li>a:before{
		content: "\e900";
    font-family: Astra;
    font-size: 9px;
    text-decoration: inherit;
    display: inline-block;
    transform: translate(0,-2px) rotateZ(270deg);
    margin-right: 10px;
}

body.mobile-open svg.ast-mobile-svg.ast-close-svg {
    display: block;
}

body.mobile-open svg.ast-mobile-svg.ast-menu-svg {
    display: none;
}
.mobile_logo_title span.site-title {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    text-transform: inherit;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 400;
    color: #3a3a3a;
}

.mobile_logo_title a {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    text-transform: inherit;
    line-height: 1.2;
    color: #222;
    transition: all .2s linear;
}


.mobile_logo_title p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5;
		color:#3a3a3a;
    
}
button.ast-menu-toggle:hover {
    background-color: transparent;
}

button.ast-menu-toggle:focus {
    background-color: transparent;
    outline: thin dotted;
    color: #3a3a3a;
}

.mobile_navigation .hs-menu-wrapper>ul>li>a:hover {
    color: #f30b0b;
}
.mobile_navigation .hs-menu-wrapper>ul>li>ul>li>a {
    color: rgb(58, 58, 58);
}

.mobile_navigation .hs-menu-wrapper>ul>li>ul>li>a:hover {
    color: #f30b0b;
}
.ast-button-wrap .menu-toggle:focus {
    outline: thin dotted;
}
@media (min-width: 921px){
		
.mobile_header{
    display: none;
}
}

@media (min-width: 922px){
.main_header {
    border-bottom-width: 1px;
    border-bottom-color: #eaeaea;
    border-bottom-style: solid;
}
.page_center{
    max-width: 1240px;
}
}
@media (max-width: 921px){
.dekstop_header{
    display: none;
}
		.mobile_main_header {
    display: grid;
				 padding-left: 20px;
    padding-right: 20px;
}

}
section.footer_section {
		background-color: #42464B;
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		padding: 60px 0px 60px 0px;
		position: relative;
}

.footer_container {
		max-width: 1140px;
		display: flex;
		margin-right: auto;
		margin-left: auto;
		position: relative;
}

.col_1.coloum {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}

.col1_pading {
		align-content: flex-start;
		align-items: flex-start;
		padding: 10px;
		display: flex;
		position: relative;
		width: 100%;
		flex-wrap: wrap;
}

.col1_margin {
		text-align: left;
		margin-bottom: 20px;
		width: 100%;
		position: relative;
}

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

#hs-link-footer_logo_hs_logo_widget {
		display: inline-block;
		box-shadow: none;
		text-decoration: none;
		transition: all .2s linear;
}

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

.col1_bottom_section {
		width: 100%;
		position: relative;
}

.col1_bottom_container {
		margin: 0px 0px 0px 0px;
		overflow: hidden;
		transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.col1_bottom_container ul {
		margin-right: calc(-21px /2);
		margin-left: calc(-21px /2);
		padding-left: 0px;
		margin-bottom: 0px;
		display: flex;
		flex-wrap: wrap;
		list-style-type: none;
}

.col1_bottom_container ul li {
		margin-right: calc(21px /2);
		margin-left: calc(21px /2);
		word-break: break-word;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		font-size: inherit;
}

.col1_bottom_container ul  li a {
		font-size: 14px;
		font-weight: 400;
		font-family: 'Poppins';
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: inherit;
		box-shadow: none;
		text-decoration: none;
		transition: all .2s linear;
}

.col1_bottom_container ul li a span:first-child {
		--e-icon-list-icon-size: 18px;
		display: flex;
}

.col1_bottom_container ul li a span:first-child i {
		color: #FE0000;
		width: 1.25em;
		font-size: 18px;
}

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

.fas {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
}

.fa, .fab, .fad, .fal, .far, .fas {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
}

.col1_bottom_container ul li a span:last-child {
		color: rgba(255,255,255,0.8);
		padding-left: 19px;
		display: inline-block;
		align-self: center;
}

.col1_bottom_container ul li span:first-child {
		--e-icon-list-icon-size: 18px;
		display: flex;
}


.col1_bottom_container ul li span:first-child i {
		width: 1.25em;
		font-size: 18px;
		color: #FE0000;
}

.fa-map-marker-alt:before {
		content: "\f3c5";
}

.col1_bottom_container ul li span:last-child {
		font-size: 14px;
		font-weight: 400;
		color: rgba(255,255,255,0.8);
		padding-left: 19px;
		font-family: 'Poppins';
		display: inline-block;
}

.col_2.coloum {
		width: 23.399%;
}

.col_2.coloum {
		position: relative;
		display: flex;
}

.col2_padding {
		align-content: flex-start;
		align-items: flex-start;
		padding: 10px;
		display: flex;
		position: relative;
		width: 100%;
		flex-wrap: wrap;
}

.col2_margin {
		text-align: left;
		margin-bottom: 20px;
		width: 100%;
		position: relative;
}

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

.col2_heading_holder h4 {
		color: #ffffff;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		font-family: 'Poppins';
		margin-bottom: 0px;
		line-height:1;
}

.col2_bottom_holder {
		--grid-template-columns: repeat(2, auto);
		--icon-size: 30px;
		--grid-column-gap: 8px;
		--grid-row-gap: 1px;
		width: initial;
		max-width: initial;
		align-self: flex-start;
		position: relative;
}

.col2_bottom_container {
		margin: 0px
				48px
				0px
				0px;
		text-align: right;
		transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.col2_bottom_grid {
		display: inline-grid;
		grid-column-gap: var(--grid-column-gap,5px);
		grid-row-gap: var(--grid-row-gap,5px);
		grid-template-columns: var(--grid-template-columns);
		-webkit-box-pack: var(--justify-content,center);
		-ms-flex-pack: var(--justify-content,center);
		justify-content: var(--justify-content,center);
		justify-items: var(--justify-content,center);
}

span.col2-grid-item {
		min-width: 0;
}

span.col2-grid-item a {
		background-color: rgba(0,0,0,0);
		padding: 0.3em;
		border-radius: 10%;
		font-size: 30px;
		justify-content: center;
		text-align: center;
		cursor: pointer;
		display: inline-flex;
		webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		transition: all .3s;
		color: #818a91;
}

span.col2-grid-item i {
		width: 1em;
		height: 1em;
		position: relative;
		display: block;
		-ms-transform: translateX(-50%);
		color: #ffffff73;
}
span.col2-grid-item i:hover {
		color: #f30b0b;
}

span.col2-grid-item i:before {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
}

.footer_section input.hs-button.primary.large:hover {
		background-color: #ffffff;
		color: #f49ac3;
		border:none;
}

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

.fab {
		font-family: "Font Awesome 5 Brands";
		font-weight: 400;
}

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

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

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

.fa, .fab, .fad, .fal, .far, .fas {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
}

.col_3.coloum {
		width: 25%;
}

.col_3.coloum {
		position: relative;
		display: flex;
}

.col3_padding {
		align-content: flex-start;
		align-items: flex-start;
		padding: 10px;
		display: flex;
		position: relative;
		width: 100%;
		flex-wrap: wrap;
}

.col3_margin {
		margin-bottom: 20px;
		width: 100%;
		position: relative;
}

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

.col3_heading_holder h4 {
		color: #ffffff;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 0px;
		font-family: Poppins;
		line-height:1;
		white-space: nowrap;
}

.col3_bottom_holder {
		width: 100%;
		position: relative;
}

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

.col3-container ul {
		padding: 0;
		list-style-type: none;
		margin: 0;
}

.col3-container ul li:not(:last-child) {
		padding-bottom: calc(7px
				/2);
		display: flex;
		align-items: center;
		position: relative;
}

.col3-container ul li a {
		font-size: 14px;
		font-weight: 300;
		font-family: 'Poppins';
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		box-shadow: none;
		text-decoration: none;
		transition: all .2s linear;
		color: #ffffff73;
		display: inline-block;
}

.col_4.coloum {
		position: relative;
		display: flex;
}

.col4_padding {
		align-content: flex-start;
		align-items: flex-start;
		padding: 10px;
		display: flex;
		position: relative;
		width: 100%;
		flex-wrap: wrap;
		line-height: 1;
}

.col4_margin {
		margin-bottom: 20px;
		width: 100%;
		animation-timing-function: ease-in-out;
		animation-name: headShake;
		position: relative;
}

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

.col4_heading_holder h4 {
		color: #ffffff;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 0px;
		line-height: 1;
}
.col4_bottom_holder {
		width: 100%;
		animation-name: fadeInUp;
		animation-duration: 1.25s;
		position: relative;
}

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



.col4_bottom_holder .hs-form-field {
		padding-right: calc( 0px /2 );
		padding-left: calc( 0px /2 );
		margin-bottom: 11px;
}

.col3-container ul li:not(:first-child) {
		margin-top: calc(7px
				/2);
} 

footer.bottom_footer {
		background-color: #43464c;
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		position: relative;
}

.bottom_footer_container {
		min-height: 50px;
		max-width: 1140px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: flex;
		margin-right: auto;
		margin-left: auto;
		position: relative;
}


.bottom_footer_left {
		position: relative;
		display: flex;
		min-height: 1px;
}

.bottom_footer_padding {
		align-content: center;
		align-items: center;
		padding: 10px;
		display: flex;
		position: relative;
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.bottom_footer_left_holder {
		width: 100%;
		position: relative;
}

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

.bottom_footer_left_inner span {
		color: rgba(255,255,255,0.32);
		font-family: "Poppins", Sans-serif;
		font-size: 15px;
		font-weight: 300;
}

.bottom_footer_right {
		position: relative;
		display: flex;
}

.bottom_footer_Padding {
		align-content: center;
		align-items: center;
		padding: 10px;
		display: flex;
		position: relative;
		width: 100%;
		flex-wrap: wrap;
		line-height:1;
}

.copyright_right {
		font-family: "Poppins", Sans-serif;
		font-weight: 300;
		width: 100%;
		position: relative;
}

.copyright_holder {
		margin: 0px 0px -25px 0px;
		transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.copyright_holder p {
		margin-bottom: 1.75em;
		font-weight: 300;
		font-size: 15px;
		color: #7a7a7a;
}

.footer_section form input[type=submit], .footer_section form .hs-button {
		background-color: #FE0000;
		color: #ffffff;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		border-radius: 0px 0px 0px 0px;
		width: 100%;
		min-height: 40px;
		display: inline-block;
		line-height: 1;
		padding: 12px 24px;
		transition: all .3s;
		text-align: center;
		font-family: 'Poppins';
}

#ast-scroll-top {
		background-color: #0170B9;
		font-size: 1rem;
}

#ast-scroll-top {
		position: fixed;
		text-align: center;
		cursor: pointer;
		z-index: 99;
		width: 2.1em;
		height: 2.1em;
		line-height: 2.1;
		color: #fff;
		border-radius: 2px;
		content: "";
}

.ast-scroll-top-icon {
		transform: rotate(
				180deg);
}

.ast-scroll-to-top-right {
		right: 30px;
		bottom: 30px;
}

.ast-scroll-top-icon::before {
		content: "\e900";
		font-family: Astra;
		text-decoration: inherit;
}

span.screen-reader-text {
		position: absolute;
		top: -10000em;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0,0,0,0);
		border: 0;
		word-wrap: normal!important;
}

/* .footer_section form input[type=submit], form .hs-button:hover{
background-color: #ffffff;
color: #f49ac3;
} */

.footer_section .hs-richtext.hs-main-font-element {
		margin-bottom: 20px;
}

.footer_section .hs-richtext.hs-main-font-element h4 {
		color: #ffffff;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		font-family: 'Poppins';
		margin:0px;
}

.footer_section form input[type=text], .footer_section form input[type=email], .footer_section form input[type=password], .footer_section form input[type=tel], .footer_sectionform input[type=number], .footer_sectionform input[type=file], .footer_sectionform select, .footer_sectionform textarea {
		background-color: rgba(255,255,255,0.09);
		border-width: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
		font-size: 14px;
		font-weight: 300;
		color: #ffffff;
		font-family: 'Poppins';
		width: 100%;
		max-width: 100%;
		/*    border: 1px solid ; */
		padding: 0.75em;
		line-height: 1.4;
		min-height: 40px;
		outline:none;
}

section.footer_section .label {
		display: none;
}

.bottom_footer_padding_left {
		align-content: center;
		align-items: center;
		padding: 10px;
		position: relative;
		width: 100%;
		flex-wrap: wrap;
		display: flex;
}

.bottom_footer_Padding_right {
		align-content: center;
		align-items: center;
		padding: 10px;
		display: flex;
		position: relative;
		width: 100%;
		flex-wrap: wrap;
}

footer.bottom_footer {
		padding-bottom: 1px;
}

.col1_bottom_section {
		position: relative;
		top: 1px;
}

.col3-container ul li:nth-child(3) a {
		position: relative;
		bottom: 1px;
}

.col4-container form{
		margin-top:0px;
}

@media (min-width: 768px){
		.col_1.coloum {
				width: 26.579%;
		}
		.col_2.coloum {
				width: 23.399%;
		}
		.col_3.coloum {
				width: 25%;
		}
		.col_4.coloum {
				width: 25%;
		}
		.bottom_footer_left {
				width: 50%;
		}
		.bottom_footer_right {
				width: 50%;
		}
}

@media (max-width: 1024px){
		section.footer_section {
				padding: 50px 20px 50px 20px;
		}
		section.footer_section {
				padding: 50px 20px 50px 20px;
		}

		.footer_container {
				max-width: 1024px;
				flex-wrap: wrap;
		}

		.col_1.coloum {
				width: 100%;
		}

		.col1_pading {
				margin: 0px 0px 40px 0px;
		}

		.col1_bottom_section {
				text-align: left;
		}

		.col1_bottom_container ul {
				margin-right: calc(-12px /2);
				margin-left: calc(-12px /2);
		}
		.col4_padding {
				width: 100%;
		}

		.col_2.coloum {
				width: 33%;
		}

		.col_3.coloum {
				width: 33%;
		}

		.col_4.coloum {
				width: 100%;
		}

		.col4_padding {
				margin: 40px 0px 0px 0px;
		}
		.col1_bottom_container ul li span:last-child {
				font-size: 13px;
		}
		footer.bottom_footer {
				padding: 0px 20px;
		}
		.col3-container ul li a {
				font-size: 13px;
		}
		.col3-container ul li a {
				font-size: 13px;
		}

		.col1_bottom_container ul li {
				margin-right: calc(12px/2);
				margin-left: calc(12px/2);
		}
		.bottom_footer_left {
				position: relative;
				bottom: 1px;
		}

		.col1_bottom_container {
				position: relative;
				bottom: 1px;
		}
		.col3-container ul li:nth-child(3) a {
				position: relative;
				bottom: 3px;
		}

}
@media (max-width: 921px){
		.bottom_footer_left_inner span {
				top: 1px;
				position: relative;
		}

		.copyright_holder p {
				font-size: 13.68px;
		}
}

@media (max-width: 767px){
		.bottom_footer_left {
				position: relative;
				bottom: 1px;
		}

		.col1_bottom_container {
				position: relative;
				bottom: 1px;
		}
		.copyright_holder p {
				font-size: 13.68px;
		} 

		.bottom_footer_left {
				width: 100%;
				text-align: center;
		}

		.bottom_footer_right {
				width: 100%;
		}

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

		.bottom_footer_padding_left {
				line-height: 1;
		}
		section.footer_section {
				padding: 40px 15px 40px 15px;
		}

		.col1_logo img {
				max-width: 80px;
				width: 100%;
		}
		.col_3.coloum {
				width: 34%;
		}
		.col3-container ul li:nth-child(3) a {
				position: relative;
		}
		.bottom_footer_left_inner span {
				position: relative;
				top: 1px;
		}


		#ast-scroll-top {
				background-color: #0170B9;
				font-size: 13.68px;
		}

		#ast-scroll-top {
				position: fixed;
				text-align: center;
				cursor: pointer;
				z-index: 99;
				width: 28.719px;
				height: 28.719px;
				line-height: 2.1;
				color: #fff;
				border-radius: 2px;
				content: "";
		}
		
}


@media (max-width: 600px){
.col_2.coloum {
    width: 100%;
}
		.col_3.coloum {
    width: 100%;
}
}
 @media (max-width: 455px){
		.col3-container ul li:nth-child(3) a {
				position: relative;
				bottom: -0.6px;
		}
}
/* @media(max-width:450px){
 span.col2-grid-item a {
    font-size: 18px;
}

span.col2-grid-item {
    margin: 9px;
}   
}  */
