Working with schools across 20+ states and 6 countries since 2011
Discover your hidden power of Mind and Body
Every mind is born to excel. We help schools and parents unlock it.
We offer Brain Training, Memory and Focus Development, and Career Guidance — delivered across India for over fifteen years.
15 years – 2,000+ schools – 11 lakh+ studentsTrusted by government and private schools nationwide
What we do
Four things we build in every child
Focus
Longer attention spans and steadier concentration in class.
Memory
Recall techniques that hold up under exam pressure.
Confidence
Self-belief that shows up in class and at home.
Direction
Clarity on strengths and the right career path.
Who we work with
Three ways in, depending on who you are
15+Years of practice
2,000+Schools trained
11 lakh+Students reached
6Countries
Problems we solve
If any of this sounds like your home, we can help
“He can’t sit and study for ten minutes”
Attention and focus training
“She studies hard but forgets in the exam”
Memory technique development
“No interest in school at all”
Motivation and confidence building
“Exam fear takes over every year”
Stress management and coaching
“No idea what to do after Class 10”
Career discovery and guidance
“Our school needs a structured programme”
Talk to our institutional team
.bel-counter-section {
position: relative;
overflow: hidden;
padding: 64px 0 54px;
color: #fff;
background:
radial-gradient(circle at 11% 18%, rgba(245, 130, 32, .34) 0 3px, transparent 4px),
radial-gradient(circle at 15% 70%, rgba(255, 255, 255, .18) 0 2px, transparent 3px),
radial-gradient(circle at 87% 25%, rgba(245, 130, 32, .22) 0 4px, transparent 5px),
radial-gradient(circle at 82% 78%, rgba(255, 255, 255, .13) 0 2px, transparent 3px),
linear-gradient(115deg, #292363 0%, #3d3789 50%, #30297A 100%);
}
.bel-counter-section::before,
.bel-counter-section::after {
content: '';
position: absolute;
border: 1px solid rgba(255, 255, 255, .11);
border-radius: 50%;
pointer-events: none;
}
.bel-counter-section::before {
width: 440px;
height: 440px;
top: -280px;
left: -95px;
box-shadow: 0 0 0 55px rgba(255, 255, 255, .035), 0 0 0 125px rgba(255, 255, 255, .02);
}
.bel-counter-section::after {
width: 360px;
height: 360px;
right: -105px;
bottom: -245px;
box-shadow: 0 0 0 55px rgba(245, 130, 32, .045);
}
.bel-counter-section .rs-counter-list {
position: relative;
z-index: 1;
min-height: 128px;
display: flex;
align-items: center;
justify-content: center;
gap: 18px;
padding: 12px 22px;
border-right: 1px solid rgba(255, 255, 255, .17);
}
.bel-counter-section .col-lg-3:last-child .rs-counter-list { border-right: 0; }
.bel-counter-section .icon-part img { width: 54px; height: 54px; object-fit: contain; filter: brightness(0) invert(1); opacity: .96; }
.bel-counter-section .text-part h2 { margin: 0; color: #F58220; font-size: 43px; font-weight: 800; line-height: 1; }
.bel-counter-section .text-part h4 { margin: 9px 0 0; color: rgba(255, 255, 255, .9); font-size: 14px; font-weight: 600; line-height: 1.35; text-transform: capitalize; }
@media (max-width: 767px) {
.bel-counter-section { padding: 30px 0; }
.bel-counter-section .rs-counter-list { min-height: 106px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .17); }
.bel-counter-section .col-lg-3:last-child .rs-counter-list { border-bottom: 0; }
}
(function () {
var section = document.querySelector('.bel-counter-section');
if (!section || section.dataset.belCounterReady) return;
section.dataset.belCounterReady = 'true';
var fields = section.querySelectorAll('.counter-value');
function format(value) {
if (value >= 100000) return (value / 100000).toFixed(value % 100000 ? 2 : 0) + ' lakh';
return value.toLocaleString('en-IN');
}
function runCounters() {
fields.forEach(function (field) {
var target = Number(field.dataset.count || 0), suffix = field.dataset.suffix || '';
var start = performance.now(), duration = 1500;
function tick(now) {
var progress = Math.min((now - start) / duration, 1);
var eased = 1 - Math.pow(1 - progress, 3);
field.textContent = format(Math.round(target * eased)) + suffix;
if (progress < 1) requestAnimationFrame(tick);
}
requestAnimationFrame(tick);
});
}
if ('IntersectionObserver' in window) {
new IntersectionObserver(function (entries, observer) {
if (entries[0].isIntersecting) { runCounters(); observer.disconnect(); }
}, { threshold: 0.35 }).observe(section);
} else { runCounters(); }
}());