Contact Us

Talk to Sales

+92 469823750

Our team is always there to guide our customers and for taking orders for customization considering the fact that peace of mind of our customers is our first priority.

Customer Contact Support

document.addEventListener("DOMContentLoaded", function () { // Select all top-level menu items const topLevelItems = document.querySelectorAll('.elementor-nav-menu--main > li');topLevelItems.forEach(function(li) { // If this item has a submenu const submenu = li.querySelector('ul'); if (submenu) { // Add a class for custom + icon li.classList.add('has-submenu');// Remove all possible default indicators inside the const link = li.querySelector('a'); if (link) { const indicators = link.querySelectorAll('svg, span'); indicators.forEach(indicator => indicator.remove()); } } }); });