*, *: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 (min-width: 768px){
  .dnd-section > .row-fluid,
  .content-wrapper {
    max-width: 750px;
    padding: 0 15px;
  }
}
@media (min-width: 992px){
  .dnd-section > .row-fluid,
  .content-wrapper {
    max-width: 970px; 
    padding: 0 15px;
  }
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 15px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: FontAwesome;
  src: url("https://3421165.fs1.hubspotusercontent-na1.net/hubfs/3421165/Airgain_August2021/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("https://3421165.fs1.hubspotusercontent-na1.net/hubfs/3421165/Airgain_August2021/fonts/fontawesome-webfont.woff2") format("woff2"),
    url("https://3421165.fs1.hubspotusercontent-na1.net/hubfs/3421165/Airgain_August2021/fonts/fontawesome-webfont.woff") format("woff"),
    url("https://3421165.fs1.hubspotusercontent-na1.net/hubfs/3421165/Airgain_August2021/fonts/fontawesome-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
body {
  line-height: 1.7142857143;
  word-break: break-word;
}
body.acsb-keynav [data-acsb-focused=true] {
    outline: solid 3px #639af9 !important;
    outline-offset: 5px !important;
    visibility: visible !important;
    opacity: 1 !important;
    outline-style: inset !important;
}


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: 0.875rem;
  margin-bottom: 0.35rem;
  font-size: 14px;
  font-family: "Raleway",sans-serif !important;

}
form label {
    display: initial;
}
.hs_error_rollup label {
    color: #ef6b51;
}
/* 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;
  border: 2px solid;
  border-radius: 0;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  background-color: rgba(0, 0, 0, .02);
  outline: 0;
  color: #3c3c3c;
  font-size: 14px;
  height: 36px;
  font-family: Raleway, sans-serif;
  padding: 1px 2px;
}

.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_module .widget-type-email_subscriptions,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset,
.blog-comments {
  max-width: 500px;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

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: 14px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin-top : 15px;
  line-height: inherit;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



@media (max-width: 767px){
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_module .widget-type-email_subscriptions,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset,
.blog-comments {
  max-width: 100%;
 }
}
/* 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 container */
/* .top-search.tp-search{
  outline: solid 3px #639af9 !important;
  outline-offset: 5px !important;
  visibility: visible !important;
  opacity: 1 !important;
  outline-style: inset !important;
} */
.fixed-header {
  min-height: 100px;
}
.overlay {
  position: fixed;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.7;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.overlay.overlay-open{
  visibility: visible;
  opacity: 0.7;  
  transition: 0.2s;
}
header.header{
  box-shadow: 0px 1px 0px rgb(0 0 0 / 6%), 0px -1px 0px rgb(0 0 0 / 6%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header__container {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  position: relative;
}
.header-logo img {
  max-width: 204.39px;     
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0;
  margin-right: 0;
  width: 24px;
  height: 16px;
  border: none;
  background: 0 0!important;
  box-shadow: none;
  transition: margin-bottom .3s,margin-top .3s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background: none !important;
  margin-top: 42px;
  margin-bottom: 42px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  display: block;
  line-height: 24px;
  transform: translate3d(0,0,0);
  padding-left: 20px;
  padding-right: 20px;
  text-shadow: none;
  font-style: normal;
  transition: all .3s;
  -webkit-transform: translate3d(0,0,0);
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  opacity: 0;
  transition: background .3s,width .2s;
  height: 3px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:before{
  opacity: 1;
  width: 100%;
  background-color: #005586;
}

.header-logo a {
  padding: 13.5px 15px;
  display: inline-block;
}
.sidebar-widget.widget_search {
  padding-left: 6px;
  margin-left: 6px;
}
a.search-trigger {
  color: #1c1c1c;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  min-width: 220px;
  -webkit-box-shadow: 0px 2px 4px rgb(0 0 0 / 10%), 0px 3px 0px #005586 inset;
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px #005586 inset;
  -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px #005586 inset;
  -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px #005586 inset;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%), 0px 3px 0px #005586 inset;
  position: absolute;
  top: 100%;
  z-index: 1000;
  left: 0;
  right: auto;
  padding: 0 0;
  display: none;
}
.body-container--landing-page img.hs-image-widget {
    vertical-align: middle;
}
.custom-menu-primary .hs-menu-wrapper>ul>li ul li a {
  display: block;
  padding: 3px 20px;
  line-height: 1.7142857143;
  white-space: nowrap;
  padding-top: 8px!important;
  padding-bottom: 8px!important;
  transition: background .1s;
  font-weight: 400;
  font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li{
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
  min-width: 220px;
  top: 0;
  left: 100%;
  -webkit-box-shadow: 0px 2px 4px rgb(0 0 0 / 10%), 0px 3px 0px #005586 inset;
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px #005586 inset;
  -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px #005586 inset;
  -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px #005586 inset;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%), 0px 3px 0px #005586 inset;
  right: auto;
  position: absolute;
  z-index: 1000;
  display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>ul{
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li:nth-child(2) > a:after {
  border-left-color: #4c4c4c !important;
  display: block;
  content: "\f105";
  float: right;
  margin-right: -6px;
  font-family: FontAwesome;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li:nth-child(3) > a:after {
  border-left-color: #4c4c4c !important;
  display: block;
  content: "\f105";
  float: right;
  margin-right: -6px;
  font-family: FontAwesome;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul > li:nth-child(2) > a:after {
  border-left-color: #4c4c4c !important;
  display: block;
  content: "\f105";
  float: right;
  margin-right: -6px;
  font-family: FontAwesome;
}
.mobile-menu{
  display: none;
}
form#searchform {
  background-color: #fff;
}
.input-group {
  position: relative;
}
.acsb-sr-only {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  margin: -1px 0 0 -1px !important;
  padding: 0 !important;
  display: block !important;
  width: 1px !important;
  height: 1px !important;
  font-weight: normal !important;
  font-size: 15px !important;
  line-height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  outline: 0 !important;
  cursor: text !important;
  text-transform: capitalize !important;
}
input#s{
  color: #4c4c4c;
  font-weight: 600;
}
input#s::placeholder {
  color: #4c4c4c;
  font-weight: 600;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>ul{
  left: -217.41%;
}


@media (min-width: 992px){
  form#searchform {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-bottom: 0;
    height: 100px;
  }
  input#s {
    height: 100px;
    font-size: 24px;
    line-height: 1.5;
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    background: none;
    color: #4c4c4c;
    padding: 6px 16px;
    border: 1px solid #e6e6e6;
    width: 96.30%;
    border-radius: 0;
    outline: 0;
  }
  span.input-group-btn {
    visibility: hidden;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
    position: relative;
  }
  b.search-close {
    top: 0;
    height: 100px;
    width: 100px;
    font-weight: 700;
  }
  .navbar-toggle {
    display: none;
  }
  .menu-search-icon {
    float: right;
  }
  .custom-menu-primary {
    width: auto;
    border-top: 0;
    box-shadow: none;
    float: right!important;
    margin-right: -15px;
    display: flex !important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    float: left;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .header-logo a {
    line-height: 100px;
    height: 100px;    
  }
  .menu-sidebar {
    float: left;
  }
  .sidebar-widget.widget_search {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .top-search {
    text-align: center;
    width: 24px;
    display: block;
  }
  a.search-trigger {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    z-index: 10;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -ms-transform: translateX(0) translateY(0);
  }
  a.search-trigger:before {
    content: "";
    position: absolute;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    background: 0 0;
    -webkit-transform: translate3d(-8px,-8px,0);
    transform: translate3d(-8px,-8px,0);
    -ms-transform: translateX(-8px) translateY(-8px);
    color: #4c4c4c;
  }
  a.search-trigger:after {
    content: "";
    position: absolute;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    width: 2px;
    height: 6px;
    -webkit-transform: translate3d(2px,1px,0) rotate(-45deg);
    -ms-transform: translateX(2px) translateY(1px) rotate(-45deg);
    transform: translate3d(2px,1px,0) rotate(-45deg);
    top: 50%;
    left: 50%;
  }
  a.search-trigger.cross{
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    z-index: 10;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -ms-transform: translateX(0) translateY(0);
  }
  a.search-trigger.cross:before{
    background: #4c4c4c;
    width: 1px;
    height: 24px;
    border: 0;
    -webkit-transform: translate3d(0,-50%,0) rotate(45deg);
    -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
    transform: translate3d(0,-50%,0) rotate(45deg);
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
  }
  a.search-trigger.cross:after{
    background: #4c4c4c;
    width: 1px;
    height: 24px;
    border: 0;
    -webkit-transform: translate3d(0,-50%,0) rotate(-45deg);
    -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
    transform: translate3d(0,-50%,0) rotate(-45deg);
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
  }
}


@media (max-width: 1199px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    padding-left: 10px;
    padding-right: 10px;
  }
  input#s {
    width: 95.55%;   
  }
}
@media (max-width: 991px){
  .custom-menu-primary{
    display: none;
  }
  .menu-search-icon{
    width: 100%;
  }
  .mobile-menu{
    display: none;
    box-shadow: inset 0 1px 0 rgb(0 0 0 / 6%);
    width: 100%;
    max-height: calc(100vh - 106.98px);
    overflow: auto;
    height: 340px;
    margin-bottom: 12px;
    overflow-x: hidden;
  } 

  .header__container {
    flex-wrap: wrap;
  }
  .header-logo {
    width: 100%;
  }
  .mobile-menu .hs-menu-wrapper > ul{
    display: block;
  }
  .mobile-menu .hs-menu-wrapper > ul {
    padding: 6.75px 0 6.75px 0;  
  }
  .mobile-menu .hs-menu-wrapper > ul > li{
    position: relative;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    line-height: 24px;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    color: #1c1c1c;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 14px;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > ul > li > a {
    padding-left: 15px;
    padding-right: 10px;
    display: block;
    color: #1c1c1c;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4c4c4c;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul{
    display: none;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%), 0px 3px 0px #005586 inset;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
    padding-left: 25px;
    padding-right: 10px;
    display: block;
    color: #1c1c1c;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4c4c4c;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > li > ul{
    display: none;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%), 0px 3px 0px #005586 inset;
  }
  .header-logo a {
    margin-left: -15px;
    height: 100px;
  }
  span.acsb-sr-only {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    margin: -1px 0 0 -1px !important;
    padding: 0 !important;
    display: block !important;
    width: 1px !important;
    height: 1px !important;
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    outline: 0 !important;
    cursor: text !important;
    text-transform: capitalize !important;
  }

  .navbar-toggle .icon-bar:nth-child(2) {
    top: 0%;
    opacity: 1;
  }

  .navbar-toggle .icon-bar {
    background-color: #1c1c1c;
  }

  .navbar-toggle .icon-bar {
    display: block;
    border-radius: 1px;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: 0!important;
    transition: all .3s;
    -ms-transform-origin: 50% 50% 50%;
    -webkit-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    box-shadow: none;
  }

  .navbar-toggle .icon-bar:nth-child(3) {
    top: 50%;
    transition: all 0.1s;
  }
  button.navbar-toggle.collapsed {
    margin-right: -15px;
  }
  .icon-bar.icon-bar1{
    opacity: 0;
  }
  .icon-bar.icon-bar2{
    top: 50% !important;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  .icon-bar.icon-bar1{
    -ms-transform: rotate(45deg)!important;
    -webkit-transform: rotate(45deg)!important;
    transform: rotate(45deg)!important;
    top: 50%!important;
  }
  .icon-bar.icon-bar3{ 
    top: 50% !important;
    -ms-transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
  }
  .navbar-toggle.btn-search{
    outline: solid 3px #639af9 !important;
    outline-offset: 5px !important;
    visibility: visible !important;
    opacity: 1 !important;
    outline-style: inset !important;

  }
  .child-trigger {
    position: absolute;
    right: 20px;
    top: 0;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(2)>.child-trigger:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(3)>.child-trigger:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(4)>.child-trigger:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(5)>.child-trigger:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(6)>.child-trigger:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(7)>.child-trigger:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(8)>.child-trigger:after {
    border-left-color: #4c4c4c !important;
    display: block;
    content: "\f105";
    float: right;
    margin-right: -6px;
    font-family: FontAwesome;
    transform: rotate(90deg);
  }
  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(2)>.child-trigger.trigger-rotate:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(3)>.child-trigger.trigger-rotate:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(4)>.child-trigger.trigger-rotate:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(5)>.child-trigger.trigger-rotate:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(6)>.child-trigger.trigger-rotate:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(7)>.child-trigger.trigger-rotate:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(8)>.child-trigger.trigger-rotate:after {
    border-left-color: #4c4c4c !important;
    display: block;
    content: "\f105";
    float: right;
    margin-right: -6px;
    font-family: FontAwesome;
    transform: rotate(270deg);
  }

  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li{
    position: relative;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>ul>li{
    position: relative;
  }

  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>.child-trigger:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(3)>.child-trigger:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>.child-trigger:after{
    border-left-color: #4c4c4c !important;
    display: block;
    content: "\f105";
    float: right;
    margin-right: -6px;
    font-family: FontAwesome;
    transform: rotate(90deg);
  }
  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>.child-trigger.trigger-rotate:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(3)>.child-trigger.trigger-rotate:after , .mobile-menu .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:nth-child(2)>.child-trigger.trigger-rotate:after{
    border-left-color: #4c4c4c !important;
    display: block;
    content: "\f105";
    float: right;
    margin-right: -6px;
    font-family: FontAwesome;
    transform: rotate(270deg);
  }
  header.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .menu-sidebar {
    border-top: 1px solid rgba(255, 255, 255, .075);
  }

  .sidebar-widget.widget_search {
    padding-left: 6px;
    margin: 12px 0!important;
    text-align: center;
  }

  .top-search {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
  }
  .input-group {
    position: relative;
    color: #4c4c4c;
  }

  input#s {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    background: none;
    color: #4c4c4c;
    height: 36px;
    font-size: 14px;
    padding: 6px 60px 6px 16px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 12px;
    font-weight: 600;
    outline: 0;
  }
  input#s:focus{
    border: 1px solid #005586;
  } 

  input#s::placeholder{
    color: #4c4c4c;
    font-weight: 600;
  }

  span.input-group-btn {
    width: 1%;
    vertical-align: middle;
    display: table-cell;
  }

  button#searchsubmit {
    z-index: 2;
    margin-left: -1px;
    font-size: 14px!important;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    white-space: nowrap;
    padding: 9.90px 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    background-color: #005586;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
  }

  .fa-search:before {
    content: "";
  }
  .fa-search{
    font-size: 13px !important;
  }
  .navbar-toggle .icon-bar:nth-child(4) {
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: 0!important;
    transition: all .3s;
    -ms-transform-origin: 50% 50% 50%;
    -webkit-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    box-shadow: none;
    top: 100%;
    background-color: #1c1c1c;
    border-radius: 1px;
  }

}

@media (max-width: 767px){
  button.navbar-toggle.collapsed {
    margin-right: 0 !important;
  }
  .header-logo a{
    margin-left: 0;
  }
}

@media (max-width: 335px){
  .child-trigger {
    position: absolute;
    right: 10px;
    top: 0;
  }
}
a.go-top.go-top-circle {
    position: fixed!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    font-size: 16px;
    width: 2em;
    height: 2em;
    bottom: -44px;
    opacity: 0;
    right: 12px;
    transition: all .5s;
    z-index: 100;
    text-align: center;
    background: rgba(64, 67, 67, 0.9) !important;
    border-radius: 50%;
}
.go-top i {
    color: #fff;
    line-height: 32px;
}
.fa-angle-up:before {
    content: "";
}
.fixed .go-top{
  opacity: 1 !important;
}
.footer {
  text-align: center;
}

.footer__container {
  padding: 0 15px;
}
.inner-footer {
  padding-bottom: 40px!important;
  padding-top: 40px!important;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: nowrap;
}
.footer-menu .hs-menu-wrapper > ul {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}
.inner-main-content1 {
    text-align: left;
}
.inner_copyright {
    padding-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 10px;
}
.inner-footer1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.inner-main-content1 h3 {
    color: #fff;
    margin-top: 0;
    position: relative;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 12px;
}

.inner-main-content1 p {
    margin: 0 0 11.5px;    
    visibility: visible;
    font-family: "Raleway",sans-serif;
}
.footer-menu .hs-menu-wrapper > ul > li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-menu .hs-menu-wrapper > ul > li > a {   
    margin-top: 0;
    position: relative;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 12px;
    display: block;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li {
    clear: both;
    margin-bottom: 8px;
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    border-color: rgba(255, 255, 255, .1);
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li:last-child{
  border-bottom: none;
}

/* .footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  color: #fff;
} */
.fa {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#footer i {
  color: inherit;
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:first-child > a > i:before {
  content: "";
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(2) > a > i:before {
  content: "";
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(3) > a > i:before {
  content: "";
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(4) > a > i:before {
  content: "";
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(5) > a > i:before {
  content: "";
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(6) > a > i:before {
 content: "";
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(7) > a > i:before {
 content: "";
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(8) > a > i:before {
  content: "";
}

.inner-footer3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.inner-main-content3 {
    text-align: left;
}
.inner-main-content3 h3 {
    color: #fff;
    margin-top: 0;
    position: relative;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 12px;
}


.footer-img img {
    max-width: 100%;
    vertical-align: middle;
    width: 262.5px !important;
}

.inner_copyright1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

.inner_copyright_content {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
}

.inner_copyright_content_div {
    padding-bottom: 0!important;
    margin: 0 0 11.5px;
}


@media (min-width: 768px){
  .inner-footer1 {
    width: 25%;
  }
  .inner-footer2 {
    width: 50%;
  }
  .footer-menu {
    width: 100%;
  }
  .footer-menu .hs-menu-wrapper>ul>li {
    width: 50%;
    text-align: left;
  }
  .footer-menu .hs-menu-wrapper>ul>li>a {
    text-align: left;
  }
  .inner-footer3 {
    width: 25%;
  }
  .inner_copyright1 {
    width: 50%;
  }
  .inner_copyright2 {
    width: 50%;
  }
  .inner_copyright_content_div {
    text-align: left;
  }
}

@media (max-width: 767px){
  .inner-footer {
    flex-wrap: wrap;
  }

  .inner-footer2 {
    width: 100%;
  }

  .footer-menu {
    width: 100%;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    text-align: left;
  }

  .inner-footer3 {
    width: 100%;
  }

  .inner-main-content3 h3 {
    font-size: 18px;
  }

  .footer-img img {
    max-width: 100%;
    vertical-align: middle;
    width: 599px !important;
  }
  .footer-menu .hs-menu-wrapper>ul>li:nth-child(2)>a{
    margin-bottom: 11.5px;
  }
  .inner_copyright{
    padding-bottom: 11px;
  }
}
@media (max-width: 736px){
  .footer-menu .hs-menu-wrapper>ul>li:nth-child(1)>a{
    display: none;
  }
}

@media (max-width: 320px){
  .inner-main-content3 h3 {
    font-size: 16px;
  }
  .footer-menu .hs-menu-wrapper>ul>li:nth-child(2)>a{
     font-size: 16px;
  }
  .inner-main-content1 h3{
    font-size: 16px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}