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

 

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 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 ;
    }
}
.text-right{
  text-align: right !important; 
}
.text-left{
  text-align: left !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;
}

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

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

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

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

/* Paragraphs */

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

/* Anchors */

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

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0 0 13px 0;
}

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

pre {
  overflow: auto;
}

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

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
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 */

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */
  nav.megamenu .nav-list.level-1 > li.megamenu > a:after,
nav.megamenu .nav-list.level-1 > li.dropdown > a:after {
    color: #121212;
  font-size: calc(18 * 0.57)px; }
  header.transparent { 
    background: transparent !important;
    box-shadow: none !important;
    position: absolute;
}
  body.sticky.down header.transparent {
    background: #f5f6f5 !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    position: fixed;
        transition:background .3s cubic-bezier(.66,.05,.32,.88);
}
header .wrapper, body.sticky.down header .wrapper {
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #f5f6f5;
    z-index: 9999;
    left: 0;
    top: 0; 
  height:95px;
}
.header.transparent #hs_cos_wrapper_site_logo_transparent span img.hs-image-widget ,  body.sticky.down .header.transparent #hs_cos_wrapper_site_logo span img.hs-image-widget { 
    max-width: 200px;
    }
  @media only screen and (max-width:991px) {
    .top_navigation .cnt-icon-menu-mobile { position: absolute; top: 11px; right: 0px; }
    .top_navigation .cnt-icon-menu-mobile #closeIconMenu { position: absolute; top: 3px; right: 0px; }
    .top_navigation .cnt-icon-menu-mobile button { background: transparent; border: 0;padding:0px; }  
    .top_navigation .cnt-icon-menu-mobile #closeIconMenu svg { fill: #fff; }
    .top_navigation .cnt-icon-menu-mobile #defaultIconMenu svg{fill:#fff;}
    .sticky.down .top_navigation .cnt-icon-menu-mobile #defaultIconMenu svg, .sticky.down .top_navigation .cnt-icon-menu-mobile #closeIconMenu svg {
    fill: #1E140E; }
  }
  @media only screen and (max-width: 991px) {
    header .wrapper, body.sticky.down header .wrapper {
      display: block;}
    header .top_navigation .wrapper .top_navigation_raw {
    flex-wrap: wrap;
    margin: 0 15px;
      align-items:center;}
   header .top_navigation .wrapper .top_navigation_raw{
    top: 11%;}
    .sticky.down header .top_navigation .wrapper .top_navigation_raw{
    margin:0 15px;
    top:21%;}
    .sticky.down header .top_navigation_raw{
        flex: 0 0 100%;}
.header.transparent .button.customizable-button {
    display: none;
}
    div#hs_cos_wrapper_megamenu {
    display: none;
  }
    .logo-mobile {
    display: none;  
  }
    .top_navigation_raw .top_search {
      align-items: center;
     display: none !important;
}
      #mobileMenuBar.open .menu-main { 
        display: block; 
        width: 100%;
        padding-top: 130px; 
        background: url('https://22034068.fs1.hubspotusercontent-na1.net/hubfs/22034068/fusion/backgrounds/header-bg.png'); 
      }
      #mobileMenuBar nav.megamenu .nav-list.level-1 > li.megamenu > a:after,
      #mobileMenuBar nav.megamenu .nav-list.level-1 > li.dropdown > a:after {
        background-image: url("//22034068.fs1.hubspotusercontent-na1.net/hubfs/22034068/raw_assets/public/fusion-pro-theme/images/icons/icon-plus.svg");
        fill: #121212;
      }
      #mobileMenuBar nav.megamenu .nav-list {
        background: var(--white-color);
      }
      #mobileMenuBar nav.megamenu .nav-list.level-1 > li.megamenu.open > a:after,
      #mobileMenuBar nav.megamenu .nav-list.level-1 > li.dropdown.open > a:after {
        background-image: url("//22034068.fs1.hubspotusercontent-na1.net/hubfs/22034068/raw_assets/public/fusion-pro-theme/images/icons/icon-minus.svg");
        fill: #121212;
      }
      #mobileMenuBar nav.megamenu .nav-list li a { 
        color: #20222B; 
        font-size: 18px;
      }
      #mobileMenuBar nav.megamenu .nav-list li.megamenu .dropdown-content ul li a, 
      #mobileMenuBar nav.megamenu .nav-list li.dropdown .dropdown-content ul li a, 
      #mobileMenuBar nav.megamenu .nav-list li.megamenu .dropdown-content .main-megamenu a.menu-link .text-link {
        color: #20222B; 
      }
      #mobileMenuBar nav.megamenu .nav-list li.menu-item.one-column, 
      #mobileMenuBar nav.megamenu .nav-list .sub-menu li a {
        color: #20222B;
      }
      #mobileMenuBar nav.megamenu .nav-list.level-1 > li:not(.last-menu-item-button) > a.menu-link { 
        background: rgba(255, 255, 255, calc(70 / 100));
      }
      #mobileMenuBar #megamenu .nav-list li.dropdown .dropdown-content ul.level-2,
      #mobileMenuBar #megamenu .dropdown-content .row-dropdown-area {
        background: rgba(#, calc(50 / 100));
      }
      
        #mobileMenuBar nav.megamenu .nav-list li.menu-item.last-menu-item-button { 
          background: transparent;
          margin: 18px auto;
          border-bottom: none !important;
        }
        #mobileMenuBar nav.megamenu .nav-list.level-1 li.menu-item.last-menu-item-button > a {
          width: 318px;
          text-align: center;
        }
      
      #mobileMenuBar nav.megamenu .nav-list li.megamenu .dropdown-content .mega-col:last-child { padding: 0; }
      #megamenu .content-wrapper {
    padding: 0;}
    }
  #hs_cos_wrapper_desktop_search {
    position: absolute;
    right: 0;
    width: 50%;
    padding: 0;
    z-index: 99;
    display: block;
    opacity: 0;
    overflow: hidden;
    height: 0;
    transition: opacity 0.5s ease-in-out;
}
  header .top_navigation .wrapper .top_navigation_raw {
   display: Flex;
   justify-content: space-between;
}
  #hs_cos_wrapper_desktop_search.active { opacity: 1; height: auto; transition: opacity 0.5s ease-out; }
#hs_cos_wrapper_desktop_search form input[type=text] { height: 48px !important; }
  /* Header */
  .hs-search-field--open .hs-search-field__suggestions {
  z-index: 9;
  position: absolute;
  width: 100%;
  opacity: 95%;
}
  header .hs-search-field__bar input[type=text] { color: var(--secondary-color); font-size: 18px; }
.top_search .hs-search-field__bar button {
    position: absolute;
    right: 0px;
    background: transparent;
    border: 0;
    height: 34px;
    color: var(--dark-gray-color); 
}
.top_search .hs-search-field__bar button svg {
    height: 14px !important;
}
nav.megamenu .nav-list li.dropdown .dropdown-content ul.sub-menu > li.menu-item a.menu-link{
  color:#252840;}
header { position: relative; z-index: 2; background-color: #f5f6f5; display: inline; }
header.header { position: relative; top: 0; width: 100%; z-index: 999; }
header.transparent .wrapper { box-shadow: none; background: transparent;transition: .5s cubic-bezier(.66,.05,.32,.88); }
header .top_navigation_raw { margin: 0 auto; max-width: 1600px; position: relative; flex: 1 1 100%; align-items: center; }
.top_navigation_raw .top_search { display: flex; align-items: center; }
.top_search svg.icon-search path, .top_search svg.search-close path,
body.sticky.down .top_search svg.icon-search path, body.sticky.down .top_search svg.search-close path,
body.sticky.down header.transparent .top_search svg.icon-search path,
body.sticky.down header.transparent .top_search svg.search-close path { fill: #121212; }
.top_search svg.search-close, body.sticky.down .top_search svg.search-close,
body.sticky.down header.transparent .top_search svg.search-close { display: none; }
.top_search svg.search-close.active, body.sticky.down .top_search svg.search-close.active,
body.sticky.down header.transparent .top_search svg.search-close.active { display: block; }
header.header--no-navigation .wrapper { position: relative; }
.top_strip { background: ; }
.top_strip_menu .hs-menu-wrapper > ul > li > a { display: inline-block; width: auto; padding: 5px 15px; text-transform: uppercase; color: ; }
.top_strip_menu .hs-menu-wrapper > ul > li > a:hover { color: ; }
header.header--no-navigation .top_navigation_raw .logo,
header.header--no-navigation.transparent .top_navigation_raw .logo { width: 100%; padding-left: 0; }
.top_strip_raw { position: relative; }
.top_search .search_toggle svg path { fill: ; }
.top_search form label { display: none; }
.top_search.no_search { display: none !important; }
.top_navigation .mainmenu.no_search { padding-right: 0 !important; max-width: calc(74.99% + 15px) !important; flex: 0 0 calc(74.99% + 15px) !important; }
.top_search .search-close { height: 19px; z-index: 99; right: 18px; position: absolute; transition: opacity 0.4s ease-in-out; }
.top_search .search-close path { fill: var(--black-color); }
.hs-search-field--open .hs-search-field__suggestions { background: #fff; padding: 10px 0px; border: 0; }
.hs-search-field--open .hs-search-field__suggestions li { padding: 5px 14px; }
.hs-search-field--open .hs-search-field__suggestions li:hover { background-color: rgba(0,0,0,0.1); }
.hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus { background-color: unset !important; }

.mainmenu .hs-menu-wrapper > ul > li > a,
body.sticky.down header.transparent .mainmenu .hs-menu-wrapper > ul > li > a { display: inline-block; width: auto; padding: 2px 12px 15px; font-size: 18px; color: #121212; font-weight: 500; position: relative; font-family: Raleway; margin-top: 18px; }
.mainmenu .hs-menu-wrapper > ul > li:hover > a,
body.sticky.down header.transparent .mainmenu .hs-menu-wrapper > ul > li > a:hover { color: #880063; text-decoration: none; }
.mainmenu .hs-menu-wrapper > ul { float: right; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: pre-wrap; }


    .mainmenu .hs-menu-wrapper > ul > li:last-child > a { background: #880063; height: 28px; color: #FFF; border: 2px solid #880063; border-radius: 22px; padding: 5px 12px; line-height: 16px; margin-left: 10px; max-width:340px; text-align:center; font-size: 12px; text-transform: uppercase; font-weight: 600; }
    header.transparent .mainmenu .hs-menu-wrapper > ul > li:last-child > a { padding: 5px 12px; border: 2px solid #880063; }
    body.sticky.down header.transparent .mainmenu .hs-menu-wrapper > ul > li:last-child > a { color: #FFF; border: 2px solid #880063; font-size: 12px; padding: 5px 12px; font-weight: 600; }
    body.sticky.down header.transparent .mainmenu .hs-menu-wrapper > ul > li:last-child > a:hover { background: #20222B; color: #FFFFFF; border: 2px solid #20222B; }
    .mainmenu .hs-menu-wrapper > ul > li:last-child > a:hover { background: #20222B; text-decoration: none; color: #FFFFFF; border-color: #20222B; }


.mobile_search { display: none; }
header .hs-search-field__bar input[type=text] { color: var(--secondary-color); font-size: 18px; }
.top_search .hs-search-field__bar button {
    position: absolute;
    right: 0px;
    background: transparent;
    border: 0;
    height: 34px;
    color: var(--dark-gray-color);
}
.top_search .hs-search-field__bar button svg {
    height: 14px !important;
}

/* Language Switcher */
.top_navigation .mainmenu .widget-type-language_switcher { margin-right: 40px; margin-top: 7px; }
header.transparent .mainmenu .widget-type-language_switcher .globe_class { background-color: ; }
body.sticky.down header.transparent .mainmenu .widget-type-language_switcher { margin-top: 9px; }
body.sticky.down header.transparent .mainmenu .widget-type-language_switcher .globe_class { background-color: unset; }
.lang_list_class {
    min-width: 120px;
}
.lang_list_class li {
    padding: 10px 15px 10px !important;
}
.lang_list_class li,
.lang_list_class li a {
    line-height: 1.2 !important;
    width: 100% !important;
}
.lang_list_class li a:hover {
    color: #880063 !important;
}
@media (min-width: 992px){

    body.fixed header.transparent nav.megamenu .nav-list.level-1 > li.dropdown > a:after, 
    body.fixed header.transparent nav.megamenu .nav-list.level-1 > li.megamenu > a:after {
        color: #121212;
    }
    .mainmenu .hs-menu-wrapper > ul > li > ul { width: 290px; background: #fff; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); visibility: hidden; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-weight: 600; color: #121212; padding: 8px 15px; border-bottom: 1px solid #ECECEC; }
    .mainmenu .hs-menu-wrapper > ul > li:hover > ul { visibility: visible; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:hover, .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover { color: #880063; text-indent: 5px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:last-child > a { border: 0; }
    .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { position: absolute; content: "\f0d7"; font-family: 'FONTAWESOME'; right: 3px; }
    
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { left: 100% !important; top: 0 !important; width: 220px; background: #ececec; padding: 10px 0; font-size: 13px; pointer-events: none; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li { display: inline-block; vertical-align: top; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { display: inline-block !important; vertical-align: top !important; width: 100% !important; color: #121212; font-weight: 600; padding: 8px 15px; border-bottom: 1px solid #000; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li:last-child > a { border: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > ul { pointer-events: inherit; }
    .mainmenu .hs-menu-wrapper > ul > li:nth-last-child(2) > ul > li > ul { left: auto !important; right: 100%; }
    body.sticky.down header.transparent nav.megamenu .nav-list.level-1 > li > a {
        color: #252840;
    }
    body.sticky.down header.transparent nav.megamenu .nav-list.level-1 > li.dropdown > a:after, 
    body.sticky.down header.transparent nav.megamenu .nav-list.level-1 > li.megamenu > a:after {
        color: #121212;
    }
    .header .logo-mobile { display: none; }
    .top_search .header_top_search { overflow: visible !important; }
    .hidden-desktop { display: none !important; }
}
/* Transparent Header */
header.transparent { background: transparent !important; box-shadow: none !important; position: absolute;    transition:background .3s cubic-bezier(.66,.05,.32,.88); }

body.sticky.down header.header--no-navigation.transparent { height: 95px; }
/*main.body-container-wrapper.transparent-head { margin-top: -95px; }*/
header.transparent #hs_cos_wrapper_site_logo_transparent,
body.sticky.down header.transparent #hs_cos_wrapper_site_logo,
header #hs_cos_wrapper_site_logo { display: block; }
header.transparent #hs_cos_wrapper_site_logo,
body.sticky.down header.transparent #hs_cos_wrapper_site_logo_transparent, 
header #hs_cos_wrapper_site_logo_transparent { display: none; }
header.transparent .top_search .search_toggle svg path { fill: #121212; }
nav.megamenu .nav-list.level-1 > li.megamenu > a:after,
nav.megamenu .nav-list.level-1 > li.dropdown > a:after {
    color: #121212;
    font-size: calc(18 * 0.57)px; 
}
nav.megamenu .nav-list.level-1 > li.megamenu:hover > a:after,
nav.megamenu .nav-list.level-1 > li.dropdown:hover > a:after {
    color: #880063;
}
  #hs_cos_wrapper_desktop_search form input[type=text] { height: 48px !important; }

header.transparent .top_navigation:before {
    position: absolute;
    content: "";
    height: 95px;
    width: 100%;
    top: 0;
    left: 0;
}

@media (min-width: 992px){
    .top_navigation .mainmenu { align-items: center; display: flex; justify-content: center; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding: 6px 12px; }
    header.transparent .mainmenu .hs-menu-wrapper > ul > li > a { color: #fff; }
    header.transparent .mainmenu .hs-menu-wrapper > ul > li > a:hover { color: #FFFFFF; padding: 4px 15px; text-decoration: none; }
    
        header.transparent .mainmenu .hs-menu-wrapper > ul > li:last-child > a:hover { padding: 5px 12px; border: 2px solid #20222B; }
    
}
  @media (min-width: 992px){
    .header .logo-mobile { display: none; }
    .hidden-desktop { display: none !important; }
}
.hidden-desktop {
    display: inherite !important;
}
@media (max-width:1440px){
    .mainmenu .hs-menu-wrapper > ul > li > ul { left: -100% !important; }
}
  .top_navigation {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}
.skip-nav-link {
  position: absolute;
  top: -100px;
  left: 40%;
  padding: 10px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.skip-nav-link:focus {
  top: 0;
  text-decoration: underline;
}
.top_navigation > .wrapper {
  width: 100% !important;
}
.top_navigation > .wrapper{
  padding: 0 15px;}
/* @media screen and (max-width: 1200px) {
.top_navigation > .wrapper {
    top: 15px;
    display: inline;
    position: fixed;
  }
  .header.transparent .button.customizable-button{
    height: 50px;
    padding: 10px 10px;
  }
  .header.transparent .hm1-button1{
    flex: 0 0 20%  !important;
    max-width: 20%  !important;}
  .top_navigation .mainmenu.sm\:col-9 {
    flex: 0 0 60%  !important;
    max-width: 60%  !important;
  }
  
} */
@media screen and (min-width: 992px) and (max-width: 1036px) {
.top_navigation .mainmenu.sm\:col-9 {
    flex: 0 0 50% !important;
    max-width: 50% !important;}

}
@media screen and (max-width: 1036px){
  .header.transparent .hm1-button1{
  display:none;}
}
/* .top_navigation .mainmenu.sm\:col-9 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .top_navigation .logo, .header.transparent .hm1-button1 {
    flex: 0 0 20%;
    max-width: 20%;
  } */
/*   .header.transparent .hm1-button1{
    flex: 0 0 15%;
    max-width: 15%;
  }
*/
@media screen and (max-width: 991px) {
  header.header {
    transition: background-color 0.2s ease;
  }
  .top_navigation {
    height: 100%;
  }
}
.sticky .header.transparent .button.customizable-button{
      background: transparent;
  border: 1px solid #fff;}
.sticky .header.transparent .button.customizable-button .customizable-button-text{
  color:#fff; }
.sticky.down .header.transparent .button.customizable-button .customizable-button-text {
  color:#252840; }
.sticky.down .header.transparent .button.customizable-button .customizable-button-icon svg path{
stroke:#252840; }
.sticky.down .header.transparent .button.customizable-button{
     background:linear-gradient(45deg,#FF766D,#FF985F);
    border: 1px solid #FC7C58;}
.sticky.down header .top_navigation_raw {
    flex: 0 0 98%;}
/* .nav-one-button-wrapper.style-one .main-button{
padding-right:0px;} */
@media only screen and (min-width: 992px) {
    #megamenu .dropdown-content {
        left: 50%;
        width: 100%;
        max-width:1290px; 
       }
 .megamenu.menu-item .dropdown-content{
  top: 106% !important;
  }}
header.transparent nav.megamenu .nav-list.level-1 > li > a{
position:relative;}
header .top_navigation .wrapper .top_navigation_raw .button-wrap{
 display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;}

header .top_navigation .wrapper .top_navigation_raw .mainmenu.sm\:col-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
/* 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;
  }
}

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

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

* {
  text-decoration: none !important;
  outline: none !important;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; 
}

/* HOMEPAGE ONE CSS STARTS */
body{-webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;}

.footer-icon-box span{
  font-size:20px;
  line-height:29px;
}
.text-center, .center-align{
    text-align: center;
}
.position-relative, .body-container-home .row-depth-1.row-number-10 .span5, .body-container-home .row-depth-1.row-number-10 .span7,
.body-container-home .row-depth-1.row-number-42 .span6:nth-child(2), .body-container-about .row-depth-1.row-number-1, 
.body-container-about .row-depth-1.row-number-16 .span12.widget-span.widget-type-custom_widget.dnd-module:nth-child(1),
.body-container-service .row-depth-1.row-number-34 .span12.widget-span.widget-type-custom_widget.dnd-module:first-child,
.body-container-contact .row-depth-1.row-number-4 .span12.widget-span.widget-type-custom_widget.dnd-module:first-child, .body-container-contact .row-depth-1.row-number-1,
.body-container-webinar-one .row-depth-1.row-number-5 .span12.widget-span.widget-type-custom_widget.dnd-module:first-child, .body-container-webinar-one .row-depth-1.row-number-1,
.body-container--image-box .row-depth-1.row-number-22 .span6:nth-child(2), .marquee-section, .financial-section .span6:last-child{
position:relative;}
.position-absolute{
position:absolute;}
.auto-fit {
    object-fit: cover;
}
.image-full-width, .body-container-service .row-depth-1.row-number-36 .span12 img{
width:100%;}
.float-left {
  float:left;
}
.float-right {
  float:right;
}
.footer svg {
  height: 20px;
  width: auto;
  fill:#ffffff;}
.sticky {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 8px 3px 30px 5px rgb(0 0 0 / 8%);}
.heading-main .container {
  padding-left:0;
  padding-right:0;
}
.heading-main .row {
  margin-left:0;
  margin-right:0;}

.heading-main .col-lg-12 {
  padding-left:0;
  padding-right:0;}

/* CONTAINER CSS START */

/* CONTAINER CSS END */ 
/* FOOTER FIX CSS STARTS */

.flyouts ul {
  width: 100%;
  display: inline-block;
  vertical-align: top;}

@media screen and (max-width:1059px){
  .contact-button{display:none}}
/* radiant-icon-box2-wrapper icon-box2-parent-style-two CSS ends */


.rt-icon-box10 a:before,.rt-icon-box10 a:hover {
  -webkit-transition:width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition:width .6s cubic-bezier(.25,.8,.25,1) 0s
}
@media (min-width: 576px) {
  .container, .container-md, .container-sm {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container, .container-md, .container-sm {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .container, .container-md, .container-sm {
    max-width: 1266px !important;
  }
}
/* HOME THREE BLOG CSS START */ 

  .recent-blogs {
    padding-bottom: 20px !important;
    padding-top: 10px !important;
  }

  .recent-blogs .swiper-horizontal>.swiper-pagination-bullets, .recent-blogs .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px !important;
    cursor:pointer;
  }

.wraper_inner_banner.banner-one {
  margin-top:-70px;
}

.wraper_inner_banner.banner-one {
  padding-top: 263px;
  padding-bottom: 130px;
  background-position:top center !important;
  background-size:cover;
}

@media screen and (max-width: 991px) {
  .wraper_inner_banner.banner-one {
    padding-top: 215px;
    padding-bottom: 79px;
  }
}

.inner_banner_main {
  text-align: left;
}

.inner_banner_main h1.title {
  text-transform: capitalize;
  color: #fff;
}
.inner_banner_main .subtitle {
  color: #fff;
}
.inner_banner_main .subtitle, .margin-auto{
  margin:0 auto;}
.wraper_inner_banner.banner-one .banner-inner h1 {
  color: #fff;
  padding-left: 0px;
  padding-bottom: 5px !important;
}

/* SOCIAL ICON LIST CSS ENDS */

/* NEW CSS START */

@media screen and (max-width: 992px) and (min-width: 768px) {
  .bsnav-mobile .navbar {
    margin-top:-22px;
  } 
}

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

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 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 ;
    }
}
.text-right{
  text-align: right !important; 
}
.text-left{
  text-align: left !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;
}

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

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

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

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

/* Paragraphs */

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

/* Anchors */

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

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0 0 13px 0;
}

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

pre {
  overflow: auto;
}

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

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
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 */

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */
  nav.megamenu .nav-list.level-1 > li.megamenu > a:after,
nav.megamenu .nav-list.level-1 > li.dropdown > a:after {
    color: #121212;
  font-size: calc(18 * 0.57)px; }
  header.transparent { 
    background: transparent !important;
    box-shadow: none !important;
    position: absolute;
}
  body.sticky.down header.transparent {
    background: #f5f6f5 !important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    position: fixed;
        transition:background .3s cubic-bezier(.66,.05,.32,.88);
}
header .wrapper, body.sticky.down header .wrapper {
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #f5f6f5;
    z-index: 9999;
    left: 0;
    top: 0; 
  height:95px;
}
.header.transparent #hs_cos_wrapper_site_logo_transparent span img.hs-image-widget ,  body.sticky.down .header.transparent #hs_cos_wrapper_site_logo span img.hs-image-widget { 
    max-width: 200px;
    }
  @media only screen and (max-width:991px) {
    .top_navigation .cnt-icon-menu-mobile { position: absolute; top: 11px; right: 0px; }
    .top_navigation .cnt-icon-menu-mobile #closeIconMenu { position: absolute; top: 3px; right: 0px; }
    .top_navigation .cnt-icon-menu-mobile button { background: transparent; border: 0;padding:0px; }  
    .top_navigation .cnt-icon-menu-mobile #closeIconMenu svg { fill: #fff; }
    .top_navigation .cnt-icon-menu-mobile #defaultIconMenu svg{fill:#fff;}
    .sticky.down .top_navigation .cnt-icon-menu-mobile #defaultIconMenu svg, .sticky.down .top_navigation .cnt-icon-menu-mobile #closeIconMenu svg {
    fill: #1E140E; }
  }
  @media only screen and (max-width: 991px) {
    header .wrapper, body.sticky.down header .wrapper {
      display: block;}
    header .top_navigation .wrapper .top_navigation_raw {
    flex-wrap: wrap;
    margin: 0 15px;
      align-items:center;}
   header .top_navigation .wrapper .top_navigation_raw{
    top: 11%;}
    .sticky.down header .top_navigation .wrapper .top_navigation_raw{
    margin:0 15px;
    top:21%;}
    .sticky.down header .top_navigation_raw{
        flex: 0 0 100%;}
.header.transparent .button.customizable-button {
    display: none;
}
    div#hs_cos_wrapper_megamenu {
    display: none;
  }
    .logo-mobile {
    display: none;  
  }
    .top_navigation_raw .top_search {
      align-items: center;
     display: none !important;
}
      #mobileMenuBar.open .menu-main { 
        display: block; 
        width: 100%;
        padding-top: 130px; 
        background: url('https://22034068.fs1.hubspotusercontent-na1.net/hubfs/22034068/fusion/backgrounds/header-bg.png'); 
      }
      #mobileMenuBar nav.megamenu .nav-list.level-1 > li.megamenu > a:after,
      #mobileMenuBar nav.megamenu .nav-list.level-1 > li.dropdown > a:after {
        background-image: url("//22034068.fs1.hubspotusercontent-na1.net/hubfs/22034068/raw_assets/public/fusion-pro-theme/images/icons/icon-plus.svg");
        fill: #121212;
      }
      #mobileMenuBar nav.megamenu .nav-list {
        background: var(--white-color);
      }
      #mobileMenuBar nav.megamenu .nav-list.level-1 > li.megamenu.open > a:after,
      #mobileMenuBar nav.megamenu .nav-list.level-1 > li.dropdown.open > a:after {
        background-image: url("//22034068.fs1.hubspotusercontent-na1.net/hubfs/22034068/raw_assets/public/fusion-pro-theme/images/icons/icon-minus.svg");
        fill: #121212;
      }
      #mobileMenuBar nav.megamenu .nav-list li a { 
        color: #20222B; 
        font-size: 18px;
      }
      #mobileMenuBar nav.megamenu .nav-list li.megamenu .dropdown-content ul li a, 
      #mobileMenuBar nav.megamenu .nav-list li.dropdown .dropdown-content ul li a, 
      #mobileMenuBar nav.megamenu .nav-list li.megamenu .dropdown-content .main-megamenu a.menu-link .text-link {
        color: #20222B; 
      }
      #mobileMenuBar nav.megamenu .nav-list li.menu-item.one-column, 
      #mobileMenuBar nav.megamenu .nav-list .sub-menu li a {
        color: #20222B;
      }
      #mobileMenuBar nav.megamenu .nav-list.level-1 > li:not(.last-menu-item-button) > a.menu-link { 
        background: rgba(255, 255, 255, calc(70 / 100));
      }
      #mobileMenuBar #megamenu .nav-list li.dropdown .dropdown-content ul.level-2,
      #mobileMenuBar #megamenu .dropdown-content .row-dropdown-area {
        background: rgba(#, calc(50 / 100));
      }
      
        #mobileMenuBar nav.megamenu .nav-list li.menu-item.last-menu-item-button { 
          background: transparent;
          margin: 18px auto;
          border-bottom: none !important;
        }
        #mobileMenuBar nav.megamenu .nav-list.level-1 li.menu-item.last-menu-item-button > a {
          width: 318px;
          text-align: center;
        }
      
      #mobileMenuBar nav.megamenu .nav-list li.megamenu .dropdown-content .mega-col:last-child { padding: 0; }
      #megamenu .content-wrapper {
    padding: 0;}
    }
  #hs_cos_wrapper_desktop_search {
    position: absolute;
    right: 0;
    width: 50%;
    padding: 0;
    z-index: 99;
    display: block;
    opacity: 0;
    overflow: hidden;
    height: 0;
    transition: opacity 0.5s ease-in-out;
}
  header .top_navigation .wrapper .top_navigation_raw {
   display: Flex;
   justify-content: space-between;
}
  #hs_cos_wrapper_desktop_search.active { opacity: 1; height: auto; transition: opacity 0.5s ease-out; }
#hs_cos_wrapper_desktop_search form input[type=text] { height: 48px !important; }
  /* Header */
  .hs-search-field--open .hs-search-field__suggestions {
  z-index: 9;
  position: absolute;
  width: 100%;
  opacity: 95%;
}
  header .hs-search-field__bar input[type=text] { color: var(--secondary-color); font-size: 18px; }
.top_search .hs-search-field__bar button {
    position: absolute;
    right: 0px;
    background: transparent;
    border: 0;
    height: 34px;
    color: var(--dark-gray-color); 
}
.top_search .hs-search-field__bar button svg {
    height: 14px !important;
}
nav.megamenu .nav-list li.dropdown .dropdown-content ul.sub-menu > li.menu-item a.menu-link{
  color:#252840;}
header { position: relative; z-index: 2; background-color: #f5f6f5; display: inline; }
header.header { position: relative; top: 0; width: 100%; z-index: 999; }
header.transparent .wrapper { box-shadow: none; background: transparent;transition: .5s cubic-bezier(.66,.05,.32,.88); }
header .top_navigation_raw { margin: 0 auto; max-width: 1600px; position: relative; flex: 1 1 100%; align-items: center; }
.top_navigation_raw .top_search { display: flex; align-items: center; }
.top_search svg.icon-search path, .top_search svg.search-close path,
body.sticky.down .top_search svg.icon-search path, body.sticky.down .top_search svg.search-close path,
body.sticky.down header.transparent .top_search svg.icon-search path,
body.sticky.down header.transparent .top_search svg.search-close path { fill: #121212; }
.top_search svg.search-close, body.sticky.down .top_search svg.search-close,
body.sticky.down header.transparent .top_search svg.search-close { display: none; }
.top_search svg.search-close.active, body.sticky.down .top_search svg.search-close.active,
body.sticky.down header.transparent .top_search svg.search-close.active { display: block; }
header.header--no-navigation .wrapper { position: relative; }
.top_strip { background: ; }
.top_strip_menu .hs-menu-wrapper > ul > li > a { display: inline-block; width: auto; padding: 5px 15px; text-transform: uppercase; color: ; }
.top_strip_menu .hs-menu-wrapper > ul > li > a:hover { color: ; }
header.header--no-navigation .top_navigation_raw .logo,
header.header--no-navigation.transparent .top_navigation_raw .logo { width: 100%; padding-left: 0; }
.top_strip_raw { position: relative; }
.top_search .search_toggle svg path { fill: ; }
.top_search form label { display: none; }
.top_search.no_search { display: none !important; }
.top_navigation .mainmenu.no_search { padding-right: 0 !important; max-width: calc(74.99% + 15px) !important; flex: 0 0 calc(74.99% + 15px) !important; }
.top_search .search-close { height: 19px; z-index: 99; right: 18px; position: absolute; transition: opacity 0.4s ease-in-out; }
.top_search .search-close path { fill: var(--black-color); }
.hs-search-field--open .hs-search-field__suggestions { background: #fff; padding: 10px 0px; border: 0; }
.hs-search-field--open .hs-search-field__suggestions li { padding: 5px 14px; }
.hs-search-field--open .hs-search-field__suggestions li:hover { background-color: rgba(0,0,0,0.1); }
.hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus { background-color: unset !important; }

.mainmenu .hs-menu-wrapper > ul > li > a,
body.sticky.down header.transparent .mainmenu .hs-menu-wrapper > ul > li > a { display: inline-block; width: auto; padding: 2px 12px 15px; font-size: 18px; color: #121212; font-weight: 500; position: relative; font-family: Raleway; margin-top: 18px; }
.mainmenu .hs-menu-wrapper > ul > li:hover > a,
body.sticky.down header.transparent .mainmenu .hs-menu-wrapper > ul > li > a:hover { color: #880063; text-decoration: none; }
.mainmenu .hs-menu-wrapper > ul { float: right; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: pre-wrap; }


    .mainmenu .hs-menu-wrapper > ul > li:last-child > a { background: #880063; height: 28px; color: #FFF; border: 2px solid #880063; border-radius: 22px; padding: 5px 12px; line-height: 16px; margin-left: 10px; max-width:340px; text-align:center; font-size: 12px; text-transform: uppercase; font-weight: 600; }
    header.transparent .mainmenu .hs-menu-wrapper > ul > li:last-child > a { padding: 5px 12px; border: 2px solid #880063; }
    body.sticky.down header.transparent .mainmenu .hs-menu-wrapper > ul > li:last-child > a { color: #FFF; border: 2px solid #880063; font-size: 12px; padding: 5px 12px; font-weight: 600; }
    body.sticky.down header.transparent .mainmenu .hs-menu-wrapper > ul > li:last-child > a:hover { background: #20222B; color: #FFFFFF; border: 2px solid #20222B; }
    .mainmenu .hs-menu-wrapper > ul > li:last-child > a:hover { background: #20222B; text-decoration: none; color: #FFFFFF; border-color: #20222B; }


.mobile_search { display: none; }
header .hs-search-field__bar input[type=text] { color: var(--secondary-color); font-size: 18px; }
.top_search .hs-search-field__bar button {
    position: absolute;
    right: 0px;
    background: transparent;
    border: 0;
    height: 34px;
    color: var(--dark-gray-color);
}
.top_search .hs-search-field__bar button svg {
    height: 14px !important;
}

/* Language Switcher */
.top_navigation .mainmenu .widget-type-language_switcher { margin-right: 40px; margin-top: 7px; }
header.transparent .mainmenu .widget-type-language_switcher .globe_class { background-color: ; }
body.sticky.down header.transparent .mainmenu .widget-type-language_switcher { margin-top: 9px; }
body.sticky.down header.transparent .mainmenu .widget-type-language_switcher .globe_class { background-color: unset; }
.lang_list_class {
    min-width: 120px;
}
.lang_list_class li {
    padding: 10px 15px 10px !important;
}
.lang_list_class li,
.lang_list_class li a {
    line-height: 1.2 !important;
    width: 100% !important;
}
.lang_list_class li a:hover {
    color: #880063 !important;
}
@media (min-width: 992px){

    body.fixed header.transparent nav.megamenu .nav-list.level-1 > li.dropdown > a:after, 
    body.fixed header.transparent nav.megamenu .nav-list.level-1 > li.megamenu > a:after {
        color: #121212;
    }
    .mainmenu .hs-menu-wrapper > ul > li > ul { width: 290px; background: #fff; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); visibility: hidden; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-weight: 600; color: #121212; padding: 8px 15px; border-bottom: 1px solid #ECECEC; }
    .mainmenu .hs-menu-wrapper > ul > li:hover > ul { visibility: visible; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:hover, .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover { color: #880063; text-indent: 5px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:last-child > a { border: 0; }
    .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { position: absolute; content: "\f0d7"; font-family: 'FONTAWESOME'; right: 3px; }
    
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { left: 100% !important; top: 0 !important; width: 220px; background: #ececec; padding: 10px 0; font-size: 13px; pointer-events: none; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li { display: inline-block; vertical-align: top; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { display: inline-block !important; vertical-align: top !important; width: 100% !important; color: #121212; font-weight: 600; padding: 8px 15px; border-bottom: 1px solid #000; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li:last-child > a { border: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > ul { pointer-events: inherit; }
    .mainmenu .hs-menu-wrapper > ul > li:nth-last-child(2) > ul > li > ul { left: auto !important; right: 100%; }
    body.sticky.down header.transparent nav.megamenu .nav-list.level-1 > li > a {
        color: #252840;
    }
    body.sticky.down header.transparent nav.megamenu .nav-list.level-1 > li.dropdown > a:after, 
    body.sticky.down header.transparent nav.megamenu .nav-list.level-1 > li.megamenu > a:after {
        color: #121212;
    }
    .header .logo-mobile { display: none; }
    .top_search .header_top_search { overflow: visible !important; }
    .hidden-desktop { display: none !important; }
}
/* Transparent Header */
header.transparent { background: transparent !important; box-shadow: none !important; position: absolute;    transition:background .3s cubic-bezier(.66,.05,.32,.88); }

body.sticky.down header.header--no-navigation.transparent { height: 95px; }
/*main.body-container-wrapper.transparent-head { margin-top: -95px; }*/
header.transparent #hs_cos_wrapper_site_logo_transparent,
body.sticky.down header.transparent #hs_cos_wrapper_site_logo,
header #hs_cos_wrapper_site_logo { display: block; }
header.transparent #hs_cos_wrapper_site_logo,
body.sticky.down header.transparent #hs_cos_wrapper_site_logo_transparent, 
header #hs_cos_wrapper_site_logo_transparent { display: none; }
header.transparent .top_search .search_toggle svg path { fill: #121212; }
nav.megamenu .nav-list.level-1 > li.megamenu > a:after,
nav.megamenu .nav-list.level-1 > li.dropdown > a:after {
    color: #121212;
    font-size: calc(18 * 0.57)px; 
}
nav.megamenu .nav-list.level-1 > li.megamenu:hover > a:after,
nav.megamenu .nav-list.level-1 > li.dropdown:hover > a:after {
    color: #880063;
}
  #hs_cos_wrapper_desktop_search form input[type=text] { height: 48px !important; }

header.transparent .top_navigation:before {
    position: absolute;
    content: "";
    height: 95px;
    width: 100%;
    top: 0;
    left: 0;
}

@media (min-width: 992px){
    .top_navigation .mainmenu { align-items: center; display: flex; justify-content: center; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding: 6px 12px; }
    header.transparent .mainmenu .hs-menu-wrapper > ul > li > a { color: #fff; }
    header.transparent .mainmenu .hs-menu-wrapper > ul > li > a:hover { color: #FFFFFF; padding: 4px 15px; text-decoration: none; }
    
        header.transparent .mainmenu .hs-menu-wrapper > ul > li:last-child > a:hover { padding: 5px 12px; border: 2px solid #20222B; }
    
}
  @media (min-width: 992px){
    .header .logo-mobile { display: none; }
    .hidden-desktop { display: none !important; }
}
.hidden-desktop {
    display: inherite !important;
}
@media (max-width:1440px){
    .mainmenu .hs-menu-wrapper > ul > li > ul { left: -100% !important; }
}
  .top_navigation {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}
.skip-nav-link {
  position: absolute;
  top: -100px;
  left: 40%;
  padding: 10px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.skip-nav-link:focus {
  top: 0;
  text-decoration: underline;
}
.top_navigation > .wrapper {
  width: 100% !important;
}
.top_navigation > .wrapper{
  padding: 0 15px;}
/* @media screen and (max-width: 1200px) {
.top_navigation > .wrapper {
    top: 15px;
    display: inline;
    position: fixed;
  }
  .header.transparent .button.customizable-button{
    height: 50px;
    padding: 10px 10px;
  }
  .header.transparent .hm1-button1{
    flex: 0 0 20%  !important;
    max-width: 20%  !important;}
  .top_navigation .mainmenu.sm\:col-9 {
    flex: 0 0 60%  !important;
    max-width: 60%  !important;
  }
  
} */
@media screen and (min-width: 992px) and (max-width: 1036px) {
.top_navigation .mainmenu.sm\:col-9 {
    flex: 0 0 50% !important;
    max-width: 50% !important;}

}
@media screen and (max-width: 1036px){
  .header.transparent .hm1-button1{
  display:none;}
}
/* .top_navigation .mainmenu.sm\:col-9 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .top_navigation .logo, .header.transparent .hm1-button1 {
    flex: 0 0 20%;
    max-width: 20%;
  } */
/*   .header.transparent .hm1-button1{
    flex: 0 0 15%;
    max-width: 15%;
  }
*/
@media screen and (max-width: 991px) {
  header.header {
    transition: background-color 0.2s ease;
  }
  .top_navigation {
    height: 100%;
  }
}
.sticky .header.transparent .button.customizable-button{
      background: transparent;
  border: 1px solid #fff;}
.sticky .header.transparent .button.customizable-button .customizable-button-text{
  color:#fff; }
.sticky.down .header.transparent .button.customizable-button .customizable-button-text {
  color:#252840; }
.sticky.down .header.transparent .button.customizable-button .customizable-button-icon svg path{
stroke:#252840; }
.sticky.down .header.transparent .button.customizable-button{
     background:linear-gradient(45deg,#FF766D,#FF985F);
    border: 1px solid #FC7C58;}
.sticky.down header .top_navigation_raw {
    flex: 0 0 98%;}
/* .nav-one-button-wrapper.style-one .main-button{
padding-right:0px;} */
@media only screen and (min-width: 992px) {
    #megamenu .dropdown-content {
        left: 50%;
        width: 100%;
        max-width:1290px; 
       }
 .megamenu.menu-item .dropdown-content{
  top: 106% !important;
  }}
header.transparent nav.megamenu .nav-list.level-1 > li > a{
position:relative;}
header .top_navigation .wrapper .top_navigation_raw .button-wrap{
 display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;}

header .top_navigation .wrapper .top_navigation_raw .mainmenu.sm\:col-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
/* 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;
  }
}

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

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

* {
  text-decoration: none !important;
  outline: none !important;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.sticky {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 8px 3px 30px 5px rgb(0 0 0 / 8%);
}

.heading-main .container {
  padding-left: 0;
  padding-right: 0;
}
.heading-main .row {
  margin-left: 0;
  margin-right: 0;
}

.heading-main .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

/* CONTAINER CSS START */
/* FOOTER FIX CSS STARTS */

.flyouts ul {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.rt-icon-box10 a:before,
.rt-icon-box10 a:hover {
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.wraper_inner_banner.banner-one .banner-inner h1 {
  color: #fff;
  padding-left: 0px;
  padding-bottom: 5px !important;
}

/* SOCIAL ICON LIST CSS ENDS */

/* NEW CSS START */

@media screen and (max-width: 992px) and (min-width: 768px) {
  .bsnav-mobile .navbar {
    margin-top: -22px;
  }
}
/* HOMEPAGE ONE CSS STARTS */
body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.text-white , .footer-icon-box .heading-four, .footer-icon-box span, .heading-five.text-white, .srv-number p{
  color: #fff ;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* FORM CSS FIX END */
/* HOME ONE BOX CSS STARTS */

.dnd-section > .row-fluid{
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .row-fluid .span12 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .row-fluid [class*="span"] {
    display: block;
    float: left;
  }
}

@media (max-width: 767px) {
  .row-fluid [class*="span"] {
    align-items: center !important;
    float: none;
    margin-left: 0;
  }
  .body-wrapper .custom-footer h6 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .flyouts ul {
    padding-bottom: 14px;
  }
  .social-icon-wrapper .social-links {
    padding-bottom: 28px;
  }
  .navbar-toggler {
    margin-top: 10px;
  }
  .search-area-grid {
    margin: 0;
  }
  #search-box2 {
    padding: 0;
    margin: 0;
  }
  #search-box2 input[type="text"] {
    width: auto;
    padding: 0;
  }
  .rt-search-box2 {
    float: right;
    position: absolute;
    top: 16px;
    right: 30px;
  }
}
@media (min-width: 1280px) {
  .row-fluid .span3 {
    width: 23.076923077%;
  }
}

/* HOME TWO BANNER ICON BOX CSS STARTS */

/* INNERPAGE HEADER CSS STARTS */

.inner_banner_main {
  text-align: left;
}
/* INNERPAGE HEADER CSS END */

/* SOCIAL ICON LIST CSS ENDS */

/* NEW CSS START */

/* System Page Start*/
/* Search Page End*/
.systems-page .hs-search-results__featured-image {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
}
.systems-page .hs-search-results__featured-image img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.365, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.365, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
}
.systems-page .hs-search-results__featured-image:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.systems-page .hs-search-results__title {
  text-transform: capitalize;
  line-height: 42px;
  letter-spacing: 0px;
  font-weight: 700;
  font-style: normal;
  color: #1f2a58;
  font-size: 32px;
  text-decoration: none;
  padding: 20px 30px 17px 30px;
  display: inline-block;
}
.systems-page p.hs-search-results__description {
  padding: 0px 30px 10px 30px;
}
.systems-page .hs-search-results ul li {
  width: 100%;
  margin-bottom: 55px;
  box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
  border-radius: 4px;
  overflow: hidden;
}
.systems-page a.hs-search-results__next-page,
.systems-page a.hs-search-results__prev-page {
  align-items: center;
  justify-content: center;
  width: auto;
  height: 40px;
  vertical-align: top;
  position: relative;
  text-align: right;
  text-decoration: none;
  box-shadow: none;
  background: #273272;
  color: #fff;
  padding: 7px 35px 12px 35px;
  border: 0px none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 25px;
  font-weight: 600;
  border-radius: 35px;
}
.systems-page a.hs-search-results__next-page:hover,
.systems-page a.hs-search-results__prev-page:hover {
  background: #273272;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
body .systems-page--search-results {
  max-width: 100%;
  padding-top: 120px;
  padding-bottom: 111px;
}
.hs-search-results__title:hover {
  text-decoration: none;
  color: #273272 !important;
}
/* Search Page End*/
.widget-type-email_subscriptions_confirmation h2 {
  padding: 0;
  margin: 0;
}
div.systems-page .success {
  background: #f4f4f4;
  border-radius: 4px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #696969;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: 1px solid #d0dcec;
}
div .systems-page {
  padding: 200px 0 150px 0;
}

@media screen and (max-width: 1024px) {
  div .systems-page {
    padding: 100px 0 70px 0;
  }
}
.systems-page form input[type="submit"] {
  padding-top: 15px;
  padding-right: 42px;
  padding-bottom: 16px;
  padding-left: 42px;
  background-color: #1E140E;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  padding: 7px 35px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
  transition:all 0.5s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  z-index: 1;
  border: 1px solid #a56d55;
}

.systems-page form input[type="submit"]:hover {
  background: #F6EDEB;
  color: #1E140E;
  border: 1px solid #a56d55;
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  transition:all 0.5s ease-in-out;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus {
  border: 1px solid #f94144;
  outline: none;
}
form input[type="text"]:focus-visible,
form input[type="email"]:focus-visible,
form input[type="password"]:focus-visible,
form input[type="tel"]:focus-visible,
form input[type="number"]:focus-visible,
form input[type="file"]:focus,
form select:focus-visible,
form textarea:focus-visible {
  outline: none;
}
.backup-unsubscribe input[type="email"] {
  background-color: #f8f8f8;
  border-radius: 3px;
  color: #989898;
  border: 1px solid #d8d8d8;
  width: 100%;
  resize: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.membership-login-page a {
  color: #00174d;
  text-decoration: none;
}
.membership-register a {
  color: #00174d;
  text-decoration: none;
}
form input[type="email"] {
  background-color: #f8f8f8;
  border-radius: 3px;
  color: #989898;
  border: 1px solid #d8d8d8;
  width: 100%;
  resize: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.backup-unsubscribe input[type="email"]:hover,
form input[type="email"]:hover {
  border: 1px solid #f3f3f3;
}
#search-box2 ul {
  border: 0px none;
}
#search-box2 ul li {
  text-align: left;
  padding: 5px 10px;
}
/* .hs-search-field__bar {
  display: block;
  float: left;
  width: 100%;
  padding: 0 10px;
} */
#search-box2 ul li a {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
#search-box2 ul li a:hover {
  background: no-repeat;
  text-decoration: none;
}
.membership-login-page form input[type="text"], .membership-login-page form input[type="email"], .membership-login-page form input[type="password"],
.membership-login-page form input[type="tel"], .membership-login-page form input[type="number"], .membership-login-page form input[type="file"], .membership-login-page form select {
/*   background: #ffffff; */
  border-radius: 4px;
  width: 100%;
  height: 45px;
  border: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #aeaeac;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: 1px solid #d0dcec;
}
.membership-login-page form textarea {
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: 102px;
  border: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #696969;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: 1px solid #d0dcec;
}

.membership-login-page form input[type="text"]:hover,
.membership-login-page form input[type="email"]:hover,
.membership-login-page form input[type="password"]:hover,
.membership-login-page form input[type="tel"]:hover,
.membership-login-page form input[type="number"]:hover,
.membership-login-page form input[type="file"]:hover,
.membership-login-page form select:hover,
.membership-login-page form textarea:hover {
  border: 1px solid #f94144;
}
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 {
  /*background: #ffffff;*/
  border-radius: 4px;
  width: 100%;
  height: 55px;
  border: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #aeaeac;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: 1px solid #d0dcec;
}
form textarea {
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: 237px;
  border: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #696969;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: 1px solid #d0dcec;
}
.membership-login-page a {
  color: #000;
}
.membership-login-page p {
  padding: 0;
  margin: 0;
}
.membership-login-page ul.no-list.hs-error-msgs,
.membership-register ul.no-list.hs-error-msgs,
.membership-reset-pass-req ul.no-list,
.membership-reset-pass ul.no-list {
  display: none;
}
.membership-register form input[type="text"],
.membership-register form input[type="email"],
.membership-register form input[type="password"],
.membership-register form input[type="tel"],
.membership-register form input[type="number"],
.membership-register form input[type="file"],
.membership-register form select {
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: 45px;
  border: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #696969;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: 1px solid #d0dcec;
}
.membership-register form textarea {
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: 102px;
  border: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #696969;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: 1px solid #d0dcec;
}
.membership-register a {
  color: #00174d;
}
.membership-register p {
  padding: 0;
  margin: 0;
}
.membership-reset-pass-req ul.no-list.hs-error-msgs {
  display: none;
}
.membership-reset-pass-req a {
  color: #00174d;
  text-decoration: none;
}
.membership-reset-pass-req p {
  padding: 0;
  margin: 0;
}
.membership-register form input[type="email"] {
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: 45px;
  line-height: 55px;
  border: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #696969;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: 1px solid #d0dcec;
}
.membership-reset-pass form input[type="text"],
.membership-reset-pass form input[type="email"],
.membership-reset-pass form input[type="password"],
.membership-reset-pass form input[type="tel"],
.membership-reset-pass form input[type="number"],
.membership-reset-pass form input[type="file"],
.membership-reset-pass form select {
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: 45px;
  border: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #696969;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: 1px solid #d0dcec;
}
.membership-reset-pass form textarea {
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: 102px;
  border: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #696969;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: 1px solid #d0dcec;
}
.membership-reset-pass a {
  color: #00174d;
  text-decoration: none;
}
.membership-reset-pass p {
  padding: 0;
  margin: 0;
}
/*SEARCH PAGE START*/
body .systems-page--search-results {
  padding-left: 0px;
  padding-right: 0px;
}
.col-lg-3.col-md-12.col-sm-12.col-12.right-sidebar {
  padding-left: 0;
  padding-right: 0;
}
.col-lg-9.col-md-12.col-sm-12.col-12.rt-search-results {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .col-lg-9.col-md-12.col-sm-12.col-12.rt-search-results {
    padding-right: 50px;
  }
}
.systems-page--search-results .hs-search-results__featured-image {
  padding: 0;
}
.systems-page--search-results .hs-search-results__featured-image img {
  border-radius: 0px;
  width: 100%;
}
.systems-page--search-results ul li:first-child a {
  padding-top: 12px;
}
.systems-page--search-results ul li a {
  padding-top: 30px;
  display: inline-block;
}
.right-sidebar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: initial;
  border: none;
  border-radius: 0;
  font-size: 0;
  background: #00174d;
}
.right-sidebar button:hover {
  background: #00174d;
}
.hs-search-field__bar button svg {
  filter: brightness(0) invert(1);
}
div.hs-search-field__bar button svg {
  height: 16px;
}
.widget.widget_search {
  margin-bottom: 40px;
  display: inline-block;
  padding-left: 0;
  width: 100%;
}
.widget-area .hs-search-field__bar {
  padding: 0;
}
.blog-post h5.widget-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.blog-post h5.widget-title:before {
  content: "";
  width: 75px;
  z-index: 9;
  height: 3px;
  top: 51px;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #00174d;
  color: #ed1b24;
}
.widget_tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_tags ul li {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 28px;
  color: #707173;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.widget_tags ul li a {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 28px;
  color: #707173;
  text-decoration: none;
}
.widget.widget_tags {
  padding-bottom: 40px;
}
.widget_recent_posts ul.rt-recent-post-with-thumbnail-holder {
  margin: 0;
  padding: 0;
}
.widget_recent_posts ul.rt-recent-post-with-thumbnail-holder li {
  display: block;
  padding: 0;
}
.widget_recent_posts .blog-widget-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget_recent_posts .blog-widget-post-img {
  flex-shrink: 0;
  width: 82px;
  height: 82px;
  margin: 0 15px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow: hidden;
}
.widget_recent_posts .blog-widget-post img {
  overflow: hidden;
  height: 100%;
  width: 100%;
  min-height: 84px;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.365, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.365, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.widget_recent_posts .blog-widget-date .excerpt {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
  color: #707173;
  position: relative;
}
.widget_recent_posts .blog-widget-title {
  margin-bottom: 0px;
}
.widget_recent_posts .blog-widget-title a {
  text-decoration: none;
  color: #1d1846;
}

.rt-search-results a.hs-search-results__next-page,
.systems-page a.hs-search-results__prev-page {
  vertical-align: top;
  position: relative;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  background: #f94144;
  color: #fff;
  padding: 7px 35px;
  border: 0px none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  border-radius: 3px;
}

.rt-search-results a.hs-search-results__next-page:hover,
.systems-page a.hs-search-results__prev-page:hover {
  transition-delay: 0.1s;
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
  background: #f94144;
}
.password-prompt input[type="password"] {
  background-color: #f8f8f8;
  border-radius: 3px;
  color: #989898;
  border: 1px solid #d8d8d8;
  width: 100%;
  resize: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.password-prompt input[type="password"]:hover {
  border: 1px solid #7347fc;
}
.error-page a.button {
  background-color: #a56d55;
  border-radius: 4px;
  color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-decoration: none;
}
/* System Page End*/
.right-sidebar .actions {
  width: 100% !important;
  position: relative;
  border-radius: 4px;
  background: #f94144;
  -webkit-transition: all 1s cubic-bezier(0.365, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.365, 0.84, 0.44, 1);
  cursor: pointer;
}
.right-sidebar .actions:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  transition-delay: 0.1s;
}
.right-sidebar .actions::before {
  background-color: transparent;
}
.right-sidebar .hs-button {
  background-color: #f94144;
  border: 1px solid #f94144;
  border-radius: 4px;
  color: #fff;
  padding: 9px 53px;
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.365, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.365, 0.84, 0.44, 1);
}
.right-sidebar .hs-form-field {
  margin-bottom: 0rem;
}
.hs-form-field {
  margin-bottom: 0rem;
}
.right-sidebar form input[type="text"],
.right-sidebar form input[type="email"] {
  display: inline-block;
  vertical-align: top;
  height: 45px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  resize: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  background-color: #f8f8f8;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  color: #989898;
  border: 1px solid #d8d8d8;
  width: 100%;
}
.right-sidebar form input[type="text"]:hover,
.right-sidebar form input[type="email"]:hover {
  border: 1px solid #f94144;
}
.widget-area > #text-2 {
  background: #171f31;
  box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
  border-radius: 4px;
  padding: 20px 20px 20px 20px;
  margin-top: 35px;
}
.widget-area > #text-2 .widget-title {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  color: #fff;
  border-bottom: none;
  text-align: center;
}
.widget-area > #text-2 h5.widget-title:before {
  display: none;
}
.widget-area > #text-2 .textwidget p {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #d3d6ef;
  text-align: center;
}
.right-sidebar .widget-area > section.widget_radiantthemes_image_box_widget {
  box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
  border-radius: 4px;
  padding: 20px 30px 30px 30px;
  margin-bottom: 55px;
  text-align: center;
}
.random-post-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.random-post-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 10px 0 23px 0;
}
.random-post-wrapper > .random-post-pic img {
  width: 130px;
  height: 130px !important;
  transform: scale(1);
  border: 2px solid #f94144;
  border-radius: 100%;
  padding: 10px;
}
.random-post-wrapper > .random-post-data {
  padding: 0;
  margin-top: 0;
}
.random-post-wrapper > .random-post-data > .title {
  margin-bottom: 0;
}

#radiantthemes_image_box_widget-2 .random-post-wrapper > .random-post-data p {
  color: #696969 !important;
  text-align: center;
}
.random-post-wrapper > .random-post-data > .random-post-excerpt {
  margin-bottom: 0 !important;
  color: #fff;
  margin-top: 15px;
}

.blog-list-tags a,
.right-sidebar .widget.widget_tags ul li a {
  position: relative;
  display: inline-block;
  color: #545454;
  transition: all 0.12s ease-in-out;
  -webkit-transition: all 0.12s ease-in-out;
}
.blog-list-tags a:hover,
.right-sidebar .widget.widget_tags ul li a:hover {
  color: #f94144 !important;
}
.blog-list-tags a:before,
.right-sidebar .widget.widget_tags ul li a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.blog-list-tags a:hover:before,
.right-sidebar .widget.widget_tags ul li a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
time.blog-post__timestamp i,
.blog-list-tags i.ti-tag {
  color: #7347fc;
  margin-right: 6px;
}
.right-sidebar .widget.widget_search input[type="search"],
.right-sidebar .widget.widget_search input[type="text"] {
  vertical-align: top;
  width: 100%;
  height: 50px;
  padding: 0px 45px 0px 15px;
  background-color: #f0f2f5;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #707173;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  outline: none;
}
.widget.widget_search {
  margin-bottom: 40px;
}
.right-sidebar h5.widget-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 22px;
  text-transform: capitalize;
}
.right-sidebar h5.widget-title:before {
  content: "";
  width: 75px;
  z-index: 9;
  height: 3px;
  top: 49px;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
  color: #f94144;
}
.right-sidebar .widget.widget_tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.right-sidebar .widget.widget_tags ul li {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 28px;
  color: #707173;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.right-sidebar .widget.widget_tags ul li a {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  color: #707173;
  text-decoration: none;
}
.right-sidebar ul.rt-recent-post-with-thumbnail-holder {
  margin: 0;
  padding: 0;
}
.right-sidebar ul.rt-recent-post-with-thumbnail-holder li {
  display: block;
  padding: 0;
  margin-bottom: 10px;
}
.right-sidebar .blog-widget-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.right-sidebar .blog-widget-post-img {
  flex-shrink: 0;
  width: 82px;
  height: 82px;
  margin: 0 15px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow: hidden;
}
.right-sidebar .blog-widget-post img {
  overflow: hidden;
  height: 100%;
  width: 100%;
  min-height: 84px;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.365, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.365, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.right-sidebar .blog-widget-post-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.right-sidebar .blog-widget-date .excerpt {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
  color: #707173;
  position: relative;
}
.right-sidebar .blog-widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.right-sidebar .blog-widget-title a {
  text-decoration: none;
  color: #1d1846;
}
.widget.widget_recent_posts {
  padding-top: 0px;
  padding-bottom: 45px;
}
.right-sidebar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: initial;
  border: 0;
  border-radius: 0 3px 3px 0;
  font-size: 0;
  background: #f94144;
}
.right-sidebar button:hover {
  background: #f94144;
}
div.hs-search-field__bar button svg {
  height: 16px;
}
.hs-search-field__bar button svg {
  filter: brightness(0) invert(1);
}
/* NEW CSS END */

/* SYSTEM PAGE CSS START */
.hubspot-link__container.sproket {
  display: none !important;
}
/* SYSTEM PAGE CSS END */
.search-btn2,
.search-btntwo {
  float: right;
  padding: 0;
  font-size: 18px;
  cursor: pointer;
}
.rt-search-btn2.fa-2x {
  font-size: 18px;
  cursor: pointer;
}
.search-btn2 {
  float: right;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  display: block !important;
}

.search-form {
  position: absolute;
  width: 60%;
  margin: 0 auto;
}
.open {
  opacity: 1;
  visibility: visible;
}
#search-overlay2,
#search-overlaytwo {
  display: none;
}
#search-overlay {
  display: none;
}
.block2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(222, 222, 247, 0.33);
  border: 0px;
  margin: 0;
  padding: 100px 68px;
  z-index: 9999;
}
.block2:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
}
.search-area-grid {
  width: 100%;
  color: #1e4ec4;
  background: transparent;
  border: 1px solid #c8c8c7;
  overflow: hidden;
  margin: 0;
  height: 50px;
}
#search-box1,
#search-box2,
#search-boxtwo {
  position: relative;
  max-width: 100%;
  float: left;
  padding: 0;
}
.search-form {
  overflow: hidden;
  padding: 0px;
}
.search-text {
  font-size: 16px;
  text-transform: capitalize;
}
#search-box1 input[type="text"],
#search-box2 input[type="text"],
#search-boxtwo input[type="text"] {
  width: 100%;
  padding: 0;
  float: left;
  outline: none;
  color: #1e4ec4;
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  background: none;
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 15px;
  padding-right: 50px;
}
#search-box1 .rt-product-category-select,
#search-box2 .rt-product-category-select,
#search-boxtwo .rt-product-category-select {
  border: none;
  position: absolute;
  float: left;
  right: 105px;
  height: 40px;
  border-left: 1px solid #676766;
  line-height: 40px;
  top: 4px;
  padding-left: 10px;
  background: none;
}
#search-box1 input[type="text"]::-webkit-input-placeholder,
#search-box2 input[type="text"]::-webkit-input-placeholder,
#search-boxtwo input[type="text"]::-webkit-input-placeholder {
  color: #696969;
}
#search-box1 input[type="text"]::-moz-placeholder,
#search-box2 input[type="text"]::-moz-placeholder,
#search-boxtwo input[type="text"]::-moz-placeholder {
  color: #696969;
}
#search-box1 input[type="text"]:-ms-input-placeholder,
#search-box2 input[type="text"]:-ms-input-placeholder,
#search-boxtwo input[type="text"]:-ms-input-placeholder {
  color: #696969;
}
.search-button2 {
  width: 89px;
  height: 40px;
  background: none;
  line-height: 43px;
  border: 0;
  cursor: pointer;
  float: left;
  padding: 0;
  text-align: left;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e4ec4;
  margin: 4px 6px;
}
#close-btn2,
#close-btntwo {
  margin: 0;
  float: right;
  text-align: right;
  padding: 3px 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .search-area-grid {
    margin: 0;
  }
  #search-box2 {
    padding: 0;
    margin: 0;
  }
  #search-box2 input[type="text"] {
    width: auto;
    padding: 0;
  }
  .rt-search-box2 {
    float: right;
    position: absolute;
    top: 16px;
    right: 30px;
    display: none;
  }
}

p {
  margin: 0;
}
@media (max-width: 1024px) {
  .menu-toggle .apr-nav-menu--layout-horizontal .mega-menu {
    display: none;
  }
}
.d-none {
  display: none !important;
}
.team.element-three .rt-team_box .team-data-area .team-member h6 {
  padding-bottom: 0;
  color: #fff;
}
.search-result .content-wrapper .container div .systems-page {
  padding-top: 190px;
  padding-bottom: 83px;
  text-align: center;
}
.search-result
  .content-wrapper
  .container
  div
  .systems-page
  .hs-search__no-results
  p {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

@media screen and (max-width: 991px) {
  .search-result .content-wrapper .container {
    padding-bottom: 100px;
  }
  .search-result .content-wrapper .container div .systems-page {
    padding-top: 100px;
    padding-bottom: 0px;
    text-align: center;
  }
}
.search-result .content-wrapper .container .blog-post {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .search-result .content-wrapper .container .blog-post {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .bsnav-mobile .navbar {
    margin-top: -22px;
  }
}
.radiant-white-icon-box-wrapper.icon-box-parent-style-one
  .radiant-white-icon-box-content
  .radiant-white-icon-box-title {
  font-size: 25px;
  line-height: 35px;
}
.rt-hub-custom-button-one{
  text-align: center;
  width: 100%;
}
.placeholder {
  color: #7347fc;
  position: relative;
  left: 0;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 26px !important;
  letter-spacing: 1.2px;
  text-align: center;
}
.rt-hub-custom-button-one .custom-button-main .placeholder:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: currentColor;
  top: calc(50%);
  left: -22px;
  height: 1px;
  width: 0;
  transition: all 0.2s ease-in-out;
}
.rt-hub-custom-button-one .custom-button-main:hover .placeholder:before {
  width: 13px;
}
.rt-hub-custom-button-one .custom-button-main:hover .placeholder {
  left: 15px;
}
.contact-icon {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  background-color: #a56d55;
}
.navbar-toggler.toggler-spring.active .navbar-toggler-icon {
  top: -3px;
}

figure.rt-testimonial blockquote-testimonial .quote-icon svg path {
  stroke: #a56d5500;
}
.body-container-webinar-two .landing-form form, .body-container-webinar-two form.hs-form {
  padding: 85px 35px;
}
.body-container.landing-ebook .landing-form form, .body-container.landing-ebook form.hs-form {
  box-shadow: none;
}
.body-container.landing-ebook .landing-form form, .body-container.landing-ebook form.hs-form {
  padding: 0;
}
.body-container.landing-ebook .landing-form form .hs_submit, .body-container.landing-ebook form.hs-form .hs_submit {
  margin-top: 20px;
}
.body-container.landing-ebook form input[type="text"], body-container.landing-ebook form input[type="email"], .body-container.landing-ebook form input[type="password"], 
.body-container.landing-ebook form input[type="tel"], .body-container.landing-ebook form input[type="number"], .body-container.landing-ebook form input[type="file"], form select {
  margin-bottom: 26px;
}
.recent-blogs .swiper-horizontal > .swiper-pagination-bullets, .recent-blogs .swiper-pagination-bullets.swiper-pagination-horizontal {
  /* bottom: 0px !important; */
  cursor: pointer;
}
.swiper-pagination {
  position: relative !important;
}
.counter-section .span6:nth-child(1) .section-counter .radiant-counter-style-one .radiant-counter-style-one_inner .radiant-counter-style-one_content .flex.items-end .block.mt-2 {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.08em;
  margin-top: 2px !important;
  text-transform: uppercase;
}
body,
p,
span{
  letter-spacing: 0px;
  font-weight: 500;
  color: #505050;
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1,h2,
h3,
h4, .right-side-item .radiant-one-liner-icon-box-wrapper.icon-box-parent-style-two span,  
h5,  .heading-three,  .heading-four, .heading-five , .heading-one, .contact-icon-wrap .radiant-one-liner-icon-box-wrapper.icon-box-parent-style-two span,
.contact-one-form label span, .service-counter .heading-two, .home-one-report-heading-wrapper .radiant-counter-number-prefix, .home-one-report-heading-wrapper .radiant-counter_number,
.home-one-report-heading-wrapper .radiant-counter-number-suffix, .counter-three-title{
  color: #052345;
  padding: 0px;
} 
h1 , .heading-one , h2, .service-counter.heading-one, h3,  .heading-three, h4,  .heading-four, h6, .heading-six, .footer-menu li {
  letter-spacing: 0px;
  text-transform:uppercase !important;
}
.footer-menu li, .footer-buttom-link-warp a {
 letter-spacing: 1.5px;
overflow:hidden;}
.footer-menu li a, .footer-buttom-link-warp a{
  position:relative;
  transition:0.3s all ease-in-out;
}
.footer-menu li a:after, .footer-buttom-link-warp a:after{
  content:"";
  height:1px;
  background-color:#c99b8f;
  position:absolute;
  bottom:0;
  width:100%;
  left:0;
  opacity:0;
  transform: translateX(-100%);
  transition:0.3s all ease-in-out;
}
.footer-menu li:hover a:after, .footer-buttom-link-warp a:hover:after{
  transition:0.3s all ease-in-out;
  opacity:1;
  transform: translateX(0%);
}
.footer-menu li:hover a, .footer-heading a:hover div, .footer-buttom-link-warp a:hover{
color:#EFDFDB;
transition:0.3s all ease-in-out;}

h1 , .heading-one , h2, .heading-two, .service-counter.heading-one, h3,  .heading-three, h4,  .heading-four, h6, .heading-six, h5, .heading-five, .footer-menu li  {
  font-weight:500 !important;}
h5, .heading-five {
  letter-spacing:0.5px;
}
h6, .heading-six{
 letter-spacing:1px;}
.subheading.text-white{
 color:#fff;}
.subheading.text-dark{
  color: #1E140E;
}
.subheading , .slider-top-text, .subheading-two{
  text-transform: uppercase;
    color: #936C63;
    position: relative;
    padding-left: 72px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.5px;
  font-family:"khand";
}
.subheading-two{
padding-left:0px;}
span.subheading:before {
    content: "";
    width: 62px;
    background-color: #936C63;
    height: 1px;
    position: absolute;
    display: inline-flex;
    left: 0;
  bottom: 15px;}
.header-social-icons ul li a i {
  font-size:0px;
}

/* Small div scroll top bottom */
.translety-anime-bottom {
  animation: Translatey-box-bottom linear forwards normal;
  animation-timeline: view();
  transform: translate(0px, 200px);
}
@keyframes Translatey-box-bottom {
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

/* Small div scroll top bottom */
@media screen and (max-width: 1179px) {
  .translety-anime-bottom {
    transform: none;
  }
}

/* phone-responsive start */
@media screen and (max-width: 767px) {
  .heading2-bottom-gap, .body-container-about .row-depth-1.row-number-7 h2, .body-container-service .row-depth-1.row-number-8 h2,
  .body-container-contact .row-depth-1.row-number-7 h2, .body-container-blog .row-depth-1.row-number-3 h2{
    padding-bottom: 20px !important;}
  .heading2-top-gap {
    padding-top: 10px !important;}
  h1, .heading-one {
    font-size: 46px !important;
    line-height: 56px !important;
  }
  h2 , .heading-two, .service-counter .heading-two{
    font-size: 32px !important;
    line-height: 42px !important;
  }
  h3,  .heading-three {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  h4,  .heading-four{
    font-size: 20px !important;
    line-height: 30px !important;
  }
    h5, .heading-five {  
    font-size: 18px !important;
    line-height: 28px !important;
  }
  h6, .heading-six, .footer-menu li  {
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .body-container-home .row-depth-1.row-number-3 .span6, .body-container-home .row-depth-1.row-number-27 .span3,
.body-container-about .row-depth-1.row-number-18 .row-fluid img, .body-container-service .row-depth-1.row-number-1 img, .body-container-demo-landing .row-depth-1.row-number-18 .row-fluid img,
  .body-container-demo-landing .row-depth-1.row-number-6 .row-fluid img, .body-container-webinar-one .row-depth-1.row-number-12 .row-fluid img, .body-container--pricing .row-depth-1.row-number-19 .span3,
  .body-container--progressbar .row-depth-2.row-number-2 .span12, .body-container--progressbar .row-depth-2.row-number-3 .span12, .body-container--progressbar .row-depth-2.row-number-4 .span12,
  .body-container--accordion .row-depth-1.row-number-19 .row-fluid .span12 img, .body-container--accordion .row-depth-1.row-number-16 .span6, .body-container--accordion .row-depth-1.row-number-19 .row-fluid .span12,
  .body-container--accordion .row-depth-1.row-number-6 .row-fluid .span12 img, .body-container--accordion .row-depth-1.row-number-5 .span6, .body-container--accordion .row-depth-1.row-number-6 .row-fluid .span12,
  .body-container--counter-listing .row-depth-1.row-number-19 .span3{
    width: 100% !important;}
  .body-container-home .row-depth-1.row-number-12 .row-fluid, .body-container-home .row-depth-1.row-number-15 .row-fluid,
  {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;}
  .service-counter .radiant-counter-style-one {
    padding-right: 30px;
    max-width: 302px;}
  .body-container-home .row-depth-1.row-number-10 .span7, .body-container-home .row-depth-1.row-number-42 .span6:last-child{
   padding-top:50px !important;}
  .body-container-home .row-depth-1.row-number-38 .span12, .body-container-home .row-depth-1.row-number-41 .span12{
    display: block !important;
    margin-top:30px;}
  .body-container-home .row-depth-1.row-number-36, .body-container-home .row-depth-1.row-number-39{
      padding: 50px 50px !important;
    background-image: linear-gradient(92deg, #000000, rgba(30, 20, 14, .2)) !important;}
  .service-icon-box , .body-container-home .row-depth-1.row-number-43 img, .body-container-about .row-depth-1.row-number-28 .row-fluid .span6:nth-child(2),
   .body-container-about .row-depth-1.row-number-27 .row-fluid .span6:nth-child(2) , .body-container-about .row-depth-1.row-number-29 .row-fluid .span6:nth-child(2),
  .body-container--testimonial .row-depth-1.row-number-10 .row-fluid img{
    width: 100%;}
  .body-container-home .row-depth-1.row-number-50 .row-fluid, .body-container-about .row-depth-1.row-number-1 .row-fluid, .body-container-about .row-depth-1.row-number-6 .row-fluid,
  .body-container-about .row-depth-1.row-number-31 .row-fluid, .body-container-service .row-depth-1.row-number-7 .row-fluid,
   .body-container-contact .row-depth-1.row-number-6 .row-fluid, .body-container-blog .row-depth-1.row-number-3 .row-fluid, .cta-section .row-fluid {
  flex-flow: column;}
  .home-one-video-line {
    background-color: rgba(88, 88, 88, 0) !important;
        justify-content: flex-start !important;
        width: auto !important;
        height: auto !important;
    margin-left: 0 !important;}
  .home-one-vedio-button {
    position: static !important;}
 .body-container-home .row-depth-1.row-number-50 .span5, .body-container-about .row-depth-1.row-number-24 .row-fluid .span12, .body-container-about .row-depth-1.row-number-31 .row-fluid,
  .body-container-service .row-depth-1.row-number-7 .row-fluid, .body-container-service .row-depth-1.row-number-23 .span6, .body-container-service .row-depth-1.row-number-28 .span6,
  .body-container-contact .row-depth-1.row-number-6 .row-fluid, .body-container-blog .row-depth-1.row-number-3 .row-fluid, .body-container-demo-landing .row-depth-1.row-number-24 .row-fluid .span12,
  .body-container--accordion .row-depth-1.row-number-16 .row-fluid, .body-container--accordion .row-depth-1.row-number-5 .row-fluid, .body-container--button .row-depth-1.row-number-5 .span4 .span12,
  .body-container--button .row-depth-1.row-number-11 .span4 .span12,.body-container--button .row-depth-1.row-number-17 .span4 .span12,
  .body-container--button .row-depth-1.row-number-23 .span4 .span12, .cta-section .span5 {
    align-items: flex-start !important;}
  .row-depth-1.row-number-50{
      padding: 50px 15px 0px !important;}
  .home-one-report-text{
      padding: 30px 30px 10px 0px !important;}
  .body-container-home .row-depth-1.row-number-27{
      padding-top: 0px !important;}
  .body-container-home .row-depth-1.row-number-10{
      padding-top: 63px !important;
      padding-bottom: 113px !important;}
  .body-container-home .row-depth-1.row-number-27, .body-container--counter-listing .row-depth-1.row-number-19 {
    padding-bottom: 60px !important; }
  .body-container-home .row-depth-1.row-number-42{
    padding-top:70px !important;}
  .footer__container .row-depth-1.row-number-1 .span6{
  flex: none !important;
      border-left: 0px solid #392b22 !important;}
  .footer__container .row-depth-1.row-number-1 .span6, .footer__container .row-depth-1.row-number-1 .span3{
  border-right: 0px solid #392b22 !important;}
  .footer-copyright-section .row-depth-1.row-number-2 .row-fluid, .footer__container .row-depth-1.row-number-1 .row-fluid,
  .body-container-about .row-depth-1.row-number-27 .row-fluid, .body-container-about .row-depth-1.row-number-28 .row-fluid, .body-container-about .row-depth-1.row-number-29 .row-fluid,
  .body-container--accordion .row-depth-1.row-number-16 .row-fluid, .body-container--accordion .row-depth-1.row-number-5 .row-fluid{
      flex-direction: column;}
  .footer-copyright-section .row-depth-1.row-number-2 .row-fluid{
  align-items: center;}
  .footer__container .row-depth-1.row-number-1 .row-fluid{
  align-items: flex-start;}
  .footer__container .row-depth-1.row-number-1 .span6, .footer__container .row-depth-1.row-number-1 .span3{
     padding-top: 0px !important; 
    padding-bottom: 0px !important;}
  .footer__container .row-depth-1.row-number-1 .row-fluid, .footer-copyright-section .row-depth-1.row-number-2 .row-fluid{
     row-gap: 4px;}
  span.subheading:before, .body-container-webinar-one .row-depth-1.row-number-9 .span4:nth-child(3){
    display:none;}
  span.subheading{
  padding-left:0px;}
  .body-container-about .row-depth-1.row-number-27, .body-container-about .row-depth-1.row-number-28, .body-container-about .row-depth-1.row-number-29,
  .body-container-service .row-depth-1.row-number-20 .span5{
  position:relative !important;
  top:0 !important;}
  .body-container-about .row-depth-1.row-number-27 .row-fluid, .body-container-about .row-depth-1.row-number-28 .row-fluid, .body-container-about .row-depth-1.row-number-29 .row-fluid {
    gap: 0 !important;
    padding: 16px 20px 35px !important;}
  .body-container-about .row-depth-1.row-number-27 .row-fluid img, .body-container-about .row-depth-1.row-number-28 .row-fluid img, .body-container-about .row-depth-1.row-number-29 .row-fluid img,
  .financial-section .span6:last-child{
      padding-top: 33px;}
  .body-container-about .row-depth-1.row-number-20 .row-fluid, .body-container-demo-landing .row-depth-1.row-number-20 .row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row-reverse wrap;
    justify-content: flex-end;}
  .body-container-about .row-depth-1.row-number-17 .row-fluid .span6:nth-child(1), .body-container-about .row-depth-1.row-number-20 .row-fluid .span6,
  .body-container-demo-landing .row-depth-1.row-number-20 .row-fluid .span6, .body-container-demo-landing .row-depth-1.row-number-17 .row-fluid .span6:nth-child(1){
  padding-bottom:32px !important;}
  .body-container-about .row-depth-1.row-number-23, .body-container-demo-landing .row-depth-1.row-number-24 {
    padding-top: 0px !important;}
  .body-container-service .row-depth-1.row-number-16 .span4, .body-container-service .row-depth-1.row-number-11 .span4,
  .body-container-contact .row-depth-1.row-number-10 .span3, .body-container-demo-landing .row-depth-1.row-number-13 .span4,
  .body-container--progressbar .row-depth-2.row-number-4, .body-container--button .row-depth-1.row-number-5 .span4, .body-container--button .row-depth-1.row-number-11 .span4,
  .body-container--button .row-depth-1.row-number-17 .span4, .body-container--button .row-depth-1.row-number-23 .span4{
  margin-bottom:30px;}
  .body-container-service .row-depth-1.row-number-16 .span4:nth-child(3), .body-container-service .row-depth-1.row-number-11 .span4:nth-child(3),
  .body-container-contact .row-depth-1.row-number-10 .span3:nth-child(4), .body-container-demo-landing .row-depth-1.row-number-13 .span4:nth-child(3),
  .body-container--button .row-depth-1.row-number-5 .span4:last-child, .body-container--button .row-depth-1.row-number-11 .span4:last-child,
  .body-container--button .row-depth-1.row-number-17 .span4:last-child, .body-container--button .row-depth-1.row-number-23 .span4:last-child{
  margin-bottom:0;}
  .body-container-service .row-depth-1.row-number-21, .body-container-service .row-depth-1.row-number-22, .body-container-service .row-depth-1.row-number-37{
      max-width: 100% !important;}
  .body-container-service .row-depth-1.row-number-1 .span8, .body-container-service .row-depth-1.row-number-7 .span6:nth-child(2),
  .body-container-contact .row-depth-1.row-number-6 .span6:nth-child(2){
    padding-left:0px !important;}
  .body-container-service .row-depth-1.row-number-23 .span6, .body-container-service .row-depth-1.row-number-28 .span6{
      gap: 245px !important;}
  .body-container-service .row-depth-1.row-number-20 .span5, .body-container-webinar-one .row-depth-1.row-number-9 .span4:nth-child(1),
  .body-container--accordion .row-depth-1.row-number-6{
  padding-bottom: 40px !important;}
  .body-container-service .row-depth-1.row-number-20 .span7{
  margin-bottom:70px;
    border-bottom:1px solid #bebdbd !important;}
  .body-container-service .row-depth-1.row-number-37{
  padding-top:42px;}
  .body-container-service .row-depth-1.row-number-20 .span7, .body-container-service .row-depth-1.row-number-28 .span6{
      padding: 15px !important;}
  .body-container-service .row-depth-1.row-number-23 .span6{
  padding: 30px 35px 30px !important;}
  .body-container-service .row-depth-1.row-number-33, .body-container--testimonial .row-depth-1.row-number-11 {
  padding-top:40px !important;} 
  .body-container--pricing .row-depth-1.row-number-3, .body-container-service .row-depth-1.row-number-33, .body-container--pricing-listing .row-depth-1.row-number-13{
    padding-bottom:40px !important;} 
  .footer__container .row-depth-1.row-number-1{
   padding-top:53px !important;
    padding-bottom:40px !important;}
  .contact-one-form .hsfc-Step__Content{
  margin-top:40px !important;
  padding: 19px 15px 30px !important;}
  .contact-one-form .hsfc-Step__Content div#hs_form_target_dnd_area_contact-module-4-2016421690183{
  margin-bottom:9px!important;}
  .body-container-home .row-depth-1.row-number-50 .span5, .body-container--progressbar .row-depth-1.row-number-7, .cta-section .span5{
      padding-bottom: 70px !important;}
  .body-container-coming-soon .row-depth-1.row-number-2 img, .body-container-demo-landing .row-depth-1.row-number-2 img, .body-container-thank-you .row-depth-1.row-number-2 img{
    width: 50% !important;}
  .body-container-webinar-one .row-depth-1.row-number-9{
  padding-top:67px !important;}
 .body-container--blog-listing h2.text-brown {
  text-align:center;}
  .body-container--progressbar h2.text-brown{
  text-align:left;}
  .body-container--pricing-listing .row-depth-1.row-number-8, .body-container--pricing-listing .row-depth-1.row-number-13, .body-container--accordion .row-depth-1.row-number-19 .row-fluid .span12{
  padding-top:30px !important;}
  .body-container--testimonial .row-depth-1.row-number-9 .row-fluid:nth-child(1){
  display:block !important;}
  .body-container--button .row-depth-1.row-number-17 .row-fluid, .body-container--button .row-depth-1.row-number-23 .row-fluid, .body-container--button .row-depth-1.row-number-11 .row-fluid,
  .body-container--button .row-depth-1.row-number-5 .row-fluid{
    flex-wrap: wrap;
    display: flex;
    gap: 6px;}
}
/* phone-responsive end */
/* tab-responsive start */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1, .heading-one {
    font-size: 66px !important;
    line-height: 76px !important;
  }
  h2 , .heading-two , .service-counter.heading-one {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  h3,  .heading-three {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  h4,  .heading-four{
    font-size: 26px !important;
    line-height: 36px !important;
  }
  h5, .heading-five , .right-side-item .radiant-one-liner-icon-box-wrapper.icon-box-parent-style-two,
.contact-icon-wrap .radiant-one-liner-icon-box-wrapper.icon-box-parent-style-two span{  
    font-size: 22px !important;
    line-height: 32px !important;
  }
  h6, .heading-six, .footer-menu li  {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .body-container-home .row-depth-1.row-number-42 .row-fluid, .body-container-service .row-depth-1.row-number-35 .row-fluid {
    display: flex;
    justify-content: stretch;
    align-items: center;}
  .body-container-home .row-depth-1.row-number-10{
    padding-top: 70px !important;
    padding-bottom: 115px !important;}
  .body-container-home .row-depth-1.row-number-27, .body-container-service .row-depth-1.row-number-20 .span5, .body-container--pricing .row-depth-1.row-number-3,
  .body-container--pricing-listing .row-depth-1.row-number-13, .body-container--counter-listing .row-depth-1.row-number-19{
    padding-bottom: 70px !important;}
  .body-container-home .row-depth-1.row-number-42{
      padding-top: 62px !important;}
  .footer__container .row-depth-1.row-number-1 .span6 {
    max-width: 46% !important;
   padding-left:20px;}
  .body-container-about .row-depth-1.row-number-27 .row-fluid, .body-container-about .row-depth-1.row-number-28 .row-fluid, .body-container-about .row-depth-1.row-number-29 .row-fluid{
      padding:15px 10px 18px !important;
    gap: 20px !important;}
  .body-container-service .row-depth-1.row-number-1 .span8 {
    padding-left: 40px !important;}
  .body-container-service .row-depth-1.row-number-20 .span5{
  top:60px !important;}
  .body-container-webinar-one .row-depth-1.row-number-9{
    padding-top:70px !important; }
  .body-container--progressbar .row-depth-1.row-number-7{
   padding-bottom:50px !important; }
  .body-container--pricing-listing .row-depth-1.row-number-8, .body-container--pricing-listing .row-depth-1.row-number-13{
  padding-top:60px !important;
  }
  .heading2-bottom-gap {
    padding-bottom: 20px;}
}
/* tab-responsive end */
/* tab-phone-responsive start */
@media screen and (max-width: 1024px) {
  .body-container-home .row-depth-1.row-number-23{
    width:auto !important;}
  .body-container-home .row-depth-1.row-number-19{
  bottom:-45px !important;}
  .home-one-link-main{
  position: static !important;}
  .home-one-link-item .home-one-link-image{
  opacity:1 !important;}
  .body-container-home .row-depth-1.row-number-20 .span6{
    width:75% !important;}
  .body-container-home .row-depth-1.row-number-42 .span6:nth-child(2), .body-container-service .row-depth-1.row-number-35 .span6:nth-child(2){
  padding-left: 0px !important;}
  .home-one-report-image {
    display: none;}
  .home-one-report-text {
    position: static !important;}
  .home-one-report-main-item:hover .color-change.heading-two, .home-one-report-main-item:hover .counter-text{
      color: #052345 !important;}
  .swiper-container.slider-thumbnail, .hm1-button1{
  display:none;}
  .home-hero-banner {
    height: 85vh;}
  .body-container-home .row-depth-1.row-number-10 .span5, .body-container-about .row-depth-1.row-number-9, .body-container-service .row-depth-1.row-number-35 .span6:nth-child(2),
  .body-container--blog-listing .row-depth-1.row-number-10{
      padding-top: 0px !important;}
  .body-container--accordion .row-depth-1.row-number-16, .body-container-home .row-depth-1.row-number-20{
    padding-top: 63px !important;}
  .body-container-home .row-depth-1.row-number-20{
   padding-bottom: 24px !important;}
  .body-container-home .row-depth-1.row-number-22{
  padding-bottom: 56px !important;}
  .body-container-home .row-depth-1.row-number-32{
      padding-top: 52px !important;}
  .body-container-about .row-depth-1.row-number-6, .body-container-about .row-depth-1.row-number-25, .body-container-about .row-depth-1.row-number-30, .body-container-service .row-depth-1.row-number-7,
  .body-container-service .row-depth-1.row-number-20 .span5, .body-container--pricing .row-depth-1.row-number-3, .body-container-blog .row-depth-1.row-number-8, 
  .body-container-blog .row-depth-1.row-number-3, .body-container-demo-landing .row-depth-1.row-number-9, .body-container-webinar-one .row-depth-1.row-number-1{
      padding-top: 65px !important;}
  .body-container-home .row-depth-1.row-number-32, .body-container-home .row-depth-1.row-number-47, .body-container-about .row-depth-1.row-number-17, .body-container-about .row-depth-1.row-number-25,
  .body-container-about .row-depth-1.row-number-30, .body-container-service .row-depth-1.row-number-1, .body-container-service .row-depth-1.row-number-15, .body-container-service .row-depth-1.row-number-40,
  .body-container-contact .row-depth-1.row-number-1, .body-container-contact .row-depth-1.row-number-9, .body-container-blog .row-depth-1.row-number-6, .body-container-blog .row-depth-1.row-number-8,
  .body-container-demo-landing .row-depth-1.row-number-17, .body-container-webinar-one .row-depth-1.row-number-9, .body-container-webinar-one .row-depth-1.row-number-6, 
  .body-container-webinar-one .row-depth-1.row-number-1, .body-container--testimonial .row-depth-1.row-number-15,.body-container--button .row-depth-1.row-number-5,
  .body-container--button .row-depth-1.row-number-11, .body-container--button .row-depth-1.row-number-17, .body-container--button .row-depth-1.row-number-23{
      padding-bottom: 70px !important;}
  .body-container-home .row-depth-1.row-number-33, .body-container--blog-listing .row-depth-1.row-number-5{
  padding-bottom: 40px !important;}
  .body-container-about .row-depth-1.row-number-28, .body-container-about .row-depth-1.row-number-29{
  margin-top:30px !important;}
 .body-container-about .row-depth-1.row-number-30 .span5, .body-container-service .row-depth-1.row-number-5 h1, .body-container-service .row-depth-1.row-number-3,
  .body-container-blog .row-depth-1.row-number-3, .body-container-blog .row-depth-1.row-number-9, .body-container-coming-soon .row-depth-1.row-number-2,
  .body-container-thank-you .row-depth-1.row-number-2, .body-container--blog-listing .row-depth-1.row-number-6{
      padding-bottom: 24px !important;}
  .body-container-about .row-depth-1.row-number-17, .body-container-service .row-depth-1.row-number-1 .span8, .body-container-service .row-depth-1.row-number-40 {
      padding-top: 57px !important;}
  .body-container-about .row-depth-1.row-number-30 .span7{
   padding-bottom: 11px !important;}
  .body-container-about .row-depth-1.row-number-35 {
  padding-top: 90px !important;
    padding-bottom: 100px !important;}
  .body-container-service .row-depth-1.row-number-23 .span6, .body-container-service .row-depth-1.row-number-28 .span6{
      margin-bottom: 30px;}
  .body-container-service .row-depth-1.row-number-28 .span6:nth-child(2){
   margin-bottom: 0px;}
    .body-container-service .row-depth-1.row-number-6 .span12, .body-container-blog .row-depth-1.row-number-3 .span6:nth-child(1) {
  padding-right:0px !important;}
  .body-container-service .row-depth-1.row-number-1, .body-container-contact .row-depth-1.row-number-1, .body-container--pricing .row-depth-1.row-number-1{
      padding-top: 174px !important;}
  .body-container-service .row-depth-1.row-number-3, .body-container-thank-you h2{
      padding-top: 24px !important;}
  .body-container-contact .row-depth-1.row-number-1 .span6:nth-child(2), .body-container-webinar-one .row-depth-1.row-number-1 .span6:nth-child(2){
  margin-bottom:0px !important;}
  .contact-one-form .hsfc-Step__Content{
  margin-left:0px !important;}
  .body-container-contact .row-depth-1.row-number-4, .body-container-webinar-one .row-depth-1.row-number-4{
      padding-top: 55px !important;}
  .body-container-contact .row-depth-1.row-number-6{
      padding-top: 45px !important;}
  .body-container--pricing .row-depth-1.row-number-1, .body-container-home .row-depth-1.row-number-42, .body-container-coming-soon .row-depth-1.row-number-1,
  .body-container-thank-you .row-depth-1.row-number-1{
      padding-bottom: 64px !important;}
  .body-container-demo-landing .row-depth-1.row-number-17, .body-container--button .row-depth-1.row-number-5{
  padding-top:70px !important;}
  .body-container-demo-landing .row-depth-1.row-number-1{
        padding-bottom: 145px !important; }
  .body-container-demo-landing .row-depth-1.row-number-2{
  padding-bottom: 91px !important;}
  .coming-soon-text:after{
    height:55px !important;
      bottom: 0 !important;}
  .body-container-coming-soon .row-depth-1.row-number-4 {
    margin-top: 25px !important;}
 .body-container-webinar-one .row-depth-1.row-number-4{
  padding-bottom: 45px !important;}
  .body-container--blog-listing .row-depth-1.row-number-3, .body-container--progressbar .row-depth-1.row-number-3, .body-container--progressbar .row-depth-1.row-number-7,
  .body-container--pricing-listing .row-depth-1.row-number-3, .body-container--accordion .row-depth-1.row-number-3, .body-container--accordion .row-depth-1.row-number-20,
  .body-container--counter-listing .row-depth-1.row-number-3, .body-container--counter-listing .row-depth-1.row-number-7, .body-container--counter-listing .row-depth-1.row-number-11,
  .body-container--counter-listing .row-depth-1.row-number-17, .body-container--hero-slider .row-depth-1.row-number-3, .body-container--hero-slider .row-depth-1.row-number-11,
  .body-container--testimonial .row-depth-1.row-number-3, .body-container--testimonial .row-depth-1.row-number-7, .body-container--testimonial .row-depth-1.row-number-13,
  .body-container--button .row-depth-1.row-number-3, .body-container--button .row-depth-1.row-number-9{
  padding-top:60px !important;}
  .body-container--blog-listing .row-depth-1.row-number-3, .body-container--blog-listing .row-depth-1.row-number-8, .body-container--blog-listing .row-depth-1.row-number-11,
  .body-container--blog-listing .row-depth-1.row-number-13, .body-container--blog-listing .row-depth-1.row-number-16, .body-container--progressbar .row-depth-1.row-number-9,
   .bottom-md-gap, .body-container--accordion .row-depth-1.row-number-12, .body-container--accordion .row-depth-1.row-number-15, .body-container--hero-slider .row-depth-1.row-number-3,
  .body-container--hero-slider .row-depth-1.row-number-7, .body-container--hero-slider .row-depth-1.row-number-11, .body-container--testimonial .row-depth-1.row-number-16,
  .body-container--button .row-depth-1.row-number-9, .body-container--button .row-depth-1.row-number-15,  .body-container--button .row-depth-1.row-number-21{
    padding-bottom: 18px !important;}
  .body-container--blog-listing .row-depth-1.row-number-10, .body-container--blog-listing .row-depth-1.row-number-15, .body-container--accordion .row-depth-1.row-number-16,
  .body-container--hero-slider .row-depth-1.row-number-3, .body-container--hero-slider .row-depth-1.row-number-5{
     padding-bottom: 60px !important;}
  .body-container--pricing-listing .row-depth-1.row-number-8{
    padding-bottom: 0px !important;}
  .body-container--accordion .row-depth-1.row-number-5, .body-container--accordion .row-depth-1.row-number-11, .body-container--accordion .row-depth-1.row-number-22,
  .body-container--counter-listing .row-depth-1.row-number-5, .body-container--counter-listing .row-depth-1.row-number-13, .body-container--counter-listing .row-depth-1.row-number-9{
   padding-top: 18px !important; }
  .body-container--accordion .row-depth-1.row-number-5{
   padding-bottom: 50px !important;}
  .body-container--accordion .row-depth-1.row-number-11{
   padding-bottom: 20px !important;}
  .body-container--accordion .row-depth-1.row-number-22, .body-container-about .row-depth-1.row-number-26{
    padding-bottom: 30px !important;}
}
/* tab-phone-responsive end */
@media screen and (max-width: 1100px) {
  .icon-box-two-wrap{
  padding:15px 15px 30px !important;}
  .body-container-about .row-depth-1.row-number-17 .span6:nth-child(2), .body-container-demo-landing .row-depth-1.row-number-17 .span6:nth-child(2){
      padding-top: 0px !important;}
}
@media screen and (max-width: 679px){
  .home-one-report-main-item{
    border-right:1px solid #936c6300 !important;}
    .body-container-about .row-depth-1.row-number-9{
    padding-bottom: 55px !important;}
}
@media screen and (min-width: 680px) and (max-width: 1024px) {
    .body-container-home .row-depth-1.row-number-27 .row-fluid:first-child,
    .body-container--counter-listing .row-depth-1.row-number-19 .row-fluid:first-child{
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr 1fr;
    padding-top: 0;
      display: grid;}}
  @media screen and (min-width: 680px) and (max-width: 1024px) {
    .body-container-about .row-depth-1.row-number-10 .span3{
      width:100% !important;}
    .body-container-about .row-depth-1.row-number-10 .row-fluid:nth-child(1) {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    display: grid;}
   .body-container-about .row-depth-1.row-number-11 .row-fluid, .body-container-about .row-depth-1.row-number-12 .row-fluid, .body-container-about .row-depth-1.row-number-13 .row-fluid, .body-container-about .row-depth-1.row-number-14 .row-fluid {
    display: inline !important;}
   .body-container-about .row-depth-1.row-number-10 .row-fluid:before {
    display: none;}
     .body-container-home .row-depth-1.row-number-27 .span3 .row-fluid , .body-container--pricing .row-depth-1.row-number-19 .span3 .row-fluid,
    .body-container--counter-listing .row-depth-1.row-number-19 .span3 .row-fluid{
        display: block}
    .body-container-home .row-depth-1.row-number-27 .span3, .body-container--pricing .row-depth-1.row-number-19 .span3, .body-container--counter-listing .row-depth-1.row-number-19 .span3 {
        width: 100%!important}
    .body-container-home .row-depth-1.row-number-27 .row-fluid:after, .body-container-home .row-depth-1.row-number-27 .row-fluid:before ,
    .body-container--counter-listing .row-depth-1.row-number-19 .row-fluid:after, .body-container--counter-listing .row-depth-1.row-number-19 .row-fluid:before  {
        display: none}
    .home-one-report-main-item {
        border-left: 1px solid #936c63;
        padding: 0 20px}
    .no-border .home-one-report-main-item {
        border-right: 1px solid #936c63!important}
    .body-container-about .row-depth-1.row-number-9{
    padding-bottom: 25px !important;} } 
  @media screen and (max-width: 679px){
    .body-container-about .row-depth-1.row-number-10 .row-fluid .span3{
      padding-top:30px; }
    .body-container-about .row-depth-1.row-number-10 .row-fluid {
    display:flex;}
    .body-container--progressbar .row-depth-1.row-number-10 .row-fluid, .body-container-about .row-depth-1.row-number-10 .row-fluid{
    flex-direction:column;
    }}
@media screen and (max-width: 950px) {
    .body-container-about .row-depth-1.row-number-10 .span3 {
        width: 100% !important;
        margin-left: 0; }}
@media screen and (max-width: 480px) {
  .body-container-home .row-depth-1.row-number-19{
  position:relative !important;
  left:0 !important;}
  .body-container-home .row-depth-1.row-number-18 img, .body-container-home .row-depth-1.row-number-19 img{
  width:100% !important;}
}
@media screen and (max-width: 720px) {
  .body-container-home .row-depth-1.row-number-24 .row-fluid, .body-container-home .row-depth-1.row-number-33 .row-fluid{
  flex-direction:column;
  gap:6px;} 
  .body-container-home .row-depth-1.row-number-33 .row-fluid{
   align-items: baseline !important;}
}
@media screen and (min-width: 1025px) and (max-width:1300px){
  .body-container-home .row-depth-1.row-number-23{
    width:1320px !important;}
  .body-container-service .row-depth-1.row-number-28 .span6, .body-container-service .row-depth-1.row-number-23 .span6{
  padding: 40px 20px !important;}
  .body-container-service .row-depth-1.row-number-35 .span6:nth-child(2) {
    padding-left: 40px !important;
    padding-top: 15px !important;}
  .body-container-service .row-depth-1.row-number-20 .span7{
  padding: 20px;}
}
@media screen and (max-width:1300px){
  .body-container-home .row-depth-1.row-number-23{
    padding:0 15px;}
  .swiper.testimonial.rt-service.style-one.swiper-initialized.swiper-horizontal.swiper-backface-hidden{
  margin-right:0px!important;}
  }

.body-container-home .row-depth-1.row-number-3, .body-container-home .row-depth-1.row-number-1{
  padding:0px 0px;}
.body-container-home .row-depth-1.row-number-3 .span6{
  width:50%;
  margin-left:0px;}
span.home-large-text, .body-container-home .row-depth-1.row-number-19, span.home-large-text-two{
  position: absolute;}
span.home-large-text, span.home-large-text-two{
font-size: clamp(50px, 20vw, 150px);
  line-height: 250px;
  font-family: "khand";
  color:#EDDDD9;}
span.home-large-text {
  transform: rotate(-90deg);
  left: -420px;
  top: 240px;}
span.home-large-text-two{
  transform: rotate(270deg);
    right: -325px !important;
    top: 120px;}
@media screen and (max-width:1599px){
  span.home-large-text, span.home-large-text-two{
    display:none;}}
@media screen and (min-width:1600px) and (max-width:1700px){
  span.home-large-text-two{
    right: -278px !important;}
  span.home-large-text{
    left: -385px;}}
.body-container-home .row-depth-1.row-number-10 .span7 .row-fluid, .body-container-service .row-depth-1.row-number-6 .span12{
  text-align:right;}
.body-container-home .row-depth-1.row-number-19{
  bottom: 54px;
  left: 26px;}
.heading2-top-gap{
  padding-top:20px;}
.heading2-bottom-gap{
  padding-bottom:37px;}
.bottom-md-gap{
  padding-bottom:42px;}
.body-container-home .row-depth-1.row-number-23 {
  width: 1280px;
  margin: 0 auto;
  position: relative;}
.overflow-hidden, .body-container-home .row-depth-1.row-number-22, .body-container--image-box .row-depth-1.row-number-22{
  overflow:hidden;}
img{
    vertical-align: middle;}
.body-container-home .row-depth-1.row-number-27 .span3, .body-container--pricing .row-depth-1.row-number-19 .span3,
.body-container--counter-listing .row-depth-1.row-number-19 .span3{
  margin-left:0;
  width: 25%;}
.analyze-box span, .body-container-home .row-depth-1.row-number-50 .span5, .cta-section .span5{
display:flex;
flex-direction:column;}
.body-container-home .row-depth-1.row-number-38 .span12, .body-container-home .row-depth-1.row-number-41 .span12{
  align-items: flex-end !important;}
.body-container-home .row-depth-1.row-number-39, .body-container-home .row-depth-1.row-number-24 .row-fluid,
.body-container-home .row-depth-1.row-number-33 .row-fluid, .body-container-about .row-depth-1.row-number-1 .row-fluid, .body-container-about .row-depth-1.row-number-6 .row-fluid,
.body-container-service .row-depth-1.row-number-7 .row-fluid, .body-container-contact .row-depth-1.row-number-6 .row-fluid,
.body-container-blog .row-depth-1.row-number-3 .row-fluid, .body-container-home .row-depth-1.row-number-36 .row-fluid{
display:flex;
 align-items:center;}
.body-container-home .row-depth-1.row-number-36 .row-fluid{
flex-wrap:wrap;}
.body-container-home .row-depth-1.row-number-36, .body-container-home .row-depth-1.row-number-39{
padding:120px 50px;
border:1px solid #936C63;}
.body-container-home .row-depth-1.row-number-42 .span6:nth-child(2){
padding-left:50px;}
a{text-decoration:none;}
.body-container-home .row-depth-1.row-number-36{
margin-bottom:40px}
.analyze-box{
max-width:408px;}
.heading-width, .body-container-about .row-depth-1.row-number-32 .row-fluid, .body-container-service .row-depth-1.row-number-37 {
max-width:515px;}
.landing-hero-titlw-width{
  max-width:658px;
}
/*footer cta video */
.video-trigger {
  cursor: pointer;
  width: 60px;
  transition: transform 0.3s;}
.video-trigger:hover {
  transform: scale(1.1);}
.video-modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  z-index: 9999;}
.video-modal.active {
  display: flex;}
.video-content {
  position: relative;
  max-width: 800px;
  width: 90%;
  background: #000;}
.video-content iframe {
  width: 100%;
  height: 450px;}
.close-btn {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;}
@media screen and (min-width: 1920px) {
 .home-one-video-line {
        background-color: #AEA3A3;
        margin-left: 77px;}
.home-one-vedio-button {
        left: -75px;}}
.body-container-about .row-depth-1.row-number-31 .row-fluid, .home-one-video-line , .play-button, .home-one-vedio-button, .footer__container .row-depth-1.row-number-1 .span3, 
.footer__container .row-depth-1.row-number-1 .span6, .footer-buttom-link-warp, .body-container-about .row-depth-1.row-number-27 .row-fluid,
.body-container-about .row-depth-1.row-number-28 .row-fluid, .body-container-about .row-depth-1.row-number-29 .row-fluid, .body-container--testimonial .row-depth-1.row-number-9 .row-fluid:nth-child(1) {
   align-items: center;}
.home-one-video-line {
    background-color: #AEA3A3;
    width: 1px;
    height: 782px;
    margin-left: 77px;
    display: flex;
    position: relative;}
.play-button {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 154px;
    height: 154px;
    display: flex;}
.body-container-home .row-depth-1.row-number-50 .row-fluid, .body-container-about .row-depth-1.row-number-31 .row-fluid, .body-container--testimonial .row-depth-1.row-number-9 .row-fluid:nth-child(1),
.cta-section .row-fluid{
    justify-content: stretch;
    display: flex;}
.play-button , .home-one-video-line, .video-modal{
  justify-content: center;}
.body-container-home .row-depth-1.row-number-50 .span5, .cta-section .span5{
  justify-content: flex-end;
  padding-bottom:195px; }
.home-one-vedio-button {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(41, 31, 28, .5);
    border-radius: 50%;
    justify-content: center;
    width: 154px;
    height: 154px;
    display: flex;
    position: sticky;
    top: 50%;
    bottom: 0%;
    left: -75px;
    right: 0%;}
/* footer-video-end */
.change-color-brown, .footer-menu li a {
    color: #c99b8f;}
/*footer-one*/
.footer__container .row-depth-1.row-number-1 .row-fluid, .footer-copyright-section .row-depth-1.row-number-1 .row-fluid{
    display:flex;
    max-width: 1650px;
    justify-content: space-between;}
.footer__container .row-depth-1.row-number-1 .span3{
    border-right: 1px solid #392b22;
    justify-content: center;
    padding-top: 130px;
    padding-bottom: 130px;
    display: flex;    
    margin-left: 0px;}
.footer__container .row-depth-1.row-number-1 .span6 {
    border-left: 1px solid #392b22;
    border-right: 1px solid #392b22;
    flex: 0 835px;
    justify-content: center;
    padding-top: 130px;
    padding-bottom: 130px;
    display: flex;}
.footer-buttom-link-warp {
    display: flex;
    gap: 15px;
    justify-content: end;}
.footer-copyright-section .row-depth-1.row-number-1 .row-fluid {
    border-top: 1px solid #392b22;
  padding-top:20px;
align-items:center;
padding-bottom:7px;}
.footer-copyright-section .row-depth-1.row-number-2 .row-fluid{
 border-top: 0px solid #392b22;
  padding-top:0px;} 
/*footer-one-end*/

.body-container-about .row-depth-1.row-number-4 {
      margin-top: -387px;}
.body-container-about .row-depth-1.row-number-27, .body-container-about .row-depth-1.row-number-28, .body-container-about .row-depth-1.row-number-29{
  position:sticky;
  top:130px;}
.body-container-about .row-depth-1.row-number-27 .row-fluid img, .body-container-about .row-depth-1.row-number-28 .row-fluid img, .body-container-about .row-depth-1.row-number-29 .row-fluid img,
.body-container-service .row-depth-1.row-number-11 .span4 .hs_cos_wrapper, .body-container-contact .row-depth-1.row-number-10 .span3 .hs_cos_wrapper,
.body-container-demo-landing .row-depth-1.row-number-13 .span4 .hs_cos_wrapper{
 width:100%;}
.body-container-about .row-depth-1.row-number-27 .row-fluid, .body-container-about .row-depth-1.row-number-28 .row-fluid, .body-container-about .row-depth-1.row-number-29 .row-fluid{
 display:flex;
 border: 1px solid #936c63;
 justify-content: space-between;
 padding: 40px;
 gap:40px;}
.body-container-about .row-depth-1.row-number-28, .body-container-about .row-depth-1.row-number-29{
 margin-top:50px;}
.sticky-no{
 color:#CFABA3;
 font-size:90px;
  line-height:100%;
 font-family: "khand";}
.body-container-about .row-depth-1.row-number-23, .body-container-demo-landing .row-depth-1.row-number-24{
padding-top:40px;}
.about-sticky-title-wrap h2{
max-width:650px;}
.body-container-about .row-depth-1.row-number-35 .span12.dnd_area_about-module-48-flexbox-positioning{
    display: flex !important;
    align-items: center !important;}
.body-container-about .row-depth-1.row-number-36 h2, .module-page-title{
max-width:755px;}
.body-container-about .row-depth-1.row-number-7, .body-container--image-box .row-depth-1.row-number-22 .row-fluid .span6:nth-child(1){
padding-right:30px;}
.body-container-service .row-depth-1.row-number-1 .span8{
  padding-left:60px;} 
.body-container-service .row-depth-1.row-number-3{
padding-top:43px;
padding-bottom:43px;}
.body-container-service .row-depth-1.row-number-6 .span12{
padding-right:114px;}
.body-container-service .row-depth-1.row-number-5 h1{
padding-bottom:66px;}
.body-container-service .row-depth-1.row-number-7 .span6:nth-child(2), .body-container-contact .row-depth-1.row-number-6 .span6:nth-child(2){
      padding-left: 10%;}
.body-container-service .row-depth-1.row-number-20 .span5{
    position: sticky;
    top: 150px;
    padding-top: 150px;
    padding-bottom: 150px;}
.body-container-service .row-depth-1.row-number-21, .body-container-service .row-depth-1.row-number-22   {
    max-width: 493px;
    margin-right: 0;
  margin-left: auto;}
.body-container-service .row-depth-1.row-number-33{
border-top:1px solid #BEBDBD;}
.body-container-service .row-depth-1.row-number-35 .span6:nth-child(2){
    padding-left: 90px;}
.body-container-service .row-depth-1.row-number-23 .span6, .body-container-service .row-depth-1.row-number-28 .span6,
.body-container-contact .row-depth-1.row-number-2 .span12 span#hs_cos_wrapper_dnd_area_contact-module-2_{
    display: flex;
    flex-direction: column;}
.body-container-service .row-depth-1.row-number-23 .span6, .body-container-service .row-depth-1.row-number-28 .span6{
    gap: 445px;
    padding: 40px;
    margin-left:0px;
    width: 100%;}
.body-container-service .row-depth-1.row-number-20 .span7 {
     padding: 30px;
    border: 1px solid #BEBDBD;
   border-bottom:none;}
.body-container-service .row-depth-1.row-number-23 .row-fluid:after , .body-container-service .row-depth-1.row-number-23  .row-fluid:before,
.body-container-service .row-depth-1.row-number-28 .row-fluid:after , .body-container-service .row-depth-1.row-number-28  .row-fluid:before{
display:none;}
@media screen and (min-width:1025px){
.body-container-service .row-depth-1.row-number-23 .row-fluid , .body-container-service .row-depth-1.row-number-28 .row-fluid{
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: auto;
  grid-gap: 30px;}
.service-imagebox .heading-five {
    max-width: 218px;}
.body-container-service .row-depth-1.row-number-28{
  padding-top:30px;}}
.body-container-contact .row-depth-1.row-number-1 .span6:nth-child(2) {
    margin-bottom: -422px;}
.body-container-webinar-one .row-depth-1.row-number-1 .span6:nth-child(2){
  margin-bottom: -522px;}
.contact-one-form .hsfc-Step__Content{
 background-color:#EFDFDB;
    margin-left: 50px;}
.contact-one-form .hsfc-Button, .demo-landing-form .hs-button.primary{
    background-color: rgb(201 155 143 / 50%) !important;
    border-radius: 0 !important;
    border: 1px solid #C99B8F !important;
    color: #052345 !important;
    font-family: 'Khand' !important;
  letter-spacing: 1.1px !important;
text-transform:uppercase;}
.demo-landing-form,  .demo-landing-form .hs-button.primary{
margin-top:20px;}
.contact-one-form .hsfc-Heading{
color: #052345 !important;}
.contact-one-form .hsfc-TextInput, .contact-one-form .hsfc-TextInput::placeholder, .contact-one-form .hsfc-TextareaInput, .contact-one-form .hsfc-TextareaInput::placeholder{
color: #052345 !important;
font-family:"khand";
font-weight:500;
letter-spacing:1.1px;}
.contact-one-form .hsfc-TextInput,  .contact-one-form .hsfc-TextareaInput{
    border-color: #D0B3AC !important;
    border-radius:0px !important;}
.contact-one-form .hsfc-TextField label, .contact-one-form .hsfc-PhoneField label, .contact-one-form .hsfc-EmailField label, .contact-one-form .hsfc-TextareaField label{
opacity:0;
    position: absolute;
    pointer-events: none;}
a.blog-three-item.overflow-hidden {
    display: block;}
.blog-grid a.blog-three-item.overflow-hidden{
  max-height: 515px;}
.hs-content-id-1.hs-landing-page{
    background-color: #936C63;}
.body-container-demo-landing .row-number-4.dnd-section {
    margin-top: -90px;}
.thankyou-text{
  font-size:clamp(40px,20vw,200px);
  text-shadow: 7px 4px  rgba(0,0,0,0.15); 
  font-weight:500;}
.coming-soon-text span {
    z-index: 2;
    font-size:clamp(40px,20vw,400px);
  font-weight:600;
  font-family:"khand";}
.coming-soon-text span, .thankyou-text{
  text-transform:uppercase;
  letter-spacing:0px;
  line-height: 100%;}
.text-blue{
color:#052345;}
.body-container-thank-you h2{
padding-top:80px;}
.body-container-thank-you .row-depth-1.row-number-2 img, .body-container-demo-landing .row-depth-1.row-number-2 img, .body-container-coming-soon .row-depth-1.row-number-2 img{
    width: 17%;}
.body-container-coming-soon h1{
color:#462720;}
.coming-soon-text:after{
content:"";
background-color:#EEDCD4;
width:100%;
height:231px;
position:absolute;
left:0px;
bottom:-55px;}
.body-container-coming-soon .row-depth-1.row-number-4{
  margin-top:80px;}
.text-brown{
color:#936C63;}
.body-container--progressbar .row-depth-2.row-number-5 .hs_cos_wrapper.hs_cos_wrapper_widget, .body-container--progressbar .row-depth-1.row-number-10 .row-fluid,
.body-container--accordion .row-depth-1.row-number-5 .row-fluid, .body-container--accordion .row-depth-1.row-number-16 .row-fluid, .body-container--image-box .row-depth-1.row-number-15 .row-fluid,
.body-container--image-box .row-depth-1.row-number-22 .row-fluid{
     display: flex;}
.body-container--progressbar .row-depth-2.row-number-5 .hs_cos_wrapper.hs_cos_wrapper_widget{
   justify-content: flex-end;}
.body-container--progressbar .row-depth-1.row-number-10 .row-fluid, .body-container--accordion .row-depth-1.row-number-5 .row-fluid,
.body-container--accordion .row-depth-1.row-number-16 .row-fluid, .body-container--image-box .row-depth-1.row-number-15 .row-fluid,
.body-container--image-box .row-depth-1.row-number-22 .row-fluid{
  align-items:center;}
.body-container--image-box .row-depth-1.row-number-15 .row-fluid .span6:nth-child(2){
  padding-left: 60px;}
.bottom-icon-gap{
  margin-bottom:20px;}
span.home-large-text-two.image-box-text{
    z-index: 1;
    right: -131px !important;
    top: 59%;}
/* cta-2-section */
.cta2-section .hs_cos_wrapper.hs_cos_wrapper_widget {
    width: 100%;
    text-align: center;}
.body-container-home .row-depth-1.row-number-42 .span6:nth-child(1) img{
object-fit:none;}
body.sub-heading-no-icon span.subheading:before{
  display:none;
}
body.sub-heading-no-icon span.subheading{
  padding-left:0px;
}
.body-container--icon-list, .body-container--hero-slider, .body-container--accordion, .body-container--blog-listing, .body-container--client,
.body-container--counter-listing, .body-container--button, .body-container--image-box, .body-container--slider, .body-container-webinar-one,
.body-container--pricing-listing, .body-container--progressbar, .body-container-service .row-depth-1.row-number-20, .body-container--team,
.body-container--testimonial, .body-container-demo-landing, .body-container-about{
background-color:#fff;

}