{"id":18,"date":"2023-04-16T15:34:28","date_gmt":"2023-04-16T15:34:28","guid":{"rendered":"http:\/\/akildy.com\/themes\/dora\/?page_id=18"},"modified":"2023-10-19T09:45:46","modified_gmt":"2023-10-19T09:45:46","slug":"home-page-02","status":"publish","type":"page","link":"https:\/\/akildy.com\/themes\/dora\/home-page-02\/","title":{"rendered":"Home Page 02"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"18\" class=\"elementor elementor-18\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0eaae7c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"0eaae7c\" 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-dae4fea\" data-id=\"dae4fea\" 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-2eeec35 elementor-widget elementor-widget-dora_slider\" data-id=\"2eeec35\" 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\r\n\t\t\t\t\t\t\t\t\t                    <div class=\"single-slider slider-bg d-flex align-items-center slider-two\" style=\"background-image: url(http:\/\/akildy.com\/themes\/dora\/wp-content\/uploads\/2023\/08\/slider_img02.png); background-size: cover;\">\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=\"slide_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=\"slide_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=\"slide_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\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<div class=\"slider-btn mt-30 mb-105\"> \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<a href=\"https:\/\/akildy.com\/themes\/dora\/our-services\" class=\"btn ss-btn the_slide_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\t\t\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\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                    <\/div>\r\n\t\t\t\t\t\t\t\t\t                <\/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: false,\r\n\t\tautoplaySpeed: 10000,\r\n\t\tdots:false ,\r\n\t\tfade: true,\r\n\t\tarrows: false,\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-54f4df2 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"54f4df2\" 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-7e3f8cb\" data-id=\"7e3f8cb\" 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-954dab1 elementor-widget elementor-widget-dora_services\" data-id=\"954dab1\" 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-ebef7c4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ebef7c4\" 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-8cdda25\" data-id=\"8cdda25\" 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-89fc4ac elementor-widget elementor-widget-dora_about\" data-id=\"89fc4ac\" 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-e6646a6 elementor-widget elementor-widget-spacer\" data-id=\"e6646a6\" 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\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-bd4a8e3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"bd4a8e3\" 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-d052680\" data-id=\"d052680\" 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-f8ddfda elementor-widget elementor-widget-dora_banner\" data-id=\"f8ddfda\" 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-1eef6e5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1eef6e5\" 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-2615eb7\" data-id=\"2615eb7\" 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-3567d14 elementor-widget elementor-widget-dora_heading\" data-id=\"3567d14\" 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-3c15684 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3c15684\" 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-3f085d8\" data-id=\"3f085d8\" 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-61e2ff5 elementor-widget elementor-widget-dora_content_box\" data-id=\"61e2ff5\" 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-dc652cb\" data-id=\"dc652cb\" 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-25b18a8 elementor-widget elementor-widget-dora_content_box\" data-id=\"25b18a8\" 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-2c8a153\" data-id=\"2c8a153\" 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-c5d9cc7 elementor-widget elementor-widget-dora_content_box\" data-id=\"c5d9cc7\" 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-2fedc03\" data-id=\"2fedc03\" 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-aaaa1eb elementor-widget elementor-widget-dora_content_box\" data-id=\"aaaa1eb\" 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-4fdcb27 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"4fdcb27\" 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-6d410d8\" data-id=\"6d410d8\" 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-dc5fd2b elementor-widget elementor-widget-dora_heading\" data-id=\"dc5fd2b\" 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-2a1730a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"2a1730a\" 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-08cb092\" data-id=\"08cb092\" 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-79b0a1a elementor-widget elementor-widget-dora_portfolio\" data-id=\"79b0a1a\" 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-57a52ea elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"57a52ea\" 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-31a3dc8\" data-id=\"31a3dc8\" 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-225d39b elementor-widget elementor-widget-dora_heading\" data-id=\"225d39b\" 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-acbfcc3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"acbfcc3\" 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-e125949\" data-id=\"e125949\" 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-15ffb6f elementor-widget elementor-widget-dora_pricing\" data-id=\"15ffb6f\" 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-7d63494\" data-id=\"7d63494\" 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-e8a860c elementor-widget elementor-widget-dora_pricing\" data-id=\"e8a860c\" 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-f2649fa\" data-id=\"f2649fa\" 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-ad6dd57 elementor-widget elementor-widget-dora_pricing\" data-id=\"ad6dd57\" 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-669b649 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"669b649\" 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-f8a04d7\" data-id=\"f8a04d7\" 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-53e7c4c elementor-widget elementor-widget-spacer\" data-id=\"53e7c4c\" 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-544971a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"544971a\" 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-8f1fa50\" data-id=\"8f1fa50\" 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-7de6efb elementor-widget elementor-widget-dora_partners\" data-id=\"7de6efb\" 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-ea5e2a8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ea5e2a8\" 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-8846f9f\" data-id=\"8846f9f\" 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-5181c99 elementor-widget elementor-widget-dora_heading\" data-id=\"5181c99\" 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-37b79ac elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"37b79ac\" 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-3d90595\" data-id=\"3d90595\" 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-9a570f6 elementor-widget elementor-widget-dora_testimonials\" data-id=\"9a570f6\" 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-a92a138 elementor-widget elementor-widget-spacer\" data-id=\"a92a138\" 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-500053d elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"500053d\" 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-4a035a4\" data-id=\"4a035a4\" 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-8f993e0 elementor-widget elementor-widget-dora_heading\" data-id=\"8f993e0\" 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-25fdabe elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"25fdabe\" 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-97ec724\" data-id=\"97ec724\" 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-4f00738 elementor-widget elementor-widget-dora_recent_news\" data-id=\"4f00738\" 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-50ca18f elementor-widget elementor-widget-spacer\" data-id=\"50ca18f\" 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-18","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/akildy.com\/themes\/dora\/wp-json\/wp\/v2\/pages\/18","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=18"}],"version-history":[{"count":46,"href":"https:\/\/akildy.com\/themes\/dora\/wp-json\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":1484,"href":"https:\/\/akildy.com\/themes\/dora\/wp-json\/wp\/v2\/pages\/18\/revisions\/1484"}],"wp:attachment":[{"href":"https:\/\/akildy.com\/themes\/dora\/wp-json\/wp\/v2\/media?parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}