{"id":19,"date":"2023-04-16T15:34:42","date_gmt":"2023-04-16T15:34:42","guid":{"rendered":"http:\/\/akildy.com\/themes\/dora\/?page_id=19"},"modified":"2023-10-19T09:53:04","modified_gmt":"2023-10-19T09:53:04","slug":"home-page-03","status":"publish","type":"page","link":"https:\/\/akildy.com\/themes\/dora\/home-page-03\/","title":{"rendered":"Home Page 03"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"19\" class=\"elementor elementor-19\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-edee5df elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"edee5df\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a2118d6\" data-id=\"a2118d6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f2b3925 elementor-widget elementor-widget-dora_slider\" data-id=\"f2b3925\" data-element_type=\"widget\" data-widget_type=\"dora_slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t                            <!-- slider-area -->\r\n                <div class=\"slider-active \">\r\n                    <div class=\"single-slider slider-bg d-flex slider-bg-three align-items-center\">\r\n                       <div class=\"container\">\r\n                            <div class=\"row justify-content-center align-items-center\">\r\n                               <div class=\"col-lg-7 col-md-7\">  \r\n                                   <div class=\"slider-content s-slider-content mt-20\">\r\n\t\t\t\t\t\t\t\t\t                                        <h5 class=\"video_h5\" data-animation=\"fadeInUp\" data-delay=\".4s\">Dora Consulting<\/h5>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                        <h2 class=\"video_h2\" data-animation=\"fadeInUp\" data-delay=\".4s\">Build a <span>Business Strategy<\/span><\/h2>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                        <p class=\"video_p\" data-animation=\"fadeInUp\" data-delay=\".6s\">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Dolores voluptatibus fugit placeat tempora rem? Neque, qui. Voluptate consequatur nesciunt voluptas quaerat fuga.<\/p>\r\n\t\t\t\t\t\t\t\t\t   \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                        <div class=\"slider-btn mt-30\">\r\n\t\t\t\t\t\t\t\t\t\t          \r\n                                           <a href=\"https:\/\/akildy.com\/themes\/dora\/our-services\" class=\"btn ss-btn the_video_btn\" data-animation=\"fadeInLeft\" data-delay=\".4s\" onmouseover=\"this.style.backgroundColor='';\" onmouseout=\"this.style.backgroundColor='';\">Discover More <i class=\"fal fa-angle-right\"><\/i><\/a>\r\n                                        <\/div> \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                \r\n                                   <\/div>\r\n                               <\/div>\r\n                               <div class=\"col-lg-5 col-md-5 p-relative\">\r\n                               <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <!-- video -->\r\n\t\t\t\t\t\t                            <video id=\"my-video\" class=\"video2\" muted loop autoplay>\r\n                               <source src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/slider-vedio.mp4\" type=\"video\/mp4\">\r\n                            <\/video>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- \/video -->\r\n                    <\/div>\r\n                <\/div>\r\n           <!-- slider-area-end -->\r\n\r\n<script>\r\njQuery(document).ready(function() {\r\n                            \r\n\/\/ mainSlider\r\nfunction mainSlider() {\r\n\tvar BasicSlider = $('.slider-active');\r\n\tBasicSlider.on('init', function (e, slick) {\r\n\t\tvar $firstAnimatingElements = $('.single-slider:first-child').find('[data-animation]');\r\n\t\tdoAnimations($firstAnimatingElements);\r\n\t});\r\n\tBasicSlider.on('beforeChange', function (e, slick, currentSlide, nextSlide) {\r\n\t\tvar $animatingElements = $('.single-slider[data-slick-index=\"' + nextSlide + '\"]').find('[data-animation]');\r\n\t\tdoAnimations($animatingElements);\r\n\t});\r\n\tBasicSlider.slick({\r\n\t\tautoplay: true,\r\n\t\tautoplaySpeed: 10000,\r\n\t\tdots:false ,\r\n\t\tfade: true,\r\n\t\tarrows: true,\r\n\t\tprevArrow: '<button type=\"button\" class=\"slick-prev\"><i class=\"far fa-angle-left\"><\/i><\/button>',\r\n\t\tnextArrow: '<button type=\"button\" class=\"slick-next\"><i class=\"far fa-angle-right\"><\/i><\/button>',\r\n\t\tresponsive: [\r\n\t\t\t{ breakpoint: 1200, settings: { dots: false, arrows: false } }\r\n\t\t]\r\n\t});\r\n\r\n\tfunction doAnimations(elements) {\r\n\t\tvar animationEndEvents = 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend';\r\n\t\telements.each(function () {\r\n\t\t\tvar $this = $(this);\r\n\t\t\tvar $animationDelay = $this.data('delay');\r\n\t\t\tvar $animationType = 'animated ' + $this.data('animation');\r\n\t\t\t$this.css({\r\n\t\t\t\t'animation-delay': $animationDelay,\r\n\t\t\t\t'-webkit-animation-delay': $animationDelay\r\n\t\t\t});\r\n\t\t\t$this.addClass($animationType).one(animationEndEvents, function () {\r\n\t\t\t\t$this.removeClass($animationType);\r\n\t\t\t});\r\n\t\t});\r\n\t}\r\n}\r\nmainSlider();\r\n\r\n});\r\n<\/script>\r\n\r\n                    \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d86256f elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"d86256f\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ccb9689\" data-id=\"ccb9689\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7610bf5 elementor-widget elementor-widget-dora_services\" data-id=\"7610bf5\" data-element_type=\"widget\" data-widget_type=\"dora_services.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\r\n        \t\t\t<section class=\"service-details-one pt-120 pb-90 p-relative fix \" >\r\n                <div class=\"container\">\r\n                    <div class=\"row\">\r\n            \t\t\t\t\t\t<div class=\"col-lg-4 col-md-6 col-sm-12\">\r\n\t\t\t\t<div class=\"services-box07 mb-30\">\r\n\t\t\t\t\t<div class=\"sr-contner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"icon\">\r\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/07\/sve-icon4.png\" class=\"img-fluid wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"text\">\r\n\t\t\t\t\t    \t\t\t\t\t\t\t<h5><a href=\"https:\/\/akildy.com\/themes\/dora\/services\/web-design\/\">Web Design<\/a><\/h5>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tLorem ipsum dolor sit amet consectetur adipisicing elit. Modi, officiis.\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t    \t\t\t\t\t\t<div class=\"col-lg-4 col-md-6 col-sm-12\">\r\n\t\t\t\t<div class=\"services-box07 mb-30\">\r\n\t\t\t\t\t<div class=\"sr-contner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"icon\">\r\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/07\/sve-icon5.png\" class=\"img-fluid wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"text\">\r\n\t\t\t\t\t    \t\t\t\t\t\t\t<h5><a href=\"https:\/\/akildy.com\/themes\/dora\/services\/ui-design\/\">UI Design<\/a><\/h5>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tLorem ipsum dolor sit amet consectetur adipisicing elit. Modi, officiis.\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t    \t\t\t\t\t\t<div class=\"col-lg-4 col-md-6 col-sm-12\">\r\n\t\t\t\t<div class=\"services-box07 mb-30\">\r\n\t\t\t\t\t<div class=\"sr-contner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"icon\">\r\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/07\/sve-icon6.png\" class=\"img-fluid wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"text\">\r\n\t\t\t\t\t    \t\t\t\t\t\t\t<h5><a href=\"https:\/\/akildy.com\/themes\/dora\/services\/branding-design\/\">Branding Design<\/a><\/h5>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tLorem ipsum dolor sit amet consectetur adipisicing elit. Modi, officiis.\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t    \t\t    \r\n\t\t\t        <\/div>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/section>\r\n\t\t\t\t\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6cc3e0d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6cc3e0d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a99ded5\" data-id=\"a99ded5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-361677c elementor-widget elementor-widget-spacer\" data-id=\"361677c\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.16.0 - 09-10-2023 *\/\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\/style>\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e7c00f elementor-widget elementor-widget-dora_about\" data-id=\"0e7c00f\" data-element_type=\"widget\" data-widget_type=\"dora_about.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t         <!-- about-area -->\r\n         <section class=\"about-area p-relative fix \">\r\n                <div class=\"container\">\r\n                    <div class=\"row justify-content-center align-items-center\">\r\n\r\n                                                    <div class=\"col-lg-6 col-md-12 col-sm-12\">\r\n                                                                    <div class=\"s-about-img p-relative  wow fadeInLeft animated\" data-animation=\"fadeInLeft\" data-delay=\".4s\">\r\n                                        <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/about_img.png\" alt=\"img\">\r\n                                    <\/div>\r\n                                                            <\/div>\r\n                                                \r\n\t\t\t\t\t    <div class=\"col-lg-6 col-md-12 col-sm-12\">\r\n                            <div class=\"about-content s-about-content  wow fadeInRight  animated\" data-animation=\"fadeInRight\" data-delay=\".4s\">\r\n                                    <div class=\"about-title second-title pb-25\">  \r\n                                        <h5 >ABOUT COMPANY<\/h5>\r\n                                        <h2 >We Provide Quality Ideas<\/h2>                        \r\n                                    <\/div>\r\n                                    <span ><p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Sint maiores laborum cumque placeat modi ut quisquam tempora iusto corrupti fugiat molestias, illum magni deleniti quasi officiis ex distinctio, nihil consequatur.<\/p>\n\n<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis ex molestias vitae vero eum, dolores repudiandae commodi. Accusamus fugit maxime, unde at dolorem earum cupiditate illo, fugiat neque ea libero.<\/p>\n<div class=\"about-content3\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<ul class=\"green\">\n \t<li>Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquam.<\/li>\n \t<li>Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquam.<\/li>\n \t<li>Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquam.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div><\/span>\r\n                                                                                                                        <div class=\"slider-btn mt-20\">                                        \r\n                                                <a href=\"https:\/\/akildy.com\/themes\/dora\/about\/\" class=\"btn ss-btn smoth-scroll\">Read More <i class=\"fal fa-angle-right\"><\/i><\/a>\t\t\t\t\r\n                                            <\/div>\r\n                                                                                                        <\/div>\r\n                        <\/div>\r\n                     \r\n                    <\/div>\r\n                <\/div>\r\n            <\/section>\r\n            <!-- about-area-end -->\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15de1ea elementor-widget elementor-widget-spacer\" data-id=\"15de1ea\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8fedd0b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"8fedd0b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ca02bf\" data-id=\"0ca02bf\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1d5a67d elementor-widget elementor-widget-dora_banner\" data-id=\"1d5a67d\" data-element_type=\"widget\" data-widget_type=\"dora_banner.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t            <!-- cta-area -->\r\n\t\t\t            <section class=\"cta-area cta-bg pt-120 pb-120 \" style=\"background-image:url(http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/cta_bg02.png)\">\r\n                <div class=\"container\">\r\n                    <div class=\"row justify-content-center text-center\">\r\n                        <div class=\"col-lg-12\">\r\n                            <div class=\"section-title cta-title wow fadeInLeft animated\" data-animation=\"fadeInDown animated\" data-delay=\".2s\">\r\n\t\t\t\t\t\t\t\t<h3 >Our Offers<\/h3>\r\n                                <h2 >Try Our New<br>Premium Offers<\/h2>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"cta-btn s-cta-btn wow fadeInRight animated mt-30\" data-animation=\"fadeInDown animated\" data-delay=\".2s\">\r\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/akildy.com\/themes\/dora\/contact\/\" class=\"btn ss-btn smoth-scroll\">Get Started <i class=\"fal fa-angle-right\"><\/i><\/a>\t\t\t\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                            <\/div>\r\n                                             \r\n                        <\/div>\r\n\t\t\t\t\t\r\n                    <\/div>\r\n                <\/div>\r\n            <\/section>\r\n            <!-- cta-area-end -->\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-19a28ef elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"19a28ef\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-25b1bc3\" data-id=\"25b1bc3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-87e12ef elementor-widget elementor-widget-dora_heading\" data-id=\"87e12ef\" data-element_type=\"widget\" data-widget_type=\"dora_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t                        <div class=\"section-title center-align pt-90 mb-50 \">\r\n                <h5 >How It Works<\/h5>\r\n                <h2 >What We Do<\/h2>\r\n            <\/div>\r\n                    \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4015a7e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4015a7e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-0e87ed2\" data-id=\"0e87ed2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b8bd5c1 elementor-widget elementor-widget-dora_content_box\" data-id=\"b8bd5c1\" data-element_type=\"widget\" data-widget_type=\"dora_content_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t            <div class=\"services-08-item mb-30 \">\r\n                <div class=\"services-08-content\">\r\n                                        <div class=\"number\">01<\/div>\r\n                                        <h3 ><a href=\"https:\/\/akildy.com\/themes\/dora\/our-services\">Creative Design<\/a><\/h3>\r\n                    <p >Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequat.<\/p>\r\n                <\/div>\r\n                                    <div class=\"services-08-thumb\">\r\n                        <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/se-icon4.png\" alt=\"img\" style=\"height:40px;\">\r\n                    <\/div>\r\n                            <\/div>\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-1f1b4bb\" data-id=\"1f1b4bb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5a5e71d elementor-widget elementor-widget-dora_content_box\" data-id=\"5a5e71d\" data-element_type=\"widget\" data-widget_type=\"dora_content_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t            <div class=\"services-08-item mb-30 \">\r\n                <div class=\"services-08-content\">\r\n                                        <div class=\"number\">02<\/div>\r\n                                        <h3 ><a href=\"https:\/\/akildy.com\/themes\/dora\/our-services\">Data Collection<\/a><\/h3>\r\n                    <p >Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequat.<\/p>\r\n                <\/div>\r\n                                    <div class=\"services-08-thumb\">\r\n                        <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/se-icon5.png\" alt=\"img\" style=\"height:40px;\">\r\n                    <\/div>\r\n                            <\/div>\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-2da406a\" data-id=\"2da406a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ae69346 elementor-widget elementor-widget-dora_content_box\" data-id=\"ae69346\" data-element_type=\"widget\" data-widget_type=\"dora_content_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t            <div class=\"services-08-item mb-30 \">\r\n                <div class=\"services-08-content\">\r\n                                        <div class=\"number\">03<\/div>\r\n                                        <h3 ><a href=\"https:\/\/akildy.com\/themes\/dora\/our-services\">Business Analysis<\/a><\/h3>\r\n                    <p >Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequat.<\/p>\r\n                <\/div>\r\n                                    <div class=\"services-08-thumb\">\r\n                        <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/se-icon6.png\" alt=\"img\" style=\"height:40px;\">\r\n                    <\/div>\r\n                            <\/div>\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-ce77508\" data-id=\"ce77508\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-11df88f elementor-widget elementor-widget-dora_content_box\" data-id=\"11df88f\" data-element_type=\"widget\" data-widget_type=\"dora_content_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t            <div class=\"services-08-item mb-30 \">\r\n                <div class=\"services-08-content\">\r\n                                        <div class=\"number\">04<\/div>\r\n                                        <h3 ><a href=\"https:\/\/akildy.com\/themes\/dora\/our-services\">Research On Product<\/a><\/h3>\r\n                    <p >Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequat.<\/p>\r\n                <\/div>\r\n                                    <div class=\"services-08-thumb\">\r\n                        <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/se-icon7.png\" alt=\"img\" style=\"height:40px;\">\r\n                    <\/div>\r\n                            <\/div>\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f7e2b5e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f7e2b5e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7b280c7\" data-id=\"7b280c7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-af8a23f elementor-widget elementor-widget-dora_heading\" data-id=\"af8a23f\" data-element_type=\"widget\" data-widget_type=\"dora_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t                        <div class=\"section-title center-align pt-90 mb-50 \">\r\n                <h5 >Our Work<\/h5>\r\n                <h2 >Latest Portfolio<\/h2>\r\n            <\/div>\r\n                    \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-567438c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"567438c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f554fc6\" data-id=\"f554fc6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3a819f9 elementor-widget elementor-widget-dora_portfolio\" data-id=\"3a819f9\" data-element_type=\"widget\" data-widget_type=\"dora_portfolio.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<!-- gallery-area -->\r\n\t\t\t            <section id=\"work\" class=\"\">\r\n\r\n                <div class=\"container mb-50\">\r\n                    <div class=\"row align-items-end\">\r\n                        <div class=\"col-xl-12 col-lg-12\">\r\n                            <div class=\"my-masonry\">\r\n                                <div class=\"button-group filter-button-group \">\r\n                                    <button class=\"active\" data-filter=\"*\">All<\/button>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                      <button data-filter=\".consulting\">Consulting<\/button>\r\n\t\t\t\t\t\t\t\t\t                                      <button data-filter=\".design\">Design<\/button>\r\n\t\t\t\t\t\t\t\t\t                                      <button data-filter=\".finance\">Finance<\/button>\r\n\t\t\t\t\t\t\t\t\t                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"container-fluid\">\r\n                    <div class=\"row\">\r\n                        <div class=\"col-lg-12\">\r\n                          <div class=\"masonry-gallery-huge\">\r\n                            <div class=\"grid col2\">\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                            <div class=\"grid-item finance\">\r\n\t\t\t\t\t\t\t\t<figure class=\"gallery-image\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t       <img loading=\"lazy\" decoding=\"async\" width=\"875\" height=\"450\" src=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img01.png\" class=\"img img-fluid wp-post-image\" alt=\"\" srcset=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img01.png 875w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img01-300x154.png 300w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img01-768x395.png 768w\" sizes=\"auto, (max-width: 875px) 100vw, 875px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<figcaption>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4><a href=\"https:\/\/akildy.com\/themes\/dora\/portfolio\/web-design-6\/\">Web Design<\/a><\/h4> \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"span\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/akildy.com\/themes\/dora\/portfolio_category\/finance\/\" rel=\"tag\">Finance<\/a><\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figcaption>  \r\n\t\t\t\t\t\t\t\t<\/figure>\r\n                            <\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                            <div class=\"grid-item consulting design\">\r\n\t\t\t\t\t\t\t\t<figure class=\"gallery-image\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t       <img loading=\"lazy\" decoding=\"async\" width=\"875\" height=\"450\" src=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img02.png\" class=\"img img-fluid wp-post-image\" alt=\"\" srcset=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img02.png 875w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img02-300x154.png 300w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img02-768x395.png 768w\" sizes=\"auto, (max-width: 875px) 100vw, 875px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<figcaption>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4><a href=\"https:\/\/akildy.com\/themes\/dora\/portfolio\/web-design-4\/\">Web Design<\/a><\/h4> \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"span\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/akildy.com\/themes\/dora\/portfolio_category\/consulting\/\" rel=\"tag\">Consulting<\/a> \/ <a href=\"https:\/\/akildy.com\/themes\/dora\/portfolio_category\/design\/\" rel=\"tag\">Design<\/a><\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figcaption>  \r\n\t\t\t\t\t\t\t\t<\/figure>\r\n                            <\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                            <div class=\"grid-item consulting design\">\r\n\t\t\t\t\t\t\t\t<figure class=\"gallery-image\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t       <img loading=\"lazy\" decoding=\"async\" width=\"422\" height=\"450\" src=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img03.png\" class=\"img img-fluid wp-post-image\" alt=\"\" srcset=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img03.png 422w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img03-281x300.png 281w\" sizes=\"auto, (max-width: 422px) 100vw, 422px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<figcaption>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4><a href=\"https:\/\/akildy.com\/themes\/dora\/portfolio\/web-design-5\/\">Web Design<\/a><\/h4> \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"span\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/akildy.com\/themes\/dora\/portfolio_category\/consulting\/\" rel=\"tag\">Consulting<\/a> \/ <a href=\"https:\/\/akildy.com\/themes\/dora\/portfolio_category\/design\/\" rel=\"tag\">Design<\/a><\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figcaption>  \r\n\t\t\t\t\t\t\t\t<\/figure>\r\n                            <\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                            <div class=\"grid-item \">\r\n\t\t\t\t\t\t\t\t<figure class=\"gallery-image\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t       <img loading=\"lazy\" decoding=\"async\" width=\"422\" height=\"450\" src=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img04.png\" class=\"img img-fluid wp-post-image\" alt=\"\" srcset=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img04.png 422w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img04-281x300.png 281w\" sizes=\"auto, (max-width: 422px) 100vw, 422px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<figcaption>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4><a href=\"https:\/\/akildy.com\/themes\/dora\/portfolio\/web-design-3\/\">Web Design<\/a><\/h4> \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figcaption>  \r\n\t\t\t\t\t\t\t\t<\/figure>\r\n                            <\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                            <div class=\"grid-item design\">\r\n\t\t\t\t\t\t\t\t<figure class=\"gallery-image\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t       <img loading=\"lazy\" decoding=\"async\" width=\"422\" height=\"450\" src=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img05.png\" class=\"img img-fluid wp-post-image\" alt=\"\" srcset=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img05.png 422w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img05-281x300.png 281w\" sizes=\"auto, (max-width: 422px) 100vw, 422px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<figcaption>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4><a href=\"https:\/\/akildy.com\/themes\/dora\/portfolio\/web-design-2\/\">Web Design<\/a><\/h4> \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"span\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/akildy.com\/themes\/dora\/portfolio_category\/design\/\" rel=\"tag\">Design<\/a><\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figcaption>  \r\n\t\t\t\t\t\t\t\t<\/figure>\r\n                            <\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                            <div class=\"grid-item consulting design\">\r\n\t\t\t\t\t\t\t\t<figure class=\"gallery-image\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t       <img loading=\"lazy\" decoding=\"async\" width=\"422\" height=\"450\" src=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img06.png\" class=\"img img-fluid wp-post-image\" alt=\"\" srcset=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img06.png 422w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/09\/protfolio-img06-281x300.png 281w\" sizes=\"auto, (max-width: 422px) 100vw, 422px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<figcaption>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4><a href=\"https:\/\/akildy.com\/themes\/dora\/portfolio\/web-design\/\">Web Design<\/a><\/h4> \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"span\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/akildy.com\/themes\/dora\/portfolio_category\/consulting\/\" rel=\"tag\">Consulting<\/a> \/ <a href=\"https:\/\/akildy.com\/themes\/dora\/portfolio_category\/design\/\" rel=\"tag\">Design<\/a><\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figcaption>  \r\n\t\t\t\t\t\t\t\t<\/figure>\r\n                            <\/div>\r\n\t\t\t\t\t\t                                  \r\n                           <\/div>\r\n                        <\/div>\r\n                     <\/div>\r\n                  <\/div>\r\n                <\/div>\r\n            <\/section>\r\n\t\t\t\t\t     \r\n             <!-- gallery-area-end -->\r\n\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8778a23 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8778a23\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-af00d55\" data-id=\"af00d55\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-893b997 elementor-widget elementor-widget-dora_heading\" data-id=\"893b997\" data-element_type=\"widget\" data-widget_type=\"dora_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t                        <div class=\"section-title center-align pt-90 mb-50 \">\r\n                <h5 >Get Started For Free & Add A Plan<\/h5>\r\n                <h2 >Price Plan <\/h2>\r\n            <\/div>\r\n                    \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e15f706 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e15f706\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-490405e\" data-id=\"490405e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a56aa72 elementor-widget elementor-widget-dora_pricing\" data-id=\"a56aa72\" data-element_type=\"widget\" data-widget_type=\"dora_pricing.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t            <!-- pricing-area -->\r\n            <div class=\"pricing-box pricing-box2  mb-60 \">\r\n                <div class=\"pricing-head\">  \r\n                                            <h3>Basic<\/h3>    \r\n                                                                <p>Great for early stage startups<\/p>\r\n                                                                <div class=\"month\">Monthly<\/div>\r\n                                        <hr>\r\n                <\/div>\r\n\r\n                                    <div class=\"pricing-body mt-20 mb-30 text-left\">\r\n                        <ul>\r\n                                                            <li class=\"elementor-repeater-item-1d69c99\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                            <li class=\"elementor-repeater-item-55954b4\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                            <li class=\"elementor-repeater-item-febd89f\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                            <li class=\"elementor-repeater-item-09485d3\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                            <li class=\"elementor-repeater-item-068bb12\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                    <\/ul>\r\n                    <\/div>  \r\n                \r\n                                <div class=\"price-count\">\r\n                    <h2>$39.99<\/h2>\r\n                <\/div> \r\n                \r\n                                                            <div class=\"pricing-btn\">\r\n                            <a href=\"https:\/\/akildy.com\/themes\/dora\/contact\/\" class=\"btn ss-btn\">Get Started <i class=\"fal fa-angle-right\"><\/i><\/a>\r\n                        <\/div>\r\n                                                <\/div>\r\n            <!-- pricing-area-end -->\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6c3eb16\" data-id=\"6c3eb16\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f7c17d8 elementor-widget elementor-widget-dora_pricing\" data-id=\"f7c17d8\" data-element_type=\"widget\" data-widget_type=\"dora_pricing.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t            <!-- pricing-area -->\r\n            <div class=\"pricing-box pricing-box2 active mb-60 \">\r\n                <div class=\"pricing-head\">  \r\n                                            <h3>Intermediate<\/h3>    \r\n                                                                <p>Perfect for established companies<\/p>\r\n                                                                <div class=\"month\">Monthly<\/div>\r\n                                        <hr>\r\n                <\/div>\r\n\r\n                                    <div class=\"pricing-body mt-20 mb-30 text-left\">\r\n                        <ul>\r\n                                                            <li class=\"elementor-repeater-item-b860637\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                            <li class=\"elementor-repeater-item-af97743\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                            <li class=\"elementor-repeater-item-35b8111\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                            <li class=\"elementor-repeater-item-a15f253\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                            <li class=\"elementor-repeater-item-1c53d61\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                    <\/ul>\r\n                    <\/div>  \r\n                \r\n                                <div class=\"price-count\">\r\n                    <h2>$49.99<\/h2>\r\n                <\/div> \r\n                \r\n                                                            <div class=\"pricing-btn\">\r\n                            <a href=\"https:\/\/akildy.com\/themes\/dora\/contact\/\" class=\"btn ss-btn\">Get Started <i class=\"fal fa-angle-right\"><\/i><\/a>\r\n                        <\/div>\r\n                                                <\/div>\r\n            <!-- pricing-area-end -->\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c9919e0\" data-id=\"c9919e0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9d6d40d elementor-widget elementor-widget-dora_pricing\" data-id=\"9d6d40d\" data-element_type=\"widget\" data-widget_type=\"dora_pricing.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t            <!-- pricing-area -->\r\n            <div class=\"pricing-box pricing-box2  mb-60 \">\r\n                <div class=\"pricing-head\">  \r\n                                            <h3>Expert<\/h3>    \r\n                                                                <p>Great for large groups<\/p>\r\n                                                                <div class=\"month\">Monthly<\/div>\r\n                                        <hr>\r\n                <\/div>\r\n\r\n                                    <div class=\"pricing-body mt-20 mb-30 text-left\">\r\n                        <ul>\r\n                                                            <li class=\"elementor-repeater-item-7a25d9b\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                            <li class=\"elementor-repeater-item-0ec7f77\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                            <li class=\"elementor-repeater-item-b8f45e6\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                            <li class=\"elementor-repeater-item-ed566f0\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                            <li class=\"elementor-repeater-item-877d6c6\">Lorem ipsum dolor sit amet.<\/li>\r\n                                                    <\/ul>\r\n                    <\/div>  \r\n                \r\n                                <div class=\"price-count\">\r\n                    <h2>$69.99<\/h2>\r\n                <\/div> \r\n                \r\n                                                            <div class=\"pricing-btn\">\r\n                            <a href=\"https:\/\/akildy.com\/themes\/dora\/contact\/\" class=\"btn ss-btn\">Get Started <i class=\"fal fa-angle-right\"><\/i><\/a>\r\n                        <\/div>\r\n                                                <\/div>\r\n            <!-- pricing-area-end -->\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b3163c1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b3163c1\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-93f9cfc\" data-id=\"93f9cfc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dc2b61c elementor-widget elementor-widget-spacer\" data-id=\"dc2b61c\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-302634e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"302634e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0d42041\" data-id=\"0d42041\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-82f2314 elementor-widget elementor-widget-dora_partners\" data-id=\"82f2314\" data-element_type=\"widget\" data-widget_type=\"dora_partners.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t            <!-- brand-area -->\r\n            <div class=\"brand-area pt-60 pb-60 \" >\r\n                <div class=\"container\">\r\n                    <div class=\"row brand-active\">\r\n\r\n                                                    <div class=\"col-xl-2\">\r\n                                <div class=\"single-brand\">\r\n                                    <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/b-logo3.png\" alt=\"img\">\r\n                                <\/div>\r\n                            <\/div>\r\n                                                    <div class=\"col-xl-2\">\r\n                                <div class=\"single-brand\">\r\n                                    <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/b-logo2.png\" alt=\"img\">\r\n                                <\/div>\r\n                            <\/div>\r\n                                                    <div class=\"col-xl-2\">\r\n                                <div class=\"single-brand\">\r\n                                    <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/b-logo4.png\" alt=\"img\">\r\n                                <\/div>\r\n                            <\/div>\r\n                                                    <div class=\"col-xl-2\">\r\n                                <div class=\"single-brand\">\r\n                                    <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/b-logo1.png\" alt=\"img\">\r\n                                <\/div>\r\n                            <\/div>\r\n                                                    <div class=\"col-xl-2\">\r\n                                <div class=\"single-brand\">\r\n                                    <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/b-logo5.png\" alt=\"img\">\r\n                                <\/div>\r\n                            <\/div>\r\n                        \r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <!-- brand-area-end -->\r\n\r\n\r\n            <script>\r\n            jQuery(document).ready(function() {\r\n                            \r\n                \/\/ brand-active\r\n                $('.brand-active').slick({\r\n                    dots: false,\r\n                    infinite: true,\r\n                    autoplay:true,\r\n                autoplaySpeed:1500,\r\n                    arrows: false,\r\n                    speed: 1000,\r\n                    slidesToShow:4,\r\n                    slidesToScroll: 2,\r\n                    responsive: [\r\n                        {\r\n                            breakpoint: 1500,\r\n                            settings: {\r\n                                slidesToShow: 4,\r\n                                slidesToScroll: 3,\r\n                                infinite: true,\r\n                            }\r\n                        },\r\n                        {\r\n                            breakpoint: 1200,\r\n                            settings: {\r\n                                slidesToShow: 3,\r\n                                slidesToScroll: 3,\r\n                                infinite: true,\r\n                            }\r\n                        },\r\n                        {\r\n                            breakpoint: 992,\r\n                            settings: {\r\n                                slidesToShow: 3,\r\n                                slidesToScroll: 1\r\n                            }\r\n                        },\r\n                        {\r\n                            breakpoint: 767,\r\n                            settings: {\r\n                                slidesToShow: 2,\r\n                                slidesToScroll: 1\r\n                            }\r\n                        },\r\n                        {\r\n                            breakpoint: 480,\r\n                            settings: {\r\n                                slidesToShow: 1,\r\n                                slidesToScroll: 1\r\n                            }\r\n                        }\r\n                    ]\r\n                });\r\n\r\n            });\r\n            <\/script>\r\n\r\n\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5d829b5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5d829b5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-88d5348\" data-id=\"88d5348\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7feeb7f elementor-widget elementor-widget-dora_heading\" data-id=\"7feeb7f\" data-element_type=\"widget\" data-widget_type=\"dora_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t                        <div class=\"section-title center-align pt-90 mb-50 \">\r\n                <h5 >Testimonials<\/h5>\r\n                <h2 >What Our Clients Says <\/h2>\r\n            <\/div>\r\n                    \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2ccacb6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2ccacb6\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1a3e0bb\" data-id=\"1a3e0bb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fadbf58 elementor-widget elementor-widget-dora_testimonials\" data-id=\"fadbf58\" data-element_type=\"widget\" data-widget_type=\"dora_testimonials.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t           <!-- testimonial-area -->\r\n            <div class=\"testimonial-active \">\r\n                                            <div class=\"single-testimonial\">\r\n                                        <div class=\"testi-author\">\r\n                        <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/testi_avatar_02.png\" class=\"img-fluid\" alt=\"img\">\r\n                    <\/div>\r\n                                                            <p><p>\u201cLorem ipsum dolor sit amet consectetur adipisicing elit. Hic repellat molestiae optio dolore impedit enim exercitationem excepturi minus nesciunt, architecto sequi delectus officia, omnis a reiciendis ex reprehenderit quibusdam voluptas\u201d<\/p><\/p>\r\n                                                            <div class=\"ta-info\">\r\n                                                    <h6>John Doe<\/h6>\r\n                                                                            <span>Analyst<\/span>\r\n                                            <\/div>\r\n                                                                <div class=\"qt-img\">\r\n                            <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/qt-icon.png\" class=\"img-fluid\" alt=\"img\">\r\n                        <\/div>\r\n                                    <\/div>\r\n                                <div class=\"single-testimonial\">\r\n                                        <div class=\"testi-author\">\r\n                        <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/testi_avatar.png\" class=\"img-fluid\" alt=\"img\">\r\n                    <\/div>\r\n                                                            <p><p>\u201cLorem ipsum dolor sit amet consectetur adipisicing elit. Hic repellat molestiae optio dolore impedit enim exercitationem excepturi minus nesciunt, architecto sequi delectus officia, omnis a reiciendis ex reprehenderit quibusdam voluptas\u201d<\/p><\/p>\r\n                                                            <div class=\"ta-info\">\r\n                                                    <h6>Alan Cooper<\/h6>\r\n                                                                            <span>Designer<\/span>\r\n                                            <\/div>\r\n                                                                <div class=\"qt-img\">\r\n                            <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/qt-icon.png\" class=\"img-fluid\" alt=\"img\">\r\n                        <\/div>\r\n                                    <\/div>\r\n                                <div class=\"single-testimonial\">\r\n                                        <div class=\"testi-author\">\r\n                        <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/testi_avatar_02.png\" class=\"img-fluid\" alt=\"img\">\r\n                    <\/div>\r\n                                                            <p>\u201cLorem ipsum dolor sit amet consectetur adipisicing elit. Hic repellat molestiae optio dolore impedit enim exercitationem excepturi minus nesciunt, architecto sequi delectus officia, omnis a reiciendis ex reprehenderit quibusdam voluptas\u201d<\/p>\r\n                                                            <div class=\"ta-info\">\r\n                                                    <h6>France Nathan<\/h6>\r\n                                                                            <span>Designer<\/span>\r\n                                            <\/div>\r\n                                                                <div class=\"qt-img\">\r\n                            <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/qt-icon.png\" class=\"img-fluid\" alt=\"img\">\r\n                        <\/div>\r\n                                    <\/div>\r\n                                <div class=\"single-testimonial\">\r\n                                        <div class=\"testi-author\">\r\n                        <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/testi_avatar.png\" class=\"img-fluid\" alt=\"img\">\r\n                    <\/div>\r\n                                                            <p>\u201cLorem ipsum dolor sit amet consectetur adipisicing elit. Hic repellat molestiae optio dolore impedit enim exercitationem excepturi minus nesciunt, architecto sequi delectus officia, omnis a reiciendis ex reprehenderit quibusdam voluptas\u201d<\/p>\r\n                                                            <div class=\"ta-info\">\r\n                                                    <h6>Mark Johnson<\/h6>\r\n                                                                            <span>Web Developer<\/span>\r\n                                            <\/div>\r\n                                                                <div class=\"qt-img\">\r\n                            <img decoding=\"async\" src=\"http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/qt-icon.png\" class=\"img-fluid\" alt=\"img\">\r\n                        <\/div>\r\n                                    <\/div>\r\n                                        <\/div>  \r\n            <!-- testimonial-area-end -->\r\n\r\n<script>\r\njQuery(document).ready(function() {\r\n\r\n\/\/ testimonial-active\r\n$('.testimonial-active').slick({\r\n\tdots: true,\r\n\tinfinite: true,\r\n\tarrows: false,\r\n    autoplay: false,\r\n    autoplaySpeed: 5000,\r\n\tspeed: 1000,\r\n\tslidesToShow: 2,\r\n\tslidesToScroll: 2,\r\n\tresponsive: [\r\n\t\t{\r\n\t\t\tbreakpoint: 1024,\r\n\t\t\tsettings: {\r\n\t\t\t\tslidesToShow: 2,\r\n\t\t\t\tslidesToScroll: 2,\r\n\t\t\t\tinfinite: true,\r\n\t\t\t\tdots: true\r\n\t\t\t}\r\n\t\t},\r\n\t\t{\r\n\t\t\tbreakpoint: 992,\r\n\t\t\tsettings: {\r\n\t\t\t\tslidesToShow: 1,\r\n\t\t\t\tslidesToScroll: 1\r\n\t\t\t}\r\n\t\t},\r\n\t\t{\r\n\t\t\tbreakpoint: 767,\r\n\t\t\tsettings: {\r\n\t\t\t\tslidesToShow: 1,\r\n\t\t\t\tslidesToScroll: 1\r\n\t\t\t}\r\n\t\t}\r\n\t]\r\n});\r\n\r\n});\r\n<\/script>\r\n\r\n          \r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb21edf elementor-widget elementor-widget-spacer\" data-id=\"fb21edf\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c9a31e4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"c9a31e4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b8c21f3\" data-id=\"b8c21f3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ccd9a06 elementor-widget elementor-widget-dora_heading\" data-id=\"ccd9a06\" data-element_type=\"widget\" data-widget_type=\"dora_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t                        <div class=\"section-title center-align pt-90 mb-50 \">\r\n                <h5 >Our Blog<\/h5>\r\n                <h2 >Latest Blog & News <\/h2>\r\n            <\/div>\r\n                    \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5bf3f72 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5bf3f72\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6029268\" data-id=\"6029268\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e54c84 elementor-widget elementor-widget-dora_recent_news\" data-id=\"2e54c84\" data-element_type=\"widget\" data-widget_type=\"dora_recent_news.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\r\n            <!-- blog-area -->\r\n                            <div class=\"container \">\r\n                    <div class=\"row\">\r\n\r\n                                            \t\t\t\t\t\t                        <div class=\"col-lg-4 col-md-6\">\r\n                            <div class=\"single-post2 hover-zoomin mb-30 wow fadeInUp animated\" data-animation=\"fadeInUp\" data-delay=\".4s\">\r\n                            \r\n                                                        <div class=\"blog-thumb2\">\r\n                                    <a href=\"https:\/\/akildy.com\/themes\/dora\/the-standard-of-business-agency-4\/\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"694\" src=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/inner_b1-1024x694.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" srcset=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/inner_b1-1024x694.jpg 1024w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/inner_b1-300x203.jpg 300w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/inner_b1-768x521.jpg 768w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/inner_b1.jpg 1180w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a>\r\n                            <\/div>   \r\n                              \r\n\r\n                                <div class=\"blog-content2\">  \r\n                                                                        <div class=\"b-meta\">\r\n                                        <div class=\"meta-info\">\r\n                                            <ul>\r\n                                                                                                    <li><i class=\"fal fa-user\"><\/i> Mark Doe<\/li>\r\n                                                                                                                                                    <li><i class=\"fal fa-calendar-alt\"><\/i> August 31, 2023<\/li>\r\n                                                                                            <\/ul>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                                                                                                <h4><a href=\"https:\/\/akildy.com\/themes\/dora\/the-standard-of-business-agency-4\/\">The Standard Of Business Agency<\/a><\/h4> \r\n                                                                                                                Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam qui repellendus in itaque animi cu...                                                                    <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                                            \t\t\t\t\t\t                        <div class=\"col-lg-4 col-md-6\">\r\n                            <div class=\"single-post2 hover-zoomin mb-30 wow fadeInUp animated\" data-animation=\"fadeInUp\" data-delay=\".4s\">\r\n                            \r\n                                                        <div class=\"blog-thumb2\">\r\n                                    <a href=\"https:\/\/akildy.com\/themes\/dora\/we-provide-advanced-solutions-to-grow-your-online-business\/\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"694\" src=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/inner_b2-1024x694.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" srcset=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/inner_b2-1024x694.jpg 1024w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/inner_b2-300x203.jpg 300w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/inner_b2-768x521.jpg 768w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/inner_b2.jpg 1180w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a>\r\n                            <\/div>   \r\n                              \r\n\r\n                                <div class=\"blog-content2\">  \r\n                                                                        <div class=\"b-meta\">\r\n                                        <div class=\"meta-info\">\r\n                                            <ul>\r\n                                                                                                    <li><i class=\"fal fa-user\"><\/i> Mark Doe<\/li>\r\n                                                                                                                                                    <li><i class=\"fal fa-calendar-alt\"><\/i> August 31, 2023<\/li>\r\n                                                                                            <\/ul>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                                                                                                <h4><a href=\"https:\/\/akildy.com\/themes\/dora\/we-provide-advanced-solutions-to-grow-your-online-business\/\">We provide advanced solutions to grow your online business.<\/a><\/h4> \r\n                                                                                                                Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam qui repellendus in itaque animi cu...                                                                    <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                                            \t\t\t\t\t\t                        <div class=\"col-lg-4 col-md-6\">\r\n                            <div class=\"single-post2 hover-zoomin mb-30 wow fadeInUp animated\" data-animation=\"fadeInUp\" data-delay=\".4s\">\r\n                            \r\n                                                        <div class=\"blog-thumb2\">\r\n                                    <a href=\"https:\/\/akildy.com\/themes\/dora\/the-standard-of-business-agency\/\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"694\" src=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/06\/inner_b3-1024x694.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" srcset=\"https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/06\/inner_b3-1024x694.jpg 1024w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/06\/inner_b3-300x203.jpg 300w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/06\/inner_b3-768x521.jpg 768w, https:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/06\/inner_b3.jpg 1180w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a>\r\n                            <\/div>   \r\n                              \r\n\r\n                                <div class=\"blog-content2\">  \r\n                                                                        <div class=\"b-meta\">\r\n                                        <div class=\"meta-info\">\r\n                                            <ul>\r\n                                                                                                    <li><i class=\"fal fa-user\"><\/i> Mark Doe<\/li>\r\n                                                                                                                                                    <li><i class=\"fal fa-calendar-alt\"><\/i> June 4, 2023<\/li>\r\n                                                                                            <\/ul>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                                                                                                <h4><a href=\"https:\/\/akildy.com\/themes\/dora\/the-standard-of-business-agency\/\">The Standard Of Business Agency<\/a><\/h4> \r\n                                                                                                                Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam qui repellendus in itaque animi cu...                                                                    <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    \r\n            \r\n                        \r\n                    <\/div>\r\n                <\/div>\r\n            \t\t     \r\n            <!-- blog-area-end -->\r\n\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c63546 elementor-widget elementor-widget-spacer\" data-id=\"0c63546\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Dora Consulting Build a Business Strategy Lorem ipsum, dolor sit amet consectetur adipisicing elit. Dolores voluptatibus fugit placeat tempora rem? Neque, qui. Voluptate consequatur nesciunt voluptas quaerat fuga. Discover More Web Design Lorem ipsum dolor sit amet consectetur adipisicing elit&#8230;.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-homepage.php","meta":{"footnotes":""},"class_list":["post-19","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/akildy.com\/themes\/dora\/wp-json\/wp\/v2\/pages\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/akildy.com\/themes\/dora\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/akildy.com\/themes\/dora\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/akildy.com\/themes\/dora\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/akildy.com\/themes\/dora\/wp-json\/wp\/v2\/comments?post=19"}],"version-history":[{"count":46,"href":"https:\/\/akildy.com\/themes\/dora\/wp-json\/wp\/v2\/pages\/19\/revisions"}],"predecessor-version":[{"id":1504,"href":"https:\/\/akildy.com\/themes\/dora\/wp-json\/wp\/v2\/pages\/19\/revisions\/1504"}],"wp:attachment":[{"href":"https:\/\/akildy.com\/themes\/dora\/wp-json\/wp\/v2\/media?parent=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}