.header {
display: block;
width: 100%;
z-index: 9999;
position: fixed;
top: 30px;
left: 0;
transition: transform 0.35s ease;
}
.scroll-up {
top: 0;
background: #ffffff;
box-shadow: rgb(99 99 99 / 9%) 0px 2px 8px 0px;
transition: transform 0.35s ease;
}
.scroll-up .v-center {
background: #fff !important;
border-radius: 0 !important;
transition: transform 0.35s ease;
}
.header.is-sticky {
top: 0;
transform: translateY(-100%);
transition: transform 0.35s ease;
}
.menu_dark header {
background: #FFFFFF;
}
.header .item-left {
flex: 0 0 12%;
}
.nav_products ul li a {
text-decoration: none;
color: #353535;
font-size: 15px;
font-weight: 400;
}
.nav_products ul li {
line-height: 34px;
}
.logo img {
width: 135px;
filter: brightness(0) invert(1);
}
.header .item-center {
flex: 0 0 76%;
}
.header .item-right {
flex: 0 0 10%;
display: flex;
justify-content: flex-end;
}
.menu-item-has-children > iconify-icon {
position: absolute;
right: -21px;
opacity: .8;
}
.v-center {
align-items: center;
background: #0000005e;
border-radius: 50px;
border: 1px solid #ffffff1c;
padding: 0 10px;
transition: transform 0.35s ease;
}
.menu-main {
padding: 0;
margin: 0;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
}
.header .menu > ul > li {
display: inline-block;
line-height: 65px;
margin-left: 30px;
}
.select_language a {
text-decoration: none;
color: #FFFFFF8C;
font-size: 14px;
font-weight: 300;
}
.select_language .active{
color: #fff;
font-weight: 600;
}
.select_language span{
color: #FFFFFF8C;
font-size: 14px;
font-weight: 300;
}
.select_language {
display: flex;
align-items: center;
gap: 8px;
}
.header .menu > ul > li > a {
font-size: 14px;
font-weight: 400;
color: #FFFFFFCC;
position: relative;
text-transform: capitalize;
transition: color 0.3s ease;
text-decoration: none;
display: flex;
align-items: center;
}
.header .menu > ul > li > a img {
opacity: .7;
}
.sectionfixed .menu > ul > li > a img {
filter: brightness(0);
}
.header .menu > ul > li .sub-menu {
position: absolute;
z-index: 500;
transition: all 0.5s ease;
margin-top: 25px;
opacity: 0;
visibility: hidden;
background: rgb(0 0 0 / 44%);
border-radius: 16px;
backdrop-filter: blur(5px);
border: 1px solid #ffffff0d;
overflow: hidden;
}
.down_arrow {
position: absolute;
right: -24px;
font-size: 22px;
}
.about_menu {
margin-left: 50px !important;
}
.menu-main .active a {
color: #3028ff !important;
font-weight: 600 !important;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
margin-top: 0;
visibility: visible;
opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
line-height: 1;
}
.menu_dark .menu > ul > li > a {
color: #000;
}
.menu_dark .menu > ul > li > a:hover {
color: #000000a8!important;
}
.menu_dark  .menu > ul > li > a img {
opacity: .7;
filter: brightness(0);
}
.header .menu > ul > li .sub-menu > ul{
padding: 0;
margin: 0;
list-style: none;
}
.header .menu > ul > li .sub-menu > ul > li > a {
display: flex;
padding: 12px 20px;
font-size: 14px;
color: #ffffff;
transition: color 0.3s ease;
text-decoration: none;
text-transform: capitalize;
width: 100%;
border-bottom: 1px solid #ffffff0d;
align-items: center;
justify-content: space-between;
font-weight: 300;
}
.header .menu > ul > li .sub-menu > ul > li > a:hover {
background: #1b13d5;
}
.header .menu > ul > li .single-column-menu {
min-width: 240px;
max-width: 490px;
margin-left: -30px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
line-height: 1;
display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
padding: 10px 0;
display: inline-block;
color: #555555;
transition: color 0.3s ease;
text-decoration: none;
font-size: 15px;
}
.nav_categories ul li a {
text-decoration: none;
padding: 15px 20px !important;
border-bottom: 1px solid #ffffff0d;
width: 100%;
color: #ffffff !important;
display: flex !important;
align-items: center;
justify-content: space-between;
}
.nav_categories ul li a iconify-icon{
font-size: 20px!important;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
left: 50%;
transform: translateX(-50%);	
}
.nav_products {
padding: 20px 20px 10px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4{
max-width: 1100px;
width: 100%; 	
display: flex;
flex-wrap: wrap;
}
.nav_categories {
background: #2e7d32;
}
.nav_categories ul {
padding: 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
flex:0 0 25%;
}
.nav_products .title {
font-size: 17px;
color: #2e7d32;
font-weight: 600;
line-height: 1;
border-bottom: 1px solid #2e7d3217;
padding-bottom: 10px;
margin-bottom: 10px;
}
.nav_products ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
align-items: center;
column-gap: 25px;
flex-wrap: wrap;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
max-width: 100%;
width: 100%;
vertical-align: middle;
margin-top: 10px;
height: 300px;
object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover, .header .menu > ul > li .sub-menu > ul > li > a:hover {
color: #ffffff;
}
.mobile-menu-head,
.mobile-menu-trigger{
display: none;
}
.nav_categories ul .active a {
background: #205523;
color: #fff !important;
} @media(max-width: 1218px){
#menu_light .header .menu > ul > li > a:hover {
background: #1b13d5;
}
.header {
top: 0;
background: #ffffff;
border-bottom: 1px solid #0000000a;
}
#menu_light .v-center {
background: #ffffff!important;
border: 0important;
}
.nav_products ul{
display: inline-block;
}
.product_group.active {
display: inline-block!important;
width: 100%!important;
}
.header .item-center{
order:3;
flex:0 0 100%;
}
.v-center {
justify-content: space-between;
border-radius: 0;
padding: 20px 10px;
border: 0;
}
.header .mobile-menu-trigger {
display: flex;
cursor: pointer;
align-items: center;
justify-content: center;
margin-left: 10px;
}
.menu_dark .header .mobile-menu-trigger span{
background: #000;
}
.menu_dark .header .mobile-menu-trigger span:before,
.menu_dark .header .mobile-menu-trigger span:after{
background: #000;
}
.header .mobile-menu-trigger span {
display: block;
height: 2px;
background-color: #0f0f0f;
width: 24px;
position: relative;
}
.header .mobile-menu-trigger span:before,
.header .mobile-menu-trigger span:after{
content: '';
position: absolute;
left:0;
width: 100%;
height: 100%;
background-color: #0f0f0f;
}
.sectionfixed .mobile-menu-trigger span:before,
.sectionfixed .mobile-menu-trigger span:after{
background-color: #000;
}
.sectionfixed .mobile-menu-trigger span{
background: #000;
}
.header .mobile-menu-trigger span:before{
top:-6px;
}
.header .mobile-menu-trigger span:after{
top:6px;
}
.header .item-right{
align-items: center;
flex: 0 0 50%;
}
.header .menu {
position: fixed;
width: 320px;
background-color: #3028ff;
left: 0;
top: 0;
height: 100%;
overflow: hidden;
transform: translate(-100%);
transition: all 0.5s ease;
z-index: 1099;
}
#menu_light .header .menu > ul > li > a {
color: #ffffff!important;
}
.header .menu.active{
transform: translate(0%);	
}
.header .menu > ul > li{
line-height: 1;
margin:0;
display: block;
}
.about_menu {
margin-left: 0px !important;
}
.header .menu > ul > li > a {
line-height: 50px;
height: 50px;
padding: 0 50px 0 15px;
display: flex;
border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.header .menu  ul  li  a .down_arrow{
position: absolute;
height: 50px;
top:0;
right: 0;
text-align: center;
transform: rotate(-90deg);
font-size: 22px;
}
.header .menu .mobile-menu-head {
display: flex;
height: 50px;
border-bottom: 1px solid rgb(255 255 255 / 10%);
justify-content: space-between;
align-items: center;
position: relative;
z-index: 501;
position: sticky;
background-color: #3028ff;
top: 0;
}
.header .menu .mobile-menu-head .go-back {
height: 50px;
width: 50px;
border-right: 1px solid rgb(255 255 255 / 10%);
cursor: pointer;
text-align: center;
color: #ffffff;
font-size: 24px;
display: none;
align-items: center;
justify-content: center;
}
.header .menu .mobile-menu-head.active .go-back{
display: flex;
}
.header .menu .mobile-menu-head .current-menu-title {
font-size: 15px;
font-weight: 500;
color: #ffffff;
}
.header .menu .mobile-menu-head .mobile-menu-close {
height: 50px;
width: 50px;
border-left: 1px solid rgb(255 255 255 / 10%);
cursor: pointer;
text-align: center;
color: #ffffff;
font-size: 25px;
}
.menu-main .active a {
color: #ffffff !important;
}
.header .menu .menu-main {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
display: block;
}
.header .menu > ul > li > a {
color: #000000a8;
}
.header .menu > ul > li > a img {
filter: brightness(0);
}
.header .menu > ul > li .sub-menu.mega-menu,
.header .menu > ul > li .sub-menu{
visibility: visible;
opacity: 1;
position: absolute;
box-shadow: none;
margin:0;
top:0;
left:0;
width: 100%;
height: 100%;
padding-top: 50px;
max-width: none;
min-width: auto;
display: none;
transform: translateX(0%);
overflow-y: auto;
}
.header .menu > ul > li .sub-menu.active{
display: block;
}
@keyframes slideLeft{
0%{
opacity:0;
transform: translateX(100%);
}
100%{
opacity:1;
transform: translateX(0%);	
}
}
@keyframes slideRight{
0%{
opacity:1;
transform: translateX(0%);
}
100%{
opacity:0;
transform: translateX(100%);	
}
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
margin-top:0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
margin-bottom: 20px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
margin-bottom:0px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
flex: 0 0 100%;
padding: 0px;
}
.header .menu > ul > li .sub-menu > ul > li > a, .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
display: flex;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
margin-bottom: 15px;
}
.menu-overlay{
position: fixed;
background-color: rgba(0,0,0,0.5);
left:0;
top:0;
width: 100%;
height: 100%;
z-index: 1098;
visibility: hidden;
opacity:0;
transition: all 0.5s ease;
}
.menu-overlay.active{
visibility: visible;
opacity:1;	
}
.header .menu > ul > li .sub-menu > ul > li > a {
padding: 18px 20px;
border-bottom: 1px solid rgb(255 255 255 / 10%);
color: #fff !important;
}
}
#menu_light .v-center {
background: #EFEFEF;
border: 1px solid #00000000;
}
#menu_light .logo img {
filter: url();
}
#menu_light .header .menu > ul > li > a {
font-weight: 500;
color: #171717CC;
}
#menu_light .select_language a {
text-decoration: none;
color: #171717CC;
font-size: 14px;
font-weight: 300;
}
#menu_light .select_language .active{
color: #3028ff;
font-weight: 600;
}
#menu_light .select_language span{
color: #171717CC;
font-size: 14px;
font-weight: 300;
}
#menu_light .select_language {
display: flex;
align-items: center;
gap: 5px;
}
#menu_light .header .menu > ul > li .sub-menu {
background: #3028ff;
}
.contact_form {
background: #fff;
padding: 50px 40px;
border-radius: 10px;
}