/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* 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: 28px;
    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: 28px;
        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: 28px;
        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 rem;
}

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

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

.dnd-section .dnd-column {
  padding: 0 rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

:root{ --black:#000; --white:#fff; --dark-blue:#0E1E3E; --blue:#398DC9; --blue1:#615E9B; --blue2:#1F3265; --blue3:#00227F; --blue4:#418FDE; --blue5:#011578; --dark-gray:#404042; --gray:#404041; --gray1:#292929; --gray2:#626268; --gray3:#747474; --theme:#f5821f; --orange1:#fb8952; --green:#40C1AC; --green1:#00B388; --pink:#B52555; --yellow:#EDBF63; --yellow1:#EF984A; font-size:100%;}
*{margin:0;padding:0}

html {
  font-size: 16px;
  width:100%;
  height:100%;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
body{width:100%;min-width:320px;font-weight:400;font-family: 'Source Sans Pro', sans-serif;overflow-x:hidden;padding-top: 96px;}
.clear{clear:both}
h1,h2,h3,h4,h5,h6{margin:0;padding:0 0 30px;position:relative;}
a,button{transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;cursor:pointer}
a{text-decoration:none;}
a:hover{text-decoration:none;outline:0;}
a:focus,:focus,button:focus{outline:none!important;outline-offset:none!important;text-decoration:none!important}

a.link2{text-decoration:none;border-bottom: 1px solid var(--green);}
a.link2:hover{text-decoration:none;border-bottom-color: transparent;}
a,img{border:none;outline:none;}
img,svg{max-width:100%;height:auto;display:inline-block;vertical-align:middle;}
b,strong{font-weight:700}
ul,ol{list-style:none;margin:0;}
ul li,ol li{list-style:none;}
p{display:block;margin:0;padding:0 0 20px;}
/*p:last-child{padding:0;} */
.relative{position:relative;}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

button, .button {
 
  padding: 10px 15px;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
input[type=search],
select,
textarea {
     background-color: #FFF;
    border: 1px solid #040404;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    padding: 12px;
    width: 100% !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  min-height: 150px;
  resize: none;
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
}

.body-container-wrapper .inputs-list>li {
  padding: 0;
}

.body-container-wrapper .inputs-list>li:after {
  display: none;
}

.body-container-wrapper .inputs-list>li label {
  font-size: 12px;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */


.hs-error-msg {
  margin-top: 0.35rem;
}

Submit button */

form input[type=submit],
form .hs-button {
  /*  box-shadow: 0 8px 15px 0 rgba(237,41,53,25%);
   font-size: 14px;*/
  color: #FFF;
  cursor: pointer;
  display: inline-block;
 font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
 /* padding: 10px 15px; */
  position: relative;
  text-align: center;
  
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
  
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  
  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Blog Comment Form */
.blog-comments .hs-common-confirm-message {
  font-size: 12px!important;
  margin: 8px 0 25px!important;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

/*Header CSS*/
body{padding-top: 86px;}
.header{height:86px;position:fixed;top:0;left:0;right:0;z-index:8;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;padding: 10px 0;box-shadow: 0 0 20px rgb(0 0 0 / 8%);}
.logo{width:200px;}
.menu{margin: 0;display: flex;align-items: center;flex-wrap: wrap;}
.menu>ul{display:flex;align-items:center;margin: 0 18px 0 0;}
.menu>ul>li{margin:0 18px}
 ul li { margin: 0 15px;}
.menu ul li a {display: block;padding: 0 7px 0 7px; position: relative;text-transform: capitalize;font-weight: 400;height: 66px;line-height: 66px;font-weight: 600;}
.menu ul li a::after {bottom: 0;content: "";height: 3px;left: 0;position: absolute;width: 0;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;display: block;opacity: 0;}
.menu ul li:hover a::after,.menu ul li.active a::after{opacity:1;width:100%; }
@-webkit-keyframes Grow {
0%{opacity:0;visibility: hidden;height: 0;}
100%{opacity:1;visibility: visible;height: auto;}
}
@keyframes Grow {
0%{opacity:0;visibility: hidden;height: 0;}
100%{opacity:1;visibility: visible;height: auto;}
}
/* default menu css */

header .hs-menu-item{position:relative;}
.hs-menu-children-wrapper{position: absolute; min-width: 180px; z-index: 999999;text-align: left;}
/* .hs-menu-children-wrapper li{padding-left:0 !important;} */
.hs-menu-children-wrapper li a{padding:5px 10px !important; display:block; height: 45px !important; line-height: 30px !important;}

.menu .navbar-nav li.hs-menu-item.active a { font-family: 'Space Grotesk',sans-serif;font-weight: 900; }
.menu .navbar-nav li.hs-menu-item { padding: 0px 0px 0px 43px; }
.menu .navbar-nav li.hs-menu-item a { font-size: 20px; font-family: 'Space Grotesk',sans-serif; padding: 38px 0px 36px 0px; position: relative; line-height: 100%; }
/* .menu .navbar-nav li.hs-menu-item a:hover { color: #ef5c53; } */
.menu .navbar-nav li.hs-menu-item.active a { font-family: 'Space Grotesk',sans-serif;font-weight: 900; }
.menu ul li {
  padding: 0 5px;
  margin: 0px;
  display:block;
}

li.hs-menu-item.hs-menu-depth-1.active a {
    font-weight: 600;
   
    display: block;
 }


/* .hs-item-has-children:hover > .hs-menu-children-wrapper{display:block !important;} */
.hs-menu-depth-2 .hs-menu-children-wrapper{left: 100%;top: 0;}
/* .hs-menu-depth-2:hover > .hs-menu-children-wrapper {display:block !important;} */
.hs-menu-children-wrapper a:after{display:none;}
@media only screen and (max-width: 1199px) {
.menu>ul{margin:0 0 0 15px}
.menu>ul>li{margin:0 10px}
.menu>ul>li>a{font-size:.9375rem}
}
@media only screen and (max-width: 991px){
body {padding-top: 60px;}
.header, .header .container {height: 67px;}
.header{padding: 0;}
.logo {width: 145px;}
.menu ul li a{height: 60px;line-height: 60px;}
.search-content{width: calc(100% - 30px) !important;left: 15px;right: 15px;}
}
@media only screen and (max-width: 767px) {
.header, .header .container {height: 60px;}  
.logo {
    width: 140px;
}
.hdr-rt-part {
    margin-top: 0;
}
  
  
/* .logo { width: 200px; margin-top:10px;} */
.mobile-logo{display: block;width: 33px;}
.header .container-fluid {height: 100%;padding: 0;}
.iphonNav .btn{width:180px;margin:20px auto;display:block}
.menu{display:none}
.menuImage {display: block;height: 34px;position: absolute;right: 15px;top: 13px;width: 34px;background: #fff;z-index: 9;border-radius: 50%;box-shadow: 0 0px 5px rgb(0 0 0 / 20%);}
.menuImage span{background: #192a65;border-radius: 2px;display: block;height: 3px;left: 0;position: absolute;right: 0;top: 10px;transition: all 0.3s ease;width: 16px;margin: auto;}
.menuImage span.line2{top:15px}
.menuImage span.line3{top:20px}
.nav-body .menuImage span.line2{width:0;opacity:0}
@keyframes line-animation {
0%{opacity:1;transform:rotate(0) scaleX(1)}
50%{opacity:1;transform:rotate(0) scaleX(0)}
100%{opacity:1;transform:rotate(45deg) scaleX(1)}
}
.nav-body .menuImage span.line1 {animation: line-animation 1s;transform: rotate(45deg);top: 15px;transform-origin:center;}
@keyframes line-animation2 {
0%{opacity:1;transform:rotate(0) scaleX(1)}
50%{opacity:1;transform:rotate(0) scaleX(0)}
100%{opacity:1;transform:rotate(-45deg) scaleX(1)}
}
.nav-body .menuImage span.line3{animation:line-animation2 1s;transform:rotate(-45deg);top:15px;transform-origin:center}
.iphon_navigation{background:#fff;bottom:0;display:block!important;left:0;overflow-y:auto;margin:0;position:fixed;top:60px;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;width:100%;right:0;padding:10px 15px 0;transform:translateX(-120%);-webkit-transform:translateX(-120%);box-shadow: 0 6px 6px -3px #1e204819 inset;z-index:99999999}
.nav-open{transform:translateX(0)!important;-webkit-transform:translateX(0)!important}
.iphon_navigation ul li {position: relative;display: flex;width: 100%;flex-direction: column; margin: 0;}
.parentMenu > div.subItem{cursor:pointer;height:40px;left:0;position:absolute;right:0;width:100%;z-index:3;background:url(//21703327.fs1.hubspotusercontent-na1.net/hubfs/21703327/raw_assets/public/@marketplace/Dotsquares_Ltd_/Business_Lite/images/arw2.svg) no-repeat right 10px center;}
.parentMenu.parentMenuActive > div.subItem{background:url(//21703327.fs1.hubspotusercontent-na1.net/hubfs/21703327/raw_assets/public/@marketplace/Dotsquares_Ltd_/Business_Lite/images/arw2-a.svg) no-repeat right 10px center;}
.iphon_navigation ul li a{display:block;padding:8px 25px 8px 0;text-align:left;border-bottom:1px solid #efefef;text-decoration:none;position:relative;font-size: 1rem;font-weight: 600;}
.iphon_navigation ul li a:hover{text-decoration:none}
.iphon_navigation > ul ul{width:100%;display:block}
.hd1 {text-align: right;order: 2;padding: 0;border-bottom: 1px solid #efefef;width: 100%;line-height: 40px;}
.iphon_navigation ul li .hd1 a {padding:0;text-align: right;border: none;font-weight: 400;}
.nav-info-block {order: 1;padding: 0;}
.block-sec {padding: 0;}
.block-sec:hover{box-shadow:none;border-radius: 0;}
.block-hd,.career-block,.resource-block {display: none !important;}
.iphon_navigation ul li .block-sec a.link7 {padding: 0;line-height: 40px;text-align: right;font-weight: 400;}
.iphon_navigation ul li .block-sec a {font-weight: 400;}
.hs-menu-children-wrapper{position:relative;top:auto;}
.hs-menu-depth-2 .hs-menu-children-wrapper{left: 0;top: auto;}
.hs-menu-children-wrapper a{}
}

/*search panel*/
.nav-outer {  display: flex; align-items: baseline;}
.search-panel{position:relative; padding-left:15px;}
.search-panel img{cursor:pointer;}
.search-content.search-panel-open{opacity:1; visibility:visible; width:350px;}
.search-content{position:absolute; right:-3px; top:-11px; opacity:0; visibility:hidden; overflow:hidden; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; width:0px;}
.search-content i{position:absolute; right:15px; top:9px; cursor:pointer; }
.search-content input.form-control{ border-radius:50px; height:45px; opacity:1;  }
.search-content input.form-control::-webkit-input-placeholder, .search-content input.form-control::-moz-placeholder, .search-content input.form-control:-ms-input-placeholder{color:#ffffff; opacity:1; }
.book-btn { margin-left: 0px !important;}
.search-content input.form-control {padding-right: 35px;}
/*search panel*/


@media only screen and (max-width:767px){
/*search panel*/
.search-content.search-panel-open {width:345px;}
.search-content {top: -9px;}
.search-panel {left: -50px; top: 0px;}
/*search panel*/	
}
@media only screen and (min-width:768px){
ul.hs-menu-children-wrapper {
    display: none !important;
  }
.hs-item-has-children:hover>.hs-menu-children-wrapper {
    display: block !important;
}  

 .hs-item-has-children:hover>.hs-menu-children-wrapper {
    display: block!important; 
} 
  
}

@media only screen and (max-width:480px){
	/*search panel*/
.search-content.search-panel-open {width: 255px;}
/*search panel*/
}


/*Header CSS*/
.footer { width: 100%; display: block; position: relative }
.news-letter-form { width: 100%; max-width: 490px; }
.food-form { width: 100%; max-width: 680px; }
.news-letter-form .form-group, .food-form .form-group { padding-right: 120px; position: relative; margin-bottom: 0; }
.news-letter-form .form-control, .food-form .form-control { height: 45px; line-height: 45px; border-radius: 10px 0 0 10px; font-size: 15px; letter-spacing: 0px; padding: 0 10px; }
.food-form .form-control { padding-left: 55px; font-size: 23px; letter-spacing: 0; }
.food-form .custom-btn { font-size: 25px; font-weight: 700; letter-spacing: 1px; }
.footer { padding: 50px 0 0; }
.footer-logo { padding: 0 0 20px; }
.footer-logo img { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
.footer-top p { line-height: 1.063rem; }
.footer-middle ul { padding: 20px 0; }
.footer-middle ul li { margin: 0 25px; }
.footer-middle ul li a { }
.footer-middle ul li a:hover { }
.footer-btm { padding: 0 0 20px; align-items: flex-end; }
.ftr-social-links { max-width: 300px; margin: 0 auto; }
.ftr-social-links ul li svg { max-width: 24px; max-height: 24px; }
.ftr-social-links ul li svg path { transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; }
.ftr-social-links ul li a:hover svg path { fill: var(--theme); }
.copyright-sec { padding: 20px 0; }
.copyright-sec ul li{font-size: 0.75rem; margin-right: 50px;}
.copyright-sec ul li:last-child { margin-right: 0; }
.news-letter-form .hs-button.primary.large { position: absolute; top: 35px; right: 10px; height: 100%; font-size: 16px; width: 125px; border-radius: 0 10px 10px 0; padding: 0 10px; text-transform: uppercase; color: #fff; font-weight: 600; border: none; line-height: normal; }
.news-letter-form input[type=email] { padding: 12px 129px 12px 12px; height: 100%; }
.news-letter-form h3 { display: none; }
.news-letter-form form { position: relative; }
.news-letter-form .hs-button.primary.large { top: 0; right: 0; border-radius: 0 2px 2px 0; }
.footer-middle { margin-top: 10px; }
.news-letter-form label.hs-error-msg { position: absolute; width: 100%; left: 0; }
 @media only screen and (max-width:991px) {
.footer-middle ul li { margin: 0 15px; }
.copyright-sec ul { flex-wrap: wrap; }
.copyright-sec ul li { flex: 0 0 25%; width: 25%; text-align: center; margin-right: 0; padding-bottom: 10px; }
.copyright-sec ul li:last-child { flex: 0 0 100%; width: 100%; }
}
@media only screen and (max-width:767px) {
.footer { padding: 30px 0 0; }
.footer-middle ul li { margin: 0 8px; }
.copyright-sec ul li { flex: 0 0 auto; width: auto; margin: 0 10px; }
news-letter-form { max-width: 390px; }
.news-letter-form .custom-btn { font-size: 18px; width: 125px; }
.news-letter-form .form-group { padding-right: 120px; }
.news-letter-form .hs-button.primary.large { width: 125px; }
.footer-top .footer-logo { padding-bottom: 0px; }
.news-letter-form { max-width: 380px; }
}
 @media only screen and (max-width:641px) {
.news-letter-form .custom-btn { font-size: 16px; width: 115px; }
.news-letter-form .form-group { padding-right: 110px; }
.footer-top { justify-content: center !important; }
.footer-top .footer-logo { padding-bottom: 20px; width: 100%; text-align: center; }
}
/* Menu and simple menu */

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

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}