Buses
261
Total No. of Buses
Currently Being Tracked
Routes
647
Total No. of Routes
Covered on Daily Basis
Users
39352
Total No. of
Chartered Bus App Users
Please Enter Your Details
✔
Success
Thank you, Message has been sent successfully
<script type="text/javascript">
$(document).ready(function(){
$( "#extra_810" ).insertAfter( $( "#infowidget" ) );
$( "#extra_1593" ).insertBefore( $( "#extra_810" ) );
$( "#extra_1933" ).insertBefore( $( "#extra_810" ) );
});
</script>
<script>
$("#testimonials1-carousel").removeClass('owl-carousel owl-loaded');
$("#testimonials1-carousel").find('.owl-stage-outer').children().unwrap();
$("#testimonials1-carousel").removeData();
$("#testimonials1-carousel").owlCarousel({
pagination : false,
navigation : true,
responsive : true,
autoPlay : true,
paginationSpeed : 400,
slideSpeed : 300,
items : 1,
itemsDesktop : [1199, 1],
itemsDesktopSmall : [991,1],
itemsMobile : [590,1],
navigationText : [
'<i class="fa fa-angle-left"></i>',
'<i class="fa fa-angle-right"></i>'
]
})
</script>
<script type="text/javascript">
var slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("demo");
var captionText = document.getElementById("caption");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
captionText.innerHTML = dots[slideIndex-1].alt;
}
</script>