
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: normal;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html{
scroll-behavior: smooth;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 20px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

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

form{
  background-color: rgba(39, 40, 61, 0.9);
  padding:40px;
}

.hs-form-field {
  padding: 0px 15px 30px 15px;
}

.hs_error_rollup {
    padding: 0 15px 30px;
    max-width: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* Labels */

form label {
  display: block;
  font-family: ;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 100%;
  padding-bottom: 8px;
}

/* Help text - legends */

form legend {
  display: block;
  font-family: ;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 100%;
  padding-bottom: 8px;
}

/* Inputs */

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 10px 20px 10px 20px;
  color: rgba(39, 40, 61,0.6);
  background-color: #fff;
  border: 0px solid rgba(245, 179, 183, 0);
  border-radius: 5px;
  min-height: 57px;
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}

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: 2px solid #f00;
}

.hs-error-msg,
ul.no-list.hs-error-msgs.inputs-list label{
  color: #f00;
  margin-top: 0.35rem;
}

/* Submit button */

.hs-button,
.hs-button.large.primary,
button,
.button {
  color: rgba(39, 40, 61,1);
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 500px;
  padding: 14px 42px 14px 42px;
  flex-flow: row nowrap;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-family: ;
  outline: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  white-space: pre-wrap;
  width: auto;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
}    

.hs-button:hover,
.hs-button:focus,
.hs-button.large.primary:hover,
.hs-button.large.primary:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #fff;
  background-color: rgba(229, 50, 59,1);
  border-color: rgba(229, 50, 59,1);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-top-seaction {
   position: relative;
   z-index: 1055;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: #5d9031;
}

.sticky .body-wrapper {
   padding-top: 101px;
}

.header__container{
   width: 100%;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}

.top-content-wrap {
   justify-content: center;
   align-items: center;
   margin: 0;
   padding: 0px 15px 0px 15px;
   display: flex;
   flex: 0 1 auto;
   width: 100%;
}


.top-content p {
   margin: 0;
   color: #fff;
   text-align: center;
   font-family: ;
   font-size: 16px;
   line-height: 1.6;
   font-weight: 500;
   letter-spacing: 0px;
}

.sticky .header-bg {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
}

.top-content p a{
   color:#fff;
}

.top-content {
   flex: 0 1 auto;
   min-width: 0;
   display: flex;
   margin: 10px 0px 10px 0px;
}

.header-bg {
   padding-top: 3px;
   z-index: 1055;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   border-bottom: 1px solid rgba(102, 115, 141, 0.09);
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.header_row {
   display: flex;
   position: relative;
   text-align: center;
   -webkit-box-pack: center;
   min-height: auto;
   -ms-flex-pack: center;
   margin: 0;
   z-index: auto;
   align-items: flex-start;
   justify-content: center;
}

.header_content {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   text-align: left;
   -ms-flex-preferred-size: 100%;
   flex-basis: 100%;
   max-width: 100%;
   width: 100%;
}

.header-col1 {
   flex: 1 1 20%;
   max-width: 20%;
   display: flex;
   position: relative;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   min-height: 1px;
   -ms-flex-preferred-size: 100%;
   will-change: flex, max-width;
   justify-content: center;
}

.header-col2 {
   flex: 1 1 62.3%;
   max-width: 62.3%;
   justify-content: center;
   display: flex;
   position: relative;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   flex-direction: column;
   min-height: 1px;
   will-change: flex, max-width;
}

.header-col3 {
   flex: 1 1 17.7%;
   max-width: 17.7%;
   justify-content: center;
   display: flex;
   position: relative;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   flex-direction: column;
   min-height: 1px;
   will-change: flex, max-width;
}

.header_logo {
   padding: 20px 0px 20px 0px;
   margin: 0;
   z-index: auto;
   position: relative;
   min-height: 1px;
   min-width: 0;
}

.header_logo a{
   display:flex;
}

.header_logo img{
   width:100%!important;
}

.custom-menu-primary{
   display: flex;
   -webkit-box-flex: 0;
   -ms-flex: 0 1 auto;
   flex: 0 1 auto;
   min-width: 0;
   position: relative;
   justify-content: flex-end;
}


.custom-menu-primary .hs-menu-wrapper>ul{
   -webkit-box-flex: 1;
   -ms-flex: 1 0 100%;
   flex: 1 0 100%;
   min-width: 0;
   -webkit-box-align: center;
   list-style:none;
   -ms-flex-align: center;
   align-items: center;
   justify-content: flex-end;
   margin: 0px -15px -20px -15px;
   padding:0;
   display: flex;
   flex-wrap: wrap;
}


.custom-menu-primary .hs-menu-wrapper>ul>li{
   padding: 0px 15px 20px 15px;
   position: relative;
   min-height: 1px;
   -ms-flex-preferred-size: auto;
   flex-basis: auto;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
   top: 72px;
   z-index: 5;
   display: none;
   left: 0;
   position: absolute;
   padding: 15px;
   margin: 0;
   list-style: none;
   background: #fff;
   min-width: 200px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
   font-family: ;
   font-weight: 700;
   font-size: 15px;
   text-transform: uppercase;
   line-height: 1.6;
   letter-spacing: 0px;
   color: #32396D;
   border: 0px solid rgba(35, 157, 219, 0);
   background-color: rgba(35, 157, 219, 0);
   padding: 10px 0px 10px 0px;
   transition-duration: 0.50s;
   display: block;
   transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
   text-align: center;
   vertical-align: middle;
   -ms-touch-action: manipulation;
   touch-action: manipulation;
   transition-property: color, box-shadow, background, border-color;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a{
   font-family: ;
   font-weight: 700;
   font-size: 15px;
   text-transform: uppercase;
   line-height: 1.6;
   letter-spacing: 0px;
   color: #32396D;
   border: 0px solid rgba(35, 157, 219, 0);
   background-color: rgba(35, 157, 219, 0);
   padding: 14px 0px 14px 0px;
   flex-flow: row nowrap;
   transition-duration: 0.50s;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
   text-align: center;
   vertical-align: middle;
   -ms-touch-action: manipulation;
   touch-action: manipulation;
   transition-property: color, box-shadow, background, border-color;

}

.header-btn-wrap{
   -webkit-box-flex: 1;
   -ms-flex: 1 0 100%;
   flex: 1 0 100%;
   min-width: 0;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   justify-content: flex-end;
   margin: 0px -15px -20px -15px;
   display: flex;
   flex-wrap:wrap;
}

.header-contact-btn {
   padding: 0px 15px 20px 15px;
   position: relative;
   min-height: 1px;
   -ms-flex-preferred-size: auto;
   flex-basis: auto;
}

.header-contact-btn a {
   display: flex;
   align-items: center;
   justify-content: center;
   font-family: ;
   font-weight: 700;
   font-size: 15px;
   line-height: 1.5;
   white-space: nowrap;
   flex-flow: row-reverse nowrap;
   letter-spacing: 0;
   border: 4px solid rgba(50, 57, 109,1);
   border-radius: 500px;
   color: #fff;
   padding: 11px 26px 11px 26px;
   background-color: rgba(50, 57, 109,1);
   width: auto;
}


.header-contact-btn a svg {
   display: inline-block;
   width: 1em;
   height: 1em;
   stroke: none;
   max-width: none;
   position: relative;
   fill: currentColor;
   color: currentColor;
   font-size: 16px;
   margin-left: 10px;
   margin-right: 0;
}

html.css-class { scroll-behavior: unset!important; }
html.css-class .header-contact-btn ul{opacity: 0;visibility: hidden;}
@media(min-width:992px){
   .safari .header_logo img {
      width: 98% !important;
      position: relative;
      left: 1px;
   }
}
@media (max-width: 1199px) and (min-width: 992px){
   .header-bg {
      padding: 0px 15px 0px 15px;
   }
}


@media (max-width: 991px) and (min-width: 768px){
   .header-bg {
      padding: 0px 15px 0px 15px;
   }
   .header-col1,
   .header-col3 {  
      flex: 1 1 25%;
      max-width: 25%;
      justify-content: center;
   }
   .header-col2{
      flex: 1 1 50%;
      max-width: 50%;
      justify-content: center;
   }
    
    .custom-menu-primary .hs-menu-wrapper>ul>li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        font-size: 12px;
    }
    
   .header_logo {
      margin: 0px 0px 0px 15px;
      padding: 0;
   }
   .custom-menu-primary{
      /*display:none;*/
   }
   .header__container{
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      max-width: 100%;
   }
   .top-content-wrap {
      margin: 0;
      padding: 5px 15px 5px 15px;
   }
   .header-contact-btn {
      padding: 0px 15px 20px 15px;
      margin: 10px 0px 10px 0px;
   }
   .landing-header .header_logo {
      padding: 8.57px 0;
   }
}


@media (max-width: 767px){
   .header_content {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      transition-duration: 0.50s;
      transition-property: filter, box-shadow, background, border-radius, border-color;
      padding: 15px 0px 15px 0px;
   }

   .custom-menu-primary{
      display:none;
   }
   .header-col1{
      flex: 1 1 47%;
      max-width: 47%;
      justify-content: center;
   }

   .header-col2{
      flex: 1 1 14.6%;
      max-width: 14.6%;
      justify-content: center;
   }

   .header-col3 { 
      flex: 1 1 100%;
      max-width: 100%;
      justify-content: center;
   }

   .header-bg{
      padding: 5px 20px 0px 20px;
   }

   .header-contact-btn{
      margin: -45px 0px 0px 0px;
   }

   .header-contact-btn a{
      padding: 8px 22px 8px 22px!important;
      font-size: 14px;
   }
   .top-content p {
      font-size: 13px;
      font-weight: 400;
   }
   .header_logo{
      padding:0;
   }
   .top-content-wrap {
      padding: 10px 20px 10px 20px;
   }
   .top-content {
      margin: 0;
   }

}

@media (max-width: 352px){
   .header-contact-btn {
      padding: 0 0px 20px;
   }
}
.footer-bg {
  background-color: rgba(35, 40, 63, 1);
  padding: 75px 0px 75px 0px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.footer-col-inner {
  padding: 5px 15px 5px 15px;
  display: flex;
  transition-duration: 0.50s;
  transition-property: filter, box-shadow, background, border-radius, border-color;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  z-index: auto;
  margin: 0;
  border: 0px solid transparent;
  min-height: auto;
}

.footer-col.copyright{
  justify-content: center;
}

.footer-col {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  will-change: flex, max-width;
}

.footer-col.copyright p {
  margin-bottom: 0;
  font-family: ;
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0px 10px 0px;
  color:#fff;
  font-weight: 400;
  letter-spacing: 0;
}

.footer-social {
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  justify-content: flex-end;
}


.social-icon {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  min-width: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  margin: 0px -10px -20px -10px;
  display: flex;
}

.social-icon-wrapper {
  padding: 0px 10px 20px 10px;
}

.social-icon-wrapper a span{
  color: #fff;
  border-color: rgba(35, 157, 219, 0);
  background-color: rgba(229, 50, 59,1);
  background-image: none;
  border-width: 0;
  border-style: solid;
  width: 45px;
  height: 45px;
  font-size: 15px;
  padding: 15px;
  border-radius: 26px;
  stroke-width: 0;
  transition: all 0.50s ease-in-out;
  transition-property: background, border-radius, color, border-color, box-shadow;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  -webkit-transition-property: background, border-radius, color, border-color, box-shadow;
  -moz-transition-property: background, border-radius, color, border-color, box-shadow;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  max-width: 100%;
}

.social-icon-wrapper a span svg{
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke: none;
  max-width: none;
  position: relative;
  fill: currentColor;
  color: currentColor;
}


@media (max-width: 991px) and (min-width: 768px){
  .footer-col.copyright{
    flex: 1 1 56.4%;
    max-width: 56.4%;
    justify-content: center;
  }
  .footer-col:last-child {
    flex: 1 1 43.5%;
    max-width: 43.5%;
  }
  .footer-col-inner{
    padding:0;
  }
  .footer-col.copyright p {
    font-size: 14px;
  }
  .footer-bg {
    padding: 20px 75px 20px 75px;
  }
  .footer-social{
    margin: 10px 0;
  }
}


@media (max-width: 767px){
  .footer-bg {
    padding: 40px 15px 25px 15px;
  }
  .footer-content {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
  }
  .footer-col{
    flex: 1 1 100%;
    max-width: 100%;
    justify-content: center;
  }
  .footer-col-inner {
    padding: 0;
    margin: 10px 0;
  }
  .footer-social, .social-icon {
    display: flex;
    min-width: 0;
    justify-content: center;
  }
  .footer-social{
    margin:10px 0;
  }
  .footer-col.copyright p{
    text-align:center;
    font-size: 13px;
  }
  .footer-col.copyright p span{
    margin-left: -3px;
  }
}

*,*:before,*:after{box-sizing:border-box;}
body.popup-open{overflow:hidden;}
.home-page .dnd-section,
.home-page .dnd-section .dnd-column,
.home-page .dnd-section > .row-fluid{padding:0;}
.home_section6 .testimoniallogo-wrapper{height:60px;}
.home_section6 .testimoniallogo-wrapper .testimoniallogo-left,
.home_section6 .testimoniallogo-wrapper .testimoniallogo-right,
.home_section6 .testimoniallogo-wrapper .testimoniallogo{display:none;}
.home_section6 .testimonial-designation{margin-bottom:36px;}
.home_section.home_section5{padding:100px 0px 103px 0px;background-color:rgba(234,238,240,1);}
.home-page .home_section.home_section5 .dnd-section > .row-fluid{max-width:1170px!important;}
.home_section.home_section5 .widget-type-rich_text{padding:5px 15% 80px 15%;}
.home_section.home_section5 .widget-type-rich_text h6{padding:0;margin:0;text-align:center;font-size:13px;line-height:1.5;font-weight:700;letter-spacing:1.5px;}
.home_section.home_section5 .widget-type-rich_text h2{padding:0;margin:10px 0 10px;text-align:center;line-height:1.2;font-weight:700;letter-spacing:-1.5px;}
.home_section.home_section5 .widget-type-rich_text p{text-align:center;line-height:1.6;display:block;letter-spacing:0;margin:0;font-size:18px;}
.home_section.home_section5 .widget-type-rich_text p a{color:rgb(29,28,29);}

.teams-wrapper{position:relative;text-align:center;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;z-index:auto;align-items:flex-start;}
.teams-wrapper.one .team-row{max-width:452px;}
.teams-wrapper.two .team-row{padding:0;max-width:80%;}
.teams-wrapper.two .team-row .member-column{z-index:auto;flex:1 1 50%;max-width:50%;justify-content:flex-start;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:1px;-ms-flex-preferred-size:100%;flex-basis:100%;will-change:flex,max-width;}
.teams-wrapper .team-row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;width:100%;}

.teams-wrapper.three .team-row{padding:0;max-width:100%;}
.teams-wrapper.three .team-row .member-column{flex:1 1 33.3%;max-width:33.3%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:1px;-ms-flex-preferred-size:100%;flex-basis:100%;will-change:flex,max-width;justify-content:flex-start;}
.teams-wrapper.three .team-row .member-bg,
.teams-wrapper.three .team-row .member-content{margin:0px 30px 0px 30px;}
.teams-wrapper.three .team-row .member-column:last-child{flex:1 1 33.4%;max-width:33.4%;}
.teams-wrapper a.all__link{color:#3DBFE8;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100%;width:100%;top:0;left:0;}

.member-bg{border:0px solid rgba(29,133,232,0);box-shadow:0px -10px 0px 0px #458027;margin:0px 30px 40px 30px;width:auto;height:auto;top:0;right:0;bottom:0;left:0;position:absolute;}
.member-content{margin:0px 30px 40px 30px;padding:0px 8px 0px 8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:flex;transition-duration:0.50s;transition-property:filter,box-shadow,background,border-radius,border-color;}
.member-image{margin:0px -30px 0px -30px;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;min-width:0;justify-content:center;z-index:auto;position:relative;flex-wrap:wrap;}
.member-image picture{position:relative;display:block;width:100%;height:auto;}
.member-image img{top:0;left:0;height:100%;position:static;width:100%;max-width:100%;vertical-align:middle;}
.member-title{margin:20px 0px 10px 0px;justify-content:center;display:flex;}
.member-title p{line-height:1.2;display:block;color:#5d9031;letter-spacing:0;margin:0;font-weight:700;font-size:20px;}
.member-prof{justify-content:center;display:flex;}
.member-prof p{font-family: ;font-size:18px;line-height:1.4;font-weight:400;color:#0e0e0e;text-align:center;margin:0;letter-spacing:0;}



.home_section.home_section5 .span12.dnd-column .dnd-row:nth-child(3) .teams-wrapper.two .team-row .member-content,
.home_section.home_section5 .span12.dnd-column .dnd-row:nth-child(3) .teams-wrapper.two .team-row .member-bg{margin:0px 30px 60px 30px;}


@media (max-width:991px){
    .home-page .home_section.home_section5 .dnd-section>.row-fluid{max-width:100%!important;}
    .home_section.home_section5 .widget-type-rich_text h6{letter-spacing:1px;}
    .teams-wrapper.one .team-row{max-width:50%;}
}
@media (max-width:991px) and (min-width:768px){
    .home_section6 .testimonial-designation{margin-bottom:0;}
    .home_section6 .testimoniallogo-wrapper{height:1px;}
    .home_section6 .testimonial-top-spacer{display:none;}
    .home_section.home_section5{padding:75px;}
    .home_section.home_section5 .widget-type-rich_text{padding:0;}
    .home_section.home_section5 .widget-type-rich_text h2{font-size:36px;}
    .home_section.home_section5 .widget-type-rich_text p{font-size:17px;}
    .home_section.home_section5 .widget-type-rich_text p:last-child{margin-bottom:30px;}
    .teams-wrapper.two .team-row{padding:0;max-width:90%;}
    .home_section.home_section5 .span12.dnd-column .dnd-row:nth-child(2) .teams-wrapper.two .member-column:first-child .member-bg,.home_section.home_section5 .span12.dnd-column .dnd-row:nth-child(2) .teams-wrapper.two .member-column:first-child .member-content{margin:40px 30px 0px 0px;padding:0;}
    .home_section.home_section5 .span12.dnd-column .dnd-row:nth-child(2) .teams-wrapper.two .member-column:last-child .member-bg,.home_section.home_section5 .span12.dnd-column .dnd-row:nth-child(2) .teams-wrapper.two .member-column:last-child .member-content{margin:40px 0px 0px 30px;padding:0;}
    .home_section.home_section5 .span12.dnd-column .dnd-row:nth-child(3) .teams-wrapper.two .member-column:first-child .member-content,.home_section.home_section5 .span12.dnd-column .dnd-row:nth-child(3) .teams-wrapper.two .member-column:first-child .member-bg{margin:40px 30px 30px 0px;padding:0;}
    .home_section.home_section5 .span12.dnd-column .dnd-row:nth-child(3) .teams-wrapper.two .member-column:last-child .member-content,.home_section.home_section5 .span12.dnd-column .dnd-row:nth-child(3) .teams-wrapper.two .member-column:last-child .member-bg{margin:40px 0px 30px 30px;padding:0;}
    .member-image{margin:0px -20px 0px -20px;}
    .member-title p{font-size:19px;}
    .member-prof p{font-size:17px;}
    .teams-wrapper.three .member-column:first-child .member-bg,.teams-wrapper.three .member-column:first-child .member-content{margin:40px 20px 0px 30px;padding:0;}
    .teams-wrapper.three .member-column:last-child .member-bg,.teams-wrapper.three .member-column:last-child .member-content{margin:40px 30px 0px 20px;padding:0;}
    .teams-wrapper.three .member-column:nth-child(2) .member-bg,.teams-wrapper.three .member-column:nth-child(2) .member-content{margin:40px 25px 0px 25px;padding:0;}
    .teams-wrapper.three .team-row .member-column:last-child{flex:1 1 33.3%;max-width:33.3%;}
    .member-title{margin:20px 0px 5px 0px;}
}
@media (max-width:767px){
    .home_section6 .testimonial-designation{margin-bottom:0;}
    .home_section6 .testimoniallogo-wrapper{height:1px;}
    .home_section6 .testimonial-top-spacer{height:10px;}
    .home_section6 .testimonial-content p{font-size:18px;line-height:1.4;font-weight:700;letter-spacing:-0.5px;}
    .home_section6 .testimonial-designation p{font-size:13px;}
    .home_section.home_section5{padding:50px 30px 50px 30px}
    .home_section.home_section5 .widget-type-rich_text{padding:0px 0px 30px 0px;}
    .home_section.home_section5 .widget-type-rich_text h2{padding:0;font-size:32px;margin:10px 0;text-align:center;line-height:1.2;font-weight:700;letter-spacing:-1px;}
    .home_section.home_section5 .widget-type-rich_text p{font-size:16px;}
    .home_section.home_section5 .widget-type-rich_text p:last-child{margin-bottom:10px;}
    .teams-wrapper.two .team-row .member-column,.teams-wrapper.three .team-row .member-column,.teams-wrapper.three .team-row .member-column:last-child{z-index:auto;flex:1 1 100%;max-width:100%;justify-content:flex-start;}
    .teams-wrapper.two .team-row,
    .teams-wrapper.one .team-row{padding:0;max-width:100%;display:block;}
    .member-title{margin:20px 0 0;}
    .member-title p{font-size:19px;}
    .member-content{margin:0 30px 40px;padding:0;}
    .teams-wrapper.three .team-row .member-bg,.teams-wrapper.three .team-row .member-content{margin:0px 30px 40px 30px;padding:0;}
    .home_section.home_section5 .span12.dnd-column .dnd-row:nth-child(3) .teams-wrapper.two .team-row .member-bg,.home_section.home_section5 .span12.dnd-column .dnd-row:nth-child(3) .teams-wrapper.two .team-row .member-content{margin:0px 30px 40px 30px;}
}
@media all and (-ms-high-contrast:none){
    .banner-title-wrapper,.banner-wrapper .page-center{flex-wrap:wrap;display:block!important;}
    .banner-title-wrapper,.banner-btn-wrap{width:100%;}
    .content-with-bg-wrapper .page-center,.content-with-bg-text-inner,.content-with-bg-text,.img-with-content-wrap,.img-with-content-wrap .page-center{display:block!important;}
}