INSTITUTIONS

Tailor-made training courses and workshops for your teachers, your goals, and your teaching context — better training, better teaching!

Training That Fits

Whether you’re a school, academy, or training provider, eltMATE offers customised professional development to support your team. From CELTA-style workshops to bespoke in-service training, all sessions are designed to meet your teachers’ needs, aligned with your institutional priorities. Let us help you build a program that works for you.

How it works

1

Tell Us What You Need

Share your context, goals, and priorities. Whether it’s a full course, a one-off workshop, or something in between, we’ll start by understanding your teachers and your training needs.

2

We Design the Training

Based on your input, we create customised materials and session plans tailored to your context — ready to use by your in-house team or external trainers.

3

We Can Deliver It Too

Need support with delivery? We can run the training for you — on-site or online — ensuring a smooth and engaging experience for your staff.

Let’s Talk Training!

eltmate-mail

    This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

    QUICK LINKS

    Copyright eltmate.com – Privacy policy

    "); const link = document.createElement("a"); link.href = source; link.download = `${getFileName()}.doc`; link.click(); };document.getElementById('cust-pdf').onclick = () => { const win = window.open('', '_blank'); win.document.write(`${resultsContent.innerHTML}`); win.document.close(); setTimeout(() => { win.focus(); win.print(); win.close(); }, 1000); }; }// --- 5. STYLES (Added pulseFade animation) --- const style = document.createElement('style'); style.innerHTML = ` @keyframes pulseFade { 0% { opacity: 0.3; } 50% { opacity: 1; } 100% { opacity: 0.3; } } .ai-custom-btn { width: 100px; height: 50px; background-color: #fa4f83; color: white !important; border: none; border-radius: 4px; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 500; } .ai-custom-btn i { margin-right: 8px; font-size: 16px; } .ai-custom-btn:hover { background-color: #d4436f; } `; document.head.appendChild(style); observer.observe(document.body, { childList: true, subtree: true }); })();