/* Menu CSS */

.menutext {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20.235px;
    width: 84%;
    padding-left: 41px;
    text-decoration: none;
    border: 0;
}
.menu_icon {
    max-width: 95px;
    width: 100%;
    height: 21px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 18px;
    background: #1e263a;
    margin-top: 28px;
    margin-left: 30px;
    text-decoration: none;
}
.menu_icon span {
    background: #fff;
    height: 2px;
    width: 18%;
}
.menu_icon span:before, .menu_icon span:after{
	background: #fff;
	height: 2px;
}
.menu_icon span:before {
    top: -5px;
}
.menu_icon span:after {
    top: 5px;
}
.menu_icon.active span:before {
    transform: rotate(45deg) translateY(8px) translateX(2px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(2px);
}
.menu_icon.active span:after {
    transform: rotate(-45deg) translateY(-5px) translateX(1px);
    -webkit-transform: rotate(-45deg) translateY(-5px) translateX(-1px);
}
.corporate-address p, .corporate-address p a {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.235px;
    text-decoration: none;
    margin-bottom: 8px;
}
.corporate-address p a {
	text-decoration: underline;
}
.nav_menu {
    top: 0;
    background: #151942;
    width: 285px;        
    left: -285px;    
    padding: 0;
}
nav ul li a {
    padding: 0 0 6px;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 134.9%;
    text-decoration-line: underline;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0;
}
.social-icon {
    display: inline-block;
    padding: 42px 0 0;
}
.social-icon li, .social-icon li a {
    display: inline-block;
    color: #fff;
    font-size: 21px;
}
.social-icon li a:hover {
    color: #1f4090;
}
.social-icon li {
    padding: 0 9px 0 0;
}
.divider {
    height: 2px;
    background: #3859A8;
    width: 30px;
    margin: 24px 0;
}
.official-information {
    background: #151942;
    padding: 46px 30px 45px 72px;
	position: relative;
}

nav ul li a:before{
	content: none;
}
nav ul li a:hover, nav ul li a:focus, nav ul li a.active {
    color: #fff;
	text-decoration: underline;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 50px 40px 36px 70px;
	background-color: #1D2253;
}
ul.sub-item {
    list-style: disc;
    color: #fff;
    padding: 3px 24px 0;
    font-size: 12px;
}
.close-icon {
    font-size: 40px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: -10px;
    background: transparent;
    padding: 0;
    display: block;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    cursor: pointer;
}
.nav_menu.sticky_header {    
    top: 0;
    z-index: 999999;
}
.sticky .menu_icon{
    background: transparent;
    color: #000000;
}
.sticky .menu_icon span {
    background: #000;
}
.sticky .menu_icon span:before, .sticky .menu_icon span:after {
    background: #000;
}
.sticky .menutext {
    color: #000;
}

@media(max-width: 480px){
	
	.nav_menu {
		width: 100%;
		left: -100%;
		height: calc(100vh + 20px);
	}
	nav ul {
		max-width: 100%;
		padding-right: 80px;
	}
	
}