#offcanvas-menu.toggled {
	transform: translateX(0);
}

#offcanvas-menu {
	position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
        background: linear-gradient(45deg, #05b9f9, #166ad5);    transform: translateX(280px);
    transition: .5s;
    z-index: 99999;
}

.menu-wrapper {
	height: 100%;
	overflow: auto;
    padding-top: 60px;
}

.menu-toggle i {
    /* width: 30px; */
    /* height: 30px; */
    line-height: 1;
    font-size: 20px;
    text-align: center;
    background-color: #05acf3;
    cursor: pointer;
    padding: 5px 6px;
    color: #ffffff;
    border: 1px solid #fff;
}

.menu-toggle {
	position: fixed;
	top: 5px;
    right: 10px;
    transition: .1s;
    z-index: 9999;
}

.menu-toggle.sticky {
	position: fixed;
	width: 100%;
    top: 0;
    right: 0;
    text-align: right;
    padding: 10px 10px 10px 0;
	background-color: #092a48;
    border-radius: 0;
    -webkit-box-shadow: 0px 23px 21px -24px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 23px 21px -24px rgba(0,0,0,0.75);
box-shadow: 0px 23px 21px -24px rgba(0,0,0,0.75);
}

.menu-toggle.sticky::before {
	content: "";
	position: absolute;
    width: 155px;
    height: 30px;
    left: 0;
    right: 0;
    top: 50%;
    margin: -15px auto 0;
	background: url(../images/logo-m.png) no-repeat;
}

#offcanvas-menu .close-menu {
    position: absolute;
    top: 15px;
	margin-left: -20px;
}

#offcanvas-menu .close-menu i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	color: #ffffff;
	background-color: #05acf3;
}

#offcanvas-menu .menu-wrapper li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 2px solid #ffff;
    padding: 10px 40px;
    display: block;
}

#offcanvas-menu .menu-wrapper li ul {
	display: none;
}

#offcanvas-menu .menu-wrapper li .sub-menu a {
	padding-left: 55px;
}

#offcanvas-menu .menu-wrapper li ul{
	display: none;
}

#offcanvas-menu .menu-wrapper li a.active{
	color: #48c7ec;
}
