Opportunity Description
Building a sustainable tomorrow
BAM UK & Ireland is recruiting a to join our Construction Segment, MEPH Building Services Design Manager with a strong focus on pre-construction technical design evaluation. The role is based from our London office, with travel across the region to support early-stage project development.
You will lead all MEPH pre‑construction technical design activities, ensuring that early‑stage solutions are robust, compliant with Employers Requirements (ERs), coordinated across disciplines, and technically validated before entering delivery. The role focuses on front‑end technical assurance, rigorous design evaluation, risk identification and shaping the technical direction of projects from the outset.
{
navLinks.classList.toggle('active');
const icon = mobileMenuToggle.querySelector('i');
icon.classList.toggle('fa-bars');
icon.classList.toggle('fa-times');
});
// Navbar Scroll Effect
const navbar = document.getElementById('navbar');
window.addEventListener('scroll', () => {
if (window.scrollY > 50) {
navbar.classList.add('scrolled');
} else {
navbar.classList.remove('scrolled');
}
});
// Close mobile menu on link click
document.querySelectorAll('.org-nav-links a').forEach(link => {
link.addEventListener('click', () => {
navLinks.classList.remove('active');
const icon = mobileMenuToggle.querySelector('i');
icon.classList.add('fa-bars');
icon.classList.remove('fa-times');
});
});