/* **********************/
/* ****** Main menu******/
/* **********************/
header ul{

margin: 0;
padding: 0;
}
.color-header{
    top: -36px;
}
header nav{
    padding: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    transition: 0.5s ease-in-out;
    background-color: #5c586f;
}
header .menu{
    display: flex;
    justify-content: flex-end;
    list-style: none;
}
header .main-menu,
header .menu-main-container,
header .menu,
header .menu-item,
header .menu-item a{
    height: 100%;
}
header .menu {
	margin-right: -15px;
}
header .menu li {position: relative; text-align:center;}
header .main-menu,
	header .menu-main-container,
	header .menu,
	header .menu-item,
	header .menu-item a{
		height: auto;
	}
header .menu li a{
    padding: 15px;
    display: flex;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.2s ease-in;
    position: relative;
    align-items: center;
    height: 100%;
}
header .menu li a:hover{
   color: #75ba36;
}
header .menu li a::after{
    position: absolute;
    content: "";
    width: 0%;
    left: 50%;
    right: 50%;
    height: 0px;
    bottom: 4px;
    transition: 0.5s;    
}
header .menu li:hover a::after{
    left: 0;
    width: 100%;
    right: 0;    
    background-color: #75ba36;
    height: 2px;    
}
header .menu .current-menu-item >a{    
    font-weight: 700;
	color:#75ba36;
}
.header-btn{
	height: 100%;
	display: flex;
	align-items: center;
	}
.main-menu-btn{
    border-radius: 50px;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 5px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.main-logo img{
	width: 100%;
	transition: 0.5s;
	margin: 10px 0;
	display: block;
}
header .menu li .sub-menu a {
	padding: 10px 15px;
}
/* .color-header .main-logo img{
    width: 70%!important;
} */
.mobile-menu-btn,.mobile-menu-side{display: none;}

.sub-menu a::after{
    display: none;
}
.header-list-info{
    display: flex;
    justify-content: space-between;
}
.top-contact-info ul{
    display: inline-flex;
    list-style: none;
}
.top-contact-info ul li{
    padding: 0 10px;
}
.top-contact-info ul li:first-of-type{
    padding-left: 0;
}
.top-contact-info ul li:last-of-type{
    padding-right: 0;
}
.top-contact-info ul li a{
    color: #fff;
    font-size: 14px;
    transition: 0.5s;
}
.top-contact-info ul li a:hover{
    color: #75ba36;
}
.top-contact-info{
    padding: 5px 0;
    background-color: #3d3a4c;
}
header nav hr{
	margin:  0 0 0px;
	border:none;
	border-top: 1px solid #3d3a4c;
}

@media screen and (min-width:992px){
	.top-contact-info .mobile-lang{
		display:none;
	}
    header .sub-menu{
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.2s linear;
        position: absolute;
        padding-top: 11px;
        color: #333;
        top: 80%;
        list-style: none;
        width: 250px;
        box-shadow: 0px 9px 17px -16px rgba(61,61,61,0.6);
    }
    header li:hover  .sub-menu{
        visibility: visible;
        opacity: 1;
    }
    header .sub-menu li{
        background:#5c586f;
    }
    header .sub-menu-icon-mobile{display: none;}
}

@media screen and (max-width:991px){
	.top-contact-info .mobile-lang{
		margin-left: 30px;
	}
    .email-header{
		display: none;
	}
    header .header-btn,.main-menu{
        display: none;
    }
	header .main-menu {
		padding: 0 60px;
		height: auto;
	}
    .top-contact-info ul li a{
		font-size: 13px;
		}
    .main-logo img{
		width: 230px!important;
	}
    .mobile-menu-btn{
        display: flex;
		position: relative;
		z-index: 3000000;
		height: 19px;
		align-items: center;
		margin: 15px 0;
		cursor: pointer;
    }
    .menu-btn-icon{
        display: inline-block;
        position: relative;
        width: 25px;
        height: 3px;
        background-color: #fff;
        transition: 0.5s;
    }
    .menu-btn-icon::after{
        content: "";
        background-color: #fff;
        position: absolute;
        width: 25px;
        height: 3px;
        top: -7px;
        transition: 0.5s;
    }
    .menu-btn-icon::before{
        content: "";
        background-color: #fff;
        position: absolute;
        width: 25px;
        height: 3px;
        top: 7px;
        transition: 0.5s;
    }
    .opened-mobile-menu::after,.opened-mobile-menu::before{
        width: 15px;
		background-color: #fff;
    }
	.opened-mobile-menu {
		background-color: #fff;
	}
    .mobile-menu-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-menu-side{
        position: fixed;
        height: 100vh;
        padding: 40px 0;
        width: 100%;
        background: #5c586f;
        z-index: 100;
        top: 0;
        left: 100%;
        transition: 0.4s ease-out;
        display: block;
		overflow-y: scroll;
		overflow-x: hidden;
    }
	.mobile-menu-side-container {
		min-height: 100%;
		display: flex;
		align-items:center;
		justify-content:center;
	}
    .show-mobile-menu{
        left: 0;
    }
    .mobile-menu-side .menu li a{
        justify-content: center;
        font-size: 26px;
		text-align:center;
    }
    .mobile-menu-side *{color: #000;}
    .mobile-menu-side .main-menu{
        display: block;
    }
    .mobile-menu-side .main-menu ul{
        display: block;
    }
    .mobile-menu-side .mobile-menu-btn{
        top: 7%;
        position: absolute;
        right: 5%;
    }
    .block-scroll-y{overflow-y: hidden;height: 100vh;}
    .sub-menu-icon-mobile{
        position: absolute;
        right: -15px;
        top: 21px;
        font-size: 25px;
        transition: 0.5s;
		cursor:pointer;
    }
    .reverce-icon{
        transform: rotateZ(180deg);
    }
    .mobile-menu-side ul.sub-menu{
		visibility: visible;
        position: relative;
        box-shadow: none;
        color: #333;
        list-style: none;
        display: none;
    }
    .mobile-menu-side .opened-sub-menu-mobile{
        max-height: 1000px;
        transition: max-height 0.35s ;
    }
    header .menu li a::after{
       display: none;
    }
    header .sub-menu a{
        font-size: 20px!important;
    }
}

.sub-menu li a{
	text-align:start;
}