GIF89a;
Priv8 Uploader By InMyMine7
Linux server.abcbiz.in 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPress
* @subpackage Twenty_Seventeen
* @since Twenty Seventeen 1.0
* @version 1.2
*/
?>
<div class="footer-transparent">
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="footer_block">
<img src="<?php echo get_template_directory_uri(); ?>/images/footer-logo.png" alt="">
<h6>Connect With Us</h6>
<ul class="social-links">
<li><a class="fb" href="https://www.facebook.com/Vacation-courses-106635424470908/?modal=admin_todo_tour" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href=" https://www.linkedin.com/in/meg-dharod-680b6917a/" target="_blank"><i class="fa fa-linkedin"></i> </a> </li>
<li><a href="https://twitter.com/DharodDr" target="_blank"><i class="fa fa-twitter"></i> </a> </li>
<li><a href="https://www.instagram.com/medsciencegroup/" target="_blank"><i class="fa fa-instagram"></i> </a> </li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="footer_block">
<h4>Head Office</h4>
<p> Lynwood road, Aylesbury<br>
Buckinghamshire. HP217NF
</p>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="footer_block">
<h4>General Inquiries</h4>
<ul class="footer-links">
<li><a href="mailto:enquiry@vacationcourses.co.uk">enquiry@vacationcourses.co.uk </a> </li>
</ul>
<h2>Call </h2>
<ul class="call-whatsapp-lists">
<li><i class="fa fa-phone"></i> <a class="whatsapp-call" href="tel:(0044)8000614395">(0044)8000614395</a> </li>
<h2> Whatsapp </h2>
<ul class="call-whatsapp-lists">
<li><i class="fa fa-whatsapp"></i> <a class="whatsapp-call" href="https://api.whatsapp.com/send?phone=00447956939395" target="_blank">(0044)7956939395</a> </li>
</ul>
</ul></div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="footer_block">
<h4>About Company</h4>
<ul class="footer-links">
<li><i class="fa fa-circle"></i> <a href="<?php echo home_url();?>/about-us">About Us</a> </li>
<li><i class="fa fa-circle"></i> <a href="<?php echo home_url();?>/programmes">Programmes</a> </li>
<li> <i class="fa fa-circle"></i> <a href="<?php echo home_url();?>/application-process">Application Process</a> </li>
<li><i class="fa fa-circle"></i> <a href="<?php echo home_url();?>/partnership">Partnership</a> </li>
<li><i class="fa fa-circle"></i> <a href="<?php echo home_url();?>/contact-us">Contact Us</a> </li>
<li><i class="fa fa-circle"></i> <a href="https://termly.io/products/cookie-consent-manager/" target="_blank">Cookie Policy</a> </li>
<li><i class="fa fa-circle"></i> <a href="<?php echo home_url();?>/privacy-policy">Privacy Policy</a> </li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<div class="footer-bottom text-center">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<p> Copyright © 2019 Vacation Courses | All rights reserved <span>Powered by <a href="http://b2cinfosolutions.com" target="_blank"> B2C Info Solutions.</a></span></p>
</div>
</div>
</div>
</div>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top" style="display: block;"><i class="fa fa-arrow-up"></i></button>
<!--<div class="cookie alert alert-danger alert-dismissible">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong>Our Cookies :</strong> We use cookies to improve user experience, and analyze website traffic. For these reasons, we may share your site usage data with our analytics partners. By clicking “Accept Cookies,” you consent to store on your device all the technologies described in our <a href="https://termly.io/products/cookie-consent-manager/" target="_blank">Cookie Policy</a>. You can change your cookie settings at any time by clicking <a href="https://termly.io/products/cookie-consent-manager/" target="_blank">“Cookie Preferences.”</a>
</div>-->
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("myBtn").style.display = "block";
} else {
document.getElementById("myBtn").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/bootstrap.min.js"></script>
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/select2.min.js"></script>
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/megamenu.js"></script>
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/owl-carousel.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/typed.min.js" type="text/javascript"></script>
<!-- <script src="js/jquery.magnific-popup.min.js"></script>-->
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/custom.js"></script>
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/jquery.smartmenus.js"></script>
<script type="text/javascript">
$(function() {
$('#main-menu').smartmenus({
subMenusSubOffsetX: 1,
subMenusSubOffsetY: -8
});
});
</script>
<?php wp_footer();?>
</body>
</html>