<?php
include('admin/helpers/init.php');
$seo_title="SSD Associate Dhanbad";
$seo_description="SSD Associate Dhanbad";
include 'header.php';
?>
<body>

<div id="wrapper">
<?php include 'htop.php'; ?>    
    
<div class="content_wrapper">
<div class="homepage_banner">
<div class="homepage_banner_content">
<img src="images/blogo.png" alt="SSD Associate">
<span class="clearfix"></span>
<a href="projects.html">View Projects Now</a>
</div>
</div>

<section class="section paralbackground parallax content-light testimonial_background">
<div class="container">
<div class="section-title text-center cms_animate zoomIn wow clearfix">
<h4>Testimonials</h4>
<hr>
</div>

<div id="owl-testimonial" class="text-center">
<div class="testi-item">
<img src="images/testimonial/face.jpg" alt="Digvijay Singh" class="img-circle">
<h4>Digvijay Singh</h4>
<p class="lead">I appreciate your knowledge and skills. You have a strong problem solving and organizational skills and the ability to apply style to create a esthetically pleasing interiors that met my vision. I am grateful for the lovely decor and the way you renovated so charmingly.</p>
</div>
<div class="testi-item">
<img src="images/testimonial/face.jpg" alt="Suraj Singh" class="img-circle">
<h4>Suraj Pratap Singh</h4>
<p class="lead">Swati as the name says means 'star' and in true senses she is an upcoming star or arcturus! It has always been a pleasure working with Ar Swati Singh. Not only is she responsive towards your needs but at the same time she would ensure that clients needs are addressed with utmost detailing and finesse. Her forte remains meeting clients expectations with an open mind and her ability to constantly evolve with each step.<br /> She is one of the finest architects that I have come across and one of the brightest upcoming stars in the country. <br /> My best wishes would always be with her and I wish her the success in all her future endeavours.</p>
</div>


<div class="testi-item">
<img src="images/testimonial/face.jpg" alt="Aditya Raj" class="img-circle">
<h4>Aditya Raj</h4>
<p class="lead">Good ideas and Swati Ji knows what she is doing and good at it. <br /> Had a good experience and great appreciation by my guests for my house's interiors done by Swati Ji.</p>
</div>
    
<div class="testi-item">
<img src="images/testimonial/face.jpg" alt="Pashyanti Rupakula" class="img-circle">
<h4>Pashyanti Rupakula</h4>
<p class="lead">One of the sincere and very hardworking persons i have come across!! Working in a three tier city as a professional consultant can be quite challenging and Swati has yet proved that one can excel anywhere in the world by providing qualitative work!! The time and dedication she puts in dealing with clients or the site is commendable!! Looking forward to many more project collaborations. Wishing you all the best for future endeavours!!</p>
</div> 


<div class="testi-item">
<img src="images/testimonial/face.jpg" alt="Sangita Modak" class="img-circle">
<h4>Sangita Modak</h4>
<p class="lead">Your design demonstrates a clear understanding of the principles of sustainability, and it's admirable how you incorporated them into the project. Your work showcases a strong balance between form and function.
I am impressed with how well you captured the essence of the client's vision and brought it to life.❤️
Highly recommend SSD to everyone</p>
</div>
    
<div class="testi-item">
<img src="images/testimonial/face.jpg" alt="Nitish Priyadarshi" class="img-circle">
<h4>Nitish Priyadarshi</h4>
<p class="lead">One of the best architect in Dhanbad. A professional, approachable firm with great ideas and designs. Strongly reconmmended to others</p>
</div>   

</div>

</div>

</section>

<section class="section graybg">
<div class="container">
<h3>Digital Media</h3>
<hr>
	<div class="row">
		<?php
        $videos = get("video","id","DESC LIMIT 3");
        $count=1;
        foreach($videos as $rows){
        ?>
         <div class="col-md-4 col-sm-6">
           <iframe style="position:relative; width:100%; !Important"  height="210" src="https://www.youtube.com/embed/<?php echo $rows['code']; ?>">
           </iframe>
        </div>
        <?php } ?>
	</div>
</div>
 </section> 
<?php include 'footer.php'; ?> 


</div>
</div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/hover.js"></script>
<script src="js/banner-grid.js"></script>
<script src="js/animate.js"></script>
</body>
</html>