%PDF-1.7 GIF89;
Server IP : 5.161.254.237 / Your IP : 216.73.216.254 Web Server : Apache System : Linux diamond.sialwebvps.com 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64 User : stellasp ( 1131) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/stellasp/public_html/application/themes/default/views/ |
Upload File : |
<?php ob_start();?> <script type="text/javascript"> var rotate; $(document).ready(function(){ $('.banner_container').each(function(item) { if(item != 0) { $(this).hide(); } }); if($('.banner_container').size() > 1) { rotate_banner(); } }); var cnt = 0; function rotate_banner() { //stop the animations from going nuts when returning from minimize $('.banner_container:eq('+cnt+')').fadeOut(); cnt++; if(cnt == $('.banner_container').size()) { cnt = 0; } $('.banner_container:eq('+cnt+')').fadeIn(function(){ setTimeout("rotate_banner()", 3000); }); } </script> <?php $ads_javascript = ob_get_contents(); ob_end_clean(); $additional_header_info = $ads_javascript; include('header.php'); ?> <script type="text/javascript"> $(window).load(function() { $("#flexiselDemo1").flexisel(); $("#flexiselDemo2").flexisel({ visibleItems: 4, itemsToScroll: 3, animationSpeed: 200, infinite: true, navigationTargetSelector: null, autoPlay: { enable: false, interval: 5000, pauseOnHover: true }, responsiveBreakpoints: { portrait: { changePoint:480, visibleItems: 1, itemsToScroll: 1 }, landscape: { changePoint:640, visibleItems: 2, itemsToScroll: 2 }, tablet: { changePoint:768, visibleItems: 3, itemsToScroll: 3 } } }); $("#flexiselDemo3").flexisel({ visibleItems: 3, itemsToScroll: 1, autoPlay: { enable: true, interval: 5000, pauseOnHover: true } }); $("#flexiselDemo4").flexisel({ infinite: false }); }); </script> <section class="contactus-main-wraper"> <div class="container"> <div class="row"> <div class="best-contact clearfix"> <h6 class="text-center">Find The Best Contact info for your needs</h6> <h5>Contact Us</h5> <div class="inside-best-call-wraper clearfix"> <div class="col-md-7 contactus-content1"> <img src="images/callus-img.png" alt="" class="callusimg"> <strong>Call Us</strong> <p>Questions? <br/> Our advisors can help. Call us free of charge. </p> <address>Call Toll free 1-866-870-1743</address> <p>Mon to Fri, 8am to 8pm <br/> Sat & Sun 11am to 7pm</p> </div> <div class="col-md-4"> <div class="livechat-contents"> <img src="images/live-chat.png" alt="" class="live-chatimg"> <strong>Live Chat</strong> <p>4am - 11pm pt,7 days a week</p> <div class="clearfix"></div> <img src="images/location.png" alt="" class="location"> <strong>Store Location</strong> <p>CA SPORTS <br/> Daska Road, Bogra, Sialkot - Pakistan</p> </div> </div> </div> </div> <div class="hr-resources best-contact clearfix"> <h6 class="text-center">Find The Best Contact info for your needs</h6> <h5>Human Resources</h5> <div class="inside-best-call-wraper clearfix"> <strong>Human Resources</strong> </div> </div> <div class="track-sec best-contact clearfix"> <h6 class="text-center">Find The Best Contact info for your needs</h6> <h5>Track your Parcel</h5> <div class="inside-best-call-wraper clearfix"> <p>Track your Parcel</p> </div> </div> </div> </div><!--container--> </section> <?php include('footer.php'); ?>