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

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

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

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

.without-banner .body-container-wrapper {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .without-banner .body-container-wrapper {
    margin-top: 170px;
  }
}
body {
  line-height: 1.5;
  word-break: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  margin: 0 0 18px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}
.body-container-wrapper a {
  text-decoration: underline;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

/* 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;
}
button:hover, button:focus, .button:hover, .button:focus, form input[type=submit]:hover, form input[type=submit]:focus, form .hs-button:hover, form .hs-button:focus{
  color: #f9f7f6 !important;
}
/* Form fields */
.blog-comments form,
.hs_cos_wrapper_type_password_prompt form,
.form-container form,
.custom_error_message form,
.widget-type-form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription{
  margin:0 0 40px;
  max-width:767px;
  padding:20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image:url(//21904666.fs1.hubspotusercontent-na1.net/hubfs/21904666/raw_assets/public/wayfinder-theme/images/61dca055dd25fb1eeccec145_form-bg.jpg);
}
.submitted-message {
  margin: 0 0 30px;
  color: #39574d;
  font-family: Poppins, sans-serif;
}
.hs-form-field {
  margin-bottom: 24px;
}

/* Labels */

form label {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

/* Help text - legends */

form legend {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

/* 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 {
  height: 65px;
  border: solid 1px;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  display: block;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.42857143;
  outline:0;
  min-height:65px;;
}

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

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;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}
.submitted-message {
  margin: 0 0 30px;
}
/* Validation */

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

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

.hs-error-msgs li label{
  color: red;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

/* Submit button */

button,
.button,
form input[type=submit],
form .hs-button {
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  text-decoration: none;
  white-space: normal;
  transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  font-family: Poppins, sans-serif;
  line-height: 150%;
  font-weight: 600;
  padding:19px 28px;
  color: #3D3955 !important;
  box-shadow:
    0px 100px 80px rgba(0, 0, 0, 0.07),
    0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
    0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
    0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
    0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
    0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */
header.header{
	position:relative;
	z-index:999;
}
.header--no-navigation .top-sec {
	min-height: 40px;
}
.header--no-navigation .bottom-sec .content-wrapper {
	height: 142px;
}
.top-sec {
	text-align: center;
	padding: 10px 0;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.top-sec p{
	margin:0;
}
.top-sec a {
	text-decoration: underline;
}
.bottom-sec .content-wrapper{
	max-width:1440px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.header__logo{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	line-height: 0;
}
.header__logo a img{
	margin-bottom: 16px;
	max-width: 157px;
}


.hdr-right-sec{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.link-with-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}
.demo-btn a {
	padding: 16px 20px;
	text-decoration: none;
	max-width: 100%;
	display: inline-block;
	position: static;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 600;
	text-transform: none;
	transition:all 0.2s;
	border-radius: 40px;
}
.login-link {
	margin-right: 30px;
	position: static;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 600;
	text-transform: none;
}
.menu-primary .hs-menu-wrapper > ul{
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 29px;
	margin-left: 30px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.menu-primary .hs-menu-wrapper > ul > li{
	margin-right: 14px;
	margin-left: 30px;
	padding-bottom: 24px;
}
.menu-primary .hs-menu-wrapper > ul > li:last-child{
	margin-right: 0;
}
.menu-primary .hs-menu-wrapper > ul > li > a{
	display: inline-block;
	font-family: Poppins, sans-serif;
	line-height: 2;
	font-weight: 600;
	text-decoration: none;
	font-size: 14px;
}
.menu-primary .hs-menu-wrapper > ul > li > a img {
	margin-left: 10px;
	transition:all 0.35s;
}
.menu-primary .hs-menu-wrapper > ul > li > ul {
	box-shadow: 0px 100px 80px rgb(0 0 0 / 7%), 0px 41.7776px 33.4221px rgb(0 0 0 / 5%), 0px 22.3363px 17.869px rgb(0 0 0 / 4%), 0px 12.5216px 10.0172px rgb(0 0 0 / 4%), 0px 6.6501px 5.32008px rgb(0 0 0 / 3%), 0px 2.76726px 2.21381px rgb(0 0 0 / 2%);
	margin-left: -46px;
	overflow: hidden;
	width: 335px;
	opacity:0 !important;
	visibility:hiden !important;
	pointer-events:none !important;
	transition:all 0.35s;
	left:0 !important;
	top:100% !important;
}
.menu-primary .hs-menu-wrapper > ul > li:hover > ul {
	opacity:1 !important;
	visibility:visible !important;
	pointer-events:auto !important;
}
.menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
	width: 100%;
	padding: 28px 39px 28px 46px;
	-webkit-transition: background-color 200ms cubic-bezier(.165, .84, .44, 1);
	transition: background-color 200ms cubic-bezier(.165, .84, .44, 1);
	font-family: Poppins, sans-serif;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 300;
	text-decoration: none;
	white-space: normal !important;
	border-bottom:1px solid ;
}
.menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
	position:static !important;
	opacity:1 !important;
	visibility:visible !important;
	margin-top: 30px;
}
.menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li{
	padding-left: 46px;
	padding-bottom: 16px;
}
.menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a{
	-webkit-transition: box-shadow 200ms cubic-bezier(.165, .84, .44, 1);
	transition: box-shadow 200ms cubic-bezier(.165, .84, .44, 1);
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	text-decoration: none;
	text-transform: none;
	padding: 0 0 8px;
	display: inline-block !important;
}
.menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover{
	box-shadow: inset 0 -2px 0 0 #d5ae20;
}

.bottom-sec {
	padding-right: 4%;
	padding-left: 4%;
}
.cm-position{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.05), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.04), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.04), 
		0px 6.6501px 5.32008px rgba(0, 0, 0, 0.05), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.02);
}
.menu-primary .hs-menu-wrapper > ul > li:first-child {
	margin-left: 0;
}
.menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > ul{
	width:270px;
}

.login-link a {
	transition:all 0.2s;
}
.menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:nth-last-child(2) {
	padding-bottom: 50px;
}
.menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:last-child {
	position:relative;
	padding: 0;
	height: 75px;
	cursor:auto;
}
.menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:last-child a span {
	position:absolute;
	width:100%;
	height:75px;
	bottom:0;
	left:0;
	background-position: 50% 50%;
	background-size: cover;
	cursor:auto;
}

.menu-primary ul[role="menu"]  .hs-menu-depth-1.hs-item-has-children:first-of-type > .hs-menu-children-wrapper > .hs-menu-depth-2 > .hs-menu-children-wrapper {
	display: flex;
	flex-flow: unset;
}

.menu-primary ul[role="menu"] .hs-menu-depth-1.hs-item-has-children:first-of-type > .hs-menu-children-wrapper > .hs-menu-depth-2 > .hs-menu-children-wrapper > .hs-menu-depth-3 {
	display: block;
	width: 50%;
}

.menu-primary ul[role="menu"] .hs-menu-depth-1.hs-item-has-children:first-of-type > .hs-menu-children-wrapper > .hs-menu-depth-2 > .hs-menu-children-wrapper > .hs-menu-depth-3 > .hs-menu-children-wrapper  {
	opacity: 1;
	position: static;
}

.menu-primary ul[role="menu"] .hs-menu-depth-1.hs-item-has-children:first-of-type > .hs-menu-children-wrapper > .hs-menu-depth-2 > .hs-menu-children-wrapper > .hs-menu-depth-3 > a {
	text-align: left;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	text-decoration: none;
	color: #015440;
}

.menu-primary ul[role="menu"] .hs-menu-depth-1.hs-item-has-children:first-of-type > .hs-menu-children-wrapper > .hs-menu-depth-2 > .hs-menu-children-wrapper > .hs-menu-depth-3 > a:hover {
	box-shadow: none;
}

.menu-primary ul[role="menu"] .hs-menu-depth-1.hs-item-has-children:first-of-type > .hs-menu-children-wrapper .hs-menu-depth-4 {
	padding: 8px 0;
}

.menu-primary ul[role="menu"] .hs-menu-depth-1.hs-item-has-children:first-of-type > .hs-menu-children-wrapper .hs-menu-depth-4 > a {
	color: #39574d;
	text-transform: none;
	flex: none;
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: box-shadow .2s cubic-bezier(.165,.84,.44,1);
	display: inline-block;
}

.menu-primary ul[role="menu"] .hs-menu-depth-1.hs-item-has-children:first-of-type > .hs-menu-children-wrapper .hs-menu-depth-4 > a:hover {
	box-shadow: inset 0 -2px 0 0 #d5ae20;
}

.menu-primary ul[role="menu"] .hs-menu-depth-1.hs-item-has-children:first-of-type > .hs-menu-children-wrapper  {
	width: 608px;
}

.menu-primary ul[role="menu"]  .hs-menu-depth-1.hs-item-has-children:first-of-type .hs-menu-depth-2:last-of-type {
	padding-bottom: 50px;
}

.menu-primary ul[role="menu"]  .hs-menu-depth-1.hs-item-has-children:first-of-type .hs-menu-depth-2:last-of-type span {
	position: absolute;
	width: 100%;
	height: 75px;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	background-size: cover;
	cursor: auto;
}

@media (max-width: 1100px) {
	.menu-primary .hs-menu-wrapper > ul > li {
		margin-right: 10px;
		margin-left: 10px;
	}

}
@media (min-width: 992px) {
	.hdr-right-sec.for-mobile,
	.nav-mobile-burger,
	.top-sec.for-mobile{
		display:None;
	}
	.menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
		width: 240px;
		right: 0 !important;
		left: auto !important;
		margin: 0 0 0 auto;
		text-align:right;
	}
	.menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li > ul > li {
		padding-left: 0;
		padding-right: 32px;
	}
	.menu-primary .hs-menu-wrapper > ul > li:hover > a img {
		transform: rotateZ(-180deg);
	}
}
@media (max-width: 991px) {
	.hdr-right-sec.for-desktop,
	.top-sec.for-desktop{
		display:None;
	}
	.bottom-sec {
		padding: 0;
	}
	.bottom-sec .content-wrapper {
		padding: 30px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header__logo a img {
		margin-bottom: 0;
	}
	.nav-mobile-burger{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 42px;
		height: 42px;
		margin-right: -12px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		cursor: pointer;
	}
	.nav-burger-top {
		width: 24px;
		height: 2px;
		margin-bottom: 4px;
		padding-right: 0;
		padding-bottom: 0;
	}
	.nav-burger-top.bg-yellow {
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}
	.bg-yellow {
		background-color: #d5ae20;
	}
	.nav-burger-mid {
		width: 24px;
		height: 2px;
		margin-bottom: 4px;
		padding-right: 0;
		padding-bottom: 0;
	}
	.nav-burger-mid.bg-yellow {
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}
	.nav-burger-btm.bg-yellow.last {
		margin-bottom: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}
	.nav-burger-btm.bg-yellow {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.nav-burger-btm {
		width: 24px;
		height: 2px;
		margin-bottom: 4px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	.hdr-right-sec {
		position: absolute;
		width: 100vw;
		left: 0;
		top: 109px;
		background-color: #003a28;
		height: calc(100vh - 140px);
		overflow-y: auto !important;
		display: none;
	}
	.link-with-button {
		order: 2;
		width: 100%;
		text-align: center;
	}
	.menu-primary {
		order: 1;
		width: 100%;
	}
	.menu-primary .hs-menu-wrapper > ul {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 0;
		margin-left: 0;
		-webkit-box-pack: start;
		-webkit-justify-content: start;
		-ms-flex-pack: unset;
		justify-content: start;
	}
	.menu-primary .hs-menu-wrapper > ul > li {
		margin: 0;   
		padding:0;  
		width: 100%;
	}
	.menu-primary .hs-menu-wrapper > ul > li > a{
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		padding: 30px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-decoration: none;
		cursor: pointer;
		font-size: 22px;
		font-weight: 300;
		line-height: 1;
	}
	.menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a{
		padding: 26px 26px 26px 30px;
	}
	.menu-primary .hs-menu-wrapper > ul > li > a > img {
		display:None;
	}
	.menu-primary .hs-menu-wrapper > ul > li > a .child-trigger {
		padding: 8px;
		cursor: pointer;
		line-height: 20px;
		transition: all 0.2s;
		position:relative;
		top:-1px;
	}
	.menu-primary .hs-menu-wrapper > ul > li > a .child-trigger img{
		margin:0;
	}
	.menu-primary .hs-menu-wrapper > ul > li > a {
		color: #fff !important;
	}
	.menu-primary .hs-menu-wrapper > ul > li > ul {
		margin: 0;
		overflow: hidden;
		width: 100%;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: unset !important;
		transition: all .0s;
		position:static !important;
		display:None;
	}
	span.child-opner {
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
		width: 100%;
		z-index: 1;
		height: 88px;
	}
	.menu-primary .hs-menu-wrapper > ul > li.child-open > a .child-trigger {
		transform: rotateZ(-180deg);
		top: 4px;
	}
	.menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
		padding: 30px 40px;
		background-color: rgba(213, 174, 32, 0.1) !important;
	}
	.menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {
		background-color: #fff !important;
	}
	.menu-primary .hs-menu-wrapper > ul > li > ul {
		background-color: #fff !important;
		box-shadow:none;
	}
	.menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li {
		padding-left: 40px;
		padding-bottom: 24px;
		line-height: 20px;
	}
	.menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
		padding: 0;
	}
	.menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
		margin-top: 36px;
		margin-bottom: 14px;
	}
	.menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > ul {
		width: 100%;
	}
	.menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
		width: 100%;
		right: 0!important;
		left: auto!important;
		margin: 0 0 0 auto;
		text-align: left;
	}
	body.menu-open {
		overflow: hidden;
	}
	.menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:nth-last-child(2) {
		padding-bottom: 24px;
		padding-left: 40px;
	}
	.menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:last-child {
		cursor: pointer;
		height: auto;
		padding-bottom: 24px;
		padding-left: 40px;
	}

	.nav-burger-top.bg-yellow,
	.nav-burger-mid.bg-yellow,
	.nav-burger-btm.bg-yellow.last {
		position: relative;
		top:0;
		transition:all 0.3s;
	}
	.menu-open .nav-burger-top.bg-yellow {
		transform: rotateZ(-45deg);
		top: 6px;
	}
	.menu-open .nav-burger-mid.bg-yellow {
		opacity: 0;
	}
	.menu-open .nav-burger-btm.bg-yellow.last {
		transform: rotateZ(45deg);
		top: -6px;
	}
	.link-with-button {
		justify-content: center;
		flex-direction: row-reverse;
		margin-top: 32px;
	}
	.login-link a {
		padding: 15px 27px;
		border: solid 1px rgb(249, 249, 246);
		display: inline-block;
		margin: 0;
		border-radius: 40px;
		white-space: nowrap;
	}
	.login-link a:hover {
		border-color: rgb(213, 174, 32) !important;
	}
	.login-link {
		margin: 0 10px;
	}
	.demo-btn {
		margin: 0 10px;
	}
	.demo-btn a {
		padding: 16px 28px;
	}
	.nav-mobile-footer {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 35px;
		padding-top: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-top: 1px solid #aaa0a6;
		border-radius: 1px;
	}
	.nav-mobile-footer ul {
		margin: 0 0 9px;
		padding: 0;
		list-style: none;
		text-align: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.nav-mobile-footer ul li{
		display:inline-block;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 10px;
		padding-left: 0px;
		font-family: Poppins, sans-serif;
		font-weight: 300;
	}
	.nav-mobile-footer p,
	.nav-mobile-footer ul li a{
		font-family: Poppins, sans-serif;
		color: #aaa0a6;
		font-style: normal;
		text-decoration: none;
		font-size: 14px;
		font-weight: 300;
	}
	.demo-btn a {
		box-shadow: 0px 100px 80px rgb(0 0 0 / 7%), 0px 41.7776px 33.4221px rgb(0 0 0 / 5%), 0px 22.3363px 17.869px rgb(0 0 0 / 4%), 0px 12.5216px 10.0172px rgb(0 0 0 / 4%), 0px 6.6501px 5.32008px rgb(0 0 0 / 3%), 0px 2.76726px 2.21381px rgb(0 0 0 / 2%);
	}
	.nav-mobile-footer {
		text-align: center;
	}
	.header--no-navigation .top-sec {
		min-height: 60px;
	}
	.header--no-navigation .bottom-sec .content-wrapper {
		height: 110px;
	}
}

@media (max-width: 767px) {}

@media screen and (max-width: 479px){
	.top-sec {
		padding: 20px 0;
	}
	.hdr-right-sec {
		top: 109px;
	}
	.hdr-right-sec {
		height: calc(100vh - 185px);
	}
	.header--no-navigation .top-sec {
		min-height: 80px;
	}
}
.footer {
	padding-right: 4%;
	padding-left: 4%;
}
.foot-btm-hr {
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
}
.foot-btm-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 0;
	padding-bottom: 28px;
	padding-left: 0;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.foot-btm-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 69%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0.8;
}
.copyright {
	position: static;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	text-decoration: none;
	margin-right: 30px;
	-webkit-transition: color 200ms cubic-bezier(.165, .84, .44, 1);
	transition: color 200ms cubic-bezier(.165, .84, .44, 1);
	text-align: center;
}
.bottom-links {
	position: relative;
}
.bottom-links a{
	position: static;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	margin-right: 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
footer.footer .content-wrapper {
	max-width: 1440px;
	padding: 100px 0 79px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.foot-logo-with-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 20%;
	margin-right: 8%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.foot-right-sec {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 70%;
}
.foot-logo img {
	max-width: 89px;
}
.foot-btns {
	margin-top: 40px;
	margin-bottom: 15px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.foot-contact {
	margin-right: 30px;
}
.foot-contact a{
	padding: 16px 28px;
	text-decoration: none;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	box-shadow: 0px 100px 80px rgb(0 0 0 / 7%), 0px 41.7776px 33.4221px rgb(0 0 0 / 5%), 0px 22.3363px 17.869px rgb(0 0 0 / 4%), 0px 12.5216px 10.0172px rgb(0 0 0 / 4%), 0px 6.6501px 5.32008px rgb(0 0 0 / 3%), 0px 2.76726px 2.21381px rgb(0 0 0 / 2%);
	position: static;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 600;
	text-transform: none;
	border-radius: 40px;
}
.foot-login a {
	padding: 15px 27px;
	border: solid 1px;
	text-decoration: none;
	max-width: 100%;
	display: inline-block;
	position: static;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 600;
	text-transform: none;
	border-radius: 40px;
}
.footer-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40%;
	margin-right: 7%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}
.footer-menu{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 60%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.foot-btns a {
	transition: all 0.2s;
}
.footer-menu .hs-menu-wrapper > ul,
.footer-link .hs-menu-wrapper > ul {
	display: block;
	margin:0;
	padding:0;
}
.footer-menu .hs-menu-wrapper > ul > li,
.footer-link .hs-menu-wrapper > ul > li {
	display: block;
}
.footer-menu .hs-menu-wrapper > ul > li > a,
.footer-link .hs-menu-wrapper > ul > li > a{
	-webkit-transition: color 200ms cubic-bezier(.165, .84, .44, 1);
	transition: color 200ms cubic-bezier(.165, .84, .44, 1);
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	text-align: left;
	text-decoration: none;
	display: block;
	font-family: Poppins, sans-serif;
	white-space: normal !important;
}
.footer-menu .hs-menu-wrapper > ul > li > ul,
.footer-link .hs-menu-wrapper > ul > li > ul{
	display:block;
	position:static !important;
	opacity:1 !important;
	visibility:visible !important;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > a,
.footer-link .hs-menu-wrapper > ul > li > ul > li > a{
	font-family: Lora, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	opacity: 0.6;
	margin-bottom: 10px;
	white-space: normal !important;
	display: block;
}
.footer-link .hs-menu-wrapper > ul > li:first-child > ul {
	padding-bottom: 29px;
}
.footer-menu .hs-menu-wrapper > ul > li > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row !important;
	margin-bottom: 41px;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li{
	margin-right: 20px;
}
.bottom-links .hs_cos_wrapper_type_rich_text {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.no-nav-ftr .foot-btm-links {
	min-height: 40px;
	margin-top: 28px;
	margin-bottom: 0;
}

.foot-footersignup > div {
	background: none;
	padding: 20px 0;
}

.foot-footersignup h1 {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 300;
}

.foot-footersignup .hs-form .field label {
	font-family: Poppins;
	font-size: 12px;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 5px;
}

.foot-footersignup .hs-form .field input {
	padding: 0 15px;
	min-height: 27px;
	height: 40px;
	border-radius: 15px;
}

.foot-footersignup .hs-form .hs-form-booleancheckbox label {
	display: flex;
	align-items: flex-start;
}

.foot-footersignup .hs-form .hs-form-booleancheckbox label input {
	height: auto;
	min-height: auto;
	margin-top: 3px;
}

.foot-footersignup .hs-form .hs-form-booleancheckbox label * {
	color: #fff;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.foot-footersignup .hs-form input[type=submit] {
	background: #ECB41F;
	border-color: #ECB41F;
	color: #3E3957;
	font-size: 14px;
	line-height: 14px;
	font-family: Poppins;
}

.foot-footersignup .hs-form input[type=submit]:hover {
	background-color: #3e3957;
}

.foot-footersignup .hs_error_rollup {
	display: none;
}

.footer-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
	display: block;
	white-space: normal !important;
	margin-right: 11px;
}

.footer-menu .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
	gap: 0;
	flex-flow: nowrap;
	flex-direction: unset;
}

@media screen and (max-width: 1440px){ 
	.foot-logo-with-btn {
		margin-right: 7%;
		width: 22%;
	}

	.footer-link {
		width: 30%;
	}
}

@media screen and (max-width: 991px){
	.footer {
		padding-right: 0;
		padding-left: 0;
	}
	.foot-logo-with-btn {
		width: 25%;
		margin-right: 4%;
	}
	.footer-link .hs-menu-wrapper > ul > li > a,
	.footer-menu .hs-menu-wrapper > ul > li > a {
		font-size: 16px;
	}
	.foot-btm-wrap {
		padding-right: 4%;
		padding-left: 4%;
	}
	footer.footer .content-wrapper {
		padding: 100px 4% 79px;
	}
}

@media screen and (max-width: 767px){
	.foot-btm-wrap {
		flex-wrap: wrap;
	}
	.foot-btm-links {
		width: 100%;
		opacity: .8;
	}
	.foot-btm-social {
		width: 100%;
		justify-content: center;
	}
	.foot-btm-links {
		width: 100%;
		margin:0 0 24px;
		justify-content: center;
	}
	.bottom-links a:last-child {
		margin: 0;
	}
	.foot-btm-hr {
		margin-bottom: 32px;
	}
	.bottom-links a {
		margin-right: 30px;
	}
	footer.footer .content-wrapper {
		flex-wrap: wrap;
	}
	.foot-logo-with-btn {
		width: 100%;
		margin-right: 0;
	}
	.foot-right-sec {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	.footer-link,
	.footer-menu {
		width: 100%;
		margin:0;
	}
	.footer-link .hs-menu-wrapper > ul > li > ul,
	.footer-menu .hs-menu-wrapper > ul > li > ul {
		flex-direction: column !important;
		margin: 0;
	}
	.footer-menu .hs-menu-wrapper > ul > li > ul > li {
		margin-right: 0;
	}
	.footer-menu .hs-menu-wrapper > ul > li > a {
		margin: 24px 0 24px;
	}
	.footer-menu .hs-menu-wrapper > ul > li:first-child > a {
		margin-top: 0;
	}
	.footer-link .hs-menu-wrapper > ul > li > a{
		margin: 0 0 24px;
	}
	.footer-link .hs-menu-wrapper > ul > li:first-child > ul {
		padding-bottom: 12px;
	}
	.foot-logo-with-btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 60px;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.foot-logo {
		width: 40%;
		margin-right: 7%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.foot-btns {
		width: 60%;
		margin-bottom: 0px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: -6px; 
	}
	footer.footer .content-wrapper {
		padding: 80px 30px 79px;
	}
	.foot-contact a {
		margin-bottom: 32px;
	}
}
@media screen and (max-width: 479px){
	footer.footer .content-wrapper {
		padding-right: 0;
	}
	.foot-btns {
		margin-top: -20px;
	}
	.copyright {
		width: 100%;
		margin: 0 0 20px;
	}
	.bottom-links {
		width: 100%;
	}
	.foot-btm-links {
		flex-wrap: wrap;
	}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.dnd-section, .content-wrapper--vertical-spacing {
	padding: 0 !important;
}
.dnd-section>.row-fluid {
	max-width: 100% !important;
}

.page-center{
	max-width:1440px;
	margin: 0 auto;
	width: 100%;
}

/* skills-content-and-video-section */
.skills-content-and-video-section {
	padding: 167px 4% 0;
	position: relative;
}
.skills-content-and-video-section .content-video-wrapper {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.skills-content-and-video-section .vection-img {
	position: absolute;
	right: 44px;
	top: 97px;
}
.skills-content-and-video-section .video-content-section {
	padding: 102px 88px;
	background-repeat: no-repeat;
	background-size: cover;
}
.skills-content-and-video-section-new .video-content-section{
	padding: 0 88px 100px;
}
.skills-content-and-video-section .video-content-section .left-col-content h2 {
	color: #39574D;
	font-weight: 300;
	font-size: 32px;
	line-height: 130%;
	margin-bottom: 65px;
}
.skills-content-and-video-section .video-content-section .left-col-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #313030;
}
.skills-content-and-video-section .video-content-section .left-col-content{
	width:40%
}
.skills-content-and-video-section .video-content-section .right-video-section{
	width:60%;
	position: relative;
	padding-left: 110px;
}
.skills-content-and-video-section .video-section {
	position: absolute;
	top: 51.8%;
	right: 0;
	box-shadow:
		0px 100px 80px rgba(0, 0, 0, 0.13),
		0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0934511),
		0px 22.3363px 17.869px rgba(0, 0, 0, 0.0774939),
		0px 12.5216px 10.0172px rgba(0, 0, 0, 0.065),
		0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0525061),
		0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0365489);
	transform: translate(0, -50%);
}
.skills-content-and-video-section .image-section img {box-shadow:
	0px 100px 80px rgba(0, 0, 0, 0.13),
	0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0934511),
	0px 22.3363px 17.869px rgba(0, 0, 0, 0.0774939),
	0px 12.5216px 10.0172px rgba(0, 0, 0, 0.065),
	0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0525061),
	0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0365489);
}
.skills-content-and-video-section .video-section img.popup-video-btn,
.skills-content-and-video-section .image-section img{
	width: 100%;
	display: block;
	max-width: 620px !important;
}
.content-and-form-main-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 4%;
	padding-left: 4%;
	margin: 36px 0% 0px;
	padding: 80px 40px;
}
.content-and-form-section .section-heading h2 {
	text-align: center;
	font-size: 32px;
	line-height: 119%;
	margin-bottom: 60px;
}
.content-and-form-wrapper{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
	max-width: 1324px;
	width:100%;
}
.content-and-form-wrapper .left-col-content-section {
	width: 348px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 15px;
	margin-left: 22px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.content-and-form-wrapper .right-col-form-section{
	width: calc(100% - 388px);
	width: -webkit-calc(100% - 388px);
	width: -moz-calc(100% - 388px);
}
.content-and-form-wrapper .left-col-content-section img {
	width: 100%;
	display: block;
	margin-bottom: 35px;
	max-width: 340px;
	box-shadow: 0 12px 14px -6px rgba(0, 0, 0, 0.4);
}
.content-and-form-wrapper .left-col-content-section ul img {
	width: auto;
	margin-right: 20px;
	margin-bottom: 0;
	box-shadow:none;
}
.content-and-form-wrapper .left-col-content-section ul {
	padding-left: 0;
	list-style: none;
	padding-right: 10px;
}
.content-and-form-wrapper .left-col-content-section ul li{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #86896a;
	margin-bottom: 40px;
}
.content-and-form-wrapper .left-col-content-section p {
	margin-bottom: 0;
	line-height: 160%;
	padding: 0px 40px 25px 0px;
	color: #4e5658;
	opacity: 0.8;
}
.content-and-form-wrapper .legal-consent-container {
	display: inline-block;
	padding-right: 25px;
	width: 57%;
	float: left;
}
.content-and-form-wrapper .legal-consent-container .hs-form-booleancheckbox-display>span  {
	margin-left: 0 !important;
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	max-width: 274px;
	width: 100%;
	display: block;
	text-transform: initial;
	letter-spacing: 0;
}
.content-and-form-wrapper .legal-consent-container .hs-form-booleancheckbox-display input {
	width: 40px;
	height: 20px;
}
.content-and-form-wrapper .legal-consent-container label.hs-form-booleancheckbox-display {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
}
.content-and-form-wrapper .form-title {
	display: none;
}
.content-and-form-wrapper form {
	max-width: 510px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content-and-form-wrapper select.hs-input{
	margin-bottom: 0;
	color: #333333;
	cursor: pointer;
}
.content-and-form-wrapper .hs-fieldtype-select.field.hs-form-field .input {
	position: relative;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.content-and-form-wrapper form label {
	color: #39574d;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.content-and-form-wrapper form .hs-error-msgs li label {
	color: red;
}
.content-and-form-wrapper form .hs_error_rollup {
	display: none;
}
.thank-you.text-green {
	line-height: 80px;
	font-family: Poppins, sans-serif;
	font-size: 60px;
	color: #39574d;
	font-weight: 300;
}
.lora-lg.text-gray{
	color: #5a6c70;
	padding-bottom: 20px;
	font-family: Lora, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 25px;
	text-align: left;
}
.submitted-message {
	margin: 0 0 30px;
	max-width: 500px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.body-container-wrapper a.button.bg-yellow.shadow-300.w-inline-block {
	text-decoration: none;
}
.shadow-300 {
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07),
		0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
		0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
		0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
		0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
		0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.testimonial-section {
	padding: 90px 4%;
}
.testimonial-section .img-testimonial-wrapper,
.testimonial-wrapper{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.testimonial-section .img-testimonial-wrapper{
	padding-right: 4%;
	padding-left: 4%
}
.testimonial-section .left-img-col {
	width: 400px;
}
.testimonial-section .left-img-col img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100% !important;
}
.testimonial-section .right-testimonial-col {
	width: calc(100% - 400px);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.testimonial-wrapper {
	padding: 60px 90px 60px 60px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.testimonial-content {
	margin-left: 50px;
	width: calc(100% - 161px);
}
.testimonial-wrapper .member-img {
	max-width: 112px;
	overflow: hidden;
	width: 80px;
	height: 80px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 120px;
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.13),
		0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0934511),
		0px 22.3363px 17.869px rgba(0, 0, 0, 0.0774939),
		0px 12.5216px 10.0172px rgba(0, 0, 0, 0.065),
		0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0525061),
		0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0365489);
}
.testimonial-wrapper .member-img img {
	width: 80px;
	height: 80px !important;
}
.testimonial-content h2 {
	font-size: 36px;
	line-height: 119%;
}
.testimonial-content h4 {
	font-weight: 400;
	font-size: 18px;
	line-height: 119%;
	margin-bottom: 16px;
}
.testimonial-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 119%;
	opacity: 0.8;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	color: #000 !important;
}
.content-and-form-wrapper form .hs_submit.hs-submit {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	width: 42%;
	justify-content: flex-end;
}




/*----------------------------- Three Column Section -------------------------*/
.three-column-section{
	padding: 80px 4% 58px;
}
.three-column-section-title{
	text-align: center;
	max-width: 1060px;
	margin: 0 auto 80px;
}
.three-column-section-title h2{
	font-size: 48px;
}
.three-column-section-title p{
	font-size: 16px;
	color: #313030;
}
.three-column-section-row{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.three-column-section-col{
	width: calc(33.33% - 60px);
	margin: 0 30px 60px;
	text-align: center;
}
.three-column-section-col-image img{
	display: block;
	margin: 0 auto;
	max-height: 265px;
	object-fit: cover;
	width: auto;
	min-height: 265px;
}
.three-column-section-col-image{
	padding-bottom: 30px;
}
.three-column-section-col-title h3{
	font-size: 30px;
	font-weight: 300;
}
.three-column-section-col-text h4{
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 15px;
}
.play-btn{
	cursor: pointer;
}
.three-column-section-button{
	text-align: center;
}
.three-column-section-button p{
	color: rgba(62, 57, 87, 0.8);
	margin-bottom: 40px;
}
.three-column-section-button .button{
	text-decoration: none;
}
.three-column-section-vector{
	text-align: center;
	margin-top: 35px;
}
.three-column-section-v2{
	padding-top: 0;
	padding-bottom: 0;
}
.three-column-section-v2 .three-column-section-title h3{
	font-size: 32px;
	font-weight: 300;
	color: #39574D;
}
.three-column-section-v2 .three-column-section-title{
	margin-bottom: 65px;
}
.three-column-section-v2 .three-column-section-col{
	border: 1px solid #E0D9D2;
	padding: 30px;
	margin: 0 15px 30px;
}
.three-column-section-v2 .three-column-section-col-text h4 {
	font-size: 22px;
}
.three-column-section-v2 .three-column-section-col-title h3 {
	font-size: 32px;
}
.three-column-section-v2 .three-column-section-col-image {
	padding-bottom: 40px;
}

/* 18-1-23-css-start */
.skills-content-and-video-section-jan-2023 .image-section img, 
.skills-content-and-video-section-jan-2023 .video-section img.popup-video-btn{
	max-width: 720px !important;
}
/* 18-1-23-css-end */

/*----------------------------- responsive style -------------------------*/


@media screen and (max-width: 1520px) {
	.skills-content-and-video-section .video-content-section .left-col-content h2 {
		max-width: 380px;
		width: 100%;
	}
	.skills-content-and-video-section .video-content-section .left-col-content p {
		max-width: 420px;
		width: 100%;
	}
	.skills-content-and-video-section {
		padding: 167px 7% 0;
	}
	.content-and-form-wrapper .left-col-content-section p {
		max-width: 382px;
		width: 100%;
	}

	.testimonial-section {
		padding: 90px 8%;
	}
	.skills-content-and-video-section .video-content-section .right-video-section {
		width: 50%;
	}
	.skills-content-and-video-section .video-content-section .left-col-content {
		width: 50%;
		padding-right: 50px;
	}
}/*-------- 1520 ends here ----------*/

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

	.skills-content-and-video-section .video-content-section .left-col-content p {
		max-width: 100%;
	}
	.skills-content-and-video-section .video-content-section {
		padding: 102px 48px 95px;
	}
	.skills-content-and-video-section .video-section img.popup-video-btn {
		max-width: 560px !important;
	}
	.content-and-form-wrapper .right-col-form-section {
		padding-left: 10%;
	}
	.testimonial-content {
		margin-left: 30px;
		width: 100%;
	}
	.skills-content-and-video-section-new .video-content-section{
		padding: 0 0 50px;
	}
}/*-------- 1365 ends here ----------*/

@media screen and (max-width: 1199px) {
	.skills-content-and-video-section .video-section img.popup-video-btn {
		max-width: 480px!important;
	}
	.skills-content-and-video-section .video-content-section .right-video-section {
		width: 50%;
		padding-left: 0;
	}
	.skills-content-and-video-section .video-content-section .left-col-content {
		padding-right: 40px;
		width: 50%;
	}
	.skills-content-and-video-section .video-content-section {
		padding: 72px 0 0;
	}
	.skills-content-and-video-section .video-content-section .left-col-content h2{
		margin-bottom: 35px;
	}
	.content-and-form-wrapper .legal-consent-container {
		width: auto;
		display: block;
		float: none;
		padding: 0 0 30px;
	}
	.content-and-form-wrapper form .hs_submit.hs-submit {
		justify-content: flex-start;
		width: 100%;
	}
	.content-and-form-wrapper .legal-consent-container .hs-form-booleancheckbox-display>span p{
		max-width: 100%;
	}
	.content-and-form-wrapper .legal-consent-container .hs-form-booleancheckbox-display input {
		margin-top: 2px;
	}
	.testimonial-wrapper {
		padding: 50px 30px;
	}
	.testimonial-section .right-testimonial-col {
		width: calc(100% - 370px);
	}
	.testimonial-section .left-img-col {
		width: 370px;
	}
	.testimonial-content h2 {
		font-size: 30px;
	}
	.skills-content-and-video-section-new .video-content-section {
		padding: 0 0 50px;
	}
	.skills-content-and-video-section.skills-content-and-video-section-new{
		padding: 127px 7% 0;
	}
	.three-column-section-col {
		margin: 0 20px 40px;
		width: calc(33.33% - 40px);
	}
	.three-column-section-col-title h3,.three-column-section-v2 .three-column-section-col-title h3, .three-column-section-v2 .three-column-section-title h3 {
		font-size: 28px;
	}
	.three-column-section-col-text h4 {
		font-size: 22px;
	}
}/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
	.skills-content-and-video-section .video-section img.popup-video-btn {
		max-width: 390px!important;
	}
	.skills-content-and-video-section .video-content-section {
		padding: 42px 0 30px;
	}
	.skills-content-and-video-section .video-content-section .left-col-content h2{
		font-size: 28px;
	}
	.content-and-form-wrapper .left-col-content-section p {
		max-width: inherit;
		width: 100%;
		margin-left: 12px;
	}
	.content-and-form-wrapper .left-col-content-section ul {
		margin-left: 12px;
	}
	.testimonial-section .right-testimonial-col {
		width: 100%;
	}
	.testimonial-section .left-img-col {
		width: 100%;
	}
	.testimonial-section .left-img-col img{
		height: 300px !important;
	}
	.content-and-form-section {
		padding: 80px 0;
	}
	.content-and-form-wrapper .left-col-content-section{
		margin-right: 25px;
		margin-left: 0;
		width: 308px;
	}
	.content-and-form-wrapper .right-col-form-section {
		width: calc(100% - 333px);
		padding-left: 0;
		width: -webkit-calc(100% - 333px);
		width: -moz-calc(100% - 333px);
	}
	.skills-content-and-video-section {
		padding: 97px 4% 0;
	}
	.testimonial-section {
		padding: 90px 4%;
	}
	.testimonial-section .img-testimonial-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.skills-content-and-video-section-new .video-content-section {
		padding: 0 0 30px;
	}
	.three-column-section-col {
		width: calc(50% - 40px);
	}
	.three-column-section-title h2 {
		font-size: 36px;
	}
}/*-------- 991 ends here ----------*/

@media screen and (max-width: 880px) {
	.skills-content-and-video-section .video-section img.popup-video-btn {
		max-width: 350px!important;
	}
}/*-------- 880 ends here ----------*/

@media screen and (max-width: 767px) {
	.skills-content-and-video-section .video-section img.popup-video-btn {
		max-width: 100% !important;
	}
	.skills-content-and-video-section .video-section {
		position: static;
		transform: inherit;
	}
	.skills-content-and-video-section .video-content-section .right-video-section,
	.skills-content-and-video-section .video-content-section .left-col-content{
		width: 100%;
	}
	.skills-content-and-video-section .image-section img, .skills-content-and-video-section .video-section img.popup-video-btn{
		max-width: 100% !important;
	}
	.skills-content-and-video-section .video-content-section .left-col-content{
		padding-right:0;
		margin-bottom: 20px;
	}
	.skills-content-and-video-section .video-content-section .left-col-content h2 {
		max-width: 100%;
		margin-bottom: 25px;
	}
	.skills-content-and-video-section {
		padding: 87px 30px 0;
	}
	.skills-content-and-video-section .vection-img {
		right: 14px;
		top: 20px;
	}
	.skills-content-and-video-section.skills-content-and-video-section-new {
		padding: 77px 7% 0;
	}
	.skills-content-and-video-section .vection-img img {
		max-width: 40px;
	}
	.skills-content-and-video-section .video-content-section {
		padding: 32px 0;
	}
	.content-and-form-wrapper .right-col-form-section {
		width: 100%;
	}
	.content-and-form-wrapper .left-col-content-section {
		width: 100%;
	}
	.content-and-form-wrapper form {
		max-width: 100%;
	}
	.content-and-form-section .section-heading h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.content-and-form-section {
		padding: 60px 0;
	}
	.content-and-form-wrapper .left-col-content-section img {
		max-width: 100%;
		margin: 0 auto 20px;
	}
	.content-and-form-wrapper .left-col-content-section ul img {
		margin: 0 20px 0 0;
	}
	.testimonial-wrapper .member-img {
		margin-bottom: 20px;
	}
	.testimonial-content {
		margin-left: 0;
	}
	.content-and-form-wrapper .left-col-content-section p {
		padding-right: 0;
	}
	.testimonial-section {
		padding: 0 0 60px;
	}
	.testimonial-section .img-testimonial-wrapper {
		padding-left: 0;
		padding-right: 0;
		flex-direction: column-reverse;
	}
	.testimonial-content h2 {
		font-size: 28px;
	}
	.content-and-form-wrapper .left-col-content-section {
		margin-right: 0;
	}
	.content-and-form-wrapper{
		flex-direction: column-reverse;
	}
	.content-and-form-wrapper .right-col-form-section {
		margin-bottom: 30px;
	}
	.lora-lg.text-gray, .submitted-message{
		text-align: center;
	}
	.lora-lg.text-gray {
		margin-bottom: 0;
	}  
	.thank-you.text-green {
		font-size: 40px;
		line-height: 70px;
	}
	.three-column-section {
		padding: 40px 4% 20px;
	}
	.three-column-section-title h2 {
		font-size: 28px;
	}
	.three-column-section-title,.three-column-section-v2 .three-column-section-title {
		margin: 0 auto 50px;
	}
	.three-column-section-col {
		margin: 0 15px 40px;
		width: calc(50% - 30px);
	}
	.three-column-section-col-image {
		padding-bottom: 20px;
	}
	.three-column-section-col-title h3, .three-column-section-v2 .three-column-section-title h3, .three-column-section-v2 .three-column-section-col-title h3{
		font-size: 22px;
	}
	.three-column-section-col-text h4, .three-column-section-v2 .three-column-section-col-text h4{
		font-size: 18px;
	}
	.three-column-section-v2 .three-column-section-col{
		padding: 20px;
	}
	.three-column-section-v2 .three-column-section-col-image {
		padding-bottom: 30px;
	}
}/*-------- 767 ends here ----------*/
@media screen and (max-width: 630px) {
	.three-column-section-col, .three-column-section-v2 .three-column-section-col {
		margin: 0 0px 40px;
		width: 100%;
	}
	.three-column-section {
		padding: 40px 7% 20px;
	}
}/*-------- 480 ends here ----------*/

a {
	text-decoration: underline;
	color: #015440;
}

.hdr-right-sec.for-desktop {
	align-items: center;
	flex-flow: nowrap;
	width: 100%;
	justify-content: flex-end;
}

.hdr-right-sec.for-desktop .link-with-button {
	padding-left: 30px;
	margin-top: 0;
	order: 2;
}

.hdr-right-sec.for-desktop .link-with-button .demo-btn {

}

.hdr-right-sec.for-desktop .link-with-button .demo-btn a {
	padding: 10px 20px;
}

.hdr-right-sec.for-desktop .link-with-button .login-link a {
	padding: 10px 25px;
	border: 1px solid #ffffff;
	border-radius: 50px;
	display: inline-block;
	text-decoration: none;
}

.hdr-right-sec.for-desktop .link-with-button .login-link a:hover {
	border: 1px solid #d5ae20;
}

.hs-blog-listing .blog-header.only-with-image {
	margin-top: 0;
}

.hs-blog-listing #main-content .body-container--blog-index > .container-fluid:first-of-type  {
	display: none;
}