/*Menu css*/

header {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
header.header_fixed {
    position: fixed;
	    z-index: 9999;
}
/*
header:hover, .fixedHeader {
    background: rgb(0 0 0 / 100%);
    transition: 0.5s all ease;
    z-index: 999;
}
*/
.mn_menu_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 50px 8px 10px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}
.hdr_social a {
    font-size: 24px;
    color: #553447;
    display: inline-block;
    margin-left: 10px;
    line-height: 22px;
    font-family: 'Calibri';
}
.header_fixed .mn_menu_in {
    justify-content:space-between;
}

.mn_menu{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixedHeader .mn_menu{
    transition: 0.5s all ease;
}
.headerlogo {
    width: 146px;
    margin-top: 0px;
}
.hdr_social {
    padding-left: 40px;
    border-left: 1px solid #9b9b9b;
}
.mn_menuscroll {
    margin-left: auto;
    padding-right: 40px;
}
.header_fixed .headerlogo {
    display: block;
}
.header_fixed .headerlogo {
    width: 65px;
    transition: 0.5s all ease;
}
.mn_menu ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.mn_menu ul li {
    display: inline-block;
    margin: 0px 15px;
    position: relative;
	padding: 10px 0;
}
.mn_menu ul li a {
    display: block;
    font-weight: 400;
    font-size: 20px;
    color: #373737;
    line-height: 22px;
    transition: 0.5s all ease;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: 'Calibri';
}
.mn_menu ul li:hover a {
    color: #f9da48;
    transition: 0.5s all ease;
}
.mn_menu ul li ul{position: absolute; top:74px; left: 0; width: 250px; background: #fff; display: none; padding: 0px 0}
.mn_menu ul li ul li{display:block; margin: 0px; padding: 0px 0;}
.mn_menu ul li ul li a{font-size: 14px; padding: 10px 14px;}
.mn_menu ul li ul ul {
    left: 100%;
    top: 0;
}


.click_menu_i {
    display: none;
}
@media (max-width: 1280px){
    .hdr_social {
        padding-left: 20px;
    }
    .mn_menu ul li a {
        font-size: 17px;
    }
    .hdr_social a {
        font-size: 20px;
    }
    .mn_menuscroll {
        padding-right: 20px;
    }
    .srcCol {
        padding-bottom: 100px;
    }
    
}
@media (min-width:992px){
	.mn_menu > ul > li:hover > ul{display:block;}
    .mn_menu > ul > li > ul > li:hover > a{background:#f6a31c; }
    .mn_menu > ul > li > ul ul > li:hover > a{background:#f6a31c;}
    .mn_menu > ul > li:hover > a, .mn_menu > ul > li.active > a  {
        transition: 0.5s all ease;
    }
}



@media(max-width:991px){
    .hdr_social {
        padding-left: 0;
        padding-right: 15px;
        border-left: 0px solid #9b9b9b;
        border-right: 1px solid #9b9b9b;
    }
    header, .header_fixed {
        position: fixed;
        width: 100%;
        top: 0;
        background: #10044b;
        box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
    }
    header .container {
        width: 100%;
    }
    header {
        background: #fff;
    }
    .headerlogo img {
        width: 120px !important;
        transition: 0.5s all ease;
    }
    
    .mn_menu_in {
        justify-content: space-between;
        padding: 8px 35px 8px 0;
    }
    .headerlogo {
        width: 60px;
        display: block;
        position: relative;
        z-index: 999;
    }
    header .container {
        padding: 0 1.5rem !important;
    }
	body.js--mobile-menu-active {
		overflow: hidden;
	}
	.fixedHeader, .js--mobile-menu-active header{
		transition: 0.5s all ease;
	}
	.HeaderLeftSite {
		padding: 15px 0 15px 15px;
		border-bottom: 1px solid #ccc;
	}
	.mn_menuscroll {
        height: 100%;
        width: 275px;
        position: fixed;
        top: 0;
        left: -278px;
        background: #fff;
        transition: 0.5s all ease;
        display: block;
        z-index: 99;
        padding-top: 92px;
        padding-right: 0px !important;
    }
	.js--mobile-menu-active .mn_menuscroll {
		left: 0px;
		transition: 0.5s all ease;
	}
	.mn_menu {
		height: 75vh;
		transition: 0.5s all ease;
        overflow: hidden;
		overflow-y: scroll;
		display: block;
	}
	
	.mn_menu ul {
		display: block;
	}
	.mn_menu ul li {
		margin: 0 0;
		display: block;
		padding: 0px;
	}
	.mn_menu ul li a {
        font-size: 14px;
        line-height: 22px;
        border-bottom: 1px solid #cbcbcb;
        padding: 9px 15px 8px;
        color: #373737;
        font-weight: 600;
    }
    .click_menu_i:before {
        opacity: 0;
    }
	.mn_menu ul li a:before {
		display: none;
	}
	.mn_menu ul li ul {
		position: static;
		top: 0;
		left: 0;
		width: 100%;
		background: #f6a31c;
		display: none;
		padding: 0px 0;
	}
	.mn_menu ul li ul li a {
		font-size: 14px;
        padding: 9px 15px 8px;
        padding-left: 30px;
	}
    
    .mn_menu ul li ul ul li a {
        padding-left: 35px;
    }
    .mn_menu ul li ul ul ul li a {
        padding-left: 40px;
    }
    .mane_in > ul > li:hover > a, .mn_menu > ul > li.active > a {
        color: #000;
        transition: 0.5s all ease;
    }
    .mn_menu > ul > li > ul > li:hover > a {
        background: #fff;
        color: #000;
    }
	.click_menu_i {
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 39px;
        background: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
    }
	.click_menu_i i {
		transition: 0.5s all ease;
	}
	.Li_icon_add i {
		transform: rotate(45deg);
		transition: 0.5s all ease;
	}
	
	/*Icon css*/
	.menu_icon {
        width: 30px;
        height: 22px;
        cursor: pointer;
        transition: 0.5s all ease;
        display: block;
        position: absolute;
        z-index: 999;
        margin-left: 0;
        float: right;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
	.menu_icon .CL_MNU {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 2px;
		background: #7c2658;
		transition: 0.5s all ease;
	}
	.fixedHeader .menu_icon .CL_MNU, .js--mobile-menu-active .menu_icon .CL_MNU{
		background: #7c2658;
	}
	.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(2) {
		display: none;
		transition: 0.5s all ease;
	}
	.js--mobile-menu-active .CL_MNU:nth-child(3) {
		transform: rotateZ(-45deg);
		transition: 0.5s all ease;
		top: 8px;
	}
    
}


