/*Menu css*/

.header .container {
    
}
/*Header css*/
.header {
    padding: 0px 0;
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;;
    transition: 0.5s all ease;
}
.inner_header {
    border-bottom: 1px solid #a1a1a1;
}
.fixedHeader {
    position: fixed;
    background: #fff;
    transition: 0.5s all ease;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 22%);
}
.logoin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s all ease;
}
.fixedHeader .logoin {
    justify-content: space-between;
    transition: 0.5s all ease;
}
.top_menu {
    text-align: right;
    padding-top: 12px;
}
.top_menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.top_menu li:last-child{
    padding-left: 20px;
    margin-left: 20px;
}
.top_menu li:last-child:before {
    content: "";
    height: 25px;
    width: 1px;
    background: #0e0e0c;
    position: absolute;
    top: 3px;
    left: -2px;
}
.top_menu a {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    color: #0e0e0c;
    line-height: 22px;
    transition: .5s all ease;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
}
.menu_icon {
    display: none;
}
.logo_hdr {
    width: 160px;
    display: block;
    transition: .5s all ease;
}
.fixedHeader .logo_hdr {
    width: 140px;
    transition: .5s all ease;
}

.fixedHeader .menu_in {
    
}
.mn_menu > ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.mn_menu > ul > li {
    display: inline-block;
    margin: 0 0px;
    position: relative;
    padding: 38px 7px;
    position: relative;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    transition: 0.5s all ease;
}
.mn_menu ul li:last-child {
	padding-right: 0px;
}
.mn_menu > ul > li > a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #0e0e0c;
    line-height: 22px;
    transition: .5s all ease;
    position: relative;
}
.fixedHeader .mn_menu > ul > li > a {
    color: #0e0e0c;
}


.mn_menu > ul > li:hover > a {
    transition: .5s all ease;
    color: #e11f26;
}
.mn_menu > ul > li.nav-item1.active a{
    color: #e11f26;
}
.mn_menu ul ul {
    position: absolute;
    width: 275px;
    left: 0;
    top: 95px;
    background: #0e0e0c;
    z-index: 99;
    max-height: 0;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    box-shadow: 0 20px 19px rgb(0 0 0 / 9%);
}
.mn_menu ul ul ul, .mn_menu ul ul ul ul {
    top: 0;
    left: 100%;
}
.mn_menu .Registration {
    color: #000;
    background: #6c8538;
    padding-left: 20px;
    padding-right: 20px;
}
.mn_menu .Registration:hover {
    color: #fff;
    background: #6c8538;
    transition: 0.5s all ease;
}
.mn_menu .Registration {
    color: #fff !important;
    background: #249eb6 !important;
    border-radius: 5px;
    text-align: center;
    padding: 14px 50px;
    letter-spacing: 1px;
}
.mn_menu .Registration:hover {
    color: #fff !important;
    background: #00aeef !important;
    transition: 0.5s all ease;
}
@media(min-width:992px){
	.fixedHeader .mn_menu > ul > li {
		padding: 28px 7px;
    	transition: 0.5s all ease;
	}
    .mn_menu > ul > li:hover > ul {
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0,0,0,0);
    } 
    .mn_menu ul ul li:hover ul {
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0,0,0,0);
    }
/*
    .mn_menu > ul > li:hover .click_menu_i:before {
        border-top: 8px solid #cd3e5b;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
*/
    
    .mn_menu > ul > li:hover .click_menu_i{
        height: 100%;
        transition: 0.5s all ease;
    }
    .mn_menu ul ul li:hover > a{background: #04546d; transition: 0.5s all ease; color: #fff;}
    .mn_menu > ul > li:hover {
        transition: 0.5s all ease;
    }
}
.mn_menu ul ul li {
    display: block;
    border-bottom: 1px solid #000;
    margin: 0;
}
.mn_menu ul ul li:last-child{border-bottom: 0px;}
.mn_menu ul ul li a {
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 14px;
    transition: .5s all ease;
    font-weight: 400;
    text-transform: uppercase;
}
/*.click_menu_i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #002868;
    z-index: -1;
    transition: 0.5s all ease;
}*/
/*
.click_menu_i:before {
    position: absolute;
    top: 29px;
    right: -4px;
    border-top: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
}
*/
@media (max-width: 1280px){
    .mn_menu > ul > li {
       
    }
	.mn_menu > ul > li > a {
		font-size: 13px;
	}

}
@media(max-width:991px){
    .sub_btn {
		padding: 12px 25px 12px 25px;
		font-size: 14px;
	}
    .header .hdr_btn {
		margin-left: auto;
	}
    .logo_hdr {
        width: 130px;
    }
    .fixedHeader .logo_hdr {
		width: 120px;
	}
	header {
	    position: fixed;
	    z-index: 9999;
	}
    
	.mn_menu {
	    display: block;
	    flex-direction: column-reverse;
	    height: 75vh;
	    overflow-y: scroll;
    	justify-content: flex-end;
	}
	.mn_menu > ul {
        display: block;
    }
    .mn_menu ul li {
        position: relative;
        padding: 0;
        display: block;
        border-bottom: 0px solid #e7e7e7 !important;
    }
    .mn_menu ul li a {
		display: block;
		font-weight: 400;
		font-size: 14px;
		line-height: 22px;
		transition: .5s all ease;
		position: relative;
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}
    .mn_menu .Registration {
        text-align: center;
    }
    .mn_menu ul ul {
        position: static;
        width: 100%;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 99;
        max-height: inherit;
        -webkit-transform: inherit;
        -webkit-transform-origin: inherit;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-shadow: none;
        display: none;
    }
    .mn_menu ul ul li a {
        color: #002868;
        padding-left: 20px;
    }
    .mn_menu ul ul ul li a {
        padding-left: 35px;
    }
    .js--mobile-menu-active .menu_icon span {
        background: #fff;
    }
    .menu_icon {
		width: 30px;
		height: 22px;
		cursor: pointer;
		transition: 0.5s all ease;
		display: block;
		position: relative;
		top: 0;
		right: 0;
		z-index: 999;
		margin-left: 6px;
		text-align: right;
	}
    .menu_icon .CL_MNU {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: #000;
        transition: 0.5s all ease;
    }
    .menu_cl_add img {
        display: none;
    }
    .menu_cl_add .CL_MNU  {
        display: flex;
    }
    .menu_icon .CL_MNU:nth-child(1) {
        top: 0px;
    }
    .menu_icon .CL_MNU:nth-child(2) {
        top: 8px;
    }
    .menu_icon .CL_MNU:nth-child(3) {
        top: 16px;
    }
    .js--mobile-menu-active .CL_MNU:nth-child(1) {
        transform: rotateZ(45deg);
        transition: 0.5s all ease;
        top: 8px;
    }
    .js--mobile-menu-active .CL_MNU:nth-child(3) {
        transform: rotateZ(-45deg);
        transition: 0.5s all ease;
        top: 8px;
    }
    .js--mobile-menu-active .CL_MNU:nth-child(2) {
        display: none;
        transition: 0.5s all ease;
    }


    .click_menu_i {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
        background: #002868;
    }
    .click_menu_i:before {
        position: absolute;
        top: 10px;
        left: 15px;
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 22px;
        color: #fff;
    }

    .click_menu_i.Li_icon_add:before {
        position: absolute;
        top: 5px;
        left: 15px;
        content: "\f106 ";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 22px;
        color: #fff;
    }

    .hdr_to_menu {
	    display: block;
	}
	.hdr_to_menu a {
	    font-size: 12px;
	    padding: 6px 10px 6px 10px;
	    border-bottom: 1px solid #d4d4d4;
	    margin: 0;
	}
	.hdr_bt_menu {
	    margin-top: 0;
	}
    .menu_in {
        position: fixed;
        top: 0;
        left: -275px;
        width: 270px;
        height: 100%;
        z-index: 999;
        background: #fff;
        transition: 0.5s all ease;
    	padding-left: 0;
    	padding-top: 25px;
    }
    .menu_in:before {
        position: fixed;
        top: 0;
        left:0px;
        width: 0;
        height: 100%;
        content: "";
        background: rgb(0 0 0 / 72%);
        transition: 0.5s all ease;
    }

    .js--mobile-menu-active .menu_in:before {
        left: 270px;
        transition: 0.5s all ease;
        width: 100%;
    }


    .js--mobile-menu-active .menu_in {
        left: 0;
        transition: 0.5s all ease;
    }
	
	.logoin {
		padding: 10px 0;
	}
	.mn_menu .Registration {
		display: none;
	}
    .top_menu {
        text-align: left;
        padding-top: 12px;
        padding-left: 12px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }
}

