/*----------------------------About Us Page-----------------------------*/

.content-list .sppb-addon-content ul li:before {
    background: #be1f2f;
}

.award-hover .sppb-column {
    border-bottom: 4px solid transparent;
}

.award-hover .sppb-column:hover{
    background: #ffffff!important;
    border-color: #0a3ea4;
}

.award-hover .sppb-addon-title {
    min-height: 108px;
}

.chart-img img {
    max-height: 750px;
    padding-left: 50px;
    padding-right: 50px;
}

/*----------------------------End About Us Page-----------------------------*/

/*----------------------------------Fleets Page----------------------------------*/

.task-img img {
    padding: 0px 13px;
}

.task-img .sppb-addon-title {
    min-height: 48px;
}

@media (min-width:991px){
.task-001 {
    position: relative;
}

.task-001:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #c9cbd4;
    border-radius: 100%;
    border: 7px solid #c9cbd4;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.task-001:hover:before{
    background-color: #333333;
    transition: ease 0.3s;
}

.task-001:after{
    content: "";
    position: absolute;
    width: 50%;
    height: 4px;
    background-color: #c9cbd4;
    top: -35px;
    right: 0;
    z-index: -1;
}

.task-002 {
    position: relative;
}

.task-002:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #c9cbd4;
    border-radius: 100%;
    border: 7px solid #c9cbd4;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.task-002:hover:before{
    background-color: #333333;
    transition: ease 0.3s;
}

.task-002:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #c9cbd4;
    top: -35px;
    right: 0;
    z-index: -1;
}

.task-003 {
    position: relative;
}

.task-003:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #c9cbd4;
    border-radius: 100%;
    border: 7px solid #c9cbd4;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.task-003:hover:before{
    background-color: #333333;
    transition: ease 0.3s;
}

.task-003:after{
    content: "";
    position: absolute;
    width: 50%;
    height: 4px;
    background-color: #c9cbd4;
    top: -35px;
    left: 0;
    z-index: -1;
}
  
.task-img:hover .sppb-addon-title {
    color: #333333;
}

.task-img .sppb-addon-title {
    color: #c9cbd4;
    transition: ease 0.3s;
}
}

/*----------------------------------End Fleets Page----------------------------------*/

/*-------------------------------------Career Page-------------------------------------*/

.job-post-list:hover:before {
    border-left-color: #be1f2f;
}

.job-post-list {
    padding: 29px 37px 29px 40px;
}

.job-post-list .sppb-btn.sppb-btn-link {
    color: #0b54e4;
}

/*-------------------------------------End Career Page-------------------------------------*/