.header-wrap { width: 100%; display: inline-block; padding: 20px 0; position: absolute; top: 0; left: 0; right: 0; z-index: 99; transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; }
.header-wrap .header-inner { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.header-wrap .left-logo { width: 100%; max-width: 300px; display: inline-block; line-height: 0; margin-left: 0; }
.header-wrap .left-logo .logo { width: 100%; display: inline-block; }
.header-wrap .left-logo .logo a { width: 100%; display: inline-block; line-height: 0; }
.header-wrap .left-logo .logo a img { margin: 0; width: 100%; display: inline-block; object-fit: cover; object-position: center; }
.header-wrap .right-part { width: 100%; display: flex; max-width: 240px; align-items: center; justify-content: flex-end; margin-right: 0; }
.header-wrap .right-part .get-demo { width: auto; display: inline-block; }
.header-wrap .right-part .get-demo a { width: auto; display: inline-block; color: #405261; padding: 6px 12px; text-transform: capitalize; transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; }
.header-wrap .right-part .get-demo a:hover { color: #dc5e36; }
.header-wrap .free-trial-cta { width: auto; display: inline-block; }
.header-wrap .free-trial-cta a { width: auto; display: inline-block; color: #fff; padding: 5px 17px; text-transform: capitalize; transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; background: #dc592f; border-radius: 6px; border: 1px solid #dc592f; margin: 0 0 0 10px; font-family: 'Graphik'; font-style: normal; font-weight: 400; font-size: 15px; line-height: 27px; }
.header-wrap .free-trial-cta a:hover { background: #fff; color: #dc592f; }
.header-wrap .header-inner .menu-wrap { width: auto; display: flex; align-items: center; justify-content: center; padding: 0 15px; margin: 0 auto; }
.header-wrap .header-inner .menu-wrap ul { width: 100%; display: flex; align-items: flex-start; justify-content: center; margin: 0; }
.header-wrap .header-inner .menu-wrap ul li { width: auto; display: inline-block; margin: 0; }
.header-wrap .header-inner .menu-wrap ul li a { width: auto; display: inline-block; color: #405261; padding: 6px 12px; text-transform: capitalize; transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; font-family: 'Graphik'; font-style: normal; font-weight: 400; font-size: 15px; line-height: 27px; margin: 0; text-decoration: none; }
.header-wrap .header-inner .menu-wrap ul li a:hover { color: #dc5e36; }
.header-wrap .header-inner .menu-wrap ul li.hs-item-has-children a { padding-right: 30px; position: relative; z-index: 9; }
.header-wrap .header-inner .menu-wrap ul li.hs-item-has-children  ul.hs-menu-children-wrapper { background: #fff; width: auto; display: inline-block; padding: 15px; border-radius: 6px; box-shadow: rgb(0 0 0 / 5%) 0px 3px 3px, rgb(0 0 0 / 15%) 0px 5px 25px; }
.header-wrap .header-inner .menu-wrap ul li.hs-item-has-children ul.hs-menu-children-wrapper li { width: 100%; display: inline-block; }
.header-wrap .header-inner .menu-wrap ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width: 100% !important; display: inline-block; max-width: 100%; padding: 6px 15px; }
.header-wrap.sticky { background: #fff; box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px; position: fixed; top: 0; left: 0; right: 0; transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; }
.header-wrap .header-inner .menu-wrap ul li:last-child { display: none; }

@media(max-width:1280px){
  .header-wrap .header-inner .menu-wrap ul li.hs-item-has-children a {padding-right: 15px;}
  .header-wrap .left-logo { max-width: 280px; }
  .header-wrap .right-part{ max-width:150px; }
}

@media(max-width:991px) {
  .header-wrap .header-inner { display: inline-block; }
  .header-wrap .header-inner .menu-wrap { padding: 0; display: block; }
  .header-wrap .header-inner .menu-wrap ul { display: inline-block; background-color: #fff; padding: 10px 15px; }
  .header-wrap .right-part .get-demo { display: none; }
  .header-wrap .header-inner .menu-wrap ul li { display: block; }
  .header-wrap .free-trial-cta { display: none; }
  .header-wrap { padding: 20px 0 0 0; }
  .header-wrap .header-inner .menu-wrap ul li a { padding: 0; font-size: 19px; color: #314351; }
  .header-wrap .header-inner .menu-wrap ul li { margin: 0 0 5px 0; padding: 0 6px 0 6px; }
  .header-wrap .header-inner .menu-wrap ul li.hs-item-has-children ul.hs-menu-children-wrapper { box-shadow: none; background: transparent; border-radius: 0; }
  .header-wrap .header-inner .menu-wrap ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding: 0; font-size: 14px; color: #314351; }
  .header-wrap .header-inner .menu-wrap ul li.hs-item-has-children ul.hs-menu-children-wrapper { padding: 10px 0 0 0; background: #f8faff;width:100%; }
  .header-wrap .header-inner .menu-wrap ul li.hs-item-has-children ul.hs-menu-children-wrapper li { margin: 0; }
  .header-wrap .header-inner .menu-wrap ul li:last-child { display: block; }
  .header-wrap .header-inner .menu-wrap ul li:last-child a { appearance: none; border: 0px; display: inline-block; font-weight: 500; outline: 0px; position: relative; text-align: center; text-decoration: none; transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; vertical-align: middle; background-color: #0077cc; color: white; width: 100% !important; padding: 0px 30px; line-height: 50px; height: 52px; font-size: 18px; border-radius: 4px; margin: 15px 0 15px 0; }
  .header-wrap .header-inner .menu-wrap ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a { background: transparent; text-align: left; margin: 0; padding: 0; color: #314351; font-weight: 400; }
  .header-wrap .child-trigger i:after { transition: all 0.3s ease-in-out; content: '\f107'; font-family: 'FontAwesome'; color: #000; position: absolute; top: -14px; right: 4px; font-style: normal; transform: rotate(0); }
  .header-wrap .child-trigger.child-open { transform: rotate(-180deg);transition: all 0.3s ease-in-out; }

}

@media(max-width:480px){
  .header-wrap .left-logo { max-width: 220px; }
  .header-wrap .mobile-trigger { top: -48px; }
}