.header{
    height: 40vh;
    background: url(../img/About-Toshost.jpg);
    background-size: cover;
    background-position: center;
}
.header > div{
  background-color: rgba(58, 109, 171, 0.596);    
  border-radius: 100%/0 0 30px 30px;
}

.state{
    background-image: url("../img/bg/bg1.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }

  .timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 16px !important;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #76cf48;
    z-index: 100;
    border-radius: 50%;
}
.timeline > li > .timeline-panel {
    width: 45.5%;
    float: left;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
}



.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}

.timeline > li:after {
    clear: both;
}


.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

@media only screen and (min-width: 769px){
    .timeline > li.timeline-left > .timeline-panel:after {
        content: "";
        position: absolute;
        top: 55px;
        right: -19px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 10px solid #495057;
        border-color: transparent transparent #ffffff #ffffff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(224deg);
        transform: rotate(224deg);
        -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
    }
    .timeline > li.timeline-inverted > .timeline-panel:after {
        content: "";
    position: absolute;
    top: 25px;
    left: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #495057;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(224deg);
    transform: rotate(48deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
}

}

@media (max-width: 768px){
.timeline:before {
    background: #fff;
}
.timeline > li {
    margin-bottom: 30px;
}
.timeline > li > .timeline-badge {
    top: -25px;
    font-size: 1em;
}
.timeline > li > .timeline-panel {
    width: 100%;
}


}
.getstarted-link:hover .fa-chevron-right{
    transform: translateX(10px);
    transition: .5s;
}




