Best Real Estate Developer in Dhaka
Radowan Anonna Development’s & Technology Ltd. is dedicated to adhering to all RAJUK regulations, ensuring compliance and integrity in our operations. This commitment to high standards underscores our focus on delivering quality and reliability in every project we undertake.
Current ProjectsWelcome to RADTL
RADOWAN ANONNA DEVELOPMENTS & TECHNOLOGY LTD (RADTL). Started its humble journey on 2009 about 16 years distance was tough and amusing. We cross this long way happily gathering experience as well as achieved Customer confidence by providing customer oriented service and fulfill their demands.
RADTL is a highly professional business organization with a group of unique professionals and dynamic experts who’s are the professionals with a wide range of experts on Real Estate Business as well type of construction service and directions. Out of this RADTL has different service area like Consultancy & contracting on Design & Drawing, Planning, Interior Design, Soil test & Digital survey. All type of Maintenance work on personal & Industrial Building. Supply on all types of building Materials, Power Substation, Generator and lift. Export & import all types of building Materials. On Principle RADTL never compromise in quality and commitment. We believe Quality Pays off and materialize your dream accordingly.
We make you fully comfortable through our enormous services and professionalize customer support. RADTL is an active member of RAJUK and REHAB and Participates national and international fair with REHAB. pray for our successful journey.
Our Current Projects
Ongoing Projects by Radowan Anonna Developments & Technology Ltd. (RADTL)
Radtl Tohura Nur Complex
📍 Location: Beside Rupayan City, Fulbaria Bazar, Nishad Nagar, Sector-10, Uttara, Dhaka-1230
Radtl Orchita
📍 Location: House-13, Lane-05, Block-B, Section-13, Mirpur, Dhaka-1216
🏢 Both projects are currently ongoing.
📞 For apartment bookings or inquiries, please contact: +8801716504673, +8801755883031
Why Choose Us?
Quality Construction
We use only the highest-quality materials and adhere to the strictest standards to build structures that last.
On-Time Delivery
Our commitment to punctuality means your project will be completed on schedule, every time.
Customer-First Approach
We prioritize your needs and vision, ensuring a transparent and collaborative process from start to finish.
Welcome to RADTL
RADOWAN ANONNA DEVELOPMENTS & TECHNOLOGY LTD (RADTL). Started its humble journey on 2009 about 16 years distance was tough and amusing. We cross this long way happily gathering experience as well as achieved Customer confidence by providing customer oriented service and fulfill their demands.
RADTL is a highly professional business organization with a group of unique professionals and dynamic experts who’s are the professionals with a wide range of experts on Real Estate Business as well type of construction service and directions. Out of this RADTL has different service area like Consultancy & contracting on Design & Drawing, Planning, Interior Design, Soil test & Digital survey. All type of Maintenance work on personal & Industrial Building. Supply on all types of building Materials, Power Substation, Generator and lift. Export & import all types of building Materials. On Principle RADTL never compromise in quality and commitment. We believe Quality Pays off and materialize your dream accordingly.
We make you fully comfortable through our enormous services and professionalize customer support. RADTL is an active member of RAJUK and REHAB and Participates national and international fair with REHAB. pray for our successful journey.
Our Current Projects


Ongoing Projects by Radowan Anonna Developments & Technology Ltd. (RADTL)
Radtl Tohura Nur Complex
📍 Location: Beside Rupayan City, Fulbaria Bazar, Nishad Nagar, Sector-10, Uttara, Dhaka-1230
Radtl Orchita
📍 Location: House-13, Lane-05, Block-B, Section-13, Mirpur, Dhaka-1216
🏢 Both projects are currently ongoing.
📞 For apartment bookings or inquiries, please contact: +8801716504673, +8801755883031
Why Choose Us?
Quality Construction
We use only the highest-quality materials and adhere to the strictest standards to build structures that last.
On-Time Delivery
Our commitment to punctuality means your project will be completed on schedule, every time.
Customer-First Approach
We prioritize your needs and vision, ensuring a transparent and collaborative process from start to finish.
document.addEventListener(‘DOMContentLoaded’, function () {
const themeToggle = document.getElementById(‘theme-toggle-floating’);
const htmlEl = document.documentElement;
const applyTheme = (theme) => {
const isDark = theme === ‘dark’;
htmlEl.classList.toggle(‘dark’, isDark);
if (themeToggle) {
themeToggle.innerHTML = ``;
}
};
const toggleTheme = () => {
const newTheme = htmlEl.classList.contains(‘dark’) ? ‘light’ : ‘dark’;
localStorage.setItem(‘theme’, newTheme);
applyTheme(newTheme);
};
const savedTheme = localStorage.getItem(‘theme’) || (window.matchMedia(‘(prefers-color-scheme: dark)’).matches ? ‘dark’ : ‘light’);
applyTheme(savedTheme);
if (themeToggle) {
themeToggle.addEventListener(‘click’, toggleTheme);
}
const header = document.getElementById(‘page-header’);
if (header) {
window.addEventListener(‘scroll’, () => {
if (window.scrollY > 50) {
header.classList.remove(‘on-hero’);
header.classList.add(‘scrolled’);
} else {
header.classList.add(‘on-hero’);
header.classList.remove(‘scrolled’);
}
});
window.dispatchEvent(new Event(‘scroll’));
}
document.getElementById(‘mobile-menu-button’).addEventListener(‘click’, () => {
document.getElementById(‘mobile-menu’).classList.toggle(‘hidden’);
});
function initializeSlider(container) {
const slider = container.querySelector(‘.flex’);
const prevBtn = container.querySelector(‘.slider-prev’);
const nextBtn = container.querySelector(‘.slider-next’);
let currentIndex = 0;
const slides = slider.children;
const slideCount = slides.length;
if (slideCount item.querySelector(‘img’).src);
galleryItems.forEach((item, index) => {
item.addEventListener(‘click’, (e) => {
e.preventDefault();
currentIndex = index;
openModal();
});
});
function openModal() {
if (galleryImages.length === 0) return;
modalImage.src = galleryImages[currentIndex];
modal.classList.remove(‘hidden’);
modal.classList.add(‘flex’);
document.body.style.overflow = ‘hidden’;
}
function closeModal() {
modal.classList.add(‘hidden’);
modal.classList.remove(‘flex’);
document.body.style.overflow = ‘auto’;
}
function showNextImage() {
currentIndex = (currentIndex + 1) % galleryImages.length;
modalImage.src = galleryImages[currentIndex];
}
function showPrevImage() {
currentIndex = (currentIndex – 1 + galleryImages.length) % galleryImages.length;
modalImage.src = galleryImages[currentIndex];
}
if (modal) {
modalClose.addEventListener(‘click’, closeModal);
modalNext.addEventListener(‘click’, showNextImage);
modalPrev.addEventListener(‘click’, showPrevImage);
modal.addEventListener(‘click’, (e) => {
if (e.target === modal) {
closeModal();
}
});
document.addEventListener(‘keydown’, (e) => {
if (modal.classList.contains(‘hidden’)) return;
if (e.key === ‘ArrowRight’) showNextImage();
if (e.key === ‘ArrowLeft’) showPrevImage();
if (e.key === ‘Escape’) closeModal();
});
}
});