
/* header */
.header {
    display: block;
    width: 100%;
    z-index: 9999;
    left: 0;
    transition: transform 0.35s ease;
    position: fixed;
    background: #ffffff00;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #ffffff0f;
}
.logo img {
    width: 180px;
}
.logo02 {
    display: none;
}
.scroll-up .logo02 {
    display: block;
}
.scroll-up .logo01 {
    display: none;
}
.scroll-up {
    transition: transform 0.35s ease;
    box-shadow: rgb(149 157 165 / 14%) 0px 8px 24px;
    background: #fff;
}

header.is-sticky {
    top: 0;
    transform: translateY(-100%);
    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;
    transition: transform 0.35s ease;
    background: #fff;
    box-shadow: rgb(99 99 99 / 8%) 0px 2px 8px 0px;
}
.menu_dark header {
    background: #FFFFFF;
}
.header .item-left {
    flex: 0 0 20%;
}
 .nav_products ul li a {
    text-decoration: none;
    color: #353535;
    font-size: 15px;
    font-weight: 400;
}
.nav_products ul li {
    line-height: 34px;
}
.header .item-center {
    flex: 0 0 65%;
}
.header .item-right {
    flex: 0 0 15%;
    display: flex;
    justify-content: right;
}
.menu-item-has-children > iconify-icon {
    position: absolute;
    right: -21px;
    opacity: .8;
}
.v-center {
    align-items: center;
    transition: transform 0.35s ease;
}
.menu-main {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: right;
    justify-content: center;
}
.header .menu > ul > li {
    display: inline-block;
    line-height: 65px;
    margin-left: 40px;
    position: relative;
}
.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: 500;
    color: #ffffffe6;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.header.is-sticky .menu > ul > li > a {
    color: #000000;
}
.header.is-sticky .menu-main .active a {
    color: #F5821F !important;
}
.header.is-sticky .logo img {
    filter: unset;
}
.header.is-sticky .nav-menu-btn img {
    filter: unset;
}
.hide_menu{
    display: none!important;
}
.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: #f5821f;
    /* 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: #f5821f !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: 15px;
    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: 600;
}
.header .menu > ul > li .sub-menu > ul > li > a:hover {
    background: #f97300;
}

.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;
}
/*responsive*/
@media(max-width: 1100px){
    .header.is-sticky{
        transform: unset;
    }

    .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;
    }
    .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: #ffffff;
        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: #ffffff;
	}
    .header.is-sticky .mobile-menu-trigger span{
        background: #000;
    }
    .header.scroll-up .mobile-menu-trigger span{
        background: #000;
    }
    .header.scroll-up .mobile-menu-trigger span:before,
	.header.scroll-up .mobile-menu-trigger span:after{
        background: #000;
    }
    .scroll-up .logo02 {
    display: none;
}
    .scroll-up .logo01 {
    display: block;
}
    .header.is-sticky .mobile-menu-trigger span:before,
	.header.is-sticky .mobile-menu-trigger span:after{
        background: #000;
    }
	.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 25%;
    }
    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #F5821F;
        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;
        position: unset;
	}
    .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%);
        color: #fff !important;
    }
    .header.is-sticky .menu-main .active a {
    color: #ffffff !important;
}
.header .menu > ul > .active::after{
    display: none;
}
	.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: #F5821F;
        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;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .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;
        background: #F5821F;
	}
.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: #F5821F;
    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: 8px;
}
#menu_light .header .menu > ul > li .sub-menu {
    background: #F5821F;
}

/* sidebar */
.nav-menu {
    position: fixed;
    width: 370px;
    height: 100%;
    background: #00378a;
    left: -370px;
    transition: all 0.6s ease-out;
    top: 0;
    z-index: 9999;
    padding: 50px 0px;
    display: grid;
    align-content: center;
    gap: 50px;
    overflow: hidden;
    border-right: 1px solid #ffffff14;
}
.nav-menu.show {
  left: 0px;
}

/* Burger Menu */
.burger-menu-container {
  display: flex;
  justify-content: flex-end;
}

.nav-menu-btn {
  display: block;
  cursor: pointer;
  
  padding: 6px 0;
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 2px;
    background: #d52228;
    margin: 0px 1px 5px;
    transition: 0.4s;
    border-radius: 180px;
}


.bar2 {
    width: 18px;
}

.top-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 9;
}
.nav-list a:hover {
    color: #ffffff;
    transition: all .5s linear;
    background: #012a69;
}
.nav-list a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    text-transform: capitalize;
    text-align: left;
    transition: all .5s linear;
    border-bottom: 1px solid #ffffff1f;
    padding: 15px 30px;
}
.nav-menu-btn img {
    width: 28px;
    opacity: 1;
    filter: brightness(0) invert(1);
}
.nav_close {
    color: #ffffff;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    text-transform: uppercase;
    padding: 0;
    display: flex;
}
.scroll-up .menu > ul > li > a{
    color: #000000;
}