Skip to content
About
Services
Handrail Systems
Ironmongery Products
Signage & Digital Signs
Bath and Washroom Fittings
Partition & Sliding Doors
Interior Graphics
Projects
Partners
About
Services
Handrail Systems
Ironmongery Products
Signage & Digital Signs
Bath and Washroom Fittings
Partition & Sliding Doors
Interior Graphics
Projects
Partners
Contact
Contact
Submit the form below and we will get back to you as soon as possible.
First name
*
Company name
Email
*
Phone ( Optional )
Project Details
Submit
UAE
UAE P.O. Box 42135, Hamriyah FZE, Sharjah
+971 50 848 6575
Canada
117 Dog Wood Blvd Holland Landing, Ontario
+1 647 926-9082
USA
5900 Balconies Drive STE 100 Austin, TX 78731
+1 647 926-9082
Nigeria
3 Floor, Wuraola House, No. 90 Allen Avenue, Ikeja Lagos
+234 904 466 2484
India
Panampilly Nagar, Fl. 3rd, Bldg no. 60/44, Flat no. V1317 - Ernakulam
+91 920 744 5794
document.addEventListener('DOMContentLoaded', function() { // Array of possible Swiper-related selectors const selectors = [ '.swiper', '.swiper-container', '.swiper-wrapper', '.swiper-slide', '[class*="swiper"]' // Catches any class containing "swiper" ]; // Function to remove inert attribute function removeInert(element) { if (element) { element.removeAttribute('inert'); } } // Remove inert from all matching elements selectors.forEach(selector => { const elements = document.querySelectorAll(selector); elements.forEach(el => removeInert(el)); }); // Observe the entire document for dynamic changes const observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) { selectors.forEach(selector => { const elements = document.querySelectorAll(selector); elements.forEach(el => { if (el.hasAttribute('inert')) { removeInert(el); } }); }); }); }); // Observe the document for attribute changes observer.observe(document.body, { attributes: true, childList: true, subtree: true }); });