#offcanvas-menu.toggled {
	transform: translateX(0);
}

#offcanvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background: #1d2679;
    transform: translateX(280px);
    transition: .5s;
    z-index: 99999;
}

.menu-wrapper {
    height: 100%;
    overflow: auto;
    padding-top: 20px;
    list-style: none;
    padding-left: 10px;
}

.menu-toggle i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 25px;
	text-align: center;
	/*background-color: #313131;*/
	cursor: pointer;
	color: #337ab7;
}

.menu-toggle {
	position: fixed;
	top: 10px;
    right: 10px;
    transition: .1s;
    z-index: 9999;
}

.menu-toggle.sticky {
	position: fixed;
	width: 100%;
    top: 0;
    right: 0;
    text-align: right;
    padding: 20px 10px 20px 0;
	background-color: #092a48;
    border-radius: 0;
}

/*.menu-toggle.sticky::before {
	content: "";
	position: absolute;
    width: 100%;
    height: 90px;
    left: 0;
    right: 0;
    top: 50%;
    margin: -24px auto 0;
	background: url(../images/logo-t.png) no-repeat;
}*/

#offcanvas-menu .close-menu {
    /* position: absolute; */
    top: 15px;
    margin-left: -20px;
    float: right;
}

#offcanvas-menu .close-menu i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 21px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff;
    color: #48c7ec;
    font-weight: 100;
}
#offcanvas-menu .menu-wrapper li{width:95%;
}
#offcanvas-menu .menu-wrapper li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    /* border-bottom: 1px solid #b7becd; */
    padding: 8px 10px;
    display: block;
    text-transform: lowercase;
}
#offcanvas-menu .menu-wrapper li a>img {
    margin-left: -30px;
    margin-top: -3px;
    position: absolute;
}
#offcanvas-menu .menu-wrapper .sub-menu li a {
    border-bottom: none;
    padding-left: 30px;
    position: relative;
}

#offcanvas-menu .menu-wrapper .sub-menu li a {
    border-bottom: none;
}
#offcanvas-menu .menu-wrapper .sub-menu li:hover a, #offcanvas-menu .menu-wrapper .sub-menu li:focus a{
    color: #2a1d79!important;
    background-color: #75e8f0;
    border-radius: 5px;
    font-weight: 500;
}
#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;
}
