Wish you a Happy and Comfortable Journey
Please Enter Your Details
✔
Success
Thank you, Message has been sent successfully
<script>
$(".list-group a:nth-child(1)").text('For Route Related Enquiry:');
</script>
<script>
/*$(" .navbar-right li:nth-child(4)").html("<a title='Agent Login' href='http://ajio.starxpress.in/>Agent Login</a>"); */
$( "<li><a title='Agent Login' href='http://ajio.starxpress.in/'>Agent Login</a></li>" ).insertAfter( $( ".navbar-right li:nth-child(4)" ) );
$(document).ready(function () {
$( "#cssmenu li a" ).each(function(){
var listClass = $(this).attr("title");
var mainClass = listClass.replace(/\s/g, '');
$(this).parents('li').addClass(mainClass)
});
});
</script>
<script type="text/javascript">
$('.customer-logos').slick({
slidesToShow: 3,
slidesToScroll: 1,
autoplay:true,
autoplaySpeed: 1500,
arrows: false,
dots: false,
pauseOnHover: false,
responsive: [{
breakpoint: 768,
settings: {
slidesToShow: 1
}
}, {
breakpoint: 520,
settings: {
slidesToShow: 1
}
}]
});
</script>
<script>
AOS.init({
duration: 1000,
});
</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 : 5,
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">
/*$(".navbar-brand img").attr("src", "https://gst-contracts.s3.amazonaws.com/uploads/bcc/cms/asset/avatar/70540/logo.png"); */
$("#extra_5862").prependTo($("#amenities_sect .container"));
$("#extra_5875").insertAfter($(".col-md-5 .pull-right"));
$("#extra_13781").insertBefore($("#gallery_rpl"));
$("#extra_13782").insertBefore($("#gallery_rpl"));
$("#extra_14307").insertBefore($("#extra_13782"));
$("#extra_14448").insertBefore($("#gallery_rpl"));
$("#extra_14296").insertBefore($("#gallery_rpl"));
$("#extra_13784").insertBefore($("#gallery_rpl"));
$("#extra_5838").insertBefore($("#searchInfo .search-widget"));
</script>
<script type="text/javascript">
$(function() {
$('.qodef-counter').each(function() {
$(this).prop('Counter', 0).animate({
Counter: $(this).text()
}, {
duration: 10000,
easing: 'swing',
step: function(now) {
$(this).text(Math.ceil(now));
}
});
});
});
</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>