*, *: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;
}

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

.banner-section .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}

.body-container.body-container--blog-index .dnd-section {
  padding: 0 !important;
}


.custom-blog-header-group .dnd-section>.row-fluid {
  max-width: 100% !important;
}

.custom-blog-header-group .dnd-module {
  display: block !important;
}




@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face{
  font-family:"Font Awesome 5 Brands";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/fa-brands-400.eot);
  src:url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/fa-brands-400.eot) format("embedded-opentype"),
    url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/fa-brands-400.woff) format("woff"),
    url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/fa-brands-400.ttf) format("truetype");
}

@font-face{
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:900;
  font-display:block;
  src:url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/fa-solid-900.eot);
  src:url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/fa-solid-900.eot) format("embedded-opentype"),
    url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/fa-solid-900.woff) format("woff"),
    url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/fa-solid-900.ttf) format("truetype");
}

@font-face { 
  font-family: "Sanzei";
  src: url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/RNSSanz-Normal.eot) format("embedded-opentype"),
    url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/RNSSanz-Normal.woff2) format("woff2"), 
    url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/RNSSanz-Normal.woff) format("woff"),
    url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/RNSSanz-Normal.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400;
  font-display: auto; 
}


@font-face { 
  font-family: page-builder-framework;
  src: url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/page-builder-framework.woff2) format("woff2"),
    url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/page-builder-framework.woff) format("woff"),
    url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/fonts/page-builder-framework.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400;
}





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

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

.body-container-wrapper {
    line-height: 1.7;
}

/* Paragraphs */

p {
  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;
}
img {
    max-width: 100%;
    height: auto;
}
/* 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;
  white-space: normal;
  font-family: Poppins,Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

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

.widget-type-form,.hs-search-field {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin: 10px 0 20px;
  padding: 45px;
}


:focus-visible {
  outline:none;
}


.hs-form-field {
  margin-bottom: 15px;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  font-family: Poppins,Sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 1;
  margin: 0;
}

/* 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: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  background-color: #fff;
  border-color: #b3b3b3;
  font-size: 18px !IMPORTANT;
  min-height: 59px;
  padding: 7px 20px !important;
  border: 1px solid #818a91;
  color: #373a3c;
  background: #fff;
  line-height: 1;
  font-family: Roboto, Arial, sans-serif;
}

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

form textarea {
  min-height: 66px;
  height: auto;
}


/* 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: red;
  padding-left: .2em;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-family: Poppins,Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-bottom: 15px;
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus, 
form textarea:focus{
  -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
  outline: 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


form label {
  display: block;
  font-family: Poppins,Sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 1;
  margin: 0;
  font-size: 16px;
}


@media (max-width: 1024px){
  form input[type=submit], form .hs-button {
    font-size: 14px;
  }
}
/* 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;
}
/**handles:e-animations**/

@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 0, 0)
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    transform: translate3d(0, -4px, 0)
  }
}



.elementor-animation-grow {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
  transform: scale(1.1)
}

.elementor-animation-shrink {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
  transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
  25% {
    transform: scale(1.1)
  }
  75% {
    transform: scale(0.9)
  }
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
  animation-name: elementor-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
  to {
    transform: scale(1.1)
  }
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
  animation-name: elementor-animation-pulse-grow;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
  to {
    transform: scale(0.9)
  }
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
  animation-name: elementor-animation-pulse-shrink;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

@keyframes elementor-animation-push {
  50% {
    transform: scale(0.8)
  }
  100% {
    transform: scale(1)
  }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
  animation-name: elementor-animation-push;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
  50% {
    transform: scale(1.2)
  }
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
  animation-name: elementor-animation-pop;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}

.elementor-animation-bounce-in {
  transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
  transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}







.header-elementor-top-section {
  background-color: #123660;
}

.header-elementor-container {
  overflow: hidden;
  border-style: solid;
  border-width: 3px 0px 0px 0px;
  border-color: #11223a;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 00px 75px 0px 75px;
  position: relative;
}

.custom-top-header .elementor-top-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

.elementor-top-column {}

.custom-top-header .elementor-column-wrap {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-top-header .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.elementor-widget-icon-list {}

.custom-top-header .elementor-widget-container {
  margin: 0px 30px 0px 0px;
}

.custom-top-header ul.elementor-icon-list-items {
  margin: 0;
  padding: 0;
  margin-right: -8px;
  margin-left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.custom-top-header .elementor-inline-item{
  margin-right: 8px;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.custom-top-header .elementor-inline-item a {
  font-family: "Asap", Sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.custom-top-header .elementor-icon-list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-top-header .elementor-icon-list-icon i {
  color: #fdd942;
  width: 1.25em;
  font-size: 15px;
}

.fa-file-signature:before {
  content: "\f573";
}

.custom-top-header .elementor-icon-list-text {
  padding-left: 10px;
  display: inline-block;
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-comment-dollar:before {
  content: "\f651";
}








.elementor-section-items-middle.elementor-sticky.custom-header-sticky {
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: -100px;
  padding: 0px 50px 0px 50px;
  z-index: 10;
  background-color: #E67F7F00;
  transition: background-color 1s ease !important;
  position: relative;
}

.custom-header-sticky .elementor-column-gap-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  transition: min-height 1s ease !important;
}

.custom-header-sticky .elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-header-sticky .elementor-top-column {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.elementor-top-column:last-child {}

.custom-header-sticky .elementor-column-wrap.elementor-element-populated {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-header-sticky .elementor-widget-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

.custom-header-sticky .custom-logo img {
  vertical-align: middle;
}

.custom-header-sticky .elementor-top-column:last-child .elementor-widget-wrap {
  justify-content: flex-end;
}

.custom-header-sticky .elementor-top-column:last-child .elementor-widget-button {
  width: auto;
}

.custom-header-sticky .elementor-top-column:last-child .elementor-widget-wrap .elementor-widget-container {
  padding: 10px 10px 10px 10px;
}


.elementor-button-icon svg {
  width: 1em;
  height: auto;
}

.elementor-button {
  font-family: "Asap", Sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
  fill: #ffffff;
  color: #ffffff;
  background-color: #43414E00;
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: #2380ff;
  border-radius: 0px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.elementor-button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.elementor-button .elementor-align-icon-right {
  margin-left: 16px;
}

.elementor-button .elementor-align-icon-right {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}

.elementor-button-icon {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.custom-header-sticky .elementor-top-column:last-child .elementor-widget-button:last-child {
  width: 35%;
  max-width: 35%;
}

.custom-header-sticky .elementor-top-column:last-child .elementor-widget-button:last-child a {
  font-family: "Poppins", Sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: -1px;
  fill: #11223a;
  color: #11223a;
  background-color: transparent;
  background-image: linear-gradient(
    10deg, #fdd942 0%, #FFF4BA 100%);
  padding: 10px 15px 10px 15px;
  width: 100%;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.custom-header-sticky .elementor-top-column:last-child .elementor-widget-button:last-child .elementor-widget-container {
  padding: 0;
}

.custom-top-header .custom-header-contact-icon .elementor-icon-list-text {
  font-family: "Asap", Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2em;
}


.custom-top-header .elementor-icon-list-icon {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  right: -2px;
}

.custom-header-sticky .elementor-top-column:last-child .elementor-widget-button:last-child a:hover {
  transform: translateY(-8px);
}




header.header.lp-header .custom-header-sticky .elementor-top-column:last-child .elementor-widget-wrap {
  justify-content: flex-start;
}

body.no-banner .elementor-section-items-middle.elementor-sticky.custom-header-sticky {
  margin-bottom: 0;
  background-color: rgba(17,34,58,0.95);
}





.js-mega-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.js-mega-menu .dialog-widget-content {
  position: absolute;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: all;
  animation-duration: .3s;
  background-color: #11223a;
  box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
  margin: 0;
}

div {}

.js-mega-menu .dialog-message.dialog-lightbox-message {
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  font-size: 12px;
  line-height: 1.5;
}

.js-mega-menu .elementor-section-wrap {
  width: 100%;
  height: 100%;
}

.js-mega-menu .elementor-location-popup {
  width: 100%;
}

.js-mega-menu .menu-elementor-top-section {
  background-image: linear-gradient(
    0deg,#11223a 0,#123660 100%);
  overflow: hidden;
  border-style: solid;
  border-width: 0 0 5px 0;
  border-color: #fdd942;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 50px 50px 50px 50px;
  position: relative;
  height: 100%;
}

.js-mega-menu .menu-elementor-background-overlay {
  background-image: url(https://6815293.fs1.hubspotusercontent-na1.net/hubfs/6815293/raw_assets/public/Eltropy_October2021/images/Wave-3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  mix-blend-mode: overlay;
  transition: background .3s,border-radius .3s,opacity .3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.js-mega-menu .elementor-container.elementor-column-gap-default {
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.js-mega-menu .elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-mega-menu .elementor-column {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-mega-menu .elementor-column-wrap.elementor-element-populated {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-mega-menu .elementor-widget-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

.js-mega-menu .elementor-posts--thumbnail-none {
  width: 95%;
  max-width: 95%;
}

.elementor-element.elementor-widget-icon {}

.js-mega-menu .elementor-element.elementor-widget-icon .elementor-widget-container {
  margin: 3% 0 -6% 0;
}

.js-mega-menu a.elementor-icon {
  color: #e7f9ff;
  border-color: #e7f9ff;
  font-size: 40px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.fa-caret-square-up:before {
  content: "\f151";
}

.js-mega-menu .elementor-icon i:before,.js-mega-menu .elementor-icon svg:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.js-mega-menu .elementor-icon i,.js-mega-menu .elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}




.js-mega-menu .elementor-widget-divider--view-line_text.elementor-widget-divider {
  margin-bottom: 20px;
  border-color: #fdd942;
  font-size: 20px;
  width: 100%;
}

.js-mega-menu .elementor-divider {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-mega-menu span.elementor-divider-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  color: #ffffff;
  font-family: Poppins,Sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.js-mega-menu .elementor-divider-separator:before {
  display: block;
  content: "";
  border-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;

}

.js-mega-menu .elementor-divider-separator:before {
  display: block;
  content: "";
  border-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;

}

.js-mega-menu .elementor-widget-divider .elementor-widget-container {
  margin: 0;
  padding: 0;
}

.js-mega-menu .elementor-divider-separator:after {
  display: block;
  content: "";
  border-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;

}

article.elementor-post {}

.js-mega-menu .elementor-posts--thumbnail-none .elementor-widget-container {
  margin: 5px 5px 5px 5px;
  padding: 6px 6px 6px 6px;
  background-color: #11223a;
  border-radius: 5px 5px 5px 5px;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.js-mega-menu .elementor-post__text h3 {
  color: #ffffff;
  font-family: Montserrat,Sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4em;
  margin: 0;
}

.js-mega-menu .elementor-posts--thumbnail-none:before {
  font-weight: 700;
  color: #11223a;
  content: "Latest News";
  font-size: 1rem;
  font-family: montserrat;
  float: left;
  margin-top: 7px;
  margin-right: 12px;
  letter-spacing: 0;
  background: #fdd942;
  padding: 5px 10px;
  border-radius: 5px;
}

.js-mega-menu .elementor-post__text h3 a {
  color: inherit;
}


.js-mega-menu .elementor-divider-separator:before,.js-mega-menu .elementor-divider-separator:after {
  border-top: 2px solid rgb(253, 217, 66);
}

.js-mega-menu span.elementor-divider-separator {
  margin: 0;
}

span.elementor-divider__text.elementor-divider__element {
  margin: 0 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  max-width: 95%;
}



.elementor-inner-section {
  width: 100%;
  margin-top: -2%;
  margin-bottom: 0;
  padding: 0 0 20px 0;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary .hs-meu-wrapper > ul >li {
  width: 20%;
}

.custom-menu-primary {}

.custom-menu-primary .hs-menu-wrapper > ul >li {
  width: 20%;
  padding: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul >li >a {}

.custom-menu-primary .hs-menu-wrapper > ul >li >a {
  color: #fff;
  font-family: "Poppins",Sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: normal;
  margin-bottom: 20px;
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper > ul  ul>li >a {
  background-color: transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  background: transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul li:not(:last-child) {
  padding-bottom: calc(8px/2);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
  font-family: Asap,Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul>li:not(:first-child) {
  margin-top: calc(8px/2);
}


.js-mega-menu {
  display: none;
  bottom: auto;
  top: 0;
}


.mobile-open {
  overflow: hidden;
}
.js-mega-menu a.elementor-icon:hover {
  color: #ff4f67;
}


.header-elementor-container {
    border: 0;
}

.header-elementor-top-section {
    border-width: 3px 0px 0px 0px;
    border-color: #11223a;
    border-style: solid;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
    display: block;
}


.elementor-location-popup .elementor-post__text {
    margin: 0;
}
.js-mega-menu .menu-elementor-top-section {
    height: auto;
}

@media (min-width: 1025px){
  body.no-banner header.header {
    min-height: 142px;
  }

  body.scroll-header .elementor-section-items-middle.elementor-sticky.custom-header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .js-mega-menu .elementor-widget-wrap {
    max-height: 100vh;
    overflow-y: auto;
  }


}

.elementor-section-items-middle.elementor-sticky.custom-header-sticky {
  top: 0;
  transition: all ease-in-out .3s;
}

.second-scroll-header .elementor-section-items-middle.elementor-sticky.custom-header-sticky {
  background-color: rgba(17,34,58 ,0.95);
}

.second-scroll-header .custom-header-sticky .elementor-column-gap-default {
  min-height: 70px;
}

.second-scroll-header .custom-header-sticky .custom-logo img {
  max-width: 150px;
}


.js-mega-menu .dialog-message.dialog-lightbox-message {
  overflow-y: auto !important;
}

.js-mega-menu {
  max-height: 100vh;
  overflow-y: auto !important;
}




.custom-top-header.custom-top-lp-header .elementor-widget-wrap {
  justify-content: center;
}



@media (max-width: 1024px){

  body.no-banner .elementor-location-header {
    min-height: 92px;
  }


  .elementor-section-items-middle.elementor-sticky.custom-header-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
  }


  .header-elementor-top-section {
    display: none;
  }

  .elementor-section-items-middle.elementor-sticky.custom-header-sticky {
    padding: 0;
  }

  .custom-header-sticky .elementor-top-column:last-child .elementor-widget-button:last-child {
    display: none;
  }

  .custom-header-sticky .elementor-column-gap-default {
    min-height: 92px;
  }

  .elementor-button {
    font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4em;
    background-color: #2380ff;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 10px 20px;
    border: 0;
  }

  .elementor-button span.elementor-button-text {
    display: none;
  }

  .elementor-button .elementor-align-icon-right {
    margin: 0;
  }

  .custom-header-sticky .elementor-top-column:last-child .elementor-widget-wrap .elementor-widget-container {
    padding: 0;
  }

  .js-mega-menu .elementor-posts--thumbnail-none {
    display: none;
  }

  .js-mega-menu .menu-elementor-top-section {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    width: 30%;
  }


  .elementor-animation-pop:active, .elementor-animation-pop:focus, .elementor-animation-pop:hover {
    animation: none;
  }


}


@media (max-width: 767px){


  .js-mega-menu .menu-elementor-top-section {
    padding: 25px 25px 50px 25px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    flex-direction: row !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
    font-size: 1.2rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    width: 50%;
  }

  .js-mega-menu .dialog-message.dialog-lightbox-message {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    width: 100%;
  }

  .js-mega-menu .dialog-message.dialog-lightbox-message {
    overflow-y: auto !important;
  }

  .js-mega-menu {
    max-height: 100vh;
    overflow-y: auto !important;
  }



  body.mobile-open {
    overflow: hidden;
  }

  .custom-header-sticky .elementor-top-column {
    width: auto;
    max-width: 100%;
  }

  .custom-header-sticky .elementor-row {
    justify-content: space-between;
  }

  .js-mega-menu {
    z-index: 999999;
  }
  .js-mega-menu .menu-elementor-top-section {
    height: auto;
  }

}
.custom-footer-privacy-section {
  background-color: #123660;
}

.custom-footer-privacy-section .hs-menu-wrapper >ul {
  width: 100%;
}

.custom-footer-privacy-section .hs-menu-wrapper >ul >li {
  width: 50%;
  padding: 10px;
}

.custom-footer-privacy-section .hs-menu-wrapper >ul >li > a {
  color: #fff;
  font-family: "Asap", Sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4em;
}

.custom-footer-privacy-section .hs-menu-wrapper >ul >li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.custom-footer-privacy-section .hs-menu-wrapper >ul >li:first-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.custom-footer-privacy-section .hs-menu-wrapper>ul>li.report-an-incident>a:before {
  content: "\f0f3";
  font-size: 20px;
}

.custom-footer-privacy-section .hs-menu-wrapper>ul>li >a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 1.25em;
  color: #fdd844;
  font-size: 20px;
}

.custom-footer-privacy-section .hs-menu-wrapper>ul>li.privacy-policy>a:before {
  content: "\f502";
}

.custom-footer-privacy-section .hs-menu-wrapper>ul>li>a:before {
  margin-right: 5px;
  position: relative;
  top: 1px;
}





.custom-footer-center-group {
  background-image: linear-gradient(
    180deg, #E7F9FF 0%, #ffffff 100%);
  padding: 0px 50px 50px 50px;
}

.footer-center-elementor-section {
  margin-top: 0px;
  margin-bottom: -50px;
}

.custom-footer-center {
  padding: 10px;
}

.custom-footer-contact .elementor-widget-icon-list {
  margin-bottom: 20px;
}

.custom-footer-contact .elementor-widget-container ul {
  margin-right: calc(-15px/2);
  margin-left: calc(-15px/2);
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.custom-footer-contact .elementor-widget-container ul li {
  margin-right: calc(15px/2);
  margin-left: calc(15px/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.custom-footer-contact .elementor-icon-list-icon i {
  width: 1.25em;
  font-size: 20px;
}

.fa-building:before {
  content: "\f1ad";
}

.custom-footer-contact span.elementor-icon-list-text {
  font-family: "Asap", Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.custom-footer-contact .elementor-icon-list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-at:before {
  content: "\f1fa";
}

.custom-footer-contact .elementor-icon-list-item a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.custom-footer-contact .elementor-icon-list-icon+.elementor-icon-list-text {
  padding-left: 5px;
}

.elementor-list-item-link-full_width {
  margin-bottom: 20px;
}

.elementor-list-item-link-full_width .hs-menu-wrapper >ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: calc(-35px/2);
  margin-left: calc(-35px/2);
}

.elementor-list-item-link-full_width .hs-menu-wrapper >ul >li {
  margin-right: calc(35px/2);
  margin-left: calc(35px/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.elementor-list-item-link-full_width .hs-menu-wrapper >ul >li:after {
  width: auto;
  left: auto;
  right: auto;
  position: relative;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 1px;
  border-style: solid;
  content: "";
  border-left-width: 1px;
  right: calc(-35px/2);
}

.elementor-list-item-link-full_width .hs-menu-wrapper >ul >li >a {
  font-family: "Asap", Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.custom-footer-logo {
  margin-bottom: 20px;
  text-align: center;
}

.custom-footer-logo img {
  vertical-align: middle;
}

.footer-mega-menu-section {
  padding: 25px 0px 25px 0px;
  border-style: solid;
  border-width: 4px 0px 0px 0px;
  border-color: #e1eaf8;
}

.footer-mega-menu-section .hs-menu-wrapper > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-mega-menu-section .hs-menu-wrapper > ul > li {
  width: 25%;
  padding: 10px;
}

.footer-mega-menu-section .hs-menu-wrapper > ul ul li {
  margin-top: calc(10px/2);
}

.footer-mega-menu-section .hs-menu-wrapper > ul ul li a {
  color: #11233b;
  font-family: "Asap", Sans-serif;
  font-size: 1.1rem;
  line-height: 1.2em;
  display: flex;
}

.footer-mega-menu-section .hs-menu-wrapper > ul ul li:not(:last-child) {
  padding-bottom: calc(10px/2);
}

.footer-mega-menu-section .hs-menu-wrapper > ul >li >a {
  color: #11223a;
  font-family: "Poppins", Sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
  display: inline-block;
  line-height: 28.8px;
  padding-bottom: 15px;
}

.footer-mega-menu-section .hs-menu-wrapper > ul ul {
  margin: -5% 0% 0% 0%;
}




.custom-image-group-elementor-section {
  border-style: solid;
  border-width: 4px 0px 0px 0px;
  border-color: #e1eaf8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 25px 0px 25px 0px;
}

.custom-image-group-elementor-section .elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-image-group-elementor-section .elementor-column {
  width: 33.333%;
}

.custom-image-group-elementor-section .elementor-column-wrap {
  padding: 10px;
}

.custom-image-group-elementor-section .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.custom-image-group-elementor-section .elementor-widget-image {
  text-align: center;
}

.custom-image-group-elementor-section .elementor-widget-image img {
  vertical-align: middle;
}






.custom-footer-social-icons .elementor-widget-social-icons {
  margin-bottom: 20px;
}

.custom-footer-social-icons .elementor-widget-container {
  line-height: 1;
}

.custom-footer-social-icons .elementor-social-icons-wrapper.elementor-grid {
  display: inline-block;
  width: 100%;
  word-spacing: 7px;
  margin-bottom: calc(-1 * 1px);
}

.custom-footer-social-icons span.elementor-grid-item {
  display: inline-block;
  margin-bottom: 1px;
  word-break: break-word;
}

.custom-footer-social-icons .elementor-icon.elementor-social-icon {
  font-size: 25px;
  line-height: 25px;
  width: calc(25px + (2 * .5em ));
  height: calc(25px + (2 * .5em));
  color: #fff;
}

.custom-footer-social-icons .elementor-icon.elementor-social-icon {
  -webkit-border-radius: 10%;
  border-radius: 10%;
}

.custom-footer-social-icons .elementor-icon i, .custom-footer-social-icons .elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

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

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

.elementor-social-icon-facebook, .elementor-social-icon-facebook-f {
  background-color: #3b5998;
}

.custom-footer-social-icons .elementor-social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.elementor-social-icon-facebook, .elementor-social-icon-facebook-f {
  background-color: #3b5998;
}

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

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

.fa-instagram:before {
  content: "\f16d";
}

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

.custom-footer-social-icons .elementor-icon i:before,.custom-footer-social-icons .elementor-icon svg:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.elementor-social-icon-twitter {
  background-color: #1da1f2;
}

.elementor-social-icon-youtube {
  background-color: #cd201f;
}

.elementor-social-icon-instagram {
  background-color: #262626;
}

.elementor-social-icon-linkedin, .elementor-social-icon-linkedin-in {
  background-color: #0077b5;
}

.elementor-widget-divider {
  margin-bottom: 20px;
}

.elementor-widget-divider .elementor-widget-container {
  margin: -6% 0% -4% 0%;
  padding: 30px 0px 0px 0px;
}

.custom-footer-social-icons .elementor-divider {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-footer-social-icons .elementor-divider-separator {
  width: 10%;
}

.custom-footer-social-icons .elementor-divider-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr;
  border-top: 5px solid rgb(18, 54, 96);
}

.custom-footer-social-icons .elementor-widget-heading {
  margin-bottom: 20px;
}

.custom-footer-social-icons .elementor-widget-heading .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 50px 30px 30px 0px;
}

.custom-footer-social-icons .elementor-widget-heading .elementor-widget-container h2 {
  color: #11223a;
  font-family: "Poppins", Sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: normal;
}

.elementor-widget-divider {
  margin-bottom: 22px;
}

.elementor-widget-divider .elementor-widget-container {
  margin: -6% 0% 0% 0%;
}

.mobile-reguest-cta-group {
  display: none;
}

.elementor-social-icon:hover {
  opacity: .9;
  color: #fff;
}


.custom-footer-social-icons .elementor-widget-heading .elementor-widget-container h2 {
  margin: 0;
}

.elementor-list-item-link-full_width .hs-menu-wrapper>ul>li:last-child:after {
  display: none;
}
.custom-footer-social-icons .elementor-social-icons-wrapper.elementor-grid {
  grid-column-gap: 10px;
  grid-row-gap: 1px;
  font-size: 0;
}


a.scrolltop {
  position: fixed;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 222;
  background: rgba(0,0,0,.5);
  bottom: 20px;
  right: 20px;
  -webkit-transition: background .2s;
  transition: background .2s;
  display: none; 
  color: #fff;
  background-color: #2380ff;
  border-radius: 10px;
}

.wpbff-arrow-up:before {
  content: "";
}

.wpbff {
  font-family: page-builder-framework!important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.scrolltop:hover {
  background-color: #123660;
}
a.scrolltop:hover {
  color: #fff;
}

.custom-footer-social-icons .elementor-social-icons-wrapper.elementor-grid {
  word-spacing: 10px;
}

.custom-footer-social-icons .elementor-icon i {
  position: relative;
  top: -1px;
}

.custom-footer-contact .elementor-icon-list-icon i {
  color: #43414e;
}



.custom-header-cta-group.mobile-reguest-cta-group {
    z-index: 99;
}


@media screen and (min-width: 1025px) {
  .custom-mega-menu.for-tab{
    display:none !important;
  }
}

@media screen and (max-width: 1127px) {
  .elementor-widget-divider {
    margin-bottom: 15px;
  }
}



@media screen and (max-width: 1024px) {

  .custom-mega-menu.for-desktop{
    display:none !important;
  }


  .footer-center-elementor-section {
    margin-bottom: -10%;
  }

  .elementor-list-item-link-full_width {
    display: none;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul {
    flex-wrap: wrap;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li:first-child {
    width: 50%;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li:last-child>a {
    line-height: 28px;
    padding-bottom: 5px;
  }



  .custom-image-group-elementor-section .elementor-column:first-child {
    width: 50%;
  }

  .custom-image-group-elementor-section .elementor-row {
    flex-wrap: wrap;
  }

  .custom-image-group-elementor-section .elementor-widget-image img {
    max-width: 100%;
  }

  .custom-footer-social-icons .elementor-widget-heading .elementor-widget-container h2 {
    font-size: 2rem;
  }

  .custom-footer-social-icons .elementor-widget-heading .elementor-widget-container {
    margin: 0% 0% -6% 0%;
    padding: 30px 0px 0px 0px;
  }
  .footer-mega-menu-section .hs-menu-wrapper>ul>li.company {
    width: 100%;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li.key-pillars {
    width: 100%;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li.company ul {
    margin: -5px 0 0;
    display: block !important;
  }


  .elementor-widget-divider {
    margin-bottom: 20px;
  }
  .footer-center-elementor-section {
    margin-bottom: -49px;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li, 
  .footer-mega-menu-section .hs-menu-wrapper>ul>li:first-child, 
  .footer-mega-menu-section .hs-menu-wrapper>ul>li.key-pillars,
  .footer-mega-menu-section .hs-menu-wrapper>ul>li.company {
    width: 33.33333%;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li>a {
    margin: 0px 0px 10px 0px !important;
    margin-bottom: 14px;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li ul {
    margin: -5px 0 0;
    display: block !important;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li>a {
    line-height: 28px;
    padding-bottom: 5px;
  }

  .footer-center-elementor-section {
    margin-bottom: 0;
  }



}

@media screen and (min-width:768px) {
  .custom-footer-privacy-section .hs-menu-wrapper>ul>li {
    width: auto;
  }

  .custom-footer-privacy-section .hs-menu-wrapper>ul {
    justify-content: center;
    align-items: center;
    padding-right: 37px;
  }



  .custom-footer-privacy-section .hs-menu-wrapper>ul>li>a {
    font-family: Asap, sans-serif;
    font-weight: 700;
  }
}

@media screen and (max-width:767px) {

  a#back-to-top {
    right: 10px;
    bottom: 10px;
  }


  .custom-header-cta-group.mobile-reguest-cta-group {
    background-color: transparent;
    background-image: linear-gradient(
      0deg, #123660 0%, #11223a 100%);
    padding: 15px 15px 15px 15px;
    animation-name: slideInUp;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
  }

  .custom-header-cta-group.mobile-reguest-cta-group .elementor-button-wrapper {
    padding: 10px;
  }

  .custom-header-cta-group.mobile-reguest-cta-group .elementor-button-wrapper a {
    font-size: 1.5rem;
    line-height: 1em;
    letter-spacing: normal;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    fill: #11223a;
    color: #11223a;
    background-color: transparent;
    padding: 15px 20px 15px 20px;
    width: 100%;
    display: block;
    background-image: linear-gradient(
      10deg, #fdd942 0%, #FFF4BA 100%);
    box-sizing: border-box !important;
    font-weight: 700;
  }

  .custom-footer-privacy-section {
    margin-bottom: 104px;
    padding: 15px 0px 15px 0px;
  }

  .custom-footer-privacy-section .hs-menu-wrapper>ul li,.custom-footer-privacy-section .hs-menu-wrapper>ul>li:first-child {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .custom-footer-privacy-section .hs-menu-wrapper>ul>li>a {
    font-size: 1.2rem;
  }



  .custom-footer-privacy-section .hs-menu-wrapper>ul>li:first-child a:before {
    margin-right: 2px;
  }

  .custom-header-cta-group.mobile-reguest-cta-group {
    display: block;
  }


  .custom-footer-contact .elementor-widget-container ul {
    justify-content: flex-start;
  }

  .custom-footer-center-group {
    padding: 25px 25px 25px 25px;
  }

  .custom-footer-contact .elementor-widget-container ul {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
  }

  .custom-footer-contact .elementor-widget-container ul li {
    justify-content: flex-start;
  }

  .custom-footer-contact .elementor-icon-list-item a {
    justify-content: flex-start;
  }

  .custom-footer-contact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .custom-footer-contact .elementor-widget-icon-list {
    width: 100%;
  }

  .custom-footer-contact .elementor-icon-list-item a {
    font-size: 1.2rem;
  }


  .custom-footer-contact .elementor-icon-list-icon+.elementor-icon-list-text {
    font-size: 1.2rem;
  }

  .custom-footer-contact .elementor-widget-container ul li {
    margin-top: calc(15px/2);
    padding-bottom: calc(15px/2);
  }

  .custom-footer-contact .elementor-widget-icon-list:last-child {
    margin: 0;
  }


  .custom-footer-contact .elementor-widget-icon-list:first-child ul li:last-child {
    padding: 0;
  }

  .custom-image-group-elementor-section .elementor-column:first-child,.custom-image-group-elementor-section .elementor-column {
    width: 100%;
  }

  .custom-footer-center {
    padding: 0 0 10px;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul ul li a {
    font-size: 1.2rem;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li>a {
    font-size: 1.5rem;
    line-height: 1.5em;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li:first-child,.footer-mega-menu-section .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul ul {}

  .custom-footer-contact .elementor-widget-container ul li {
    margin-right: 0;
    margin-left: 0;
  }

  .custom-footer-logo img {}

  .custom-footer-contact .elementor-widget-icon-list:last-child ul li:first-child {
    margin-top: 0;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li.company>a {
    margin: 0px 0px 10px 0px;
    margin-bottom: 14px;
  }

  .custom-footer-social-icons .elementor-icon.elementor-social-icon {
    font-size: 20px;
    width: calc(20px + (2 * .5em ));
    height: calc(20px + (2 * .5em));
  }

  .custom-footer-social-icons .elementor-social-icons-wrapper.elementor-grid {
    text-align: center;
  }

  .custom-footer-social-icons .elementor-divider-separator {
    width: 50%;
    margin: 0 auto;
  }

  .custom-footer-social-icons .elementor-widget-heading {
    margin: 0;
  }

  .elementor-widget-divider .elementor-widget-container {
    padding: 21px 0px 0px 0px;
  }


  .custom-header-cta-group.mobile-reguest-cta-group {
    position: sticky;
  }

  .custom-footer-privacy-section {
    margin-bottom: 0;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li,
  .footer-mega-menu-section .hs-menu-wrapper>ul>li:first-child, 
  .footer-mega-menu-section .hs-menu-wrapper>ul>li.key-pillars,
  .footer-mega-menu-section .hs-menu-wrapper>ul>li.company {
    width: 100%;
  }

  .custom-footer-social-icons .elementor-widget-heading .elementor-widget-container {
    padding: 0;
  }

  .for-footer-button .custom-header-cta-group.mobile-reguest-cta-group {
    position: sticky;
    bottom: 0;
  }

  .custom-header-cta-group.mobile-reguest-cta-group {
    transition: all 0.5s ease-in-out;
    position: relative;
    bottom: -150px;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li>a {
    margin: 0px 0px 10px 0px !important;
    margin-bottom: 14px;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li ul {
    margin: -5px 0 0;
    display: block !important;
  }

  .footer-mega-menu-section .hs-menu-wrapper>ul>li>a {
    line-height: 28px;
    padding-bottom: 5px;
  }


  .custom-header-cta-group.mobile-reguest-cta-group .elementor-button-wrapper a {
    letter-spacing: -1px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    word-spacing: 0;
  }

  .for-footer-button .custom-header-cta-group.mobile-reguest-cta-group {
    transition: bottom .5s ease-in-out;
  }

  .custom-header-cta-group.mobile-reguest-cta-group {
    transition: all .5s ease-in-out;
    position: sticky;
    bottom: -155px;
  }


  .custom-footer-contact .elementor-widget-icon-list {
    margin-bottom: 0;
  }

  .custom-footer-social-icons .elementor-widget-heading {
    margin-bottom: 20px;
  }
  
  .custom-header-cta-group.mobile-reguest-cta-group {
    z-index: 99;
}
  

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