.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner,
#sp-left .nav {
    border-top: 2px solid #6E0100;
}
#back-to-top {
    background-color: #6e0100;
}

.list_info .item .wrap {
    background-color: #6e0100;
    padding: 30px;
    color: #fff;
}
.list_info .item.featured .wrap {
    background-color: #d7261e;
    padding: 15px 0;
}
.list_info .item.featured .inner_item {
    margin-bottom: 30px;
    position: relative;
}
.list_info .item .info {
    display: block;
}
.list_info .item.featured .wrap {
    background-color: #d7261e;
    padding: 15px 0;
}
.list_info .item.featured .wrap i {
    float: none;
    width: 100%;
    line-height: 42px;
    margin-bottom: 15px;
    font-size: 42px;
    display: block;
}
.list_info .item.featured .wrap .info h3 {
    font-size: 26px;
    font-weight: bold;
    font-family: 'PT Sans',sans-serif;
    line-height: 40px;
    margin-bottom: 10px;
}
.list_info .item.featured .wrap .info p {
    font-size: 42px;
    font-weight: 300;
}
.list_info .item.featured .wrap .info a {
    color: #fff;
}
.list_info .item.featured .inner_item:after {
    content: '\A';
    position: absolute;
    bottom: -29px;
    display: block;
    width: 0;
    height: 0;
    border-left: 240px solid transparent;
    border-right: 240px solid transparent;
    border-top: 30px solid #d7261e;
    left: -50%;
    margin-left: 120px;
}

.ob_heading h2 {
    text-transform: uppercase;
    color: #d7261e;
    margin: 0;
    font-size: 36px;
    font-weight: normal;
    display: inline-block;
    font-family: 'PT Sans Narrow',sans-serif;
    letter-spacing: 1px;
}
.ob_heading .line {
    height: 2px;
    width: 30px;
    background-color: #d7261e;
    margin: 0 auto;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-progress .list-progress .list-progress__inner h5 {
    color: #484848;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow',sans-serif;
}
.section-progress .list-progress .list-progress__inner i {
    position: absolute;
    top: 0;
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-color: #d7261e;
    color: #fff;
    text-align: center;
}
.section-progress .list-progress .list-progress__inner .text {
    margin-bottom: 15px;
}
.section-progress .list-progress .list-progress__inner i:hover {
    background-color: #484848;
    color: #fff;
}