header.header{position: relative;transition: .4s;background: #ffffff;box-shadow: 0px 1px 16px 0px #00000017;
}
header.header.sticky{position: fixed;
  top: 0;
  left: 0;z-index: 99999999;
  width: 100%;transition: .4s;}

.header .header__row-2{display: flex;align-items: center;}
.header .header__logo--main{margin-right:25px;}
.header .header__logo--main img{width:115px;max-width:115px;min-width:115px;}

.header .header__navigation{width:100%;}
.header .header__navigation ul{display: flex;list-style: none;padding: 0;margin: 0;}
.header .header__navigation ul li a{font-size: 16px;width:100%;display: inline-block;position: relative;transition: .4s;padding: 25px 11px;font-weight: 500;color: #000000;text-transform: uppercase;border-bottom: 3px solid transparent;}

/* Dropdown */
.header .header__navigation ul li.hs-item-has-children{position: relative;padding-right:20px;transition: .4s;cursor: pointer;}
/* .header .header__navigation ul li.hs-item-has-children a {pointer-events: none;} */
.header .header__navigation ul li.hs-item-has-children a::after{border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: " ";
  cursor: pointer;
  height: 8px;
  position: absolute;
  right: -6px;
  top: 32px;
  transform: rotate(45deg);
  transition: .4s ease-in-out;
  width: 8px;}

.header .header__navigation ul li.hs-item-has-children .hs-menu-children-wrapper{position: absolute;
  top: 100%;
  left:-25px;
  display:none;
  padding-top: 0px;
  min-width: 250px;
  background: #FFFFFF;cursor: auto;
  box-shadow: 0px 0px 16px 0px #00000017;
  border-radius: 8px;z-index:999999;padding:8px 0px;}

.header .header__navigation ul li .hs-menu-children-wrapper li{padding:0px 22px;text-align: left;} 
.header .header__navigation ul li .hs-menu-children-wrapper li a{font-size:16px;color:#636765;padding:5px 0px;font-weight: 400;pointer-events: auto;max-width:100%;
  background: transparent;border-radius:0;position: relative;text-transform: capitalize;}
.header .header__navigation ul li .hs-menu-children-wrapper li a::after,
.header .header__navigation ul li .hs-menu-children-wrapper li.hs-item-has-children ul li.hs-menu-depth-3 a::after{display:none;}

.header .header__navigation ul li .hs-menu-children-wrapper li.hs-item-has-children a::after{
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: " ";
  cursor: pointer;
  height: 8px;
  position: absolute;
  right: -5px;
  top: 15px;
  transform: rotate(-45deg);
  transition: .4s ease-in-out;
  width: 8px;
  display:block;
}

/* contact style */
.header .header__navigation .hs_cos_wrapper_type_module,
.header .header__navigation .contact-info{display: flex;align-items: center;justify-content: space-between;}
.header .header__navigation .contact-info .phone svg,
.header .header__navigation .contact-info .search-result svg{width:24px;height;24px;fill:#1C1B1F;}
.header .header__navigation .contact-info .phone,
.header .header__navigation .contact-info .search-result{padding:0px 15px;line-height:0;border-right: 1px solid #3DD37B;}
.header .header__navigation .contact-info .search-result{position: relative;}
.header .header__navigation .contact-info .search-result button{border: 0;
  outline: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: 0;
  cursor: pointer;}
.header .header__navigation .contact-info .search-result .search-bar-box{display:none;position: absolute;top: 55px;z-index:999999;left: -45px;width:200px;}


.header .header__navigation .contact-info .contact-cta a{margin: 0;
  display: inline-block;
  text-decoration: none;
  margin-left: 15px;
}

.header .header__navigation .contact-info .navigation-toggle{display:none;}
.header .header__navigation .hs-menu-wrapper.nav_bar .contact-cta{ display:none; }
/* Media q. */

@media(min-width:992px) and (max-width:1199.98px){
  .header .header__navigation ul li a{font-size:13px;padding:25px 6px;line-height: 1.4;}
  .header .header__logo--main {margin-right: 20px;}
  .header .header__navigation .contact-info .phone, 
  .header .header__navigation .contact-info .search-result {padding: 0px 12px;}
  .header .header__navigation ul li.hs-item-has-children a::after{top: 29px;height:7px;width:7px;}
  .header .header__navigation .contact-info .phone svg, 
  .header .header__navigation .contact-info .search-result svg {width: 20px;}
  .header .header__navigation ul li .hs-menu-children-wrapper li.hs-item-has-children a::after{
    width:6px;height:6px;top:14px;
  }
}


@media(min-width:991.98px){

  .header .header__navigation ul li.hs-item-has-children .hs-menu-children-wrapper .hs-menu-children-wrapper {
    display:none !important;
    left: 100%;
    top: 0;
  }
  .header .header__navigation ul li.hs-item-has-children:hover .hs-menu-children-wrapper {display:block;}
  .header .header__navigation ul li.hs-item-has-children .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2:hover .hs-menu-children-wrapper {
    display:block !important;
  }
  .header .header__navigation ul li.hs-item-has-children:hover a::after{transform: rotate(-134deg);top:31px;}
  .header .header__navigation ul li a:hover{border-bottom: 3px solid #3DD37B;}
}

@media(max-width:991.98px){
    .header .header__navigation .hs-menu-wrapper.nav_bar .contact-cta{ display:block; }
  .header .header__navigation .hs-menu-wrapper.nav_bar .contact-cta{
    max-width: 720px;
    margin: 0px auto;
  }
  .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1 .child-trigger:after {
    content: "";
    cursor: pointer;
    line-height: normal;
    position: absolute;
    right: 15px;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    height: 8px;
    transform: rotate(45deg);
    transition: .4s ease-in-out;
    width: 8px;
    top: 15px;
  }
  .header .header__navigation ul li.hs-item-has-children .child-trigger {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header .header__navigation ul li.hs-item-has-children a::after,
  .header .header__navigation ul li .hs-menu-children-wrapper li.hs-item-has-children a::after {
    display:none;
  }
  header.header{padding:20px 0px;}
  .header .header__logo--main {line-height: 0;}
  .header .header__navigation ul li.hs-menu-depth-1:last-child{display:block;}
  .header .header__navigation .hs-menu-wrapper.nav_bar{position: absolute;top: 100%;left: 0;
    width: 100%;
    display:none;
    background: #ffffff;    padding: 0 0 40px;
    height: 400px;overflow-y: scroll;
    box-shadow: 0px 18px 16px 0px #00000017;z-index:9999;
  }
  .header .header__navigation .hs-menu-wrapper{
    display:none;
  }
  .header .header__navigation .hs-menu-wrapper::-webkit-scrollbar{display:none;}
  .header .header__navigation ul{max-width: 720px;
    margin: 0 auto;display: block;padding: 25px 0px;}
  .header .header__navigation ul li a {
    padding:12px 0;
  }
  .header .header__navigation .contact-info .contact-cta{display:none;}
  .header .header__navigation .contact-info .navigation-toggle{display:block;cursor: pointer;position: relative;height:20px;width:32px;margin-left:15px;}
  .header .header__navigation .contact-info .navigation-toggle span{height: 4px;
    width: 32px;border-radius: 10px;
    background: #000000;
    position: absolute;
    top: 2px;
    right: 0;}
  .header .header__navigation .contact-info .navigation-toggle span:first-child{width:21px;}
  .header .header__navigation .contact-info .navigation-toggle span:nth-child(2){top:9px;width:28px;}
  .header .header__navigation .contact-info .navigation-toggle span:last-child{top:16px;}

  .header .header__navigation ul li.hs-item-has-children {padding:0;cursor: pointer;}
  .header .header__navigation ul li.hs-item-has-children .hs-menu-children-wrapper{
    position: initial;
    width: 100%;
    padding: 0;background: transparent;
    box-shadow: none;padding-bottom:20px;}
  .header .header__navigation ul li .hs-menu-children-wrapper li:last-child {
    border-radius:0;}
  .header .header__navigation ul li.hs-item-has-children::after{top:22px;}
  .header .header__navigation ul li.hs-item-has-children .hs-menu-children-wrapper::after{display:none;}
  .header .header__navigation ul li.hs-item-has-children a::after{right:-6px;top:20px;}
  .header .header__navigation ul li.hs-item-has-children a{
    /*     pointer-events: none; */
    border-radius: 0;}
  /*   .header .header__navigation ul li.hs-item-has-children.active a{background: #F2F2F2;} */
  .header .header__navigation ul li.hs-item-has-children.active a::after{transform: rotate(-134deg);top:23px;}
  .header .header__navigation ul li.active .hs-menu-children-wrapper li a{background: transparent;}
  .header .header__navigation .contact-info .search-result .search-bar-box {left: -100px;}
  .header .header__navigation ul li.hs-item-has-children .hs-menu-children-wrapper{border:0 !important;}

  /*    .header .header__navigation ul li.active .hs-menu-children-wrapper li.hs-menu-depth-2.hs-item-has-children:hover .hs-menu-children-wrapper{display:block;}
  .header .header__navigation ul li .hs-menu-children-wrapper li.hs-item-has-children a::after{transform: rotate(45deg);}
  .header .header__navigation ul li.active .hs-menu-children-wrapper li.hs-menu-depth-2.hs-item-has-children:hover a::after{transform: rotate(-134deg);} */
  .header .header__navigation ul li .hs-menu-children-wrapper li.hs-item-has-children a::after{transform: rotate(45deg);}
  .header .header__navigation ul li .hs-menu-children-wrapper li.hs-menu-depth-2.hs-item-has-children a{
    /*            pointer-events: none; */
    /*     max-width:max-content; */
  }

  .header .header__navigation ul li .hs-menu-children-wrapper li.hs-item-has-children a::after{
    right: -17px;
    top: 13px;
  }
  .header .header__navigation ul li.hs-item-has-children.active .hs-menu-children-wrapper{
    display:block;
  }
  .header .header__navigation ul li .hs-menu-children-wrapper li.hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper{
    display:none;
  }
  .header .header__navigation ul li .hs-menu-children-wrapper li.hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper.active{
    display:block;
  }
}



@media(max-width:767.98px){
    .header .header__navigation .hs-menu-wrapper.nav_bar .contact-cta{
    max-width: 540px;
    margin: 0px auto;
  }
  .header .header__logo--main img {
    width: 100px;
    max-width: 110px;
    min-width: 110px;}
  .header .header__navigation ul{max-width:540px}
  .header .header__navigation .contact-info .phone svg, .header .header__navigation .contact-info .search-result svg {
    width: 20px;}
  .header .header__navigation .contact-info .navigation-toggle span:last-child {
    top: 15px;
  }
  .header .header__navigation .contact-info .navigation-toggle span:nth-child(2){top:8px;}
  .header .header__navigation ul li.hs-item-has-children a::after {
    top: 17px;
  }
  .header .header__navigation ul li.hs-item-has-children.active a::after{top:20px;}
  .header .header__navigation ul li .hs-menu-children-wrapper li.hs-item-has-children a::after{top:12px;}
}
@media(max-width:575.98px){
  .header .header__navigation ul{max-width:100%;padding: 25px 10px;}
  .header .header__navigation .hs-menu-wrapper.nav_bar .contact-cta {
    padding: 0px 10px;
  }
}













