/********** Template CSS **********/
:root {
    /* --primary: #F3BD00; */
    --primary: #c64a4a;

    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0C2B4B;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.back-to-top img {
    width: 90px;
    height: 90px;
}

@media screen and (max-width: 767px) {
    .back-to-top img {
        width: 60px;
    height: 60px;
    }
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 40px;
    height: 40px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding-top: 75px;
    justify-content: center;
    text-align: center;
    background: rgba(70, 68, 68, 0.5);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 650px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .carousel-caption{
        padding-top: 1.25rem;
    }
}

.page-header {
    background: linear-gradient(rgba(40, 39, 39, 0.75), rgba(40, 39, 39, 0.75)), url('../img/bikess/all-two-wheeler-removebg-preview.png') center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}


/*** Courses ***/
.courses {
    min-height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    height: 100%;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #092139;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}


.single-service-item{
    text-align: center;
    padding:55px 30px 60px;
    border-radius: 3px;
    margin-bottom: 30px;
    border: 1px solid #dadfe9;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
    max-height: 310px;
    height: 100%;
}

.single-service-icon img {
    max-width: 125px;
    display: block;
    margin: 0 auto;
}
.single-service-item h2 a {
    font-size:20px;
    margin: 35px 0 20px;
}
.single-service-item h2 a span {text-transform:  lowercase;}
.single-service-item p {padding-bottom: 35px;text-transform: initial;position: relative;}
.single-service-item p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #3030ea;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.single-service-item:hover .single-service-icon img {
    filter: invert(1);
    
}


.single-service-item:hover h2 a,.single-service-item:hover p{color: #fff;}
.single-service-item:hover  p:before {background: #fff;}
.single-service-item:hover{    
    box-shadow: 0 7px 18px 0px #af201b61;
    background: #af201b;
    border: 1px solid #af201b;
    
}

.featured-img-box {
    border: 1px solid #dadfe9;
}
.featured-cars-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-bottom: 1px solid #dadfe9;
}
.featured-model-info{padding:12px 7px;}
.featured-model-info p {
    font-size: 20px;
    color: #af201b;
    text-transform: capitalize;
    text-align: center;
}
.featured-mi-span{display: inline-block;margin:0 10px;}
.featured-hp-span{display: inline-block;margin-right: 10px;}
.featured-cars-txt{margin:21px 0 47px;}
.featured-cars-txt table{font-size: 18px;margin-bottom: 15px;width: 100%;}
.featured-cars-txt table td,
.featured-cars-txt table th{text-align: center; border: 1.2px solid;padding: 4px 2px;}
.featured-cars-txt h3{margin-bottom: 10px;}
.featured-cars-txt h3,.featured-cars-txt p{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}


.rent-steps{
    height: 100%;
    border: 1px solid;
    padding: 20px 30px;
    text-align: center;
    min-height: 375px;
}

.rent-steps h1 {
    margin: auto;
    font-size: 20px;
    height: 45px;
    background: #af201b;
    color: white;
    border-radius: 30px;
    line-height: 45px;
}

.rent-steps h3 {
    font-size: 22px;
    margin: 10px 0;
}

.rent-steps p {
    text-align: justify;
    font-size: 18px;
    color: black;
}

.rent-steps img {
    width: 100px;
    margin: 10px 0;
    padding: 10px;
    border: 5px solid #af201b;
}

.faq{
    margin-top: 50px;
}

.faq li {
    margin: 10px 0;
    border: 1.2px solid;
    padding: 10px;
}

.faq li p {
    margin: 0;
}

.faq li::marker {
    color: #af201b;
    font-size: 18px;
}

.whatsapp_float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        left: 40px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
      }
      .whatsapp-icon {
        margin-top: 16px;
      }
      .wa-mobile {
        display: none;
      }

      /* for mobile */
      @media screen and (max-width: 767px) {
        .whatsapp-icon {
          margin-top: 10px;
        }
        .whatsapp_float {
          width: 40px;
          height: 40px;
          bottom: 20px;
          left: 10px;
          font-size: 22px;
        }
        .wa-desktop {
          display: none;
        }
        .wa-mobile {
          display: block;
        }
      }
      
      
.call_float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 114px;
        left: 40px;
        background-color: #009e3b;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
      }

.call_float p {      
      font-size: 13px;
    margin-top: -36px;
    margin-bottom: 10px;
    width: 146px;
    color: black;
    background: white;
    padding: 3px 4px;
    border-radius: 10px;
    font-weight: 600;
    border: 1.2px solid black;
}
      
@media screen and (max-width: 767px) {
    .call_float {
        width: 40px;
          height: 40px;
          bottom: 80px;
          left: 10px;
          font-size: 22px;
    }
    .call_float p {  
    font-size: 11px;
    margin-top: -27px;
    margin-bottom: 2px;
    width: 118px;
    }
}

.other-website{
    width: 150px;
    box-shadow: -2px 2px 10px;
    border-radius: 20px 0 0 20px;
    padding: 10px 20px;
    z-index: 99;
}

@media screen and (max-width: 767px) {
    .other-website{
        width: 114px;
    border-radius: 10px 0 0 10px;
    padding: 7px 11px;
    font-size: 13px;
    }
}