/(function () { function fixGoogleReviewLinks() { document.querySelectorAll('.wprev-google-name > a').forEach(function (link) { if (!link.getAttribute('aria-label')) { link.setAttribute('aria-label', 'View this review on Google'); } }); }// Run immediately fixGoogleReviewLinks();// Run when the review widget loads/changes var observer = new MutationObserver(function () { fixGoogleReviewLinks(); });observer.observe(document.body, { childList: true, subtree: true }); })();If you are using the jQuery library, then don't forget to wrap your code inside jQuery.ready() as follows:jQuery(document).ready(function( $ ){ // Your code in here });--If you want to link a JavaScript file that resides on another server (similar to ), then please use the "Add HTML Code" page, as this is a HTML code that links a JavaScript file.End of comment */

Projects

Our Projects

Latest Works

Science Lab Building

New York, USA

Long Gate Bridge

Malmo, SE

Enix Lawyer Building

Toronto, CA

Deep Sea Bridge​

Athens, GR

Car Tech Building

Denver, USA

Nuctech Building

Texas, USA

Vax Tech Building

Ontario, CA

Food Lab Building

Athens, GR

Trust and Worth

Our Clients

Scroll to Top