.nav-bar{
	display:none;
}
.mobile-logo{
	display:none;
}
.cancel{
    display:none;
    color:#fdd400;
}
/*Media -Section-Start*/
@media only screen and (max-width:992px){
.nav-bar {
    font-size: 30px;
    color: #fff;
    float: right;
    margin-top: 15px;
    display: block;
    position: absolute;
    right: 30px;
    font-size: 30px;
    top: 0;
    cursor: pointer;
}
.active-page {
    color:#fff !important ;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 10px;
    background: #f75741 !important;
    font-weight: 600;
}
.menu-list {
    display: block !important;
    text-align: left;
}
.mobile-logo {
    display: block;
    margin-left: 30px !important;
    margin-top: 3rem;
}
#slidebar {
    position: absolute;
    width: 45%;
    height: 110vh;
    background: #7232ea !important;
    transition: 0.5s;
    background: #fff;
    z-index: 999;
    left: -28rem;
	    top: 0;
}
.menu-item {
    color: #fff;
}
#slidebar.active {
    left: -2rem;
    display: block;
    position: fixed;
    padding-left: 25px;
	z-index: 99999;
	background: #7232ea;
	height: 110vh;
	top:0;
}
.sticky #slidebar.active {
	height: 110vh;
}
.primary-menu li {
    padding: 15px !important;
    display: block;
    padding-left: 0 !important;
}
.nav-bar:hover {
    color: #fdd400;
    transition: 0.5s;
}
i.fa.fa-xmark {
    margin-right: 20px;
	color:#fff;
}
.fa.fa-xmark:hover {
    color: #fdd400;
	transition: 0.5s;
	
}
.cancel {
    float: right;
    font-size: 30px;
    margin-top: 16px;
    display: block;
    color:#fdd400;
	cursor:pointer;
}
#menu-primary-menu {
    padding: 0;
    margin: 0;
    text-align: left;
    margin-left: 10px;
}
}
@media only screen and (max-width:600px){
#slidebar {
    position: absolute;
    width: 70%;
    height: 110vh;
    background: #7232ea;
    transition: 0.5s;
    z-index: 999;
    left: -27rem;
	top: 0;
}
}
/*Media -Section-End*/