#moreaboutteam h3 {
    font-weight: 700;
    margin-bottom: 30px;
}
#moreaboutteam h5 {
    font-weight: 700;
    
}
#moreaboutteam h4 {
    font-weight: 700;
    
}
#moreaboutteam section {
    margin-bottom: 50px;
}

.oxygen-home .hero h1 {
    color: #100F0F;
}

.oxygen-home .hero p {
    color: #100F0F !important;
}

.oxygen-home .hero {
    padding: unset !important;
}
.oxygen-home .ourcore_section .bdr_
{
    border: 1px #FF0100 solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 25px;
}
.oxygen-home .missionApprochSec .steps-list {
    list-style-type: none;
    padding-left: 0;
}

.oxygen-home .missionApprochSec .steps-list li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
}

.oxygen-home .missionApprochSec .step-number {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff0000;
    color: #fff;
    border-radius: 4px;
    line-height: 40px;
    font-weight: bold;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    text-align: center;
}


.oxygen-home .missionApprochSec .steps-list h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #100F0F;
}

.oxygen-home .missionApprochSec .steps-list p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #100F0F;
}

.oxygen-home .missionApprochSec .steps-list li::before {
    content: '';
    display: block;
    background-color: #ff0000;
    position: absolute;
    width: 1px;
    height: 120%;
    top: -30px;
    left: 20px;
}


.oxygen-home .missionApprochSec .steps-list li::after {
    content: '';
    display: block;
    background-color: #ff0000;
    position: absolute;
    width: 50px;
    height: 1px;
    top: 15px;
    left: 40px;
}

@media (max-width: 991px) {
    .oxygen-home .missionApprochSec .steps-list li::before {
        height: 160px;
        left: 16px;
    }

    .oxygen-home .missionApprochSec .steps-list li::after {
        width: 60px;
        height: 1px;
        top: 15px;
        left: 25px;
    }


}
.oxygen-home .roadmap_section span.redbadge
{
    padding: 10px 20px;
    background: #FF0100;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
}
.oxygen-home .internal_section h4 {
    background: url(../img/team/roadmaparrowbg.png) no-repeat center;
    text-align: center;
    padding: 25px;
    font-weight: 700;
    text-align: center;
}
.oxygen-home tbody, .oxygen-home td, .oxygen-home tfoot, .oxygen-home th, .oxygen-home thead, .oxygen-home tr
{
    border: 0px !important;
    background: #F5F5F5;
}
.oxygen-home tr
{
    border-style: none !important;
}
.oxygen-home .table-striped > tbody > tr:nth-of-type(2n+1)
{
    background-color: #fff;
}