Our projects

Our construction company specializes in comprehensive road and building construction projects, ensuring high-quality sustainable, and innovative solutions for both urban and rural development. Our portfolio showcases a diverse range of completed and ongoing projects that highlight our expertise and commitment to excellence

document.addEventListener("DOMContentLoaded", function(){ var elements = document.querySelectorAll(".reveal"); function revealOnScroll() { var windowHeight = window.innerHeight; for (var i = 0; i < elements.length; i++) { var elementTop = elements[i].getBoundingClientRect().top; if (elementTop < windowHeight - 80) { elements[i].classList.add("active"); } } } window.addEventListener("scroll", revealOnScroll); revealOnScroll(); /* NAVBAR SHRINK */ var header = document.querySelector(".site-header"); window.addEventListener("scroll", function(){ if (window.scrollY > 80) { header.classList.add("shrink"); } else { header.classList.remove("shrink"); } }); });