html {
    font-size: 14px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #88BA1B !important;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0px;
}


.footer {
    background-image: url("/images/footerbg.jpg");
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}





.carousel-control-prev {
    position: absolute !important;
    top: auto !important;
    bottom: 10px !important;
    left: auto;
    right: 50px !important;
    width: 30px !important;
    height: 30px !important;
}

.carousel-control-next {
    position: absolute !important;
    top: auto !important;
    bottom: 10px !important;
    right: 15px !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 30px !important;
    height: 30px !important;
}



.carousel-indicators button {
    background-color: #333333 !important;
    border: 1px solid #ffffff !important;
}

.carousel-indicators .active {
    background-color: #0000ff !important;
}



.motorLogo {
}
.motorLogo:hover {
    cursor: pointer;
}












/*------------------------------------------------------ Counter */
.counter {
    color: #eb3b5a;
    font-family: 'Muli', sans-serif;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 100%;
    padding: 50px 12px 40px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

    .counter:before,
    .counter:after {
        content: "";
        background: #fff;
        width: 80%;
        height: 80%;
        border-radius: 100%;
        box-shadow: -5px 5px 5px rgba(0,0,0,0.3);
        transform: translateX(-50%)translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
    }

    .counter:after {
        background: linear-gradient(45deg,#ff0000 49%, #ff5858 50%);
        width: 100%;
        height: 100%;
        box-shadow: none;
        transform: translate(0);
        top: 0;
        left: 0;
        z-index: -2;
        clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
    }

    .counter .counter-icon {
        color: #fff;
        background: linear-gradient(45deg,#ff0000 49%, #ff5858 50%);
        font-size: 33px;
        line-height: 60px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all 0.3s;
    }

    .counter .counter-icon i.bi {
        transform: rotateX(0deg);
        transition: all 0.3s ease 0s;
    }

    .counter:hover .counter-icon i.bi {
        transform: rotateX(360deg);
    }

    .counter h3 {
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 3px;
    }

    .counter .counter-value {
        font-size: 24px;
        font-weight: 700;
    }

    .counter.orange {
        color: #F38631;
    }

    .counter.orange:after,
    .counter.orange .counter-icon {
        background: linear-gradient(45deg,#F38631 49%,#F8A059 50%);
    }

    .counter.green {
        color: #88BA1B;
    }

    .counter.green:after,
    .counter.green .counter-icon {
        background: linear-gradient(45deg,#88BA1B 49%,#ACD352 50%);
    }

    .counter.blue {
        color: #005aff;
    }

    .counter.blue:after,
    .counter.blue .counter-icon {
        background: linear-gradient(45deg,#5cadf2 49%,#8ac8f8 50%);
    }

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}





#wap {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 1000;
}