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

.body-wrapper.hs-content-id-143015881313.hs-site-page.page .freedom-header {
    display: none;
}
.body-wrapper.hs-content-id-143015881313.hs-site-page.page .footer-web {
    display: none;
}
.fttr-content {
    text-align: center;
}
/* Reviews Module start*/
.fcontainer 
{
  display: flex;
  flex-direction: row;
}
.contr-form.master-form .submitted-message {
    text-align: center;
    font-weight: 600;
    color: #53ac45;
}
.fitem {
  align-items:center;
  margin:5px;
}
.review-heading {
  text-align: center;
  color: #164ea1;
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
}
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .fcontainer {
    flex-direction: column;
  }
}
/* Reviews Module End */


.body-wrapper.hs-content-id-139611225626.hs-site-page.page .freedom-header, .body-wrapper.hs-content-id-139620905073.hs-site-page.page .freedom-header, .body-wrapper.hs-content-id-139611225889.hs-site-page.page .freedom-header  
{
    position: unset !important;
}

.body-wrapper.hs-content-id-133693261896.hs-site-page.page .contr-form.master-form {
    padding: 0px 20px;
    border: 3px solid #164ea1;
    border-radius: 5px;
    padding-bottom: 15px;
}

.body-wrapper.hs-content-id-133693261896.hs-site-page.page .contact-ftg {
    
    background: #fff) !important;
}

.body-wrapper.hs-content-id-133693261896.hs-site-page.page .cont-form {
    padding: 0px !important;
    border: 0px solid #164ea1 !important;
    border-radius: 0px;
}
.body-wrapper.hs-content-id-133693261896.hs-site-page.page .contr-heading h3 {
    color: #164EA1 !important;
}
.body-wrapper.hs-content-id-139611225626.hs-site-page.page .right-fred.col-6.d-flex, .body-wrapper.hs-content-id-139620905073.hs-site-page.page .right-fred.col-6.d-flex, .body-wrapper.hs-content-id-139611225889.hs-site-page.page .right-fred.col-6.d-flex 
{
    display: none;
}

.body-wrapper.hs-content-id-139611225626.hs-site-page.page .footer-web, .body-wrapper.hs-content-id-139620905073.hs-site-page.page .footer-web, .body-wrapper.hs-content-id-139611225889.hs-site-page.page .footer-web 
{
    display: none;
}
/* end */

.hs-tools-menu.hs-collapsed img.hs-sprocket {
    display: block!important;
}
.privacy-content h5 {
    color: #000;
}

/* hide section */
html 
{
  scroll-behavior: smooth;
}

.privacy-content a 
{
    color: #000;
    text-decoration: underline;
}

.privacy-content h1,  .privacy-content h2 
{
    margin-bottom: 10px;
}
.fil-contact-gtm p {
    margin-bottom: 10px;
}
 
.fil-contact-gtm {
    padding-top: 10px;
}
.privacy-main h1 
{
    color: #fff;
    font-size: 50px;
}

.privacy-banner 
{
    padding-top: 100px;
    background: linear-gradient(156deg, #164EA1 15.32%, #005BFF 101.8%);
    padding-bottom: 60px;
}

.fil-baner-content ul 
{
      padding-top: 10px;
    padding-left: 35px;
    margin-bottom: 15px;
}
.sub-heading-tr {
    margin-bottom: 15px;
}
.fil-baner-content ul li img {
    width: 25px;
    position: absolute;
    left: -35px;
    top: 3px;
}
.fil-baner-content h2 {
    margin-bottom: 10px;
}
.body-wrapper.hs-content-id-139303016709.hs-site-page.page .cont-mp-det .cont-visit h3, .body-wrapper.hs-content-id-143015881313.hs-site-page.page .cont-mp-det .cont-visit h3 {
    color: #000 !important;
    font-size: 20px !important;
    display: contents !important;
}

.fil-baner-content ul li 
{ 
    position: relative;
    list-style: none !important;
    margin-bottom: 10px;
}
 
.cont-visit {
    padding-right: 50px;
}
.cont-form {
    padding: 20px;
    border: 3px solid #164ea1;
    border-radius: 5px;
}
 
.body-wrapper.hs-content-id-139303016709.hs-site-page.page .footer-web {
    display: none;
}
.desktop-banner img {
    width: 100% !important;
}
.desktop-banner {
    margin-bottom: -8px;
}
.body-wrapper.hs-content-id-139303016709.hs-site-page.page header.header {
    display: none;
}
.footer-grp3 .footer-style {
    text-align: center;
}
.mobile-tpr {
    display: none;
}

.fil-main-content h1 {
    font-size: 50px;
    color: #fff;
}

.fil-contact {
    margin-top: 60px;
    padding-top: 150px;
    padding-bottom: 150px;
}

.foot-banner {
    padding-top: 80px;
    padding-bottom: 150px;
}
/*   .log-sect-contain, .dasd-style 
{
    border-bottom: 4px dashed rgb(143, 143, 142);
    padding-bottom: 80px;
} */
 
.icon-contentt a 
{
    color: #000 !important;
    text-decoration: underline;
}
.lt-btn {
    margin-right: 20px;
}

.give-us h3 {
    color: #164EA1;
}
.give-us {
    padding-bottom: 30px;
}

.send-emial h3 
{
    color: #164EA1;
}

.cont-mp-det .cont-visit h3 
{
    color: #164EA1;
}

.contr-heading h3 {
    color: #164ea1;
}
.cotnt-itemt p {
    color: #000;
}
 .contact-ftg 
{
    background: unset;
    padding-top: 80px !important;
    padding-bottom: 80px;
}

.head-btn.anime-down-btn 
{
    border: 3px solid #FFF !important;
    background: linear-gradient(180deg, #164EA1 0%, #005BFF 100%) !important;
    color: #fff !important;
}

.head-btn .anime-down-btn:before 
{
  background-color: rebeccapurple;
  background-color: #FFFFFF !important;
    /*background: linear-gradient(180deg, #164EA1 0%, #005BFF 100%) !important;*/
}

.body-wrapper.hs-content-id-133504274287.hs-site-page.page header.header 
{
    display: none;
}

.mobile-images 
{
    display: none;
}

.fill-content 
{
    min-height: 125px;
}
.footer-btn.button a {
    border-radius: 10px;
    background: #164EA1 ;
    padding: 18px 35px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700 !important;
    text-decoration: unset !important;
}
/* Global Website Button  */
.lending-btn {
    border-radius: 40px;
    background: linear-gradient(100deg, #164EA1 20.71%, #005BFF 72.79%);
    padding: 18px 35px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700 !important;
    text-decoration: unset !important;
}
/* end */

/* animate button top animation */
.anime-down-btn {
    transition: background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,opacity .4s ease-in-out;
    border: 0;
    opacity: 1!important;
    overflow: hidden;
    padding: 15px 21px;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    display: flex;
    text-decoration: unset;
    color: #164EA1;
}
.anime-down-btn:before {
    background-color: #ffffff;
    transition: all .4s ease-in-out;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.anime-down-btn:after {
    transition: all .4s ease-in-out;
    height: 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    color: #fff;
}
.fil-listings:after {
    background-color: #cceaff;
    content: "";
    height: 92%;
    width: 91%;
    position: absolute;
    margin: 10px;
    border-radius: 20px;
    top: 25px;
    right: -3px;
}
.fill-content p {
    color: #fff;
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 16px !important;
}
a.anime-down-btn:hover:after {
    background-color: #53AC45 !important;
    height: 100%;
}
a.anime-down-btn:hover {
    color: #fff;
    text-decoration: unset !important;
}
/* End */
.fill-content h3 {
    color: #fff;
    font-size: 22px;
    padding-top: 15px;
    margin-bottom: 5px;
}
.fil-button-group {
    align-items: baseline;
    justify-content: center;
    padding-top: 40px;
}
.fil-listing-style {
    border-radius: 23px;
    background: linear-gradient(156deg, #164EA1 15.32%, #005BFF 101.8%);
    margin: 20px;
    position: relative;
    padding: 25px;
    z-index: 7;
  height: 92%;
}
.rt-btn a {
    border-radius: 10px;
    background: #164EA1 ;
    padding: 18px 35px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700 !important;
    text-decoration: unset !important;
  
}
.fil-button-group a {
    margin: 0 10px;
}
.lt-btn a {
    border-radius: 10px;
    border: 4px solid #164EA1;
    color: #164EA1 !important;
    padding: 14px 35px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700 !important;
    width: 100%;
    display: flex;
    justify-content: center;
}
.fil-listings {
    position: relative;
}
.head-btn a 
{
    border: 0px solid #fff;
    color: #2a509f !important;
}
 
.fil-left.col-6 {
    position: relative;
    align-items: center;
    display: flex;
}
.fil-left.col-6 {
    position: relative;
}
.fil-logo-rt {
    position: absolute;
    right: -80px;
    top: -15px;
    width: 45%;
}

.fil-image {
    text-align: end;
}
.fil-image img {
    width: 85%;
}
.right-btn {
    margin-left: 20px;
}
 

.Look-sec p {
    color: #fff;
}

 
.fil-btn img {
    width: 29px !important;
    padding-left: 10px;
}
 
.fil-banner {
    
    padding-top: 200px;
    padding-bottom: 108px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.Look-sec h1 {
    color: #fff;
}
.logo-section a.lending-btn {
    display: none !important;
}

.right-fred 
{
    justify-content: end;
    align-items: center;
}
.vid-video-sec {
    border-radius: 20px;
    overflow: hidden;
}
.video-decs .member-p {
    font-weight: 700;
    margin-top: 15px;
}
.feedback {
    display: none;
}
.award-item-mp.d-flex {
    justify-content: center;
}

.logo-sec {
    padding-top: 0px !important;
}

.award-item 
{
    padding: 10px;
    width: 16%;
}

.award-item img {
    border-radius: 33px;
    background: #FFF;
    box-shadow: 4px 4px 9px 5px rgba(0, 120, 185, 0.15);
    padding: 20px;
    width: 100%;
}
.progress-container 
{
    display: none !important;
}

.whyt-icon img 
{
    width: 150px;
}

.bgt-style-img, .left-gtmr, .right-gtmr  {
    display: none;
}
.bgt-style-img img {
    width: 85%;
}
.pd-top.section-vactor {
    padding-bottom: 10px !important;
    padding-top: 110px !important;
}
.video-btn.button {
    display: none;
}
.pd-top.section-vactor .mt-image video {
        width: 95%;
    border-radius: 20px;
    border: 3px solid #0078B9;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
    position: relative;
    z-index: 7;
}
 
.heading-form p {
    margin-bottom: 0 !important;
}
.mobile-logo {
    display: none;
}
.mt-two-col .mt-content h1 {
    margin-bottom: 10px;
}
.fred-logo {
    margin-top: 8px;
}
.icon-item:nth-child(2) .icon-style img {
    width: 60%;
}
.mt-image.text-right {
    padding-bottom: 55px;
}
.latest-video .latest-item {
    pointer-events: none !important;
}
.feedback {
    min-height: 210px;
}

.icon-img img 
{
    width: 80px;
    height: 80px !important;
}
.contr-heading h2 {
    display: none;
}
 
.cont-visit {
    margin-bottom: 50px;
}
.cont-visit .cotnt-itemt h3 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px;
    color: #f9a01b;
}
.cont-visit h3, .give-us h3, .send-emial h3, .contr-heading h3 
{
    font-weight: 700;
    margin-bottom: 15px;
}
.burger-menu {
    display: none;
}
.dp-none {
    display: none;
}
.masterclass {
    position: relative;
}
.left-gtmr {
    position: absolute;
    left: 0;
    bottom: 0;
}
.right-gtmr {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 7;
}

.latest-news
{
 background: url(https://6207938.fs1.hubspotusercontent-na1.net/hubfs/6207938/Website%20Icon/GradientCircle_OldFreedomBlue_V1.png);
    background-repeat: no-repeat !important;
    background-position: top;
    background-size: 100% 100%;
    padding-bottom: 0;
}


.icon-content 
{
    background: url(https://6207938.fs1.hubspotusercontent-na1.net/hubfs/6207938/Website%20Icon/Mask%20group.png);
    background-repeat: no-repeat !important;
    background-position: top;
    background-size: 100% 100%;
    padding-bottom: 0;
}

.why-fred 
{
    background: url(https://6207938.fs1.hubspotusercontent-na1.net/hubfs/6207938/Website%20Icon/Group%20456.png);
    background-repeat: no-repeat !important;
    background-position: top;
    background-size: 100% 100%;
    padding-bottom: 0;
}

.latest-item .latest-img img 
{
    height: 200px;
    margin-bottom: 10px;
    object-fit: cover;
}
.content-section-mt p {
    text-transform: capitalize;
}

.pd-top.section-vactor .content-section-mt h1 {
    font-weight: bold;
    text-transform: capitalize;
}

.latest-text 
{
    min-height: 90px;
}

.latest-item .latest-img img 
{
    height: 200px;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
}

.latest-text a:hover 
{
    color: #0078b9;
}

.latest-text 
{
    margin-bottom: 10px;
}

.latest-text a 
{
    font-size: 20px;
    margin-bottom: 15px;
    color: #0078b9;
}

.icon-heading h2, .video-heading h2, .exprt-heading h2, .why-heading h2, .logo-heading h2, .res-lp-cont h2, .content-section-mt h1, .master-head h2, .member-heading h1, .latest-heading h1, .master-heading h2 
{
    font-weight: 400;
}
.video-heading h2 strong {
    padding-left: 10px;
}

/* slider dots  */

.video-sld .owl-dots button.owl-dot.active, .latest-news .owl-dots button.owl-dot.active 
{
    background-color: #0078b9 !important;
}

.video-sld .owl-dots, .latest-news .owl-dots 
{
    text-align: center !important;
    padding-top: 10px;
}

.video-sld .owl-dots button.owl-dot, .latest-news .owl-dots button.owl-dot 
{
    background-color: #7fbbdb !important;
    color: #003b4d !important;
    padding: 7px !important;
    border: 1px !important;
    margin: 0 5px;
    border-radius: 100%;
}

.video-sld .owl-nav button.owl-next, .latest-news .owl-nav button.owl-next 
{
    position: absolute;
    top: 40%;
    font-size: 47px !important;
    right: -70px;
    color: #0078b9 !important;
    height: 40px;
    width: 40px;
    border: 1px solid !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.video-sld .owl-nav button.owl-prev, .latest-news .owl-nav button.owl-prev 
{
    position: absolute;
    top: 40%;
    font-size: 47px !important;
    left: -70px;
    color: #0078b9 !important;
    height: 40px;
    width: 40px;
    border: 1px solid !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.video-sld .owl-nav i, .latest-news .owl-nav i 
{
    font-size: 25px;
}

.stg-class 
{
    margin-top: -40px;
    margin-bottom: 10px;
}

.stg-class img 
{
    width: 37px;
}
/* end */

.latest-btn.ltl-btn a {
    color: #0078b9 !important;
}
img.icons-sec {
    padding-left: 10px;
    width: 33px !important;
}
.head-btn a {
    border-radius: 10px;
    background: #FFF;
    color: #164EA1;
    padding: 13px 30px;
}
.head-btn a:hover {
    background-color: #53AC45;
    text-decoration: unset !important;
}
.head-btn {
    z-index: 7777;
}
 
.hs-content-id-1 .contact-ftg {
    padding-top: 110px !important;
}
.member-main {
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: contain !important;
    padding-bottom: 130px !important;
}
.head-btn a:hover {
    background-color: #0078b9;
}
.fred-menu ul li {
    padding-left: 15px;
}
.fred-menu {
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.fred-menu ul li a {
    color: #0078b9;
}

.nt-banner 
{
    padding-top: 140px;
    padding-bottom: 80px;
    text-align: center; 
    background-size: 100% 100% !important;
}

.icon-contentt a:hover 
{
    color: #000 !important;
}

.phone-icon img 
{
    width: 24px;
}

.phone-icon 
{
    padding-right: 10px;
}

.icon-contentt a 
{
    color: #000;
}

.master-main 
{
    border-radius: 35px;
    border: 3px solid #164ea1;
    background: #FFF;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
    position: relative;
    overflow: hidden;
    padding: 40px 40px 0 40px;
    max-width: 1030px;
    margin: 0 auto;
}
.freedom-header {
  position: fixed;
  width: 100%;
  padding-top: 15px;
  z-index: 777;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  background: rgb(22,78,161);
  background: linear-gradient(143deg, rgb(1 39 95) 0%, rgba(0,91,255,1) 100%);
}

.pulse-hover:hover 
{
    animation: pulse .5s !important;
}

.master-form form .hs_submit.hs-submit input.hs-button.primary.large 
{
    background: #53ac45 !important;
    border-radius: 5px !important;
}

@keyframes pulse
{
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
50% {
-webkit-transform: scale3d(1.05,1.05,1.05);
transform: scale3d(1.05,1.05,1.05);
}
100% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
.section-top {
    padding-top: 10px;
    position: relative;
}
.why-fred {
    position: relative;
    padding-top: 60px;
}
.col-3 {
    max-width: 33%;
    flex: 0 0 33%;
    width: 33%;
}
.master-form form .input select 
{
    background: unset;
    border-bottom: 3px solid;
    border-radius: 0;
    padding: 10px;
}
 
.icon-content 
{
    position: relative  
}
.master-form form label {
    margin-bottom: 0 !important;
}
.master-form form input, .master-form form .input textarea 
{
    background: unset !important;
    border-bottom: 3px solid !important;
    border-radius: 0 !important;
}

.master-form form 

{
    box-shadow: unset !important;
    padding: 0px;
    border: 0px solid #164ea1;
}

.master-heading 
{
    text-align: center;
}

.master-form 
{
    padding-bottom: 0px;
}

 

.footer-grp1 {
    padding-right: 10px;
  
}

.bottom-img 
{
    position: absolute !important;
    bottom: -10px !important;
    left: 0 !important;
}
.footer-content p {
    font-size: 16px !important;
}
.footer-grp2 {
    display: flex;
    justify-content: center;
    text-align: center;
}
.footer-grp3 {
    display: flex;
    justify-content: end;
}
.footer-web {
    padding: 60px 0;
}
.footer-btn {
    margin-bottom: 20px;
}
.footer-soical ul li {
    list-style: none;
}
.footer-soical ul li img {
    width: 70%;
}
.footer-soical ul {
    padding: 0;
    display: flex;
}
 .footer-inner {
    padding: 20px 0;
    color: #fff;
   background: #164EA1;
   /* background: linear-gradient(94deg, #164EA1 32.24%, #005BFF 79.32%); */
}
.footer-head {
    color: #164EA1;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
}
.whyt-content 
{
    font-style: normal;
    font-weight: 600;
    color: #0078b9;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
}

.whyt-style {
    border-radius: 20px;
    border: 3px solid #0078B9;
    background: #FFF;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
    margin: 15px;
    padding: 20px;
    text-align: center;
}
.member-p, .mermber-pt {
    color: #0078b9;
    font-weight: 300;
}
.feedback p {
    color: #0078b9;
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 10px;
}
.why-lts {
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
}
 
.exprt-content h3 { 
    margin-bottom: 5px;
}
.exprt-cont-g p {
    margin-top: 15px;
    line-height: initial; 
}
.why-style h3 {
    margin-bottom: 5px;
    font-weight: 700;
}
.why-style p {
    margin-bottom: 0;
}
.video-style {
    text-align: center;
    margin: 10px;
    padding: 20px;
    border-radius: 35px;
    border: 3px solid #0078B9;
    background: #FFF;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
}
.why-style {
    border-radius: 20px;
    border: 3px solid #0078B9;
    background: #FFF;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
    text-align: center;
    padding: 25px 20px;
    margin: 15px;
    min-height: 150px;
}
.why-feed-main {
    border-radius: 20px;
    background: #e3f1f8;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.15);
    padding: 50px 30px; 
    position: relative;
}
}
.col-3 {
    max-width: 33%;
    flex: 0 0 33%;
    width: 33%;
}
.vid-video-sec video#video 
{
    width: 100%;
    border-radius: 20px;
}

.exprt-content {
    color: #fff;
    text-align: center;
}.exprt-cont-g span {
    color: #000000;
}
.your-exprt .exp-img img {
    border-radius: 20px;
    border: 3px solid #0078B9;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
}
.exprt-cont-g h3 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
}

.expr-style {
    background-color: #ffffff;
    padding: 30px 30px;
    margin: 20px;
    border-radius: 20px;
}

.icon-text {
    color: #0078b9;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding-top: 10px;
}
.latest-btn {
    display: flex;
}
.latest-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.latest-btn a {
    color: #0078b9;
    display: contents;
}
.member-list .col-6 {
    padding: 0 15px;
}
.left-mem h2 {
    font-size: 80px;
    font-weight: 700;
}
.member-list {
    justify-content: center;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.mt-section-rt .mt-image {
    text-align: left;
}
.res-gtm {
    display: flex;
    padding: 40px;
}
.right-gtm {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
}
.left-gtm {
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
    display: flex;
    align-items: center;
}
.resource-mtl {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.15);
}
.logo-tto-img img {
    width: 80%;
}
.card-container {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 10px;
}
.bgt-style-img {
    position: absolute;
    top: 0 !important; 
}
.section-btn {
    text-align: center !important; 
    margin: 0 auto;
    display: block !important;
    padding-top: 40px;
}
 
.icon-img img {
    width: 46%;
}
.section-top {
    padding-top: 10px;
}
.icon-style {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
    margin: 20px;
    padding: 15px;
    text-align: center;
}
.section-vactor {
    position: relative;
    overflow: hidden;
}
.col-4 {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
}
.mt-image {
    position: relative;
}
.text-right 
{
    text-align: end;
}

.pd-top 
{
    padding-top: 40px;
}
 

.mobile-logo-img 
{
  display: none;
}

body, p 
{ 
    font-size: 18px !important;
}

div#myHeader span#hs_cos_wrapper_header-top-module-2_hs_logo_widget img.hs-image-widget 
{
    pointer-events: none;
} 

.blog-post__body.section.post-body h2 span {
    font-size: 30px !important;
    font-weight: 300 !important;
    color: #000000 !important;
}

.recent-blog-post 
{
    margin-right: 10px;
}

.awd-slid 
{
    display: none;
}

.cstr-content .post-description p a 
{
    color: #464646;
    padding: 0 4px;
}

.right-col 
{
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
    padding-left: 10px;
}

.search-icon.icon-search:hover, .right-section form .hs_submit.hs-submit .actions input.hs-button.primary.large:hover, .website-btn:hover 
{
    background-color: #53AC45;
}

.left-col 
{
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
}

.post-sec-head a:hover h5 
{
    text-decoration: underline;
}

/* zoom in effect start */
.feature-img, .cst-img 
{
    overflow: hidden;
}

.blog-heading h2:hover, .yout-content h2:hover 
{
    text-decoration: underline;
}

.right-col .authore-name .timestamp 
{
    font-size: 14px;
    color: #464646;
}

.right-col .post-title .authore-name .post-description p 
{
    font-size: 15px !important;
    margin-bottom: 5px;
    color: #464646 !important;
}

.blog-related-posts__image:hover 
{
    transform: scale(1.08);
}

.blog-related-posts__image 
{
    height: auto;
    max-width: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.feature-img:hover img.blog-related-posts__image, .cst-img img:hover 
{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.feature-img img.blog-related-posts__image, .cst-img img 
{
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

/* End */

.Blog-listing-rp .popular-blog-post .post-title h5:hover 
{
    text-decoration: underline;
}

.Blog-listing-rp 
{
    padding-top: 20px;
}

.lbep-tp .label-br-sec .lable-left h3 {
    color: #fff;
}
.blog-subscribe-mod form h1 
{
    font-size: 24px;
    font-weight: 600;
}

a.website-btn:hover 
{
    font-family: Poppins;
}

.blog-top-heading-text h3 
{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}
.footv-right {
    display: flex;
    align-items: center;
    justify-content: right;
}
.Blog-listing-rp .popular-blog-post .post-title h5 
{
    font-size: 14px !important;
    padding-left: 6px;
}

.blog-subscribe-mod .blog-inner h3#hs_cos_wrapper_module__title 
{
    display: none;
}

.cst-img img.blog-related-posts__image 
{
    width: 235px;
    max-width: 234px;
    height: 125px;
    margin-bottom: 10px;
    object-fit: cover;
}

.hs-blog-id-127053190815 .popular-blog-bn 
{
    display: none;
}

.hs-blog-id-125561632312 .popular-blog-bn 
{
    display: none;
}

.blog-post__body.section.post-body h2 strong, .blog-post__body.section.post-body h2, .blog-post__body.section.post-body h1, .blog-post__body.section.post-body h3, .blog-post__body.section.post-body h2 span strong,  
{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 28px !important;
    color: #000000;
    margin-top: 15px;
}

.blog-post__body.section.post-body h2 
{
    margin-bottom: 10px;
    font-weight: 300;
    color: #000000;
    font-size: 30px;
}

.blog-post__body.section.post-body h2 span 
{
    font-family: Frank Ruhl Libre,serif !important;
}

.blog-post__body.section.post-body a 
{
    color: #616161;
    text-decoration: underline;
}

.blog-post__body.section.post-body p, .blog-post__body.section.post-body p span 
{
    margin-bottom: 10px;
    color: #464646;
    letter-spacing: 0;
  font-size: 18px !important;
    line-height: normal;
}

.hs-blog-listing .progress-container 
{
    display: none;
}

 

.awd-items img 
{
    max-width: 130px !important;
}

.cst-blog .cst-style:first-child 
{
    display: none;
}

.blog-banner-gl 
{
    padding-top: 80px;
}

.header 
{   
  top: 0;
  width: 100%;
  z-index: 11;
}

.progress-container {
    background-color: #f8fafc;
    height: 5px;
    width: 100%;
}

.hs-blog-post .header .dnd-section 
{
    border-bottom: 1px solid #eaf0f6 !important;
}

.progress-bar {
    background-color: #cbcdcf;
    height: 5px;
    width: 0%;
}

.content 
{
  padding: 2em;
}

.container-fluid.landing-page-footer 
{
    display: none;
} 

.banner-mp 
{
    background-image: url(https://6207938.fs1.hubspotusercontent-na1.net/hubfs/6207938/Website%20Icon/APU%20Logo%20Gray%201.png);
    background-repeat: no-repeat;
    background-position: right;
}

.lang-switch-main ul li a:hover 
{
    text-decoration: underline;
}

.blog-post__meta 
{
    display: flex;
    align-items: center;
}

/* end */

/* Global css start */

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

.blog-post__meta a 
{
    padding-left: 20px !important;
    color: #000 !important;
    text-decoration: unset !important;
    font-weight: 600 !important;
}

.blog-left h1 
{
    color: #000;
}

.search_button i 
{
    padding: 0 !important;
}

.header__search .search-icon i 
{
    color: #0078b9 !important;
    font-size: 35px;
}

.menu-sec ul li:last-child 
{
    padding-right: 5px;
}

.search-icon.icon-search 
{
    color: #fff;
    background-color: #0078b9;
    border-radius: 40px;
    height: 35px;
    width: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang-switch-right.mt-web-button 
{
    display: none;
}

.right-section form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field 
{
    width: 70%;
    margin: 0;
}

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

.website-btn 
{
    background-color: #0078b9;
    padding: 15px 40px;
    border-radius: 40px;
    font-family: Poppins;
}

.lable-left 
{
    width: 15%;
}

.lable-right 
{
    width: 86%;
    display: flex;
}

.right-tp 
{
    text-align: end;
}

.right-tp 
{
    display: flex;
    justify-content: end;
}

.buttonicons img 
{
    width: 25px !important;
    padding-left: 5px;
}

.scoial-conten p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-family: Poppins;
}

.social-tp ul.d-flex 
{
    margin: 0;
    padding-left: 10px;
}

.social-tp ul li 
{
    list-style: none;
    padding-left: 10px;
    width: 40px;
}

.ftr-content p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: Poppins;
}
.blog-rel .blog-related-posts__content p a {
    color: inherit;
    padding: 0 2px;
    text-decoration: underline;
}
a:hover
{
text-decoration: underline !important;
}

.blog-related-posts__content h3.blog-related-posts__title:hover 
{
    text-decoration: underline;
}
.ftr-logo 
{
    padding-right: 15px;
}

.social-shar.d-flex 
{
    justify-content: end;
    align-items: center;
}

.footv1 
{
    background: #0078b9;
    padding: 15px 0;
}

.you-tb-grp .col-6 
{
    color: #707070;
    font-size: 16px;
}

.yout-content h2 {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    min-height: 61px;
}

.awd-slide-main 
{
    display: flex;
    justify-content: center;
}

.awd-slid 
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.awd-slide-main .awd-main 
{
    padding: 20px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.awd-slide-main.d-flex 
{
    justify-content: center;
}

.you-tube-sld .owl-nav i 
{
    font-size: 25px;
}

/* dots */
.you-tube-sld .owl-dots button.owl-dot 
{
    background-color: #698bbe !important;
    color: #698bbe !important;
    padding: 8px !important;
    border: 1px !important;
    margin: 0 5px;
    border-radius: 100%;
}

.you-tube-sld .owl-dots 
{
    padding-top: 40px;
}

.you-tube-sld .owl-dots button.owl-dot.active 
{
    background-color: #0078b9 !important;
}
/* end */

.you-heading h2 
{
    color: #0078b9;
}

.you-tube-sld .owl-nav button.owl-prev 
{
    position: absolute;
    top: 40%;
    font-size: 47px !important;
    left: -70px;
    color: #0078b9 !important;
    height: 40px;
    width: 40px;
    border: 1px solid !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.you-tube-sld .owl-nav button.owl-next 
{
    position: absolute;
    top: 40%;
    font-size: 47px !important;
    right: -70px;
    color: #0078b9 !important;
    height: 40px;
    width: 40px;
    border: 1px solid !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.header-top-row-0-vertical-alignment > .row-fluid 
{
     align-items: baseline !important;
}

.youtub-banner 
{
    position: relative;
}

.banner-icons img 
{
    width: 65px !important;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    display: flex;
    margin: 0 auto;
}


.you-tube 
{
    background-color: #E6E7E8;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 30px;
}

.card-styler 
{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #E6E7E8;
    margin: 10px;
}

.cst-blog 
{
    padding-top: 40px;
    padding-bottom: 40px;
}

.cstr-content .post-description p 
{
    font-size: 15px !important;
    margin-bottom: 5px;
    color: #464646;
}
.bottom-banner-text 
{ 
    padding-bottom: 30px;
}

.blog-heading h2 {
    color: #000;
    font-size: 16px;
    margin-bottom: 3px;
}

.blog-date p 
{
    color: #707070;
    font-size: 15px !important;
}

.blog-list-btn 
{
    padding-top: 40px;
    padding-bottom: 40px;
}

.cstr-content-mt 
{
    padding: 0 15px;
}

.cst-img 
{
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
}

.cstr-content 
{
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
}

.hs-input.invalid.error 
{
    border-color: #b6c7d6 !important;
}

.lable-right ul 
{
    padding: 0;
    margin: 0;
}

.left-section 
{
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
}

.right-section 
{
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
}

.cst-heaindg h2 
{
    color: #0078b9;
    border-bottom: 3px solid #B1B3B6;
    padding-bottom: 10px;
}

.lpm-imge 
{
    padding-right: 1px;
}

.lable-right ul li 
{
    list-style: none;
    padding-left: 20px;
}

.label-br-sec h3 
{
    margin: 0;
    font-size: 20px;
}

.lbep-tp 
{
    background-color: #0078b9;
}

.lb-img 
{
    display: flex;
    align-items: center;
}

.lblm-content 
{
    font-size: 12px;
    color: #fff; 
}

.lpm-imge img 
{
    width: 70%;
}

.label-br-sec 
{
    background-color: #0078b9;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.span8.right-col .authore-name .timestamp 
{
    color: #707070;
    margin: 0;
}

.right-section form .hs_submit.hs-submit .actions input.hs-button.primary.large 
{
    background-color: #0078b9;
    color: #fff;
    border-radius: 40px;
    margin-left: 10px;
    padding: 13px 20px;
}

.post-sec-head h5 
{
    font-size: 14px;
    font-weight: 800;
}

.popular-blog-post 
{
    margin-bottom: 15px !important;
    border-bottom: 2px solid #dbe4ed;
    padding-bottom: 15px;
}

.popular-blog-post:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.authore-name .post-description p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
}
.right-section form {
    padding: 0;
    box-shadow: unset;
    background-color: unset;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}

.popular-text h3 
{
    border-bottom: 3px solid #0078b9;
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
    font-size: 16px;
    color: #000;
}


.right-gt-module 
{
    width: 50%;
    padding-left: 10px;
    max-width: 50%;
    flex: 0 0 50%;
}

.heading-blog-left 
{
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}

.banner-mp p 
{
    color: #000;
    margin: 0;
    padding-left: 22px;
    font-size: 22px;
    font-weight: 500;
}

.timestamp {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.recent-blog-post .post-description p 
{
    font-size: 14px;
    margin-bottom: 10px;
}

.text-container .post-description span a 
{
    color: #fff !important;
}

.recent-blog-post .post-title h3 
{
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 700;
    color: #fff;
    font-size: 33px;
}

.recent-blog-post .post-description p span 
{
    color: #fff !important;
}

section.blog-index.d-flex 
{
    margin-left: -9px;
    margin-right: -20px;
    margin-top: 20px;
}

.blog-list-mp h2 
{
    color: #000;
    margin-bottom: 15px;
}

h2.blog-author-heading 
{
    align-items: baseline;
    display: flex;
    flex-grow: 1;
    gap: 0.5rem;
    margin: 0;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.42;
}
h2.blog-author-heading:after 
{
    background-color: #ff5c35;
    border: none;
    content: "";
    display: block;
    flex-grow: 1;
    height: 2px;
}
h2.blog-author-heading {
    align-items: baseline;
    display: flex;
    flex-grow: 1;
    gap: 0.5rem;
    margin: 0;
}

.popular-text 
{
    position: relative;
}
.popular-text h3 {
    border-bottom: 3px solid #0078b9;
    margin-bottom: 1rem;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 6px 15px;
}
.popular-text:before 
{
    content: "";
    background-color: #0078b9;
    height: 100%;
    width: 25%;
    position: absolute;
}


.blog-list-mp h2 
{
    color: #000;
}

.blog-list-mp 
{
    padding-top: 60px;
}

.recent-blog-post 
{
    background-color: #0078b9; 
}

.text-container {
    padding: 0px 20px 20px 20px;
}

.bottom-banner-text p 
{
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}

.banner-mp {
    padding-top: 40px;
}

.banner-mp h1 
{
    color: #0078b9;
    margin: 0;
}

.popular-blog-bn 
{
    padding-top: 40px;
}

.blog-index__post-content.blog-index__post-content--small 
{
    background-color: #f6f9fc;
    margin-top: -10px;
}

.span8.right-col h5 
{
    color: #000;
}

.heading-blog-left.col-6 h3 
{
    color: #000;
}

.right-gt-module.col-6 
{
    padding-left: 40px;
}

.heading-blog-left img.blog-related-posts__image 
{
    width: 100%;
}

.blog-index__post-title-link 
{
    color: #000 !important;
}

.blog-index__post-title-link 
{
    color: #141313;
}

.blog-post-main section.page-banner h1 
{
    font-size: 40px;
    margin-top: 20px;
    color: #0078b9;
    margin-bottom: 30px;
}

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

.footer-logo img 
{
    width: 200px;
    height: auto;
    padding-bottom: 20px;
    margin: 0 auto !important;
    display: block !important;
}

.blog-related-posts 
{
    background-color: #f6f9fc !important;
}

.blog-related-posts__title-link 
{
    color: #000 !important;
}

section.blog-related-posts h2 
{
    color: #0078b9;
}

.blog-post__meta 
{
    margin-bottom: 0 !important;
}

.section.post-footer form .actions input.hs-button.primary 
{
    background-color: #0078b9;
    color: #fff;
}
.blog-comments h3 
{
    color: #000;
    font-weight: 700;
}

.blog-related-posts__title-link 
{
    color: #0078b9 !important;
    font-size: 20px !important;
}

.blog-post-main .blog-post__tags 
{
    padding-top: 20px;
}

section.blog-related-posts .blog-rel img.blog-related-posts__image 
{
    height: 200px !important;
    object-fit: cover !important;
}

.section.post-footer form 
{
    background-color: unset !important;
    max-width: 80%;
    box-shadow: unset;
    border: 2px solid;
}

.blog-post-main .blog-leftt .featured_warp.content 
{
    padding: 0;
}

.blog-item 
{
    margin-bottom: 15px;
}

.Blog-listing-rp .popular-blog-post 
{
    padding: 10px !important;
    border-bottom: 3px solid #0078b9;
}

.featured_warp img 
{
    max-width: 99%;
    margin: 0;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    width: 876px !important;
    height: 405px !important;
    object-fit: cover;
    border-radius: 5px;
}

.section-auth.d-flex 
{
    align-items: center;
    border-top: 2px solid #2e475d;
    border-bottom: 2px solid #2e475d;
    margin-bottom: 40px;
    padding-top: 15px;
    padding-bottom: 20px;
}
.Blog-listing-rp .popular-blog-post {
    padding: 10px !important;
}
.sec-right.col-6 {
    text-align: end;
}
.blog-top-heading-text h3 {
    margin-bottom: 15px;
}
.blog-post__timestamp {
    display: block;
    color: #000;
}
.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: 110px;
}
.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; 
}
.blog-rel .blog-related-posts__content p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #000 !important;
}

.blog-rel {
    border: 2px solid;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.blog-right 
{
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
    padding-left: 30px;
}

.blog-container 
{
    max-width: 1140px;
    padding: 0 10px;
    margin: 0 auto;
}
.popular-blog-post .row-fluid {
    display: flex;
    align-items: center;
}
 
.right-section form .input input {
    border: 2px solid #0078b9;
    background: unset;
    border-radius: 40px;
    color: #b6c7d6;
    outline: unset;
    background-color: #fff;
}

.mt-two-left {
    align-items: center;
    display: flex;
}

.popular-blog-post .row-fluid h5 {
    margin-bottom: 0px !important;
    font-size: 16px !important;
    color: #000;
}

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

.lang-switch-main ul li a 
{
    color: #0078b9;
}

.header .dnd-section {
    padding: 20px !important;
    box-shadow: 0 5px 10px rgb(154 161 177 / 10%);
    border-bottom: 3px solid #B1B3B6;
}
 
.header .sticky 
{
    position: fixed;
    width: 100%;
    top: 0;
}
/* 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: 25px;
}
/* css */
/*  */
.header-main a.site-button {
       font-size: 16px;
    background-color:rgba(238, 242, 245, 1.0);
    padding:15px 35px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border:1px solid #eef2f5;
    color: rgba(68, 68, 68, 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(22, 78, 161, 1.0);
  padding:40px 40px !important;
}
/* Footer Form Input Background Color */
.form-footer form .input input {

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

/* Footer form btn */
.form-footer form .actions input.hs-button.primary.large {
    background-color:rgba(68, 68, 68, 1.0);
    border-color: rgba(68, 68, 68, 1.0);
    padding: 14px 12px;
  color: rgba(68, 68, 68, 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: 1920px) 
{
  
  .bottom-vactor img 
  {
    margin-top: -340px !important;    
 }
 
  .mt-image.text-right 
  {
    padding-bottom: 80px;
  }
  
  .bottom-img img {
    width: 510px !important;
}
  .bgt-style-img 
  {
    position: absolute;
    top: -85px;
  }
  
}

@media only screen and (max-width: 1600px) 
{
  
  .bgt-style-img 
  {
    position: absolute;
    top: 0 !important;
  }
    
  .bottom-img img {
    width: 510px !important;
}
  .mt-image.text-right 
  {
    padding-bottom: 40px !important;
  }
  
}

@media only screen and (max-width: 990px) 
{
 
  .lang-switch-left 
  {
    padding-right: 40px !important;
  }
  
  .bgt-style-img 
  {
     display:none !important; 
  }
  
}
@media only screen and (max-width: 852px) 
{
  .lt-btn, .rt-btn 
  {
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
}
  
.two-col-mod .col-6 
{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .lt-btn {
    margin-right: 0 !important;
    width: 100% !important;
    text-align: center !important;
}
.expr-style 
  {
     padding-top: 0 !important;
     margin-top: 0 !important;
     padding: 0 10px !important;
}

  h2 
  {
    font-size: 28px !important;
}
  
 
  
  .video-sld .owl-nav button.owl-next, .latest-news .owl-nav button.owl-next 
{

  display:none !important;
  
}
  .footer-grp1 {
    padding-right: 0 !important;
}
  .fttr-content {
    text-align: center;
}
  .footer-grp3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    margin-bottom: 20px !important;
}
  .bottom-img 
  {
    position: unset !important; 
}
  .bottom-img img {
    width: 100%;
    margin-bottom: 10px;
}

.icon-content, .why-fred, .member-main, .latest-news, .why-fred 
  {
    background: unset !important; 
  } 
  .right-gtmr, .left-gtmr
  {
    display:none !important;
  }
  
.col-4 
{
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}

  .mt-two-left {
    margin-bottom: 30px;
}
  .section-vactor:before
  {
  display:none;
  }
  .freedom-mp.d-flex {
    flex-wrap: unset !important;
}
  .freedom-mp.d-flex .left-fred.col-6.d-flex {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
}
  .freedom-mp.d-flex .right-fred.col-6.d-flex {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
}
  .fred-menu {
    display: none;
}
  .cst-img img.blog-related-posts__image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 10px !important;
    object-fit: unset !important;
}

  .search-toggle.closed 
  {
    display: none !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;    
  }
  
   .body-wrapper.hs-content-id-143015881313.hs-site-page.page .cont-mp-det {
    display: block !important;
}
  
  .rt-btn a 
  {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
}
  
  .privacy-banner {
    padding-top: 40px !important; 
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
}
  
  .cont-visit 
  {
    padding-right: 0 !important;
  }
  
  .icon-contentt a 
  { 
    font-size: 12px !important;
}
  .cont-visit {
    margin-bottom: 25px !important;
}
  .give-us {
    margin-bottom: 25px !important;
}
  .mobile-tpr {
    display: block !important;
    margin-bottom: -8px !important;
}
  
  .desktop-banner 
  {
    display: none !important;
}
  
  .fil-contact 
  {
    margin-top: 60px !important;
    padding-top: 130px !important;
    padding-bottom: 85px !important;
    background-size: cover !important;
    background-position: center !important;
  }
  
  .fil-heading.text-center {
    padding: 0 60px !important;
}
  br {
    content: ' ' !important;
}
  br:after {
    content: ' ' !important;
}
  .lt-btn {
    margin-right: 0 !important;
}
  .log-heading.text-center {
    padding: 0 35px !important;
}
  .rt-btn {
    margin-top: 15px !important;
    width:100% !important;
}
  .logo-sec {
    padding-top: 25px !important;
}
  .fil-image img {
    width: 100% !important;
}
  .form-heading-tr h2 {
    font-size: 30px !important;
}
  .fil-left.col-6 {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
  
  .fil-right.col-6 
  {
    display: none !important;
}
  .right-btn {
    margin-left: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}
  .Look-sec p { 
    padding: 0 30px !important;
}
  .cal-listing.d-flex {
    display: none !important;
}
  .fil-banner 
  { 
    padding-bottom: 25px !important;
}
  .mobile-images {
    display: block !important;
}
  .Look-sec h1 { 
    font-size: 22px !important;
    margin-bottom: 10px !important;
}
  .fil-listing-style 
  { 
    margin: 8px !important; 
}
  .label-style 
  { 
    padding: 40px 25px !important; 
    height: auto !important;
    text-align: center !important;
  }
  
  .cal-style 
  {
    margin: 10px !important; 
  }
  
  .label-left 
  { 
    border-radius: unset !important; 
  }
  
  .fil-btn.d-flex 
  {
    justify-content: center !important;
    text-align: center !important;
  }
 .label-hrm .label-img {
    height: 300px !important;
    background-position: center !important;
    background-color: rgb(62, 53, 241) !important;
    background-size: cover !important;
}
  .fil-button-group { 
    padding-top: 20px !important;
}
  .label-right { 
    width: 100% !important;
}
  .label-left { 
    width: 100% !important; 
}
  .fill-lft-mc 
  {
    text-align: center !important;
}
  
  
  .fil-banner 
  {
    padding-top: 100px !important; 
  }
  
  .award-item 
  {   
    width: 50% !important;
  }
  
  .video-ctp .hero-video .callout h3 
  {
   
    font-size: 22px !important;
}
  
  .mt-content h1, .mt-content p 
  {
    margin-bottom: 5px !important;
  }
  
  .mt-content p 
  {
    margin-bottom: 10px !important;
  }
  
  .video-sld .owl-nav button.owl-prev, .latest-news .owl-nav button.owl-prev
  {
   display:none !important; 
  }
  
  div#myHeader .head-btn a 
  {
    padding: 10px 15px !important;
    font-size: 16px !important;
}
  
  .section-btn 
  {
    padding-top: 20px !important; 
  }
  
  .fil-listing-style 
  {
     height: unset !important;
}
  
.fred-logo img 
  {
    width: 100px;
  }
  h2 {
    font-size: 28px !important;
}
  .pd-top 
  {
    padding-top: 20px !important;
  }

  .blog-top-heading-text h3 
  {
     font-size: 24px !important;
  }
  .master-head.text-center h2 {
    font-size: 28px !important;
}
  .member-main 
  {
     padding-bottom: 0 !important;
}
  .recent-blog-post 
  {
    margin-right: 0 !important;
  }
  
  .footv-right 
  {
     justify-content: center !important;
  }
  
  section.blog-related-posts 
  {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  
  a.website-btn 
  {
    display: block !important;
  }
  
  .featured_warp img 
  {
     height: 210px !important;
}
  
  .section.post-footer form 
  {
    max-width: 100% !important;    
  }
  .Blog-listing-rp {
    padding-top: 0 !important;
}
 .blog-comments 
  {
    margin-bottom: 25px !important;     
} 
  .blog-leftt .content 
  {
    padding: 10px !important;
    margin-bottom: 10px !important;
  }
  
  .section-auth.d-flex 
  {
    margin-bottom: 0 !important;
     
}
  .featured_warp img 
  {
    max-width: 100% !important; 
    margin-bottom: 0 !important;
  }
  
  .sec-right.col-6 
  {
    text-align: left !important;
    padding-top: 20px !important;
  }
  
  .you-tb-grp.d-flex 
  {
    flex-wrap: unset !important;
  }
 
  .cst-blog 
  {
    padding-top: 10px !important; 
    padding-bottom: 0 !important; 
  }
  
  .popular-text:before 
  {
    width: 46% !important;    
  }
  
  .lb-img.d-flex 
  {
    display: -webkit-inline-box !important;
  }
 
.lpm-imge {
    align-items: center !important;
    display: flex !important;
}
  
  .cstr-content-mt 
  {
    padding: 0 !important;
  }
  
 
  .social-tp ul.d-flex 
  {
    margin: 0;
    padding-left: 0 !important;
  }
  
  .ftr-logo 
  {
    padding-right: 0 !important;
  }
  
.cst-heaindg h2 {
    color: #0078b9;
    border-bottom: 3px solid #B1B3B6;
    padding-bottom: 10px;
}
  .you-heading h2 {
    
    font-size: 28px !important;
} 
  .lpm-imge img {
    width: 100% !important;
}
  
  .you-tube 
  {
   padding-top: 25px !important; 
     margin-top: 10px !important; 
  }
  
  .social-tp 
  {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  
  .ftr-content p 
  {
     font-size: 14px !important; 
  }
  
  .scoial-conten {
    width: 100% !important;
    text-align: center !important;
}
  .ftr-left.d-flex {
    justify-content: center !important;
}
  .ftr-left {
    text-align: center !important;
    margin-bottom: 10px !important;
}
  .right-section form .input input 
  {
    border-radius: 4px !important;
    margin-bottom: 10px !important;
  }
  .right-section form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 100% !important; 
}
  .right-section form .hs_submit.hs-submit .actions input.hs-button.primary.large 
  {
     border-radius: 4px !important;
    margin-left: 0 !important;
    
}
  .yout-content h2 
  {
    font-size: 18px !important; 
  }
  
  .left-section, .right-section, .lable-left, .lable-right, .heading-blog-left, .right-gt-module, .cstr-content, .cst-img
  {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
   
  .mobile-trigger 
  {
     top: 15px !important;     
  }
  
  .mobile-logo-img img 
  {
    width: 70px;
    position: absolute;
    top: 25%;
}
  
.mobile-logo-img {
    display: block !important;
}
  
 .body-wrapper header.header img.hs-image-widget 
  {
  display:none !important;
 }
 
  .lang-switch-main .lang-switch-left {
    padding-right: 41px !important;
    padding-top: 10px !important;
}
  
  .mobile-trigger {
    
    top: 15px;
    right: 0px;
    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;
}
  
  .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;
}
  
.right-section form 
  {
     flex-wrap: wrap !important; 
 }
  
  .hs_submit.hs-submit {
    width: 100% !important;
}
  .cst-img img 
  {
    width: 100% !important;
  }
 
  .h2, h2 
  {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }
  
  .member-main .member-heading h1 
  {
    font-size: 28px !important;
  }
  
  .rt-gt 
  {
    font-size: 30px !important; 
 }
  
  .why-fred 
  { 
    padding-top: 10px !important;
  }
  
  .section-btn 
  {
    padding-bottom: 30px !important;     
  }
  
  .icon-img img 
  { 
    height: 100% !important;
  }
  
  .icon-content .icon-heading p 
  {
    margin-bottom: 0 !important;
  }
  
  .banner-mp 
  {
    background-image: unset !important; 
  }
  
  .you-tube .owl-nav 
  {
    display: none !important;
  }
  .contact-ftg.pd-top {
    padding-top: 125px !important;
}
  .awd-slide-main 
  {
     flex-wrap: wrap !important;
}
  .fil-logo-rt {
    display: none !important;
}
  .pd-top.section-vactor 
  {
     margin-top: 0 !important;
  }
  .contact-tp 
  {
    flex-direction: column-reverse !important;
  }
  .fill-logo.d-flex {
    justify-content: center !important;
    padding-bottom: 15px !important;
    padding-top: 20px !important;
}
  .cont-right.col-6 
  {
    margin-bottom: 30px !important;
  }
  
  .cont-mp-det 
  {
    display: none !important;
  }
  
  
}

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

  .deskt-btn.mt-button.button 
  {
    display: none !important;
  }
  .rt-btn a {
    padding: 30px 20px !important;
  }



  .footer-content strong {
    padding-right: 2px !important;
    width: 100%;
    display: block;
    padding-top: 10px !important;
    padding-bottom: 4px !important;
    font-size: 18px !important;
    color: #164EA1 !important;

  }

  .contact-ftg.pd-top 
  {
    padding-top: 30px !important;

  }
  .master-form form .hs-input.hs-fieldtype-intl-phone {
    display: flex !important;
  }

  .master-form form .hs-form-7b650c98-a024-4ea9-9096-de5f85a365c6_6d10ec15-12f5-44ba-a109-55efa739e8c1>.hs-phone>.input>.hs-fieldtype-intl-phone.hs-input>select.hs-input {
    width: 24%!important;
  }

  .master-form form { 
    padding: 0 !important;
  }
  .footer-content p {
    font-size: 14px !important;
  }
  .cont-visit p {
    font-size: 18px !important;
  }

  .contr-heading 
  {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .contact-ftg 
  { 
    padding-bottom: 5px !important;
  }

  .anime-down-btn 
  {
    justify-content: center !important;
  }

  .fil-banner .right-btn 
  {
    margin: 20px 0 !important;
  }

  .left-btn, .right-btn 
  {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .Look-sec h1 
  {
    font-size: 36px !important;
    margin-bottom: 10px !important;
    text-transform: capitalize !important;
  }

  .Look-sec p 
  {
    padding: 0 0px !important;
    font-size: 0px !important;
  }

  .video-module .video-heading 
  {
    margin-bottom: 0px !important;
  }
  .pd-top.section-vactor .content-section-mt p {
    margin-bottom: 0 !important;
  }
  .pd-top.section-vactor 
  {
    padding-bottom: 0 !important; 
  }
  .video-btn.button {
    display: block !important;
    padding-bottom: 30px !important;
    padding-top: 15px !important;
  }

  .pd-top.section-vactor .mt-image video 
  {
    width: 100% !important; 
  }

  h1, .h1 
  {
    font-size: 32px !important;
  }

  .master-form form .hs-form-field 
  {
    margin-bottom: 10px !important;
  }

  .master-form form .input ul.inputs-list.multi-container span 
  {
    font-size: 12px !important;
  }

  .master-form input#phone-19f44105-101f-418a-8d1c-6bb35ea0147f 
  {
    padding: 13px 0px !important;
  }

  .master-form 
  {
    padding-bottom: 5px !important; 
  }

  .heading-form p 
  {
    margin-bottom: 0 !important;
    margin-top: 5px !important;
  }

  .bottom-img, .heading-form h3 
  {
    display: none !important;
  }


  .member-main .member-heading h1 
  {
    font-size: 28px !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
  }

  .mobile-logo 
  {
    display: block !important;
  }

  .logo-tto-img 
  {
    display: none !important;
  }

  .why-feed-main 
  { 
    padding: 20px 30px !important; 
  }

  .section-top 
  {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
  }

  .master-head.text-center h2 
  {
    font-size: 20px !important;
  }

  .latest-btn.section-btn.button 
  {
    padding-top: 30px !important;
  }

  .member-list .col-6 
  {
    padding: 0 40px !important;
    margin-bottom: 15px !important;
  }

  .whyt-content {
    width: 72% !important;
    font-size: 13px !important;
    margin-top: 5px !important;
  }
  .whyt-itsm:nth-child(1) .whyt-content 
  {
    width: 90% !important; 
  }

  .whyt-itsm:nth-child(5) .whyt-content {
    width: 75% !important; 
  }
  .whyt-icon img {
    height: 70px !important;
    width: 70px !important;
  }

  .whyt-style {
    margin: 5px !important;
    padding: 15px !important;
    min-height: 175px !important;
  }

  .why-fred .whyt-itsm.col-3 
  {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }

  .icon-img img 
  {
    height: 60px !important;
  }

  .icon-text 
  { 
    font-size: 13px !important; 
    padding-top: 5px !important;
  }

  .icon-style 
  { 
    margin: 5px !important; 
  }

  .footer-logo 
  {
    padding-top: 20px !important;
  }

  .footer-head 
  { 
    font-size: 22px !important; 
    margin-bottom: 5px !important;
  }

  .mt-image.text-right 
  {
    padding-bottom: 0px !important;
  }

  .fred-logo img 
  {
    width: 100px !important;
  }
  .icon-content .col-4 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .hs-site-page.page .section-vactor {
    padding-top: 160px !important;
    text-align: center;
  }
  .mt-content p {
    margin-bottom: 30px !important;
    width: 70% !important;
    margin: 0 auto;
  }
  .mt-content h1 {
    margin-bottom: 20px !important;
  }
  .master-main {
    padding: 20px 10px 0 10px !important;
    margin-top: 25px !important;
  }
  .expr-style 
  { 
    margin: 20px 0 !important; 
  }

  .footer-soical ul li img 
  {
    width: 55px !important;
    padding: 0 10px !important;
  }

  div#myHeader .head-btn a {
    padding: 10px 10px !important;
    font-size: 14px !important;
  }

  .left-mem.col-6 h2 
  {
    font-size: 81px !important;
    margin-bottom: 0 !important;
  }

  .why-lts 
  {
    margin-top: 45px !important;
    margin-bottom: 20px !important;
  }

  .footer-soical ul 
  { 
    justify-content: center !important;
  }

  .footer-web 
  {
    padding: 30px 0px 10px !important
  }
  .col-4 
  {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .bottom-banner-text p 
  {
    font-size: 20px !important; 
  }
  .blog-date p 
  {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .blog-heading h2 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .right-gt-module 
  { 
    padding-left: 0 !important; 
    margin-top: 20px !important;
  }

  .label-br-sec 
  {
    flex-wrap: wrap !important;
    text-align: center !important;
  }

  .lb-img.d-flex 
  {
    flex-wrap: unset !important;
  }

  .lable-right ul 
  {
    flex-wrap: unset !important;
  }

  .right-section 
  {
    padding-top: 25px;
  }

  .banner-mp h1 
  {
    font-size: 27px !important;
  }

  .banner-mp 
  {
    padding-top: 18px;
  }

  .mobile-logo-img img 
  {
    top: 10% !important;
  }

  .header .dnd-section 
  {
    padding: 0 10px !important; 
  }

  header.header img.hs-image-widget 
  {
    top: 15px !important;
  }

  a.large-btn 
  {
    font-size: 15px !important;    
  }

  .banner-image 
  {
    padding-top: 40px !important;
  }



  .pri-left-ctn ol 
  {
    padding-left: 20px !important;
  }

  .why-style h3 {

    font-size: 30px !important;
  }
  p 
  {
    font-size: 15px !important; 
  }
  .your-exrt {
    padding-top: 40px !important;
  }
  .feedback {
    min-height: 175px !important;
  }
  .Pricing-inner a.large-btn 
  {
    width: 305px !important;
  }

  .span4.left-col .blog-related-posts__image 
  {
    width: 160px !important;
    margin-right: 15px !important;
  }

  a.large-btn 
  {
    width: 330px !important;
  }

  .test-heading 
  {
    padding-bottom: 0 !important;
  }

  .left-btn a , .button-group
  {
    font-size: 18px !important;
    padding: 15px 15px !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;
} 
  .contr-heading { 
    width: 100% !important; 
}
  
}
/* @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    */
/*****************************************/
body a:hover{
  text-decoration: none !important;
}
.container-2 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6,.text-white p{
  color: #fff !important;
}
.mb-0 h1,.mb-0 h2,.mb-0 h3,.mb-0 h4,.mb-0 h5,.mb-0 h6,.mb-0 p{
  margin-bottom: 0 !important;
}
.header {
  top: 0;
  width: 100%;
  z-index: 1;
  position: fixed;
}
.headings {
  text-align: center;
  margin: 0 0 50px;
}
.headings h2 {
  font-weight: 500;
  margin: 0;
}
.headings h4 {
  color: #444a4f;
}
a.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  transition: all 0.2s ease-in-out;
}
a.arrow-link + a.arrow-link {
  margin-top: 5px;
}
a.arrow-link:hover {
  gap: 15px;
}
.center {
  text-align: center;
}
@media screen and (max-width:567px){
  .headings {
    margin: 0 0 30px;
  }
}

/* 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(249, 160, 27, 1.0);
  border:0px solid #eef2f5;
  color:rgba(255, 255, 255, 1.0);
  text-transform:none;
  padding:12px 30px;
  border-radius:4px;
  display: inline-block;
}

body .transparent_cta a{
  background-color:rgba(68, 68, 68, 1.0);
  border:1px solid #eef2f5;
  color:rgba(238, 242, 245, 1.0);
  text-transform:none;
  padding:13px 17px;
  border-radius:4px;
  display: inline-block;
}
body .white_cta a{
  background-color:rgba(68, 68, 68, 1.0);
  border:1px solid rgba(255, 255, 255, 1.0);
  color:rgba(238, 242, 245, 1.0);
  text-transform:none;
  padding:13px 20px;
  border-radius:4px;
  display: inline-block;
}

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

body .arrow_cta a{
  background-color:rgba(238, 242, 245, 1.0);
  border:1px solid #eef2f5;
  color:rgba(68, 68, 68, 1.0);
  text-transform:none;
  padding:13px 25px;
  border-radius:8px;
  display: inline-block;
  position:relative;
}

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


body .button a:hover {
  background-color:rgba(83, 172, 69, 1.0);
  color: #eef2f5;
}

body .transparent_cta a:hover{
  color:#444444;
  background-color:rgba(238, 242, 245, 1.0);
}

body .white_cta a:hover{
  color:#444444;
  background-color:rgba(238, 242, 245, 1.0);
}

body .simple_cta a:hover{
  color:#ffffff;
}


body .arrow_cta a:hover{
  background-color:rgba(68, 68, 68, 1.0);
  color: #eef2f5;
}

body .simple_cta_with_arrow a:hover{
  color:#ffffff;
}


/* custom buttons */
.white-btn {
  background: #fff;
  color: #164EA1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  padding: 7px 10px;
  transition: all 0.2s ease-in-out;
}
.white-btn:hover {
  color: #164EA1 !important;
  box-shadow: 0 0 4px #fff;
  text-decoration: none !important;
  gap: 15px;
}
.blue-btn {
  background: #005bff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  padding: 7px 10px;
  transition: all 0.2s ease-in-out;
}
.blue-btn:hover{
  text-decoration: none !important;
  gap: 15px;
  box-shadow: 0 0 4px #005bff;
}
a.white-btn img,a.blue-btn img {
  width: 10px !important;
  padding-left: 0px;
}
a.gradient-btn {
  background: linear-gradient(144deg, #164EA1 21.1%, #005BFF 113.78%);
  display: inline-block;
  min-width: 200px;
  padding: 13px 30px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
a.gradient-btn:hover {
  background: linear-gradient(144deg, #005BFF 21.1%, #164EA1 113.78%);
  text-decoration: none !important;
  font-weight: 500;
}
/* 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: 0px;       /*******************************************/
      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: 78px;
      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;
  }
}