.how-works
{
    background:url("../images/mobile-app.jpg");
    background-position:center center;
    background-attachment:fixed;
    background-size:cover;
}
.how-works .overlay >.container
{
    padding:70px 0px;
}
.app-board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.app-board > div.app-board-inner > .nav-tabs {
    border: none;
}

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner::before {
    height: 2px;
    background: #8c8a8a;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
    outline: 0;
}

span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one {
    border: 2px solid #8c8a8a;
    color: #8c8a8a;
}

li.active span.round-tabs.one, li.active span.round-tabs.two, li.active span.round-tabs.three, li.active span.round-tabs.four, li.active span.round-tabs.five {
    color: #000;
}

span.round-tabs.two {
    border: 2px solid #8c8a8a;
    color: #8c8a8a;
}

span.round-tabs.three {
    border: 2px solid #8c8a8a;
    color: #8c8a8a;
}

span.round-tabs.four {
    border: 2px solid #8c8a8a;
    color: #8c8a8a;
}

span.round-tabs.five {
    border: 2px solid #8c8a8a;
    color: #8c8a8a;
}

.nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;
}

.nav-tabs > li {
    width: 20%;
}

.nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    border: none;
    padding: 0;
}

.nav-tabs > li a:hover {
    background: transparent;
    border: none;
}

.tab-content {
}

.tab-pane {
    position: relative;
    padding-top: 50px;
}

.btn-outline-rounded {
    padding: 15px 30px;
    margin: 20px 0;
    border: none;
}


.our-stats {
    background: #031C30;
}

.our-stats>.container
{
    padding:60px 0px;
}

.our-stat-icon .fa {
    font-size: 60px;
    color: #fff;
    line-height: 90px;
}

.our-stat-info span {
    color: #fff;
    font-size: 32px;
    margin: 1em 0;
    line-height: 60px;
}

.our-stat-info h5 {
    color: #fff;
    line-height: 3em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0;
}
.our-stat-info p {
    color: #fff;