.header.positionone {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1256px;
  padding: 32px 20px;
  position: relative
}

.menu-item-with-children {
  color: #000;
  display: flex;
  gap: 8px;
  align-items: center;
}

.nav-item.nav_item.dropdown.drop-down{
	padding: .5rem 1.75rem;
}

.header.positionone .header_inner .botom_content .m_right_content .language button,.header.positionone .navbar_nav .submenu>li>a,.top-header .language button {
  color: var(--semantic-text-color-neutral,#232a2f)
}

.header.positionone .navbar_nav .submenu>li>a:active,.header.positionone .navbar_nav .submenu>li>a:hover,.navbar_nav .submenu li .submenu>li>a.active,.navbar_nav .submenu li .submenu>li>a:hover {
  color: var(--semantic-text-color-green,#00602d)
}

.mobile_header_panel .mobile-menu ul>li>a {
  color: #232a2f
}

.mobile_header_panel .mobile-menu .container-top ul>li>a {
  color: #fff
}

.mobile_header_panel .dropdown_box {
  bottom: 100%;
}

.mobile_header_panel .mobile-menu ul>li>.lang_switcher_link {
  padding: 0;
}

.nav-item .menu-item-with-children svg {
  transition: transform 0.5s ease;
  transform: rotate(0deg);
}
.nav-item.active_menu .menu-item-with-children svg,
.nav-item:hover .menu-item-with-children svg {
  transform: rotate(180deg);
}

.header.positionone .navbar_nav .submenu.level-1>li>a {
  padding-right: 40px
}

.header.positionone .navbar_nav .submenu.level-1>li:first-child>a {
  padding-left: 0
}

.header.positionone .header_inner .botom_content .m_right_content .language button,
.header.positionone .header_inner .botom_content .m_right_content ul li svg path,
.top-header .language button {
  fill: #0f0e0e
}

.header.positiontwo {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 990
}

.header.positiontwo .header_inner .botom_content .m_right_content .language button,.top-header .language button,body .header.positiontwo .navbar_nav .submenu>li>a {
  color: #fff
}

.container-top {
  align-items: center;
  background: #00602d;
  display: flex
}

.container-top,.top-header {
  justify-content: flex-end;
  width: 100%
}

.top-header {
  margin: auto;
  max-width: 1256px;
  padding: 24px 20px
}

.top-header ul {
  padding: 0
}

.top-header .submenu {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  max-width: 1256px
}

.top-header .submenu li {
  list-style: none;
  padding: 0
}

.header.positiontwo .navbar_nav .submenu li .submenu>li>a {
  color: var(--menu-color)
}

.top-header ul {
  margin: 0
}

.top-header ul li {
  padding-bottom: 0
}

.top-header ul li a {
  color: #fff
}

.top-header .dropdown_toggle {
  color: #fff;
  font-weight: 500
}

.header.header_style_one .logo_box {
  background: var(--primary-color-one);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  min-width: 220px;
  position: relative;
  z-index: 11;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header.header_style_one .logo_box img {
  margin: auto;
  max-width: 128px
}

.header .header_inner,.header .header_inner .botom_content {
  position: relative
}

.header .header_inner .botom_content .inner_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end
}

.header .header_inner .botom_content .m_right_content ul {
  margin-bottom: 0;
  padding-left: 0;
  position: relative
}

.header .header_inner .botom_content .m_right_content ul li {
  display: inline-block;
  list-style: none;
  padding-bottom: 0;
  pos
}

.header .header_inner .botom_content .m_right_content ul li svg {
  height: unset;
  width: 20px
}

.header .header_inner .botom_content .m_right_content ul li svg path {
  fill: #fff
}

.header .header_inner .botom_content .m_right_content .language,.top-header .language {
  list-style: none;
  position: relative
}

.header .header_inner .botom_content .m_right_content .language button {
  color: #000
}

.header .header_inner .botom_content .m_right_content .language button small,
.top-header .language button small {
  background: #00602d;
  border-radius: 30px;
  line-height: 35px;
  margin-right: 5px;
  text-align: center;
}

.header .header_inner .botom_content .m_right_content .language button small svg,
.top-header .language button small svg {
  height: auto;
  width: 20px
}

.header .header_inner .botom_content .m_right_content .language button small svg path,
.top-header .language button small svg path {
  fill: #fff
}

.top-header-mobile {
  display: none!important
}

.nav-item.nav_item,.nav-item.nav_item:active,.nav-item.nav_item:hover {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .14px;
  line-height: 140%;
  padding: 0
}

.submenu-svg {
  display: none
}

@media screen and (max-width: 1024px) {
	.nav-item.nav_item.dropdown.drop-down{
		padding-left: 0;
	}
	
  .top-header-mobile {
    align-items:flex-start!important;
    display: flex!important;
    flex-direction: column;
    padding: 16px
  }

  .header.positionone,.navbar_nav .submenu {
    padding: 0 16px
  }

  .top-header .submenu {
    flex-direction: column;
    gap: 0;
    padding: 0
  }

  .top-header-desktop {
    display: none!important
  }

  .top-header ul,button.dropdown_toggle {
    padding-left: 0
  }

  .header .header_inner .botom_content .inner_box {
    flex-direction: row-reverse;
    gap: 16px;
    padding: 20px 0!important
  }

  .header.header_style_one .logo_box {
    padding: 20px 0!important
  }
}

@media (max-width: 768px) {
  .header.header_style_one .logo_box {
    border-radius:0 0 20px 20px;
    min-width: fit-content;
    padding: 20px 0!important
  }

  .header.header_style_one .header_inner .botom_content .inner_box {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: flex-start!important
  }
  .header .header_inner .botom_content .m_right_content ul {
    position: relative;
  }

  ul li .content_dropdown .dropdown_box.search_bx {
    right: 0 !important;
    width: stretch;
    max-width: 100% !important;
  }
	
	.active-branch>li.hs-item-has-children,
	.navbar_nav .submenu>li.dropdown {
  padding: 16px 0;
}
}

@media (min-width:768px) {
	.header .header_inner .botom_content .m_right_content .language,
	.top-header .language {
  margin-left: 40px;
}
}