/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?3165b14bbf3b64fca65829ecde6b800d);
    src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?3165b14bbf3b64fca65829ecde6b800d?#iefix) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?f861a57c52ef711cf807a3eec92c0e17) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff?457cb96b6191ed105c4fe8463957f70d) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?f2e186cfab4787d4ef6f1bb192aa9a1b) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg?f249e44df3044e7b0d665b550569ddf0#fontawesome) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

.btn {
    border: none;
    height: 45px;
    font-weight: 500;
    padding-top: 10px
}

.btn:focus,
.btn:hover {
    outline: none;
    box-shadow: none
}

.btn-main {
    background: #f1b51c;
    color: #000!important;
    transition: all .1s linear;
    border: 1px solid #f1b51c
}

.btn-main:hover {
    background: #e5a90e;
    border: 1px solid #e5a90e;
    transform: translateY(-2px);
    box-shadow: 0 8px 6px -6px #f4c54c
}

.btn-outline-main {
    background: #000;
    border: 2px solid #f1b51c;
    padding: 5px 10px
}

.btn-outline-main:hover {
    background: #f1b51c;
    color: #000!important
}

.btn-filter {
    font-size: 14px;
    padding-left: 0;
    padding-top: 12px
}

.btn-filter i {
    font-size: 10px
}

.card-hero {
    background: #fff;
    border-radius: 5px;
    border: none;
    max-width: 60vw;
    margin: 0 auto
}

@media (max-width:1024px) and (min-width:320px) {
    .card-hero {
        max-width: 100vw
    }
}

.card-hero .card-body {
    padding: 8px 15px
}

@media (max-width:767px) and (min-width:320px) {
    .card-hero .card-body {
        padding: 15px 10px
    }
}

.card-hero .card-body .form-row {
    text-align: left
}

.card-hero .card-body .form-row .first {
    position: relative;
    padding-left: 15px;
    padding-right: 0;
    border-right: 1px solid #e6e6e6
}

@media (max-width:767px) and (min-width:320px) {
    .card-hero .card-body .form-row .first {
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px;
        border-right: none;
        border-bottom: 1px solid #e6e6e6
    }
}

.card-hero .card-body .form-row .second {
    padding-left: 15px
}

@media (max-width:767px) and (min-width:320px) {
    .card-hero .card-body .form-row .second {
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px;
        /*border-bottom: 1px solid #e6e6e6*/
    }
}

.card-hero .card-body .form-row .second .text-dark {
    margin-top: 3px
}

@media (max-width:767px) and (min-width:320px) {
    .card-hero .card-body .form-row .third {
        margin-left: 5px;
        margin-right: 5px
    }
}

.card-hero .card-body .form-row .third .btn {
    height: 90%;
    margin-top: 3%;
    font-size: 18px
}

.card-hero .card-body .form-row label {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0
}

.card-hero .card-body .form-row .form-control {
    padding: 0;
    height: 30px;
    border: none;
    font-size: 18px;
    cursor: pointer
}

.card-hero .card-body .form-row .form-control:focus {
    box-shadow: none;
    border-color: none
}

.card-bikes {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    position: relative;
    margin-bottom: 20px
}

.card-bikes a {
    text-decoration: none
}

.card-bikes:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.card-bikes .ribbon {
    padding: 8px 50px 8px 20px;
    position: absolute;
    right: -15px;
    top: 20px;
    background: #f1b51c;
    color: #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: 700
}

.card-bikes .ribbon span {
    font-weight: 400
}

@media (max-width:480px) and (min-width:320px) {
    .card-bikes .ribbon {
        right: -10px
    }
}

.card-bikes .ribbon:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 100%;
    right: 0;
    border-top: 15px solid #9d740a;
    border-right: 15px solid transparent
}

@media (max-width:480px) and (min-width:320px) {
    .card-bikes .ribbon:before {
        border-top: 10px solid #9d740a;
        border-right: 10px solid transparent
    }
}

.card-bikes .card-img-top {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1024px) and (min-width:320px) {
    .card-bikes .card-img-top {
        height: 200px
    }
}

.card-bikes .card-body {
    color: #000
}

.card-bikes .card-body .card-title {
    font-weight: 700;
    margin-bottom: 0
}

.card-bikes .card-body .rating i {
    color: #f1b51c
}

.card-bikes .card-body .location {
    color: #333
}

.card-step {
    background: transparent;
    border: none;
    color: #000
}

.card-step .card-body i {
    font-size: 50px;
    margin-bottom: 20px
}

.card-step .card-body .title {
    font-size: 20px
}

.card-step .card-body p {
    font-size: 14px
}

.card-location {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    position: relative;
    margin-bottom: 20px
}

.card-location a {
    text-decoration: none
}

.card-location img {
    min-height: 100px;
    -o-object-fit: cover;
    object-fit: cover
}

.card-location:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    transform: scale(1.1)
}

.card-location .ribbon {
    padding: 3px 50px 3px 10px;
    position: absolute;
    right: -15px;
    top: 10px;
    background: #f1b51c;
    color: #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 12px;
    font-weight: 700
}

.card-location .ribbon span {
    font-weight: 400
}

@media (max-width:480px) and (min-width:320px) {
    .card-location .ribbon {
        right: -10px
    }
}

.card-location .ribbon:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 100%;
    right: 0;
    border-top: 15px solid #9d740a;
    border-right: 15px solid transparent
}

@media (max-width:480px) and (min-width:320px) {
    .card-location .ribbon:before {
        border-top: 10px solid #9d740a;
        border-right: 10px solid transparent
    }
}

.card-faq {
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 5px!important;
    border-left: 5px solid #f1b51c
}

.card-faq .card-header {
    position: relative;
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #fff;
    padding-right: 50px;
    font-weight: 700
}

@media (max-width:480px) and (min-width:320px) {
    .card-faq .card-header {
        padding-right: 40px
    }
}

.card-faq .card-header i {
    position: absolute;
    right: 15px;
    margin-left: auto;
    font-size: 14px;
    transition: all .3s linear
}

.card-faq .card-header .down {
    transform: rotate(180deg)
}

.card-faq .collapse,
.card-faq .collapse .card-body {
    border-radius: 5px
}

.card-faq .collapse .card-body i {
    color: #f1b51c
}

.card-faq .collapse .card-body a {
    color: #cd970d;
    text-decoration: none
}

.card-faq .collapse .card-body a:hover {
    color: #b5850b
}

.card-faq .collapse .card-body li {
    list-style-type: none;
    margin-bottom: 10px
}

.card-guideline-owner {
    border-top: 5px solid #f1b51c;
    margin-bottom: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.card-guideline-owner .card-header {
    background: #fff;
    font-weight: 700
}

.card-guideline-owner .card-body {
    padding-bottom: 15px
}

.card-guideline-owner .card-body li {
    list-style-type: decimal
}

.card-guideline-owner .card-body li li {
    list-style-type: circle
}

.card-guideline-renter {
    margin-bottom: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-left: 5px solid #f1b51c;
    padding: 0;
    border-radius: 5px
}

.card-guideline-renter .card-body {
    padding: 25px 0 10px 30px
}

@media (max-width:1024px) and (min-width:320px) {
    .card-guideline-renter .card-body {
        padding: 20px 0 5px 15px
    }
}

@media (max-width:480px) and (min-width:320px) {
    .card-guideline-renter .card-body {
        padding: 10px 0 0 5px
    }
}

.card-login {
    color: #000;
    text-align: left;
    border-top: 5px solid #f1b51c
}

.card-login .card-body {
    padding: 30px 40px
}

@media (max-width:480px) and (min-width:320px) {
    .card-login .card-body {
        padding: 20px
    }
}

.card-rental {
    border: none;
    border-top: 5px solid #f1b51c;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

@media (max-width:480px) and (min-width:320px) {
    .card-rental {
        font-size: 14px
    }
}

.card-rental .card-header {
    font-weight: 700;
    background: #fff
}

.card-rental .card-body {
    border-radius: 5px;
    padding-left: 10px;
    padding-bottom: 10px
}

@media (max-width:480px) and (min-width:320px) {
    .card-rental .card-body {
        padding-left: 0;
        padding-right: 5px
    }
}

.card-rental .card-body i {
    color: #f1b51c
}

.card-rental .card-body .table tr:last-child td {
    padding-bottom: 0
}

.card-rental .card-body .table tr td {
    vertical-align: middle;
    padding-bottom: 30px
}

@media (max-width:480px) and (min-width:320px) {
    .card-rental .card-body .table tr td {
        font-size: 14px
    }
}

.card-rental .card-body .table tr td:first-child {
    width: 80px
}

@media (max-width:1024px) and (min-width:320px) {
    .card-rental .card-body .table tr td:first-child {
        width: 65px
    }
}

@media (max-width:480px) and (min-width:320px) {
    .card-rental .card-body .table tr td:first-child {
        width: 50px
    }
}

.card-rental .card-body .table tr td strong {
    display: block;
    line-height: 100%;
    margin-bottom: 5px
}

.card-rental .card-body .table tr td .desc {
    font-size: 12px;
    line-height: 100%
}

.card-rental .card-body .table tr td .price {
    line-height: 100%
}

.card-rental .card-body .table tr td .toggleCheck {
    display: none
}

.card-rental .card-body .table tr td .toggleBtn {
    display: block;
    width: 50px;
    height: 20px;
    border-radius: 40px;
    background: rgba(0, 0, 0, .4);
    transition: .24s;
    position: relative;
    margin-top: 8px
}

@media (max-width:480px) and (min-width:320px) {
    .card-rental .card-body .table tr td .toggleBtn {
        width: 40px;
        height: 18px
    }
}

.card-rental .card-body .table tr td .toggleBtn:after {
    content: "";
    display: block;
    width: 25px;
    height: 24px;
    border: 2px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    background: #fff;
    transition: .24s;
    position: absolute;
    top: -2px
}

@media (max-width:480px) and (min-width:320px) {
    .card-rental .card-body .table tr td .toggleBtn:after {
        width: 22px;
        height: 22px
    }
}

.card-rental .card-body .table tr td .toggleCheck:checked+.toggleBtn {
    background: #f1b51c
}

.card-rental .card-body .table tr td .toggleCheck:checked+.toggleBtn:after {
    transform: translateX(100%);
    border: 2px solid #f1b51c
}

.card-booking-terms {
    border: none;
    border-top: 5px solid #f1b51c;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

@media (max-width:480px) and (min-width:320px) {
    .card-booking-terms {
        font-size: 14px
    }
}

.card-booking-terms .card-header {
    background: #fff;
    font-weight: 700
}

.card-booking-terms a {
    color: #cd970d;
    text-decoration: none
}

.card-booking-terms a:hover {
    color: #b5850b
}

.dropdown .fas {
    margin-left: 2px;
    transition: all .3s linear
}

@media screen and (min-width:1921px) {
    .dropdown .fas {
        font-size: 20px
    }
}

@media (max-width:1920px) and (min-width:1441px) {
    .dropdown .fas {
        font-size: 18px
    }
}

.dropdown .down {
    transform: rotate(180deg)
}

.dropdown .dropdown-menu {
    border: none;
    border-top: 5px solid #f1b51c;
    box-shadow: 0 0 4px #f1b51c;
    margin-top: 10px;
    background: #000
}

@media (max-width:1024px) and (min-width:320px) {
    .dropdown .dropdown-menu {
        border: none;
        border-left: 5px solid #f1b51c;
        box-shadow: none;
        padding-right: 0;
        margin-top: 0
    }
}

.dropdown .dropdown-menu .dropdown-submenu {
    position: relative
}

.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    margin-top: 0;
    top: 0;
    left: 100%
}

@media (max-width:1024px) and (min-width:320px) {
    .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
        border-left: 0;
        left: 30px
    }
    .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
        padding: 10px 0 10px 40px
    }
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 10px 50px 10px 30px;
    color: #fff;
    transition: .25s
}

@media screen and (min-width:1921px) {
    .dropdown .dropdown-menu .dropdown-item {
        font-size: 20px
    }
}

@media (max-width:1920px) and (min-width:1441px) {
    .dropdown .dropdown-menu .dropdown-item {
        font-size: 18px
    }
}

@media (max-width:1024px) and (min-width:320px) {
    .dropdown .dropdown-menu .dropdown-item {
        padding: 8px 50px 8px 20px
    }
}

.dropdown .dropdown-menu .active,
.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item:hover {
    background: #f1b51c;
    color: #000
}

.dropdown-toggle:after {
    display: none
}

.select {
    position: relative
}

.select .dropdown-toggle:after {
    display: none
}

.select .down {
    transform: rotate(180deg)
}

.select .dropdown {
    height: 30px
}

.select .dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
    background: none
}

.select .dropdown .dropdown-menu .dropdown-item {
    padding: 0;
    color: #fff
}

.select .fas {
    position: absolute;
    font-size: 10px;
    top: 2px;
    right: 0;
    transition: all .3s linear
}

.bootstrap-select.form-control .btn {
    height: 30px;
    border: none!important;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    padding: 0 15px 0 0
}

.bootstrap-select.form-control .btn:focus,
.bootstrap-select.form-control .btn:hover {
    box-shadow: none!important;
    outline: none!important;
    color: #000
}

.bootstrap-select.form-control .dropdown-toggle {
    background: #fff
}

.bootstrap-select.form-control .dropdown-toggle:focus,
.bootstrap-select.form-control .dropdown-toggle:hover {
    background: #fff;
    box-shadow: none;
    outline: none
}

.bootstrap-select.form-control .dropdown-menu {
    background: rgba(0, 0, 0, .5)
}

.bootstrap-select.form-control .dropdown-menu .bs-searchbox .form-control {
    height: 35px;
    margin-bottom: 8px;
    padding-left: 5px;
    font-size: 18px
}

.bootstrap-select.form-control .dropdown-menu .bs-searchbox .form-control:focus {
    box-shadow: none;
    outline: none
}

.bootstrap-select.form-control .dropdown-menu .inner li {
    height: 35px;
    padding-top: 3px;
    padding-left: 5px;
    margin: 0 8px;
    font-size: 18px;
    border-radius: 3px
}

.bootstrap-select.form-control .dropdown-menu .inner li:hover {
    background: #f1b51c;
    color: #000!important
}

.bootstrap-select.form-control .dropdown-menu .inner .dropdown-item:hover {
    background: #f1b51c;
    color: #000!important;
    box-shadow: none;
    outline: none
}

.bootstrap-select.form-control .dropdown-menu .inner .dropdown-item .check-mark {
    top: 10px;
    font-size: 12px
}

.bootstrap-select.form-control .dropdown-menu .inner .active {
    background: #f1b51c;
    color: #000!important;
    border-radius: 3px!important
}

.bootstrap-select.form-control .dropdown-menu .inner .active:hover {
    background: #f1b51c;
    color: #000!important
}

.table-guideline tr td {
    vertical-align: middle
}

.table-guideline tr td .number-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f1b51c
}

@media (max-width:480px) and (min-width:320px) {
    .table-guideline tr td .number-circle {
        font-size: 25px;
        width: 50px;
        height: 50px
    }
}

.table-guideline tr td a {
    color: #cd970d;
    text-decoration: none
}

.table-guideline tr td a:hover {
    color: #b5850b
}

.table-guideline tr td .title {
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin-bottom: 10px
}

@media (max-width:480px) and (min-width:320px) {
    .table-guideline tr td .title {
        font-size: 18px;
        margin-bottom: 0
    }
}

@media (max-width:480px) and (min-width:320px) {
    .table-guideline tr td .desc {
        font-size: 14px
    }
}

.footer {
    background: #000;
    padding: 50px 9vw;
    font-size: 14px
}

@media screen and (min-width:1921px) {
    .footer {
        padding: 50px 14vw
    }
}

@media (max-width:1920px) and (min-width:1441px) {
    .footer {
        padding: 50px 14vw
    }
}

@media (max-width:1024px) and (min-width:320px) {
    .footer {
        padding: 0 0 30px
    }
}

.footer .title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px
}

@media (max-width:1024px) and (min-width:320px) {
    .footer .title {
        margin-top: 30px
    }
}

@media (max-width:767px) and (min-width:320px) {
    .footer .title {
        margin-top: 50px
    }
}

.footer .list {
    list-style-type: none
}

.footer .list a {
    color: #fff;
    text-decoration: none
}

.footer .list a:focus,
.footer .list a:hover {
    color: #f1b51c
}

.footer .list a i {
    font-size: 12px
}

.footer .email,
.footer .phone {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 10px
}

.footer .email:focus,
.footer .email:hover,
.footer .phone:focus,
.footer .phone:hover {
    color: #f1b51c
}

.footer .social {
    display: inline-block;
    text-decoration: none
}

.footer .social i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-right: 5px;
    transition: all .1s linear
}

.footer .social i:hover {
    background: #f1b51c;
    transform: translateY(-2px);
    box-shadow: 0 8px 6px -6px #f4c54c
}

.footer .copyright {
    margin-top: 50px
}

@media (max-width:1024px) and (min-width:320px) {
    .footer .copyright {
        margin-top: 30px
    }
}

@media (max-width:767px) and (min-width:320px) {
    .footer .copyright {
        margin-top: 50px
    }
}

.footer .copyright a {
    color: #f1b51c;
    text-decoration: none
}

.footer .copyright a:hover {
    color: #e5a90e
}

.form-control {
    height: 45px;
    color: #000
}

.form-control:placeholder {
    color: #757575
}

.form-control:focus,
.form-control:hover {
    outline: none;
    box-shadow: none
}

.form-control:focus {
    box-shadow: 0 0 4px #f4c54c;
    border-color: #f1b51c;
    color: #000
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:disabled {
    color: #757575
}

.custom-control-label:before {
    background-color: #fff;
    box-shadow: none;
    outline: none;
    border-color: #f1b51c
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #f1b51c;
    border-color: #f1b51c;
    box-shadow: none;
    outline: none
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='black' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:focus~.custom-control-label:before,
.custom-radio .custom-control-input:focus~.custom-control-label:before {
    border-color: #f1b51c;
    box-shadow: none;
    outline: none
}

input:-moz-read-only {
    background: transparent!important;
    text-align: left
}

input:read-only {
    background: transparent!important;
    text-align: left
}

.input-group .input-group-addon {
    padding-right: 3vw
}

.navbar {
    background: #000!important;
    z-index: 9;
    color: #fff;
    padding: 20px 0
}

@media (max-width:1024px) and (min-width:320px) {
    .navbar {
        padding: 15px
    }
}

.navbar .navbar-brand img {
    height: 30px
}

@media screen and (min-width:1921px) {
    .navbar .navbar-brand img {
        height: 40px
    }
}

@media (max-width:1920px) and (min-width:1441px) {
    .navbar .navbar-brand img {
        height: 35px
    }
}

.navbar .navbar-toggler {
    border: none;
    background: transparent!important
}

@media (max-width:1024px) and (min-width:320px) {
    .navbar .navbar-toggler {
        padding: 5px
    }
}

.navbar .navbar-toggler i {
    color: #fff;
    font-size: 18px
}

.navbar .navbar-toggler:focus {
    outline: none;
    background: transparent!important
}

.navbar .navbar-toggler .icon-bar {
    background-color: #f1b51c;
    transform: rotate(0deg) translate(0);
    transition: all .2s ease;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar .navbar-toggler:active>.icon-bar:nth-child(2),
.navbar .navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: all .2s ease
}

.navbar .navbar-toggler:not(.collapsed) .icon-bar:first-child {
    transform: rotate(45deg) translate(5px, 4px);
    transition: all .2s ease
}

.navbar .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: all .2s ease
}

.navbar .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: all .2s ease
}

@media (max-width:992px) and (min-width:320px) {
    .navbar .navbar-nav {
        background: #000!important;
        padding: 10px 10px 0;
        border-top: 2px solid #f1b51c;
        margin-top: 15px
    }
}

.navbar .navbar-nav .nav-item {
    margin: 0 5px
}

@media (max-width:1024px) and (min-width:320px) {
    .navbar .navbar-nav .nav-item {
        margin-left: 0
    }
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #fff
}

@media screen and (min-width:1921px) {
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 20px
    }
}

@media (max-width:1920px) and (min-width:1441px) {
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 18px
    }
}

.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #f1b51c
}

.navbar .navbar-nav .nav-item .nav-link .fa-user {
    font-size: 15px
}

.navbar .navbar-nav .nav-item .dropdown-toggle:focus,
.navbar .navbar-nav .nav-item .dropdown-toggle:hover {
    outline: none;
    box-shadow: none
}

.navbar .navbar-nav .nav-item .dropdown-toggle i {
    font-size: 12px
}

@media screen and (min-width:1921px) {
    .navbar .navbar-nav .nav-item .dropdown-toggle i {
        font-size: 16px
    }
}

@media (max-width:1920px) and (min-width:1441px) {
    .navbar .navbar-nav .nav-item .dropdown-toggle i {
        font-size: 14px
    }
}

.navbar .navbar-nav .nav-item .btn-outline-main {
    margin-top: 1px;
    height: 38px
}

@media (max-width:1024px) and (min-width:320px) {
    .navbar .navbar-nav .nav-item .btn-outline-main {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.navbar .navbar-nav .active .nav-link {
    color: #f1b51c
}

.bike-details {
    margin-top: 80px;
    color: #000;
    padding-bottom: 50px
}

@media (max-width:1024px) and (min-width:320px) {
    .bike-details {
        margin-top: 70px
    }
}

.bike-details .top-bar .card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border: none;
    border-radius: 0;
    margin-bottom: 30px
}

.bike-details .top-bar .card .card-body {
    padding-top: 10px;
    padding-bottom: 15px
}

@media (max-width:480px) and (min-width:320px) {
    .bike-details .top-bar .card .card-body {
        padding: 15px 0
    }
}

.bike-details .top-bar .card .card-body label {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px
}

.bike-details .top-bar .card .card-body .form-control {
    padding: 0;
    height: 20px;
    border: none;
    font-size: 16px
}

.bike-details .top-bar .card .card-body .form-control:focus {
    box-shadow: none;
    border-color: none
}

.bike-details .top-bar .card .card-body .select {
    height: 20px;
    margin-top: 0
}

.bike-details .top-bar .card .card-body .select .bootstrap-select.form-control .dropdown {
    height: 20px;
    border: 1px solid red
}

.bike-details .top-bar .card .card-body .select .bootstrap-select.form-control .btn {
    font-size: 16px;
    border: 1px solid red;
    height: 20px;
    margin-top: -15px
}

.bike-details .top-bar .card .card-body .select .bootstrap-select.form-control .bs-searchbox .form-control {
    height: 30px;
    margin-bottom: 8px;
    padding-left: 5px;
    font-size: 16px
}

.bike-details .top-bar .card .card-body .first {
    border-right: 1px solid #e6e6e6
}

@media (max-width:767px) and (min-width:320px) {
    .bike-details .top-bar .card .card-body .first {
        padding: 0 0 15px;
        margin: 0 15px 15px;
        border-right: none;
        border-bottom: 1px solid #e6e6e6
    }
}

.bike-details .top-bar .card .card-body .second {
    padding-left: 30px;
    border-right: 1px solid #e6e6e6
}

@media (max-width:1024px) and (min-width:768px) {
    .bike-details .top-bar .card .card-body .second {
        border-right: none
    }
}

@media (max-width:767px) and (min-width:320px) {
    .bike-details .top-bar .card .card-body .second {
        padding: 0 0 15px;
        margin: 0 15px 10px;
        border-right: none;
        border-bottom: 1px solid #e6e6e6
    }
}

.bike-details .top-bar .card .card-body .second .text-dark {
    margin-top: -2.5px
}

.bike-details .top-bar .card .card-body .third {
    padding-left: 30px
}

@media (max-width:1024px) and (min-width:768px) {
    .bike-details .top-bar .card .card-body .third {
        padding-left: 15px
    }
}

@media (max-width:767px) and (min-width:320px) {
    .bike-details .top-bar .card .card-body .third {
        padding-left: 15px
    }
}

.bike-details .top-bar .card .card-body .third .select {
    margin-top: 3px
}

.bike-details .top-bar .card .card-body .third .select .fas {
    top: 3px
}

.bike-details .top-bar .card .card-body .third .bootstrap-select.form-control .btn {
    font-size: 16px
}

.bike-details .top-bar .card .card-body .third .bootstrap-select.form-control .bs-searchbox .form-control,
.bike-details .top-bar .card .card-body .third .bootstrap-select.form-control .inner li {
    height: 30px;
    font-size: 16px
}

.bike-details .top-bar .card .card-body .third .bootstrap-select.form-control .inner .dropdown-item .check-mark {
    top: 7px;
    font-size: 12px
}

.bike-details .top-bar .card .card-body .third .form-control {
    font-size: 14px
}

.bike-details .table tr td {
    padding: 0 5px
}

@media (max-width:480px) and (min-width:320px) {
    .bike-details .table tr td {
        font-size: 14px
    }
}

.bike-details .table tr td:first-child {
    white-space: nowrap;
    font-weight: 700;
    width: 30%
}

.bike-details .reviews .title {
    color: #000;
    font-weight: 700;
    margin-bottom: 15px
}

.bike-details .reviews .name {
    font-size: 14px;
    font-weight: 700
}

.bike-details .reviews .name span {
    margin-left: 5px;
    font-size: 11px;
    color: rgba(0, 0, 0, .4)
}

.bike-details .reviews .rating {
    font-size: 14px;
    color: #f1b51c
}

.bike-details .reviews p {
    font-size: 14px;
    margin-bottom: 0
}

.bike-list {
    margin-top: 80px;
    color: #000;
    padding-bottom: 50px
}

@media (max-width:1024px) and (min-width:320px) {
    .bike-list {
        margin-top: 70px
    }
}

.bike-list .top-bar .card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border: none;
    border-radius: 0;
    margin-bottom: 30px
}

.bike-list .top-bar .card .card-body {
    padding-top: 10px;
    padding-bottom: 15px
}

@media (max-width:480px) and (min-width:320px) {
    .bike-list .top-bar .card .card-body {
        padding: 15px 0
    }
}

.bike-list .top-bar .card .card-body label {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px
}

.bike-list .top-bar .card .card-body .form-control {
    padding: 0;
    height: 20px;
    border: none;
    font-size: 16px
}

.bike-list .top-bar .card .card-body .form-control:focus {
    box-shadow: none;
    border-color: none
}

.bike-list .top-bar .card .card-body .select {
    height: 20px;
    margin-top: 0
}

.bike-list .top-bar .card .card-body .select .bootstrap-select.form-control .dropdown {
    height: 20px;
    border: 1px solid red
}

.bike-list .top-bar .card .card-body .select .bootstrap-select.form-control .btn {
    font-size: 16px;
    border: 1px solid red;
    height: 20px;
    margin-top: -15px
}

.bike-list .top-bar .card .card-body .select .bootstrap-select.form-control .bs-searchbox .form-control {
    height: 30px;
    margin-bottom: 8px;
    padding-left: 5px;
    font-size: 16px
}

.bike-list .top-bar .card .card-body .first {
    border-right: 1px solid #e6e6e6
}

@media (max-width:767px) and (min-width:320px) {
    .bike-list .top-bar .card .card-body .first {
        padding: 0 0 15px;
        margin: 0 15px 15px;
        border-right: none;
        border-bottom: 1px solid #e6e6e6
    }
}

.bike-list .top-bar .card .card-body .second {
    padding-left: 30px;
    border-right: 1px solid #e6e6e6
}

@media (max-width:1024px) and (min-width:768px) {
    .bike-list .top-bar .card .card-body .second {
        border-right: none
    }
}

@media (max-width:767px) and (min-width:320px) {
    .bike-list .top-bar .card .card-body .second {
        padding: 0 0 15px;
        margin: 0 15px 10px;
        border-right: none;
        border-bottom: 1px solid #e6e6e6
    }
}

.bike-list .top-bar .card .card-body .second .text-dark {
    margin-top: -2.5px
}

.bike-list .top-bar .card .card-body .third {
    padding-top: 10px;
    padding-left: 30px
}

@media (max-width:1024px) and (min-width:768px) {
    .bike-list .top-bar .card .card-body .third {
        padding-left: 15px
    }
}

@media (max-width:767px) and (min-width:320px) {
    .bike-list .top-bar .card .card-body .third {
        padding-left: 15px
    }
}

.bike-list .top-bar .card .card-body .third .bootstrap-select.form-control .btn {
    font-size: 14px
}

.bike-list .top-bar .card .card-body .third .bootstrap-select.form-control .bs-searchbox .form-control {
    height: 30px;
    font-size: 14px
}

.bike-list .top-bar .card .card-body .third .bootstrap-select.form-control .inner li {
    height: 30px;
    padding-top: 5px;
    font-size: 14px
}

.bike-list .top-bar .card .card-body .third .bootstrap-select.form-control .inner .dropdown-item .check-mark {
    top: 9px;
    font-size: 10px
}

.bike-list .top-bar .card .card-body .third .form-control {
    font-size: 14px
}

.bike-list .title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

.bike-list .card-bikes .ribbon {
    padding: 8px 50px 8px 20px;
    position: absolute;
    right: -15px;
    top: 20px;
    background: #f1b51c;
    color: #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: 700
}

.bike-list .card-bikes .ribbon span {
    font-weight: 400
}

@media (max-width:480px) and (min-width:320px) {
    .bike-list .card-bikes .ribbon {
        font-size: 12px;
        padding: 3px 40px 3px 10px;
        right: -10px
    }
}

.bike-list .card-bikes .ribbon:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 100%;
    right: 0;
    border-top: 15px solid #9d740a;
    border-right: 15px solid transparent
}

@media (max-width:480px) and (min-width:320px) {
    .bike-list .card-bikes .ribbon:before {
        border-top: 10px solid #9d740a;
        border-right: 10px solid transparent
    }
}

.bike-list .card-bikes .card-img-top {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1024px) and (min-width:320px) {
    .bike-list .card-bikes .card-img-top {
        height: 150px
    }
}

@media (max-width:480px) and (min-width:320px) {
    .bike-list .card-bikes .card-img-top {
        height: 100px
    }
}

.bike-list .card-bikes .card-body {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px
}

@media (max-width:1024px) and (min-width:320px) {
    .bike-list .card-bikes .card-body {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:480px) and (min-width:320px) {
    .bike-list .card-bikes .card-body {
        padding: 5px 10px;
        font-size: 12px
    }
}

.bike-list #googleMap {
    height: 400px;
    width: 100%;
    border-radius: 3px
}

@media (max-width:480px) and (min-width:320px) {
    .bike-list #googleMap {
        height: 300px;
        padding: 0;
        border-radius: 0
    }
}

@media (max-width:480px) and (min-width:320px) {
    .bike-list .map {
        padding: 0
    }
}

.contact {
    padding: 130px 0 100px;
    color: #000
}

@media (max-width:480px) and (min-width:320px) {
    .contact {
        padding-top: 100px
    }
}

.contact h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

.contact p {
    text-align: center;
    max-width: 70vw;
    margin: 0 auto 30px
}

@media (max-width:480px) and (min-width:320px) {
    .contact p {
        max-width: 100vw
    }
}

.contact #googleMap {
    height: 400px;
    width: 100%;
    border-radius: 3px
}

@media (max-width:480px) and (min-width:320px) {
    .contact #googleMap {
        height: 300px;
        padding: 0;
        border-radius: 0
    }
}

@media (max-width:480px) and (min-width:320px) {
    .contact .map {
        padding: 0
    }
}

.contact .form {
    padding-left: 30px
}

@media (max-width:480px) and (min-width:320px) {
    .contact .form {
        padding-left: 15px
    }
}

.contact .form .form-title {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px
}

.contact .form .btn-main {
    padding: 8px 20px
}

.contact .contact-details .contact-title {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px
}

.contact .contact-details .location {
    font-weight: 700
}

.contact .contact-details p {
    text-align: left;
    margin-bottom: 15px
}

.contact .contact-details li {
    list-style-type: none
}

.contact .contact-details li a {
    color: #000;
    text-decoration: none
}

.contact .contact-details li a:hover {
    color: #0d0d0d
}

.guidelines {
    padding: 130px 0 50px;
    color: #000
}

@media (max-width:480px) and (min-width:320px) {
    .guidelines {
        padding-top: 100px
    }
}

.guidelines h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

.guidelines p {
    text-align: center;
    max-width: 70vw;
    margin: 0 auto 30px
}

@media (max-width:480px) and (min-width:320px) {
    .guidelines p {
        max-width: 100vw
    }
}

.guidelines .customer {
    width: 60vw;
    margin: 0 auto
}

@media (max-width:1024px) and (min-width:320px) {
    .guidelines .customer {
        width: 70vw
    }
}

@media (max-width:480px) and (min-width:320px) {
    .guidelines .customer {
        width: 90vw
    }
}

.home .hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    padding: 100px 0;
    background: #000;
    text-align: center
}

@media (max-width:1024px) and (min-width:320px) {
    .home .hero {
        min-height: auto
    }
}

.home .hero .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../img/bike-2.jpg);
    background-size: cover;
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.home .hero .bg-img:before {
    content: "";
    background-color: #000;
    opacity: .6;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0
}

.home .hero .container {
    z-index: 5;
    margin-top: 50px
}

.home .hero .container h1 {
    margin-bottom: 20px
}

@media (max-width:767px) and (min-width:320px) {
    .home .hero .container h1 {
        font-size: 30px
    }
}

.home .hero .container h5 {
    margin-bottom: 50px
}

.home .hero .container .or {
    position: relative;
    overflow: hidden;
    max-width: 40vw;
    margin: 20px auto
}

@media (max-width:480px) and (min-width:320px) {
    .home .hero .container .or {
        max-width: 50vw
    }
}

.home .hero .container .or span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 20px;
    font-size: 18px
}

.home .hero .container .or span:after,
.home .hero .container .or span:before {
    content: "";
    display: block;
    width: 1000px;
    position: absolute;
    top: .73em;
    border-top: 1px solid #fff
}

.home .hero .container .or span:before {
    right: 100%
}

.home .hero .container .or span:after {
    left: 100%
}

.home .section-1 {
    padding: 80px 0
}

.home .section-1 .title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.home .section-2 {
    padding: 80px 0 60px;
    background: #f1b51c
}

.home .section-2 h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

.home .section-2 hr {
    border: 1px solid #000;
    opacity: .3
}

.home .section-2 .row {
    text-align: center
}

.home .section-3 {
    padding: 80px 0
}

.home .section-3 .title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.home .section-4 {
    padding: 80px 0;
    background: #f0f0f0
}

.home .section-4 .message {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.home .section-4 .user {
    color: #000
}

.home .section-5 {
    padding: 80px 0 50px
}

.home .section-5 h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center
}

.home .section-5 .img-fluid {
    max-width: 200px;
    margin-bottom: 30px
}

.home .section-6 {
    padding: 80px 25vw;
    position: relative;
    margin: 0 auto;
    background: url(../../img/bike-2.jpg);
    background-size: cover
}

@media (max-width:1024px) and (min-width:320px) {
    .home .section-6 {
        text-align: center;
        padding: 80px 20vw
    }
}

@media (max-width:767px) and (min-width:320px) {
    .home .section-6 {
        padding: 80px 15vw
    }
}

@media (max-width:480px) and (min-width:320px) {
    .home .section-6 {
        padding: 80px 15px
    }
}

.home .section-6 .overlay {
    background-color: #000;
    opacity: .6;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0
}

.home .section-6 .container {
    position: relative
}

.home .section-6 .container h2 {
    margin-bottom: 20px
}

.home .section-6 .container p {
    font-size: 18px;
    margin-bottom: 30px
}

.home .section-6 .container .btn-main {
    padding: 10px 25px
}

.home .section-6 .container .btn-main i {
    margin-left: 5px;
    font-size: 14px
}

/*.login {
    background: #000
}*/

.login .row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    min-height: 100vh;
    text-align: center
}

.login .row .img-fluid {
    width: 250px;
    margin-bottom: 30px
}

.login .row h4 {
    margin-bottom: 0
}

.login .row .form-row {
    padding: 0 5px;
    font-size: 14px
}

.login .row .form-row a {
    color: #cd970d;
    text-decoration: none
}

.login .row .form-row a:hover {
    color: #b5850b
}

.login .row p {
    margin-bottom: 0;
    font-size: 14px
}

.login .row p a {
    color: #cd970d;
    text-decoration: none
}

.login .row p a:hover {
    color: #b5850b
}

html * {
    font-family: Roboto, sans-serif
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000
}

body #container {
    min-height: 100vh;
    position: relative
}

body #container #body {
    padding-bottom: 40px
}

body #container #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: #fff
}

@media screen and (min-width:1400px) {
    body .container {
        max-width: 1200px
    }
}

@media screen and (min-width:1600px) {
    body .container {
        max-width: 1400px
    }
}

@media screen and (min-width:1900px) {
    body .container {
        max-width: 1700px
    }
}