MOON
Server: Apache
System: Linux server30c.hostingraja.org 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
User: seoprovi (1222)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /home/seoprovi/stjohnsacademy.com/faq.html
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta charset="utf-8">
 <title>FAQ St.John's Academy Best School in Kolkata</title>
  <meta name="keywords" content="FAQ St.John's Academy , Best School Kolkata, School in Beliaghata, Best English Medium Schools, St.John's Academy, 10+2 School in Beliaghata, Kolkata, Principal St.John's Academy, School St.John's Academy, Syllabus St.John's Academy, Preschool St.John's Academy, Secondary school St.John's Academy, Private school St.John's Academy, Public school St.John's Academy, English Medium School St.John's Academy, Physical Education School St.John's Academy, Computer Education St.John's Academy, Sports School St.John's Academy, Library St.John's Academy, Best English Medium Schools in Kolkata, English Medium Schools in Kolkata, Best English Medium Schools Beliaghata, English Medium Schools Beliaghata, St.+Johns+Public+School+Beliaghata"/>
<meta name="description" content="FAQ St.John's Academy is a renowned School in Kolkata, offering quality education, experienced faculty, modern facilities, extracurricular activities, and a strong academic track record in Beliaghata."/>
<meta name="abstract" content="FAQ St.John's Academy , Best School Kolkata, School in Beliaghata, Best English Medium Schools, St.John's Academy, 10+2 School in Beliaghata, Kolkata, Principal St.John's Academy, School St.John's Academy, Syllabus St.John's Academy, Preschool St.John's Academy, Secondary school St.John's Academy, Private school St.John's Academy, Public school St.John's Academy, English Medium School St.John's Academy, Physical Education School St.John's Academy, Computer Education St.John's Academy, Sports School St.John's Academy, Library St.John's Academy, Best English Medium Schools in Kolkata, English Medium Schools in Kolkata, Best English Medium Schools Beliaghata, English Medium Schools Beliaghata, St.+Johns+Public+School+Beliaghata"/>
<meta name="coverage" content="Worldwide" /> 
<meta name="page-topic" content="FAQ St.John's Academy" />
<meta name="allow-search" content="yes" />
<meta name="copyright" content="St.John's Academy"/>
<meta name="robots" content="index, follow"/>
<meta name="rating" content="safe for kids"/>
<meta name="googlebot" content="index, follow"/>
<meta name="yahooseeker" content="index, follow"/>
<meta name="msnbot" content="index, follow" />
<meta name="Rating" content="General" />
<meta name="category" content="School"/>
<meta name="author" content="https://www.stjohnsacademy.com/"/> 
<meta name="reply-to" content="stjohnsacademy@gmail.com"/>
<meta name="allow-search" content="yes" />
<meta name="revisit-after" content="daily" />
<meta name="distribution" content="global"/>
<meta name="expires" content="never"/>
<meta name="language" content="english"/>
<meta name="geo.region" content="Beliaghata-Kolkata-WB-India"/>
<meta name="geo.placename" content="Beliaghata-Kolkata-WB-India"/>
<meta name="geo.position" content="22.5649392,88.3982359"/>
<meta name="ICBM" content="22.5649392,88.3982359"/>
<meta name="geo.region" content="Kolkata-WB-India"/>
<meta name="geo.placename" content="Kolkata-WB-India"/>
<meta name="geo.position" content="22.5351276,88.0358324"/>
<meta name="ICBM" content="22.5351276,88.0358324"/>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KEV8GL55QH"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-KEV8GL55QH');
</script>

<link rel="icon" type="image/png" href="img\favicon.png">
<link rel="apple-touch-icon" href="img\apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="57x57" href="img\apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="img\apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img\apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img\apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img\apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img\apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img\apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img\apple-touch-icon-180x180.png">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
<link rel="stylesheet" href="css\bootstrap.min.css">
<link rel="stylesheet" href="css\font-awesome.min.css">
<link rel="stylesheet" href="css\magnific-popup.css">
<link rel="stylesheet" href="css\owl.carousel.min.css">
<link rel="stylesheet" href="css\animate.css">
<link rel="stylesheet" href="css\main.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css\meanmenu.min.css">
<link rel="stylesheet" href="css\responsive.css">
<style>
	#myBtn {
	width:50px; 
	height:56px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:300px;
	right:-10px;
	display:none;
	background: url(../images/down_button.jpg) no-repeat 0px 20px;
}
#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}</style>
  <script type="text/javascript">
 // 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; // For Safari
  document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
  </script>
<!--[if lt IE 9]>
	  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
	  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
	<![endif]-->
    <style>
img.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 200px;
}
</style>
<style>
.float{
position:fixed;
width:60px;
height:60px;
bottom:80px;
right:5px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
  font-size:30px;
box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.my-float{
margin-top:16px;
}
</style><!-- Fav Icon -->
</head>
<body>
<!-- Wrapper Start -->
<div id="wrapper">
</head>
<body class="home-v1">
</div>
<header>
<div class="header-top">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="header-left">
<ul>
<li><i class="fa fa-phone"></i> 9231828490 | 9903740683 | 6289970072</li>
<li><i class="fa fa-envelope-o"></i><a href="info@stjohnsacademy.com">info@stjohnsacademy.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="social-title">Follow Us</span>&nbsp;&nbsp;<a href="https://www.facebook.com/stjohnspublicschoolbeliaghata"><i class="fa fa-facebook"></i></a><a href="https://x.com/StJohnspublic"><i class="fa fa-twitter"></i></a><a href="https://www.linkedin.com/in/st-johns-public-school-beliaghata/"><i class="fa fa-linkedin"></i></a><a href="https://www.instagram.com/stjohnspublicschoolbeliaghata/"><i class="fa fa-instagram"></i></a></li></i></a><a href="contact.html"><img src="img\paynow.jpg" alt="St.John's Academy " title="Pay Now"></a></li>
<li style="color:#900"><i class="fa fa-phone"></i> <a href="https://api.whatsapp.com/send?phone=919231828490">Call Now</a> | <a href="contact.html">Enroll Now</a> | <a href="contact.html">Get Direction</a> | <a href="contact.html">Book Appointment</a> | <a href="contact.html">Online Admission</a> | <a href="index.html">St.John's Academy</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="contact.html"><img src="img\adm.jpg" alt="St.John's Academy " title="Admission Online"></a></li></li>
</ul>
</div>
</div>
<div class="col-md-12 col-sm-12">
<div class="header-right-div">
<div class="soical-profile">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="hd-sec">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-12 col-xs-8">
<div class="logo">
<a href="index.html"><img src="img\logo.png" alt="St.John's Academy" title="St.John's Academy"></a>
</div>
</div>
<div class="mobile-nav-menu"></div>
<div class="col-md-9 col-sm-9 menu-center">
<div class="menu">
<nav id="main-menu" class="main-menu">
<ul>
 <li class="active"><a href="index.html">Home</a>
</li>
<li><a href="#">About </a>
<ul>
<li><a href="about.html">About School</a></li>
<li><a href="director-message.html">Director's Message</a></li>
<li><a href="vision-mission.html">Vision & Mission</a></li>
<li><a href="scholarship.html">upto 100% Scholarship</a></li>
</ul>
</li>
<li><a href="admission.html">Admission</a></li>
<li><a href="computer-classes.html">Computer Classes</a></li>
<li><a href="#">Gallery</a>
<ul>
<li><a href="teacher-gallery.html">Teacher Gallery</a></li>
<li><a href="sports-gallery.html">Sports Gallery</a></li>
<li><a href="school-gallery.html">School Gallery</a></li>
<li><a href="video-gallery.html">Video Gallery</a></li>
<li><a href="event-gallery.html">Event Gallery</a></li>
</ul>
</li>
<li><a href="announcement.html">Announcement</a></li>

<li><a href="faq.html">FAQ</a></li>

<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>



<div class="pagehding-sec">

<div class="images-overlay"></div>

<div class="container">

<div class="row">

<div class="col-md-12">

<div class="page-heading">

<h1>Faq</h1>

</div>

<div class="breadcrumb-list">

<ul>

 <li><a href="index.html">Home</a></li>

<li><a href="faq.html">Faq</a></li>

</ul>

</div>

</div>

</div>

</div>

</div>
 <marquee direction="alternate" behavior="scroll" scrollamount="5" onMouseOver="this.stop()" onMouseOut="this.start()">
<h1 style="color:red"></br>St.John's Academy in CIT More, Beliaghata, Kolkata, is a well-known educational institution that offers a blend of academic excellence and holistic development. call 9231828490.</h1> 
       </marquee>
<p align="center"> <img src="img\scholarship.jpg" alt="St.John's Academy" title="St.John's Academy"> </div><img src="img\scholarship2.jpg" alt="St.John's Academy" title="St.John's Academy"></p>
<div class="faq-page pt-100 pb-70">

<div class="container">

<div class="row">

<div class="col-md-6 col-sm-6">

<div class="faq-sec">

<div class="panel-group" id="accordion" role="tablist">

<div class="panel">

<div class="panel-heading" role="tab" id="titleOne">

<h4 class="panel-title">

<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">

 What is the medium of instruction at St.John's Academy? </a>

</h4>

</div>

<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="titleOne">

<div class="panel-content">

<p align="justify">St.John's Academy follows English as the medium of instruction, ensuring students have a strong foundation in the language alongside their academic subjects. </p>

</div>

</div>

</div>

<div class="panel">

<div class="panel-heading" role="tab" id="titleTwo">

<h4 class="panel-title">

<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">

What curriculum does St.John's Academy follow? </a>

</h4>

</div>

<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="titleTwo">

<div class="panel-content">

<p align="justify">The school follows the CBSE (Central Board of Secondary Education) curriculum, focusing on comprehensive learning and development from nursery to 12th grade. </p>

</div>

</div>

</div>

<div class="panel">

<div class="panel-heading" role="tab" id="titleThree">

<h4 class="panel-title">

<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">

What extracurricular activities are offered?</a>

</h4>

</div>

<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="titleThree">

<div class="panel-content">

<p align="justify">St. John’s offers a wide range of extracurricular activities, including sports, music, dance, art, drama, and leadership programs to foster overall growth.</p>

</div>

</div>

</div>

<div class="panel">

<div class="panel-heading" role="tab" id="titleFour">

<h4 class="panel-title">

<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseFour" aria-expanded="false" aria-controls="collapseFour">

Does the school offer a nursery program?</a>

</h4>

</div>

<div id="collapseFour" class="panel-collapse collapse" role="tabpanel" aria-labelledby="titleFour">

<div class="panel-content">

<p align="justify">Yes, St.John's Academy offers a nursery program that focuses on early childhood development and prepares children for formal schooling.</p>

</div>

</div>

</div>

<div class="panel">

<div class="panel-heading" role="tab" id="titleFive">

<h4 class="panel-title">

<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseFive" aria-expanded="false" aria-controls="collapseFive">

 Is there a scholarship program?</a>

</h4>

</div>

<div id="collapseFive" class="panel-collapse collapse" role="tabpanel" aria-labelledby="titleFive">

<div class="panel-content">

<p align="justify">Yes, the school offers scholarships based on academic excellence, leadership, and performance in areas like science, mathematics, English, and sports such as cricket.</p>

</div>

</div>

</div>

<div class="panel">

<div class="panel-heading" role="tab" id="titleSix">

<h4 class="panel-title">

<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseSix" aria-expanded="false" aria-controls="collapseSix">

Does St. John’s provide sports facilities? </a>

</h4>

</div>

<div id="collapseSix" class="panel-collapse collapse" role="tabpanel" aria-labelledby="titleSix">

<div class="panel-content">

<p align="justify">Yes, the school has well-equipped sports facilities for cricket, football, basketball, and other physical activities, promoting fitness and teamwork.</p>

</div>

</div>

</div>

<div class="panel">

<div class="panel-heading" role="tab" id="titleSeven">

<h4 class="panel-title">

<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">

How does the school ensure individual attention? </a>

</h4>

</div>

<div id="collapseSeven" class="panel-collapse collapse" role="tabpanel" aria-labelledby="titleSeven">

<div class="panel-content">

<p align="justify">St. John’s maintains a low student-to-teacher ratio, ensuring personalized attention to each student and fostering a supportive learning environment.</p>

</div>

</div>

</div>

<div class="panel">

<div class="panel-heading" role="tab" id="titleEight">

<h4 class="panel-title">

<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseEight" aria-expanded="false" aria-controls="collapseEight">

What are the school timings? </a>

</h4>

</div>

<div id="collapseEight" class="panel-collapse collapse" role="tabpanel" aria-labelledby="titleEight">

<div class="panel-content">

<p align="justify">School timings typically run from 8:00 AM to 3:00 PM, with variations depending on the grade level and activities scheduled.</p>

</div>

</div>

</div>

<div class="panel">

<div class="panel-heading" role="tab" id="titleNine">

<h4 class="panel-title">

<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseNine" aria-expanded="false" aria-controls="collapseNine">

How does the school promote character development?</a>

</h4>

</div>

<div id="collapseNine" class="panel-collapse collapse" role="tabpanel" aria-labelledby="titleNine">

<div class="panel-content">

<p align="justify">The school integrates value-based education, promoting discipline, respect, empathy, and social responsibility to nurture students into well-rounded individuals.</p>

</div>

</div>

</div>

<div class="panel">

<div class="panel-heading" role="tab" id="titleTen">

<h4 class="panel-title">

<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTen" aria-expanded="false" aria-controls="collapseTen">

What facilities are available for students?</a>

</h4>

</div>

<div id="collapseTen" class="panel-collapse collapse" role="tabpanel" aria-labelledby="titleTen">

<div class="panel-content">

<p align="justify">St. John’s provides modern classrooms, science and computer labs, a library, sports facilities, and a safe, well-maintained campus for a conducive learning environment.</p>

</div>

</div>
<img src="img\computer54.jpg" alt="St.John's Academy " title="St.John's Academy">
</div>





</div>

</div>

</div>

<div class="col-md-6 col-sm-6">

<div class="faq-sec">

<div class="faq-single">

<div class="media">

<div class="media-left">

<div class="icon">

<i class="fa fa-send"></i>

</div>

</div>

<div class="media-body">

<h2>Does the school offer coaching for competitive exams?</h2>

<p align="justify">Yes, St. John’s offers guidance for competitive exams like JEE, NEET, and other entrance exams through dedicated coaching classes.</p>

</div>

</div>

</div>

<div class="faq-single">

<div class="media">

<div class="media-left">

<div class="icon">

<i class="fa fa-rocket"></i>

</div>

</div>

<div class="media-body">

<h2>About St.John's Academy ?</h2>

<p align="justify">St.John's Academy, located in Beliaghata, Kolkata, is a renowned CBSE-affiliated educational institution that provides a comprehensive learning experience from nursery to 12th grade. The school focuses on academic excellence, character development, and holistic growth through a wide range of extracurricular activities. With a dedicated team of qualified educators, modern facilities, and a student-centered approach, St. John’s fosters a nurturing environment that encourages intellectual curiosity and personal development. The school emphasizes values such as discipline, social responsibility, and leadership, aiming to prepare students to become responsible, well-rounded individuals ready to face the challenges of the future.</p>

</div>

</div>

</div>

<div class="faq-single">

<div class="media">

<div class="media-left">

<div class="icon">

<i class="fa fa-child"></i>

</div>

</div>

<div class="media-body">

<h2>Best School in Beliaghata?</h2>

<p align="justify">St.John's Academy in Beliaghata, Kolkata, is considered one of the best schools in the area. Known for its high academic standards, comprehensive CBSE curriculum, and focus on extracurricular activities, the school provides a holistic learning experience, preparing students for success in both academics and life.</p>
<img src="img\computer50.jpg" alt="St.John's Academy " title="St.John's Academy">
</div>

</div>

</div>

</div>

</div>

</div>

</div>

</div>


<div class="blog-sec pt-100 pb-70">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="sec-title">
<h1>St.John's Academy</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="all-latest-news">
<div class="single-post">
<div class="single-post-thumb">
<a href="index.html"><img src="img\b1.jpg" alt="St.John's Academy" title="St.John's Academy Class 10th"></a>
<div class="single-post-thumb-overlay">
<div class="post-meta">
<ul>
<li class="font" ><a href="index.html">St.John's Academy</a></li>
</ul>
</div>
</div>
</div>
<div class="single-post-text">
<h2><a href="index.html">St.John's Academy Students</a></h2>
<p align="justify">St.John's Academy Beliaghata offers exceptional Class 10th education through the CBSE board, focusing on academic excellence and comprehensive learning. With expert teachers, modern facilities, and a well-rounded curriculum, students are well-prepared for board exams and future challenges, ensuring both intellectual and personal growth.</p>
<a href="index.html" class="blog-readmore">Continue reading</a>
</div>
</div>
<div class="single-post">
<div class="single-post-thumb">
<a href="index.html"><img src="img\b2.jpg" alt="St.John's Academy" title="St.John's Academy Class 12th"></a>
<div class="single-post-thumb-overlay">
<div class="post-meta">
<ul>
<li class="font" ><a href="index.html">St.John's Academy</a></li>
</ul>
</div>
</div>
</div>
<div class="single-post-text">
<h2><a href="index.html">St.John's Academy Students</a></h2>
<p align="justify">St.John's Academy is one of the top schools in Kolkata, offering excellent education from Nursery to 10+2 under the CBSE board. Known for its academic rigor, experienced faculty, modern facilities, and emphasis on extracurricular activities, the school fosters holistic development, ensuring students succeed academically and personally.</p>
<a href="index.html" class="blog-readmore">Continue reading</a>
</div>
</div>
<div class="single-post">
<div class="single-post-thumb">
<a href="index.html"><img src="img\b3.jpg" alt="St.John's Academy" title="St.John's Academy Secondary 10th"></a>
<div class="single-post-thumb-overlay">
<div class="post-meta">
<ul>
<li class="font" ><a href="index.html">St.John's Academy</a></li>
</ul>
</div>
</div>
</div>
<div class="single-post-text">
<h2><a href="index.html">St.John's Academy Students</a></h2>
<p align="justify">St.John's Academy in Beliaghata, Kolkata, offers top-tier education with a focus on academic excellence, holistic development, and moral values. The school boasts qualified teachers, modern facilities, and a safe environment, ensuring that students thrive academically, socially, and emotionally, preparing them for future success.</p>
<a href="index.html" class="blog-readmore">Continue reading</a>
</div>
</div>
<div class="single-post">
<div class="single-post-thumb">
<a href="index.html"><img src="img\b4.jpg" alt="St.John's Academy" title="St.John's Academy Sr. Secondary 12th"></a>
<div class="single-post-thumb-overlay">
<div class="post-meta">
<ul>
<li class="font" ><a href="index.html">St.John's Academy</a></li>
</ul>
</div>
</div>
</div>
<div class="single-post-text">
<h2><a href="index.html">St.John's Academy Students</a></h2>
<p align="justify">St.John's Academy in Kolkata offers 10+2 education, providing a comprehensive curriculum in Science, Commerce, and Humanities. With experienced faculty, modern infrastructure, and a focus on academic excellence, the school prepares students for higher education and competitive exams, fostering both intellectual and personal growth in a supportive environment.</p>
<a href="index.html" class="blog-readmore">Continue reading</a>
</div>
</div>
<div class="single-post">
<div class="single-post-thumb">
<a href="index.html"><img src="img\b5.jpg" alt="St.John's Academy" title="St.John's Academy TMA Secondary 10th"></a>
<div class="single-post-thumb-overlay">
<div class="post-meta">
<ul>
<li class="font" ><a href="index.html">St.John's Academy</a></li>
</ul>
</div>
</div>
</div>
<div class="single-post-text">
<h2><a href="index.html">St.John's Academy Students</a></h2>
<p align="justify">St.John's Academy in Beliaghata, Kolkata, offers quality 10th-grade education under the CBSE board. The school emphasizes academic excellence, critical thinking, and all-around development. With experienced teachers, modern facilities, and a focus on student welfare, it ensures a solid foundation for students to excel in the board exams and beyond.</p>
<a href="index.html" class="blog-readmore">Continue reading</a>
</div>
</div>
<div class="single-post">
<div class="single-post-thumb">
<a href="index.html"><img src="img\b6.jpg" alt="St.John's Academy" title="St.John's Academy Class 12th"></a>
<div class="single-post-thumb-overlay">
<div class="post-meta">
<ul>
<li class="font" ><a href="index.html">St.John's Academy</a></li>
</ul>
</div>
</div>
</div>
<div class="single-post-text">
<h2><a href="index.html">St.John's Academy Students</a></h2>
<p align="justify">St.John's Academy in Kolkata offers exceptional education from Nursery to 10+2, following the CBSE curriculum. With a focus on academic excellence, holistic development, and strong moral values, the school provides modern facilities, experienced teachers, and a nurturing environment, ensuring students excel in academics and extracurricular activities.</p>
<a href="index.html" class="blog-readmore">Continue reading</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"><a href="https://api.whatsapp.com/send?phone=919231828490" class="float" target="_blank"><i class="fa fa-whatsapp my-float"></i></a>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3684.373043399902!2d88.39152087368228!3d22.56514697949703!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a0277a773be9c97%3A0xeafeab538bde14c5!2sSt.John&#39;s%20Academy%20Kolkata!5e0!3m2!1sen!2sin!4v1765826958049!5m2!1sen!2sin" width="100%" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<footer class="footer">
<div class="footer-sec">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="footer-wedget-one">
<h2>About Us</h2>
<p align="justify">St.John's Academy, located in Beliaghata, Kolkata, is an esteemed English medium institution following the CBSE pattern. The school offers a well-rounded education, focusing on academic excellence, character development, and co-curricular activities. With modern facilities, dedicated teachers, and a nurturing environment, it aims to foster holistic growth and prepare students for a bright future.</p>
<a href="index.html"><img src="img\st-johns-public-school-beliaghata.jpg" alt="St.John's Academy" title="St.John's Academy"></a></br></br>

<a href="https://www.facebook.com/stjohnspublicschoolbeliaghata" target="_blank"><img src="img\icon/Facebook.jpg" alt="St.John's Academy" title="Facebook"></a>

<a href="https://x.com/StJohnspublic" target="_blank"><img src="img\icon/Twitter.jpg" alt="St.John's Academy" title="Twitter"></a>

<a href="https://www.linkedin.com/in/st-johns-public-school-beliaghata/" target="_blank"><img src="img\icon/LinkedIn.jpg" alt="St.John's Academy" title="LinkedIn"></a>

<a href="https://www.justdial.com/Kolkata/St-Johns-Public-School-Near-Ragini-CinemaBeside-Square-Polyclinic-Beliaghata/033PXX33-XX33-141111081133-C3E5_BZDET" target="_blank"><img src="img\icon/justdial.jpg" alt="St.John's Academy" title="Instagram"></a>

<a href="https://in.pinterest.com/stjohnspublicschoolbeliaghata/" target="_blank"><img src="img\icon/pinterest.jpg" alt="St.John's Academy" title="Instagram"></a></br></br>

<a href="https://www.instagram.com/stjohnspublicschoolbeliaghata/" target="_blank"><img src="img\icon/Instagram.jpg" alt="St.John's Academy" title="Instagram"></a>
<a href="https://youtu.be/BmUdESS57gE?si=OLSHhK3y21glfhIL" target="_blank"><img src="img\icon/youtube.jpg" alt="St.John's Academy" title="Instagram"></a>
<a href="https://www.reddit.com/user/stjohnspublicschool/" target="_blank"><img src="img\icon/reddit.jpg" alt="St.John's Academy" title="Instagram"></a>
<a href="https://www.tumblr.com/" target="_blank"><img src="img\icon/tumblr.jpg" alt="St.John's Academy" title="Instagram"></a>

</div>
</div>













<div class="col-md-3 col-sm-6">
<div class="footer-wedget-four">
<h2>St.John's Academy</h2>
<div class="inner-box">
<div class="media">
<div class="inner-item">

<div class="media-body" align="justify">
<a href="best-classroom-school-st-johns-public-school.html"><span class="inner-text">Best Classroom School St.John's Academy</span></a>, 
<a href="best-education-school-st-johns-public-school.html"><span class="inner-text">Best Education School St.John's Academy</span></a>, 
<a href="best-english-medium-schools-beliaghata.html"><span class="inner-text">Best English Medium Schools Beliaghata</span></a>, 
<a href="best-english-medium-schools-in-kolkata.html"><span class="inner-text">Best English Medium Schools in Kolkata </span></a>, 
<a href="best-learning-school-st-johns-public-school.html"><span class="inner-text">Best Learning School St.John's Academy</span></a>, 
<a href="best-school-year-2025-st-johns-public-school.html"><span class="inner-text">Best School year 2025 St.John's Academy</span></a>, 
<a href="best-student-in-st-johns-public-school.html"><span class="inner-text">Best Student in St.John's Academy</span></a>, 
<a href="best-teacher-in-school-st-johns-public-school.html"><span class="inner-text">Best Teacher in School St.John's Academy</span></a>, 
<a href="computer-education-st-johns-public-school-beliaghata.html"><span class="inner-text">Computer Education St.John's Academy</span></a>, 
<a href="english-medium-school-st-johns-public-school.html"><span class="inner-text">English Medium School St.John's Academy</span></a>, 
<a href="english-medium-schools-beliaghata.html"><span class="inner-text">English Medium Schools Beliaghata</span></a>, 
<a href="st-johns-public-school.html"><span class="inner-text">St.John's Academy</span></a>, 


</div>
</div>
</div>

</div>
</div>
</div>









<div class="col-md-3 col-sm-6">
<div class="footer-wedget-four">
<h2>St.John's Academy</h2>
<div class="inner-box">
<div class="media">
<div class="inner-item">

<div class="media-body" align="justify">
<a href="english-medium-schools-in-kolkata.html"><span class="inner-text">English Medium Schools in Kolkata</span></a>
<a href="library-st-johns-public-school-beliaghata.html"><span class="inner-text">Library St.John's Academy</span></a>
<a href="physical-education-school-st-johns-public-school.html"><span class="inner-text">Physical Education School St.John's Academy</span></a>
<a href="preschool-st-johns-public-school-beliaghata.html"><span class="inner-text">Preschool St.John's Academy</span></a>
<a href="principal-st-johns-public-school-beliaghata.html"><span class="inner-text">Principal St.John's Academy</span></a>
<a href="private-school-st-johns-public-school-beliaghata.html"><span class="inner-text">Private school St.John's Academy</span></a>
<a href="public-school-st-johns-public-school.html"><span class="inner-text">Public school St.John's Academy</span></a>
<a href="school-st-johns-public-school-beliaghata.html"><span class="inner-text">School St.John's Academy</span></a>
<a href="secondary-school-st-johns-public-school-beliaghata.html"><span class="inner-text">Secondary school St.John's Academy</span></a>
<a href="sports-school-st-johns-public-school-beliaghata.html"><span class="inner-text">Sports School St.John's Academy</span></a>
<a href="syllabus-st-johns-public-school-beliaghata.html"><span class="inner-text">Syllabus St.John's Academy</span></a>
<a href="about.html"><span class="inner-text">St.John's Academy</span></a>
</div>
</div>
</div>

</div>
</div>
</div>

<div class="col-md-3 col-sm-6">
<div class="footer-wedget-four">
<h2>Head Office</h2>
<div class="inner-box">
<div class="media">
<div class="inner-item">
<div class="media-left">
<span class="icon"><i class="fa fa-map-marker"></i></span>
</div>
<div class="media-body">

<span class="inner-text">St.John's Academy CIT Road, Beliaghata, Kolkata</br> 37, Hem Chandra Naskar Rd, Near CIT More, Beleghata, Kolkata, West Bengal 700010</span>
</div>
</div>
</div>
<div class="media">
<div class="inner-item">
<div class="media-left">
<span class="icon"><i class="fa fa-envelope-o"></i></span>
</div>
<div class="media-body">
<span class="inner-text">stjohnsacademy</br>@gmail.com</span></div>
</div>
</div>
</div>
<div class="media">
<div class="inner-item">
<div class="media-left">
<span class="icon"><i class="fa fa-phone"></i></span>
</div>
<div class="media-body">
<span class="inner-text">9231828490</span>
</div>
</div>
</div>
<div class="media">
<div class="inner-item">
<div class="media-left">
<span class="icon"><i class="fa fa-phone"></i></span>
</div>
<div class="media-body">
<span class="inner-text">9903740683</span>
</div>
</div>
</div>
<div class="media">
<div class="inner-item">
<div class="media-left">
<span class="icon"><i class="fa fa-phone"></i></span>
</div>
<div class="media-body">
<span class="inner-text">6289970072</span>
</div>
</div>
</div>
<a href="index.html"><img src="img\st-johns-public-school-beliaghata.jpg" alt="St.John's Academy" title="St.John's Academy"></a></br></br>


</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom-sec">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="copy-right">
<p>Copyright 2024 &copy; <span><a href="http://istjohnsacademy.com/">St.John's Academy,</a></span> Designed by:<span><a href="https://www.seoprovider.online/"> SEO Provider</a></span></p>
</div>
</div>
</div>
</div>
</div>
</footer>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="js\jquery-2.2.4.min.js"></script>
<script src="js\bootstrap.min.js"></script>
<script src="js\isotope.pkgd.min.js"></script>
<script src="js\jquery.magnific-popup.min.js"></script>
<script src="js\owl.carousel.min.js"></script>
<script src="js\owl.animate.js"></script>
<script src="js\jquery.scrollUp.min.js"></script>
<script src="js\jquery.counterup.min.js"></script>
<script src="js\modernizr.min.js"></script>
<script src="js\waypoints.min.js"></script>
<script src="js\jquery.meanmenu.min.js"></script>
<script src="js\imagesloaded.pkgd.min.js"></script>
<script src="js\custom.js"></script>
</body>
</html>