At TBS, we deliver more than just products — we provide building solutions defined by quality, durability, and design integrity. With almost two decades of experience across various properties and projects, we’ve become the trusted partner for architects, developers, and homeowners alike. From ironmongery and handrails to signage and fitouts, every detail is crafted with precision, purpose, and performance in mind.
We cater to a wide range of industries, including commercial offices, retail spaces, hospitals, schools, hotels, and private residences, ensuring that each project benefits from our expertise, precision, and high-quality materials.

Our Vision

& Mission

Vision

To be a reputed and trusted building solutions provider in the region.
We strive to set the industry standard by delivering exceptional quality and innovative solutions. Our goal is to be the preferred partner for businesses, contractors, and developers looking for reliable building materials and services.

MISSION

To provide good quality building solutions on time and to exceed customer expectations every time.
We are committed to delivering superior products and services that not only meet but exceed our clients’ expectations. Our focus is on timely delivery, innovative solutions, and customer satisfaction.

Our Core values

Commitment

We stand by our promises, ensuring consistency from design to delivery.

Integrity

Transparent in all dealings, we build trust through honesty and accountability.

Quality

Only the best materials, brands, and workmanship — no compromises.

Reliability

Projects delivered on time, every time — that’s our reputation.

Customer-Centric

We listen, adapt, and solve — making our clients’ needs our priority.

Build Your Dreams

We don’t just supply — we shape futures, one solution at a time.

Our Team

Driven by Expertise. United by Excellence.
Our team is the foundation of everything we do. With decades of combined industry experience, we are engineers, designers, and problem-solvers who are passionate about delivering results. From technical consultation to project execution, each member brings a deep understanding of both the art and science behind architectural solutions. Together, we don’t just meet expectations — we raise them.

Jiju George

Chief Executive Director, Founder

Global Presence. Local Expertise.

Get in Touch

Talk to our experts and discover how we can transform your space with precision and style.
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 }); });