header {
  padding: 0px !important;
  margin: 0px !important; }



.header-top-bar {
  background-color: var(--header-top-background-color);
  height: var(--header-top-height);
  display: flex;
  align-items: center;
  display: none;
}
  
  .header-top {
    background-color: #242530;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.header-sticky {
  background-color:#242530 !important; }

  @media only screen and (max-width: 767px) {
    .header-top-bar {
      display: none;
    }
  }
  
  .header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-social .label {
    color: var(--light-color);
  }
  
  .social-item {
    margin-left: 30px;
  }
  .social-item li {
    display: inline-block;
    margin-right: 15px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-item li {
      margin-right: 10px;
    }
  }
  .social-item li a {
    display: block;
    font-size: 16px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
  }
  .social-item li a svg{
    width: 16px;
    height: 16px;
  }
  
  .social-item li a svg path{
    fill: currentColor;
    stroke: currentColor;
  }
  
  .social-item li:last-child {
    margin-right: 0;
  }
  
  .header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -30px;
  }
  .header-info li {
    color: var(--light-color);
    display: inline-block;
    margin: 0;
    padding: 18px 30px 15px;
    position: relative;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-info li {
      padding: 18px 18px 15px;
    }
  }
  .header-info li::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
  }
  .header-info li svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .header-info li svg path{
    fill: currentColor;
    stroke: currentColor;
  }
  
  /* Header CSS */
  .header-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    width: 100%;
    position: relative;
    height: var(--header-bottom-height);
    background-color: #242530;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    z-index: 99;
  }
  @media only screen and (max-width: 767px) {
    .header-section {
      min-height: 90px;
    }
  }
  .header-section.header-sticky.is-sticky {
    position: fixed;
    top: 0;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .header-section .header-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  
  @media only screen and (max-width: 767px) {
    .header-logo {
      width: 130px;
    }
  }
  
  .header-main-menu-nav ul.header-sub-menu-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header-main-menu-nav > ul.header-sub-menu-1 {
  }
  @media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .header-main-menu-nav > ul.header-sub-menu-1 {
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-main-menu-nav > ul.header-sub-menu-1 {
    }
  }

.header-main-menu-nav > ul.header-sub-menu-1 > li {
  position: relative;
}
.header-main-menu-nav > ul.header-sub-menu-1 > li > a {
  font-size: var(--body-font-size);
  font-weight: 500;
  line-height: 25px;
  display: flex;
  padding: 36px 15px;
  text-transform: capitalize;
  color: var(--menu-link-color);
  gap: 7px;
}
.header-main-menu-nav > ul.header-sub-menu-1 > li.has-sub-menu > 
	color: var(--menu-link-color);
	content: "\f107";
	float: right;
	font-family: "Font Awesome 6 Pro";
	font-size: 14px;
	font-weight: 900;
	line-height: 24px;
}



.header-main-menu-nav > ul.header-sub-menu-1 > li > a .sub-menu-toggle {
  display: flex;
  align-self: center;
}
.header-main-menu-nav > ul.header-sub-menu-1 > li:hover > a, .mainmenu-nav > ul.header-sub-menu-1 > li.has-sub-menu:hover > a::after {
  color: #ff5e33 !important;
}
.header-main-menu-nav > ul.header-sub-menu-1 > li:hover > ul {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}



  .header-main-menu-nav > ul.header-sub-menu-1 ul {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 220px;
    margin-top: 20px;
    padding: 20px 0;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    background-color: var(--dropdown-bg-color);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
.header-main-menu-nav > ul.header-sub-menu-1 > li:last-child ul ul ul {
left: 100%;
right: auto;
}
.header-main-menu-nav > ul.header-sub-menu-1 li:last-child ul ul ul ul {
left: auto;
right: 100%;
}
.header-main-menu-nav > ul.header-sub-menu-1 li:nth-last-child(-n+3) ul ul {
left: auto;
right: 100%;
}
.header-main-menu-nav > ul.header-sub-menu-1 li:nth-last-child(-n+3) ul ul ul {
left: 100%;
right: auto;
}

.header-main-menu-nav > ul.header-sub-menu-1 ul li ul {
left: 100%;
top: 0;
margin-left: 0;
}

.header-main-menu-nav > ul.header-sub-menu-1 ul li:hover > ul {
margin-bottom: 10px;
opacity: 1;
visibility: visible;
}


.header-main-menu-nav > ul.header-sub-menu-1 ul > li ul ul ul {
left: 100%;
right: auto;
}

.header-main-menu-nav ul.header-sub-menu-1 ul li a {
  font-size: var(--body-font-size);
  display: flex;
  padding: 5px 25px;
  color: #45454c !important;
  position: relative;
}
.header-main-menu-nav ul.header-sub-menu-1 ul li:hover > a {
  padding-left: 30px;
  color: #ff5e33 !important;
}
.header-main-menu-nav ul.header-sub-menu-1 li > ul > li.has-sub-menu > a::after {
  color: var(--menu-link-color);
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  content: "\f105"; 
  line-height: 30px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}  



  
  .header-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .header-right::after {
    content: "";
    height: 30px;
    width: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px;
  }
  @media only screen and (max-width: 767px) {
    .header-right::after {
      display: none;
    }
  }
  @media only screen and (max-width: 767px) {
    .header-right .btn svg {
      display: none;
    }
    .header-right {
      gap: 10px;
    }
  }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-right {
    gap: 15px;
  }
}
