/* Theme base styles */

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

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

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

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

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

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

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

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* @import url('http://example.com/example_style.css'); */

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

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

/* Global css start */
.dnd-section .dnd-column {
    padding: 0;
}
.blog-post-main section.page-banner h1 {
    font-size: 40px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.lang-switch-left {
 
    padding-top: 5px;
}
.search_button {
    padding-right: 0 !important; 
}
.scrollTop {
     
    bottom: 30px !important; 
}
.blog-comments {
    margin-bottom: 50px !important;
    max-width: initial !important;
    margin-top: 40px !important;
}
.blog-related-posts__content h3.blog-related-posts__title {
    font-size: 22px !important;
}
.blog-left .featured_warp img {
    width: 100%;
}
.blog-post-main {
    padding-top: 80px;
}
.blog-left {
    width: 70%;
    max-width: 70%;
    flex: 0 0 70%;
}
.blog-rel img.blog-related-posts__image {
    width: 100%;
}
.blog-rel .blog-related-posts__content {
    background-color: #fff;
    margin-bottom: -10px;
}
.blog-right {
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
    padding-left: 30px;
}
.blog-container {
    max-width: 1240px;
    padding: 0 10px;
    margin: 0 auto;
}
.popular-blog-post .row-fluid {
    display: flex;
    align-items: center;
}
.mt-two-left {
    align-items: center;
    display: flex;
}
.popular-blog-post .row-fluid h5 {
    margin-bottom: 0 !important;
    font-size: 16px !important;
}
.section-ev-blog h2.blog-index__post-title {
    font-size: 26px !important;
    margin-bottom: 10px !important;
}
.section-ev-blog .blog-index__post-content.blog-index__post-content--small {
    padding: 20px 20px !important;
}
.section-ev-blog {
    background-color: #fff;
    border-radius: 4px;
    margin: 10px;
}
.header .dnd-section {
    padding: 0;
    box-shadow: 0 5px 10px rgb(154 161 177 / 10%);
}
.header .sticky {
    position: fixed;
    width: 100%;
}
/* Header Button Css Start */
/* Header Navigation Settings */
.menu-sec ul li ul.hs-menu-children-wrapper {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 15px 30px rgb(0 0 0 / 5%);
    min-width: 190px;
    text-align: left;
}
.menu-sec ul li ul.hs-menu-children-wrapper li {
    padding: 0;
}
.menu-sec ul li ul.hs-menu-children-wrapper li a {
    padding: 10px 15px;
}

  .menu-sec .hs-menu-wrapper li.hs-item-has-children>a:after {
    box-shadow: inset -2px 2px 0 0;
    color: #171b25;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-5px) rotate(135deg);
    transform: translateY(-5px) rotate(135deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform .15s ease-in-out;
    width: 7px;
}
.menu-sec .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    left: -25px !important;
    
}

.menu-sec ul li {
    padding-right: 30px;
}
/* css */
/*  */
.header-main a.site-button {
       font-size: 16px;
    background-color:rgba(31, 149, 208, 1.0);
    padding:15px 35px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border:1px solid #1f95d0;
    color: rgba(255, 255, 255, 1.0);
  text-transform:none;
  display: inline-flex;
  min-width: max-content;
}

.header-main a.site-button:hover 
{
     background-color: rgba(#null, 0.0) !important; 
  
}

  .landing-page-footer, .footer-global {
     background-color:rgba(3, 12, 44, 1.0);
  padding:40px 40px !important;
}
/* Footer Form Input Background Color */
.form-footer form .input input {

   background-color: rgba(255, 255, 255, 1.0);
    border-radius: 4px 0px  0px  4px;
}

/* Footer form btn */
.form-footer form .actions input.hs-button.primary.large {
    background-color:rgba(255, 255, 255, 1.0);
    border-color: rgba(255, 255, 255, 1.0);
    padding: 14px 12px;
  color: rgba(255, 255, 255, 1.0);
}
/* Footer Form Input Placeholder color */
.form-footer form .input input::placeholder {
  color: #ffffffcc;
}

.sticky .add-button a.site-button {
  background-color: rgba(#null, 0.0) !important; 
    
}
.footer-social-share ul {
    
    margin-bottom: 0 !important;
}

 .footer-content .social-content p {
    margin: 0 !important;
}
.privacy-menu ul li a {
    color:rgba(255, 255, 255, 1.0); 
  padding: 0 15px;
}



theme.global_colors.universal_color.color

.footer-mt .footer-menu-one h4, .footer-menu-two h4, .footer-menu ul a, .footer-form h4, .foot-menu-inner p  
{
    color: rgba(255, 255, 255, 1.0) !important;
}
.footer-menu-one h4 {
   color: rgba(255, 255, 255, 1.0) !important;
}
.footer-mt p, .footer-menu ul a {
    font-size: 14px;
    margin-bottom: 0;
 color: rgba(255, 255, 255, 1.0);
}
/* Header Button Css Close */


.button-item:first-child a.large-btn {
    background-color: #5867ad;
    color: #fff;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}
.sec-right {
    justify-content: end;
}
.align-center {
    display: flex;
    align-items: center;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.col-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}
a.site-button {
    padding: 12px 30px;
    border: 2px solid #5867AD;
    border-radius: 8px;
    background-color: transparent;
    transition: .2s;
    color: #5867AD;
    font-size: 14px;
    line-height: 20px; 
    text-align: center;
    cursor: pointer;
}
a.large-btn:hover {
    background-color: #5867AD;
    color: #fff;
    font-weight: 900;
}
/* a.site-button:hover {
    background-color: #5867AD ;
    color: #fff !important;
    font-weight: 900;
} */
a.large-btn img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

a.large-btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    border-radius: 8px;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 2px solid #5867ad;
    padding: 14px 24px;
    display: flex;
    color: #5867ad;
    width: 400px;
}

/* Global Css Ends */

/* Banner Module Css Start */
.content-listing ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.banner-image img {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ecf0f1;
    -webkit-box-shadow: 0 0 15px #ecf0f1;
    box-shadow: 0 0 15px #ecf0f1!important;
    height: 100%;
    background: #fff;
}
.banner-image {
    padding-top: 80px;
    text-align: center;
}
.banner-image img {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ecf0f1;
    -webkit-box-shadow: 0 0 15px #ecf0f1;
    box-shadow: 0 0 15px #ecf0f1!important;
    height: 100%;
    background: #fff;
}
.content-listing ul li p {
    font-size: 24px;
    margin-bottom: 10px;
}

.button-item:first-child {
    margin-right: 15px;
}

.content-listing ul li img {
    padding-right: 5px;
    width: 25px;
    height: 16px;
}
.content-listing ul li {
    list-style: none;
    display: flex;
    align-items: baseline;
    padding: 0 15px;
}
.button-main {
    justify-content: center;
}
/* Banner module Css End */

/* Card Module Css Start */
.mt-card-item {
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
}
.mt-card-inner {
    display: flex;
    padding: 24px 24px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 34px 40px -24px rgb(0 0 0 / 15%);
    text-align: center;
    margin: 10px;
}
/* Card Module Css end */

/* Content and IMage Module Start */
.mt-section-rt {
    flex-direction: row-reverse;
}
.mt-section-rt .mt-content {
    padding-left: 40px;
}
a.mt-btn {
    padding: 12px 30px;
    border: 2px solid #5867ad;
    border-radius: 8px;
    transition: .2s;
    font-size: 18px;
    line-height: 20px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
}
/* Content and Image Module End */

/* Ebook Author CSS Start */

.auth-inner-content {
    padding-left: 20px;
}
.auth-inner-content h5 {
    margin-bottom: 5px;
}
/* Css end */

/* FAQ Section Start */

/* accordian css start */


.Accordions {
  display: block;
  max-width: 800px;
  margin: auto;
}

.Accordion_item {
  width: 100%;
  height: auto;
  margin: 5px 0;
}
.Accordion_item:first-child {
  margin-top: 30px;
}
.Accordion_item .title_tab {
  width: 100%;
  background-color: #ffffff;
  color: #FCFCFC;
  padding: 20px 30px;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid #ebebf2;
}
.Accordion_item .title_tab .title {
  font-size: 24px;
  letter-spacing: 1px;
  position: relative;
}
.instructer-name {
    padding-top: 40px;
}
.social-icon-inner ul li:hover {
    background-color: #6192E0 !important;
    border-radius: 5px;
}
.social-icon-inner ul li:hover i {
    color: #fff !important;
}
.Accordion_item .title_tab .title .icon {
 position: absolute;
    left: -5%;
    top: calc(50% - 8px);
    width: 14px;
    height: 13px;
  background-color: transparent;
  transform: rotate(360deg);
  transition: transform 0.3s ease-in;
}
.Accordion_item .title_tab .title .icon:before, .Accordion_item .title_tab .title .icon:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #FCFCFC;
}
.title_tab-icons p {
    margin: 0;
}
.partner-list ul li {
    color: #21C8DB;
}
.Accordion_item .title_tab .title .icon:before {
  top: 0;
  left: 2px;
  transform: rotate(-45deg);
  background-color: #6192E0;
}
.Accordion_item .title_tab .title .icon:after {
  top: 0;
  right: 2px;
  background-color: #6192E0;
  transform: rotate(45deg);
}
.partner-list ul {
    padding-left: 20px;
}

.inner_content {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
      background-color: #fff;
}
.inner_content p {
  width: 98%;
  margin: auto;
  padding: 18px 15px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  opacity: 0;
  transform: translate3d(0px, 60px, 0px);
  transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
}

.inner_content-main {
    padding: 10px;
}
/* ================================= */
.Accordion_item .title_tab.active {
  background-color: #fff;
  transition: background-color 0.3s ease-in;
}
.Accordion_item .title_tab.active .title .icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in;
}
.Accordion_item .title_tab:hover {
  background-color: #fff;
  transition: background-color 0.3s ease-in;
}
.Accordion_item .inner_content p.show {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
}

/* ================================= */
.inner_content p span {
  font-size: 14px;
  line-height: 30px;
}
.inner_content p b {
  color: #F44336;
  font-size: 18px;
}
.blog-tem-serch form {
   display: flex;
    width: 820px;
    margin: 0 auto;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
  position: relative;
}
.blog-tem-serch form i {
    position: absolute;
    top: 23px;
    left: 10px;
}
.blog-tem-serch form input {
    padding-left: 28px !important;
    border: 0 !important;
}
.blog-tem-serch form button {
    padding: 15px 20px;
    width: 145px;
    font-size: 16px;
    text-transform: uppercase;
}

.blog-listing-inner h2 {
    position: absolute;
  font-style: normal;
font-weight: 600;
font-size: 32px;
}
.blog-listing-t {
    background: #EBEBF2;
    padding-bottom: 40px;
}
.blog-listing-t {
    position: relative;
}
.blog-listing-inner {
    padding-top: 40px;
} 
.tab-container .Accordion_item h3.title {
  display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #6192E0;
  
}
.title_tab-icons {
    display: flex;
    flex-wrap: wrap;
}
.tab-container .Accordion_item h3.title .title_tab-icons {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
   justify-content: flex-end;
    align-items: center;
    align-content: center;
}
.tab-container .Accordion_item h3.title .title_taconte {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.faq-section1 .Accordion_item .title_tab .title .icon {
 
    left: 99%;
     
}
.faq-section1 .title_tab h3 {
    font-size: 18px !important;
    font-weight: 400;
  margin: 0;
}

.faq-section1 .Accordion_item .title_tab .title .icon:before {
    top: 0;
    left: 5px;
    transform: rotate(
360deg
);
    background-color: #42414B;
}


.title_tab.active span.icon::before {
    background-color: #6192E0 !important;
}

.title_tab.active span.icon::after {
    background-color: #6192E0 !important;
}

.faq-section1 .Accordion_item .title_tab .title .icon:after {
    top: 0;
    right: 7px;
    background-color: #42414B;
    transform: rotate(
90deg
);
}


.faq-section1 .Accordion_item .title_tab.active .title .icon {
    transform: rotate(
223deg
);
    transition: transform .3s ease-in;
}
.inner_cont-inner {
    padding: 25px;
}

.faq-section1 .Accordion_item {
    margin-bottom: 15px;
}

/* FAQ Section End */


/* Form Module Css Start */
 
/* Form Module Css End */

/* List Content list start */
.list-content ul {
    padding-left: 18px;
}
.list-content ul li {
    margin-bottom: 12px;
}
/* End */

/* Logo Display Css Start */
.logo-main-mt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 942px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}
.logo-main-mt .logo-item-mt {
    padding: 0 15px;
}
/* End */


/* Pricing Css Start */
 
.container-pr {
    max-width: 1140px;
    margin: 0 auto;
}
.button-sec {
    text-align: center;
    padding-top: 20px;
}
.Pricing-inner a.large-btn {
    
    margin: 0 auto;
}
.Pricing-content-rp ul li {
    list-style: none;
}
.pri-left-ctn {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    border-radius: 20px;
    padding: 25px;
    background-color: #fff;
    margin: 20px;
    padding-bottom: 0 !IMPORTANT;
}
.pri-bott-content {
    padding-top: 35px !important;
}

.priving-content-ma .col-6 .pri-left-ctn {
    min-height: 290px !important;
}
.pri-left-ctn ol li {
    padding-bottom: 20px;
}
/* Css End */

/* Testimonial Section Start */
.profil-img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.test-main {
    -webkit-column-gap: 32px;
    column-gap: 32px;
    margin-bottom: -24px;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 24px;
    column-gap: 24px;
}
.feed-back-content {
    padding-bottom: 15px;
    border-bottom: 1px solid gainsboro;
    margin-bottom: 14px;
}
.test-main.d-flex {
    justify-content: center;
    margin-left: -15px;
    margin-right: -20px;
}
.test-heading {
    padding-bottom: 60px;
}
.profil-img {
    padding-right: 15px;
}
 

/* End */

/* Testimonial Slider */
.testimonial-mod .owl-dots button.owl-dot {
    background-color: #5867ad !important;
    color: #003b4d !important;
    padding: 5px !important;
    border: 1px !important;
    margin: 0 5px;
}
.owl-dots {
    text-align: center !important;
}
.testimonial-mod .owl-dots button.owl-dot.active {
    background-color: #b7d7ec !important;
}

.testimonial-cards {
    padding: 55px; 
    margin-top: 32px;
    margin-bottom: 32px;
    border-radius: 24px;
}
.testimonial-image img {
    height: 80px !important;
    width: 80px !important;
    border-radius: 50%;
    margin-right: 10px;
}
/* .testimonial-content {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: -80px;
    margin-bottom: -80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonial-content h2 {
    width: 80%;
} */
/* .testimonial-mod {
    overflow: visible;
    min-height: 820px;
    padding-top: 100px;
    padding-bottom: 120px;
} */
.testimonial-feedback {
    padding-bottom: 0;
    border-bottom: 1px solid gray;
    margin-bottom: 25px;
    min-height: 195px;
}
.testimonial-left {
    position: relative;
}
.testimonial-details {
    display: flex;
    align-items: center;
}
/* End Css */

/*  Two Col Module */

.two-right {
    display: flex;
    align-items: center;
}
.two-col-fl .two-content {
    padding-left: 0;
    padding-right: 40px;
}
.two-col-fl {
    flex-direction: row-reverse;
}
.two-content {
    padding-left: 40px;
}

/* Css end */

@media only screen and (max-width: 990px) 
{
 
  .lang-switch-left {
    padding-right: 40px !important;
}
  
}
@media only screen and (max-width: 852px) 
{
.two-col-mod .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .lang-switch-left {
    padding-right: 40px !important;
}
  .landing-page-footer, .footer-global {
     
    padding: 80px 10px !important;
}
  .content-wrapper {
    margin: 0 auto;
    padding: 0 !important;
}
  .test-main {
   
    column-count: 1 !important;
    
}
  .testimonial-feedback h4 {
    font-size: 20px !important;
}
  .pri-left-ctn {
     
    margin: 0 !important;
    padding-bottom: 0!IMPORTANT;
}
  .button-item:first-child {
    margin-right: 0px !important;
    margin-bottom: 15px !important;
}
 .Pricing-mod .pri-bott-content {
    padding-top: 0px !important;
}
  .priving-content-ma .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .testimonial-feedback {
 
    min-height: auto !important;
}
  .test-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important; 
}
  .testimonial-content {
     
    height: auto !important; 
}
  .testimonial-mod {
     
    min-height: auto !important;
    
}
  .testimonial-content h2 {
    width: 100% !important;
    text-align: center !important;
}
  .testimonial-mod .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  
  
}

@media only screen and (max-width: 768px) 
{
  
  h1, .h1 {
     
    font-size: 48px !important;
    
}
  .mobile-trigger 
  {
  
    top: 15px !important;
     
}
  .lang-switch-main .lang-switch-left {
    padding-right: 41px !important;
    padding-top: 10px !important;
}
  
  .mobile-trigger {
    
    top: 15px;
    right: 38px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000;
}
  .blog-left {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .blog-post-main {
    padding-top: 20px !important;
}
  .popular-blog-container .span4.left-col {
    width: 30% !important;
    padding-right: 10px !important;
}
  .popular-blog-container {
    padding: 30px 20px !important;
}
  .blog-right {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0px !important;
}
  .paral-sticky {
     
    height: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important; 
    position: unset !important; 
    width: 100% !important;
    text-align: center !important;
}
  .service-item 
  {
    flex-wrap: wrap !important;
}
  .service-mod-left { 
    width: 100% !important;
}
  .service-content 
  {
    padding: 50px !important;
    
}
  .service-mod-right {
     
    width: 100% !important;
}
  .landing-page-footer, .footer-global {
    padding: 20px 10px !important;
}
  .footer-first {
    width: 100% !important;
}
  .footer-social ul 
  {
    
    justify-content: center !important;
     
}
  .form-footer form 
  {
    justify-content: center !important;
}
  .span3.widget-span.widget-type-cell.header-top-column-1-vertical-alignment.header-top-column-1-padding.dnd-column {
    padding-top: 25px !important;
}
  .span9.widget-span.widget-type-cell.header-top-column-3-vertical-alignment.header-top-column-3-padding.dnd-column {
    padding-top: 0 !important;
}
  .lang-switch-left {
    padding-right: 0px !important;
    padding-top: 20px !important;
}
  .content-wrapper 
  {
 
    padding: 0 !important;
}
  .lang-switch-main 
  {
    
    flex-direction: column-reverse !important;
}
   
  .mt-section-rt .mt-content {
    padding-left: 0px !important;
}
  .lang-switch-main {
    justify-content: center !important;
    margin-bottom: 20px !important;
}
  .logo-main-mt {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 40px !important;
}
  .header-main .col-6 {
    width: 50% !important;
    max-width: 50% !important;
}
  .footer-social-share ul li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
  .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .mt-card-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .footer-content.d-flex {
    justify-content: center !important;
}
  .footer-social-share ul {
    
    justify-content: center !important;
    margin-top: 20px !important;
}
  .col-3 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center !important;
}
  
  .Pricing-inner {
    padding: 20px !important; 
}
  .two-content {
    padding-left: 0px !important;
}
  .test-main.d-flex {
     
    margin-left: 0 !important;
    margin-right: 0 !important;
}
  .test-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .two-col-fl .two-content {
    
    padding-right: 0px !important;
}
  .testimonial-mod {
     
    padding-bottom: 0 !important;
}
  .testimonial-client {
    padding-top: 35px !important;
}
  .testimonial-cards {
    padding: 30px !important; 
}
  .testimonial-image {
    width: 30% !important;
}
 .testimonial-details {
    width: 70% !important;
    font-size: 17px;
    padding-left: 10px;
}
  
  
}

@media only screen and (max-width: 481px) 
{
  
  h1, .h1 {
    font-size: 32px !important;
}
  
  header.header img.hs-image-widget 
  {
    top: 15px !important;
}
  a.large-btn {
    font-size: 15px !important;
    
}
  .banner-image {
    padding-top: 40px !important;
}
  h2, .h2 {
    font-size: 36px !important;
    line-height: inherit !important;
}
  .pri-left-ctn ol {
    padding-left: 20px !important;
}
  p {
    font-size: 18px !important; 
}
  .Pricing-inner a.large-btn {
    width: 305px !important;
}
  a.large-btn {
    
    width: 330px !important;
}
  .test-heading {
    padding-bottom: 0 !important;
}
}

@media only screen and (max-width: 376px) 
{
  
 .header-main .col-6 {
    width: 100%!important;
    max-width: 100%!important;
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
    padding-bottom: 20px !important;
} 
  
}

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

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

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

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






body .button a{
  
  background-color:rgba(31, 149, 208, 1.0);
  border:1px solid #1f95d0;
  color:rgba(255, 255, 255, 1.0);
  text-transform:none;
  padding:10px 22px;
  border-radius:4px;
  display: inline-block;
}

body .transparent_cta a{
  background-color:rgba(255, 255, 255, 1.0);
  border:1px solid #1f95d0;
  color:rgba(31, 149, 208, 1.0);
  text-transform:none;
  padding:13px 17px;
   border-radius:4px;
display: inline-block;
}
body .white_cta a{
  background-color:rgba(255, 255, 255, 1.0);
  border:1px solid rgba(255, 255, 255, 1.0);
  color:rgba(31, 149, 208, 1.0);
  text-transform:none;
  padding:13px 20px;
   border-radius:4px;
display: inline-block;
}

body .simple_cta a{
  color:rgba(31, 149, 208, 1.0);
  text-transform:none;
  padding:13px 0px;
display: inline-block;  
}

body .arrow_cta a{
  background-color:rgba(31, 149, 208, 1.0);
  border:1px solid #1f95d0;
  color:rgba(255, 255, 255, 1.0);
  text-transform:none;
  padding:13px 25px;
   border-radius:8px;
display: inline-block;
  position:relative;
}

body .simple_cta_with_arrow a{
  color:rgba(31, 149, 208, 1.0);
  text-transform:none;
  padding:20px 30px 20px 0px;
display: inline-block;  
  position:relative; 
}


body .button a:hover {
  background-color:rgba(255, 255, 255, 1.0);
color: #1f95d0;
}

body .transparent_cta a:hover{
   color:#FFFFFF;
  background-color:rgba(31, 149, 208, 1.0);
}

body .white_cta a:hover{
  color:#FFFFFF;
  background-color:rgba(31, 149, 208, 1.0);
}

body .simple_cta a:hover{
  color:#21276f;
}


body .arrow_cta a:hover{
   background-color:rgba(255, 255, 255, 1.0);
color: #1f95d0;
}

body .simple_cta_with_arrow a:hover{
  color:#21276f;
}
/* Fields */

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

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* 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 {
  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 - date picker */

.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;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* 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%;
}
/* Nav Bar Css Start */
% set ulColor       = "" %} /* Set ul background color */
   /* Set li background Color */
   /* Set link Color */
   /* Set link Hover Color */

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{ 
    background:;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    background:;
  }


  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:;
  }



  /* Override max width on menu links */
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important; 
    font-size: 16px !important; 
    font-weight: 500 !important; 

  }

  /* Fix menu disappearing on desktop after toggling mobile menu */
  @media screen and (min-width:992px) {
    .custom-menu-primary .hs-menu-wrapper { 
      display:block !important;
    }
   


  }




  /* ==========================================================================
  Mobile Menu - Hubspot Standard Toggle Menu
  ========================================================================== */


  /**
  * Special Note
  *
  * When the menu is open, a class of .mobile-open is applied to the body. You can 
  * use this for custom styling on any element when the menu is in the open position.                     
  */

  .mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
  }

  @media (max-width: 991px)
  {
    .Cl-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper li a {
      padding: 0px 10px 0px 28px;
    }
     .lang-switch-right.button {
    display: none;
}
    .header__search.header--element.search-container.opened {

      padding-top: 60px;

    }

    /* Variables
    ========================================================================== */

       /* Set Mobile Menu Background Color */
          /* Set Link Color */
     /* Set Link Hover Color */

    /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */
    .search_button {
      padding-right: 6px;
      cursor: pointer;
      position: relative;
      right: 25px;
      top: 0px;
    }
    .header-Module .Cl-web-button a {
      font-size: 9px;
      padding: 8px 6px;
      position: absolute;
      right: 0;
      top: 10px;
      display: flex;
      width: 96px;
      text-align: center;
      justify-content: center;
    }
    /*   .Cl-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper li:hover {
    background-color: unset !important;

  } */
    .Cl-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {

      padding-top: 0;
    }
    .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:before
    {
      display:none;
    }
    .Cl-navigation .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {

      box-shadow: unset !important;

    }
    .custom-menu-primary,
    .custom-menu-primary .hs-menu-wrapper > ul,
    .custom-menu-primary .hs-menu-wrapper > ul li,
    .custom-menu-primary .hs-menu-wrapper > ul li a{
      display: block;
      float: none;
      position: static;
      top: auto;
      right: auto;
      left: auto;
      bottom: auto;
      padding: 0px;
      margin: 0px;
      background-image: none;
      background-color: transparent;
      border: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      -webkit-box-shadow: none;
      -moz-box-shadow:    none;
      box-shadow:         none; 
      max-width: none;
      width: 100%;
      height: auto;
      line-height: 1;  
      font-weight: normal;
      text-decoration: none;
      text-indent: 0px;
      text-align: left;

    }
    .header__search.header--element.search-container 
    {
      padding: 20px 20px;

    }

    .header-Module .Cl-website-h-main 
    {

      position: relative;
    }
    .Cl-web-left .Cl-web-logo {
      position: relative;
      left: 10px;
      top: 2px;
    }
    .header-Module .Cl-website-h-main .Cl-web-left {
      width: 100% !important;
      max-width: 100% !important;
      flex: 0 0 100% !important;

    }

    .header-Module .Cl-website-h-main .Cl-web-right {
      width: 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;

    }
    .custom-menu-primary .hs-menu-wrapper>ul li a 
    {  
      padding-left: 25px !important;
    }

    /*   Toggle cross */
    .mobile-open .mobile-trigger{ z-index: 9999999; }
    .header_middle_main .mobile-trigger:hover{
      text-decoration: none; /* Removes link text underline on button */
      color:blue;
      background-color:inherit; 
      border-color: transparent;
    }


    .mobile-open .mobile-trigger i, 
    .mobile-open .mobile-trigger i:before, 
    .mobile-open .mobile-trigger i:after{
      width: 26px; /* Icon line width */
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;

    }

    .mobile-open .mobile-trigger i::after{ display: none; }
    .mobile-open .mobile-trigger i::before {
      transform: rotate(-90deg);
      top: 0;
    }

    .mobile-open .mobile-trigger i {
      transform: rotate(45deg);
    }

    .mobile-open .login_mobile{ display: block; }

    .mobile-open .header__language-switcher.header--element_n{
      display: block;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
    }
    .mobile-open .login_mobile{ display: block; }
    .mobile-open .login_mobile a{     color: #051b35;
      font-size: 14.22px;
      font-weight: 300;
      letter-spacing: -0.09px;
      text-decoration: none;
    }



    .mobile-open .header__language-switcher.header--element_n {
      display: block;
      width: 100%;
      float: left;
      border: 0;
      padding: 0;
    }


    /* Toggle Button
    ========================================================================== */

    .mobile-trigger{
      display: inline-block !important; /* Show button on mobile */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 0px;          /* Position Button at right of screen  */
      right: 50px;       /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 7px 10px 8px 10px;

      border: 0;
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      color: #000000; 
    }
   

    /* Change button when menu is open */
    .mobile-open .mobile-trigger{
      color:#ffffff; 
      border-color: transparent;
    }
    .sticky .custom-menu-primary .hs-menu-wrapper>ul li a {
      padding: 0 10px;
    }

    /* Toggle Button Icon
    ========================================================================== */

    .mobile-trigger i{
      display: inline;
      position: relative;
      top: -4px;
    }
    .mobile-trigger i:before, .mobile-trigger i:after{
      position: absolute;
      content: '';
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
      width: 22px; /* Icon line width */
      height: 2px; /* Icon line height */
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;

      display: inline-block;
    }
    .mobile-trigger i:before{
      top: -6px; /* Position top line */
    }
    .mobile-trigger i:after{
      top: 6px; /* Position bottom line */
    }

    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
    .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #000; /* Icon color */
    }


    /* Child Toggle Button
    ========================================================================== */

    .child-trigger{
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px solid rgba(120,120,120,0.2) !important;
    }
    .child-trigger:hover{
      text-decoration: none;
    }
    .child-trigger i{
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    .child-trigger i:after{
      position: absolute;
      content: '';
    }
    .child-trigger i, .child-trigger i:after{
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      display: block;

    }
    .child-trigger i:after{
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }
    .child-trigger.child-open i:after{
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }
    .child-trigger.child-open i{
    }


    /* Menu Styles on Mobile Devices
    ========================================================================== */  

    .custom-menu-primary.js-enabled{
      position: relative;
      padding-top: 44px; /* Makes room for button */
      margin: 10px 0 10px 0;
    }

    /* Hide menu on mobile */
    .custom-menu-primary.js-enabled .hs-menu-wrapper,
    .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
      display: none;
    }  

    /* Make child lists appear below parent items */
    .custom-menu-primary ul.hs-menu-children-wrapper{
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
    }

    /* Mobile Menu Styles */ 
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
      position: fixed;
      top: 93px;
      padding: 0;
      margin: 0;
      width: 100%;
      left: 0;
      max-width: 100%;
      height: calc(100% - 82px);
      overflow-y: auto;
      transform: translateY(8px);
      transition: transform .25s ease-in-out,opacity .25s ease-in-out;
      z-index:1;
    }
    .custom-menu-primary .hs-menu-wrapper{
      width: 100%; /* Full screen width */
    }

    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul > li{
      position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a{
      font-size: 16px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
    }

    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li {
      border-top: 1px solid rgba(120,120,120,0.2) !important;
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a{
      padding: 0 10px;
    }


    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
      background-color: rgba(255, 255, 255, .08);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
    }

    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
    }
    .hs-menu-item.hs-menu-depth-2.hs-item-has-children a:before{
      display:none;
    }

  }

 @media (max-width: 768px)
  {
    
    .menu-sec ul li ul.hs-menu-children-wrapper {
  
    padding: 0 !important; 
}
  header.header img.hs-image-widget 
    {
     width: 100px !important;
    position: absolute;
    left: 20px;
      top: 0;
}
    .container-fluid.header.content-wrapper .span8.widget-span.widget-type-cell.header-top-column-3-vertical-alignment.header-top-column-3-padding.dnd-column {
    padding-top: 0px !important;
}
    .container-fluid.header.content-wrapper .span4.widget-span.widget-type-cell.header-top-column-1-vertical-alignment.header-top-column-1-padding.dnd-column {
    padding: 0 !important;
}
    .header .dnd-section {
     
    position: relative;
}
}
/* End */

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

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

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

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