
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
input,
button,
div
{
    font-family: 'Changa', sans-serif !important;
}

a,
a:hover {
    text-decoration: none;
}
.owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0);
    direction: ltr;
}


@media only screen and (max-width: 460px) {
    .sidebar-toggle {
        position: relative;
        left: -20px;
    }
    .top-bar {
        text-align: left !important;
    }
}

.card .numbered{
    direction: rtl !important;

}