@font-face {
    font-family: 'Roboto_B';
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: 'Roboto_R';
    src: url(../fonts/Roboto-Regular.ttf);
}

@media (min-width: 768px) {
    .container {
        max-width: 760px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

body {
    font-family: Roboto_R;
    margin: 0;
    padding: 0;
}

.section {
    padding: 5em 0;
}

.w-900 {
    max-width: 959px;
}

.w-mx-900 {
    max-width: 954px;
}

.w-mx-700 {
    max-width: 767px;
}

.bg-black {
    background-color: #121D24 !important;
}

.bg-grey {
    background-color: #F8F9F9 !important;
}

.bg-img {
    background-size: cover;
    background-position: center;
}

.text-yellow {
    color: #FFFF04;
    font-family: Roboto_B;
}

.pad-top-1 {
    margin-top: 1em;
}

i.fas.fa-chevron-right {
    color: #000;
    font-size: 41px;
}

i.fas.fa-chevron-left {
    color: #000;
    font-size: 41px;
}

h1 {
    font-size: 60px;
    font-family: Roboto_B;
}

h2 {
    font-size: 36px;
    font-family: Roboto_B;
    line-height: 43px;
    ;
}

.footer-link {
    color: #ffffff;
    /* background-color: #FFFF04; */
    padding: 2px 5px 2px 2px;
    text-decoration: underline;
}

.footer-link:hover {
    color: #121D24;
    background-color: #F5ED07;
    text-decoration: none;
}

h3 {
    font-size: 24px;
    padding-bottom: 1em;
}

#header-intro {
    font-size: 21px;
    text-shadow: 0px 0px 20px rgba(18, 29, 36, .3);
}

p {
    font-size: 16px;
}

.p-lrg {
    font-size: 18px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.btn-yellow {
    background-color: #FFFF04;
    font-size: 28px;
    font-family: 'Roboto_B';
    line-height: 34px;
    padding: 17px 59px;
    white-space: nowrap;
    border-radius: 0px;
}

.btn-yellow:hover {
    background-color: #F5ED07;
}

.bottom_drow {
    bottom: -1px;
    z-index: 2;
    left: 0;
    right: 0;
}

.bottom_drow img svg {
    height: 81px;
}

.top_menu {
    top: 2em;
    right: 3em;
}

.top_menu ul {
    display: flex;
    padding: 0px;
    justify-content: flex-end;
}

.top_menu li {
    list-style: none;
}

.top_menu a {
    padding: 0px 17px;
    border-right: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    line-height: 34px;
    font-family: 'Roboto_B';
}

.top_menu a:hover {
    color: #121D24;
    background-color: #F5ED07;
}

.top_menu li:last-child a {
    border: none;
}

.co_top {
    background: #ffff04;
    color: #000;
    width: 80.5px;
    height: 70px;
    position: fixed;
    bottom: 0em;
    right: 2em;
    font-size: 18px;
    font-family: 'Roboto_B';
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.co_top:hover {
    color: #121D24;
    background-color: #F5ED07;
}

i.far.fa-chevron-up {
    font-size: 29px;
}

.carousel-indicators li {
    background-color: #000;
}

ol.carousel-indicators {
    bottom: -6em;
}

.fact-img {
    margin-top: 40px;
}

.road-graphic {
    width: 70%;
    max-width: 600px;
}

@media (max-width: 1211px) {
    .hero_logo {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    #bikeex-logo {
        margin-top: 40px;
    }
}

@media (max-width: 490px) {
    h1 {
        font-size: 51px;
    }
    .p-5 {
        padding: 3em 1em !important;
    }
    .btn-yellow {
        padding: 17px 47px;
    }
    .top_menu {
        right: 0em;
        left: 0em;
    }
    .top_menu ul {
        justify-content: center;
    }
    .top_menu a {
        font-size: 19px;
    }
    .bottom_drow {
        bottom: -2px;
        z-index: 2;
        left: 0;
        right: 0;
    }
    .bottom_drow img {
        overflow: hidden;
    }
    h3 {
        font-size: 18px;
    }
    .logo-img {
        width: 200px;
    }
    #top_section {
        background-position: 42%;
    }
    .header-base-v {
        bottom: -2px;
    }
}