#wrapper,
#wrapper.toggled {
    overflow-x: hidden
}

.sidebar-nav,
.sidebar-nav>.sidebar-brand {
    border-bottom: 2px solid rgba(223, 219, 213, .12)
}

.glitch {
    position: relative;
    margin: 0 auto;
    color: #fff;
    padding-top: 18px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .01em;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.glitch::after,
.glitch::before {
    content: attr(data-text);
    position: absolute;
    padding-top: 18px;
    top: 0;
    right: 0;
    overflow: hidden;
    background: #052738;
    color: #fff;
    clip: rect(0, 900px, 0, 0)
}

.glitch::before {
    left: 7px;
    text-shadow: 1px 0 green;
    -webkit-animation: glitch-effect 3s infinite linear alternate-reverse;
    animation: glitch-effect 3s infinite linear alternate-reverse
}

.glitch::after {
    left: 3px;
    text-shadow: -1px 0 red;
    -webkit-animation: glitch-effect 2s infinite linear alternate-reverse;
    animation: glitch-effect 2s infinite linear alternate-reverse
}

@-webkit-keyframes glitch-effect {
    0% {
        clip: rect(38px, 9999px, 21px, 0)
    }
    5% {
        clip: rect(26px, 9999px, 50px, 0)
    }
    10% {
        clip: rect(42px, 9999px, 17px, 0)
    }
    15% {
        clip: rect(92px, 9999px, 56px, 0)
    }
    20% {
        clip: rect(8px, 9999px, 94px, 0)
    }
    25% {
        clip: rect(48px, 9999px, 59px, 0)
    }
    30% {
        clip: rect(59px, 9999px, 14px, 0)
    }
    35% {
        clip: rect(52px, 9999px, 65px, 0)
    }
    40% {
        clip: rect(42px, 9999px, 47px, 0)
    }
    45% {
        clip: rect(25px, 9999px, 68px, 0)
    }
    50% {
        clip: rect(49px, 9999px, 57px, 0)
    }
    55% {
        clip: rect(29px, 9999px, 62px, 0)
    }
    60% {
        clip: rect(59px, 9999px, 76px, 0)
    }
    65% {
        clip: rect(66px, 9999px, 14px, 0)
    }
    70% {
        clip: rect(15px, 9999px, 56px, 0)
    }
    75% {
        clip: rect(70px, 9999px, 96px, 0)
    }
    80% {
        clip: rect(43px, 9999px, 14px, 0)
    }
    85% {
        clip: rect(37px, 9999px, 50px, 0)
    }
    90% {
        clip: rect(91px, 9999px, 4px, 0)
    }
    95% {
        clip: rect(64px, 9999px, 68px, 0)
    }
    100% {
        clip: rect(73px, 9999px, 76px, 0)
    }
}

@keyframes glitch-effect {
    0% {
        clip: rect(38px, 9999px, 21px, 0)
    }
    5% {
        clip: rect(26px, 9999px, 50px, 0)
    }
    10% {
        clip: rect(42px, 9999px, 17px, 0)
    }
    15% {
        clip: rect(92px, 9999px, 56px, 0)
    }
    20% {
        clip: rect(8px, 9999px, 94px, 0)
    }
    25% {
        clip: rect(48px, 9999px, 59px, 0)
    }
    30% {
        clip: rect(59px, 9999px, 14px, 0)
    }
    35% {
        clip: rect(52px, 9999px, 65px, 0)
    }
    40% {
        clip: rect(42px, 9999px, 47px, 0)
    }
    45% {
        clip: rect(25px, 9999px, 68px, 0)
    }
    50% {
        clip: rect(49px, 9999px, 57px, 0)
    }
    55% {
        clip: rect(29px, 9999px, 62px, 0)
    }
    60% {
        clip: rect(59px, 9999px, 76px, 0)
    }
    65% {
        clip: rect(66px, 9999px, 14px, 0)
    }
    70% {
        clip: rect(15px, 9999px, 56px, 0)
    }
    75% {
        clip: rect(70px, 9999px, 96px, 0)
    }
    80% {
        clip: rect(43px, 9999px, 14px, 0)
    }
    85% {
        clip: rect(37px, 9999px, 50px, 0)
    }
    90% {
        clip: rect(91px, 9999px, 4px, 0)
    }
    95% {
        clip: rect(64px, 9999px, 68px, 0)
    }
    100% {
        clip: rect(73px, 9999px, 76px, 0)
    }
}

@media (max-width: 768px) {
    .glitch {
        position: relative;
        margin: 0 auto;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .01em;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@media (max-width: 590px) {
    .glitch {
        position: relative;
        margin: 0 auto;
        color: #fff;
        font-size: 19px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .01em;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@media (max-width: 428px) {
    .glitch {
        position: relative;
        margin: 0 auto;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .01em;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

#wrapper {
    padding-left: 0;
    transition: all .5s ease
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    top: 0;
    height: 100%;
    margin-left: -254px;
    overflow-y: auto;
    background-color: #303742;
    transition: all .5s ease;
    border-right: 4px solid #AD8EC2
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
    overflow-x: hidden
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-nav li {
    text-indent: 10px;
    line-height: 40px
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #DFDBD5
}

.active,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, .2)
}

.sidebar-nav>.sidebar-brand {
    height: 200px;
    width: 246px;
    position: relative
}

.sidebar-nav>.sidebar-brand a {
    color: #999
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: 0 0
}

@media(min-width:768px) {
    #wrapper.toggled {
        padding-left: 0
    }
    #sidebar-wrapper {
        width: 0
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
        overflow-x: hidden
    }
    #page-content-wrapper {
        padding: 20px;
        position: relative
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0
    }
}

.nav-bat-hold {
    background-color: #494847;
    width: 100%;
    height: 46px;
    position: fixed;
    border-left: 2px solid rgba(223, 219, 213, .12);
    z-index: 10
}

.loader1 {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 80px;
    border: 3px solid #4f545f;
    top: 28%;
    top: calc(50% - 43px);
    left: 35%;
    left: calc(50% - 50px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: loader1 3s linear infinite;
    animation: loader1 3s linear infinite
}

.loader1:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 30px;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background-color: #9eb6cf
}

@-webkit-keyframes loader1 {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes loader1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}