.factry-header-block {
  background: #181818;
  border-bottom: 2px solid rgba(248, 249, 252, 0.05);
}

.factry-header-block .offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.factry-header-block .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

.factry-header-block .offcanvas.show:not(.hiding),
.factry-header-block .offcanvas.showing {
  transform: none;
}

.factry-header-block .offcanvas.hiding,
.factry-header-block .offcanvas.show,
.factry-header-block .offcanvas.showing {
  visibility: visible;
}

.factry-header-block .offcanvas,
.factry-header-block .offcanvas-lg,
.factry-header-block .offcanvas-md,
.factry-header-block .offcanvas-sm,
.factry-header-block .offcanvas-xl,
.factry-header-block .offcanvas-xxl {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.factry-header-block .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1rem;
}

.factry-header-block .offcanvas-top {
  min-height: 150px;
  background: var(--color-primary);
}

.factry-header-block .offcanvas-top .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.factry-header-block .offcanvas-top .search-close:before {
  content: "\e723";
  font-weight: 600;
  font-size: 35px;
}

.factry-header-block .offcanvas-top .search-wrap {
  padding-bottom: 100px;
}

.factry-header-block .offcanvas-top .search-wrap input {
  color: white;
  font-size: 48px;
  line-height: 80px;
  width: 100%;
  background: transparent;
  border: 0;
  text-align: center;
  height: auto;
  padding: 0;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 2px solid white;
}

.factry-header-block .offcanvas-top .search-wrap input::placeholder {
  color: white;
  padding-bottom: 80px;
  line-height: 80px;
  font-size: 48px;
  font-family: "Urbanist", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .factry-header-block .offcanvas-top .search-wrap input::placeholder {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .factry-header-block .offcanvas-top .search-wrap input::placeholder {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .factry-header-block .offcanvas-top .search-wrap input::placeholder {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .factry-header-block .offcanvas-top .search-wrap {
    padding-bottom: 1rem;
  }

  .factry-header-block .offcanvas-top .search-wrap input::placeholder {
    font-size: 20px;
  }
}

.factry-header-block .offcanvas-top .search-wrap input::-moz-placeholder,
.factry-header-block .offcanvas-top .search-wrap input::-webkit-placeholder,
.factry-header-block .offcanvas-top .search-wrap input::-o-placeholder,
.factry-header-block .offcanvas-top .search-wrap input::-ms-placeholder {
  color: white;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Urbanist", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  .factry-header-block .offcanvas-top .search-wrap input::-moz-placeholder,
  .factry-header-block .offcanvas-top .search-wrap input::-webkit-placeholder,
  .factry-header-block .offcanvas-top .search-wrap input::-o-placeholder,
  .factry-header-block .offcanvas-top .search-wrap input::-ms-placeholder {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .factry-header-block .offcanvas-top .search-wrap input::-moz-placeholder,
  .factry-header-block .offcanvas-top .search-wrap input::-webkit-placeholder,
  .factry-header-block .offcanvas-top .search-wrap input::-o-placeholder,
  .factry-header-block .offcanvas-top .search-wrap input::-ms-placeholder {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .factry-header-block .offcanvas-top .search-wrap input::-moz-placeholder,
  .factry-header-block .offcanvas-top .search-wrap input::-webkit-placeholder,
  .factry-header-block .offcanvas-top .search-wrap input::-o-placeholder,
  .factry-header-block .offcanvas-top .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}

@media (max-width: 767px) {

  .factry-header-block .offcanvas-top .search-wrap input::-moz-placeholder,
  .factry-header-block .offcanvas-top .search-wrap input::-webkit-placeholder,
  .factry-header-block .offcanvas-top .search-wrap input::-o-placeholder,
  .factry-header-block .offcanvas-top .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}

.factry-header-block .main-header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
  background: #181818;
}

@media (max-width: 992px) {
  .factry-header-block .main-header-area {
    padding: 15px 0;
  }
}

.factry-header-block .main-header-area.sticky-menu {
  position: fixed;
  background: #181818;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
  padding: 15px 0;
}

.factry-header-block .main-header-area.sticky-menu .hamburger-menu {
  top: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .factry-header-block .main-header-area.sticky-menu .hamburger-menu {
    top: 35px;
  }
}

.factry-header-block .main-header-area.sticky-menu .menu-list {
  margin: 0;
}

.factry-header-block .main-header-area.sticky-menu .top-header-info {
  display: none;
}

.factry-header-block .main-header-area .header-custom-container .head2Icon,
.factry-header-block .main-header-area .header-custom-container .head2 {
  display: none;
}

.factry-header-block .main-header-area .header-custom-container .logo-area {
  height: 60px;
}

@media (max-width: 1399px) {
  .factry-header-block .main-header-area .header-custom-container .logo-area {
    height: auto;
  }
}

.factry-header-block .main-header-area .header-custom-container .logo-area .front {
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.factry-header-block .main-header-area .header-custom-container .logo-area a {
  width: 100%;
  height: 100%;
}

.factry-header-block .main-header-area .header-custom-container .logo-area a img {
  width: auto;
  height: 70px;
  object-fit: scale-down;
}

.factry-header-block .main-header-area .header-custom-container .custom-border {
  border-left: 2px solid rgba(248, 249, 252, 0.05);
  position: relative;
  z-index: 100;
}

@media (max-width: 992px) {
  .factry-header-block .main-header-area .header-custom-container .custom-border {
    border-left: 0px;
  }
}

.factry-header-block .main-header-area .header-custom-container .custom-border .compony-info-nav {
  padding-left: 5px !important;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info {
  border-bottom: 1px solid rgba(248, 249, 252, 0.05);
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}

@media (max-width: 992px) {
  .factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info {
    display: none;
  }
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info {
  position: relative;
  z-index: 1010;
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 3rem !important;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info .header-info-box {
  display: flex;
  align-items: center;
  line-height: 1.79;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info .header-info-box .icon i {
  margin-left: 10px;
  margin-right: 10px;
  color: var(--color-primary);
  font-size: 35px;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info .header-info-box .text-content {
  line-height: 30px;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info .header-info-box .text-content span {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info .header-info-box .text-content h6 {
  color: white;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0.5rem;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info .header-info-box .text-content .right-language .dropdown {
  line-height: 1;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info .header-info-box .text-content .right-language .dropdown .language-btn {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info .header-info-box .text-content .right-language .dropdown .language-btn i {
  color: white;
  font-size: 14px;
  font-weight: 300;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info li {
  position: relative;
  z-index: 1;
  padding-left: 49px;
  margin-right: 53px;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info li:last-child {
  margin-right: 0px;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info li::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 2px;
  background: white;
  top: 10px;
  right: -51px;
  z-index: 1;
}

@media (max-width: 992px) {
  .factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info li::before {
    display: none;
  }
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info li:last-child::before {
  display: none;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .header-info li:first-child {
  padding-left: 0;
}

@media (min-width: 992px) {
  .factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .text-lg-end {
    text-align: right !important;
  }
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .text-lg-end .social-media a {
  color: var(--color-primary);
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(232, 17, 43, 0.1);
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .text-lg-end .social-media a .iconfont {
  font-size: 18px;
  line-height: 40px;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .text-lg-end .social-media a img {
  width: 18px;
  height: 18px;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .text-lg-end .social-media a:hover {
  color: #ffffff;
  background: var(--color-primary);
}

.factry-header-block .main-header-area .header-custom-container .custom-border .top-header-info .text-lg-end .social-media a:hover img {
  width: 18px;
  height: 18px;
  filter: brightness(10000%);
}

.factry-header-block .main-header-area .header-custom-container .custom-border .nav-content {
  width: 100%;
}

@media (max-width: 992px) {
  .factry-header-block .main-header-area .header-custom-container .custom-border .nav-content {
    width: auto;
  }
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu {
  position: relative;
  z-index: 11;
}

@media (min-width: 992px) {
  .factry-header-block .main-header-area .header-custom-container .custom-border .main-menu {
    display: block !important;
    padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .factry-header-block .main-header-area .header-custom-container .custom-border .main-menu {
    padding-left: 3rem !important;
  }
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul {
  padding: 0;
  margin: 0;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li.topnav {
  max-height: 65px;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li.topnav>a {
  line-height: 4.065;
  padding: 0;
  transition: color 0.5s ease;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li.topnav:last-child>a {
  margin: 0;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li {
  list-style: none;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li a {
  padding: 24px 0 25px 0;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 60px 0 0;
}

@media (max-width: 1600px) {
  .factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li a {
    margin: 0 2rem 0 0;
  }
}

@media (max-width: 1200px) {
  .factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li a {
    margin: 0 1.5rem 0 0;
  }
}

@media (max-width: 1199px) {
  .factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li a {
    font-size: 12px;
    margin: 0 15px 0 0;
  }
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li.active,
.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li.active a,
.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li a:hover {
  color: var(--color-primary);
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li a::before {
  top: 25px;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li .sub-menu-arrow {
  float: right;
  margin-top: -5px;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li .dark {
  color: #181818;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li .sub-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  display: block;
  right: 0;
  left: 0;
  padding: 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 220px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li .sub-menu li {
  display: block;
  position: relative;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li .sub-menu li a {
  color: #181818;
  font-size: 14px;
 
  font-weight: 500;
  padding: 14px 25px;
  display: block;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li .sub-menu li a:hover {
  color: white;
  background-color: transparent;
  background: var(--color-primary);
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li .sub-menu li.active>a {
  color: white;
  background-color: transparent;
  background: var(--color-primary);
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul li .sub-menu li .sub-menu {
  /*position: absolute;*/
  /*right: 0;*/
  /*left: 100%;*/
  /*top: 0;*/
  
  position: absolute;
    right: 0;
    left: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    /* height: 500px; */
    max-height: 150px;
  
}

.factry-header-block .main-header-area .header-custom-container .custom-border .main-menu ul .menu-list {
  padding-left: 0 !important;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .right-nav {
  margin-right: 0.3rem;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .search-area {
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .search-area {
    margin-right: 0.5rem !important;
  }
}

.factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .search-area .search-input {
  color: white;
  font-size: 25px;
  line-height: 20px;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .search-area .search-input .search {
  position: relative;
  font-size: 34px;
  font-weight: 100;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  line-height: 1;
  color: #ffffff;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .change-langeuage {
  color: #fff;
  margin-right: 1rem !important;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .change-langeuage .lang-selector .current-lang {
  width: 90px;
}

@media (max-width: 1179px) {
  .factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .change-langeuage .lang-selector .current-lang {
    width: 70px;
  }
}

.factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .change-langeuage .lang-selector .current-lang em {
  color: #fff;
}

@media (max-width: 1179px) {
  .factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .change-langeuage .lang-selector .current-lang i {
    display: none;
  }
}

.factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .change-langeuage .lang-selector .lang-box {
  right: -43px;
}

@media (max-width: 1200px) {
  .factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .change-langeuage {
    margin-right: 0.5rem !important;
  }
}

.factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .hamburger-menu {
  display: inline-block;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .hamburger-menu .round-menu {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  line-height: 39px;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .hamburger-menu .round-menu .bars {
  color: #ffffff;
  font-size: 21px;
  text-align: center;
  line-height: 1;
}

.factry-header-block .main-header-area .header-custom-container .custom-border .right-nav .hamburger-menu .round-menu img {
  width: 15px;
  margin-top: -8px;
}

.factry-header-block .main-header-area.theme-menu-two {
  padding: 0px;
}

.factry-header-block .main-header-area.theme-menu-two .bg-color-light {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
  background: o-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
  backdrop-filter: blur(7.5px);
}

.factry-header-block .main-header-area.theme-menu-two .head1Icon {
  display: none !important;
}

.factry-header-block .main-header-area.theme-menu-two .head2Icon,
.factry-header-block .main-header-area.theme-menu-two .head2 {
  display: block !important;
}

.factry-header-block .main-header-area.theme-menu-two .head2Icon {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 992px) {
  .factry-header-block .main-header-area.theme-menu-two .head2Icon {
    display: none !important;
  }
}

.factry-header-block .main-header-area.theme-menu-two .head2Icon .logo-area {
  width: 100%;
}

.factry-header-block .main-header-area.theme-menu-two .head2 {
  position: absolute;
  top: 0;
  background: #181818;
  height: 106px;
  width: 100%;
  z-index: -1;
}

@media (max-width: 992px) {
  .factry-header-block .main-header-area.theme-menu-two .head2 {
    display: none !important;
  }
}

.factry-header-block .main-header-area.theme-menu-two .custom-border {
  border: 0;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.factry-header-block .main-header-area.theme-menu-two .custom-border .top-header-info {
  border: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.factry-header-block .main-header-area.theme-menu-two .custom-border .top-header-info .compony-info-nav {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

@media (min-width: 992px) {
  .factry-header-block .main-header-area.theme-menu-two .custom-border .top-header-info .compony-info-nav.col-lg-12 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.factry-header-block .main-header-area.theme-menu-two .custom-border .top-header-info .compony-info-nav .header-info {
  justify-content: end !important;
}

.factry-header-block .main-header-area.theme-menu-two .custom-border .top-header-info .social {
  display: none !important;
}

.factry-header-block .main-header-area.theme-menu-two .custom-border .nav-content {
  padding-top: 10px;
  padding-bottom: 5px;
  border: 0;
}

@media (max-width: 992px) {
  .factry-header-block .main-header-area.theme-menu-two .custom-border .nav-content {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .factry-header-block .main-header-area .header-custom-container .logo-area a img {
    width: auto;
    height: 70px;
  }
}

.factry-header-block .main-header-area.theme-menu-two.sticky-menu {
  background: #181818;
  padding: 10px 0;
}

.factry-header-block .main-header-area.theme-menu-two.sticky-menu .nav-content {
  padding: 0;
}

.factry-header-block .main-header-area.theme-menu-two.sticky-menu .bg-color-light {
  background: #181818;
}

.factry-header-block .main-header-area.theme-menu-two.sticky-menu .head2,
.factry-header-block .main-header-area.theme-menu-two.sticky-menu .top-header-info {
  display: none !important;
}

@media (max-width: 768px) {
  .factry-header-block .main-header-area.theme-menu-two {
    padding: 0px;
  }
}

.factry-header-block .slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -370px;
  width: 350px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #181818;
  z-index: 1900;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .factry-header-block .slide-bar {
    width: 350px;
  }
}

@media (max-width: 767px) {
  .factry-header-block .main-header-area .header-custom-container .logo-area a img {
    width: auto;
    height: 70px;
  }

  .factry-header-block .slide-bar {
    width: 310px;
    padding: 25px 20px;
  }
}

.factry-header-block .slide-bar .close-mobile-menu {
  color: white;
  margin-top: -8px;
  font-weight: 600;
  line-height: 30px;
}

.factry-header-block .slide-bar.show {
  right: 0;
}

.factry-header-block .slide-bar .offset-sidebar {
  display: block;
  margin-top: 39px;
  /* Fix for box sizing on Foundation Framework etc. */
}

.factry-header-block .slide-bar .offset-sidebar .mobile-menu .arrow-down {
  display: none;
}

.factry-header-block .slide-bar .offset-sidebar .offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.factry-header-block .slide-bar .offset-sidebar .offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
}

.factry-header-block .slide-bar .offset-sidebar .offset-widget .info-widget .offset-title h4 {
  letter-spacing: -1.5px;
}

.factry-header-block .slide-bar .offset-sidebar .offset-widget .info-widget p {
  color: white;
  margin-bottom: 37px;
  line-height: 30px;
  letter-spacing: 0.2px;
}

.factry-header-block .slide-bar .offset-sidebar .offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}

.factry-header-block .slide-bar .offset-sidebar .offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: white;
}

.factry-header-block .slide-bar .offset-sidebar .offset-widget .info-widget.info-widget2 p img {
  max-width: 28px;
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: none;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.factry-header-block .slide-bar .offset-sidebar .mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.factry-header-block .slide-bar .offset-sidebar .mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-nav {
  float: left;
  width: 100%;
  background: none;
  margin-top: 0;
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  /* border-top: 1px solid #383838;
        border-top: 1px solid rgba(255, 255, 255, 0.5); */
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2.13;
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 0.5em 4%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  /* filter: alpha(opacity=75);
        text-shadow: none !important; */
  visibility: visible;
  font-size: 16px;
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  line-height: 1.8;
  /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.factry-header-block .slide-bar .offset-sidebar .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-bar,
.factry-header-block .slide-bar .offset-sidebar .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu {
  position: relative;
  z-index: 11;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ul {
  padding: 0;
  margin: 0;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli {
  list-style: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli:last-child a {
  margin-right: 0;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli:last-child a:before {
  display: none;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli.active {
  color: var(--color-primary);
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli.active a {
  color: var(--color-primary);
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli a {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 60px 0 0;
  padding: 19px 0 20px 0;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli a::before {
  content: "\F282";
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 13px;
  right: -16px;
  top: 21px;
  z-index: 1;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli a::after {
  display: none;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli a i {
  font-size: 14px;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli ul.sub-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  display: block;
  right: 0;
  left: 0;
  padding: 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 220px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli ul.sub-menu li {
  display: block;
  position: relative;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli ul.sub-menu li ul.sub-menu {
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli ul.sub-menu li a {
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 25px;
  display: block;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli ul.sub-menu li a::before {
  display: none;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli ul.sub-menu li a .sub-menu-arrow {
  float: right;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli ul.sub-menu li a:hover,
.factry-header-block .slide-bar .offset-sidebar .main-menu ulli ul.sub-menu li a.active {
  color: white;
  background-color: transparent;
  background: black;
}

.factry-header-block .slide-bar .offset-sidebar .main-menu ulli:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.factry-header-block .body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.factry-header-block .body-overlay.active {
  opacity: 1;
  display: block;
}

#scrollUp {
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 90px;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  z-index: 999 !important;
}

#scrollUp i {
  color: white;
  font-size: 27px;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}