| Server IP : 68.178.172.28 / Your IP : 216.73.216.32 Web Server : Apache System : Linux 28.172.178.68.host.secureserver.net 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64 User : kiskarnal ( 1003) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/kiskarnal/www/scholarship/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.6.0/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" href="assets/images/logo/favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/fontawesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.theme.min.css">
<title>Scholarship Test</title>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '753043646923199');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=753043646923199&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body>
<div class="blob">
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path fill="#3095FE" d="M47.7,-51.5C59.4,-36.1,64.8,-18,65.7,1C66.7,19.9,63.2,39.9,51.6,50C39.9,60.1,19.9,60.4,-0.9,61.4C-21.8,62.3,-43.6,63.8,-52.5,53.7C-61.5,43.6,-57.7,21.8,-51.3,6.4C-44.8,-8.9,-35.8,-17.8,-26.8,-33.2C-17.8,-48.6,-8.9,-70.5,4.6,-75.1C18,-79.7,36.1,-66.9,47.7,-51.5Z" transform="translate(100 100)" />
</svg>
</div>
<section id="form" class="default-padding pt-3 hero-container" style="background-image: url('assets/images/hero-bg.webp');">
<div class="container">
<div class="row">
<div class="col-lg-12 col-xs-12">
<div class="logo">
<img src="assets/images/logo/kiskarnal-white.png" alt="Karnal International School" class="img-fluid" />
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col-lg-8 col-md-12 col-xs-12 col-sm-12">
<div class="hero-content">
<h1>
Scholarship On Admission Fees for Meritorious Students
</h1>
</div>
</div>
<div class="col-lg-4 col-md-12 col-xs-12 col-sm-12">
<div class="scholarship-form" id="scholarshipForm">
<?php
if (!empty($_GET['message'])) {
echo '<div class="alert alert-success"> '.$_GET['message'].'</div>';
}
?>
<form method="post" action="function.php">
<div class="form-group">
<label>Name<span>*</span></label>
<input type="text" class="form-control" name="name" placeholder="Name" required autocomplete="off">
</div>
<div class="form-group">
<label>Email<span>*</span></label>
<input type="email" class="form-control" name="email" placeholder="Email" required autocomplete="off">
</div>
<div class="form-group">
<label>Phone Number<span>*</span></label>
<input type="tel" class="form-control" name="phone" placeholder="+91" required autocomplete="off">
</div>
<div class="form-group">
<label>City<span>*</span></label>
<input type="text" class="form-control" name="city" placeholder="City" required autocomplete="off">
</div>
<div class="form-group">
<label>Select Class<span>*</span></label>
<select class="form-control" name="class" required>
<option value="">Select Class</option>
<option value="6th">6th</option>
<option value="7th">7th</option>
<option value="8th">8th</option>
<option value="9th">9th</option>
<option value="10th">10th</option>
<option value="11th">11th</option>
<option value="12th">12th</option>
</select>
</div>
<!--Form Submit Button -->
<button class="default-btn btn-block" type="submit">Yes! I Want Scholarship Test</button>
</form>
</div>
</div>
</div>
</div>
</section>
<section id="aboutScholarship" class=" default-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xs-12 col-sm-12 text-center">
<h2 class="text-center mb-4 section-title">About Scholarship Test</h2>
</div>
</div>
<div class="row align-items-center mt-5">
<div class="col-lg-5 col-xs-12 col-sm-12" data-aos="fade-up">
<p>Unlock your potential with Karnal International School's scholarship test!
Designed to recognize academic excellence and reward outstanding students, our scholarship test offers a chance to
shine and alleviate financial burdens. Open to all aspiring students, the test covers various subjects,
ensuring a fair assessment of abilities. Stand out, seize the opportunity and pave the way for a brighter
future with our scholarship test.
Don't miss this chance to invest in your education and secure your path to success!</p>
</div>
<div class="col-lg-7 col-xs-12 col-sm-12">
<div class="about-video" data-aos="fade-up" data-duration="1500">
<iframe src="https://www.youtube.com/embed/o8WG-Wik220?si=jgZcPsKLDC90LPFp" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<div class="apply-now default-padding">
<div class="container">
<div class="row ">
<div class="col-lg-12 col-xs-12 col-sm-12">
<div class="enroll-container text-center">
<a href="#scholarshipForm" class="default-btn shake-btn" type="submit">Yes! Book My Scholarship Test</a>
</div>
</div>
</div>
</div>
</div>
<section id="scholarshipFor" class=" default-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xs-12 col-sm-12 text-center">
<h2 class="text-center mb-4 section-title">Scholarship Test For</h2>
</div>
</div>
<div class="row align-items-center mt-5">
<div class="col-lg-6 col-xs-12 col-sm-12">
<div class="for-test-classes">
<div class="icon-holder">
<img src="assets/images/icon/reading.png" class="img-fluid" alt="reading" laoding="lazy" />
</div>
<h4>6th to 10th</h4>
<p>Calling all aspiring scholars in grades 6th to 10th! Join our scholarship test for a chance to excel and shine.</p>
</div>
</div>
<div class="col-lg-6 col-xs-12 col-sm-12">
<div class="for-test-classes">
<div class="icon-holder">
<img src="assets/images/icon/reading.png" class="img-fluid" alt="reading" laoding="lazy" />
</div>
<h4>11th & 12th (Med. / Non-Med.)</h4>
<p>High school seniors, your future awaits! Participate in our scholarship test for 11th and 12th classes. Seize this opportunity now</p>
</div>
</div>
</div>
</div>
</section>
<div class="apply-now default-padding">
<div class="container">
<div class="row ">
<div class="col-lg-12 col-xs-12 col-sm-12">
<div class="enroll-container text-center">
<a href="#scholarshipForm" class="default-btn shake-btn" type="submit">Yes! Book My Scholarship Test</a>
</div>
</div>
</div>
</div>
</div>
<section id="benefits" class="benefits-area default-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xs-12 col-sm-12 text-center">
<h2 class="text-center mb-4 section-title">Benefits of Scholarship Test</h2>
<p>Embark on a journey towards your dreams with Karnal International School's scholarship test!</p>
</div>
</div>
<div class="row mt-5 justify-content-center align-items-center">
<div class="col-lg-6 col-xs-12 col-sm-12">
<div class="benefits-container" data-aos="fade-up" data-aos-duration="2000">
<div class="icon-holder">
<img src="assets/images/icon/financial.png" alt="icon" width="60" height="60" />
</div>
<h4>Financial Relief</h4>
<p>The scholarship test offers substantial fee relaxation, significantly reducing the financial burden on deserving students and their families.</p>
</div>
</div>
<div class="col-lg-6 col-xs-12 col-sm-12">
<div class="benefits-container" data-aos="fade-up" data-aos-duration="2000">
<div class="icon-holder">
<img src="assets/images/icon/equal.png" alt="icon" width="60" height="60" />
</div>
<h4>Equal Opportunity</h4>
<p>It ensures that students from all economic backgrounds have an equal chance to access quality education, regardless of their financial constraints.</p>
</div>
</div>
<div class="col-lg-6 col-xs-12 col-sm-12">
<div class="benefits-container" data-aos="fade-up" data-aos-duration="2000">
<div class="icon-holder">
<img src="assets/images/icon/academic.png" alt="icon" width="60" height="60" />
</div>
<h4>Academic Recognition</h4>
<p>The test recognizes and rewards academic excellence, motivating students to strive for higher levels of achievement.</p>
</div>
</div>
<div class="col-lg-6 col-xs-12 col-sm-12">
<div class="benefits-container" data-aos="fade-up" data-aos-duration="2000">
<div class="icon-holder">
<img src="assets/images/icon/talent.png" alt="icon" width="60" height="60" />
</div>
<h4>Talent Nurturing</h4>
<p>It provides a platform for nurturing and showcasing students' talents and potential beyond their academic performance.</p>
</div>
</div>
<div class="col-lg-6 col-xs-12 col-sm-12">
<div class="benefits-container" data-aos="fade-up" data-aos-duration="2000">
<div class="icon-holder">
<img src="assets/images/icon/enhanced.png" alt="icon" width="60" height="60" />
</div>
<h4>Enhanced Access</h4>
<p>With reduced fees, more students can access the school's resources, facilities, and opportunities for personal and academic growth.</p>
</div>
</div>
<div class="col-lg-6 col-xs-12 col-sm-12">
<div class="benefits-container" data-aos="fade-up" data-aos-duration="2000">
<div class="icon-holder">
<img src="assets/images/icon/success-path.png" alt="icon" width="60" height="60" />
</div>
<h4>Path to Success</h4>
<p>By availing themselves of this opportunity, students can pursue their educational aspirations without the burden of excessive financial worries, paving the way for a successful future.</p>
</div>
</div>
</div>
</div>
</section>
<div class="apply-now default-padding">
<div class="container">
<div class="row ">
<div class="col-lg-12 col-xs-12 col-sm-12">
<div class="enroll-container text-center">
<a href="#scholarshipForm" class="default-btn shake-btn" type="submit">Yes! Book My Scholarship Test</a>
</div>
</div>
</div>
</div>
</div>
<section id="charges" class="default-padding">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 col-xs-12 col-sm-12">
<div class="section-content">
<h2>
Check out the Fee & Date
<span>Benefits & Scholarships</span>
</h2>
<p>Take the KIS Scholarship Admission Test and qualify for a scholarship covering a significant portion of your admission fees as a recognition of your merit.</span></p>
</div>
</div>
<div class="col-lg-7 col-xs-12 col-sm-12">
<div class="date-fee-container" data-aos="fade-up">
<div class="exam-details">
<p><strong>Exam Timings:-</strong> 2 pm to 3 pm </p>
<p><strong>Reporting Time:-</strong> 1:45 pm</p>
<p><strong>Duration:-</strong> 1 Hour </p>
<p><strong>Venue:-</strong> School Premises</p>
</div>
<h5>Fee - <span>199rs</span></h5>
<h4>17, March, 2024</h4>
<a href="#scholarshipForm" class="default-btn">Yes! Book My Scholarship Test</a>
</div>
</div>
</div>
</div>
</section>
<section id="scholarshipFor" class=" default-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xs-12 col-sm-12 text-center">
<h2 class="text-center mb-4 section-title">Our Campus Features</h2>
</div>
</div>
<div class="row align-items-center mt-5">
<div class="col-lg-6 col-xs-12 col-sm-12">
<div class="campus-feature" data-aos="zoom-in" data-duration="1000">
<div class="img-holder">
<img src="assets/images/icon/air-conditioner.png" alt="Fully AC" class="img-fluid" loading="lazy" />
</div>
<div class="campus-content">
<h4>Fully AC</h4>
<p>Enjoy a comfortable learning experience with fully air-conditioned classrooms at Karnal International School, enhancing focus and academic excellence.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-xs-12 col-sm-12">
<div class="campus-feature" data-aos="zoom-in" data-duration="2000">
<div class="img-holder">
<img src="assets/images/icon/hostel.png" alt="" class="img-fluid" loading="lazy" />
</div>
<div class="campus-content">
<h4>Hostel</h4>
<p>Experience a home away from home at Karnal International School's well-equipped hostel, ensuring a secure and nurturing environment for students.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-xs-12 col-sm-12">
<div class="campus-feature" data-aos="zoom-in" data-duration="3000">
<div class="img-holder">
<img src="assets/images/icon/wifi.png" alt="" class="img-fluid" loading="lazy" />
</div>
<div class="campus-content">
<h4>Wi-Fi Campus</h4>
Stay connected to the world of knowledge at Karnal International School's Wi-Fi campus, fostering seamless learning and research opportunities for students
</div>
</div>
</div>
<div class="col-lg-6 col-xs-12 col-sm-12">
<div class="campus-feature" data-aos="zoom-in" data-duration="3000">
<div class="img-holder">
<img src="assets/images/icon/security-camera.png" alt="" class="img-fluid" loading="lazy" />
</div>
<div class="campus-content">
<h4>CCTV Systems</h4>
<p>Priority on safety! Karnal International School employs state-of-the-art CCTV systems, ensuring a secure and monitored environment for the well-being of all students.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="apply-now default-padding">
<div class="container">
<div class="row ">
<div class="col-lg-12 col-xs-12 col-sm-12">
<div class="enroll-container text-center">
<a href="#scholarshipForm" class="default-btn shake-btn" type="submit">Yes! Book My Scholarship Test</a>
</div>
</div>
</div>
</div>
</div>
<section id="achievements" class="default-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xs-12 col-sm-12 text-center">
<h2 class="text-center mb-4 section-title">Past Scholarship</h2>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-12 col-xs-12 col-sm-12">
<div id="testimonial-slider" class="owl-carousel">
<div class="marks-card">
<img src="assets/images/scholarship/1.jpeg" alt="" class="img-fluid" loading="lazy">
</div>
<div class="marks-card">
<img src="assets/images/scholarship/2.jpeg" alt="Gopika" class="img-fluid" loading="lazy">
</div>
<div class="marks-card">
<img src="assets/images/scholarship/3.jpeg" alt="" class="img-fluid" loading="lazy">
</div>
<div class="marks-card">
<img src="assets/images/scholarship/4.jpeg" alt="" class="img-fluid" loading="lazy">
</div>
<div class="marks-card">
<img src="assets/images/scholarship/5.jpeg" alt="" class="img-fluid" loading="lazy">
</div>
<div class="marks-card">
<img src="assets/images/scholarship/6.jpeg" alt="" class="img-fluid" loading="lazy">
</div>
<div class="marks-card">
<img src="assets/images/scholarship/7.jpeg" alt="" class="img-fluid" loading="lazy">
</div>
<div class="marks-card">
<img src="assets/images/scholarship/8.jpeg" alt="" class="img-fluid" loading="lazy">
</div>
<div class="marks-card">
<img src="assets/images/scholarship/9.jpeg" alt="" class="img-fluid" loading="lazy">
</div>
<div class="marks-card">
<img src="assets/images/scholarship/10.jpeg" alt="" class="img-fluid" loading="lazy">
</div>
</div>
</div>
</div>
</div>
</section>
<div class="apply-now default-padding">
<div class="container">
<div class="row ">
<div class="col-lg-12 col-xs-12 col-sm-12">
<div class="enroll-container text-center">
<a href="#scholarshipForm" class="default-btn shake-btn" type="submit">Yes! Book My Scholarship Test</a>
</div>
</div>
</div>
</div>
</div>
<section id="testimonials" class=" default-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xs-12 col-sm-12 text-center">
<h2 class="text-center mb-4 section-title">Student Testimonials</h2>
<p>Witness the excellence through the word of mouth of our brilliant students who availed the opportunity,
took the scholarship test and are now doing extremely well in their academics.</p>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-4 col-xs-12 col-sm-12">
<div class="testimonial-video" data-aos="fade-up" data-aos-duration="1000">
<iframe width="100%" height="315" src="https://www.youtube.com/embed/DBpeGKp3s7o?si=yqDQhRZ1T62bQ7Iw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="col-lg-4 col-xs-12 col-sm-12">
<div class="testimonial-video" data-aos="fade-up" data-aos-duration="2000">
<iframe width="100%" height="315" src="https://www.youtube.com/embed/ppGDMx4UyMo?si=bbk_sRCctk2YEjQ4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="col-lg-4 col-xs-12 col-sm-12">
<div class="testimonial-video" data-aos="fade-up" data-aos-duration="3000">
<iframe width="100%" height="315" src="https://www.youtube.com/embed/whsfY8sP2Ew?si=kF5OfDSBNSAdlSvu" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<div class="apply-now default-padding">
<div class="container">
<div class="row ">
<div class="col-lg-12 col-xs-12 col-sm-12">
<div class="enroll-container text-center">
<a href="#scholarshipForm" class="default-btn shake-btn" type="submit">Yes! Book My Scholarship Test</a>
</div>
</div>
</div>
</div>
</div>
<div id="faqs" class="faqs-area default-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xs-12 col-sm-12 text-center">
<h2 class="text-center mb-4 section-title">Have Any Questions?</h2>
</div>
</div>
<div class="row mt-5 justify-content-center">
<div class="col-lg-8 col-md-12 col-xs-12 col-sm-12">
<!-- Accordion -->
<div id="accordionExample" class="accordion faq-accordion shadow">
<!-- Accordion item 1 -->
<div class="card" data-aos="fade-up" data-aos-duration="1000">
<div id="headingOne" class="card-header bg-white shadow-sm border-0">
<h2 class="mb-0">
<button type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true"
aria-controls="collapseOne"
class="btn text-dark font-weight-bold text-uppercase collapsible-link">
What is the eligibility for the scholarship test?
</button>
</h2>
</div>
<div id="collapseOne" aria-labelledby="headingOne" data-parent="#accordionExample" class="collapse">
<div class="card-body p-5">
<p class="text-dark m-0">
This scholarship test is open to all students who want to take admission in class 6th to 11th and 12th. However, for class 11th and 12th,
the test is only for students desiring to take admission in medical and non-medical streams.
</p>
</div>
</div>
</div><!-- End -->
<!-- Accordion item 2 -->
<div class="card" data-aos="fade-up" data-aos-duration="1000">
<div id="headingTwo" class="card-header bg-white shadow-sm border-0">
<h2 class="mb-0">
<button type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false"
aria-controls="collapseTwo"
class="btn collapsed text-dark font-weight-bold text-uppercase collapsible-link">
What is the schedule for the scholarship test?
</button>
</h2>
</div>
<div id="collapseTwo" aria-labelledby="headingTwo" data-parent="#accordionExample" class="collapse">
<div class="card-body p-5">
<p class="text-dark m-0">
The test shall be conducted on 17th March 2024 (Sunday) from 2 pm to 3 pm at Karnal International School's premises. Reporting time is 1:45 pm.
</p>
</div>
</div>
</div><!-- End -->
<!-- Accordion item 3 -->
<div class="card" data-aos="fade-up" data-aos-duration="1000">
<div id="headingThree" class="card-header bg-white shadow-sm border-0">
<h2 class="mb-0">
<button type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false"
aria-controls="collapseThree"
class="btn collapsed text-dark font-weight-bold text-uppercase collapsible-link">
How do I register for the scholarship test?
</button>
</h2>
</div>
<div id="collapseThree" aria-labelledby="headingThree" data-parent="#accordionExample" class="collapse">
<div class="card-body p-5">
<p class="text-dark m-0">
You may register yourself for the test by simply filling the form provided on our website.
</p>
</div>
</div>
</div><!-- End -->
<!-- Accordion item 4 -->
<div class="card" data-aos="fade-up" data-aos-duration="1000">
<div id="headingFour" class="card-header bg-white shadow-sm border-0">
<h2 class="mb-0">
<button type="button" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false"
aria-controls="collapseFour"
class="btn collapsed text-dark font-weight-bold text-uppercase collapsible-link">
What are the benefits of taking the scholarship test?
</button>
</h2>
</div>
<div id="collapseFour" aria-labelledby="headingFour" data-parent="#accordionExample" class="collapse">
<div class="card-body p-5">
<p class="text-dark m-0">
Based on your performance in the scholarship test, you will be granted up to 90% of relaxation in school fees.
</p>
</div>
</div>
</div><!-- End -->
<!-- Accordion item 5 -->
<div class="card" data-aos="fade-up" data-aos-duration="1000">
<div id="headingFive" class="card-header bg-white shadow-sm border-0">
<h2 class="mb-0">
<button type="button" data-toggle="collapse" data-target="#collapseFive" aria-expanded="false"
aria-controls="collapseFive"
class="btn collapsed text-dark font-weight-bold text-uppercase collapsible-link">
Which board is Karnal International School affiliated to?
</button>
</h2>
</div>
<div id="collapseFive" aria-labelledby="headingFive" data-parent="#accordionExample" class="collapse">
<div class="card-body p-5">
<p class="text-dark m-0">
Karnal International School is affiliated to Central Board of Secondary Education (CBSE).
</p>
</div>
</div>
</div><!-- End -->
</div><!-- End -->
</div>
</div>
</div>
</div>
<div class="apply-now default-padding">
<div class="container">
<div class="row ">
<div class="col-lg-12 col-xs-12 col-sm-12">
<div class="enroll-container text-center">
<h4>Start your Ultimate Success Journey with Karnal International School Today</h4>
<a href="#scholarshipForm" class="default-btn shake-btn" type="submit">Yes! Book My Scholarship Test</a>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-6 col-xs-12 col-sm-12">
<div class="copyright text-start">
<p>© All Right Reserved- Karnal International School</p>
</div>
</div>
<div class="col-lg-6 col-xs-12 col-sm-12">
<div class="term-policy-links text-end">
<a href="https://kiskarnal.com/terms-and-condition">Terms & Conditions</a>
<a href="https://kiskarnal.com/privacy-policy">Privacy Policy</a>
</div>
</div>
</div>
</div>
</footer>
<a href="https://api.whatsapp.com/send?phone=919896233360" class="float" target="_blank">
<i class="fab fa-whatsapp my-float"></i>
</a>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.js"></script>
<script>
AOS.init();
$(document).ready(function(){
$("#testimonial-slider").owlCarousel({
items:2,
itemsDesktop:[1000,2],
itemsDesktopSmall:[980,2],
itemsTablet:[768,2],
itemsMobile:[650,1],
pagination:true,
navigation:false,
slideSpeed:1000,
autoPlay:true
});
setTimeout(function () {
var myNewUrl='index.php';
window.history.pushState({}, document.title, "/" + myNewUrl );
}, 800);
});
</script>
</body>
</html>