PLAY INTRO VIDEO - PLAY INTRO VIDEO -
About Company

Welcome To Properties

It is a long established fact that a reader will be distracted the readable content of a page when looking at layout the point of using lorem the is Ipsum less normal distribution of letters.
30k+
Satisficed
Client
700+
House
function initReadMore() { document.querySelectorAll(".elementor-testimonial__text").forEach(function(text) { if (text.parentNode.querySelector(".read-more-btn")) { return; } var btn = document.createElement("span"); btn.className = "read-more-btn"; btn.innerHTML = "Read more"; text.parentNode.insertBefore(btn, text.nextSibling); btn.onclick = function(e) { e.stopPropagation(); text.classList.toggle("expanded"); if (text.classList.contains("expanded")) { btn.innerHTML = "Read less"; } else { btn.innerHTML = "Read more"; } }; }); } document.addEventListener("DOMContentLoaded", function() { initReadMore(); }); setTimeout(function() { initReadMore(); }, 1000); setTimeout(function() { initReadMore(); }, 2000);