a.tp-static.active, a.tp-static.active::after  {
    color: #061d4a !important;
    background: #ffffff;
}

.tracks {
    margin-bottom: 15px;
    border-radius: 50px;
    padding: 18px 0px;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
}

.tp-footer-main {
    background: #061d4a;
}

.box-blue {
    background: #EFECE3;
    padding: 10px 15px;
    text-align: center;
    height: 100%;
}

.box-blue img.round {
    width: 100px;
    height: 100px;
    border-radius: 50%;    
    background: #fff;
    box-shadow: 0px 0px 1px 5px #fff;
}

.small, small {
    font-size: .7em;
}

@media (max-width: 991px) {
    .d-sm-block{
        display: block!important;
    }
}
@media (max-width: 424px) {
    .tp-hero-2-bg {
        margin-top: 94px;
    }
}