.menu__icon {
cursor:pointer;
margin: auto;
position: absolute;
top:30px;
right:calc(7%);
-webkit-transition: background 1.111s;
transition: background 1.111s;
z-index:3;
}
.menu__icon,
.menu__icon::before,
.menu__icon::after {
background: black;
border-radius: 2px;
height: 3px;
width: 30px;
}
.menu__icon::before,
.menu__icon::after {
content: '';
position: absolute;
left: 0;
-webkit-transition: top .666s, -webkit-transform .666s;
transition: top .666s, -webkit-transform .666s;
transition: transform .666s, top .666s;
transition: transform .666s, top .666s, -webkit-transform .666s;
}
.menu__icon::before {
top: -7px;
}
.menu__icon::after {
top: 7px;
} .menu__check {
position: absolute;
display:none;
}
.menu__check:checked ~ .menu__icon {
background: transparent;
-webkit-transition: background .666s;
transition: background .666s;
}
.menu__check:checked ~ .menu__icon::before, .menu__check:checked ~ .menu__icon::after {
background: #FFF;
top: 0;
-webkit-transition: top .666s, -webkit-transform .666s;
transition: top .666s, -webkit-transform .666s;
transition: transform .666s, top .666s;
transition: transform .666s, top .666s, -webkit-transform .666s;
}
.menu__check:checked ~ .menu__icon::before {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.menu__check:checked ~ .menu__icon::after {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
} .overlay {
height: 0%;
width: 100%;
position: fixed;
z-index: 2;
top: 0;
left: 0;
background-color: rgba(17,127,175, 1);
background-size: auto 100%;
overflow-y: hidden;
transition: 0.4s;
color: #FFF;
overflow: auto;
}
.overlay-content {
position: relative;
top: 0px;
width: auto;
text-align: left;
margin-left:50px;
margin-top: 30px;
text-transform:capitalize;
}
.overlay-content ul{
list-style:none;
}
.overlay ul{
margin-bottom:20px;	
}
.overlay ul li a,.overlay ul li a:focus,.overlay ul li a:visited {
padding: 8px;
text-decoration: none;
font-size: 20px;
color: #F5F5F5;
display: block;
transition: 0.3s;
font-family:"open sans", sans-serif;
font-size:16px;
}
.overlay ul li a:hover{
color: #222;
}
.overlay ul ul{
list-style:block;
}
.overlay ul ul li{
padding-left:10px;
font-family:"open sans",sans-serif;
}
.overlay ul ul li:before{
content:"\f0da";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
margin-top: 10px;
width: 20px;
float: left;
font-size: inherit;
padding-right: 0.5em;
left: 10px;
color:#FFF;
}
.user_before:before{
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
margin-top: 43px ;
font-size:15px;
padding-bottom:5px;
color:#FFF;
width: 20px;
float: left;
padding-right: 20px;
left:-10px;
}
.logo_menu{
height:100px;
margin-top:50px;
background-color:#FFF;
background:url(//www.cais-consulting.com/wp-content/themes/CAIS/img/logo.png);
background-repeat: no-repeat;
background-position: 50px center; 
}
.mo_nav-footer{
margin-top:5px;
width:100%;
}
.mo_nav-footer ul{
list-style:none;
color:fff;
margin-top:50px;
margin-bottom:10px;
}
.mo_nav-footer ul,.mo_nav-footer span{
margin-left: 50px;
}
.mo_nav-footer ul li{
display:inline-block;
margin-left:-50px;
margin-right:50px;
}