.main-header .main-menu ul li a {
    color: #000000 !important;
}
.header-area {
    background-color: #ffffff;
}

.main-header .main-menu ul ul.submenu {
    background: #ffffff !important;
}

.header-sticky.sticky-bar {
    background: #fcfcfc;
}


.footer-padding {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}

.header-bottom {
    border: 1px solid;
}


.page-section {
    padding: 6rem 0;
}
.page-section .page-section-heading {
    font-size: 2.25rem;
    line-height: 2rem;
}
@media (min-width: 992px) {
    .page-section .page-section-heading {
        font-size: 3rem;
        line-height: 2.5rem;
    }
}

.divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.divider-custom .divider-custom-line {
    width: 100%;
    max-width: 7rem;
    height: 0.25rem;
    background-color: #2c3e50;
    border-radius: 1rem;
    border-color: #2c3e50;
}
.divider-custom .divider-custom-line:first-child {
    margin-right: 1rem;
}
.divider-custom .divider-custom-line:last-child {
    margin-left: 1rem;
}
.divider-custom .divider-custom-icon {
    color: #2c3e50;
    font-size: 2rem;
}
.divider-custom.divider-light .divider-custom-line {
    background-color: #fff;
}
.divider-custom.divider-light .divider-custom-icon {
    color: #fff;
}


svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-18 {
 width: 1.125em;
}

.svg-inline--fa {
 display: inline-block;
 font-size: inherit;
 height: 1em;
 overflow: visible;
 vertical-align: -.125em;
}

.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
    text-transform: inherit !important;
}


.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #000000 !important;
}


.horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link {
    background-color: #545252;
    padding: 20px 10px 22px 13px !important;
}

.main-header .main-menu ul li.active a {
    background: transparent;
    color: #f15f22 !important;
}
.list-group-item {
    cursor: pointer;
}


.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #f15f22;
    border-color: #f15f22;
}