header{
position: fixed;
    width: 100%;
    background-color: #0d0d0d;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  top: 0;
  z-index: 2;
  transform: translateY(0);
      transition: transform .2s ease-in-out;
}
header.hidden {
  transform: translateY(-200%);
      transition: transform .5s ease-in-out;
}
.header-mobile{
  display: none;
}
div.header-menu .top-bar{
  color: #fff;
      margin-top: 5px;
}
div.header-menu .top-bar .right-widgets{
    display: flex;
    justify-content: right;
    gap: 20px;
    align-items: center;
}
div.header-menu .top-bar .right-widgets a{
 font: bold 16px / 22px "Mulish", Helvetica, Arial, Verdana, sans-serif;
  color: #fff;
}

div.header-menu .top-bar .right-widgets  .soc-font-icon{
  background-color: #0097ea ;
    padding: 3px;
  text-decoration: none;
}
div.header-menu .top-bar .right-widgets .mini-contacts{
  display: flex;
  gap: 5px;
      align-items: center;
  text-decoration: none;
  padding-top:13px;
}

/* header-bar */
.header-bar{
  display: flex;
    justify-content: space-between;
    align-items: center;
  position:relative;
}
.header-bar .menu{
width: 100%;
    display: flex;
    justify-content: end;
}
.header-bar .hs-menu-wrapper ul {
    gap: 30px;
}
.header-bar .hs-menu-wrapper ul li a {
 color: #fff;
font-family: "Noto Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
  text-decoration: none;
}
.header-bar .menu ul li{
position: relative;
      padding: 40px 0;
}
.header-bar .menu ul li a:before {
position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    content: '';
    opacity: 0;
    transition: opacity .3s,transform .3s;
    transform: translateY(10px);
}
.header-bar .menu ul li:hover > a:before {
opacity: 1;
    transform: translateY(0);
}
.header-bar .branding img{
  max-width: 250px ;
    height: auto ;
}
.header-bar .menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper{
  display:none !important;
}
.header-bar .menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    display: flex;
    flex-flow: row;
    background-color: #fff;
    padding: 30px;
  padding-bottom: 10px;
  top: 30px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.header-bar .menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    white-space: nowrap;
    color: #000;
    display: flex;
    flex-flow: column;
  align-items: center;
    gap: 10px;
}
.header-bar .menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a img{
  height: 80px;
  width: 80px;
    border-radius: 100px;
}
/* MEgaMenu*/

.header-bar .submenus .submenu {
  display: none;
      position: absolute;
    left: 0;
    border-radius: 0px 0px 4px 4px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 48px 36px;
    top: 101%;
}
.header-bar .submenus .submenu .top{
  display: flex;
  align-items: center;
    border-bottom: solid #0106E1 2.5px;
  padding-bottom: 16px;
}
.header-bar .submenus .submenu .top h3{
  color: #1E1E1E;
font-family: Campton;
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: normal;
  width: 100%;
}
.header-bar .submenus .submenu .items{
    display: flex;
    flex-wrap: wrap;
  gap: 20px;
    align-items: center;
  margin-top: 28px;
}
.header-bar .submenus .submenu .items .item{
display: flex;
gap: 8px;
    align-items: center;
  width: 30%;
}
.header-bar .submenus .submenu .items .item p{
margin-bottom: 0;
}

/* header-top-bar */
.header-top-bar{
  background: rgba(255,255,255,0.95) none repeat center center;
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  position: fixed;
  top: 0;
  left: 0;
    width: 100%;
      padding: 10px 0;
}
.header-top-bar .page-center{
display: flex;
  justify-content: space-between;
    align-items: center;
}
.header-top-bar .hs-menu-wrapper ul {
    gap: 30px;
  margin-top: 12px;
}
.header-top-bar .hs-menu-wrapper ul li a {
 font: normal bold 16px / 20px "Mulish", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
      color: #000;
  display: block;
  text-decoration: none;
}
.header-top-bar .menu ul li{
position: relative;
  padding-bottom: 20px;
}
.header-top-bar .menu ul li a:before {
position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    content: '';
    opacity: 0;
    transition: opacity .3s,transform .3s;
    transform: translateY(10px);
}
.header-top-bar .menu ul li:hover > a:before {
opacity: 1;
    transform: translateY(0);
}
.header-top-bar .branding img{
  max-width: 250px ;
    height: auto ;
}
.header-top-bar .menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    display: flex;
    flex-flow: row;
    background-color: #fff;
    padding: 30px;
  padding-bottom: 10px;
  top: 20px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.header-top-bar .menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    white-space: nowrap;
    color: #000;
    display: flex;
    flex-flow: column;
  align-items: center;
    gap: 10px;
}
.header-top-bar .menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a img{
  height: 80px;
  width: 80px;
    border-radius: 100px;
}
@media (max-width: 991px) {
  .header-mobile{
  display: block;
}
  .header-desktop{
  display: none;
}
  .header-mobile .header-mob-bar{
  display: flex;
    align-items: center;
    justify-content: space-between;
        padding: 10px 0;
}
  .header-mobile .header-mob-bar img.logo{
    max-width: 250px;
  }
  .header-mobile .header-mob-bar img.hamb{
       width: 40px;
    cursor: pointer;
  }
.header-mobile .header-mob-scroll-bar{
  display: flex;
    align-items: center;
    justify-content: space-between;
          padding: 10px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
  background: rgba(255,255,255,0.95) none repeat center center;
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
}
  .header-mobile .header-mob-scroll-bar img.logo{
    max-width: 250px;
  }
  .header-mobile .header-mob-scroll-bar img.hamb{
       width: 40px;
    cursor: pointer;
  }

  .header-mobile .mob-menu{
        position: fixed;
        right: -300px;
    top: 0;
    width: 287px;
    height: 100vh;
    background: rgba(255,255,255) none repeat center center;
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
   width: calc(300px - 13px);
    padding: 10px 20px 40px 40px;
    transition: right .5s ease;
  }
    .header-mobile .mob-menu.open{
        right: 0px;
      transition: right .5s ease;
  }
  .header-mobile .mob-menu img.close{
  width: 25px;
    cursor: pointer;
    margin-left: auto;
    display: block;
    margin-bottom: 10px;
  }
  .header-mobile .mob-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul{
    gap: 10px;
}
  }

.header-mobile .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
  margin-left: 10px;
  margin-top:3px;
}
  .header-mobile .mob-menu ul li a{
        color: #0d0d0d;
    font-family: Noto Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0 !important;
}
.header-mobile .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a{
    white-space: wrap;
  }
.header-mobile .mob-menu ul li.hs-menu-depth-1> a{
font-weight: 600;
}
.header-mobile .mob-menu ul li.hs-menu-depth-1{
  margin-bottom:10px;
}
  .header-mobile .mob-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
        margin-top: 5px;
    gap: 10px;
  }
  .header-mobile .mob-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a img{
    height: 40px;
  width: 40px;
    border-radius: 100px;
  }
  .header-mobile .mob-menu .right-widgets{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin-top: 40px;
}
.header-mobile .mob-menu .right-widgets a{
 font: bold 16px / 22px "Mulish", Helvetica, Arial, Verdana, sans-serif;
  color: #000;
}

.header-mobile .mob-menu .right-widgets  .soc-font-icon{
  background-color: #0097ea ;
    padding: 3px;
}
.header-mobile .mob-menu .right-widgets .mini-contacts{
  display: flex;
  gap: 5px;
      align-items: center;
}
}
