body {
    font-family: 'Raleway', sans-serif;
    background: #F9FBFF;
}

.wrap {
    overflow: hidden;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.head {
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
    z-index: 20;
    position: fixed;
    top: 0;
    width: 100%;
}

.head .container {
    padding: 30px 0;
}

.logo img {
    width: 100%;
}

.page-title {
    text-align: center;
    padding: 50px;
}

.page-title h1 {
    font-size: 30px;
    font-weight: bold;
    color: #F77619;
    line-height: 1.3;
}

.page-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #071592;
    line-height: 1.3;
}

.cta {
    text-align: center;
    margin: 40px auto;
}

.cta h3 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: bold;
    color: #071592;
    line-height: 1.3;
}

.cta a {
    display: inline-block;
    color: #fff;
    line-height: 45px;
    height: 45px;
    border-radius: 4px;
    padding: 0 30px;
    background: #F77619;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}

.cta a:hover {
    background: #071592;
}

.row {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.v-center {
    justify-content: center;
    align-items: center;
}

.logo,
.average {
    width: 30%;
    box-sizing: border-box;
}

.total {
    width: 40%;
    box-sizing: border-box;
    text-align: center;
}

.average {
    text-align: center;
}

.head p {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.75;
    margin-bottom: 5px;
}

.head h1 {
    font-size: 48px;
    font-weight: bold;
    color: #F77619;
    line-height: 1.3;
}

.head h2 {
    font-size: 30px;
    font-weight: bold;
    color: #071592;
    line-height: 1.3;
}

.bar-overlay {
    height: 0;
    width: 6px;
    background: #f68d2d;
    top: 0;
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
    border-radius: 5px;
    z-index: 11;
    position: absolute;
    left: 50%;
    transition: .1s ease height;

    -webkit-box-shadow: 0px 0px 20px 0px rgba(32, 84, 255, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(32, 84, 255, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(32, 84, 255, 0.5);
}

.bar-overlay .dot {
    bottom: 0;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    border: 1px #f68d2d solid;
    background: white;
    z-index: 12;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    margin-top: -5px;
    position: absolute;
}

.bar {
    left: 50%;
    position: absolute;
    height: 100%;
    width: 3px;
    background: #CDD8E9;
    top: 0;
    -webkit-transform: translateX(-1.5px);
    -ms-transform: translateX(-1.5px);
    transform: translateX(-1.5px);
}

.data-rows .data {
    position: relative;
    clear: both;
    width: 40%;
    text-align: right;
    margin-left: unset;
    margin-bottom: 50px;
}

.data-rows .data:nth-of-type(odd) {
    float: right;
    text-align: left;
}

.data-rows .data:last-of-type {
    margin-bottom: 0px;
}

.bubble {
    display: block;
    position: absolute;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    /*background: #f68d2d;*/
    right: -70px;
    top: 7px;
}

.add .bubble img {
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.data-rows .data:nth-of-type(odd) .bubble {
    left: -70px;
}

.description,
.amount,
.title {
    font-size: 14px;
    font-size: 1rem;
}

.title {
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.amount {
    color: #f68d2d;
    font-weight: 700;
    line-height: 1.6;
}

.description {
    font-weight: 400;
    color: #696A78;
    margin-bottom: 10px;
    line-height: 1.5;
    font-style: italic;
}

.av_cost {
    font-weight: 500;
    font-size: 13px;
    font-size: 1rem;
    color: #071592;
    line-height: 1.6;
}

.timline {
    margin-bottom: 6rem;
}


.clear {
    clear: both;
}

@media screen and (max-width: 992px) {
    .head h1 {
        font-size: 35px;
    }

    .data-rows .data:nth-of-type(odd) .bubble {
        width: 35px;
        height: 35px;
        left: -50px;
    }

    .bubble {
        width: 35px;
        height: 35px;
        right: -50px;
    }

}

@media screen and (max-width: 600px) {

    .head .container {
        padding: 20px 0;
    }

    .logo,
    .average,
    .total {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .bar {
        left: 10%;
    }

    .data-rows .data:nth-of-type(odd),
    .data-rows .data {
        float: unset;
        text-align: left;
        clear: both;
        width: 65%;
        margin-left: 30%;
    }

    .data-rows .data:nth-of-type(odd) .bubble,
    .bubble {
        /*width: 15px;
		height: 15px;
		left: -35px;*/
    }

    .bar-overlay {
        left: 10%;
    }

}