.foro-header {
  padding-bottom: 92px;
}
.foro-header-wrap-in {   
  display: flex;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 4px;
  padding-left: 5%;
  padding-right: 5%;
  align-items: end;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1030;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.foro-header-wrap-in.sticky {
  padding-top: 10px;
}
.foro-desktop-logo a {
  display: flex;
}
.foro-desktop-menu ul{
  display: flex;
  list-style-type: none;
  padding:0px;
  margin:0px;
  align-items: end;
}

.container-fluid.main {
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.foro-overflow-page-hide .container-fluid.main {
  transform: translate3d(300px, 0px, 0px);
}
.foro-sidebar-overlay {
  background: rgba(0,0,0,0.1);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
  display: none;
}
.foro-sidebar-overlay.foro-sidebar-overlay-open {
  display: block;
}
#foro-sidebar{
  height: 100%;
  width: 300px;  
  position: fixed;  
  top: 0;
  left: 0;
  margin-left: -303px;
  background: #000000;
  padding-bottom: 60px;
  border-right: 3px solid #fff;
  z-index: 1100;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;  
}
#foro-sidebar.collapsed{
  margin-left: -3px;
}
.foro-mobile-menu {
  height: calc(100vh - 200px);
  overflow: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.foro-desktop-logo {
  text-align: center;
  padding: 0px 50px;
}
.foro-header-inner li.hs-menu-item {
  margin: 0 0px 0 0px;
  transform: skewX( -10deg);
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
}
.foro-header-inner .foro-desktop-menu .hs-menu-children-wrapper li.hs-menu-item a:hover {
  background-color: #e5e2e2 !important;
}
.foro-sidebar-margin {
  overflow: hidden;
}
.hs-site-page{
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all 0.5s;
}
.foro-header-inner .hs-menu-children-wrapper li.hs-menu-item {
  width: 100%;
}
.foro-header-inner .hs-item-has-children li a {
  font-size: 15px;
  display: block;
  font-size: 15px !important;
  color: #000 !important;
  background-color: rgb(229, 226, 226) !important;
}
.foro-header-inner li.hs-menu-item {
  flex: 1;
}
.foro-header-inner li.hs-menu-item::marker {
  font-size: 0;
}
.foro-header-inner li.hs-menu-item a:hover {
  background-color: rgba(11, 133, 66, 0.6) !important;
}
.foro-header-inner li.hs-menu-item a span{
  transform: skewX( 10deg);
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  color: #fff;
  display: block;
}
.foro-header-inner li.hs-menu-item a{
  padding: 13px 20px;
  color: #fff;
  background-color: rgb(11, 133, 66);
  border: 1px solid rgba(255, 255, 255, 0.13);
  margin-top: 4px;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  text-align: center;
  position: relative;
  margin-right: 5px;
  line-height: 24px;
}
.foro-sidenav-wrapper a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.foro-sidenav-wrapper a:hover {
  color: #f1f1f1;
}
.foro-sidenav-wrapper .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.foro-header-inner .hs-menu-children-wrapper li.hs-menu-item {
  flex: unset;
  width: fit-content;
}
.foro-desktop-menu{
  display:block;
  width: 100%;
}
.foro-mobile-hamburger{
  display:none;
}
.foro-desktop-logo img {
  max-width: 175px;
}
.foro-mobile-logo img {
  max-width: 195px;
}
.foro-desktop-logo h1.logo-company-name {
  font-size: 10px;
}
.foro-mobile-logo{
  display:none;
}
.foro-header-inner .hs-item-has-children a p {
  display: none;
}

/* for home page sticky */
.hs-content-id-55013417058 .foro-header-wrap-in.home-sticky {
  position: fixed;
  bottom: unset !important;
  justify-content: start;
  top: 0px !important;
  flex-direction: revert;
  background-color: white;
  width: 100%;
  left: 0px;
  right: 0px;
  padding-left: 5%;
  padding-right: 5%;
  transition: unset;
  padding-bottom: 0px !important;
}
.hs-content-id-55013417058 .foro-header-wrap-in.home-sticky .foro-desktop-logo {
  display: block;
}
.hs-content-id-55013417058 .foro-header-wrap-in.home-sticky .foro-mobile-logo.foro-desk-left{
  display:none;
}
/* end */

/* comman menu css */
.foro-desktop-menu ul li:nth-child(2) ul {
  width: 421% !important;
  left: 0px !important;
}
.foro-desktop-menu ul li:nth-child(3) ul {
  left: -575px !important;
  width: 500% !important;
}
.foro-desktop-menu ul li:nth-child(5) ul {
  width: 100% !important;
}
.hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
  left: -607px !important;
  width: 500% !important;
}
/* end */
@media (max-width: 1850px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    left: -555px !important;
    width: 500% !important;
  }
  .hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
    left: -555px !important;
    width: 500% !important;
  }
}

@media (max-width: 1799px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    left: -541px !important;
    width: 500% !important;
  }
  .hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
    left: -575px !important;
    width: 486% !important;
  }
}
@media (max-width: 1749px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    left: -520px !important;
  }
}
@media (max-width: 1699px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    width: 483% !important;
    left: -503px !important;
  }
  .hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
    width: 483% !important;
    left: -542px !important;
  }
}
@media (max-width: 1599px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    width: 570% !important;
    left: -465px !important;
  }
  .hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
    width: 478% !important;
    left: -510px !important;
  }
}
@media (max-width: 1499px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    width: 619% !important;
    left: -430px !important;
  }
  .hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
    width: 500% !important;
    left: -479px !important;
  }
}
@media (max-width: 1440px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    width: 619% !important;
    left: -407px !important;
  }
  .hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
    width: 492% !important;
    left: -460px !important;
  }
}
@media (max-width: 1399px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    width: 644% !important;
    left: -392px !important;
  }
  .hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
    width: 500% !important;
    left: -447px !important;
  }
  .hs-content-id-55013417058 .foro-header-inner li.hs-menu-item a {
    font-size: 12px !important;
  }
}
@media (max-width: 1366px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    left: -382px !important;
  }
  .hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
    width: 498% !important;
    left: -436px !important;
  }
}
@media (max-width: 1299px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    width: 627% !important;
    left: -381px !important;
  }
  .hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
    left: -416px !important;
  }
  .foro-header-inner li.hs-menu-item a {
    font-size: 12px !important;
  }
  .foro-desktop-logo {
    text-align: center;
    padding: 0px 20px;
  }
  .foro-header-inner li.hs-menu-item a {
    padding: 13px 12px;
  }  
}
@media (max-width: 1249px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    left: -365px !important;
  }
  .hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
    left: -399px !important;
  }
}
@media (max-width: 1199px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    width: 627% !important;
    left: -345px !important;
  }
  .hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
    left: -383px !important;
  }
}
@media (max-width: 1149px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    left: -330px !important;
  }
}
@media (max-width: 1099px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    width: 627% !important;
    left: -310px !important; 
  }
  .hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
    left: -351px !important;
  }
}
@media (max-width: 1049px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    width: 627% !important;
    left: -292px !important;
  }
  .hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
    left: -338px !important;
  }
}
@media (max-width: 1025px){
  .foro-desktop-menu ul li:nth-child(3) ul {
    left: -283px !important;
  }
  .hs-content-id-55013417058 .foro-desktop-menu ul li:nth-child(3) ul {
    left: -329px !important;
  }
}

@media (min-width: 1024px) {  
  .hs-item-has-children a ~ p {
    display: none;
  }
  .foro-header-inner .hs-menu-wrapper .hs-item-has-children:hover>.hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    top: 55px;
    padding: 0px;
    display: flex !important;
    width: 500%;
  }
  .foro-header-inner .hs-menu-wrapper .hs-menu-children-wrapper {
    left: -9999px;
    opacity: 0;
    position: absolute;
        display: none;
  }
  .foro-sidebar-overlay {
    display: none;
  }
  #foro-sidebar.collapsed {
    display: none;
  }
}
@media (max-width: 1024px) {
  .foro-header {
    padding-bottom: 0;
  }
  .foro-mobile-hamburger img {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
  }
  .foro-angle-rotate {
    transform: rotate(90deg);
  }
  ul.hs-menu-children-wrapper.mobile-submenu-show {
    display: block !important;
  }
  .hs-item-has-children a ~ p span {
    color: white;
  }
  .hs-item-has-children a ~ p{
    position: absolute;
    z-index: 43545;
    right: 6px;
    padding: 0;
    top: 0px;
    font-size: 30px;
    line-height: 52px;
    color: white;
    margin: 0;
    width: 52px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 52px;
    text-align: center;
  }
  .hs-menu-children-wrapper {
    display: none !important;
    width: 100%;
    padding: 20px;
  }
  .foro-header-inner li.hs-menu-item a {
    text-align: left;
    margin-right: 0px;
  }
  .hs-item-has-children a {
    display: flex !important;
    justify-content: space-between;
  }
  .foro-header-inner .hs-item-has-children a p{
    display: block;
    background-color: red;
    padding: 0px 12px;
    margin: 0px;
  }
  .foro-mobile-menu .hs-item-has-children a:after {
    content: "" !important;
    display: none;
  } 
  .foro-mobile-toggle-show ~ ul.hs-menu-children-wrapper {
    display: block !important;
    opacity: 1 !important;
    position: inherit !important;
  }
  .foro-hamburger-click {
    margin-right: 0;
  }
  .foro-header-wrap-in {
    padding: unset; 
    display: unset;  
  }
  .foro-desk-left {
    position: absolute;
  }
  .hs-menu-children-wrapper li.hs-menu-item a:after {
    content: "";
  }
  .foro-header-inner .hs-item-has-children li a {
    font-size: 16px !important;
  }
  .foro-header-inner .hs-menu-children-wrapper li.hs-menu-item a:hover {
    background-color: rgb(229 226 226) !important;
    color: black !important;
  }
  .foro-header-inner .hs-menu-children-wrapper li.hs-menu-item {
    width: 100%;
  }
  .foro-overflow-page-hide{
    overflow: hidden !important;   
  }
  .foro-header-inner li.hs-menu-item a span {
    transform: unset !important;
    font-size:21px;
  }
  .foro-header-inner ul {
    padding: 0;
    margin-top: 0;
  }
  .foro-desktop-menu{
    display:none;
  }
  .foro-mobile-hamburger{
    display: inline-flex;
    position: fixed;
    z-index: 9999;
    top: 4px;
    right: 10px;
    padding: 0;
    color: white;
    font-weight: 900;
    -webkit-appearance: value;
    background: rgba(11, 133, 66, 0.24);
    padding: 10px;
  }
  .foro-desktop-menu,.foro-desktop-logo{
    display:none; 
  }
  .foro-mobile-logo{
    display:block;
  }
  .foro-mobile-logo.foro-desk-left {
    display: none;
  }
  .foro-desktop-logo{
    display:none;
  }
  .foro-header-inner li.hs-menu-item {
    transform: none;
    position: relative;
    flex: unset;
  }
  .foro-mobile-menu .hs-item-has-children a:after {
    content: ">";
    position: absolute;
    color: white;
    right: 10px;
    top: 14px;
    font-size: 30px;
  }
  .foro-sidenav-wrapper a {
    padding: 30px 20px 0px 20px;
    text-align: center;
  }
  .hs-content-id-55013417058 .foro-header-inner .hs-item-has-children li a {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  .foro-overflow-page-hide .foro-mobile-logo.foro-desk-left {
    left: 300px;
  }
  .foro-mobile-logo.foro-desk-left {
    display: block;
  }
  .foro-mobile-logo.foro-desk-left img {
    max-width: 188px;
    padding: 0 20px;
  }
}

@media screen and (max-height: 450px) {
  .foro-sidenav-wrapper {padding-top: 15px;}
  .foro-sidenav-wrapper a {font-size: 18px;}
}
.foro-header-inner ul li a {
  text-decoration: none !important;
}