body {
    overflow-x: hidden;
}

a:hover {
    color: #990003;
}

.btn-info.active, .btn-info.active.focus, .btn-info.disabled, .btn-info:active, .btn-info:active:focus, .btn-info:active:hover, .btn-info:focus, .btn-info:hover, .btn-info[disabled], .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    background-color: #852525;
}

#top-section {
    background: #990003;
}

.btn-blue {
    background-color: #990003;
    border: 1px solid #990003;
}

.btn-success {
    background-color: #990003;
}

#search-section .col-md-5 {
    padding: 4px;
}

.hidden-lg {
    display: none!important;
}

.caret {
    margin-right: 5px;
}

.navbar-header {
    float: left;
}

.c-button span {
    background-color: #990003!important;
}

.c-menu__close {
    background-color: #990003;
}

.pull-right {
    float: right!important;
}

#courseoutline-btn {
    background: #990003;
    border: 1px solid #990003;
}

.btn-info {
    background-color: #990003;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #990003 !important;
}

.btn-success.active, .btn-success.active.focus, .btn-success.disabled, .btn-success:active, .btn-success:active:focus, .btn-success:active:hover, .btn-success:focus, .btn-success:hover, .btn-success[disabled], .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    background-color: #990003;
}

.section-color-blue {
    color: #000000;
    background: #f9f9f9;
}

.category-boxes {
    padding: 5px 0;
    border: 0 solid #5d5d5d;
    border-radius: 50%;
    background: unset;
}

.home-course-categories-listing {
    margin-top: 25px;
}

.align-text-center {
    text-align: center;
}

#back-to-top {
    display: none !important;
}

#testimonial-slider-main {
    margin-top: 35px;
}

.category-boxes img {
    min-width: 70px;
    width: 70px;
}

.category-boxes .course-head {
    min-width: 95px;
    min-height: 50px;
    line-height: 19px;
}

.home-category-wrapper {
    color: #000000;
}

#copyright-section {
    background: #990003;
}

#back-to-top {
    background: #990003;
}

.con-center {
    direction: rtl;
}

.trainingcourse-list-column .box-list {
    border-right: 3px solid #9e9e9e;
}

#header-section .navbar-brand>img {
    width: 75%;
    float: left;
}

.trainingcourse-list-details-wrap {
    min-height: 0;
}

.register-coursename {
    background: #990003;
}

.con-center {
    margin: 10px 0;
}

ul.left-menu li:hover,
ul.left-menu li.active {
    border-right: 3px solid #990003;
}

.pagination>li>a, .pagination>li>span {
    background-color: #990003;
}

@media (max-width: 865px){
    .hidden-lg {
        display: block!important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
}

@media (min-width: 768px){
    .navbar-right {
        float: right!important;
    }
}