body {
    font: 11px Arial, Tahoma;
    background: #0c0c0e url(../images/bg_relics.png) top center no-repeat!important;
}

/* Roadmap */
.roadmap {
    width:100%;
    height:auto;
    margin-top:20px;
}

.roadmap-timeline {
     position:relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.roadmap-timeline .box{
    position:relative;
    width: 98%;
}

.roadmap-timeline .box.roadmap-timeline-master{
    padding-top: 50px;
    transition: 1s all ease;
}

.roadmap-timeline .box.roadmap-timeline-master.hide{
    height: 0!important;
    pointer-events: none;
    padding: 0;
    opacity: 0;
    transition: 1s all ease;
    
}

.roadmap-timeline .box.roadmap-timeline-master.hide *{
    opacity: 0;
    transition: 0s all ease;
}

.roadmap-timeline .box::after{
    content: '';
    position: absolute;
    width: 6px;
    top: 0;
    height: 100%;
    background-color: #505050;
    left: 49.7%;
    animation: moveroadmap-timeline 6s linear forwards
}

@keyframes moveroadmap-timeline {
    0%{
        height: 0;
    }
    100%{
        height: 100%;
    }
}

.roadmap-timeline-list{
    width: 50%;
    position: relative;
    z-index: 1;
}

.roadmap-timeline-list .box-roadmap-timeline{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 25px;
    z-index: 1;
    margin-bottom: 20px;
}

.roadmap-timeline-list .box-roadmap-timeline .title{
    font-size: 22px;
    font-weight: 600;
    color: #F1F1F1;
    text-transform: uppercase;
}

.roadmap-timeline-list .box-roadmap-timeline .subtitle{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.roadmap-timeline-list .box-roadmap-timeline .description{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 85%;
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #262629;
    border: 2px solid #505050;
    -webkit-box-shadow: 0px 0px 15px -4px #000;
    -moz-box-shadow: 0px 0px 15px -4px #000;
    box-shadow: 0px 0px 15px -4px #000;
}

.roadmap-timeline-list .box-roadmap-timeline .description .title-desc{
    font-size: 18px;
    text-transform: uppercase;
}

.roadmap-timeline-list .box-roadmap-timeline .description .desc{
    font-size: 13px;
    color: #fff;
}

.roadmap-timeline-list:nth-child(odd){
    left: 0;
}

.roadmap-timeline-list:nth-child(even){
    left: 50%;
    display: flex;
    justify-content: end;
}

.roadmap-timeline-list .image{
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #505050;
    border: 2px solid #505050;
    -webkit-box-shadow: 0px 0px 15px -4px #000;
    -moz-box-shadow: 0px 0px 15px -4px #000;
    box-shadow: 0px 0px 15px -4px #F26405C;
    z-index: 10px;
}

.roadmap-timeline-list:nth-child(odd) .image{
    right: -13px;
}

.roadmap-timeline-list:nth-child(even) .image{
    left: -10px;
}

.roadmap-timeline-list:nth-child(even) .box-roadmap-timeline{
    align-items: end;
}

.box-all.roadmap-timeline{
    margin: 0;
}

.box-all.roadmap-timeline .button{
    padding: 10px;
    margin: 0;
    background-color: #505050;
    color: #FFF;
    font-size: 14px;
    border-radius: 30px;
}

.wrap .header {
    height: 420px!important;
}

.ajax-container{
    color: #fff;
}
.panel-services *,
.breadcrumber *{
    color: #fff;
}

.box-panel {
    color: #000;
}