*, *: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;
  position: relative;
  z-index: 20;
}

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

.dnd-section .dnd-column {
  padding: 0 20px;
}
@font-face {
  font-family: "ElegantIcons"; 
  src: url(https://22028345.fs1.hubspotusercontent-na1.net/hubfs/22028345/raw_assets/public/NoticeNinja_January_2023/fonts/ElegantIcons.eot) format("embedded-opentype"),
    url(https://22028345.fs1.hubspotusercontent-na1.net/hubfs/22028345/raw_assets/public/NoticeNinja_January_2023/fonts/ElegantIcons.woff) format("woff"),
    url(https://22028345.fs1.hubspotusercontent-na1.net/hubfs/22028345/raw_assets/public/NoticeNinja_January_2023/fonts/ElegantIcons.ttf) format("truetype"),
    url(https://22028345.fs1.hubspotusercontent-na1.net/hubfs/22028345/raw_assets/public/NoticeNinja_January_2023/fonts/ElegantIcons.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

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

@font-face { 
  font-family: "revicons"; 
  src:url(https://22028345.fs1.hubspotusercontent-na1.net/hubfs/22028345/raw_assets/public/NoticeNinja_January_2023/fonts/revicons.eot)  format("embedded-opentype"),
    url(https://22028345.fs1.hubspotusercontent-na1.net/hubfs/22028345/raw_assets/public/NoticeNinja_January_2023/fonts/revicons.woff) format("woff"), 
    url(https://22028345.fs1.hubspotusercontent-na1.net/hubfs/22028345/raw_assets/public/NoticeNinja_January_2023/fonts/revicons.ttf) format("truetype"),
    url(https://22028345.fs1.hubspotusercontent-na1.net/hubfs/22028345/raw_assets/public/NoticeNinja_January_2023/fonts/revicons.svg) format("svg"); 
  font-style: normal; 
  font-weight: normal;
}


body {
  line-height: 26px;
  line-height: 1.5;
  overflow-x: hidden!important;
  background-color: #f3f3f3;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: #f36823;
  color: #fff;
}
img{
  max-width: 100%;
  height: auto;
}
b,strong {
  font-weight: bold;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  line-height: 25px;
  margin:0px;

}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,h2{
  line-height: 26px;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
  margin:0
}
h3{
  line-height: 20px;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
  margin:0
}
h4{
  line-height: 26px;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: none;
  margin:0
}
h5,h6{
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
  margin:0

}


h1{
  line-height: 40px;
}


h1,h2,h3,h4,h5,h6{
  margin-bottom: 10px;
}

/* Lists */

ul,
ol {

  margin: 0;
  padding: 0;
  list-style-position: inside;
}

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;

  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #d6d6d6;
}


.content-wrapper, .dnd-section > .row-fluid,.page-center{
  margin: 0 auto;
  position: relative;

}


.content-wrapper, .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}


@media(max-width:1299px){
  .content-wrapper, .dnd-section>.row-fluid, .page-center{
    padding-left: 15px;
    padding-right: 15px;
  }
}
button,
.button {
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form .hs-form-field > label,
form .field > label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
}

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

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.hs-form-required {
  color: red;
}

form select {
  padding: 9px 10px;
}

select.is-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

form textarea {
  min-height: 66px;
}

.grecaptcha-badge {
  margin-left: 0;
}

@media(max-width: 768px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 5px;
    overflow: hidden;
    overflow-x: auto;
  }
}

.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}


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

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,
ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  margin: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  display: block;
  font-size: 14px;
  color: #f2545b;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

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

form .inputs-list>li {
  margin: 0;
}

div#hs-search-module form input {
  margin-bottom: 25px;
}
/* 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;
}
@media(min-width:1001px){
  header.header {
    -webkit-transition: left .33s cubic-bezier(.694,.0482,.335,1);
    -moz-transition: left .33s cubic-bezier(.694,.0482,.335,1);
    -o-transition: left .33s cubic-bezier(.694,.0482,.335,1);
    -ms-transition: left .33s cubic-bezier(.694,.0482,.335,1);
    transition: left .33s cubic-bezier(.694,.0482,.335,1);
    width: 100%;
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
  }
}

.header.header .header_bottom {
  padding: 0 45px;
  background-color: #fff;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  position: relative;
  background-color: rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.header_top_bottom_holder {
  position: relative;
}
.header_inner_right {
  float: right;
  position: relative;
  z-index: 110;
  display: table;
  min-height: 120px;
}

.header_inner_right .header_bottom_right_widget_holder {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 0 17px;
  padding-right: 0;
}

.header_inner_right .header_bottom_right_widget_holder a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 1.125em;
  box-shadow: none;
  text-decoration: none;
  color: #fff;
  border: 2px solid #FFF;
  padding: 0.667em 1.333em;
  background-color: transparent;
  background-image: none;
  border-radius: 15px;
  font-weight: 700;
  line-height: 26px;
}

.main_menu.right {
  position: relative;
  left: auto;
  float: right;
  z-index: 100;
  text-align: left;
}
.header_inner_right .header_bottom_right_widget_holder #hs_cos_wrapper_header_btn {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding-right: 0;
}
.main_menu nav>ul {
  list-style: none;
  margin: 0;
  left: auto;
  padding: 0;
  position: relative;
}

.main_menu nav>ul>li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
}

.main_menu nav>ul>li>a {
  line-height: 120px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: capitalize;
  position: relative;
  padding: 0 17px;
  display: inline-block;
  height: 100%;
}
.mobile_menu_button {
  display: none;
  float: left;
  height: 100px;
  margin: 0 20px 0 0;
}
.main_menu nav>ul ul {
  left: 0;
  margin: 0;
  top: 100%;
  position: absolute;
  display: block;
  visibility: hidden; 
  opacity: 0;  
  z-index: 10;
  -webkit-transition: top .3s ease-in-out;
  -moz-transition: top .3s ease-in-out;
  -ms-transition: top .3s ease-in-out;
  -o-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
  padding: 7px 0;
  background-color: #262626;
  border-color: #3d3d3d;
  height: auto;
  list-style: none;
  margin: 0;
}

.main_menu nav>ul ul>li {
  padding: 0;
  width: 225px;
  display: block;
  position: relative;
}

.main_menu nav>ul ul>li>a {
  display: block;
  font-weight: 600;
  color: #9d9d9d;
  height: auto;
  line-height: 16px;
  margin: 0;
  padding: 9px 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main_menu nav>ul>li:hover ul {
  visibility: visible;
  overflow: visible;
  opacity: 1;
}

.main_menu nav>ul ul ul {
  left: -100%;
  top: 0;
  display: none;
}
.main_menu nav>ul ul>li:hover ul {
  display: block;
}

.main_menu nav>ul ul>li.has-submenu>a:before {
  position: relative;
  top: 2px;
  left: 0;
  color: #888;
  float: left;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  content: "\f105";
}
.main_menu nav>ul>li:hover>a {
  opacity: .8;
}
.main_menu nav>ul>li:last-child>ul {
  right: 0;
  left: auto;
  text-align: end;
}

.main_menu nav>ul ul li a:hover {
  color: #fff;
}

@media(min-width:1001px){
  .fixed .header.header .header_bottom {
    background-color: rgba(153,153,153,.8) ;
  }

  .fixed .site_logo img {
    width: 181px !important;
  }

  .fixed .site_logo {
    height: 102px;
  }

  .fixed .header_inner_right {
    min-height: 100px;
  }

  .fixed .main_menu nav>ul>li>a {
    line-height: 102px;
  }
  .fixed .header_inner_right .header_bottom_right_widget_holder a {
    position: relative;
    top: 1px;
  }
  .fixed .header.header .header_bottom {
    border: none;
  }
}

.no-banner .outter_header {
  min-height: 121px;
}

.no-banner .header.header .header_bottom {
  background-color: hsla(0,0%,60%,.8)!important;
}


@media(max-width:1017px) and (min-width:1001px){
  .site_logo img {
    width: 158px !important;
    top: 15px;
    position: relative;
  }

  .fixed .site_logo img {
    width: 158px !important;
  }
}



@media(min-width:1001px){
  .mobile-menu {
    display: none;
  }
}

@media only screen and (max-width: 1000px){
  .main_menu.right {
    display: none;
  }
  header.header {
    top: 0;
    margin-top: 0;
    display: block;
    position: relative;
    left: 0;
    margin-bottom: 0;
  }

  .header.header .header_bottom {
    background-color: #606060;
  }
  .header_inner_left {
    position: relative!important;
    left: 0!important;
    margin-bottom: 0;
  }
  .site_logo {
    height: 100px!important;
    left: 50% !important;
    position: absolute !important;
    top: 0 !important;
  }

  .mobile_menu_button {
    display: table;
  }
  .site_logo a {
    left: -50%;
    width: auto!important;
    display: block;
    position: relative;
    height: 80px;
    visibility: visible;
    top: 10px;
  }
  .mobile_menu_button span {
    width: 19px;
    height: 17px;
    font-size: 14px;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    color: #9d9d9d;
    top: -1px;
  }

  .mobile_menu_button span .fa-bars:before {
    content: "\f0c9";
  }

  .site_logo img {
    width: 158px !important;
  }

  .header_inner_right {
    min-height: auto;
  }

  .header_inner_right .header_bottom_right_widget_holder a {
    position: relative;
    top: 22px;
  }
  .four_columns>.column4>.column_inner {
    padding: 0 0 0 0px;
  }


}

.lp .mobile_menu_button {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1000px){


  .site_logo img {
    width: 158px !important;
  }
  .header_inner_right {
    min-height: auto;
  }
  .mobile-menu {
    display: block;
    background-color: #606060;
    width: 100%;
    position: relative;
    float: left;
    top: 0;
    text-align: left;
    overflow: hidden;
    z-index: 100;
    display: none;
  }

  .mobile-menu .hs-menu-wrapper>ul {
    width: 600px;
    margin: 0 auto;

  }
  .mobile-menu .hs-menu-wrapper>ul>li {
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    border-bottom: 1px solid #eaeaea;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
    font-weight: 400;
    color: #888;
    padding: 10px 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:last-child {
    border: 0!important;
  }
  .mobile-menu .hs-menu-wrapper>ul ul {
    border-top: 1px solid #eaeaea;
    display:none;
  }

  .mobile-menu .hs-menu-wrapper >ul ul>li {
    margin: 0 0 0 20px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
  }

  .mobile-menu .hs-menu-wrapper>ul ul>li>a {
    font-size: 13px;
    font-weight: 400;
    color: #888;
    padding: 10px 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0;
  }

  .mobile-menu .hs-menu-wrapper>ul ul>li:last-child {
    border: none !important;
  }
  .mobile-menu .hs-menu-wrapper ul li.hs-item-has-children .child-trigger {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 50px;
    z-index: 9000;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-menu .hs-menu-wrapper ul li .child-trigger .fa-angle-right {
    display: inline;
    color: #888;
  }

  .mobile-menu .hs-menu-wrapper ul li .child-trigger  .fa-angle-right:before {
    content: "\f105";
  }

  .mobile-menu .hs-menu-wrapper ul li.nav-active>span .fa-angle-right {
    display: none;
  }

  .mobile-menu .hs-menu-wrapper ul li .child-trigger .fa-angle-down {
    display: none;
    color: #888;
  }

  .mobile-menu .hs-menu-wrapper ul li .child-trigger .fa-angle-down:before {
    content: "\f107";
  }

  .mobile-menu .hs-menu-wrapper ul li.nav-active> .child-trigger .fa-angle-down {
    display: inline;
  }

  .mobile-menu .hs-menu-wrapper>ul {
    width: 100%;
    max-width: 768px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li:last-child > a {
    padding-bottom: 9px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a:hover {
    color: #f36823;
  }

  .mobile-menu .hs-menu-wrapper>ul>li.active>a {
    color: #f36823;
  }

  .mobile-menu .hs-menu-wrapper>ul ul>li>a:hover {
    color: #f36823;
  }
  .mobile-menu .hs-menu-wrapper>ul>li.active-branch>a {
    color: #f36823;
  }
  .no-banner .outter_header{
    min-height: 101px;
  }
  .no-banner .header.header .header_bottom {
    background-color: #606060 !important;
  }
}

@media(max-width:768px){
  .header_inner_right .header_bottom_right_widget_holder {
    display: none;
  }
  .main_menu.right {
    display: none;
  }
  .mobile-menu .hs-menu-wrapper>ul {
    max-width: 600px;
  }
  .site_logo img {
    max-width: 158px;
  }
}

@media(max-width:600px){
  .mobile-menu .hs-menu-wrapper>ul {
    max-width: 420px;
  }
}

@media only screen and (max-width: 480px){
  .header.header .header_bottom {
    padding: 0 25px;
  }
  .mobile-menu .hs-menu-wrapper>ul {
    max-width: 100%;
  }
}
@media only screen and (max-width: 420px){
  .header.header .header_bottom {
    padding: 0 15px;
  }
}
footer.footer {
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}

footer.footer .footer_bottom_holder {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 23px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  padding-bottom: 7px;
  background-color: #f36823;
  display: block;
}

footer.footer .two_columns_50_50 {
  width: 100%;
}

footer.footer .two_columns_50_50>.column1, 
footer.footer .two_columns_50_50>.column2 {
  width: 50%;
  float: left;
}

footer.footer .two_columns_50_50>.column1>.column_inner {
  padding: 0 10px 0 0;
}

footer.footer .footer_bottom {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 23px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  padding-top: 6px;
  height: 53px;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.footer_top_holder {
  background-color: #7c7c7c;
  position: relative;
}

.footer_top_holder .footer_top {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  color: #ffffff;
  padding-top: 55px;
  padding-bottom: 45px;
}

.four_columns {
  width: 100%;
}

.four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
  width: 25%;
  float: left;
}

.four_columns>.column1>.column_inner {
  padding: 0 15px 0 0;
}

.four_columns>.column2>.column_inner {
  padding: 0 10px 0 5px;
}

.four_columns>.column2>.column_inner .hs-menu-wrapper>ul {
  margin: 0 0 0 15px;
}

.four_columns>.column2>.column_inner .hs-menu-wrapper>ul>li>a,
.footer_top_holder .column3 .hs-menu-wrapper>ul>li>a{
  color: #ffffff;
  margin-bottom: 41px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 27px;
  font-weight: 300;
  text-transform: capitalize;
  font-style: normal;
  display: block;
}

.four_columns>.column2>.column_inner .hs-menu-wrapper>ul ul>li {
  margin: 0;
  line-height: 22px;
  padding: 0 0 17px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
}

.four_columns>.column2>.column_inner .hs-menu-wrapper>ul ul>li>a {
  margin-bottom: 0;
  display: block;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 12px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  word-wrap: break-word;
  -ms-transition: color .2s ease-in-out;
}
footer.footer .footer_bottom_holder .footer_bottom_border {
  background-color: #3b3b3b;
  height: 1px;
}


.footer_top_holder .column3 .hs-menu-wrapper>ul {
  margin: 0 0 0 10px;
}

.four_columns>.column3>.column_inner {
  padding: 0 5px 0 10px;
}

.footer_top_holder .column3 .hs-menu-wrapper>ul ul>li {
  margin: 0;
  line-height: 22px;
  padding: 0 0 17px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.footer_top_holder .column3 .hs-menu-wrapper>ul ul>li>a {
  display: block;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 12px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  color: #FFF;
}
.footer_top_holder .column4 .contact h5 {
  color: #ffffff;
  margin-bottom: 41px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 27px;
  font-weight: 300;
  text-transform: capitalize;
  font-style: normal;
  margin-left: 5px;
}

.four_columns>.column4>.column_inner {
  padding: 0 0 0 15px;
}

.four_columns>.column4>.column_inner .contact h4 {
  margin: 0 0 0 5px;
}

.four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(2),
.four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(3){
  color: #fff;
  margin: 0 0 12px;
  padding-bottom: 4px;
  padding-left: 36px;
  position: relative;
}

.four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(2):before,
.four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(3):before {
  content: "\e01d";
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 5px;
  top: 6px;
}


.four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(3):before {
  content: "\e010";
}

footer.footer .column2 .footer_bottom  {
  text-align: right;
}

.two_columns_50_50>.column2>.column_inner {
  padding: 0 0 0 10px;
}
.footer_bottom_holder .content-wrapper {
  padding-top: 3px;
}
.four_columns>.column4>.column_inner .social_wrapper {
  margin: 0 0 0 5px;
  display: flex;
  align-items: center;
}

.four_columns>.column4>.column_inner .social_wrapper .twitter_circle{
  font-size: 25px;
  order: 2;
}

.four_columns>.column4>.column_inner .social_wrapper .linkedin_circle{
  font-size: 25px;
  order: 1;
}
.four_columns>.column4>.column_inner .social_wrapper .twitter_circle i,
.four_columns>.column4>.column_inner .social_wrapper .linkedin_circle i{
  color: rgba(255,255,255,0.3);
}
.four_columns>.column4>.column_inner .social_wrapper .linkedin_circle .qode_icon_font_awesome,
.four_columns>.column4>.column_inner .social_wrapper .twitter_circle .qode_icon_font_awesome{
  font-size: 18px;
  color: #ffffff;
}
.footer_top_holder .column3 .hs-menu-wrapper>ul>li>a, 
.four_columns>.column2>.column_inner .hs-menu-wrapper>ul>li>a {
  cursor: text;
}

.footer_top_holder .column3 .hs-menu-wrapper>ul>li>a,
.four_columns>.column2>.column_inner .hs-menu-wrapper>ul>li>a {
  cursor: text;
}


.footer_top_holder .footer_top .content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

footer.footer .footer_bottom_holder .content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(2), 
.four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(3) {
  word-break: unset !important;
}


.footer_bottom .linkedin_circle a:hover .fa-stack-base,
.footer_bottom .twitter_circle a:hover .fa-stack-base {
  color: #46db77;
}

.four_columns>.column4>.column_inner .social_wrapper .twitter_circle a:hover .fa-stack-base,
.four_columns>.column4>.column_inner .social_wrapper .linkedin_circle a:hover .fa-stack-base{
  color: #f36823;
}





.ftrcontacttl {
  margin: 0 0 0 5px;
}

.ftrcontacttl h5 {
  margin: 0 0 22px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 27px;
  font-weight: 300;
  text-transform: capitalize;
  color: #ffffff;
  font-style: normal;
  margin-bottom: 41px;
  color: #ffffff;
}

.ftrconatctdtls {
  margin: 0 0 0 5px;
}

.ftrconatctdtls > .textwidget {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
}

.ftrconatctdtls .q_icon_with_title {
  display: block;
  position: relative;
}

.ftrconatctdtls .q_icon_with_title .icon_text_holder {
  position: relative;
}

.ftrconatctdtls .q_icon_with_title .icon_text_inner {
  padding-bottom: 4px;
}

.ftrconatctdtls .icon_title_holder {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 0 12px;
}

.ftrconatctdtls .icon_holder {
  position: relative;
  z-index: 2;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  float: none;
  padding: 0 15px 0 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  display: block;
  width: auto;
}

.ftrconatctdtls .icon_holder .qode_iwt_icon_holder {
  vertical-align: -15%;
  display: inline-block;
  word-wrap: break-word;
  position: relative;
  top: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
}

.ftrconatctdtls .icon_holder .qode_iwt_icon_holder > span {
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}

.icon_pin_alt:before {
  content: "\e01d";
}

.ftrconatctdtls h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: none;
  display: table-cell;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  color: #fff;

  /*   word-break: break-word; */
}

.icon_mail_alt:before {
  content: "\e010";
}

.ftrconatctdtls .icon_holder .qode_iwt_icon_holder > span:hover {
  color: rgb(70, 219, 119);
}

.linkedin_circle a, .twitter_circle a {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
}



@media(max-width:1010px) and (min-width:769px){
  .ftrconatctdtls .q_icon_with_title:last-child h4 {
    font-size: 11px;
  }
  .ftrconatctdtls .icon_holder {
    padding-right: 5px;
  }

  .ftrconatctdtls .icon_holder .qode_iwt_icon_holder {
    font-size: 12px;
    vertical-align: middle;
  }


  .four_columns>.column4>.column_inner {
    padding: 0;
  }
}

@media(max-width:940px){
  .four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(2),
  .four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(3) {
    word-break: break-word !important;
  }
}


@media(max-width:835px) and (min-width:769px){
  .footer_top_holder .footer_top .content-wrapper,
  footer.footer .footer_bottom_holder .content-wrapper{
    padding-left: 15px;
    padding-right: 15px;
  }
}


@media(max-width:642px) and (min-width:601px){
  .footer_top_holder .footer_top .content-wrapper,
  footer.footer .footer_bottom_holder .content-wrapper{
    padding-left: 15px;
    padding-right: 15px;
  }
}


@media only screen and (max-width: 768px){
  .ftrconatctdtls {
    margin: 0;
  }

  .ftrcontacttl {
    margin: 0;
  }
  .four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
    width: 100%;
    float: none;
  }

  .four_columns>.column1, .four_columns>.column2, .four_columns>.column3 {
    margin: 0 0 25px;
  }

  .four_columns .column_inner {
    padding: 0 !important;
  }
  .four_columns>.column2>.column_inner .hs-menu-wrapper>ul {
    margin: 0;
  }

  .footer_top_holder .column3 .hs-menu-wrapper>ul {
    margin: 0;
  }
  .four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(2):before,
  .four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(3):before {
    left: 0;
  }

  .four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(2), 
  .four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(3) {
    padding-left: 32px;
  }

  .footer_top_holder .column4 .contact h5 {
    margin-left: 0;
  }

  .four_columns>.column4>.column_inner .social_wrapper {
    margin: 0;
  }

  .four_columns>.column1 {
    margin-bottom: 49px;
  }

}

@media only screen and (max-width: 600px){
  footer.footer .two_columns_50_50>.column1, footer.footer .two_columns_50_50>.column2 {
    width: 100%;
  }

  footer.footer .two_columns_50_50>.column1>.column_inner {
    padding: 0;
  }

  footer.footer .footer_bottom {
    text-align: center;
  }

  .two_columns_50_50>.column2>.column_inner {
    padding: 0;
  }

  footer.footer .column2 .footer_bottom {
    text-align: center;
  }
  .footer_bottom_holder .column1.footer_bottom_column {
    padding-bottom: 6px;
  }
}

@media only screen and (max-width: 480px){
  footer.footer .column2 .footer_bottom {
    height: auto;
  }

  footer.footer .footer_bottom {
    height: auto;
  }
  footer.footer .footer_bottom_holder {
    padding-bottom: 4px;
  }

  .footer_bottom_holder .content-wrapper {
    padding-top: 0;
  }
  .four_columns>.column4>.column_inner .social_wrapper {
    margin: 0 0 25px!important;
  }

  .four_columns>.column4>.column_inner .contact {
    margin: 0 0 37px!important;
  }

  .footer_top_holder .content-wrapper {
    padding: 0 25px;
    max-width: initial;
  }

  .four_columns>.column1 {
    margin-bottom: 71px;
  }

  .footer_top_holder .footer_top .content-wrapper, footer.footer .footer_bottom_holder .content-wrapper {
    padding: 0 25px;
  }
  footer.footer .column2 .footer_bottom {
    padding-top: 0;
  }
  .ftrconatctdtls {
    margin-bottom: 25px;
  }
}


@media(max-width:420px){
  .footer_top_holder .footer_top .content-wrapper, footer.footer .footer_bottom_holder .content-wrapper {
    padding: 0 15px;
  }
}


#back_to_top {
  text-decoration: none;
  cursor: pointer;
  color: #cdcdcd;
  height: auto;
  position: fixed;
  bottom: 65px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  right: 25px;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  right: 25px;
  display: inline-block;
}

#back_to_top > span {
  border-color: rgba(196,196,196,1);
  border-width: 1px;
  border-style: solid;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  -o-border-radius: 52px;
  -moz-border-radius: 52px;
  -webkit-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  border: 2px solid #e8e8e8;
  background: 0 0;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-color: rgba(196,196,196,1);
  border-width: 1px;
  border-style: solid;
  box-sizing: content-box;
}

#back_to_top > span i {
  -webkit-transition: color .2s ease 0s;
  -moz-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
  font-size: 22px;
  color: #b0b0b0;
  line-height: 52px;
}

.fa-arrow-up:before {
  content: "\f062";
}

.totop #back_to_top {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  right: 25px;
}

#back_to_top:hover > span {
  background-color: rgba(243,104,35,1);
  border-color: rgba(243,104,35,1);
}

#back_to_top:hover > span i {
  color: #fff;
}
/* Menu and simple menu */

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

.banner-section .dnd-section > .row-fluid {
  padding: 0;
}
.banner-section .dnd-section, .content-wrapper--vertical-spacing {
  padding: 0;
}
.dnd-section[class*="full-width"],
.dnd-section[class*="full-width"] > .row-fluid,
.dnd-section[class*="full-width"]  .dnd-column {
  padding: 0;
}

.mgpg p, .mgpg ul,.mgpg ol {
  padding-bottom: 15px;
}
.hs_prss_rw1 .custom_banner .title_holder .title_subtitle_holder_inner .separator {
  background-color: #fff;
}

.hs_prss_rw1 .custom_banner .title_holder .title_subtitle_holder .subtitle {
  font-size: 17px;
  line-height: normal;
}

.hs_prss_rw1 img {
  vertical-align: middle;
  background-color: transparent;
}

.hs_prss_rw2 {
  padding-top: 95px;
}


.hs_prss_rw2 h1 {
  margin-bottom: 0;
}
.hs_prss_rw2 p {
  word-break: break-word;
}
.hs_faqpg_rw1 .custom_banner .title_holder .title_subtitle_holder_inner .separator {
  background-color: #2f4360;
}

.hs_faqpg_rw2 {
  margin-top: 20px;
  background-color: #fff;
}

.custom_banner img {
  vertical-align: middle;
}

.hs_faqpg_rw2 h2 {
  background-color: #ffffff;
  padding-top: 35px;
  text-align: center;
  margin: 0;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .hs_faqpg_rw2 .span6.widget-span {
    width: 50%;
    margin: 0;
    float: left;
  }
}
.accdn_wrp .title-holder span.accordion_mark_icon {
  background-image: url(https://22028345.fs1.hubspotusercontent-na1.net/hubfs/22028345/raw_assets/public/NoticeNinja_January_2023/images/plus.png);
}
.accdn_wrp .title-holder.active span.accordion_mark span.accordion_mark_icon {
  background-image: url(https://22028345.fs1.hubspotusercontent-na1.net/hubfs/22028345/raw_assets/public/NoticeNinja_January_2023/images/minus.png);
}


.hs_faqpg_rw2 .span6.widget-span:first-child .accdn_wrp .innrpd {
  padding-left: 0;
}

.accdn_wrp .innrpd .accordion_content_inner {
  padding: 8px 0 25px;
  display: block;
}

.accdn_wrp .innrpd .accordion_content_inner h4 {
  margin: 0;
}

.hs_faqpg_rw2 {
  padding-bottom: 31px;
}

.hs_tourpg_rw3 .cntntwthimg .cl6.clcntnt .tlwrp {
  margin: 0;
}

.hs_tourpg_rw4 .cntntwthimg .cl6.clcntnt .tlwrp {
  margin: 0;
}

.hs_tourpg_rw5 .cntntwthimg .cl6.clcntnt .tlwrp {
  margin: 0;
}

.hs_tourpg_rw5 .cntntwthimg.rgt {
  padding-bottom: 61px;
}
.hs_tourpg_rw6 .cntntwthimg .cl6.clcntnt .tlwrp {
  margin: 0;
}

.hs_tourpg_rw6 .btmsptr {
  display: none;
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-check-square-o:before {
  content: "\f046";
}


/* /////////////////// */

.twbtmsptr {
  background-color: #fff;
}

.twbtmsptr .content-wrapper > .row {
  margin-left: -15px;
  margin-right: -15px;
}

.twbtmsptr .content-wrapper > .row .pd {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.twbtmsptr .content-wrapper > .row .pd .separator {
  position: relative;
  display: block;
  height: 1px;
  background-color: #eaeaea;
  margin: 10px 0;
}




.hs_tourpg_rw10 .cntntwthimgicn.rgt {
  padding-bottom: 40px;
}

.hs_tourpg_rw10 .cntntwthimgicn.rgt .tlwrp {
  padding-top: 21px;
  padding-bottom: 35px;
}

.hs_tourpg_rw10 .cntntwthimgicn.rgt .cntntcl .inrpd .cntntcl {
  padding-right: 10%;
  padding-bottom: 25px;
}

.hs_tourpg_rw10 .cntntwthimgicn .imgcl img {
  padding-top: 32px;
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.hs_tourpg_rw10 .cntntwthimgicn .q_icon_list i {
  color: #f36823;
}

.hs_tourpg_rw10 .cntntwthimgicn.rgt {
  padding-bottom: 50px;
}
.hs_tourpg_rw12 .btm_pan {
  background-color: #ededed;
}
.fa-check:before {
  content: "\f00c";
}
.four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(2), 
.four_columns>.column4>.column_inner .contact #hs_cos_wrapper_Footer_contact h4:nth-child(3) {
  word-break: break-word;
}
.hs_tourpg_rw1 .custom_banner .title_holder .title_subtitle_holder .subtitle > span > span > span {
  /*     color: #f36823; */
}

.custom_banner .title_holder .title_subtitle_holder .subtitle b {
  color: #f36823;
}


.fa-file-text:before {
  content: "\f15c";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

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

.fa-info:before {
  content: "\f129";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-check-circle:before {
  content: "\f058";
}



.hs_taxprs_rw5 .btmsptr {
  display: none;
}

.hs_taxprs_rw6 .btm_pan {
  background-color: #ededed;
}

.hs_invstr_rw1 .custom_banner img {
  height: 600px !important;
}

.hs_invstr_rw2 {
  background-color: #ffffff;
  padding-top: 87px;
  text-align: left;
}

.hs_invstr_rw2 .dnd-section .dnd-column {
  padding-right: 7% !important;
  padding-left: 7% !important;
}

.hs_invstr_rw3 {
  border-bottom: 1px solid #c1c1c1;
  padding-top: 26px;
  padding-bottom: 1px;
  text-align: left;
  padding-bottom: 25px;
}

.hs_invstr_rw3 h1 {
  margin: 0;
}

.hs_invstr_rw3 h2 {
  margin: 0;
}

.hs_invstr_rw3 form {
  padding-top: 25px;
}
.hs_invstr_rw1 .custom_banner img {
  height: 31.2vw !important;
  object-fit: cover;
  object-position: top;
}

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

.hs_resurs_rw5 .lgglry .content-wrapper .row.clearfix {
  margin: 0;
}

.hs_resurs_rw5 .lgglry .content-wrapper>.row>.inrpd {
  padding: 0;
}

.icon_plus:before {
  content: "\4c";
}
.icon_minus-06:before {
  content: "\4b";
}


.hs_resurs_rw6 {
  margin-top: 75px;
  padding-top: 74px;
  padding-bottom: 38px;
  background-color: #ffffff;
}

.hs_resurs_rw6 .dnd-column {
  padding: 0px;
}

.hs_resurs_rw6 .dnd-section > .row-fluid {
  max-width: 100%;
  padding: 0 12.5% 0 14.5%;
  text-align: center;
}

.hs_resurs_rw6 h2 {
  margin-bottom: 32px;
}

.hs_resurs_rw6 img {
  vertical-align: middle;
  max-width: 300px;

  width: 100%;
}

.hs_resurs_rw8 .btm_pan {
  background-color: #ededed;
}


.bxcntnt .bxcntnttwrw.bxx_2 .inrbg {
  margin-top: 61px;
}

.bxcntnt .bxcntnttwrw.bxx_4 .inrbg,.bxcntnt .bxcntnttwrw.bxx_5 .inrbg {
  margin-top: 61px;
}

.bxcntnt .bxcntnttwrw.bxx_6 .inrbg {
  margin-top: 31px;
}

.hs_abtpg_rw9 .btm_pan {
  background-color: #ededed;
}


.hs_conatctpg_rw1 .custom_banner .title_holder .title_subtitle_holder_inner .separator {
  display: none;
}
.icon_phone:before {
  content: "\e090";
}
.icon_mail:before {
  content: "\e076";
}

.icon_pin:before {
  content: "\e081";
}


body .orng-btn {
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  padding: 0 23px;
  border: 2px solid #303030;
  position: relative;
  width: auto;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  border-color: #f36823;
  font-size: 14px;
  line-height: 57px;
  height: 57px;
  font-style: normal;
  font-weight: 700;
  background-color: #f36823;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  border-width: 1px;
  padding-left: 54px;
  padding-right: 54px;
  display: inline-block;
}





.hs_hmpg_rw2 {
  background-color: #f7f7f7;
  text-align: center;
  padding-top: 69px;
  padding-bottom: 30px;
}

.hs_hmpg_rw2 .dnd-row {
  max-width: 66.66666667%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.hs_hmpg_rw2 h1 {
  margin: 0;
  margin-bottom: 25px;
  display: inline-block;
}

.hs_hmpg_rw2 hr {
  width: 57px;
  background-color: #f36823;
  height: 1px;
  width: 57px;
  display: block;
  margin: 10px auto 20px;
}



.fa-desktop:before {
  content: "\f108";
}
.fa-circle:before {
  content: "\f111";
}
.fa-question:before {
  content: "\f128";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-calculator:before {
  content: "\f1ec";
}


.hs_hmpg_rw4 .cntntwthicon {
  padding-top: 0;
}
body .orng-btn:hover {
  color: #fff;
}
body .orng-btn:focus {
  color: #fff;
}



.hs_hmpg_rw6 .lgglry {
  overflow: hidden;
  padding-bottom: 63px;
}

@media(min-width: 768px) {
  .lgglry .sixcl {
    width: 16.66666666666667%;
    float: left;
  }
}

.hs_hmpg_rw6 .lgglry .content-wrapper {
  max-width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 25px;
}




.hs_hmpg_rw8 {
  padding-top: 70px;
  padding-bottom: 19px;
  text-align: center;
}

@media (min-width: 768px) {
  .hs_hmpg_rw8 .dnd-row {
    max-width: 66.66666667%;
    margin: 0 auto;
  }
}

.hs_hmpg_rw8 .dnd-section > .row-fluid {
  max-width: 100%;
}

.hs_hmpg_rw8 h5 {
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 20px;
  line-height: 32px;
  text-transform: none;
  margin-bottom: 40px;
}

.hs_hmpg_rw9 .cntntwthicon {
  background-color: #ffffff;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .cntntwthicon .fourcl {
    width: 25%;
    float: left;
  }
}

.hs_hmpg_rw9 .cntntwthicon .iconitem > .inrpd {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-calendar-check-o:before {
  content: "\f274";
}
.hs_hmpg_rw10 .btm_pan {
  background-color: #ededed;
}


@media(max-width:767px){
  .hs_hmpg_rw2 .dnd-row {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1000px){
  .lgglry .sixcl {
    width: 33.33333333333333%;
  }
  .hs_hmpg_rw2 .dnd-row {
    max-width: 100%;
    padding: 0;
  }
}


@media only screen and (max-width: 767px){
  .lgglry .sixcl {
    width: 100%;
  }

}
.hs_prss_rw2 {
  line-height: 26px;
}
.contactinfo  form .actions {
  margin-bottom: 0;
}
.fa-arrow-right:before {
  content: "\f061";
}

#hs_cos_wrapper_widget_1756232735644 .keybentfts .keyrwitem .full_section_inner {
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
#hs_cos_wrapper_widget_1756232735644 .keybentfts .icon_text_holder {
  padding: 0 44px 0 44px;
}
#hs_cos_wrapper_widget_1756239788858 .testimnl .flex-direction-nav {display: none;}