Call Us Today!

302-375-6166

Logo

Contact Us

SERVING DELAWARE AND PENNSYLVANIA

If you are interested in having our team work for you in an area that is close to but not in the counties listed above, don’t hesitate to contact us and see if we can still put together a quote that keeps competitive while accommodating any longer distance working concerns.

Location

950 Ridge Rd, Suite E3
Claymont, DE 19703

Hours of Operation

Mon - Fri 8:00 am - 5:00 pm
Sat - Sun : Closed

Send us a Message



Contact Information

Project Overview
Project Timeline
Kitchen Remodeling (If Selected)
Bathroom Remodeling (If Selected)
Basement Remodeling (If Selected)
Windows & Doors Installation
Three-Season Rooms, Decks & Porches
Additional Preferences & Final Questions
Are there any structural concerns or issues we should be aware of?


"); printWindow.document.close(); printWindow.focus(); printWindow.onload = function() { printWindow.print(); printWindow.close(); }; } // Map buttons to their respective image URLs for printing var buttonImageMap = { ".download-1 .elementor-button": "https://www.viohlcontracting.com/wp-content/themes/hello-elementor/wp-content/uploads/2024/10/download.png", ".download-2 .elementor-button": "https://www.viohlcontracting.com/wp-content/themes/hello-elementor/wp-content/uploads/2024/10/download-1.png", ".download-3 .elementor-button": "https://www.viohlcontracting.com/wp-content/themes/hello-elementor/wp-content/uploads/2024/10/download-2.png", ".download-4 .elementor-button": "https://www.viohlcontracting.com/wp-content/themes/hello-elementor/wp-content/uploads/2024/10/download-3.png", ".download-5 .elementor-button": "https://www.viohlcontracting.com/wp-content/themes/hello-elementor/wp-content/uploads/2024/10/download-4.png" }; // Attach click events to the buttons $.each(buttonImageMap, function(buttonSelector, imageUrl) { $(buttonSelector).on("click", function() { printImage(imageUrl); }); }); // Load more functionality for the gallery let itemsToShow = 12; let totalItems = $(".custom-gallery .e-gallery-item").length; let itemsVisible = itemsToShow; $(".load-more-gallery").on("click", function() { itemsVisible += itemsToShow; $(".custom-gallery .e-gallery-item").slice(0, itemsVisible).slideDown(); if (itemsVisible >= totalItems) { $(this).hide(); // Hide the button when all items are visible } }); });