*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin: 0;
    padding: 0;
    
}
html{
    scroll-behavior: smooth;
}
.top-line{
    padding: 2px;
    background-color: #FA9F1B;
    width: 100%;
}
.banner{
    background: url(../assets/img/BANNER.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.form-banner{
    background-color: #FA9F1B;
    padding: 30px 20px;
    margin: 30px 0px;
    border:4px solid #fee401;
}
.form-banner h3{
 color: #fff;
}

.whatsapp-float{
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 30px;
    z-index: 9900;
    }
    .whatsapp-float img{
    width: 45px;
    height: 45px;
    margin-left: 1px;
    margin-top: -15px;
    }
    .call-icon{
        position: fixed;
        bottom: 40px;
        left: 20px;
        z-index: 999;
    }
    




.tempoobox{
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #8b8787;
    padding: 5px;
    margin-top: 10px;
    position: relative;
            overflow: hidden;
           
}
.tempooboxtext h1{
    width: 100%;
    float: left;
    background: #e46b1b;
    color: #ffffff;
    text-align: center;
    padding: 20px 7px 20px 7px;
    font-size: 18px;
}
.tempoobox img{
    width: 100%;
            transition: transform 0.3s ease-in-out;
            display: block;
}
.tempoobox img:hover{
    transform: scale(1.2);
   
}

.call-us{
    color: #5f5a5a;
    font-weight: 600;
    padding-left: 10px;
}

.phn-no{
    color: black;
    font-size: 15px;
    font-weight: 600;
    padding-left: 4px;
}

.call{
    display: flex;
    padding: 15px 5px;
    
    

}
.call i{
    color: #FA9F1B;
    font-size: 35px;
    padding-top: 10px;
}
.phne a{
    line-height: 15px;
    text-decoration: none;
    font-weight: 500;
}

.email-now{
    color: #5f5a5a;
    font-weight: 600;
    padding-left: 10px;
}
.mail-id{
    color: black;
    font-size: 19px;
    font-weight: 600;
    padding-left: 10px;
}
.mail-to{
    display: flex;
    padding: 15px 5px;
}

.mail-to i{
    color: #FA9F1B;
    font-size: 35px;
    padding-top: 10px;
}
.mail a{
    line-height: 15px;
    text-decoration: none;
}
.navbar{
    background-color: #FA9F1B!important;
}
.navbar-nav .nav-item{
    text-align: center;
    padding: 0 24px;
    color: white!important;
    text-transform: uppercase;
    font-size: 12px;
    border-right: 2px solid white;
}
a.nav-link {
    color: white!important;
    font-weight: 400;
   
}


.about-text H6{
    color: #f1ab32;
    padding-top: 20PX;
}
.line{
    font-weight: 800;
    color: #f1ab32;
}
.about-text h2{
    font-weight: 700;
    text-transform: capitalize;
}
.about-text p{
    font-size: 16px;
    color: #050505;
    font-weight: 400;
    line-height: 30px;
}
.call-text{
    color: #5f5a5a;
    font-size: 19;
    text-transform: capitalize;
    font-weight: 600;
    
}
.about-text a{
    font-size: 18px;
    font-weight: 600;
    color: #FA9F1B;
    text-decoration: none;
}
.text-inner{
    text-align: center;
    background-color:#FA9F1B;
}
.text-inner h1{
    font-weight: 600;
    color: #ffffff;
    font-size: 28px;
}
.text-inner a{
    font-size: 30px;
    font-weight: 600;
    color:#ffffff;
    text-decoration: none;
}

.inner-box{
     background-color: white;
     border: 1px solid #8b8787 ;
}
.inner-box h4{
    text-align: center;
}
.inner-box h6{
    color: #5f5a5a;
    text-align: center;

}
.inner-text table{
    width: 100%;
    
} 
tr .text-right{
    float: right;
}
table tr td{
    padding: 2px 10px;
    color:#5f5a5a;
    font-weight: 500;
}

.book .btn{
    background-color: #FA9F1B;
    border: none;
    border-radius: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
   
}
.packges-inner{
    text-align: center;


}
.packges-inner span {
    background: #FA9F1B;
    font-size: 32px;
    font-weight: 700;
    padding: 2px 25px;
    text-transform: uppercase;
}
.packges-text H6{
   color: black;
   font-weight: 700;
}
.packges-text .btn{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #FA9F1B;
    border: none;
    border-radius: none;
    margin: 5px auto;
   
}
.btn-inner{
    border: 1px solid #8b8787;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.inner-box-packges{
    background-color: white;
    border: 1px solid #8b8787;
    padding: 5px;
}
.inner-box-packges h6{
    color: #000000;
    text-align: center;

}
.client{
    background: url(https://www.nicepng.com/png/detail/225-2250557_world-world-map-black-and-grey-poster-36.png);
    
}
.why-us{
    background-color: #f1ab32;
}
.why-us-text{
    display: flex;
}
.text h6,span{
    color: rgb(236, 234, 231);
}
.text h2{
    color: white;
}
.text p{
    color: white ;
}
.text-inner-client h6,p{
     color:  white ;
}
.testimonial-title span,h6{
    color: #FA9F1B;
    text-transform: uppercase;
}
.testimonial-title h2{
    color: #000000;
    
}
.testimonial-title p{
    color: #333335;
    font-weight: 500;
}
.item{
    box-sizing: border-box;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background-color: white;
    padding: 20px;
}
.review{
    color: #000000;
}
.review-img{
    display: flex;
}
.review-img img{
    width: 20%!important;
    border-radius: 50%;
    background-color: #f1ab32;
}
.name h6{
    color: #8b8787;
}
.owl-dots {
    float: left;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#FA9F1B!important;
}
.call-now{
    background: url("./img/call.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.call-me-inner {
    font-size: 25px;
    font-weight: 700;
    color: white;
}
.call-outer{
    display: flex;
}
.call-outer i{
    color: #FA9F1B;
    font-size: 40px;
    padding-top: 5px;
   
}
.aboutbanner{
    width: 100%;
    height: auto;
    float: left;
}
.aboutbanner img{
    width: 100%;
    height: auto;
    float: left;
}
.call-me-inner{
    color: #e7e7e7;
    font-weight: 500;
}
.phn-num{
    font-size: 35px;
     margin-top: 20px;
     font-weight: 700;
     color: #ffe400;
}
.call-me h1{
    text-transform: capitalize;
    color: white;
}
.call-me h1 span{
    color: #ffe400;
}

footer{
  background-color: #fff;
}

.services{
    background-color: #FA9F1B;
}
.service-inner{
    display: flex;
}
.services-text h3{
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.services-text h5{
    color: white;
    line-height: 10px;
}
.inner-footer p{
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}
.cab-services h3{
   
    text-transform: uppercase;
    font-weight: 600;
}
.cab-services ul{
    list-style-type:none;
    

}
.inner-footer i{
    font-size: 20px;
    color: #212529;
    padding: 5px;
}
.inner-footer4 i{
    color: #FA9F1B;
}
.inner-footer4 p,a{
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}
.inner-footer4 p{
    font-size: 15px;
}
.cab-services ul li{
    line-height: 30px;
    font-weight: 600;
    
}
.cab-services ul li::before {
    content: "\2022";
    color: #FA9F1B;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    font-size: 20px;

  }
  .cab-services h3{
    color: #FA9F1B;
    font-weight: 800;
    font-size: 15px;
  }

.footer-bottom{
    background-color: #212529;
}
.copy-right{
    padding: 10px ;
}
  .copy-right p{
      text-align: center;
      margin: 0;

  }



  /* contact page  */

  .contact-title-inner span{
    color: #FA9F1B;
  }
  .social-links p{
    color: #000000;
    font-weight: 400;
    font-size: 16px;
  }
  .social-links  i{
    color: #FA9F1B;
    font-size: 35px;
  }
  .social-links .phonn{
    color: #000000;
    font-weight: 500;
    font-size: 25px;
    text-decoration: none;

  }
  .social-links .gmail-us{
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    text-decoration: none;
  }
  .social-links .location{
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
  }
  .back{
    background: rgba(139, 139, 143, 0.25);
  }
  .owl-theme .owl-dots .owl-dot span{
    background-color: #fff!important;
  }
 
/* transition  */

.about-img img:hover{
     transform: scale(1.1);

}
.image img{
    transition-duration: 0.5s;
    overflow: hidden;
}
.image img:hover{
  
   transform: scale(1.09);
}
.about-img img{
    transition-duration: 0.5s;
    overflow: hidden!important;
}
.image-inner img{
    opacity: 0.7;
    transition-duration: 0.5s;
}
.image-inner img:hover{
    opacity: 1;
    transform: scale(1.05);
}
.packges-inner span{
    color: white;
}
.submit-contact{
    background-color: #FA9F1B;
    border: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:#FA9F1B ;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(252, 151, 18, 0.25);
}
.cabbox{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}
.cabbox h1{
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: 500;
    color: #e46b1b;
}
.cabbox p{
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 27px;
    text-align: left;
}
.inner-text h4{
    background-color: #FA9F1B;
    color: white;
    padding: 8px 0px;
    font-size: 20px;
}
.book .btn:hover{
    color: #000000;
}
.inner-box{
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 0px 15px 0px 15px;
    overflow: hidden;
}
.inner-box-packges{
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 0px 15px 0px 15px;
    overflow: hidden;
}
.rental-text h1{
   text-align: center;
   text-transform: capitalize;
   padding-top: 20px;
   color: #FA9F1B;
}
.rental-text p{
    color: black;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
}
.car-rental{
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    
}
.car-rental{
    background-color: #FA9F1B;
}
textarea{
    width: 100%;
}
.rent-form form label{
    font-weight: 600;
}
textarea#message {
    padding-bottom: 20px;
}
label{
    color:#fff;
    font-weight: 400;
}


.rental-text-tempo h1{
    text-align: center;
    text-transform: capitalize;
    padding-top: 20px;
    color: #000000;
 }
.cab-sir{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;

}






  
  /* Modal Content */
  .modal-content {
    background-color: #FA9F1B;
    margin: auto;
    padding: 20px;
    border: 3px solid #ffd711;
    
    border-radius: 20px;
    box-shadow: 0px 0px 10px 3px;
  }
  .query-btn{
    border: 1px solid #ffd711;
    color: #000!important;
    background-color:#ffd711 ;
    font-weight: 500;
    text-transform: capitalize;
  }
  
  /* The Close Button */
  .close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;  
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .query-btn{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    
    color: white;
    border: none;
  }
  form{
    margin: 0px 20px;
  }


  .title-tempo h2{

           text-align: center;
           color: #000;
           text-transform: capitalize;

}




/* mobile view media query  */
@media (max-width:600px){
    .banner{
        padding: 95px 0px;
    }
}
@media (max-width:992px){
    .banner{
        padding: 150px 0px;
    }

    .social-links .phonn{
        color: #000000;
        font-weight: 600;
        font-size: 25px;
        text-decoration: none;
    
      }
      .social-links .gmail-us{
        color: #000000;
        font-size: 25px;
        font-weight: 600;
        text-decoration: none;
      }
      .social-links .location{
        color: #000000;
        font-size: 25px;
        font-weight: 600;
        text-decoration: none;
      }
}

@media (max-width:992px){
    .company-logo img{
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10PX;
    }
    .call{
        justify-content: center;
        padding: 0px 5px;
    }
    .call i{
        padding-top: 2px;
    }
    .mail-to{
        justify-content: center;
       padding: 0px 0px 5px 0px ;
    }
    .mail-to i{
        padding-top: 0px;
    }
    .phn-no{
                font-size: 20px;
    }
    .mail-id{
        font-size: 20px;
    }
    .email-now{
        display: none;
    }
    .call-us{
        display: none;
    }
    .phne{
        margin-top:-20px
    }
    .mail{
        margin-top: -20px;
    }
    .text-inner h1{
        font-size: 25px;
    }
    .text-inner a{
        font-size: 25px;
    }
    .navbar-toggler {
        margin-left: auto!important;
        background-color: white;
    }
    .navbar-nav .nav-item{
        border-right: none;
        font-size: 15px;
    }
    .title-tempo{
        margin-top: 52px!important;
    }
    .banner-text{
           display: none;
    }
    .banner-desk{
        display: none;
    }
    
}
@media (min-width:992px){
    .mobile-banner{
        display: none;
    }
}

.footer-link a:hover{
    color: #FA9F1B;
    text-decoration: none;
}
.phone:hover{
    color: #FA9F1B;
    text-decoration: none;
}


.carousel-indicators li img{
    display: block;
}

::-webkit-scrollbar{
    width: 15px;
}
::-webkit-scrollbar-track{
    background: #fff;
}

::-webkit-scrollbar-thumb{
    background :linear-gradient(#f21212,#f1f132) ;
    border-radius: 10px;
}

