#twincode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  position: relative;
  z-index: 999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#twincode .tc-custom-desktop-menu {
  display: none !important;
}
#twincode .tc-custom-page-menu {
  justify-self: center;
  padding: 0 0.5rem !important;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#twincode .tc-custom-page-menu .menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: warp;
  flex-wrap: warp;
  margin: 0 auto;
  width: 90%;
}
#twincode .tc-custom-page-menu ul {
  margin: 0 !important;
}
#twincode .tc-custom-page-menu .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem !important;
  width: 190px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
   z-index:9999;
    position: relative;
}
#twincode .tc-custom-page-menu .logo-container img {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  z-index:9999;
    position: relative;
}
#twincode .tc-custom-page-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}
#twincode .tc-custom-page-menu .menu li {
  display: block;
  position: relative;

}
#twincode .tc-custom-page-menu .menu li:hover {
  background-color: hsla(0, 0%, 100%, 0.11);
}
#twincode .tc-custom-page-menu .menu a {
  color: #fff !important;
  display: block;
  font-weight: 400 !important;
  padding: 1rem !important;
  text-decoration: none !important;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  list-style: none;
  padding: 1rem;
  text-decoration: none;
 
}
#twincode .tc-custom-page-menu .menu .sub-menu {
  background-color: #000;
  display: block;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 220px;
  opacity: 0;
  position: absolute;
  top: 3rem;
  z-index: 9999 !important;
}
#twincode .tc-custom-page-menu .menu .sub-menu li {
  display: block;
}
#twincode .tc-custom-page-menu .menu .sub-menu ul {
  margin: 0 !important;
}
#twincode .tc-custom-page-menu .menu .sub-menu a {
  display: block;
}
#twincode .tc-custom-page-menu .menu  a:hover {
  background-color: rgb(1,1,1);
   color: #00ffbc !important;
}
#twincode .tc-custom-page-menu .menu>li:hover>a {
    background-color: rgb(1,1,1);
    color: #00ffbc;
}

#twincode .tc-custom-page-menu .menu>li::nth-child(1) {
 color: #00ffbc;
}

#twincode .tc-custom-page-menu li:hover .sub-menu {
  opacity: 1;
}
#twincode .tc-custom-page-menu li:hover .sub-menu:hover {
  opacity: 1;
   color: #fff !important;
}
#twincode .tc-custom-page-menu .menu .sub-menu a {
  color: #fff !important;
}
#twincode .tc-custom-page-mobile-menu {
  background-color: #000 !important;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#twincode .tc-custom-page-mobile-menu .burger-menu {
  height: 100%;
}
#twincode .tc-custom-page-mobile-menu .burger-menu div {
  background-color: #fff;
  height: 2px;
  margin-bottom: 2px;
  width: 20px;
}
#twincode .tc-custom-page-mobile-menu .menu {
  font-size: 14.59px;
  background-color: #000 !important;
  display: inline;
  -ms-flex-wrap: warp;
  flex-wrap: warp;
  left: 0;
  position: absolute;
  top: 4rem;
  width: 100%;
}
#twincode .tc-custom-page-mobile-menu .menu .sub-menu {
  background-color: #000;
  display: block;
  opacity: 1;
  padding-left: 1.5rem;
  position: relative;
  top: 0;
}
#twincode .tc-custom-page-mobile-menu .menu a {
  display: block;
  padding: 1rem;
  text-decoration: none;
}
#twincode .tc-custom-page-mobile-menu .menu a:hover {
  background-color: rgb(1,1,1);
}
#twincode .tc-custom-page-mobile-menu .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  cursor: pointer !important;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
#twincode .tc-custom-page-mobile-menu .logo-container img {
  width: 150px;
  z-index: 9999 !important;
    position: relative !important;
}
#twincode .tc-custom-page-mobile-menu .logo-container span {
  color: #fff;
  font-size: 2.5rem !important;
}
#twincode .menu-landing-page-menu-1 .menu {
  display: none;
}

.et-db #et-boc .et-l .et_builder_inner_content {
  position: relative;
  z-index: auto !important;
}

.tc-custom-desktop-menu {
  background-color: #000 !important;
}
.tc-custom-desktop-menu .sub-menu {
  background-color: #000 !important;
}

.tc-custom-page-mobile-menu {
  background-color: #000 !important;
}
.tc-custom-page-mobile-menu .sub-menu {
  background-color: #000 !important;
}

.tc-transparent {
  background-color: transparent !important;
  position: absolute !important;
  width: 100% !important;
}
.tc-transparent .tc-custom-desktop-menu {
      background-color: rgba(1,1,1,0.2) !important;
}
.tc-transparent .menu {
  background-color: transparent !important;
}

.tc-transparent .sub-menu {
  background-color: rgba(0, 0, 0, 0.671) !important;
}
.tc-transparent .sub-menu a:hover {
  background-color: #00ffbc !important;
 color: #fff !important;
}
.tc-transparent li {
  background-color: transparent;
}

@media screen and (min-width: 1000px) {
    #twincode .tc-custom-page-menu li:hover a {
  background-color: rgba(0, 0, 0, 0.588);
}
  #twincode .tc-custom-desktop-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0 0.5rem !important;
  }
  #twincode .tc-custom-desktop-menu .sub-menu {
    display: none !important;
  }
  #twincode .tc-custom-desktop-menu .menu li:hover .sub-menu {
    display: block !important;
  }
  #twincode .tc-custom-page-mobile-menu {
    display: none !important;
  }
}

.tc-custom-page-mobile-menu .menu {
  display: none !important;
}

.tc-custom-page-mobile-menu.open .menu {
  display: block !important;
}