#image_1907468863.img.has-hover.x.md-x.lg-x.y.md-y.lg-y {
max-width: 250px;
position: absolute;
left: -10%;
bottom: -10%;
animation-name: animateChar1;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-duration: 3s; 
animation-timing-function : linear;
}
@keyframes animateChar1 {
from {margin-left: 0px; transform: rotate(15deg);}
to {margin-left: 0px; transform: rotate(-15deg);}
}
.off-canvas .sidebar-menu {
padding: 30px 30px;
background: #010915;
font-size: 17px;
}
.dark .nav-sidebar.nav-vertical>li+li {
border-color: #01092b;
}
.header.show-on-scroll, .stuck .header-main {
height: 120px!important;
}