{"id":923,"date":"2018-09-15T23:56:32","date_gmt":"2018-09-15T23:56:32","guid":{"rendered":"http:\/\/themeforest.unitedthemes.com\/wpversions\/brooklyn\/xml\/demo42\/front-page-copy\/"},"modified":"2018-09-15T23:56:32","modified_gmt":"2018-09-15T23:56:32","slug":"front-page-hero-alternative","status":"publish","type":"page","link":"https:\/\/holadali.pl\/index.php\/front-page-hero-alternative\/","title":{"rendered":"Front Page (Hero Alternative)"},"content":{"rendered":"[vc_section bklyn_section_anchor_id=&#8221;Work&#8221; el_name=&#8221;First Section \/ Work&#8221;][vc_row][vc_column offset=&#8221;vc_col-lg-12&#8243;]<div class=\"wpb_content_element \"><style type=\"text\/css\"><\/style><header id=\"ut_header_6a23b360c726a\" class=\"section-header  ut-no-title-linebreak-mobile ut-no-lead-linebreak-mobile pt-style-2 header-center header-tablet-center header-mobile-center element-with-custom-line-height\"><div class=\"element-with-custom-line-height\" ><h2 data-title=\"A Web Agency Focused On&#13;&#10;Vision, Product And People.\"  data-responsive-font=\"section_title\" class=\"section-title title-with-linebreak \"><span>A Web Agency Focused On<br \/>\nVision, Product And People.<\/span><\/h2><\/div><div data-delay=\"0\" class=\"lead title-with-linebreak\"><p>We believe our work speaks for itself. Browse our most recent projects<br \/>\nbelow and 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_no_spaces&#8221;][vc_column]<div class=\"wpb_content_element  vc_custom_1527675094253\">        \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\t\t\t\t\r\n                var $win = $(window),\r\n                    $container = $(\"#ut-portfolio-items-101\"),\r\n\t\t\t\t\tcolumns = 3,\r\n\t\t\t\t\tgutter = \"\",\r\n\t\t\t\t\tgutterwidth = \"\",\r\n                    guttersize = \"2\";\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\t\t\t\t\r\n                var hide_timout;\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                    \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\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\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 = 3;\r\n                        guttersize = \"2\";\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 = \"2\";\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.5;\r\n\t\t\t\t\t} \t\t\t\t\r\n\t\t\t\t\t\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\t\t\t\t\t\t\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: \"fitRows\",\r\n                                    masonry: { columnWidth: element.get(0).getBoundingClientRect().width \/ columns - 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\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\t\t\t\t       \r\n           \t\t});\r\n        \r\n            });\r\n\t\t\t\r\n        }(jQuery));\r\n\r\n        <\/script>        \r\n       \t\r\n\t\t<style id=\"ut-portfolio-custom-css-101\" type=\"text\/css\">.ut-portfolio-101 .ut-portfolio-item-container { background: rgba(20, 22, 24, 1) ; }.ut-portfolio-101.ut-carousel { background: rgba(20, 22, 24, 1) !important; }.ut-portfolio-101 .ut-portfolio-item-packery-container { background: rgba(20, 22, 24, 1) ; }#ut-masonry-101 { background: rgba(20, 22, 24, 1) ; }#ut-react-carousel-container-101 { background: rgba(20, 22, 24, 1) ; }.ut-portfolio-101 .ut-portfolio-info-c h3 {font-family:\"Montserrat\" ; font-weight: 800 ; font-size: 20px ; letter-spacing: -0.05em ; text-transform: capitalize ;}.ut-portfolio-101 .portfolio-title {font-family:\"Montserrat\" ; font-weight: 800 ; font-size: 20px ; letter-spacing: -0.05em ; text-transform: capitalize ;}.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(17, 17, 17, 1) ; }.ut-portfolio-101 .portfolio-title { color: rgba(17, 17, 17, 1); }.ut-portfolio-101 .ut-portfolio-info-c, .ut-portfolio-101 .ut-portfolio-info-c span { color: rgba(17, 17, 17, 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 { border:none; padding:0; }.ut-portfolio-101 .ut-portfolio-menu li a { font-weight: 600 !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: 0.05em !important; }.ut-portfolio-101 .ut-portfolio-menu li a { color: rgba(18, 18, 18, 0.5) !important; }.ut-portfolio-101 .ut-portfolio-menu li a { background: rgba(255, 255, 255, 1) !important; }.ut-portfolio-101 .ut-portfolio-menu li a { border-color: rgba(255, 255, 255, 1) !important; }.ut-portfolio-101 .ut-portfolio-menu li a:hover { color: rgba(18, 18, 18, 1) !important; }.ut-portfolio-101 .ut-portfolio-menu li a:hover { background: rgba(255, 255, 255, 1) !important; }.ut-portfolio-101 .ut-portfolio-menu li a:hover { border-color: rgba(255, 255, 255, 1) !important; }.ut-portfolio-101 .ut-portfolio-menu li a.selected { color: rgba(18, 18, 18, 1) !important; }.ut-portfolio-101 .ut-portfolio-menu li a.selected { background: rgba(255, 255, 255, 1) !important; }.ut-portfolio-101 .ut-portfolio-menu li a.selected { border-color: rgba(255, 255, 255, 1) !important; }.ut-portfolio-101 .ut-hover-layer { background: rgba(255,255,255, 1); }#ut-loader-101 { color: #ffffff ; }#ut-loader-101 { background: #111111 ; }#ut-portfolio-details-navigation-101 a.next-portfolio-details { color: #111111 ; }#ut-portfolio-details-navigation-101 a.prev-portfolio-details { color: #111111 ; }#ut-portfolio-details-navigation-101 a.next-portfolio-details:hover { color: #999999 ; }#ut-portfolio-details-navigation-101 a.next-portfolio-details:active { color: #999999 ; }#ut-portfolio-details-navigation-101 a.next-portfolio-details:focus { color: #999999 ; }#ut-portfolio-details-navigation-101 a.prev-portfolio-details:hover { color: #999999 ; }#ut-portfolio-details-navigation-101 a.prev-portfolio-details:active { color: #999999 ; }#ut-portfolio-details-navigation-101 a.prev-portfolio-details:focus { color: #999999 ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details { color: #ffffff ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details:hover { color: #ffffff ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details:active { color: #ffffff ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details:focus { color: #ffffff ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details { background: #111111 ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details:hover { background: #19b5fe ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details:active { background: #19b5fe ; }#ut-portfolio-details-navigation-101 a.close-portfolio-details:focus { background: #19b5fe ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-next { color: #ffffff ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-prev { color: #ffffff ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-next:hover { color: #ffffff ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-next:active { color: #ffffff ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-next:focus { color: #ffffff ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-prev:hover { color: #ffffff ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-prev:active { color: #ffffff ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-prev:focus { color: #ffffff ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-next { background: #111111 ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-prev { background: #111111 ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-next:hover { background: #19b5fe ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-next:active { background: #19b5fe ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-next:focus { background: #19b5fe ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-prev:hover { background: #19b5fe ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-prev:active { background: #19b5fe ; }#ut-portfolio-details-wrap-101 .ut-portfolio-media a.flex-prev:focus { background: #19b5fe ; }<\/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-vc-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 id=\"ut-portfolio-detail-1411\" class=\"animated ut-portfolio-detail clearfix\" data-post=\"1411\" data-format=\"\"><div class=\"entry-content clearfix\"><\/div><\/div><div id=\"ut-portfolio-detail-1462\" class=\"animated ut-portfolio-detail clearfix\" data-post=\"1462\" data-format=\"gallery\"><div class=\"entry-content clearfix\"><\/div><\/div><div id=\"ut-portfolio-detail-1455\" class=\"animated ut-portfolio-detail clearfix\" data-post=\"1455\" data-format=\"gallery\"><div class=\"entry-content clearfix\"><\/div><\/div><div id=\"ut-portfolio-detail-1422\" class=\"animated ut-portfolio-detail clearfix\" data-post=\"1422\" data-format=\"\"><div class=\"entry-content clearfix\"><\/div><\/div><div id=\"ut-portfolio-detail-1352\" class=\"animated ut-portfolio-detail clearfix\" data-post=\"1352\" data-format=\"gallery\"><div class=\"entry-content clearfix\"><\/div><\/div><div id=\"ut-portfolio-detail-1432\" class=\"animated ut-portfolio-detail clearfix\" data-post=\"1432\" data-format=\"\"><div class=\"entry-content clearfix\"><\/div><\/div><div id=\"ut-portfolio-detail-1446\" class=\"animated ut-portfolio-detail clearfix\" data-post=\"1446\" data-format=\"video\"><div class=\"entry-content clearfix\"><\/div><\/div><div id=\"ut-portfolio-detail-1452\" class=\"animated ut-portfolio-detail clearfix\" data-post=\"1452\" data-format=\"video\"><div class=\"entry-content clearfix\"><\/div><\/div><div id=\"ut-portfolio-detail-1449\" class=\"animated ut-portfolio-detail clearfix\" data-post=\"1449\" data-format=\"video\"><div class=\"entry-content clearfix\"><\/div><\/div><div id=\"ut-portfolio-detail-1437\" class=\"animated ut-portfolio-detail clearfix\" data-post=\"1437\" data-format=\"\"><div class=\"entry-content clearfix\"><\/div><\/div><div id=\"ut-portfolio-detail-1511\" class=\"animated ut-portfolio-detail clearfix\" data-post=\"1511\" data-format=\"gallery\"><div class=\"entry-content clearfix\"><\/div><\/div><div id=\"ut-portfolio-detail-1416\" class=\"animated ut-portfolio-detail clearfix\" data-post=\"1416\" data-format=\"\"><div class=\"entry-content clearfix\"><\/div><\/div><\/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(17, 17, 17, 1)\" data-opacity=\"1\" data-hovercolor=\"255,255,255\"><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-40\"><li><a href=\"#\" data-filter=\"*\" class=\"selected\">Show All<\/a><\/li><li><a href=\"#\" data-filter=\".eventy-filt\">EVENTY<\/a><\/li><li><a href=\"#\" data-filter=\".gwiazdy-filt\">GWIAZDY<\/a><\/li><li><a href=\"#\" data-filter=\".lokowanie-produktu-filt\">LOKOWANIE PRODUKTU<\/a><\/li><li><a href=\"#\" data-filter=\".reklamy-tv-filt\">PRODUKCJE TV<\/a><\/li><\/ul><\/div><div id=\"ut-portfolio-items-101\" class=\"ut-portfolio-item-container  ut-portfolio-item-container-with-background\"><article id=\"ut-portfolio-article-1411\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   eventy-filt  gwiazdy-filt \"><div class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioZoomIn\" class=\"ut-portfolio-item ut-hover\"><a class=\"ut-portfolio-link ut-square \" rel=\"bookmark\" title=\"WSPANIALI GO\u015aCIE  NA NASZYCH EVENTACH\" data-wrap=\"101\" data-post=\"1411\" href=\"#ut-portfolio-details-wrap-101\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/holadali_adam_nawalka-1.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/holadali_adam_nawalka-1.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/holadali_adam_nawalka-1.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/holadali_adam_nawalka-1.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/holadali_adam_nawalka-1.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/holadali_adam_nawalka-1.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1920 1078'%2F%3E\" width=\"1920\" height=\"1078\" data-src=\"https:\/\/holadali.pl\/wp-content\/uploads\/2026\/03\/holadali_adam_nawalka-1.webp\" data-image-id=\"1523\" 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\">WSPANIALI GO\u015aCIE <BR> NA NASZYCH EVENTACH<\/h3><span>EVENTY, GWIAZDY<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-1462\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   eventy-filt  gwiazdy-filt \"><div class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioZoomIn\" class=\"ut-portfolio-item ut-hover\"><a class=\"ut-portfolio-link ut-square \" rel=\"bookmark\" title=\"DEWELOPER, HOTEL  I WYDARZENIE ROKU\" data-wrap=\"101\" data-post=\"1462\" href=\"#ut-portfolio-details-wrap-101\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/maciej_zakoscielny_mikolajki-1.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/maciej_zakoscielny_mikolajki-1.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/maciej_zakoscielny_mikolajki-1.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/maciej_zakoscielny_mikolajki-1.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/maciej_zakoscielny_mikolajki-1.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/maciej_zakoscielny_mikolajki-1.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1920 1061'%2F%3E\" width=\"1920\" height=\"1061\" data-src=\"https:\/\/holadali.pl\/wp-content\/uploads\/2026\/03\/maciej_zakoscielny_mikolajki-1.webp\" data-image-id=\"1484\" 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\">DEWELOPER, HOTEL <BR> I WYDARZENIE ROKU<\/h3><span>EVENTY, GWIAZDY<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-1455\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   eventy-filt  gwiazdy-filt \"><div class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioZoomIn\" class=\"ut-portfolio-item ut-hover\"><a class=\"ut-portfolio-link ut-square \" rel=\"bookmark\" title=\"EVENT DEWELOPERA  OGL\u0104DANY PRZEZ MILIONY\" data-wrap=\"101\" data-post=\"1455\" href=\"#ut-portfolio-details-wrap-101\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_hotel_lejdies.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_hotel_lejdies.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_hotel_lejdies.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_hotel_lejdies.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_hotel_lejdies.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_hotel_lejdies.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1920 1078'%2F%3E\" width=\"1920\" height=\"1078\" data-src=\"https:\/\/holadali.pl\/wp-content\/uploads\/2026\/03\/event_hotel_lejdies.webp\" data-image-id=\"1459\" 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\">EVENT DEWELOPERA <BR> OGL\u0104DANY PRZEZ MILIONY<\/h3><span>EVENTY, GWIAZDY<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-1422\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   eventy-filt \"><div class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioZoomIn\" class=\"ut-portfolio-item ut-hover\"><a class=\"ut-portfolio-link ut-square \" rel=\"bookmark\" title=\"POLSCY INWESTORZY  I NAJWI\u0118KSI DEWELOPERZY Z DUBAJU\" data-wrap=\"101\" data-post=\"1422\" href=\"#ut-portfolio-details-wrap-101\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_imobilliare_dubai-1.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_imobilliare_dubai-1.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_imobilliare_dubai-1.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_imobilliare_dubai-1.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_imobilliare_dubai-1.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_imobilliare_dubai-1.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1920 1080'%2F%3E\" width=\"1920\" height=\"1080\" data-src=\"https:\/\/holadali.pl\/wp-content\/uploads\/2026\/03\/event_imobilliare_dubai-1.webp\" data-image-id=\"1509\" 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\">POLSCY INWESTORZY <BR> I NAJWI\u0118KSI DEWELOPERZY Z DUBAJU<\/h3><span>EVENTY<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-1352\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   eventy-filt  gwiazdy-filt \"><div class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioZoomIn\" class=\"ut-portfolio-item ut-hover\"><a class=\"ut-portfolio-link ut-square \" rel=\"bookmark\" title=\"NAGRADZAMY, POMAGAMY,  WSPIERAMY\" data-wrap=\"101\" data-post=\"1352\" href=\"#ut-portfolio-details-wrap-101\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2017\\\/06\\\/HOLADALI_RL9.jpg&quot;,&quot;500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2017\\\/06\\\/HOLADALI_RL9.jpg&quot;,&quot;750&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2017\\\/06\\\/HOLADALI_RL9.jpg&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2017\\\/06\\\/HOLADALI_RL9.jpg&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2017\\\/06\\\/HOLADALI_RL9.jpg&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2017\\\/06\\\/HOLADALI_RL9.jpg&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1905 1050'%2F%3E\" width=\"1905\" height=\"1050\" data-src=\"https:\/\/holadali.pl\/wp-content\/uploads\/2017\/06\/HOLADALI_RL9.jpg\" data-image-id=\"1314\" 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\">NAGRADZAMY, POMAGAMY, <BR> WSPIERAMY<\/h3><span>EVENTY, GWIAZDY<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-1432\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   eventy-filt \"><div class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioZoomIn\" class=\"ut-portfolio-item ut-hover\"><a class=\"ut-portfolio-link ut-square \" rel=\"bookmark\" title=\"STREFA KOMFORTU  DEWELOPERA PREMIUM\" data-wrap=\"101\" data-post=\"1432\" href=\"#ut-portfolio-details-wrap-101\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/strefa_lotnisko_deweloper.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/strefa_lotnisko_deweloper.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/strefa_lotnisko_deweloper.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/strefa_lotnisko_deweloper.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/strefa_lotnisko_deweloper.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/strefa_lotnisko_deweloper.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1920 1081'%2F%3E\" width=\"1920\" height=\"1081\" data-src=\"https:\/\/holadali.pl\/wp-content\/uploads\/2026\/03\/strefa_lotnisko_deweloper.webp\" data-image-id=\"1435\" 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\">STREFA KOMFORTU <BR> DEWELOPERA PREMIUM<\/h3><span>EVENTY<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-1446\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   gwiazdy-filt  reklamy-tv-filt \"><div class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioZoomIn\" class=\"ut-portfolio-item ut-hover\"><a class=\"ut-portfolio-link ut-square \" rel=\"bookmark\" title=\"MAGDALENA R\u00d3\u017bCZKA  AMBASADORK\u0104 DEWELOPERA\" data-wrap=\"101\" data-post=\"1446\" href=\"#ut-portfolio-details-wrap-101\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_deweloper_para-1.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_deweloper_para-1.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_deweloper_para-1.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_deweloper_para-1.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_deweloper_para-1.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_deweloper_para-1.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1920 1081'%2F%3E\" width=\"1920\" height=\"1081\" data-src=\"https:\/\/holadali.pl\/wp-content\/uploads\/2026\/03\/reklama_deweloper_para-1.webp\" data-image-id=\"1498\" 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\">MAGDALENA R\u00d3\u017bCZKA <BR> AMBASADORK\u0104 DEWELOPERA<\/h3><span>GWIAZDY, PRODUKCJE TV<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-1452\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   gwiazdy-filt  reklamy-tv-filt \"><div class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioZoomIn\" class=\"ut-portfolio-item ut-hover\"><a class=\"ut-portfolio-link ut-square \" rel=\"bookmark\" title=\"\u017bYCIE SINGIELKI   W REKLAMIE DEWELOPERA\" data-wrap=\"101\" data-post=\"1452\" href=\"#ut-portfolio-details-wrap-101\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_singielksa_holadali.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_singielksa_holadali.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_singielksa_holadali.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_singielksa_holadali.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_singielksa_holadali.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_singielksa_holadali.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1920 1080'%2F%3E\" width=\"1920\" height=\"1080\" data-src=\"https:\/\/holadali.pl\/wp-content\/uploads\/2026\/03\/reklama_singielksa_holadali.webp\" data-image-id=\"1453\" 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\">\u017bYCIE SINGIELKI  <BR> W REKLAMIE DEWELOPERA<\/h3><span>GWIAZDY, PRODUKCJE TV<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-1449\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   gwiazdy-filt  reklamy-tv-filt \"><div class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioZoomIn\" class=\"ut-portfolio-item ut-hover\"><a class=\"ut-portfolio-link ut-square \" rel=\"bookmark\" title=\"\u00a1HOLA DALI! I JAN HOLOUBEK   PREZENTUJ\u0104\" data-wrap=\"101\" data-post=\"1449\" href=\"#ut-portfolio-details-wrap-101\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_deweloper_rodzina-1.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_deweloper_rodzina-1.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_deweloper_rodzina-1.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_deweloper_rodzina-1.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_deweloper_rodzina-1.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/reklama_deweloper_rodzina-1.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1920 1080'%2F%3E\" width=\"1920\" height=\"1080\" data-src=\"https:\/\/holadali.pl\/wp-content\/uploads\/2026\/03\/reklama_deweloper_rodzina-1.webp\" data-image-id=\"1500\" 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\">\u00a1HOLA DALI! I JAN HOLOUBEK  <BR> PREZENTUJ\u0104<\/h3><span>GWIAZDY, PRODUKCJE TV<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-1437\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   eventy-filt  lokowanie-produktu-filt \"><div class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioZoomIn\" class=\"ut-portfolio-item ut-hover\"><a class=\"ut-portfolio-link ut-square \" rel=\"bookmark\" title=\"WYDARZENIE DEWELOPERA  W CENTRUM WARSZAWY\" data-wrap=\"101\" data-post=\"1437\" href=\"#ut-portfolio-details-wrap-101\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_deweloper_zlote_tarasy.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_deweloper_zlote_tarasy.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_deweloper_zlote_tarasy.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_deweloper_zlote_tarasy.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_deweloper_zlote_tarasy.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/event_deweloper_zlote_tarasy.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1920 1063'%2F%3E\" width=\"1920\" height=\"1063\" data-src=\"https:\/\/holadali.pl\/wp-content\/uploads\/2026\/03\/event_deweloper_zlote_tarasy.webp\" data-image-id=\"1439\" 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\">WYDARZENIE DEWELOPERA <BR> W CENTRUM WARSZAWY<\/h3><span>EVENTY, LOKOWANIE PRODUKTU<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-1511\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   eventy-filt  lokowanie-produktu-filt \"><div class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioZoomIn\" class=\"ut-portfolio-item ut-hover\"><a class=\"ut-portfolio-link ut-square \" rel=\"bookmark\" title=\"STRATEGIE SPONSORINGOWE  POLSKA I \u015aWIAT\" data-wrap=\"101\" data-post=\"1511\" href=\"#ut-portfolio-details-wrap-101\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/evewnt_deweloper_pilka_nozna.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/evewnt_deweloper_pilka_nozna.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/evewnt_deweloper_pilka_nozna.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/evewnt_deweloper_pilka_nozna.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/evewnt_deweloper_pilka_nozna.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/evewnt_deweloper_pilka_nozna.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1920 1080'%2F%3E\" width=\"1920\" height=\"1080\" data-src=\"https:\/\/holadali.pl\/wp-content\/uploads\/2026\/03\/evewnt_deweloper_pilka_nozna.webp\" data-image-id=\"1426\" 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\">STRATEGIE SPONSORINGOWE <BR> POLSKA I \u015aWIAT<\/h3><span>EVENTY, LOKOWANIE PRODUKTU<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-1416\" class=\"ut-portfolio-article ut-masonry portfolio-style-one   lokowanie-produktu-filt  reklamy-tv-filt \"><div class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioZoomIn\" class=\"ut-portfolio-item ut-hover\"><a class=\"ut-portfolio-link ut-square \" rel=\"bookmark\" title=\"INWESTYCJA DEWELOPERA  I MILIONY WIDZ\u00d3W\" data-wrap=\"101\" data-post=\"1416\" href=\"#ut-portfolio-details-wrap-101\" ><figure>\r\n        <img loading=\"lazy\" decoding=\"async\" data-adaptive-images=\"{&quot;300&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/bitwa_o_dom_deweloper_program.webp&quot;,&quot;500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/bitwa_o_dom_deweloper_program.webp&quot;,&quot;750&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/bitwa_o_dom_deweloper_program.webp&quot;,&quot;1000&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/bitwa_o_dom_deweloper_program.webp&quot;,&quot;1500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/bitwa_o_dom_deweloper_program.webp&quot;,&quot;2500&quot;:&quot;https:\\\/\\\/holadali.pl\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/bitwa_o_dom_deweloper_program.webp&quot;}\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1920 1089'%2F%3E\" width=\"1920\" height=\"1089\" data-src=\"https:\/\/holadali.pl\/wp-content\/uploads\/2026\/03\/bitwa_o_dom_deweloper_program.webp\" data-image-id=\"1417\" 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\">INWESTYCJA DEWELOPERA <BR> I MILIONY WIDZ\u00d3W<\/h3><span>LOKOWANIE PRODUKTU, PRODUKCJE TV<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1526945134765{margin-top: 0px !important;padding-top: 80px !important;padding-bottom: 40px !important;background-color: #fafafa !important;}&#8221; el_name=&#8221;Margin top 0px&#8221;][vc_column]<div class=\"wpb_content_element ut-gallery-40  clearfix\"><style type=\"text\/css\">#ut_ig_6a23b361144e7 .ut-lazy:not(.ut-image-loaded) + .ut-video-module-loading { display:block; }#ut_ig_6a23b361144e7 .ut-lazy.ut-image-loaded + .ut-video-module-loading { display:none; }#ut_ig_6a23b361144e7 .ut-animate-gallery-element { opacity: 0; }<\/style><div id=\"ut_ig_6a23b361144e7\" class=\"ut-image-gallery ut-image-gallery-module  ut-image-gallery-40 clearfix\" data-settings=\"{&quot;animate&quot;:true,&quot;effect&quot;:&quot;zoomIn&quot;,&quot;lazy&quot;:true,&quot;delay_animation&quot;:true,&quot;global_delay_animation&quot;:false,&quot;delay_timer&quot;:&quot;100&quot;,&quot;global_delay_timer&quot;:100}\" ><div data-effect=\"zoomIn\" data-animateonce=\"yes\" data-count=\"5\" class=\"ut-image-gallery-item ut-animate-gallery-element animated ut-no-animation-tablet ut-no-animation-mobile  grid-20 tablet-grid-33 mobile-grid-100\"><a class=\"ut-deactivated-link \" href=\"#\"><div class=\"ut-image-gallery-image\" ><img loading=\"lazy\" decoding=\"async\"  class=\" ut-lazy skip-lazy\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1958 1224'%2F%3E\" data-src=\"https:\/\/holadali.pl\/wp-content\/plugins\/ut-shortcodes\/\/img\/placeholder\/replace-normal.jpg\" width=\"1958\" height=\"1224\"><\/div><\/a><\/div><div data-effect=\"zoomIn\" data-animateonce=\"yes\" data-count=\"5\" class=\"ut-image-gallery-item ut-animate-gallery-element animated ut-no-animation-tablet ut-no-animation-mobile   grid-20 tablet-grid-33 mobile-grid-100\"><a class=\"ut-deactivated-link \" href=\"#\"><div class=\"ut-image-gallery-image\" ><img loading=\"lazy\" decoding=\"async\"  class=\" ut-lazy skip-lazy\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1958 1224'%2F%3E\" data-src=\"https:\/\/holadali.pl\/wp-content\/plugins\/ut-shortcodes\/\/img\/placeholder\/replace-normal.jpg\" width=\"1958\" height=\"1224\"><\/div><\/a><\/div><div data-effect=\"zoomIn\" data-animateonce=\"yes\" data-count=\"5\" class=\"ut-image-gallery-item ut-animate-gallery-element animated ut-no-animation-tablet ut-no-animation-mobile    grid-20 tablet-grid-33 mobile-grid-100 ut-tablet-last\"><a class=\"ut-deactivated-link \" href=\"#\"><div class=\"ut-image-gallery-image\" ><img loading=\"lazy\" decoding=\"async\"  class=\" ut-lazy skip-lazy\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1958 1224'%2F%3E\" data-src=\"https:\/\/holadali.pl\/wp-content\/plugins\/ut-shortcodes\/\/img\/placeholder\/replace-normal.jpg\" width=\"1958\" height=\"1224\"><\/div><\/a><\/div><div class=\"clear hide-on-desktop hide-on-tablet\"><\/div><div data-effect=\"zoomIn\" data-animateonce=\"yes\" data-count=\"5\" class=\"ut-image-gallery-item ut-animate-gallery-element animated ut-no-animation-tablet ut-no-animation-mobile     grid-20 tablet-grid-33 mobile-grid-100\"><a class=\"ut-deactivated-link \" href=\"#\"><div class=\"ut-image-gallery-image\" ><img loading=\"lazy\" decoding=\"async\"  class=\" ut-lazy skip-lazy\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1958 1224'%2F%3E\" data-src=\"https:\/\/holadali.pl\/wp-content\/plugins\/ut-shortcodes\/\/img\/placeholder\/replace-normal.jpg\" width=\"1958\" height=\"1224\"><\/div><\/a><\/div><div data-effect=\"zoomIn\" data-animateonce=\"yes\" data-count=\"5\" class=\"ut-image-gallery-item ut-animate-gallery-element animated ut-no-animation-tablet ut-no-animation-mobile      grid-20 tablet-grid-33 mobile-grid-100\"><a class=\"ut-deactivated-link \" href=\"#\"><div class=\"ut-image-gallery-image\" ><img loading=\"lazy\" decoding=\"async\"  class=\" ut-lazy skip-lazy\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 1958 1224'%2F%3E\" data-src=\"https:\/\/holadali.pl\/wp-content\/plugins\/ut-shortcodes\/\/img\/placeholder\/replace-normal.jpg\" width=\"1958\" height=\"1224\"><\/div><\/a><\/div><div class=\"ut-image-gallery-sizer\"><\/div><div class=\"clear\"><\/div><\/div><\/div>[\/vc_column][\/vc_row][\/vc_section][vc_section el_name=&#8221;Service Section&#8221; bklyn_section_anchor_id=&#8221;Services&#8221;][vc_row][vc_column offset=&#8221;vc_col-lg-12&#8243;]<div class=\"wpb_content_element \"><style type=\"text\/css\"><\/style><header id=\"ut_header_6a23b3611b937\" class=\"section-header  ut-no-title-linebreak-mobile ut-no-lead-linebreak-mobile pt-style-2 header-center header-tablet-center header-mobile-center element-with-custom-line-height\"><div class=\"element-with-custom-line-height\" ><h2 data-title=\"Top Notch Services.\"  data-responsive-font=\"section_title\" class=\"section-title  \"><span>Top Notch Services.<\/span><\/h2><\/div><div data-delay=\"0\" class=\"lead \"><p>Our quality standards apply also in terms of service, technical expertise and advice.<br \/>\nOur dedicated employees are happy to assist you with know-how and experience in your daily business.<\/p>\n<\/div><\/header><\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243;]<div class=\"wpb_content_element \"><style type=\"text\/css\">#ut_sc_6a23b3611bdbc .ut-service-column a.ut-service-column-link { font-size: 12px; }#ut-svg-6a23b3611bdbe { display:none; }#ut-svg-6a23b3611bdbe.ut-svg-loaded { display:block; }#ut-svg-6a23b3611bdbe path { stroke:rgba(182, 37, 25, 0.29); }<\/style><div id=\"ut_sc_6a23b3611bdbc\" data-effect=\"fadeInUp\" data-animateonce=\"yes\" data-delay=\"0\" class=\"ut-horizontal-style ut-horizontal-style-align-left  clearfix  ut-animate-element animated ut-no-animation-tablet ut-no-animation-mobile\" ><figure class=\"ut-service-icon  ut-service-icon-normal ut-service-icon-large ut-service-icon-with-svg\">\t\t\t\r\n\t\t\t<style type=\"text\/css\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t#ut-svg-6a23b3611bde9 { display:none; }\r\n\t\t\t\t\t#ut-svg-6a23b3611bde9.ut-svg-loaded { display:block; }\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t#ut-svg-6a23b3611bde9 path { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611bde9 line { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611bde9 circle { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611bde9 rect { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611bde9 ellipse { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611bde9 polyline { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611bde9 polygon { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t\r\n\t\t\t\t#ut-svg-6a23b3611bde9 [data-name=\"layer1\"] { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611bde9 [data-name=\"layer1\"] path { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t<\/style>\r\n\t\t\r\n\t\t\r\n\r\n<svg version=\"1.1\" class=\"ut-vivus-draw\" data-settings=\"{&quot;draw_svg_icons&quot;:&quot;yes&quot;,&quot;draw_svg_type&quot;:&quot;oneByOne&quot;,&quot;draw_svg_delay&quot;:333.3333333333333,&quot;draw_svg_duration&quot;:&quot;150&quot;}\" id=\"ut-svg-6a23b3611bde9\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"1\" y=\"10\" fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"41\"\/>\r\n\t<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"63\" x2=\"42\" y2=\"63\"\/>\r\n\t<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"63\" x2=\"32\" y2=\"51\"\/>\r\n<\/g>\r\n<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"43\" x2=\"64\" y2=\"43\"\/>\r\n<\/svg>\r\n<\/figure><div class=\"ut-service-column ut-service-column-horiz\"><h3 data-responsive-font=\"h3\">Web Development<\/h3><p class=\"element-with-custom-line-height\" data-responsive-font=\"p\">We have created an awesome theme that will help designers, developers and companies create websites for their startups quickly and easily.<\/p><\/div><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243;]<div class=\"wpb_content_element \"><style type=\"text\/css\">#ut_sc_6a23b3611bf13 .ut-service-column a.ut-service-column-link { font-size: 12px; }#ut-svg-6a23b3611bf14 { display:none; }#ut-svg-6a23b3611bf14.ut-svg-loaded { display:block; }#ut-svg-6a23b3611bf14 path { stroke:rgba(182, 37, 25, 0.29); }<\/style><div id=\"ut_sc_6a23b3611bf13\" data-effect=\"fadeInUp\" data-animateonce=\"yes\" data-delay=\"200\" class=\"ut-horizontal-style ut-horizontal-style-align-left  clearfix  ut-animate-element animated ut-no-animation-tablet ut-no-animation-mobile\" ><figure class=\"ut-service-icon  ut-service-icon-normal ut-service-icon-large ut-service-icon-with-svg\">\t\t\t\r\n\t\t\t<style type=\"text\/css\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t#ut-svg-6a23b3611bf28 { display:none; }\r\n\t\t\t\t\t#ut-svg-6a23b3611bf28.ut-svg-loaded { display:block; }\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t#ut-svg-6a23b3611bf28 path { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611bf28 line { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611bf28 circle { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611bf28 rect { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611bf28 ellipse { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611bf28 polyline { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611bf28 polygon { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t\r\n\t\t\t\t#ut-svg-6a23b3611bf28 [data-name=\"layer1\"] { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611bf28 [data-name=\"layer1\"] path { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t<\/style>\r\n\t\t\r\n\t\t\r\n\r\n<svg version=\"1.1\" class=\"ut-vivus-draw\" data-settings=\"{&quot;draw_svg_icons&quot;:&quot;yes&quot;,&quot;draw_svg_type&quot;:&quot;oneByOne&quot;,&quot;draw_svg_delay&quot;:533.3333333333333,&quot;draw_svg_duration&quot;:&quot;150&quot;}\" id=\"ut-svg-6a23b3611bf28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"16\" y=\"1\" fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"32\" height=\"62\"\/>\r\n\t<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"\/>\r\n\t<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"51\" x2=\"48\" y2=\"51\"\/>\r\n\t<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"9\" x2=\"48\" y2=\"9\"\/>\r\n\t<circle fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"\/>\r\n<\/g>\r\n<\/svg>\r\n<\/figure><div class=\"ut-service-column ut-service-column-horiz\"><h3 data-responsive-font=\"h3\">App Development<\/h3><p class=\"element-with-custom-line-height\" data-responsive-font=\"p\">We have created an awesome theme that will help designers, developers and companies create websites for their startups quickly and easily.<\/p><\/div><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243;]<div class=\"wpb_content_element \"><style type=\"text\/css\">#ut_sc_6a23b3611c01f .ut-service-column a.ut-service-column-link { font-size: 12px; }#ut-svg-6a23b3611c020 { display:none; }#ut-svg-6a23b3611c020.ut-svg-loaded { display:block; }#ut-svg-6a23b3611c020 path { stroke:rgba(182, 37, 25, 0.29); }<\/style><div id=\"ut_sc_6a23b3611c01f\" data-effect=\"fadeInUp\" data-animateonce=\"yes\" data-delay=\"400\" class=\"ut-horizontal-style ut-horizontal-style-align-left  clearfix  ut-animate-element animated ut-no-animation-tablet ut-no-animation-mobile\" ><figure class=\"ut-service-icon  ut-service-icon-normal ut-service-icon-large ut-service-icon-with-svg\">\t\t\t\r\n\t\t\t<style type=\"text\/css\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t#ut-svg-6a23b3611c033 { display:none; }\r\n\t\t\t\t\t#ut-svg-6a23b3611c033.ut-svg-loaded { display:block; }\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t#ut-svg-6a23b3611c033 path { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c033 line { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c033 circle { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c033 rect { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c033 ellipse { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c033 polyline { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c033 polygon { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t\r\n\t\t\t\t#ut-svg-6a23b3611c033 [data-name=\"layer1\"] { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c033 [data-name=\"layer1\"] path { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t<\/style>\r\n\t\t\r\n\t\t\r\n\r\n<svg version=\"1.1\" class=\"ut-vivus-draw\" data-settings=\"{&quot;draw_svg_icons&quot;:&quot;yes&quot;,&quot;draw_svg_type&quot;:&quot;oneByOne&quot;,&quot;draw_svg_delay&quot;:733.3333333333333,&quot;draw_svg_duration&quot;:&quot;150&quot;}\" id=\"ut-svg-6a23b3611c033\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M30,38v6c0,0,0,19-7,19h9\"\/>\r\n<path fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,63h9c-7,0-7-19-7-19v-6\"\/>\r\n<path fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"M34,38\r\n\tc0,7.457,8.044,12.125,15.5,12.125c7.455,0,13.5-6.043,13.5-13.5s-6.045-13.5-13.5-13.5c-2.678,0-5.168,0.789-7.267,2.135\r\n\tc1.995-2.345,3.204-5.378,3.204-8.697c0-7.422-6.017-13.438-13.438-13.438S18.562,9.141,18.562,16.562\r\n\tc0,3.32,1.21,6.353,3.205,8.697c-2.1-1.345-4.59-2.135-7.268-2.135c-7.456,0-13.5,6.043-13.5,13.5s6.044,13.5,13.5,13.5\r\n\tC21.955,50.125,30,45.457,30,38\"\/>\r\n<\/svg>\r\n<\/figure><div class=\"ut-service-column ut-service-column-horiz\"><h3 data-responsive-font=\"h3\">Consultancy<\/h3><p class=\"element-with-custom-line-height\" data-responsive-font=\"p\">We have created an awesome theme that will help designers, developers and companies create websites for their startups quickly and easily.<\/p><\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243;]<div class=\"wpb_content_element \"><style type=\"text\/css\">#ut_sc_6a23b3611c121 .ut-service-column a.ut-service-column-link { font-size: 12px; }#ut-svg-6a23b3611c122 { display:none; }#ut-svg-6a23b3611c122.ut-svg-loaded { display:block; }#ut-svg-6a23b3611c122 path { stroke:rgba(182, 37, 25, 0.29); }<\/style><div id=\"ut_sc_6a23b3611c121\" data-effect=\"fadeInUp\" data-animateonce=\"yes\" data-delay=\"600\" class=\"ut-horizontal-style ut-horizontal-style-align-left  clearfix  ut-animate-element animated ut-no-animation-tablet ut-no-animation-mobile\" ><figure class=\"ut-service-icon  ut-service-icon-normal ut-service-icon-large ut-service-icon-with-svg\">\t\t\t\r\n\t\t\t<style type=\"text\/css\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t#ut-svg-6a23b3611c134 { display:none; }\r\n\t\t\t\t\t#ut-svg-6a23b3611c134.ut-svg-loaded { display:block; }\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t#ut-svg-6a23b3611c134 path { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c134 line { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c134 circle { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c134 rect { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c134 ellipse { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c134 polyline { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c134 polygon { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t\r\n\t\t\t\t#ut-svg-6a23b3611c134 [data-name=\"layer1\"] { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c134 [data-name=\"layer1\"] path { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t<\/style>\r\n\t\t\r\n\t\t\r\n\r\n<svg version=\"1.1\" class=\"ut-vivus-draw\" data-settings=\"{&quot;draw_svg_icons&quot;:&quot;yes&quot;,&quot;draw_svg_type&quot;:&quot;oneByOne&quot;,&quot;draw_svg_delay&quot;:933.3333333333333,&quot;draw_svg_duration&quot;:&quot;150&quot;}\" id=\"ut-svg-6a23b3611c134\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M21,40v5h22l0.001-5.107C49,36.195,53,29.564,53,22\r\n\tc0-11.598-9.402-21-21-21s-21,9.402-21,21C11,29.565,14.998,36.304,21,40z\"\/>\r\n<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"45\" x2=\"25\" y2=\"25\"\/>\r\n<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"36\" y1=\"45\" x2=\"39\" y2=\"25\"\/>\r\n<polyline fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"25,26 29,29 32,26 35,29 39,26 \"\/>\r\n<rect x=\"21\" y=\"45\" fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"22\" height=\"6\"\/>\r\n<rect x=\"23\" y=\"51\" fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"18\" height=\"6\"\/>\r\n<rect x=\"25\" y=\"57\" fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"14\" height=\"6\"\/>\r\n<\/svg>\r\n<\/figure><div class=\"ut-service-column ut-service-column-horiz\"><h3 data-responsive-font=\"h3\">Brand &amp; Identity<\/h3><p class=\"element-with-custom-line-height\" data-responsive-font=\"p\">We have created an awesome theme that will help designers, developers and companies create websites for their startups quickly and easily.<\/p><\/div><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243;]<div class=\"wpb_content_element \"><style type=\"text\/css\">#ut_sc_6a23b3611c21f .ut-service-column a.ut-service-column-link { font-size: 12px; }#ut-svg-6a23b3611c220 { display:none; }#ut-svg-6a23b3611c220.ut-svg-loaded { display:block; }#ut-svg-6a23b3611c220 path { stroke:rgba(182, 37, 25, 0.29); }<\/style><div id=\"ut_sc_6a23b3611c21f\" data-effect=\"fadeInUp\" data-animateonce=\"yes\" data-delay=\"800\" class=\"ut-horizontal-style ut-horizontal-style-align-left  clearfix  ut-animate-element animated ut-no-animation-tablet ut-no-animation-mobile\" ><figure class=\"ut-service-icon  ut-service-icon-normal ut-service-icon-large ut-service-icon-with-svg\">\t\t\t\r\n\t\t\t<style type=\"text\/css\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t#ut-svg-6a23b3611c232 { display:none; }\r\n\t\t\t\t\t#ut-svg-6a23b3611c232.ut-svg-loaded { display:block; }\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t#ut-svg-6a23b3611c232 path { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c232 line { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c232 circle { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c232 rect { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c232 ellipse { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c232 polyline { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c232 polygon { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t\r\n\t\t\t\t#ut-svg-6a23b3611c232 [data-name=\"layer1\"] { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c232 [data-name=\"layer1\"] path { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t<\/style>\r\n\t\t\r\n\t\t\r\n\r\n<svg version=\"1.1\" class=\"ut-vivus-draw\" data-settings=\"{&quot;draw_svg_icons&quot;:&quot;yes&quot;,&quot;draw_svg_type&quot;:&quot;oneByOne&quot;,&quot;draw_svg_delay&quot;:1133.3333333333333,&quot;draw_svg_duration&quot;:&quot;150&quot;}\" id=\"ut-svg-6a23b3611c232\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"\/>\r\n<circle fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"15\"\/>\r\n<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"18\" x2=\"26\" y2=\"1\"\/>\r\n<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"18\" x2=\"38\" y2=\"1\"\/>\r\n<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"63\" x2=\"26\" y2=\"46\"\/>\r\n<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"63\" x2=\"38\" y2=\"46\"\/>\r\n<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"26\" x2=\"63\" y2=\"26\"\/>\r\n<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"38\" x2=\"63\" y2=\"38\"\/>\r\n<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"26\" x2=\"18\" y2=\"26\"\/>\r\n<line fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"38\" x2=\"18\" y2=\"38\"\/>\r\n<\/svg>\r\n<\/figure><div class=\"ut-service-column ut-service-column-horiz\"><h3 data-responsive-font=\"h3\">Lifetime Free Updates<\/h3><p class=\"element-with-custom-line-height\" data-responsive-font=\"p\">We have created an awesome theme that will help designers, developers and companies create websites for their startups quickly and easily.<\/p><\/div><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243;]<div class=\"wpb_content_element \"><style type=\"text\/css\">#ut_sc_6a23b3611c317 .ut-service-column a.ut-service-column-link { font-size: 12px; }#ut-svg-6a23b3611c318 { display:none; }#ut-svg-6a23b3611c318.ut-svg-loaded { display:block; }#ut-svg-6a23b3611c318 path { stroke:rgba(182, 37, 25, 0.29); }<\/style><div id=\"ut_sc_6a23b3611c317\" data-effect=\"fadeInUp\" data-animateonce=\"yes\" data-delay=\"1000\" class=\"ut-horizontal-style ut-horizontal-style-align-left  clearfix  ut-animate-element animated ut-no-animation-tablet ut-no-animation-mobile\" ><figure class=\"ut-service-icon  ut-service-icon-normal ut-service-icon-large ut-service-icon-with-svg\">\t\t\t\r\n\t\t\t<style type=\"text\/css\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t#ut-svg-6a23b3611c32a { display:none; }\r\n\t\t\t\t\t#ut-svg-6a23b3611c32a.ut-svg-loaded { display:block; }\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t#ut-svg-6a23b3611c32a path { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c32a line { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c32a circle { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c32a rect { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c32a ellipse { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c32a polyline { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c32a polygon { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t\r\n\t\t\t\t#ut-svg-6a23b3611c32a [data-name=\"layer1\"] { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t#ut-svg-6a23b3611c32a [data-name=\"layer1\"] path { stroke: rgba(182, 37, 25, 0.29); }\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t<\/style>\r\n\t\t\r\n\t\t\r\n\r\n<svg version=\"1.1\" class=\"ut-vivus-draw\" data-settings=\"{&quot;draw_svg_icons&quot;:&quot;yes&quot;,&quot;draw_svg_type&quot;:&quot;oneByOne&quot;,&quot;draw_svg_delay&quot;:1333.3333333333333,&quot;draw_svg_duration&quot;:&quot;150&quot;}\" id=\"ut-svg-6a23b3611c32a\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M11,48C5.477,48,1,43.523,1,38s4.477-10,10-10h2v20\r\n\tH11z\"\/>\r\n<path fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53,28c5.523,0,10,4.477,10,10s-4.477,10-10,10h-2\r\n\tV28H53z\"\/>\r\n<path fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M13,31v-9c0,0,0-16,19-16s19,16,19,16v6\"\/>\r\n<polyline fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"51,48 51,53 36,59 28,59 28,55 36,55 \r\n\t36,58 \"\/>\r\n<\/svg>\r\n<\/figure><div class=\"ut-service-column ut-service-column-horiz\"><h3 data-responsive-font=\"h3\">Elite Support<\/h3><p class=\"element-with-custom-line-height\" data-responsive-font=\"p\">We have created an awesome theme that will help designers, developers and companies create websites for their startups quickly and easily.<\/p><\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1526951420537{padding-top: 100px !important;padding-bottom: 60px !important;background-color: #141618 !important;}&#8221;][vc_column delay=&#8221;true&#8221; effect=&#8221;zoomIn&#8221; delay_timer=&#8221;100&#8243;]<div class=\"wpb_content_element \"><style type=\"text\/css\">#ut_fancy_link_6a23b3611c5ce a { font-family: \"Montserrat\";font-weight:700;font-style:normal; }#ut_fancy_link_6a23b3611c5ce a { text-transform:capitalize; }#ut_fancy_link_6a23b3611c5ce a { color: #ffffff }#ut_fancy_link_6a23b3611c5ce a:hover { color: rgba(255,255,255,0.5) }#ut_fancy_link_6a23b3611c5ce a::before { background: #ffffff }#ut_fancy_link_6a23b3611c5ce a::after { background: #ffffff }#ut_fancy_link_6a23b3611c5ce a:hover::before { background: rgba(255,255,255,0.5) }#ut_fancy_link_6a23b3611c5ce a:hover::after { background: rgba(255,255,255,0.5) }<\/style><span id=\"ut_fancy_link_6a23b3611c5ce\" class=\"cta-btn cl-effect-18 \"><a  class=\"cl-effect-18 \" title=\"\" target=\"_self\" href=\"mailto:your@email.com\" >Let\u2019s talk about your project<\/a><\/span><\/div>[\/vc_column][\/vc_row][\/vc_section][vc_section bklyn_section_anchor_id=&#8221;Team&#8221; el_name=&#8221;Team Section&#8221;][vc_row][vc_column offset=&#8221;vc_col-lg-12&#8243;]<div class=\"wpb_content_element \"><style type=\"text\/css\"><\/style><header id=\"ut_header_6a23b3611c7ef\" class=\"section-header  ut-no-title-linebreak-mobile ut-no-lead-linebreak-mobile pt-style-2 header-center header-tablet-center header-mobile-center element-with-custom-line-height\"><div class=\"element-with-custom-line-height\" ><h2 data-title=\"All-Star Team.\"  data-responsive-font=\"section_title\" class=\"section-title  \"><span>All-Star Team.<\/span><\/h2><\/div><div data-delay=\"0\" class=\"lead \"><p>We are a creative agency located in Brooklyn, New York.<br \/>\nWe\u2019ve won a ton of awards and have been featured in all of the magazines.<\/p>\n<\/div><\/header><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; css=&#8221;.vc_custom_1526997055080{margin-top: 40px !important;padding-top: 0px !important;padding-bottom: 0px !important;background-color: #141618 !important;}&#8221; el_name=&#8221;Margin top 0px&#8221;][vc_column width=&#8221;1\/4&#8243; delay=&#8221;true&#8221; effect=&#8221;zoomIn&#8221; delay_timer=&#8221;100&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-6 vc_col-sm-6 vc_col-xs-12&#8243;]<div class=\"wpb_content_element  vc_custom_1537572061645\"><style type=\"text\/css\">#ut_tm_6a23b3611d356 .bklyn5-team-member-name { color: #ffffff; }#ut_tm_6a23b3611d356.bklyn5-team-member .bklyn5-team-member-social-icons > *::before { background: #19b5fe; }#ut_tm_6a23b3611d356 .bklyn5-team-member-name { font-size: 20px; }#ut_tm_6a23b3611d356 .bklyn5-team-member-ocupation { color: #ffffff; }#ut_tm_6a23b3611d356 .bklyn5-team-member-ocupation { font-weight: 600; }#ut_tm_6a23b3611d356 .bklyn5-team-member-ocupation { letter-spacing: 0.05em; }#ut_tm_6a23b3611d356 .bklyn5-team-member-social-icons a { color: rgba(255,255,255,0.7); }#ut_tm_6a23b3611d356 .bklyn5-team-member-social-icons a:visited { color: rgba(255,255,255,0.7); }#ut_tm_6a23b3611d356 .bklyn5-team-member-social-icons a { font-size: 18px; }#ut_tm_6a23b3611d356 .bklyn5-team-member-social-icons a:hover { color: #ffffff; }#ut_tm_6a23b3611d356 .bklyn5-team-member-social-icons a:focus { color: #ffffff; }#ut_tm_6a23b3611d356 .bklyn5-team-member-social-icons a:active { color: #ffffff; }#ut_tm_6a23b3611d356 .bklyn5-team-member-overlay { background: rgba(20,22,24,0.75); }<\/style><div id=\"ut_tm_6a23b3611d356\" class=\"bklyn5-team-member bklyn5-team-member-style-3 bklyn5-team-member-left\"><div class=\"bklyn5-team-member-avatar\"><img class=\"ut-adaptive-image wp-post-image skip-lazy \" data-src=\"https:\/\/holadali.pl\/wp-content\/plugins\/ut-shortcodes\/\/img\/placeholder\/replace-normal.jpg\"><\/div><div class=\"bklyn5-team-member-overlay\"><div class=\"bklyn5-team-member-overlay-caption\"><div class=\"bklyn5-team-member-info\"><h3 class=\"bklyn5-team-member-name\">Walther White<\/h3><div class=\"bklyn5-team-member-ocupation\">FOUNDER<\/div><div class=\"bklyn5-team-member-social-icons \"><ul><li><a title=\"\" href=\"#\" target=\"_self\" ><i class=\"fa fa-facebook\"><\/i><\/a><\/li><li><a title=\"\" href=\"#\" target=\"_self\" ><i class=\"fa fa-twitter\"><\/i><\/a><\/li><li><a title=\"\" href=\"#\" target=\"_self\" ><i class=\"fa fa-github\"><\/i><\/a><\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/4&#8243; delay=&#8221;true&#8221; effect=&#8221;zoomIn&#8221; delay_timer=&#8221;200&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-6 vc_col-sm-6 vc_col-xs-12&#8243;]<div class=\"wpb_content_element  vc_custom_1537572069289\"><style type=\"text\/css\">#ut_tm_6a23b3611dbeb .bklyn5-team-member-name { color: #ffffff; }#ut_tm_6a23b3611dbeb.bklyn5-team-member .bklyn5-team-member-social-icons > *::before { background: #19b5fe; }#ut_tm_6a23b3611dbeb .bklyn5-team-member-name { font-size: 20px; }#ut_tm_6a23b3611dbeb .bklyn5-team-member-ocupation { color: #ffffff; }#ut_tm_6a23b3611dbeb .bklyn5-team-member-ocupation { font-weight: 600; }#ut_tm_6a23b3611dbeb .bklyn5-team-member-ocupation { letter-spacing: 0.05em; }#ut_tm_6a23b3611dbeb .bklyn5-team-member-social-icons a { color: rgba(255,255,255,0.7); }#ut_tm_6a23b3611dbeb .bklyn5-team-member-social-icons a:visited { color: rgba(255,255,255,0.7); }#ut_tm_6a23b3611dbeb .bklyn5-team-member-social-icons a { font-size: 18px; }#ut_tm_6a23b3611dbeb .bklyn5-team-member-social-icons a:hover { color: #ffffff; }#ut_tm_6a23b3611dbeb .bklyn5-team-member-social-icons a:focus { color: #ffffff; }#ut_tm_6a23b3611dbeb .bklyn5-team-member-social-icons a:active { color: #ffffff; }#ut_tm_6a23b3611dbeb .bklyn5-team-member-overlay { background: rgba(20,22,24,0.75); }<\/style><div id=\"ut_tm_6a23b3611dbeb\" class=\"bklyn5-team-member bklyn5-team-member-style-3 bklyn5-team-member-left\"><div class=\"bklyn5-team-member-avatar\"><img class=\"ut-adaptive-image wp-post-image skip-lazy \" data-src=\"https:\/\/holadali.pl\/wp-content\/plugins\/ut-shortcodes\/\/img\/placeholder\/replace-normal.jpg\"><\/div><div class=\"bklyn5-team-member-overlay\"><div class=\"bklyn5-team-member-overlay-caption\"><div class=\"bklyn5-team-member-info\"><h3 class=\"bklyn5-team-member-name\">Skyler White<\/h3><div class=\"bklyn5-team-member-ocupation\">DESIGNER<\/div><div class=\"bklyn5-team-member-social-icons \"><ul><li><a title=\"\" href=\"#\" target=\"_self\" ><i class=\"fa fa-twitch\"><\/i><\/a><\/li><li><a title=\"\" href=\"#\" target=\"_self\" ><i class=\"fa fa-instagram\"><\/i><\/a><\/li><li><a title=\"\" href=\"#\" target=\"_self\" ><i class=\"fa fa-envelope-o\"><\/i><\/a><\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/4&#8243; delay=&#8221;true&#8221; effect=&#8221;zoomIn&#8221; delay_timer=&#8221;300&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-6 vc_col-sm-6 vc_col-xs-12&#8243;]<div class=\"wpb_content_element  vc_custom_1537572077276\"><style type=\"text\/css\">#ut_tm_6a23b3611e484 .bklyn5-team-member-name { color: #ffffff; }#ut_tm_6a23b3611e484.bklyn5-team-member .bklyn5-team-member-social-icons > *::before { background: #19b5fe; }#ut_tm_6a23b3611e484 .bklyn5-team-member-name { font-size: 20px; }#ut_tm_6a23b3611e484 .bklyn5-team-member-ocupation { color: #ffffff; }#ut_tm_6a23b3611e484 .bklyn5-team-member-ocupation { font-weight: 600; }#ut_tm_6a23b3611e484 .bklyn5-team-member-ocupation { letter-spacing: 0.05em; }#ut_tm_6a23b3611e484 .bklyn5-team-member-social-icons a { color: rgba(255,255,255,0.7); }#ut_tm_6a23b3611e484 .bklyn5-team-member-social-icons a:visited { color: rgba(255,255,255,0.7); }#ut_tm_6a23b3611e484 .bklyn5-team-member-social-icons a { font-size: 18px; }#ut_tm_6a23b3611e484 .bklyn5-team-member-social-icons a:hover { color: #ffffff; }#ut_tm_6a23b3611e484 .bklyn5-team-member-social-icons a:focus { color: #ffffff; }#ut_tm_6a23b3611e484 .bklyn5-team-member-social-icons a:active { color: #ffffff; }#ut_tm_6a23b3611e484 .bklyn5-team-member-overlay { background: rgba(20,22,24,0.75); }<\/style><div id=\"ut_tm_6a23b3611e484\" class=\"bklyn5-team-member bklyn5-team-member-style-3 bklyn5-team-member-left\"><div class=\"bklyn5-team-member-avatar\"><img class=\"ut-adaptive-image wp-post-image skip-lazy \" data-src=\"https:\/\/holadali.pl\/wp-content\/plugins\/ut-shortcodes\/\/img\/placeholder\/replace-normal.jpg\"><\/div><div class=\"bklyn5-team-member-overlay\"><div class=\"bklyn5-team-member-overlay-caption\"><div class=\"bklyn5-team-member-info\"><h3 class=\"bklyn5-team-member-name\">Mike Ehrmantraut<\/h3><div class=\"bklyn5-team-member-ocupation\">DEVELOPER<\/div><div class=\"bklyn5-team-member-social-icons \"><ul><li><a title=\"\" href=\"#\" target=\"_self\" ><i class=\"fa fa-linkedin\"><\/i><\/a><\/li><li><a title=\"\" href=\"#\" target=\"_self\" ><i class=\"fa fa-steam-square\"><\/i><\/a><\/li><li><a title=\"\" href=\"#\" target=\"_self\" ><i class=\"fa fa-behance\"><\/i><\/a><\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/4&#8243; delay=&#8221;true&#8221; effect=&#8221;zoomIn&#8221; delay_timer=&#8221;400&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-6 vc_col-sm-6 vc_col-xs-12&#8243;]<div class=\"wpb_content_element  vc_custom_1537572084871\"><style type=\"text\/css\">#ut_tm_6a23b3611ecf4 .bklyn5-team-member-name { color: #ffffff; }#ut_tm_6a23b3611ecf4.bklyn5-team-member .bklyn5-team-member-social-icons > *::before { background: #19b5fe; }#ut_tm_6a23b3611ecf4 .bklyn5-team-member-name { font-size: 20px; }#ut_tm_6a23b3611ecf4 .bklyn5-team-member-ocupation { color: #ffffff; }#ut_tm_6a23b3611ecf4 .bklyn5-team-member-ocupation { font-weight: 600; }#ut_tm_6a23b3611ecf4 .bklyn5-team-member-ocupation { letter-spacing: 0.05em; }#ut_tm_6a23b3611ecf4 .bklyn5-team-member-social-icons a { color: rgba(255,255,255,0.7); }#ut_tm_6a23b3611ecf4 .bklyn5-team-member-social-icons a:visited { color: rgba(255,255,255,0.7); }#ut_tm_6a23b3611ecf4 .bklyn5-team-member-social-icons a { font-size: 18px; }#ut_tm_6a23b3611ecf4 .bklyn5-team-member-social-icons a:hover { color: #ffffff; }#ut_tm_6a23b3611ecf4 .bklyn5-team-member-social-icons a:focus { color: #ffffff; }#ut_tm_6a23b3611ecf4 .bklyn5-team-member-social-icons a:active { color: #ffffff; }#ut_tm_6a23b3611ecf4 .bklyn5-team-member-overlay { background: rgba(20,22,24,0.75); }<\/style><div id=\"ut_tm_6a23b3611ecf4\" class=\"bklyn5-team-member bklyn5-team-member-style-3 bklyn5-team-member-left\"><div class=\"bklyn5-team-member-avatar\"><img class=\"ut-adaptive-image wp-post-image skip-lazy \" data-src=\"https:\/\/holadali.pl\/wp-content\/plugins\/ut-shortcodes\/\/img\/placeholder\/replace-normal.jpg\"><\/div><div class=\"bklyn5-team-member-overlay\"><div class=\"bklyn5-team-member-overlay-caption\"><div class=\"bklyn5-team-member-info\"><h3 class=\"bklyn5-team-member-name\">Mike Ehrmantraut<\/h3><div class=\"bklyn5-team-member-ocupation\">DEVELOPER<\/div><div class=\"bklyn5-team-member-social-icons \"><ul><li><a title=\"\" href=\"#\" target=\"_self\" ><i class=\"fa fa-linkedin\"><\/i><\/a><\/li><li><a title=\"\" href=\"#\" target=\"_self\" ><i class=\"fa fa-steam-square\"><\/i><\/a><\/li><li><a title=\"\" href=\"#\" target=\"_self\" ><i class=\"fa fa-behance\"><\/i><\/a><\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221; css=&#8221;.vc_custom_1526941163637{padding-top: 100px !important;padding-bottom: 60px !important;background-color: #141618 !important;}&#8221;][vc_column width=&#8221;1\/4&#8243; delay=&#8221;true&#8221; effect=&#8221;zoomIn&#8221; delay_timer=&#8221;100&#8243;][ut_number_counter sep=&#8221;true&#8221; caption_font_weight=&#8221;500&#8243; caption_letter_spacing=&#8221;0.05&#8243; counter_font_size=&#8221;80&#8243; to=&#8221;1270&#8243; counter_color=&#8221;#19b5fe&#8221; desccolor=&#8221;#ffffff&#8221;] Twinkies Eaten [\/ut_number_counter][\/vc_column][vc_column width=&#8221;1\/4&#8243; delay=&#8221;true&#8221; effect=&#8221;zoomIn&#8221; delay_timer=&#8221;200&#8243;][ut_number_counter sep=&#8221;true&#8221; caption_font_weight=&#8221;500&#8243; caption_letter_spacing=&#8221;0.05&#8243; to=&#8221;75&#8243; counter_color=&#8221;#19b5fe&#8221; desccolor=&#8221;#ffffff&#8221;] Clients Worked With [\/ut_number_counter][\/vc_column][vc_column width=&#8221;1\/4&#8243; delay=&#8221;true&#8221; effect=&#8221;zoomIn&#8221; delay_timer=&#8221;300&#8243;][ut_number_counter sep=&#8221;true&#8221; caption_font_weight=&#8221;500&#8243; caption_letter_spacing=&#8221;0.05&#8243; counter_font_size=&#8221;40&#8243; to=&#8221;90&#8243; counter_color=&#8221;#19b5fe&#8221; desccolor=&#8221;#ffffff&#8221;] Completed Projects[\/ut_number_counter][\/vc_column][vc_column width=&#8221;1\/4&#8243; delay=&#8221;true&#8221; effect=&#8221;zoomIn&#8221; delay_timer=&#8221;400&#8243;][ut_number_counter sep=&#8221;true&#8221; caption_font_weight=&#8221;500&#8243; caption_letter_spacing=&#8221;0.05&#8243; counter_font_size=&#8221;20&#8243; to=&#8221;4&#8243; counter_color=&#8221;#19b5fe&#8221; desccolor=&#8221;#ffffff&#8221;] Winning Awards[\/ut_number_counter][\/vc_column][\/vc_row][\/vc_section][vc_section section_separator_top=&#8221;true&#8221; section_separator_svg_top=&#8221;diagonal&#8221; section_separator_top_height_px=&#8221;90&#8243; section_separator_top_height_unit=&#8221;px&#8221; el_name=&#8221;News Section&#8221; bklyn_section_anchor_id=&#8221;News&#8221; section_separator_top_color_1=&#8221;#141618&#8243;][vc_row][vc_column offset=&#8221;vc_col-lg-12&#8243;]<div class=\"wpb_content_element \"><style type=\"text\/css\"><\/style><header id=\"ut_header_6a23b3611eef0\" class=\"section-header  ut-no-title-linebreak-mobile ut-no-lead-linebreak-mobile pt-style-2 header-center header-tablet-center header-mobile-center element-with-custom-line-height\"><div class=\"element-with-custom-line-height\" ><h2 data-title=\"Latest News.\"  data-responsive-font=\"section_title\" class=\"section-title  \"><span>Latest News.<\/span><\/h2><\/div><div data-delay=\"0\" class=\"lead \"><p>The latest creative news from our studio from Brooklyn.<\/p>\n<\/div><\/header><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<style type=\"text\/css\">#ut_blog_grid_6a23b3611f1a2 .ut-blog-grid-article { margin-top: 10px; }<\/style><div id=\"ut_blog_grid_6a23b3611f1a2\" class=\"ut-blog-grid-module blog\"><div class=\"ut-blog-grid  clearfix ut-blog-grid-date-default\"><\/div><\/div>[\/vc_column][\/vc_row][\/vc_section]\n","protected":false},"excerpt":{"rendered":"<p>[vc_section bklyn_section_anchor_id=&#8221;Work&#8221; el_name=&#8221;First Section \/ Work&#8221;][vc_row][vc_column offset=&#8221;vc_col-lg-12&#8243;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1526945134765{margin-top: 0px !important;padding-top: 80px !important;padding-bottom: 40px !important;background-color: #fafafa !important;}&#8221; el_name=&#8221;Margin top 0px&#8221;][vc_column][\/vc_column][\/vc_row][\/vc_section][vc_section el_name=&#8221;Service Section&#8221; bklyn_section_anchor_id=&#8221;Services&#8221;][vc_row][vc_column offset=&#8221;vc_col-lg-12&#8243;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1526951420537{padding-top: 100px !important;padding-bottom: 60px !important;background-color: #141618 !important;}&#8221;][vc_column delay=&#8221;true&#8221; effect=&#8221;zoomIn&#8221; delay_timer=&#8221;100&#8243;][\/vc_column][\/vc_row][\/vc_section][vc_section bklyn_section_anchor_id=&#8221;Team&#8221; el_name=&#8221;Team Section&#8221;][vc_row][vc_column offset=&#8221;vc_col-lg-12&#8243;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; css=&#8221;.vc_custom_1526997055080{margin-top: 40px !important;padding-top: 0px !important;padding-bottom: 0px !important;background-color: #141618 !important;}&#8221; el_name=&#8221;Margin [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-923","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/holadali.pl\/index.php\/wp-json\/wp\/v2\/pages\/923","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/holadali.pl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/holadali.pl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/holadali.pl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/holadali.pl\/index.php\/wp-json\/wp\/v2\/comments?post=923"}],"version-history":[{"count":0,"href":"https:\/\/holadali.pl\/index.php\/wp-json\/wp\/v2\/pages\/923\/revisions"}],"wp:attachment":[{"href":"https:\/\/holadali.pl\/index.php\/wp-json\/wp\/v2\/media?parent=923"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}