Location
Plymouth, England, United Kingdom
Posted
July 07, 2026
Job Description
Building a sustainable tomorrow
KierBAM are a Joint Venture (JV) partnership between Kier and BAM UK & Ireland - BAM UK & Ireland's infrastructure segment is currently delivering the redevelopment project at a Royal Navy site located in Plymouth and are seeking an experienced Quantity Surveyor. You will be in the Submarine Refit Complex (SRC), working on the 14 & 15 dock floodwall and roadway projects- specifically caisson seal maintenance, cradle refurbishment and cope pit infills.
Due to the nature of work at Devonport, there will be a high level of security checking in place which means for this project we can only consider candidates that are British citizens.
{
navMenu.classList.toggle('active');
const icon = mobileMenuBtn.querySelector('.fa-icon');
if (navMenu.classList.contains('active')) {
icon.className = 'fa-icon fa-times';
} else {
icon.className = 'fa-icon fa-bars';
}
});
}
// Close mobile menu when clicking on a link
const navLinks = document.querySelectorAll('.nav-menu a');
navLinks.forEach(link => {
link.addEventListener('click', () => {
navMenu.classList.remove('active');
if (mobileMenuBtn) {
mobileMenuBtn.querySelector('.fa-icon').className = 'fa-icon fa-bars';
}
});
});