.header-setion .menu-section .hs-menu-wrapper>ul {
  padding-left:0px;
}
body .header-setion .logo-section img {
  height:auto;
}
.header-setion .menu-section .hs-menu-wrapper>ul li.hs-menu-item.hs-item-has-children>ul.hs-menu-children-wrapper a span {
  display: block;
  font-size:13px;
  padding-top:3px;
  font-weight:400;
}
.header-setion {
  padding: 25px 40px;
}
.header-setion .menu-section .hs-menu-wrapper>ul li.hs-menu-item.hs-item-has-children>ul.hs-menu-children-wrapper {
  background: #fff;
  max-height: 910px;
  border-top: 1px solid #e3e5e8;
  border-bottom: 1px solid #e3e5e8;
  border-radius: 0px;
  box-shadow: 0 20px 20px rgba(0,0,0,.05);
  margin-top: -8px;
  left: -40px;
  padding:25px 0 20px;
  opacity:0;
}
.header-setion .menu-section .hs-menu-wrapper>ul li.hs-menu-item.hs-item-has-children:hover ul.hs-menu-children-wrapper {
  left:0px;
}
.header-setion .menu-section .hs-menu-wrapper>ul li.hs-menu-item.hs-item-has-children>ul.hs-menu-children-wrapper a {
  transition: color .4s ease 0s;
  -webkit-transition: color .4s ease 0s;
  -moz-transition: color .4s ease 0s;
  padding:10px 31px 12px;
  font-weight:600;
  font-size:16px;
}
.header-setion .cta-section ul li:nth-child(2) {
  position: relative;
  top: 8px;
}
.header-setion .cta-section ul li.hs-menu-item:first-child>a[role="menuitem"] {
  display: none;
}
li.hs-item-has-children.show ul.hs-menu-children-wrapper li.hs-menu-item {
  display:block;
}
.header-setion .menu-section .mobile-cta-lets-talk a.cta_button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
  width: 0px;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
}
.row-fluid.header_bg_fix {
  background-color: rgba(255,243,204,03);
}
@media(min-width:993px){
  .row-fluid.header_bg_fix {
    padding-bottom: 92px;
  }
  body.darkHeader .header-setion.equal-height-container {
    opacity: 1 !important;
    transform: translateY(0px) !important;
    z-index: 5 !important;
  }
}
.header-setion .menu-section .mobile-cta-lets-talk a.cta_button:hover:before {
  width: 100%;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
}
.header-setion .menu-section .mobile-cta-lets-talk a.cta_button:hover {
  box-shadow: 0px 0px 30px 0 rgb(0 0 0 / 20%);
  top: 0px;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
}
@media (min-width:1025px) {
  .header-setion .menu-section .hs-menu-wrapper>ul li.hs-menu-item.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    opacity:1;
  }
}

@media(min-width: 768px){
      body.show_small_popup .row-fluid-wrapper .row-fluid .header-setion.sticky,
    body.show-popup .row-fluid-wrapper .row-fluid .header-setion.sticky{
    z-index: 0 !important;
  }
}