About Us

.entry-title,.ast-page-title,.site-header,#masthead,.ast-breadcrumbs,.ast-breadcrumbs-wrapper,.ast-primary-header-bar,.main-header-bar,h1.entry-header,.entry-header,.main-header-bar-wrap,.ast-above-header,.ast-below-header{display:none!important;} .site-content,#content,.content-area,#primary,.ast-container,.site-main,#main,.entry-content,.ast-article-single,.wp-block-html{padding:0!important;margin:0!important;max-width:100%!important;width:100%!important;} html{margin-top:0!important;}#wpadminbar{display:none!important;} body{overflow-x:hidden!important;margin:0;padding:0;font-family:’Inter’,sans-serif;} *,*::before,*::after{box-sizing:border-box;}a{text-decoration:none;color:inherit;} :root{–nb:#0a1628;–nb2:#112240;–blue:#1560bd;–gold:#f5a623;–gold2:#ffc444;–white:#fff;–light:#f4f8ff;–sky:#e8f2ff;–text:#1a2332;–muted:#6b7fa3;} .gs-topbar{background:var(–nb);height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;font-size:.8rem;color:rgba(255,255,255,.8);} .gs-topbar-left{display:flex;align-items:center;gap:24px;} .gs-topbar-right{display:flex;align-items:center;} .gs-topbar-right a{color:rgba(255,255,255,.8);padding:0 12px;border-right:1px solid rgba(255,255,255,.15);font-size:.78rem;} .gs-topbar-right a:last-child{border-right:none;} .gs-topbar-right a:hover{color:var(–gold);} .gs-header{background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.08);position:sticky;top:0;z-index:999;} .gs-header-inner{max-width:1280px;margin:0 auto;padding:0 5%;display:flex;align-items:center;justify-content:space-between;height:88px;} .gs-logo{display:flex;align-items:center;gap:16px;} .gs-logo-circle{width:68px;height:68px;background:var(–nb);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;} .gs-logo-name{font-family:’Merriweather’,serif;font-size:1.2rem;font-weight:900;color:var(–nb);line-height:1.15;} .gs-logo-sub{font-size:.7rem;color:var(–muted);font-style:italic;margin-top:2px;} .gs-nav{display:flex;align-items:center;gap:2px;} .gs-nav-item{position:relative;} .gs-nav-link{display:flex;align-items:center;gap:5px;padding:10px 14px;font-size:.83rem;font-weight:600;color:var(–text);text-transform:uppercase;letter-spacing:.6px;transition:color .2s;white-space:nowrap;border-bottom:3px solid transparent;} .gs-nav-link:hover,.gs-nav-link.active{color:var(–blue);border-bottom-color:var(–blue);} .gs-dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;border-top:3px solid var(–blue);border-radius:0 0 8px 8px;box-shadow:0 12px 40px rgba(10,22,40,.14);min-width:220px;padding:6px 0;z-index:9999;} .gs-nav-item:hover .gs-dropdown{display:block;} .gs-dropdown a{display:block;padding:9px 20px;font-size:.82rem;font-weight:500;color:var(–text);border-left:3px solid transparent;transition:all .15s;} .gs-dropdown a:hover{background:var(–sky);border-left-color:var(–blue);color:var(–blue);} .gs-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;} .gs-hamburger span{display:block;width:24px;height:2px;background:var(–nb);border-radius:2px;} /* PAGE HERO */ .pg-hero{height:320px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;} .pg-hero::after{content:”;position:absolute;inset:0;background:rgba(10,22,40,.65);} .pg-hero-content{position:relative;z-index:1;text-align:center;color:#fff;} .pg-hero h1{font-family:’Merriweather’,serif;font-size:2.8rem;font-weight:900;margin-bottom:10px;text-shadow:0 2px 20px rgba(0,0,0,.4);} .pg-hero-bc{font-size:.85rem;color:rgba(255,255,255,.7);} .pg-hero-bc a{color:var(–gold);} /* CONTENT SECTIONS */ .pg-section{padding:72px 5%;} .pg-section-inner{max-width:1200px;margin:0 auto;} .pg-chip{display:inline-block;background:var(–sky);color:var(–blue);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;padding:5px 16px;border-radius:20px;margin-bottom:12px;border:1px solid rgba(21,96,189,.15);} .pg-title{font-family:’Merriweather’,serif;font-size:1.9rem;font-weight:900;color:var(–nb);line-height:1.25;margin-bottom:12px;} .pg-title em{color:var(–blue);font-style:normal;} .pg-rule{width:44px;height:4px;background:var(–gold);margin:14px 0;border-radius:2px;} .pg-text{color:var(–muted);font-size:.92rem;line-height:1.8;} .pg-2col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;} .pg-img{border-radius:10px;overflow:hidden;box-shadow:0 10px 36px rgba(10,22,40,.12);} .pg-img img{width:100%;height:340px;object-fit:cover;display:block;} .pg-cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;} .pg-card{background:#fff;border-radius:10px;padding:30px 24px;border-top:4px solid var(–blue);box-shadow:0 3px 16px rgba(10,22,40,.07);transition:transform .25s;} .pg-card:hover{transform:translateY(-4px);} .pg-card-icon{font-size:2.2rem;margin-bottom:14px;} .pg-card-title{font-size:.98rem;font-weight:700;color:var(–nb);margin-bottom:8px;} .pg-card-desc{font-size:.83rem;color:var(–muted);line-height:1.7;} .pg-bg-light{background:var(–light);} .pg-bg-dark{background:var(–nb2);} .pg-highlight{background:var(–sky);border-left:4px solid var(–blue);border-radius:0 8px 8px 0;padding:16px 22px;margin:20px 0;font-size:.9rem;color:var(–nb);line-height:1.7;} /* Team cards */ .pg-team{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;} .pg-team-card{background:#fff;border-radius:10px;padding:28px 22px;text-align:center;box-shadow:0 3px 16px rgba(10,22,40,.07);} .pg-team-icon{font-size:3.5rem;margin-bottom:10px;} .pg-team-name{font-size:1rem;font-weight:700;color:var(–nb);margin-bottom:4px;} .pg-team-role{color:var(–blue);font-size:.82rem;font-weight:600;margin-bottom:6px;} .pg-team-desc{color:var(–muted);font-size:.78rem;} /* Footer same as homepage */ .gs-footer{background:var(–nb);padding:60px 5% 0;} .gs-footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr;gap:44px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.07);} .gs-footer-brand-name{font-family:’Merriweather’,serif;font-size:1.05rem;font-weight:900;color:#fff;margin-bottom:5px;} .gs-footer-brand-tag{color:rgba(255,255,255,.45);font-size:.76rem;font-style:italic;margin-bottom:14px;} .gs-footer-brand-desc{color:rgba(255,255,255,.5);font-size:.8rem;line-height:1.8;max-width:250px;} .gs-footer-socs{display:flex;gap:8px;margin-top:18px;} .gs-fsoc{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:#fff;cursor:pointer;} .gs-footer-col h4{color:#fff;font-size:.86rem;font-weight:700;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid var(–blue);} .gs-footer-col ul{list-style:none;padding:0;margin:0;} .gs-footer-col ul li{margin-bottom:8px;} .gs-footer-col ul li a{color:rgba(255,255,255,.5);font-size:.8rem;display:flex;align-items:center;gap:6px;transition:color .2s;} .gs-footer-col ul li a::before{content:’›’;color:var(–gold);font-size:.9rem;font-weight:900;} .gs-footer-col ul li a:hover{color:var(–gold);} .gs-footer-bottom{max-width:1200px;margin:0 auto;padding:16px 0;display:flex;justify-content:space-between;align-items:center;font-size:.74rem;color:rgba(255,255,255,.3);} .gs-footer-bottom a{color:rgba(255,255,255,.35);} .gs-footer-bottom a:hover{color:var(–gold);} @media(max-width:900px){ .gs-nav{display:none;position:absolute;top:88px;left:0;right:0;background:#fff;flex-direction:column;padding:14px;box-shadow:0 8px 24px rgba(0,0,0,.1);gap:0;} .gs-nav.open{display:flex;} .gs-hamburger{display:flex;} .pg-2col,.pg-cards-3,.pg-team,.gs-footer-grid{grid-template-columns:1fr;} .gs-topbar,.gs-topbar-left{display:none;} }
Playgroup to Matric|Karachi, Pakistan

About Us

Home → About Us
Our Story

Our Mission & Vision

Azeemi Public Higher Secondary School (APHSS) was established with a vision to provide quality education that combines modern learning with strong moral values. Since our founding in 1990, we have been committed to nurturing young minds and preparing them for the challenges of the 21st century.

Our institution offers a comprehensive curriculum from Playgroup to Matriculation, with dedicated departments for Science, Arts, and Commerce streams. We believe every student deserves an environment where they can discover their potential and excel.

🎯 Mission: To provide inclusive, high-quality education that develops intellectual curiosity, character, and leadership in every student.
🌟 Vision: To be a leading educational institution recognized for academic excellence, innovation, and producing responsible citizens.
APHSS School
Our Team

Meet Our Leadership

👨‍💼
Mr. Abdul Azeemi
Principal
M.Ed, 25+ years of educational leadership experience in Karachi’s top institutions.
👩‍🏫
Ms. Fatima Noor
Vice Principal
M.Sc Education, Academic Affairs Coordinator with 18 years of teaching experience.
👨‍💻
Mr. Usman Qureshi
IT & LMS Coordinator
B.Sc CS, Google Certified Educator managing all online learning and digital systems.
Chat with us
Chat with us