πŸ“§ enquiries@asleadinstitute.org
☎️ +254 720 784 858 / +254 759 283 056
.hp*{box-sizing:border-box;margin:0;padding:0;} .hp{ font-family:’Open Sans’,sans-serif; –gutter: clamp(20px, 4vw, 100px); width:100vw; margin-left:calc(50% – 50vw); margin-right:calc(50% – 50vw); padding-left:var(–gutter); padding-right:var(–gutter); box-sizing:border-box; } /* Full-bleed helper β€” breaks a section out to the true viewport edge past the gutter */ .hp-bleed{ margin-left:calc(-1 * var(–gutter)); margin-right:calc(-1 * var(–gutter)); padding-left:var(–gutter); padding-right:var(–gutter); } /* ── BUTTONS ── */ .hp-btn-gold{background:#e9a753;color:#050a30;padding:13px 30px;border-radius:8px;text-decoration:none;font-size:15px;font-weight:700;display:inline-block;transition:all 0.3s ease;} .hp-btn-gold:hover{background:#c97d1a;color:white;transform:translateY(-3px);box-shadow:0 8px 25px rgba(233,167,83,0.45);} .hp-btn-white{background:white;color:#050a30;padding:13px 30px;border-radius:8px;text-decoration:none;font-size:15px;font-weight:700;display:inline-block;transition:all 0.3s ease;} .hp-btn-white:hover{background:#f0f0f0;transform:translateY(-3px);box-shadow:0 8px 20px rgba(255,255,255,0.3);} .hp-btn-dark{background:#050a30;color:white;padding:8px 18px;border-radius:6px;text-decoration:none;font-size:13px;font-weight:600;display:inline-block;transition:all 0.3s ease;} .hp-btn-dark:hover{background:#12229d;transform:translateY(-2px);box-shadow:0 6px 20px rgba(18,34,157,0.4);} .hp-btn-sm-gold{background:#e9a753;color:#050a30;padding:9px 20px;border-radius:6px;text-decoration:none;font-size:13px;font-weight:700;display:inline-block;transition:all 0.3s ease;} .hp-btn-sm-gold:hover{background:#c97d1a;color:white;transform:translateY(-2px);} .hp-btn-apply{background:#e9a753;color:#050a30;padding:14px 40px;border-radius:8px;text-decoration:none;font-size:15px;font-weight:700;display:inline-block;transition:all 0.3s ease;} .hp-btn-apply:hover{background:#c97d1a;color:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(233,167,83,0.5);} /* ── PROGRAM CARDS ── */ .hp-prog-card{border:1px solid #e0e4f0;border-radius:12px;padding:24px;background:white;transition:all 0.3s ease;} .hp-prog-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(5,10,48,0.12);border-color:#12229d;} /* ── WHY CARDS ── */ .hp-why-card{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:12px;padding:24px;text-align:center;border-top:3px solid #e9a753;transition:all 0.3s ease;} .hp-why-card:hover{background:rgba(255,255,255,0.12);transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,0.3);} /* ── IMG CARDS ── */ .hp-img-card{position:relative;border-radius:12px;overflow:hidden;min-height:300px;transition:transform 0.3s ease,box-shadow 0.3s ease;} .hp-img-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(5,10,48,0.3);} .hp-img-card img{transition:transform 0.5s ease;} .hp-img-card:hover img{transform:scale(1.05);} /* ── CORPORATE CARDS ── */ .hp-corp-card{ border-radius:14px;padding:28px;background:white; border:1px solid #e0e4f0;border-top:4px solid #12229d; transition:all 0.3s ease;cursor:default; } .hp-corp-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(5,10,48,0.12);border-top-color:#e9a753;} .hp-corp-card.dark{background:#050a30;border-color:#050a30;} .hp-corp-card.blue{background:#12229d;border-color:#12229d;} /* ── SLIDER ── */ .hp-slider{position:relative;border-radius:16px;overflow:hidden;margin-bottom:0;} .hp-slides{display:flex;transition:transform 0.6s cubic-bezier(0.4,0,0.2,1);} .hp-slide{ min-width:100%;position:relative;height:560px;flex-shrink:0; } .hp-slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;} .hp-slide-overlay{ position:absolute;inset:0; background:linear-gradient(110deg,rgba(5,10,48,0.88) 0%,rgba(5,10,48,0.5) 55%,rgba(18,34,157,0.25) 100%); } .hp-slide-content{ position:absolute;inset:0; display:flex;flex-direction:column;justify-content:center; padding:52px 56px; max-width:640px; } .hp-slide-eyebrow{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#e9a753;font-weight:700;margin-bottom:12px;} .hp-slide-title{font-size:36px;font-weight:700;color:white !important;line-height:1.3;margin-bottom:14px;} .hp-slide-sub{font-size:16px;color:rgba(255,255,255,0.85);line-height:1.75;margin-bottom:28px;} .hp-slide-btns{display:flex;gap:12px;flex-wrap:wrap;} /* Slider dots */ .hp-dots{ display:flex;justify-content:center;align-items:center;gap:8px; padding:16px 0 0; } .hp-dot{ width:10px;height:10px;border-radius:50%; background:#ccc;border:none;cursor:pointer;padding:0; transition:all 0.3s ease; } .hp-dot.active{background:#e9a753;width:28px;border-radius:5px;} /* Slider arrows */ .hp-arrow{ position:absolute;top:50%;transform:translateY(-50%); background:rgba(255,255,255,0.15);border:2px solid rgba(255,255,255,0.3); color:white;font-size:20px;width:46px;height:46px; border-radius:50%;cursor:pointer;z-index:10; display:flex;align-items:center;justify-content:center; transition:all 0.3s ease;backdrop-filter:blur(4px); } .hp-arrow:hover{background:rgba(233,167,83,0.8);border-color:#e9a753;} .hp-arrow.prev{left:16px;} .hp-arrow.next{right:16px;} /* ── SLIDE-IN ANIMATIONS ── */ .hp-fade{opacity:0;transform:translateY(40px);transition:opacity 0.7s ease,transform 0.7s ease;} .hp-fade-left{opacity:0;transform:translateX(-40px);transition:opacity 0.7s ease,transform 0.7s ease;} .hp-fade-right{opacity:0;transform:translateX(40px);transition:opacity 0.7s ease,transform 0.7s ease;} .hp-fade.visible,.hp-fade-left.visible,.hp-fade-right.visible{opacity:1;transform:translate(0,0);} .hd1{transition-delay:0.1s;}.hd2{transition-delay:0.2s;}.hd3{transition-delay:0.3s;} .hd4{transition-delay:0.4s;}.hd5{transition-delay:0.5s;}.hd6{transition-delay:0.6s;} /* ── INTAKE POSTER MODAL ── */ .ai-modal-overlay{ position:fixed;inset:0;z-index:99999; display:flex;align-items:center;justify-content:center; padding:20px; background:rgba(5,10,48,0.82); backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px); opacity:0;visibility:hidden; transition:opacity 0.35s ease,visibility 0.35s ease; } .ai-modal-overlay.active{opacity:1;visibility:visible;} .ai-modal-card{ position:relative;max-width:520px;width:100%; background:white;border-radius:18px;overflow:hidden; box-shadow:0 30px 80px rgba(0,0,0,0.5); border:2px solid rgba(233,167,83,0.4); transform:scale(0.92) translateY(20px); transition:transform 0.35s cubic-bezier(.34,1.56,.64,1); max-height:90vh;display:flex;flex-direction:column; } .ai-modal-overlay.active .ai-modal-card{transform:scale(1) translateY(0);} .ai-modal-close{ position:absolute;top:12px;right:12px;z-index:2; width:36px;height:36px;border-radius:50%; background:rgba(5,10,48,0.75);color:white;border:none; font-size:20px;line-height:1;cursor:pointer; display:flex;align-items:center;justify-content:center; transition:background 0.2s ease,color 0.2s ease; } .ai-modal-close:hover{background:#e9a753;color:#050a30;} .ai-modal-img-wrap{background:#050a30;overflow:auto;} .ai-modal-img{width:100%;display:block;object-fit:contain;} .ai-modal-actions{ display:flex;gap:10px;padding:16px;background:#f7f5f0;flex-wrap:wrap;flex-shrink:0; } .ai-modal-btn-primary{ flex:1;text-align:center;min-width:140px; background:linear-gradient(90deg,#e9a753,#f5c97a);color:#050a30; padding:12px 18px;border-radius:8px;text-decoration:none; font-family:’Open Sans’,sans-serif;font-weight:700;font-size:14px; transition:transform 0.2s ease; } .ai-modal-btn-primary:hover{transform:translateY(-2px);} .ai-modal-btn-secondary{ flex:1;min-width:140px;background:transparent;border:1.5px solid #050a30;color:#050a30; padding:12px 18px;border-radius:8px;font-family:’Open Sans’,sans-serif;font-weight:700; font-size:14px;cursor:pointer;transition:all 0.2s ease; } .ai-modal-btn-secondary:hover{background:#050a30;color:white;} @media (max-width:480px){ .ai-modal-actions{flex-direction:column;} }
Aslead Institute Intake
Apply Now
Graduation 2026

🎓 Just Celebrated — August 2026

Emerging Leaders Graduation 2026

Kajiado East Cohort graduated β€” a celebration of growth, servant leadership, and purpose. Congratulations to the Class of 2026!

Graduation Day

🌟 Graduation Ceremony 2026

Empowering Leaders to Serve Others

Every certificate represents hours of discipline, growth, and the courage to lead with humility, wisdom, and purpose.

Annual Conference

🎉 Annual Conference 2026 Recap

“Leading with Cathedral Mindset”

The Aslead Annual Servant Leadership Conference brought together leaders from across Africa. A landmark moment for servant leadership in Kenya.

Sultan Hamud Training

📚 Latest Article — July 2026

Raising a New Generation of Servant Leaders

Youth leadership training at PEFA Church, Sultan Hamud β€” building character, personality, and the heart of a servant leader.

Our Purpose

Why Choose Aslead?

At Aslead Institute, we shape leaders who lead with purpose and serve with impact. Our programs go beyond academics, equipping you with real-world skills, a servant leadership mindset, and a supportive network.

🌿
Nurturing
Emerging leaders to be servant leaders and lead focused, purposeful lives.
🤝
Mentorship
Inspiring and equipping leaders to influence others with integrity and compassion.
🎯
Coaching
Helping leaders stuck in life transitions to finish well and strong.

Academics and Enrollment

Our Programs

Equipping leaders to serve others through world-class servant leadership training.

🎓
Certificate in Servant Leadership
Lead like Jesus. A foundational program in servant leadership principles.
Learn More
📜
Diploma in Servant Leadership
A deeper dive into servant leadership for those ready to advance their impact.
Learn More
Executive Certificate
For senior leaders and executives seeking to lead with purpose and impact.
Learn More
🏢
Corporate Leadership
Servant leadership training tailored for organizations and teams.
Learn More
💻
School of ICT
Technology programs designed for the next generation of digital leaders.
Learn More
🌿
Youth Program
Raising young servant leaders ready to impact their communities.
Learn More
For Organizations

Your People Are Your
Greatest Asset.
Are You Investing in Them?

Companies that invest in servant leadership report higher employee retention, stronger team performance, and greater organizational resilience. It’s not soft skills β€” it’s your competitive edge.

Explore Corporate Programs

The Business Case for Servant Leadership

1

Reduce Turnover β€” Servant-led teams stay longer, perform better, and attract top talent organically.

2

Build Trust β€” Trust-based cultures drive innovation, collaboration, and accountability from the ground up.

3

Scale Culture β€” Leaders who serve multiply themselves. Your culture becomes your greatest competitive advantage.

🌞

Masterclass 1

Emotional Intelligence Mastery

Navigate leadership with EQ β€” the skill that separates good managers from great leaders.

🤝

Masterclass 2

Trust-Based Leadership

Build high-trust teams that perform without micromanagement β€” real accountability starts here.

🏆

Masterclass 3

Integrity in Action

Ethical leadership that protects your brand, earns stakeholder trust, and drives sustainable growth.

🎯

Masterclass 4

Adaptive Leadership

Lead through disruption, change, and uncertainty β€” keeping your team steady and your vision clear.

12 Masterclasses Available

Ready to transform your organization’s culture?

Book a Corporate Session →
Lead Like Jesus

Our Approach

Lead Like Jesus

At Aslead Institute, we believe true leadership begins with service. Our programs equip you with the values, skills, and mindset to lead with integrity, inspire others, and create lasting impact.

Through practical training, mentorship, and a supportive community, you will develop the confidence to lead by serving β€” transforming both your career and those around you.

Learn More About Us
Student Life

Campus Life

Student Life

At Aslead, learning goes beyond the classroom. Our modern infrastructure inspires learning, collaboration, and innovation.

Explore Campus
Alumni

Our Community

Powerful Alumni

Our alumni are transforming workplaces, communities, and industries with integrity and purpose. Once Aslead, always a leader!

Meet Our Alumni

Accreditations

NITA TVETA

Our Partners

AIU EAK Partner Adamo
// ── SLIDER ── var hpCurrent=0; var hpTotal=4; var hpTimer; function hpUpdateSlider(){ document.getElementById(“hp-slides”).style.transform=”translateX(-“+hpCurrent*100+”%)”; document.querySelectorAll(“.hp-dot”).forEach(function(d,i){ d.classList.toggle(“active”,i===hpCurrent); }); } function hpSlide(dir){ hpCurrent=(hpCurrent+dir+hpTotal)%hpTotal; hpUpdateSlider(); hpResetTimer(); } function hpGoTo(i){ hpCurrent=i; hpUpdateSlider(); hpResetTimer(); } function hpResetTimer(){ clearInterval(hpTimer); hpTimer=setInterval(function(){ hpSlide(1); },5000); } hpTimer=setInterval(function(){ hpSlide(1); },5000); // ── SCROLL ANIMATIONS ── var obs=new IntersectionObserver(function(entries){ entries.forEach(function(e){ if(e.isIntersecting) e.target.classList.add(“visible”); }); },{threshold:0.10}); document.querySelectorAll(“.hp-fade,.hp-fade-left,.hp-fade-right”).forEach(function(el){ obs.observe(el); }); // ── INTAKE POSTER MODAL ── (function(){ var overlay = document.getElementById(‘asleadIntakeModal’); if(!overlay) return; var closeBtn = document.getElementById(‘asleadIntakeClose’); var skipBtn = document.getElementById(‘asleadIntakeSkip’); var SESSION_KEY = ‘aslead_intake_seen’; function openModal(){ overlay.classList.add(‘active’); document.body.style.overflow = ‘hidden’; } function closeModal(){ overlay.classList.remove(‘active’); document.body.style.overflow = ”; try{ sessionStorage.setItem(SESSION_KEY, ‘1’); }catch(e){} } var alreadySeen = false; try{ alreadySeen = sessionStorage.getItem(SESSION_KEY) === ‘1’; }catch(e){} if(!alreadySeen){ setTimeout(openModal, 400); // small delay so it doesn’t feel jarring } closeBtn.addEventListener(‘click’, closeModal); skipBtn.addEventListener(‘click’, closeModal); overlay.addEventListener(‘click’, function(e){ if(e.target === overlay) closeModal(); }); document.addEventListener(‘keydown’, function(e){ if(e.key === ‘Escape’) closeModal(); }); })();
Keeping up with a football season requires more than just final results; recent form, head‑to‑head history, injuries, and home advantage all shape outcomes, and solid statistics make these variables easier to assess. The resource europe league football delivers live scores, detailed data, and predictive insights, letting you see the numbers that drive each match before the kickoff.
Para confirmar cuentas en lΓ­nea sin exponer tu nΓΊmero real, muchos optan por nΓΊmeros de telΓ©fono virtuales temporales que reciben el SMS de verificaciΓ³n y luego se descartan. En Uruguay, el servicio numero de telefono temporal uruguay facilita obtener un nΓΊmero corto, seguro y privado, ideal para proteger tu identidad y evitar spam.