.angle-down-menu {
    left: -1px;
    right: auto;
}
.owl-ltr{
    direction: ltr;
}
.owl-item {
    float: right;
}
.feature-slider.nav-bullets {
    padding-bottom: 0px !important;
}

.bp-vertical-share .bp-entry {
    float: right;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 90px;
}

span.item-details {
    border-bottom: 1px solid gainsboro;
    width: 100% !important;
    float: right;
    margin: 2px;
}

.menu-icon-home {
    font-size: 37px !important;
    margin: 0 !important;
}
.box {
    color: white;
    margin: 10px 0;
    padding: 10px;
}
.box > p {
    color: white;
}
.success-box{
    background-color: green;
}
.error-box{
    background-color: #d83d00;
}
.info-box{
    background-color: orange;
}

.both-sidebars-all .secondary-sidebar {
    float: left;
    margin-right: 20px;
    margin-left: auto;
}
.both-sidebars-all .main-col {
    float: right;
}

.pagination ul{
display: inline-flex;
    list-style-type: none;
}
.pagination ul li {
    background-color: whitesmoke;
    margin: 4px;
    text-align: center;
}
.pagination ul li.active {
    background-color: white !important;
}
body{
    color: black;
}