{"id":2035,"date":"2017-06-07T17:19:28","date_gmt":"2017-06-07T17:19:28","guid":{"rendered":"http:\/\/themeforest.unitedthemes.com\/wpversions\/brooklyn\/xml\/classic\/?page_id=7"},"modified":"2025-01-06T00:05:51","modified_gmt":"2025-01-06T00:05:51","slug":"front-page","status":"publish","type":"page","link":"https:\/\/vizuall.info\/","title":{"rendered":"Home"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_section bklyn_section_anchor_id=&#8221;work&#8221; el_name=&#8221;Portfolio Section&#8221;][vc_row el_name=&#8221;Section Title&#8221;][vc_column]<div class=\"wpb_content_element \"><style type=\"text\/css\"><\/style><header id=\"ut_header_69fb1e61c05f0\" class=\"section-header  ut-no-title-linebreak-mobile ut-no-lead-linebreak-mobile pt-style-2 header-center header-tablet-center header-mobile-center\"><h2 data-title=\"THINGS WE'VE MADE\" data-effect=\"fadeIn\" data-animateonce=\"yes\" data-delay=\"0\" data-responsive-font=\"section_title\" class=\"section-title ut-animate-element animated ut-no-animation-tablet ut-no-animation-mobile \"><span>THINGS WE'VE MADE<\/span><\/h2><div data-effect=\"fadeIn\" data-animateonce=\"yes\" data-delay=\"200\" class=\"lead ut-animate-element animated ut-no-animation-tablet ut-no-animation-mobile\"><p>We believe our work speaks for itself. Browse our most recent projects below<br \/>\nand enjoy our <b>handmade work<\/b> with love for every detail.<\/p>\n<\/div><\/header><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221; el_name=&#8221;Showcase Shortcode&#8221;][vc_column]<div class=\"wpb_content_element   vc_custom_1496931407672\">\r\n        <script type=\"text\/javascript\">\r\n        (function($) {\r\n\r\n            \"use strict\";\r\n\r\n            \/* check if is in vc front end\r\n            ================================================== *\/\r\n            function inIframe() {\r\n\r\n                var field = 'vc_editable';\r\n                var url = window.location.href ;\r\n\r\n                if( url.indexOf('?' + field + '=') !== -1 ) {\r\n\r\n                    return true;\r\n\r\n                } else if( url.indexOf('&' + field + '=') !== -1 ) {\r\n\r\n                    return true;\r\n\r\n                } else {\r\n\r\n                    return false;\r\n\r\n                }\r\n\r\n            }\r\n\r\n            if( inIframe() ) {\r\n\r\n                $(window).trigger(\"load\");\r\n\r\n            }\r\n\r\n            $(window).on(\"load\", function(){\r\n\r\n                $(document).ready( function(){\r\n\r\n                var inc = \"0\";\r\n\r\n                function calculate_portfolio_item_width_with_gutter( $container, columns, guttersize, increament ) {\r\n\r\n                    var step = increament ? increament : 0.1,\r\n                        extra_spacing = $container.hasClass('ut-portfolio-item-container-with-background') ? guttersize : 0,\r\n                        size = ( $container.get(0).getBoundingClientRect().width - extra_spacing - guttersize ) \/ columns - ( guttersize * ( columns - 1 ) \/ columns ) - step;\r\n\r\n                    if( ( ( size + guttersize ) * columns ) < $container.get(0).getBoundingClientRect().width ) {\r\n\r\n                        inc = 0;\r\n                        return size;\r\n\r\n                    } else {\r\n\r\n                        inc = inc + 0.2;\r\n                        return calculate_portfolio_item_width_with_gutter( $container, columns, guttersize, inc );\r\n\r\n                    }\r\n\r\n                }\r\n\r\n                var $win = $(window),\r\n                    $container = $(\"#ut-portfolio-items-101\"),\r\n\t\t\t\t\tcolumns = 4,\r\n\t\t\t\t\tgutter = \"\",\r\n\t\t\t\t\tgutterwidth = \"\",\r\n                    guttersize = \"1\";\r\n\r\n\t\t\t\t$container.on( \"layoutComplete\", function( event, filteredItems ){\r\n\r\n\t\t\t\t\t$(filteredItems).each(function( index, element ){\r\n\r\n\t\t\t\t\t\t$(element.element).addClass(\"sorted\").css({\r\n\t\t\t\t\t\t\t\"opacity\" : \"1\", \"transform\" : \"scale(1)\" \t\t\t\t\t\t\t\t\t\t\t\t\t});\r\n\r\n\t\t\t\t\t});\r\n\r\n                    $container.addClass(\"layoutComplete\");\r\n\r\n                    $(window).trigger('scroll');\r\n                    $.waypoints(\"refresh\");\r\n                    $.force_appear();\r\n\r\n                    setTimeout(function(  ) {\r\n\r\n                        $(window).trigger('scroll');\r\n                        $.waypoints(\"refresh\");\r\n                        $.force_appear();\r\n\r\n                    }, 401 );\r\n\r\n\r\n\t\t\t\t});\r\n\r\n                var hide_timout,sort_timeout;\r\n\r\n\t\t\t\tfunction hide_portfolio_articles( selector ) {\r\n\r\n                    $container.removeClass(\"layoutComplete\");\r\n\r\n\t\t\t\t\tclearTimeout( hide_timout );\r\n                    clearTimeout(sort_timeout)\r\n\t\t\t\t\t$(\"> .ut-portfolio-article\", \"#ut-portfolio-items-101\").each(function(){\r\n\r\n\r\n\t\t\t\t\t\tif( $(window).width() <= 1024 ) {\r\n\r\n                            $(this).addClass(\"ut-portfolio-article-animation\").removeClass(\"sorted\").css({\r\n                                \"opacity\" : \"0\"\r\n                            });\r\n\r\n                        } else {\r\n\r\n                            $(this).addClass(\"ut-portfolio-article-animation\").removeClass(\"sorted\").css({\r\n                                \"opacity\" : \"0\", \"transform\" : \"scale(0.001)\"                                                             });\r\n\r\n                        }\r\n\r\n\t\t\t\t\t});\r\n\r\n\t\t\t\t\tsetTimeout( function() {\r\n\r\n\t\t\t\t\t\t$(\"> .ut-portfolio-article .ut-portfolio-article-animation-box\", \"#ut-portfolio-items-101\").each(function(){\r\n\r\n                            var $this = $(this);\r\n\r\n\t\t\t\t\t\t\t$this.clearQueue().css({\r\n\t\t\t\t\t\t\t\t\"visibility\" : \"hidden\",\r\n\t\t\t\t\t\t\t\t\"opacity\" : \"0\"\r\n\t\t\t\t\t\t\t}).removeClass( $this.children(\".ut-portfolio-item\").data(\"effect\") );\r\n\r\n\t\t\t\t\t\t});\r\n\r\n                        hide_timout = setTimeout(function(  ) {\r\n\r\n                            $container.isotope({ filter: selector });\r\n\r\n                        }, 400 );\r\n\r\n                        sort_timeout = setTimeout( function() {\r\n                            $container.find('.sorted').each( function() {\r\n                                let box = $(this).find('.ut-portfolio-article-animation-box');\r\n                                if( box.data('effect') === 'noneAnimation' ) {\r\n                                    box.css({\r\n                                        \"visibility\": \"visible\",\r\n                                        \"opacity\": \"1\"\r\n                                    })\r\n                                }\r\n                            } )\r\n                        }, 500 )\r\n\t\t\t\t\t}, 400 );\r\n\r\n\t\t\t\t}\r\n\r\n                function hide_and_relayout_portfolio_articles( callback ) {\r\n\r\n                    $container.removeClass(\"layoutComplete\");\r\n                    $(\"> .ut-portfolio-article\", \"#ut-portfolio-items-101\").each(function(){\r\n\r\n                        if( $(window).width() <= 1024 ) {\r\n\r\n                            $(this).addClass(\"ut-portfolio-article-animation\").removeClass(\"sorted\").css({\r\n                                \"opacity\" : \"0\"\r\n                            });\r\n\r\n                        } else {\r\n\r\n                            $(this).addClass(\"ut-portfolio-article-animation\").removeClass(\"sorted\").css({\r\n                                \"opacity\" : \"0\", \"transform\" : \"scale(0.001)\"                                                             });\r\n\r\n                        }\r\n\r\n                    });\r\n\r\n                    setTimeout( function() {\r\n\r\n                        if( callback && typeof(callback) === \"function\" ) {\r\n\r\n                            callback();\r\n\r\n                        }\r\n\r\n                    }, 350 );\r\n\r\n                }\r\n\r\n\t\t\t\tfunction ut_call_isotope( force_column, callback ) {\r\n\r\n\t\t\t\t\tif( $(window).width() > 1024) {\r\n\t\t\t\t\t\tcolumns = 4;\r\n                        guttersize = \"1\";\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif( force_column ) {\r\n\t\t\t\t\t    columns = force_column;\r\n                    }\r\n\r\n\t\t\t\t\tif( $(window).width() <= 1024) {\r\n\t\t\t\t\t\tcolumns = 2;\r\n                        guttersize = \"1\";\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif( $(window).width() <= 767) {\r\n                        columns = 1;\r\n                        guttersize = 1;\r\n\t\t\t\t\t}\r\n\r\n                    if( $(window).width() <= 400 ) {\r\n                        guttersize = 1;\r\n                    }\r\n\r\n\t\t\t\t\tif( gutter === \"on\" ) {\r\n\r\n                        $container.children().width( calculate_portfolio_item_width_with_gutter( $container, columns, ( 20 * guttersize ), false ) ).addClass(\"show\");\r\n\t\t\t\t\t\tgutterwidth = 20 * guttersize;\r\n\r\n\t\t\t\t\t} else {\r\n\r\n                        $container.children().width( $container.get(0).getBoundingClientRect().width \/ columns - 0.05 ).addClass(\"show\");\r\n\t\t\t\t\t\tgutterwidth = 0;\r\n\r\n\t\t\t\t\t}\r\n\r\n                    if( callback && typeof(callback) === \"function\" ) {\r\n\r\n                        callback( columns, gutterwidth );\r\n\r\n                    } else {\r\n\r\n                        $container.ut_require_js({\r\n                            plugin: 'isotope',\r\n                            source: 'isotope',\r\n                            callback: function (element) {\r\n\r\n                                element.addClass(\"animated\").isotope({\r\n\r\n                                    itemSelector : \".ut-portfolio-article\",\r\n                                    layoutMode: \"masonry\",\r\n                                    masonry: { columnWidth: element.get(0).getBoundingClientRect().width \/ columns - gutterwidth, gutter: gutterwidth },\r\n                                    itemPositionDataEnabled: true,\r\n                                    transitionDuration: 0\r\n\r\n                                }).isotope(\"layout\");\r\n\r\n                                $('.ut-lazy-wait', $container ).each(function (index, element ) {\r\n\r\n                                    $(element).removeClass('ut-lazy-wait');\r\n\r\n                                });\r\n\r\n                            }\r\n\r\n                        });\r\n\r\n                    }\r\n\r\n\t\t\t\t}\r\n\r\n                $(window).utresize(function(){\r\n\r\n                    \/* update isotope *\/\r\n                    ut_call_isotope();\r\n\r\n                });\r\n\r\n                \/* create isotope *\/\r\n                ut_call_isotope();\r\n                $container.on('inview', function() {\r\n                    ut_call_isotope();\r\n                });\r\n                $(window).on('scroll', function() {\r\n                    if( $container.data('loaded') !== 1 && $(this).scrollTop() > 260 ) {\r\n                        $container.attr('data-loaded', 1)\r\n                        $container.data('loaded', 1);\r\n                        ut_call_isotope();\r\n                    }\r\n                    if( $container.data('loaded1') !== 1 && $(this).scrollTop() > 600 ) {\r\n                        $container.attr('data-loaded1', 1)\r\n                        $container.data('loaded1', 1);\r\n                        ut_call_isotope();\r\n                    }\r\n                    if( $container.data('loaded2') !== 1 && $(this).scrollTop() > 780 ) {\r\n                        $container.attr('data-loaded2', 1)\r\n                        $container.data('loaded2', 1);\r\n                        ut_call_isotope();\r\n                    }\r\n                    if( $container.data('loaded3') !== 1 && $(this).scrollTop() > 900 ) {\r\n                        $container.attr('data-loaded3', 1)\r\n                        $container.data('loaded3', 1);\r\n                        ut_call_isotope();\r\n                    }\r\n                    if( $container.data('loaded4') !== 1 && $(this).scrollTop() > 1200 ) {\r\n                        $container.attr('data-loaded4', 1)\r\n                        $container.data('loaded4', 1);\r\n                        ut_call_isotope();\r\n                    }\r\n                })\r\n\t\t\t\t\/* additional call for ajax filter *\/\r\n\t\t\t\t\r\n                    \/* Isotope Filtering\r\n                    ================================================== *\/\r\n                    $(\"#ut-portfolio-menu-101 a\").each(function( index ) {\r\n\r\n                        if( $(this).parent().hasClass('ut-portfolio-layout-change') ) {\r\n                            return true;\r\n                        }\r\n\r\n                        var searchforclass = $(this).attr(\"data-filter\");\r\n\r\n                        if( !$(searchforclass).length  ) {\r\n                            \/\/ hide filter if we do not have any children to filter\r\n                            $(this).hide();\r\n                        }\r\n\r\n                    });\r\n\r\n                    $(\"#ut-portfolio-menu-101 a\").on('click', function(event) {\r\n\r\n                        var $this = $(this);\r\n\r\n                        if( $this.parent().hasClass('ut-portfolio-layout-change') ) {\r\n                            return true;\r\n                        }\r\n\r\n                        if( $this.hasClass(\"selected\") ) {\r\n\r\n                            event.preventDefault();\r\n                            return;\r\n\r\n                        }\r\n\r\n                        var selector = $this.attr(\"data-filter\");\r\n\r\n                        if ( !$this.hasClass(\"selected\") ) {\r\n\r\n                            $this.parents(\"#ut-portfolio-menu-101\").find(\".selected\").removeClass(\"selected\");\r\n                            $this.addClass(\"selected\");\r\n\r\n                        }\r\n\r\n                        hide_portfolio_articles( selector );\r\n\r\n                        return false;\r\n\r\n                    });\r\n\r\n                    $(\"#ut-portfolio-menu-101 .ut-portfolio-layout-change a\").on('click', function(event) {\r\n\r\n                        var $this = $(this),\r\n                            $columns = $this.data('default-columns'),\r\n                            $columns_alternate = $this.data('alternate-columns');\r\n\r\n                        var selector = $(\"#ut-portfolio-menu-101 a.selected\").attr(\"data-filter\");\r\n\r\n                        \/\/ restore initial layout\r\n                        if( $this.hasClass('ut-alternate-columns-active') ) {\r\n\r\n                            hide_and_relayout_portfolio_articles( function () {\r\n\r\n                                ut_call_isotope( $columns, function ( columns, gutterwidth ) {\r\n\r\n                                    $(\"> .ut-portfolio-article .ut-portfolio-article-animation-box\", \"#ut-portfolio-items-101\").css({\r\n                                        \"visibility\" : \"hidden\",\r\n                                        \"opacity\" : \"0\"\r\n                                    });\r\n\r\n                                    setTimeout(function() {\r\n\r\n                                        $container.isotope({\r\n                                            filter: selector\r\n                                        });\r\n\r\n                                    }, 760 );\r\n\r\n                                });\r\n\r\n                                $this.removeClass('ut-alternate-columns-active');\r\n\r\n                            });\r\n\r\n                        \/\/ switch to alternate layout\r\n                        } else {\r\n\r\n                            hide_and_relayout_portfolio_articles( function () {\r\n\r\n                                ut_call_isotope( $columns_alternate, function ( columns, gutterwidth ) {\r\n\r\n                                    $(\"> .ut-portfolio-article .ut-portfolio-article-animation-box\", \"#ut-portfolio-items-101\").css({\r\n                                        \"visibility\" : \"hidden\",\r\n                                        \"opacity\" : \"0\"\r\n                                    });\r\n\r\n                                    setTimeout(function(  ) {\r\n\r\n                                        $container.isotope({\r\n                                            filter: selector\r\n                                        });\r\n\r\n                                    }, 760 );\r\n\r\n                                });\r\n\r\n                                $this.addClass('ut-alternate-columns-active');\r\n\r\n                            });\r\n\r\n                        }\r\n\r\n                        event.preventDefault();\r\n\r\n                    });\r\n\r\n\t\t\t\t\r\n           \t\t});\r\n\r\n            });\r\n\r\n        }(jQuery));\r\n\r\n        <\/script>\r\n\r\n\t\t<style id=\"ut-portfolio-custom-css-101\" type=\"text\/css\">.ut-portfolio-101 .ut-portfolio-info-c h3 {font-family:\"Raleway\" ; font-weight: 600 ; font-size: 20px ; letter-spacing: -0.01em ; text-transform: none ;}.ut-portfolio-101 .portfolio-title {font-family:\"Raleway\" ; font-weight: 600 ; font-size: 18px ; letter-spacing: -0.01em ; text-transform: none ;}.ut-portfolio-101 .ut-portfolio-info-c span {font-family:\"Poppins\" ; font-weight: 600 ; font-size: 12px ; letter-spacing: 0.05em ; text-transform: uppercase ;}.ut-portfolio-101 .ut-portfolio-info-c h3 { color: rgba(255, 255, 255, 1) ; }.ut-portfolio-101 .portfolio-title { color: rgba(49, 49, 49, 1); }.ut-portfolio-101 .ut-portfolio-info-c, .ut-portfolio-101 .ut-portfolio-info-c span { color: rgba(255, 191, 0, 1) ; }.ut-portfolio-101 .ut-hover-layer .ut-portfolio-info { -webkit-justify-content: center !important; justify-content: center !important; }.ut-portfolio-101 .ut-hover-layer .ut-portfolio-info-c { align-self: center !important; text-align: center; }.ut-portfolio-101 .portfolio-style-two .ut-portfolio-info i { text-align: center ;}.ut-portfolio-101 .ut-portfolio-menu li a { font-weight: normal !important; }.ut-portfolio-101 .ut-portfolio-menu li a { text-transform: uppercase !important; }.ut-portfolio-101 .ut-portfolio-menu li a { font-style: normal !important; }.ut-portfolio-101 .ut-portfolio-menu li a { letter-spacing: 0em !important; }.ut-portfolio-101 .ut-hover-layer { background: rgba(0, 0, 0, 0.65); }#ut-loader-101 { color: rgba(21, 21, 21, 1) ; }#ut-loader-101 { background: rgba(255, 255, 255, 1) ; }#ut-portfolio-details-navigation-101 a.next-portfolio-details { color: rgba(21, 21, 21, 1) ; }#ut-portfolio-details-navigation-101 a.prev-portfolio-details { color: rgba(21, 21, 21, 1) ; }#ut-portfolio-details-navigation-101 a.next-portfolio-details:hover { color: rgba(20, 20, 20, 0.7) ; }#ut-portfolio-details-navigation-101 a.next-portfolio-details:active { color: rgba(20, 20, 20, 0.7) ; }#ut-portfolio-details-navigation-101 a.next-portfolio-details:focus { color: rgba(20, 20, 20, 0.7) ; }#ut-portfolio-details-navigation-101 a.prev-portfolio-details:hover { color: rgba(20, 20, 20, 0.7) ; }#ut-portfolio-details-navigation-101 a.prev-portfolio-details:active { color: rgba(20, 20, 20, 0.7) ; }#ut-portfolio-details-navigation-101 a.prev-portfolio-details:focus { color: rgba(20, 20, 20, 0.7) ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details { color: rgba(255, 255, 255, 1) ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details:hover { color: rgba(255, 255, 255, 0.5) ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details:active { color: rgba(255, 255, 255, 0.5) ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details:focus { color: rgba(255, 255, 255, 0.5) ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details { background: rgba(21, 21, 21, 1) ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details:hover { background: rgba(21, 21, 21, 1) ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details:active { background: rgba(21, 21, 21, 1) ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details:focus { background: rgba(21, 21, 21, 1) ; }<\/style><style id=\"ut-portfolio-single-custom-css\" type=\"text\/css\"><\/style><div id=\"ut-loader-101\" class=\"ut-portfolio-detail-loader\"><i class=\"Bklyn-Core-Rotate-2\"><\/i><\/div><a id=\"ut-portfolio-details-anchor-101\" href=\"#\" class=\"ut-portfolio-offset-anchor-top\"><\/a><div id=\"ut-portfolio-details-navigation-101\" class=\"ut-portfolio-details-navigation grid-container\" data-slideup-width=\"centered\"><a class=\"prev-portfolio-details\" data-wrap=\"101\" href=\"#\"><\/a><a class=\"close-portfolio-details\" data-wrap=\"101\" href=\"#\"><\/a><a class=\"next-portfolio-details\" data-wrap=\"101\" href=\"#\"><\/a><\/div><div id=\"ut-portfolio-details-wrap-101\" class=\"ut-portfolio-details-wrap clearfix\"><div id=\"ut-portfolio-details-101\" class=\"inner ut-portfolio-details\"><\/div><\/div><div class=\"clear\"><\/div><div id=\"ut-portfolio-wrap\" class=\"ut-portfolio-wrap ut-portfolio-101\" data-slideup-title=\"off\" data-slideup-width=\"centered\" data-textcolor=\"rgba(255, 255, 255, 1)\" data-opacity=\"1\" data-hovercolor=\"\"><a class=\"ut-portfolio-offset-anchor\" style=\"top:-120px;\" id=\"ut-portfolio-items-101-anchor\"><\/a><div class=\"ut-portfolio-menu-wrap ut-portfolio-menu-wrap-center\" style=\"text-align:center;\"><ul id=\"ut-portfolio-menu-101\" class=\"ut-portfolio-menu style_one ut-portfolio-menu-20\"><li><a href=\"#\" data-filter=\"*\" class=\"selected\">All<\/a><\/li><li><a href=\"#\" data-filter=\".exteriors-filt\">EXTERIORS<\/a><\/li><li><a href=\"#\" data-filter=\".interiors-filt\">INTERIORS<\/a><\/li><\/ul><\/div><div id=\"ut-portfolio-items-101\" class=\"ut-portfolio-item-container  \"><article id=\"ut-portfolio-article-223\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-223\"><h4>Forest House<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2019\/06\/VIZUALL-45-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-223\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2019\/06\/VIZUALL-45.webp\" data-title=\"Forest House\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/VIZUALL-45-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/VIZUALL-45-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/VIZUALL-45-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/VIZUALL-45-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/VIZUALL-45-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/VIZUALL-45-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2019\/06\/VIZUALL-45-1500x1200.webp\" data-image-id=\"2088\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Forest House<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2214\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2214\"><h4>Lake House<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-31-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2214\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-31.webp\" data-title=\"Lake House\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-31-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-31-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-31-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-31-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-31-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-31-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-31-1500x1200.webp\" data-image-id=\"2215\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Lake House<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2118\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2118\"><h4>Mediteranen House<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/SC_7-min-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2118\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/SC_7-min.webp\" data-title=\"Mediteranen House\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_7-min-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_7-min-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_7-min-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_7-min-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_7-min-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_7-min-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/SC_7-min-1500x1200.webp\" data-image-id=\"2119\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Mediteranen House<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2115\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2115\"><h4>Mediteranen House<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/SC_4-min-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2115\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/SC_4-min.webp\" data-title=\"Mediteranen House\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_4-min-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_4-min-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_4-min-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_4-min-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_4-min-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_4-min-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/SC_4-min-1500x1200.webp\" data-image-id=\"2116\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Mediteranen House<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2112\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2112\"><h4>Mediteranen House<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/SC_1-min-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2112\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/SC_1-min.webp\" data-title=\"Mediteranen House\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_1-min-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_1-min-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_1-min-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_1-min-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_1-min-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/SC_1-min-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/SC_1-min-1500x1200.webp\" data-image-id=\"2113\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Mediteranen House<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2239\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2239\"><h4>Residential Buildings<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-40-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2239\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-40.webp\" data-title=\"Residential Buildings\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-40-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-40-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-40-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-40-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-40-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-40-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-40-1500x1200.webp\" data-image-id=\"2240\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Buildings<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2262\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2262\"><h4>Residential Building<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/STEL_C6-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2262\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/STEL_C6.webp\" data-title=\"Residential Building\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/STEL_C6-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/STEL_C6-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/STEL_C6-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/STEL_C6-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/STEL_C6-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/STEL_C6-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/STEL_C6-1500x1200.webp\" data-image-id=\"2263\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Building<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2265\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2265\"><h4>Residential Building<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/BANACHA_C9-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2265\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/BANACHA_C9.webp\" data-title=\"Residential Building\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/BANACHA_C9-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/BANACHA_C9-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/BANACHA_C9-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/BANACHA_C9-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/BANACHA_C9-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/BANACHA_C9-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/BANACHA_C9-1500x1200.webp\" data-image-id=\"2266\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Building<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2105\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   interiors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2105\"><h4>Living Room<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-37-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2105\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-37.webp\" data-title=\"Living Room\" data-caption=\"INTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-37-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-37-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-37-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-37-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-37-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-37-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-37-1500x1200.webp\" data-image-id=\"2106\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Living Room<\/h3><span>INTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2230\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2230\"><h4>Office<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-36-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2230\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-36.webp\" data-title=\"Office\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-36-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-36-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-36-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-36-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-36-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-36-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-36-1500x1200.webp\" data-image-id=\"2231\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Office<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2255\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2255\"><h4>Residential Building<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-47-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2255\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-47.webp\" data-title=\"Residential Building\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-47-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-47-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-47-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-47-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-47-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-47-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-47-1500x1200.webp\" data-image-id=\"2256\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Building<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2159\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2159\"><h4>Warehouse<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-13-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2159\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-13.webp\" data-title=\"Warehouse\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-13-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-13-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-13-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-13-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-13-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-13-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-13-1500x1200.webp\" data-image-id=\"2160\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Warehouse<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2137\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2137\"><h4>Creek House<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-6-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2137\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-6.webp\" data-title=\"Creek House\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-6-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-6-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-6-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-6-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-6-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-6-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-6-1500x1200.webp\" data-image-id=\"2138\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Creek House<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2085\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2085\"><h4>Single family house<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-42-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2085\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-42.webp\" data-title=\"Single family house\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-42-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-42-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-42-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-42-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-42-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-42-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-42-1500x1200.webp\" data-image-id=\"2086\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Single family house<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2252\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2252\"><h4>Slate House<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-46-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2252\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-46.webp\" data-title=\"Slate House\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-46-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-46-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-46-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-46-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-46-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-46-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-46-1500x1200.webp\" data-image-id=\"2253\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Slate House<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2223\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2223\"><h4>Forest House<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-34-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2223\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-34.webp\" data-title=\"Forest House\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-34-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-34-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-34-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-34-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-34-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-34-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-34-1500x1200.webp\" data-image-id=\"2224\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Forest House<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2249\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2249\"><h4>Residential Buildings<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-44-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2249\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-44.webp\" data-title=\"Residential Buildings\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-44-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-44-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-44-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-44-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-44-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-44-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-44-1500x1200.webp\" data-image-id=\"2250\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Buildings<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2168\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2168\"><h4>Movie Studios<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-16-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2168\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-16.webp\" data-title=\"Movie Studios\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-16-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-16-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-16-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-16-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-16-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-16-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-16-1500x1200.webp\" data-image-id=\"2169\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Movie Studios<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2245\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   interiors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2245\"><h4>Museum<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-43-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2245\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-43.webp\" data-title=\"Museum\" data-caption=\"INTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-43-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-43-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-43-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-43-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-43-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-43-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-43-1500x1200.webp\" data-image-id=\"2247\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Museum<\/h3><span>INTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2236\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   interiors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2236\"><h4>Dining Room<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-39-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2236\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-39.webp\" data-title=\"Dining Room\" data-caption=\"INTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-39-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-39-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-39-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-39-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-39-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-39-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-39-1500x1200.webp\" data-image-id=\"2237\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Dining Room<\/h3><span>INTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2242\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2242\"><h4>Sea House<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-41-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2242\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-41.webp\" data-title=\"Sea House\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-41-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-41-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-41-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-41-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-41-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-41-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-41-1500x1200.webp\" data-image-id=\"2243\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Sea House<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2233\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   interiors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2233\"><h4>Bedroom<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-38-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2233\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-38.webp\" data-title=\"Bedroom\" data-caption=\"INTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-38-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-38-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-38-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-38-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-38-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-38-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-38-1500x1200.webp\" data-image-id=\"2234\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Bedroom<\/h3><span>INTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2227\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2227\"><h4>Residential Building<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-35-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2227\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-35.webp\" data-title=\"Residential Building\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-35-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-35-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-35-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-35-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-35-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-35-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-35-1500x1200.webp\" data-image-id=\"2228\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Building<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2220\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2220\"><h4>Meditation Center<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-33-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2220\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-33.webp\" data-title=\"Meditation Center\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-33-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-33-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-33-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-33-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-33-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-33-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-33-1500x1200.webp\" data-image-id=\"2221\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Meditation Center<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2217\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2217\"><h4>Airport<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-32-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2217\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-32.webp\" data-title=\"Airport\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-32-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-32-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-32-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-32-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-32-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-32-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-32-1500x1200.webp\" data-image-id=\"2218\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Airport<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2143\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   interiors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2143\"><h4>Shed House<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-8-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2143\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-8.webp\" data-title=\"Shed House\" data-caption=\"INTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-8-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-8-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-8-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-8-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-8-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-8-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-8-1500x1200.webp\" data-image-id=\"2144\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Shed House<\/h3><span>INTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2149\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2149\"><h4>Shed House<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-10-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2149\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-10.webp\" data-title=\"Shed House\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-10-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-10-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-10-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-10-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-10-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-10-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-10-1500x1200.webp\" data-image-id=\"2150\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Shed House<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2146\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2146\"><h4>Shed House<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-9-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2146\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-9.webp\" data-title=\"Shed House\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-9-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-9-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-9-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-9-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-9-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-9-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-9-1500x1200.webp\" data-image-id=\"2147\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Shed House<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2210\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2210\"><h4>Residential Building<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-30-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2210\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-30.webp\" data-title=\"Residential Building\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-30-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-30-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-30-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-30-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-30-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-30-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-30-1500x1200.webp\" data-image-id=\"2211\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Building<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2207\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2207\"><h4>Residential Building<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-29-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2207\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-29.webp\" data-title=\"Residential Building\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-29-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-29-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-29-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-29-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-29-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-29-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-29-1500x1200.webp\" data-image-id=\"2208\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Building<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2204\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2204\"><h4>Residential Building<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-28-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2204\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-28.webp\" data-title=\"Residential Building\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-28-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-28-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-28-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-28-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-28-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-28-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-28-1500x1200.webp\" data-image-id=\"2205\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Building<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2201\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2201\"><h4>Residential Building<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-27-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2201\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-27.webp\" data-title=\"Residential Building\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-27-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-27-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-27-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-27-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-27-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-27-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-27-1500x1200.webp\" data-image-id=\"2202\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Building<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2198\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2198\"><h4>Water Playground<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-26-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2198\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-26.webp\" data-title=\"Water Playground\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-26-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-26-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-26-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-26-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-26-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-26-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-26-1500x1200.webp\" data-image-id=\"2199\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Water Playground<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2195\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   interiors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2195\"><h4>Living Room<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-25-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2195\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-25.webp\" data-title=\"Living Room\" data-caption=\"INTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-25-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-25-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-25-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-25-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-25-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-25-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-25-1500x1200.webp\" data-image-id=\"2196\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Living Room<\/h3><span>INTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2192\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   interiors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2192\"><h4>Living Room<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-24-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2192\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-24.webp\" data-title=\"Living Room\" data-caption=\"INTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-24-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-24-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-24-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-24-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-24-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-24-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-24-1500x1200.webp\" data-image-id=\"2193\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Living Room<\/h3><span>INTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2189\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   interiors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2189\"><h4>Dining Room<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-23-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2189\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-23.webp\" data-title=\"Dining Room\" data-caption=\"INTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-23-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-23-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-23-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-23-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-23-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-23-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-23-1500x1200.webp\" data-image-id=\"2190\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Dining Room<\/h3><span>INTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2186\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2186\"><h4>Residential Building<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-22-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2186\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-22.webp\" data-title=\"Residential Building\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-22-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-22-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-22-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-22-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-22-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-22-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-22-1500x1200.webp\" data-image-id=\"2187\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Building<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2183\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2183\"><h4>Residential Building<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-21-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2183\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-21.webp\" data-title=\"Residential Building\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-21-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-21-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-21-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-21-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-21-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-21-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-21-1500x1200.webp\" data-image-id=\"2184\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Building<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2180\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2180\"><h4>Forest House<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-20-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2180\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-20.webp\" data-title=\"Forest House\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-20-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-20-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-20-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-20-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-20-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-20-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-20-1500x1200.webp\" data-image-id=\"2181\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Forest House<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2177\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2177\"><h4>Urban Planning<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-19-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2177\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-19.webp\" data-title=\"Urban Planning\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-19-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-19-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-19-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-19-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-19-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-19-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-19-1500x1200.webp\" data-image-id=\"2178\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Urban Planning<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2174\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2174\"><h4>Periscope House<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-18-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2174\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-18.webp\" data-title=\"Periscope House\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-18-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-18-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-18-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-18-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-18-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-18-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-18-1500x1200.webp\" data-image-id=\"2175\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Periscope House<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2171\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2171\"><h4>Warehouse<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-17-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2171\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-17.webp\" data-title=\"Warehouse\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-17-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-17-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-17-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-17-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-17-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-17-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-17-1500x1200.webp\" data-image-id=\"2172\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Warehouse<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2165\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2165\"><h4>Warehouse<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-15-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2165\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-15.webp\" data-title=\"Warehouse\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-15-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-15-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-15-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-15-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-15-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-15-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-15-1500x1200.webp\" data-image-id=\"2166\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Warehouse<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2162\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2162\"><h4>Warehouse<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-14-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2162\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-14.webp\" data-title=\"Warehouse\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-14-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-14-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-14-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-14-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-14-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-14-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-14-1500x1200.webp\" data-image-id=\"2163\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Warehouse<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2155\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2155\"><h4>Residential Building<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-12-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2155\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-12.webp\" data-title=\"Residential Building\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-12-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-12-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-12-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-12-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-12-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-12-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-12-1500x1200.webp\" data-image-id=\"2156\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Building<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2152\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   interiors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2152\"><h4>Museum of the Sea<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-11-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2152\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-11.webp\" data-title=\"Museum of the Sea\" data-caption=\"INTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-11-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-11-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-11-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-11-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-11-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-11-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-11-1500x1200.webp\" data-image-id=\"2153\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Museum of the Sea<\/h3><span>INTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2140\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   interiors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2140\"><h4>Living Room<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-7-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2140\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-7.webp\" data-title=\"Living Room\" data-caption=\"INTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-7-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-7-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-7-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-7-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-7-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-7-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-7-1500x1200.webp\" data-image-id=\"2141\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Living Room<\/h3><span>INTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2133\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   interiors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2133\"><h4>Museum of Sports<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-5-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2133\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-5.webp\" data-title=\"Museum of Sports\" data-caption=\"INTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-5-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-5-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-5-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-5-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-5-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-5-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-5-1500x1200.webp\" data-image-id=\"2134\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Museum of Sports<\/h3><span>INTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2130\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2130\"><h4>Residential Building<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-4-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2130\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-4.webp\" data-title=\"Residential Building\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-4-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-4-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-4-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-4-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-4-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-4-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-4-1500x1200.webp\" data-image-id=\"2131\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Building<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2127\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2127\"><h4>Residential Building<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-3-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2127\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-3.webp\" data-title=\"Residential Building\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-3-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-3-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-3-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-3-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-3-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-3-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-3-1500x1200.webp\" data-image-id=\"2128\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Residential Building<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2124\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2124\"><h4>Urban Planning<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-2-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2124\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-2.webp\" data-title=\"Urban Planning\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-2-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-2-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-2-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-2-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-2-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-2-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-2-1500x1200.webp\" data-image-id=\"2125\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Urban Planning<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-2121\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   exteriors-filt \"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-item ut-hover\"><div class=\"ut-new-hide\" id=\"ut-lightgallery-sub-html-2121\"><h4>Hotel in Forest<\/h4><p><\/p><\/div><a data-exThumbImage=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-1-200x200.webp\" data-rel=\"ut-lightgallery\" class=\"ut-square \" data-sub-html=\"#ut-lightgallery-sub-html-2121\" title=\"\" href=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-1.webp\" data-title=\"Hotel in Forest\" data-caption=\"EXTERIORS\" data-caption-color=\"\" data-caption-background=\"\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-1-300x240.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-1-500x400.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-1-750x600.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-1-1000x800.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-1-1500x1200.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/vizuall.info\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/VIZUALL-1-2500x2000.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 1000 800&#039;%2F%3E\" width=\"1000\" height=\"800\" data-src=\"https:\/\/vizuall.info\/wp-content\/uploads\/2025\/01\/VIZUALL-1-1500x1200.webp\" data-image-id=\"2122\" class=\"ut-adaptive-image wp-post-image skip-lazy skip-lazy ut-portfolio-featured-image ut-lazy-wait\">\r\n\r\n        <\/figure><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Hotel in Forest<\/h3><span>EXTERIORS<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><\/div><\/div><\/div>[\/vc_column][\/vc_row][\/vc_section]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_section bklyn_section_anchor_id=&#8221;work&#8221; el_name=&#8221;Portfolio Section&#8221;][vc_row el_name=&#8221;Section Title&#8221;][vc_column][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221; el_name=&#8221;Showcase Shortcode&#8221;][vc_column][\/vc_column][\/vc_row][\/vc_section]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-2035","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vizuall.info\/index.php?rest_route=\/wp\/v2\/pages\/2035","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vizuall.info\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vizuall.info\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vizuall.info\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vizuall.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2035"}],"version-history":[{"count":8,"href":"https:\/\/vizuall.info\/index.php?rest_route=\/wp\/v2\/pages\/2035\/revisions"}],"predecessor-version":[{"id":2076,"href":"https:\/\/vizuall.info\/index.php?rest_route=\/wp\/v2\/pages\/2035\/revisions\/2076"}],"wp:attachment":[{"href":"https:\/\/vizuall.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2035"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}