.nav-sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    color: #fff;
    transition: .3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2)
}

.nav-sidebar.active {
    left: 0
}

.nav-sidebar .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 998;
    opacity: 0;
    transition: .5s ease-in-out
}

.nav-sidebar .overlay.active {
    display: block;
    opacity: 1
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: 0 0;
    position: absolute;
    top: 24px;
    font-size: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.sidebar-logo img {
    width: 80px
}

.sidebar-navigation ul {
    margin: 0;
    padding: 0
}

.sidebar-navigation ul li {
    display: block
}

.sidebar-navigation ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    text-decoration: none;
    color: #2e2e2e;
    letter-spacing: normal;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.sidebar-navigation ul li.selected > a, .sidebar-navigation ul li:hover > a {
    background-color: transparent;
    color: #2e2e2e;
    border-color: rgba(255, 255, 255, .1)
}

.sidebar-navigation {
    height: auto;
    margin: 0 auto;
    padding: 30px 20px 20px;
    border-bottom: 1px solid #00000024
}

.sidebar-inner h3 {
    margin: 0 0 20px;
    padding: 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    color: #000
}

.sidebar-logo {
    padding: 20px 30px;
    border-bottom: 1px solid #00000024
}

.get-social {
    height: auto;
    margin: 0 auto;
    padding: 30px;
    border-bottom: 1px solid #00000024
}

.get-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    margin-right: 2px;
    border-radius: 5%;
    box-shadow: 0 0 5px rgb(0 0 0/10%)
}

.get-social h3 {
    padding: 0
}

.get-in-touch {
    height: auto;
    margin: 0 auto;
    padding: 30px;
    border-bottom: 1px solid #00000024
}

.get-in-touch h3 {
    padding: 0
}

.get-in-touch .media {
    margin-bottom: 10px
}

.get-in-touch .media i {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #f1e6e6;
    line-height: 40px;
    margin-right: 15px;
    font-size: 16px;
    color: #2e2e2e;
    border-radius: 3px
}

.get-in-touch .media a {
    color: #2e2e2e;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 500
}

.get-in-touch .media:hover i {
    color: #fff
}
