{"id":1337,"date":"2023-05-26T05:14:57","date_gmt":"2023-05-26T05:14:57","guid":{"rendered":"https:\/\/warnewsitee.ecardroots.com\/home-ii\/"},"modified":"2025-10-15T08:12:10","modified_gmt":"2025-10-15T08:12:10","slug":"home-ii","status":"publish","type":"page","link":"https:\/\/warnewsitee.ecardroots.com\/ar\/","title":{"rendered":"Home-II"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1337\" class=\"elementor elementor-1337\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-76fcb06 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"76fcb06\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\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-80015a4\" data-id=\"80015a4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9199b16 elementor-widget elementor-widget-html\" data-id=\"9199b16\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- HTML -->\r\n<div class=\"wdt-heading-colored-elements\" aria-live=\"polite\" id=\"type1\"><\/div>\r\n\r\n<!-- CSS -->\r\n<style>\r\n.wdt-heading-colored-elements,\r\n#type1 { \r\n  font-family: \"Poppins\", sans-serif;\r\n  font-size: clamp(1.9rem, 6vw, 5rem); \/* responsive, max ~80px *\/\r\n  font-weight: 600;\r\n  color: #D79233;\r\n  position: relative;\r\n  max-width: 100%;\r\n  white-space: nowrap;\r\n  overflow: visible;\r\n  vertical-align: middle;\r\n  min-width: 10ch; \/* reserve space so layout doesn\u2019t jump *\/\r\n  box-sizing: border-box;\r\n  display: block;\r\n  margin: 0 auto;\r\n  text-align: center;\r\n  letter-spacing: 5px;\r\n}\r\n\r\n.wdt-heading-colored-elements .cursor,\r\n#type1 .cursor {\r\n  display: inline-block;\r\n  width: .18em;     \/* scale with font *\/\r\n  height: 1em;\r\n  background: currentColor;\r\n  vertical-align: middle;\r\n  margin-left: .15em;\r\n  animation: blink 1s steps(2,start) infinite;\r\n  border-radius: .02em;\r\n}\r\n\r\n@keyframes blink {\r\n  50% { opacity: 0; }\r\n}\r\n\r\n\/* Extra large screens *\/\r\n@media (min-width: 1600px){\r\n  .wdt-heading-colored-elements,\r\n  #type1 {\r\n    font-size: 7.0rem; \/* ~88px *\/\r\n  }\r\n}\r\n\r\n\/* Optional: center inside Elementor container *\/\r\n.elementor-widget-container {\r\n  text-align: center;\r\n}\r\n<\/style>\r\n\r\n<!-- JS -->\r\n<script>\r\n(function(){\r\n  const el = document.getElementById('type1');\r\n  if(!el) return;\r\n\r\n  \/\/ \ud83d\udd27 Change words here\r\n  const words = ['WebAppRoots','Ecardroots','Khaled Al Khalil']; \r\n  \r\n  const typeSpeed = 90;    \/\/ ms per char typing\r\n  const eraseSpeed = 60;   \/\/ ms per char erasing\r\n  const hold = 900;        \/\/ ms word pause before erase\r\n\r\n  \/\/ build inner DOM (text + cursor)\r\n  const text = document.createElement('span');\r\n  const cursor = document.createElement('span');\r\n  cursor.className = 'cursor';\r\n  el.appendChild(text);\r\n  el.appendChild(cursor);\r\n\r\n  let wi = 0, char = 0, mode = 'type'; \/\/ mode: type | hold | erase\r\n\r\n  function tick(){\r\n    const word = words[wi];\r\n    if(mode === 'type'){\r\n      char++;\r\n      text.textContent = word.slice(0,char);\r\n      if(char >= word.length){\r\n        mode = 'hold';\r\n        setTimeout(tick, hold);\r\n        return;\r\n      }\r\n      setTimeout(tick, typeSpeed);\r\n    } \r\n    else if(mode === 'erase'){\r\n      char--;\r\n      text.textContent = word.slice(0,char);\r\n      if(char <= 0){\r\n        wi = (wi+1) % words.length;\r\n        mode = 'type';\r\n        setTimeout(tick, typeSpeed);\r\n        return;\r\n      }\r\n      setTimeout(tick, eraseSpeed);\r\n    } \r\n    else if(mode === 'hold'){\r\n      mode = 'erase';\r\n      setTimeout(tick, eraseSpeed);\r\n    }\r\n  }\r\n\r\n  \/\/ start after slight delay\r\n  setTimeout(tick, 250);\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4734bf7 wdt-custom-order-change-column elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4734bf7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-33 elementor-inner-column elementor-element elementor-element-16491e5\" data-id=\"16491e5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-471f282 elementor-widget elementor-widget-text-editor\" data-id=\"471f282\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Sed purus turpis, mollis eu orci ac, facilisis mollis nisl. Ut sem ipsum, dignissim Duis in impero in emassa ac.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fc934f elementor-widget elementor-widget-spacer\" data-id=\"2fc934f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\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\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c9ea9e wdt-custom-test-slider-counter elementor-widget__width-initial elementor-widget elementor-widget-wdt-advanced-number-counter\" data-id=\"9c9ea9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_enable_inview_status&quot;:&quot;true&quot;,&quot;wdt_enable_inview_loop&quot;:&quot;true&quot;,&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-advanced-number-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-content-advanced-number-counter-container\"><div class=\"wdt-content-advanced-number-counter-wrapper\"><div class=\"wdt-content-advanced-number-counter-media-group\"><\/div><div class=\"wdt-content-advanced-number-counter-content-group\"><span class=\"wdt-content-advanced-number-counter-title\">Professionals<\/span><div class=\"wdt-advanced-number-counter-content\"><div class=\"wdt-advanced-number-counter-value odometer\" data-digit=\"497\" data-digit-speed=\"10000\">000<\/div><span class=\"wdt-content-advanced-number-counter-suffix\">+<\/span><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fdcfdc9 wdt-custom-test-slider-counter elementor-widget__width-initial elementor-widget elementor-widget-wdt-advanced-number-counter\" data-id=\"fdcfdc9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_enable_inview_status&quot;:&quot;true&quot;,&quot;wdt_enable_inview_loop&quot;:&quot;true&quot;,&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-advanced-number-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-content-advanced-number-counter-container\"><div class=\"wdt-content-advanced-number-counter-wrapper\"><div class=\"wdt-content-advanced-number-counter-media-group\"><\/div><div class=\"wdt-content-advanced-number-counter-content-group\"><span class=\"wdt-content-advanced-number-counter-title\">Worldwide Clients<\/span><div class=\"wdt-advanced-number-counter-content\"><div class=\"wdt-advanced-number-counter-value odometer\" data-digit=\"34\" data-digit-speed=\"10000\">000<\/div><span class=\"wdt-content-advanced-number-counter-suffix\">k<\/span><\/div><\/div><\/div><\/div>\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-b9579fb wdt-custom-order-change-col\" data-id=\"b9579fb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c5d7169 elementor-widget__width-inherit elementor-widget elementor-widget-shortcode\" data-id=\"c5d7169\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div\n    id=\"3d-viewer-1\"\n    data-attributes=\"{&quot;uniqueId&quot;:&quot;b3dviewerba055011&quot;,&quot;model&quot;:{&quot;skyboxImage&quot;:null,&quot;environmentImage&quot;:null,&quot;arEnabled&quot;:false,&quot;arPlacement&quot;:&quot;floor&quot;,&quot;arMode&quot;:&quot;quick-look&quot;,&quot;arScale&quot;:&quot;fixed&quot;,&quot;modelUrl&quot;:&quot;https:\\\/\\\/warnewsitee.ecardroots.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/base_basic_pbr.glb&quot;,&quot;ext&quot;:&quot;glb&quot;},&quot;autoRotate&quot;:true,&quot;progressBar&quot;:false,&quot;appliedTextures&quot;:{&quot;modelUrl&quot;:&quot;https:\\\/\\\/warnewsitee.ecardroots.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/base_basic_pbr.glb&quot;},&quot;styles&quot;:{&quot;width&quot;:{&quot;desktop&quot;:&quot;100%&quot;,&quot;tablet&quot;:&quot;100%&quot;,&quot;mobile&quot;:&quot;100%&quot;},&quot;height&quot;:{&quot;desktop&quot;:&quot;600px&quot;,&quot;tablet&quot;:&quot;300px&quot;,&quot;mobile&quot;:&quot;300px&quot;},&quot;bgColor&quot;:&quot;rgba(0,0,0,0)&quot;,&quot;progressBarColor&quot;:&quot;#666&quot;,&quot;thumbSize&quot;:&quot;90px&quot;},&quot;multiple&quot;:false,&quot;models&quot;:[{&quot;modelUrl&quot;:&quot;&quot;,&quot;poster&quot;:&quot;&quot;,&quot;useDecoder&quot;:&quot;none&quot;}],&quot;currentViewer&quot;:&quot;modelViewer&quot;,&quot;attributes&quot;:{&quot;tonMapping&quot;:&quot;neutral&quot;},&quot;O3DVSettings&quot;:{&quot;isFullscreen&quot;:true,&quot;isPagination&quot;:false,&quot;isNavigation&quot;:false,&quot;camera&quot;:null,&quot;mouseControl&quot;:true,&quot;showEdge&quot;:false,&quot;zoom&quot;:true},&quot;lazyLoad&quot;:true,&quot;preload&quot;:&quot;auto&quot;,&quot;autoplay&quot;:true,&quot;shadow&quot;:true,&quot;rotate&quot;:false,&quot;zoom&quot;:true,&quot;isPagination&quot;:false,&quot;isNavigation&quot;:true,&quot;rotationPerSecond&quot;:20,&quot;mouseControl&quot;:true,&quot;fullscreen&quot;:true,&quot;variant&quot;:false,&quot;loadingPercentage&quot;:false,&quot;rotateAlongX&quot;:&quot;0&quot;,&quot;rotateAlongY&quot;:75,&quot;exposure&quot;:1,&quot;environmentImage&quot;:&quot;&quot;,&quot;useEnvironmentAsSkybox&quot;:false,&quot;zoomLevel&quot;:1,&quot;toneMapping&quot;:&quot;neutral&quot;,&quot;additional&quot;:{&quot;ID&quot;:&quot;&quot;,&quot;Class&quot;:&quot;&quot;,&quot;CSS&quot;:&quot;&quot;},&quot;animation&quot;:false,&quot;woo&quot;:false,&quot;selectedAnimation&quot;:&quot;&quot;}\"\n    class=\"wp-block-b3dviewer-modelviewer\">\n<\/div><\/div>\n\t\t\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-inner-column elementor-element elementor-element-2a14ae9\" data-id=\"2a14ae9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-21e48da wdt-custom-slider-2-small-heading center elementor-widget elementor-widget-wdt-heading\" data-id=\"21e48da\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-21e48da\"><h2 class=\"wdt-heading-title-wrapper wdt-heading-align-center wdt-heading-deco-wrapper\"><span class=\"wdt-heading-title\">join our connection<\/span><\/h2><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e70afcb e-flex e-con-boxed e-con e-parent\" data-id=\"e70afcb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f6fc4ff e-grid e-con-full e-con e-child\" data-id=\"f6fc4ff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5477719 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"5477719\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.instagram.com\/webapproots\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2025\/09\/instagram-2.gif\" class=\"attachment-large size-large wp-image-1586\" alt=\"\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b650ab0 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b650ab0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.instagram.com\/webapproots\/\" target=\"_blank\">WebAppRoots<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b87aa18 e-flex e-con-boxed e-con e-parent\" data-id=\"b87aa18\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-737a4c0 e-grid e-con-full e-con e-child\" data-id=\"737a4c0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9eee8ea elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"9eee8ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/webapproots\" target=\"_blank\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2025\/09\/facebook3003300.gif\" class=\"attachment-large size-large wp-image-1588\" alt=\"\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f7702e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"9f7702e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.facebook.com\/webapproots\" target=\"_blank\">WebAppRoots<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-43e048c e-flex e-con-boxed e-con e-parent\" data-id=\"43e048c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-dccb0b0 e-grid e-con-full e-con e-child\" data-id=\"dccb0b0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04a3993 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"04a3993\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.linkedin.com\/company\/webapproots\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2025\/09\/linkedin300.gif\" class=\"attachment-large size-large wp-image-1590\" alt=\"\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48b9bd2 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"48b9bd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.linkedin.com\/company\/webapproots\/\" target=\"_blank\">WebAppRoots<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b5cd1b elementor-widget elementor-widget-spacer\" data-id=\"5b5cd1b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\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\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb76f36 elementor-widget__width-initial elementor-widget-laptop__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"fb76f36\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Viverra tellus in hac habitasse platea dictumst vestibulum rhoncus est ut morbi tinci dunt augue.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f4200cd elementor-widget__width-initial elementor-widget-laptop__width-inherit center elementor-widget elementor-widget-wdt-button\" data-id=\"f4200cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-button-holder wdt-template-textual wdt-button-link wdt-button-style-default wdt-button-size-sm wdt-animation- wdt-button-icon-after\" id=\"wdt-button-f4200cd\"><a class=\"wdt-button\" href=\"#\"><div class=\"wdt-button-text\"><span>get in touch<\/span><\/div><div class=\"wdt-button-icon\"><span><i><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 15 15\" style=\"enable-background:new 0 0 15 15;\" xml:space=\"preserve\"><path d=\"M11.5,7.5L2.2,2.4v10.2L11.5,7.5 M14,7.5L1,14.6V0.4L14,7.5z\"><\/path><\/svg><\/i><\/span><\/div><\/a><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f25a3f elementor-widget elementor-widget-spacer\" data-id=\"9f25a3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\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-639906a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"639906a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-4b15949\" data-id=\"4b15949\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19f9bf6 wdt-custom-interactive-text elementor-widget elementor-widget-wdt-interactive-showcase\" data-id=\"19f9bf6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;tab_item_content_normal_background_background&quot;:&quot;classic&quot;,&quot;tab_item_content_hover_background_background&quot;:&quot;classic&quot;,&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-interactive-showcase.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-interactive-showcase-container\" data-click=\"\"><div class=\"wdt-interactive-showcase-list-wrapper\"><ul class=\"wdt-interactive-showcase-list\"><li id=\"wdt-interactive-showcase-0\"><a href=\"javascript:void(0);\" class=\"wdt-interactive-showcase-element\"><div class=\"wdt-interactive-showcase-content-group\"><div class=\"wdt-interactive-showcase-media-group\"><\/div><div class=\"wdt-interactive-showcase-content-group\"><div class=\"wdt-content-title\">Branding<\/div><\/div><\/div><\/a><\/li><li id=\"wdt-interactive-showcase-1\"><a href=\"javascript:void(0);\" class=\"wdt-interactive-showcase-element\"><div class=\"wdt-interactive-showcase-content-group\"><div class=\"wdt-interactive-showcase-media-group\"><\/div><div class=\"wdt-interactive-showcase-content-group\"><div class=\"wdt-content-title\">Website<\/div><\/div><\/div><\/a><\/li><li id=\"wdt-interactive-showcase-2\"><a href=\"javascript:void(0);\" class=\"wdt-interactive-showcase-element\"><div class=\"wdt-interactive-showcase-content-group\"><div class=\"wdt-interactive-showcase-media-group\"><\/div><div class=\"wdt-interactive-showcase-content-group\"><div class=\"wdt-content-title\">Digital<\/div><\/div><\/div><\/a><\/li><li id=\"wdt-interactive-showcase-3\"><a href=\"javascript:void(0);\" class=\"wdt-interactive-showcase-element\"><div class=\"wdt-interactive-showcase-content-group\"><div class=\"wdt-interactive-showcase-media-group\"><\/div><div class=\"wdt-interactive-showcase-content-group\"><div class=\"wdt-content-title\">Research<\/div><\/div><\/div><\/a><\/li><li id=\"wdt-interactive-showcase-4\"><a href=\"javascript:void(0);\" class=\"wdt-interactive-showcase-element\"><div class=\"wdt-interactive-showcase-content-group\"><div class=\"wdt-interactive-showcase-media-group\"><\/div><div class=\"wdt-interactive-showcase-content-group\"><div class=\"wdt-content-title\">Marketing<\/div><\/div><\/div><\/a><\/li><\/ul><\/div><div class=\"wdt-interactive-showcase-content-wrapper\"><div id=\"wdt-interactive-showcase-0\"><style>.elementor-199 .elementor-element.elementor-element-7920b69 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:24px;}.elementor-199 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder, .elementor-199 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-199 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-199 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-199 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder{color:var( --e-global-color-secondary );}.elementor-199 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;font-family:\"Poppins\", Sans-serif;color:var( --e-global-color-secondary );}.elementor-199 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-199 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder, .elementor-199 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-199 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-199 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-199 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;font-family:\"Poppins\", Sans-serif;font-weight:600;text-transform:uppercase;}.elementor-199 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-199 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder .wdt-heading-subtitle-wrapper{font-family:\"Poppins\", Sans-serif;}.elementor-199 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder .wdt-heading-content-wrapper{font-family:\"Poppins\", Sans-serif;}.elementor-199 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder, .elementor-199 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-199 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-199 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-199 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;}.elementor-199 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-199 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder .wdt-heading-content-wrapper{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-199 .elementor-element.elementor-element-77ce81f .elementor-widget-container{text-align:start;justify-content:start;justify-items:start;}.elementor-199 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button{font-family:\"Poppins\", Sans-serif;font-weight:500;color:var( --e-global-color-primary );}.elementor-199 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button:focus, .elementor-199 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button:hover{color:var( --e-global-color-accent );}.elementor-199 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button .wdt-button-icon span{color:var( --e-global-color-accent );}.elementor-199 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:30px 0px 0px 0px;}@media(max-width:1280px){.elementor-199 .elementor-element.elementor-element-7920b69 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:20px;}.elementor-199 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:20px 0px 0px 0px;}}@media(max-width:1024px){.elementor-199 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:10px 0px 0px 0px;}}<\/style>\t\t<div data-elementor-type=\"page\" data-elementor-id=\"199\" class=\"elementor elementor-199\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a8a774 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a8a774\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-7920b69\" data-id=\"7920b69\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19b3e0e start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"19b3e0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-19b3e0e\"><h6 class=\"wdt-heading-title-wrapper wdt-heading-align-center wdt-heading-deco-wrapper\"><span class=\"wdt-heading-title\">Our services<\/span><\/h6><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed0bc39 start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"ed0bc39\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-ed0bc39\"><h5 class=\"wdt-heading-title-wrapper wdt-heading-align-center wdt-heading-deco-wrapper\"><span class=\"wdt-heading-title\">Website for agency<\/span><\/h5><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18c35c9 start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"18c35c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-18c35c9\"><div class=\"wdt-heading-content-wrapper\">Etiam non quam lacus suspendisse faucibus interdum posuere. Justo laoreet sit amet cursus sit amet. Dictum non consectetur a erat nam at. Quis vel eros donec ac. Felis donec et odio pellentesque diam volutpat. Leo a diam sollicitudin tempor id eu. Volutpat diam ut venenatis tellus. Ut tortor pretium viverra suspendisse potenti nullam ac tortor vitae. Senectus et netus et malesuada fames ac turpis. Sit amet massa vitae tortor. Et malesuada fames ac turpis egestas sed tempus urna. Erat nam at lectus urna. Accumsan in nisl nisi scelerisque eu ultrices vitae. Elit ut aliquam purus sit amet. Facilisis sed odio morbi quis commodo odio aenean. Facilisis mauris sit amet massa vitae tortor. Ullamcorper velit sed ullamcorper morbi tincidunt ornare massa eget. Sagittis aliquam malesuada bibendum arcu. Pellentesque nec nam aliquam sem.<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77ce81f start elementor-widget elementor-widget-wdt-button\" data-id=\"77ce81f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-button-holder wdt-template-textual wdt-button-link wdt-button-style-default wdt-button-size-sm wdt-animation- wdt-button-icon-after\" id=\"wdt-button-77ce81f\"><a class=\"wdt-button\" href=\"#\"><div class=\"wdt-button-text\"><span>Know More<\/span><\/div><div class=\"wdt-button-icon\"><span><i><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 15 15\" style=\"enable-background:new 0 0 15 15;\" xml:space=\"preserve\"><path d=\"M11.5,7.5L2.2,2.4v10.2L11.5,7.5 M14,7.5L1,14.6V0.4L14,7.5z\"><\/path><\/svg><\/i><\/span><\/div><\/a><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div><div id=\"wdt-interactive-showcase-1\"><style>.elementor-837 .elementor-element.elementor-element-7920b69 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:24px;}.elementor-837 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder, .elementor-837 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-837 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-837 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-837 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder{color:var( --e-global-color-secondary );}.elementor-837 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;color:var( --e-global-color-secondary );}.elementor-837 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-837 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder, .elementor-837 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-837 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-837 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-837 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;}.elementor-837 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-837 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder, .elementor-837 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-837 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-837 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-837 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;}.elementor-837 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-837 .elementor-element.elementor-element-77ce81f .elementor-widget-container{text-align:start;justify-content:start;justify-items:start;}.elementor-837 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button{color:var( --e-global-color-primary );}.elementor-837 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button:focus, .elementor-837 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button:hover{color:var( --e-global-color-accent );}.elementor-837 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button .wdt-button-icon span{color:var( --e-global-color-accent );}.elementor-837 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:30px 0px 0px 0px;}@media(max-width:1280px){.elementor-837 .elementor-element.elementor-element-7920b69 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:20px;}.elementor-837 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:20px 0px 0px 0px;}}@media(max-width:1024px){.elementor-837 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:10px 0px 0px 0px;}}<\/style>\t\t<div data-elementor-type=\"page\" data-elementor-id=\"837\" class=\"elementor elementor-837\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a8a774 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a8a774\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-7920b69\" data-id=\"7920b69\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19b3e0e start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"19b3e0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-19b3e0e\"><h6 class=\"wdt-heading-title-wrapper wdt-heading-align-center wdt-heading-deco-wrapper\"><span class=\"wdt-heading-title\">Our services<\/span><\/h6><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed0bc39 start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"ed0bc39\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-ed0bc39\"><h5 class=\"wdt-heading-title-wrapper wdt-heading-align-center wdt-heading-deco-wrapper\"><span class=\"wdt-heading-title\">Tellus orci ac auctor<\/span><\/h5><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18c35c9 start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"18c35c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-18c35c9\"><div class=\"wdt-heading-content-wrapper\">Justo laoreet sit amet cursus sit amet. Dictum non consectetur a erat nam at. Quis vel eros donec ac. Felis donec et odio pellentesque diam volutpat. Leo a diam sollicitudin tempor id eu. Volutpat diam ut venenatis tellus. Ut tortor pretium viverra suspendisse potenti nullam ac tortor vitae. Senectus et netus et malesuada fames ac turpis. Sit amet massa vitae tortor. Et malesuada fames ac turpis egestas sed tempus urna. Erat nam at lectus urna. Accumsan in nisl nisi scelerisque eu ultrices vitae. Elit ut aliquam purus sit amet. Facilisis sed odio morbi quis commodo odio aenean. Facilisis mauris sit amet massa vitae tortor. Ullamcorper velit sed ullamcorper morbi tincidunt ornare massa eget. Sagittis aliquam malesuada bibendum arcu. Pellentesque nec nam aliquam sem. Etiam non quam lacus suspendisse faucibus interdum posuere.<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77ce81f start elementor-widget elementor-widget-wdt-button\" data-id=\"77ce81f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-button-holder wdt-template-textual wdt-button-link wdt-button-style-default wdt-button-size-sm wdt-animation- wdt-button-icon-after\" id=\"wdt-button-77ce81f\"><a class=\"wdt-button\" href=\"#\"><div class=\"wdt-button-text\"><span>Know More<\/span><\/div><div class=\"wdt-button-icon\"><span><i><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 15 15\" style=\"enable-background:new 0 0 15 15;\" xml:space=\"preserve\"><path d=\"M11.5,7.5L2.2,2.4v10.2L11.5,7.5 M14,7.5L1,14.6V0.4L14,7.5z\"><\/path><\/svg><\/i><\/span><\/div><\/a><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div><div id=\"wdt-interactive-showcase-2\"><style>.elementor-836 .elementor-element.elementor-element-7920b69 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:24px;}.elementor-836 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder, .elementor-836 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-836 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-836 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-836 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder{color:var( --e-global-color-secondary );}.elementor-836 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;color:var( --e-global-color-secondary );}.elementor-836 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-836 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder, .elementor-836 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-836 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-836 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-836 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;}.elementor-836 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-836 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder, .elementor-836 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-836 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-836 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-836 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;}.elementor-836 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-836 .elementor-element.elementor-element-77ce81f .elementor-widget-container{text-align:start;justify-content:start;justify-items:start;}.elementor-836 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button{color:var( --e-global-color-primary );}.elementor-836 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button:focus, .elementor-836 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button:hover{color:var( --e-global-color-accent );}.elementor-836 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button .wdt-button-icon span{color:var( --e-global-color-accent );}.elementor-836 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:30px 0px 0px 0px;}@media(max-width:1280px){.elementor-836 .elementor-element.elementor-element-7920b69 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:20px;}.elementor-836 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:20px 0px 0px 0px;}}@media(max-width:1024px){.elementor-836 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:10px 0px 0px 0px;}}<\/style>\t\t<div data-elementor-type=\"page\" data-elementor-id=\"836\" class=\"elementor elementor-836\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a8a774 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a8a774\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-7920b69\" data-id=\"7920b69\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19b3e0e start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"19b3e0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-19b3e0e\"><h6 class=\"wdt-heading-title-wrapper wdt-heading-align-center wdt-heading-deco-wrapper\"><span class=\"wdt-heading-title\">Our services<\/span><\/h6><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed0bc39 start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"ed0bc39\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-ed0bc39\"><h5 class=\"wdt-heading-title-wrapper wdt-heading-align-center wdt-heading-deco-wrapper\"><span class=\"wdt-heading-title\">Facilisis mauris sit<\/span><\/h5><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18c35c9 start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"18c35c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-18c35c9\"><div class=\"wdt-heading-content-wrapper\">Pellentesque nec nam aliquam sem. Etiam non quam lacus suspendisse faucibus interdum posuere. Justo laoreet sit amet cursus sit amet. Dictum non consectetur a erat nam at. Quis vel eros donec ac. Felis donec et odio pellentesque diam volutpat. Leo a diam sollicitudin tempor id eu. Volutpat diam ut venenatis tellus. Ut tortor pretium viverra suspendisse potenti nullam ac tortor vitae. Senectus et netus et malesuada fames ac turpis. Sit amet massa vitae tortor. Et malesuada fames ac turpis egestas sed tempus urna. Erat nam at lectus urna. Accumsan in nisl nisi scelerisque eu ultrices vitae. Elit ut aliquam purus sit amet. Facilisis sed odio morbi quis commodo odio aenean. Facilisis mauris sit amet massa vitae tortor. Ullamcorper velit sed ullamcorper morbi tincidunt ornare massa eget. Sagittis aliquam malesuada bibendum arcu. <\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77ce81f start elementor-widget elementor-widget-wdt-button\" data-id=\"77ce81f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-button-holder wdt-template-textual wdt-button-link wdt-button-style-default wdt-button-size-sm wdt-animation- wdt-button-icon-after\" id=\"wdt-button-77ce81f\"><a class=\"wdt-button\" href=\"#\"><div class=\"wdt-button-text\"><span>Know More<\/span><\/div><div class=\"wdt-button-icon\"><span><i><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 15 15\" style=\"enable-background:new 0 0 15 15;\" xml:space=\"preserve\"><path d=\"M11.5,7.5L2.2,2.4v10.2L11.5,7.5 M14,7.5L1,14.6V0.4L14,7.5z\"><\/path><\/svg><\/i><\/span><\/div><\/a><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div><div id=\"wdt-interactive-showcase-3\"><style>.elementor-835 .elementor-element.elementor-element-7920b69 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:24px;}.elementor-835 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder, .elementor-835 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-835 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-835 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-835 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder{color:var( --e-global-color-secondary );}.elementor-835 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;color:var( --e-global-color-secondary );}.elementor-835 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-835 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder, .elementor-835 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-835 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-835 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-835 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;}.elementor-835 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-835 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder, .elementor-835 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-835 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-835 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-835 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;}.elementor-835 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-835 .elementor-element.elementor-element-77ce81f .elementor-widget-container{text-align:start;justify-content:start;justify-items:start;}.elementor-835 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button{color:var( --e-global-color-primary );}.elementor-835 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button:focus, .elementor-835 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button:hover{color:var( --e-global-color-accent );}.elementor-835 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button .wdt-button-icon span{color:var( --e-global-color-accent );}.elementor-835 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:30px 0px 0px 0px;}@media(max-width:1280px){.elementor-835 .elementor-element.elementor-element-7920b69 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:20px;}.elementor-835 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:20px 0px 0px 0px;}}@media(max-width:1024px){.elementor-835 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:10px 0px 0px 0px;}}<\/style>\t\t<div data-elementor-type=\"page\" data-elementor-id=\"835\" class=\"elementor elementor-835\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a8a774 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a8a774\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-7920b69\" data-id=\"7920b69\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19b3e0e start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"19b3e0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-19b3e0e\"><h6 class=\"wdt-heading-title-wrapper wdt-heading-align-center wdt-heading-deco-wrapper\"><span class=\"wdt-heading-title\">Our services<\/span><\/h6><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed0bc39 start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"ed0bc39\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-ed0bc39\"><h5 class=\"wdt-heading-title-wrapper wdt-heading-align-center wdt-heading-deco-wrapper\"><span class=\"wdt-heading-title\">Sagittis id consecte<\/span><\/h5><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18c35c9 start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"18c35c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-18c35c9\"><div class=\"wdt-heading-content-wrapper\">Sagittis aliquam malesuada bibendum arcu. Pellentesque nec nam aliquam sem. Etiam non quam lacus suspendisse faucibus interdum posuere. Justo laoreet sit amet cursus sit amet. Dictum non consectetur a erat nam at. Quis vel eros donec ac. Felis donec et odio pellentesque diam volutpat. Leo a diam sollicitudin tempor id eu. Volutpat diam ut venenatis tellus. Ut tortor pretium viverra suspendisse potenti nullam ac tortor vitae. Senectus et netus et malesuada fames ac turpis. Sit amet massa vitae tortor. Et malesuada fames ac turpis egestas sed tempus urna. Erat nam at lectus urna. Accumsan in nisl nisi scelerisque eu ultrices vitae. Elit ut aliquam purus sit amet. Facilisis sed odio morbi quis commodo odio aenean. Facilisis mauris sit amet massa vitae tortor. Ullamcorper velit sed ullamcorper morbi tincidunt ornare massa eget. <\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77ce81f start elementor-widget elementor-widget-wdt-button\" data-id=\"77ce81f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-button-holder wdt-template-textual wdt-button-link wdt-button-style-default wdt-button-size-sm wdt-animation- wdt-button-icon-after\" id=\"wdt-button-77ce81f\"><a class=\"wdt-button\" href=\"#\"><div class=\"wdt-button-text\"><span>Know More<\/span><\/div><div class=\"wdt-button-icon\"><span><i><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 15 15\" style=\"enable-background:new 0 0 15 15;\" xml:space=\"preserve\"><path d=\"M11.5,7.5L2.2,2.4v10.2L11.5,7.5 M14,7.5L1,14.6V0.4L14,7.5z\"><\/path><\/svg><\/i><\/span><\/div><\/a><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div><div id=\"wdt-interactive-showcase-4\"><style>.elementor-834 .elementor-element.elementor-element-7920b69 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:24px;}.elementor-834 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder, .elementor-834 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-834 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-834 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-834 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder{color:var( --e-global-color-secondary );}.elementor-834 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;color:var( --e-global-color-secondary );}.elementor-834 .elementor-element.elementor-element-19b3e0e .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-834 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder, .elementor-834 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-834 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-834 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-834 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;}.elementor-834 .elementor-element.elementor-element-ed0bc39 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-834 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder, .elementor-834 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-834 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-834 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-834 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;}.elementor-834 .elementor-element.elementor-element-18c35c9 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-834 .elementor-element.elementor-element-77ce81f .elementor-widget-container{text-align:start;justify-content:start;justify-items:start;}.elementor-834 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button{color:var( --e-global-color-primary );}.elementor-834 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button:focus, .elementor-834 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button:hover{color:var( --e-global-color-accent );}.elementor-834 .elementor-element.elementor-element-77ce81f .wdt-button-holder .wdt-button .wdt-button-icon span{color:var( --e-global-color-accent );}.elementor-834 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:30px 0px 0px 0px;}@media(max-width:1280px){.elementor-834 .elementor-element.elementor-element-7920b69 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:20px;}.elementor-834 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:20px 0px 0px 0px;}}@media(max-width:1024px){.elementor-834 .elementor-element.elementor-element-77ce81f > .elementor-widget-container{padding:10px 0px 0px 0px;}}<\/style>\t\t<div data-elementor-type=\"page\" data-elementor-id=\"834\" class=\"elementor elementor-834\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a8a774 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a8a774\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-7920b69\" data-id=\"7920b69\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19b3e0e start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"19b3e0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-19b3e0e\"><h6 class=\"wdt-heading-title-wrapper wdt-heading-align-center wdt-heading-deco-wrapper\"><span class=\"wdt-heading-title\">Our services<\/span><\/h6><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed0bc39 start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"ed0bc39\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-ed0bc39\"><h5 class=\"wdt-heading-title-wrapper wdt-heading-align-center wdt-heading-deco-wrapper\"><span class=\"wdt-heading-title\">Quis enim lobortis<\/span><\/h5><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18c35c9 start wdt-custom-common-heading-b elementor-widget elementor-widget-wdt-heading\" data-id=\"18c35c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder \" id=\"wdt-heading-18c35c9\"><div class=\"wdt-heading-content-wrapper\">Dictum non consectetur a erat nam at. Quis vel eros donec ac. Felis donec et odio pellentesque diam volutpat. Leo a diam sollicitudin tempor id eu. Volutpat diam ut venenatis tellus. Ut tortor pretium viverra suspendisse potenti nullam ac tortor vitae. Senectus et netus et malesuada fames ac turpis. Sit amet massa vitae tortor. Et malesuada fames ac turpis egestas sed tempus urna. Erat nam at lectus urna. Accumsan in nisl nisi scelerisque eu ultrices vitae. Elit ut aliquam purus sit amet. Facilisis sed odio morbi quis commodo odio aenean. Facilisis mauris sit amet massa vitae tortor. Ullamcorper velit sed ullamcorper morbi tincidunt ornare massa eget. Sagittis aliquam malesuada bibendum arcu. Pellentesque nec nam aliquam sem. Etiam non quam lacus suspendisse faucibus interdum posuere. Justo laoreet sit amet cursus sit amet.<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77ce81f start elementor-widget elementor-widget-wdt-button\" data-id=\"77ce81f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-button-holder wdt-template-textual wdt-button-link wdt-button-style-default wdt-button-size-sm wdt-animation- wdt-button-icon-after\" id=\"wdt-button-77ce81f\"><a class=\"wdt-button\" href=\"#\"><div class=\"wdt-button-text\"><span>Know More<\/span><\/div><div class=\"wdt-button-icon\"><span><i><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 15 15\" style=\"enable-background:new 0 0 15 15;\" xml:space=\"preserve\"><path d=\"M11.5,7.5L2.2,2.4v10.2L11.5,7.5 M14,7.5L1,14.6V0.4L14,7.5z\"><\/path><\/svg><\/i><\/span><\/div><\/a><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1098c35 wdt-no-full-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1098c35\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-fd66eba\" data-id=\"fd66eba\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-59604f6 wdt-heading-type-one center center elementor-widget elementor-widget-wdt-advanced-heading\" data-id=\"59604f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-advanced-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder\" data-id=\"59604f6\"><div class=\"wdt-heading-title-wrapper\"><h2><span class=\"wdt-heading-title textreveal-59604f6\">bespoke solutions<\/span><\/h2><\/div><\/div>\t\t\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-3697392 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"3697392\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-inner-column elementor-element elementor-element-322456b\" data-id=\"322456b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8187cd0 start wdt-custom-process start elementor-widget elementor-widget-wdt-image-box\" data-id=\"8187cd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;columns&quot;:&quot;3&quot;,&quot;columns_laptop&quot;:&quot;3&quot;,&quot;columns_tablet_extra&quot;:&quot;2&quot;,&quot;columns_tablet&quot;:2,&quot;columns_mobile_extra&quot;:1,&quot;columns_mobile&quot;:1,&quot;carousel_arrows_prev_arrow_vertical_top_indent&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_prev_arrow_vertical_top_indent_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_prev_arrow_vertical_top_indent_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_prev_arrow_vertical_top_indent_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_prev_arrow_vertical_top_indent_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_prev_arrow_vertical_top_indent_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_prev_arrow_horizontal_left_indent&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_prev_arrow_horizontal_left_indent_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_prev_arrow_horizontal_left_indent_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_prev_arrow_horizontal_left_indent_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_prev_arrow_horizontal_left_indent_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_prev_arrow_horizontal_left_indent_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_next_arrow_vertical_top_indent&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_next_arrow_vertical_top_indent_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_next_arrow_vertical_top_indent_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_next_arrow_vertical_top_indent_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_next_arrow_vertical_top_indent_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_next_arrow_vertical_top_indent_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_next_arrow_horizontal_left_indent&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_next_arrow_horizontal_left_indent_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_next_arrow_horizontal_left_indent_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_next_arrow_horizontal_left_indent_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_next_arrow_horizontal_left_indent_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;carousel_arrows_next_arrow_horizontal_left_indent_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-image-box-holder wdt-content-item-holder wdt-column-holder wdt-rc-template-custom-template\" id=\"wdt-image-box-8187cd0\" data-settings=\"{&quot;enable_popup&quot;:&quot;&quot;}\"><div class=\"wdt-column-wrapper wdt-column-gap-custom\"><div class=\"wdt-column\"><div class=\"wdt-content-item\"><div class=\"wdt-content-media-group\"><div class=\"wdt-content-subtitle\">Investments<\/div><\/div><div class=\"wdt-content-detail-group\"><div class=\"wdt-content-elements-group wdt-content-group \"><div class=\"wdt-content-description\">Consectetur adipiscing elit pellentesque habitant morbi tristique liquam purus sit.<\/div><div class=\"wdt-content-title\"><h5><a href=\"#\" target=\"_blank\" rel=\"nofollow\"  data-title=\"01\">01<\/a><\/h5><\/div><\/div><\/div><\/div><\/div><div class=\"wdt-column\"><div class=\"wdt-content-item\"><div class=\"wdt-content-media-group\"><div class=\"wdt-content-subtitle\">Brainstorming<\/div><\/div><div class=\"wdt-content-detail-group\"><div class=\"wdt-content-elements-group wdt-content-group \"><div class=\"wdt-content-description\">Justo laoreet sit amet cursus sit amet. Erat imperdiet sed euismod nisi porta lorem mollis.<\/div><div class=\"wdt-content-title\"><h5><a href=\"#\" target=\"_blank\" rel=\"nofollow\"  data-title=\"02\">02<\/a><\/h5><\/div><\/div><\/div><\/div><\/div><div class=\"wdt-column\"><div class=\"wdt-content-item\"><div class=\"wdt-content-media-group\"><div class=\"wdt-content-subtitle\">transperency<\/div><\/div><div class=\"wdt-content-detail-group\"><div class=\"wdt-content-elements-group wdt-content-group \"><div class=\"wdt-content-description\">Purus non enim praesent elementum facilisis leo vel fringilla dunt lobortis. <\/div><div class=\"wdt-content-title\"><h5><a href=\"#\" target=\"_blank\" rel=\"nofollow\"  data-title=\"03\">03<\/a><\/h5><\/div><\/div><\/div><\/div><\/div><div class=\"wdt-column\"><div class=\"wdt-content-item\"><div class=\"wdt-content-media-group\"><div class=\"wdt-content-subtitle\">authenticity<\/div><\/div><div class=\"wdt-content-detail-group\"><div class=\"wdt-content-elements-group wdt-content-group \"><div class=\"wdt-content-description\">Risus ultricies tristique nulla aliquet enim. Lorem sed risus ultricies tristique nulla. <\/div><div class=\"wdt-content-title\"><h5><a href=\"#\" target=\"_blank\" rel=\"nofollow\"  data-title=\"04\">04<\/a><\/h5><\/div><\/div><\/div><\/div><\/div><div class=\"wdt-column\"><div class=\"wdt-content-item\"><div class=\"wdt-content-media-group\"><div class=\"wdt-content-subtitle\">innovation<\/div><\/div><div class=\"wdt-content-detail-group\"><div class=\"wdt-content-elements-group wdt-content-group \"><div class=\"wdt-content-description\">Et pharetra pharetra massa massa. Amet consectetur adipiscing elit pellentesque habitant mor.<\/div><div class=\"wdt-content-title\"><h5><a href=\"#\" target=\"_blank\" rel=\"nofollow\"  data-title=\"05\">05<\/a><\/h5><\/div><\/div><\/div><\/div><\/div><div class=\"wdt-column\"><div class=\"wdt-content-item\"><div class=\"wdt-content-media-group\"><div class=\"wdt-content-subtitle\">Stock Market<\/div><\/div><div class=\"wdt-content-detail-group\"><div class=\"wdt-content-elements-group wdt-content-group \"><div class=\"wdt-content-description\">A scelerisque purus semper eget duis. Pulvinar etiam non quam iaculis eu non iam lacus. <\/div><div class=\"wdt-content-title\"><h5><a href=\"#\" target=\"_blank\" rel=\"nofollow\"  data-title=\"06\">06<\/a><\/h5><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\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-2c8e2d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2c8e2d2\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-10b7cb1\" data-id=\"10b7cb1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d328f44 wdt-heading-type-one center center elementor-widget elementor-widget-wdt-advanced-heading\" data-id=\"d328f44\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-advanced-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder\" data-id=\"d328f44\"><div class=\"wdt-heading-title-wrapper\"><h2><span class=\"wdt-heading-title textreveal-d328f44\">Portfolio<\/span><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d38c026 elementor-widget elementor-widget-wdt-widget-df-listings-listing\" data-id=\"d38c026\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-widget-df-listings-listing.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-listing-output-data-container wdt-direct-list-items wdt-listing-no-map \"  ><div class=\"wdt-listing-output-data-holder\" data-type=\"type7\" data-gallery=\"featured_image\" data-postperpage=\"7\" data-columns=\"4\" data-applyisotope=\"true\" data-isotopefilter=\"\" data-showisotopefiltercount=\"false\" data-applychildof=\"false\" data-featureditems=\"false\" data-featuresimageoricon=\"\" data-featuresinclude=\"\" data-noofcattodisplay=\"2\" data-excerptlength=\"20\" data-applyequalheight=\"false\" data-paginationtype=\"\" data-customoptions=\"\" data-listitemids=\"\" data-categoryids=\"14,9,16,10\" data-tagids=\"\" data-showimagepopup=\"no\" data-masonaryoneitems=\"\" data-masonaryonehalfitems=\"\" data-masonaryonethirditems=\"\" data-masonarytwothirditems=\"\" data-masonaryonefourthitems=\"\" data-masonarythreefourthitems=\"\"><\/div><div class=\"wdt-ajax-load-image \" style=\"display:none;\">\r\n\t\t<div class=\"wdt-loader-inner\">\r\n\t\t<\/div>\r\n\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ce965e center elementor-widget elementor-widget-wdt-button\" data-id=\"2ce965e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-button-holder wdt-template-textual wdt-button-link wdt-button-style-default wdt-button-size-sm wdt-animation- wdt-button-icon-after\" id=\"wdt-button-2ce965e\"><a class=\"wdt-button\" href=\"https:\/\/warnewsitee.ecardroots.com\/portfolio\/\"><div class=\"wdt-button-text\"><span>Explore<\/span><\/div><div class=\"wdt-button-icon\"><span><i><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 15 15\" style=\"enable-background:new 0 0 15 15;\" xml:space=\"preserve\"><path d=\"M11.5,7.5L2.2,2.4v10.2L11.5,7.5 M14,7.5L1,14.6V0.4L14,7.5z\"><\/path><\/svg><\/i><\/span><\/div><\/a><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bb664b1 wdt-overflow-hidden elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"bb664b1\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-c648501\" data-id=\"c648501\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1c36bef wdt-heading-type-one center center elementor-widget elementor-widget-wdt-advanced-heading\" data-id=\"1c36bef\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-advanced-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder\" data-id=\"1c36bef\"><div class=\"wdt-heading-title-wrapper\"><h2><span class=\"wdt-heading-title textreveal-1c36bef\">Partners<\/span><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea52d06 wdt-brand-logo-animation-style elementor-widget elementor-widget-wdt-animation\" data-id=\"ea52d06\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_mqa_speed&quot;:{&quot;unit&quot;:&quot;dpt&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;wdt_mqa_padding&quot;:{&quot;unit&quot;:&quot;dpt&quot;,&quot;size&quot;:14,&quot;sizes&quot;:[]},&quot;wdt_mqa_direction&quot;:&quot;left-to-right&quot;,&quot;wdt_mqa_bound_to&quot;:&quot;section&quot;,&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-animation.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-animation-holder \" id=\"wdt-animation-ea52d06\" data-settings=\"{&quot;direction&quot;:&quot;left-to-right&quot;,&quot;bound_to&quot;:&quot;section&quot;,&quot;speed&quot;:{&quot;unit&quot;:&quot;dpt&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;padding&quot;:{&quot;unit&quot;:&quot;dpt&quot;,&quot;size&quot;:14,&quot;sizes&quot;:[]}}\"><div class=\"wdt-animation-wrapper\"><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-4.png\" class=\"attachment-full size-full wp-image-846\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-3.png\" class=\"attachment-full size-full wp-image-845\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-2.png\" class=\"attachment-full size-full wp-image-844\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-1.png\" class=\"attachment-full size-full wp-image-843\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-10.png\" class=\"attachment-full size-full wp-image-842\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-9.png\" class=\"attachment-full size-full wp-image-841\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-8.png\" class=\"attachment-full size-full wp-image-840\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-7.png\" class=\"attachment-full size-full wp-image-849\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-6.png\" class=\"attachment-full size-full wp-image-848\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-5.png\" class=\"attachment-full size-full wp-image-847\" alt=\"\" \/><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f961c32 wdt-brand-logo-animation-style elementor-widget elementor-widget-wdt-animation\" data-id=\"f961c32\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_mqa_speed&quot;:{&quot;unit&quot;:&quot;dpt&quot;,&quot;size&quot;:0.4,&quot;sizes&quot;:[]},&quot;wdt_mqa_padding&quot;:{&quot;unit&quot;:&quot;dpt&quot;,&quot;size&quot;:14,&quot;sizes&quot;:[]},&quot;wdt_mqa_direction&quot;:&quot;right-to-left&quot;,&quot;wdt_mqa_bound_to&quot;:&quot;section&quot;,&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-animation.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-animation-holder \" id=\"wdt-animation-f961c32\" data-settings=\"{&quot;direction&quot;:&quot;right-to-left&quot;,&quot;bound_to&quot;:&quot;section&quot;,&quot;speed&quot;:{&quot;unit&quot;:&quot;dpt&quot;,&quot;size&quot;:0.4,&quot;sizes&quot;:[]},&quot;padding&quot;:{&quot;unit&quot;:&quot;dpt&quot;,&quot;size&quot;:14,&quot;sizes&quot;:[]}}\"><div class=\"wdt-animation-wrapper\"><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-4.png\" class=\"attachment-full size-full wp-image-846\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-3.png\" class=\"attachment-full size-full wp-image-845\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-2.png\" class=\"attachment-full size-full wp-image-844\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-1.png\" class=\"attachment-full size-full wp-image-843\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-10.png\" class=\"attachment-full size-full wp-image-842\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-9.png\" class=\"attachment-full size-full wp-image-841\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-8.png\" class=\"attachment-full size-full wp-image-840\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-7.png\" class=\"attachment-full size-full wp-image-849\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-6.png\" class=\"attachment-full size-full wp-image-848\" alt=\"\" \/><\/div><div class=\"wdt-animation-item image-item\"><img loading=\"lazy\" decoding=\"async\" width=\"228\" height=\"94\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/uploads\/2023\/06\/Ani-brand-logo-5.png\" class=\"attachment-full size-full wp-image-847\" alt=\"\" \/><\/div><\/div><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4be852d elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"4be852d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\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-68eb779\" data-id=\"68eb779\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-f615eda elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f615eda\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-33 elementor-inner-column elementor-element elementor-element-669829f elementor-hidden-tablet elementor-hidden-mobile_extra\" data-id=\"669829f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-42feeda elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"42feeda\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 59 42.2\" style=\"enable-background:new 0 0 59 42.2;\" xml:space=\"preserve\"><g>\t<path d=\"M1.5,25.3c0.1,0.2,0.2,0.3,0.3,0.5c2.5,5,5,9.9,7.4,14.9c0.1,0.3,0.4,0.5,0.8,0.5c3.6,0,7.2,0,10.8,0h0.6  l-8-16h11.9v-24H1.5L1.5,25.3z\"><\/path>\t<path d=\"M45.5,25.1h11.9v-24H33.5v0.7c0,7.6,0,15.1,0,22.7c0,0.4,0.1,0.7,0.3,1.1c2.5,5,5,10,7.5,15  c0.1,0.3,0.4,0.5,0.8,0.5c3.6,0,7.2,0,10.9,0h0.6L45.5,25.1z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\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-inner-column elementor-element elementor-element-956ffb3\" data-id=\"956ffb3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d356ad6 wdt-heading-type-one center center elementor-widget elementor-widget-wdt-advanced-heading\" data-id=\"d356ad6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-advanced-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder\" data-id=\"d356ad6\"><div class=\"wdt-heading-title-wrapper\"><h2><span class=\"wdt-heading-title textreveal-d356ad6\">Client Say&#039;s<\/span><\/h2><\/div><\/div>\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-aeb8e1d elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile\" data-id=\"aeb8e1d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f456dd1 elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"f456dd1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 59 42.2\" style=\"enable-background:new 0 0 59 42.2;\" xml:space=\"preserve\"><g>\t<path d=\"M58.2,25.4c-0.1,0.2-0.2,0.3-0.3,0.5c-2.5,5.1-5.1,10.2-7.6,15.3c-0.1,0.3-0.5,0.5-0.8,0.5  c-3.7,0-7.4,0-11.1,0h-0.6l8.2-16.4H33.6V0.6h24.5L58.2,25.4z\"><\/path>\t<path d=\"M13.1,25.2H0.8V0.7h24.5v0.7c0,7.8,0,15.5,0,23.3c0,0.4-0.1,0.8-0.3,1.1C22.6,30.9,20,36,17.4,41.1  c-0.1,0.3-0.5,0.5-0.8,0.5c-3.7,0-7.4,0-11.1,0H4.9L13.1,25.2z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-ac0d93e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"ac0d93e\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-inner-column elementor-element elementor-element-95ff839\" data-id=\"95ff839\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-88a1b56 wdt-custom-thumb-testimonial elementor-widget elementor-widget-wdt-thumbs-slider\" data-id=\"88a1b56\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show_opts&quot;:&quot;4&quot;,&quot;slides_to_show_opts_laptop&quot;:&quot;4&quot;,&quot;slides_to_show_opts_tablet_extra&quot;:&quot;3&quot;,&quot;space_between&quot;:16,&quot;slides_to_show_opts_tablet&quot;:&quot;4&quot;,&quot;slides_to_show_opts_mobile_extra&quot;:&quot;2&quot;,&quot;slides_to_show_opts_mobile&quot;:&quot;2&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;slides_to_scroll_opts&quot;:&quot;single&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-thumbs-slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-thumb-carousel-holder\" data-settings=\"{&quot;slides_to_scroll&quot;:1,&quot;slides_to_show&quot;:&quot;4&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;freemode&quot;:&quot;&quot;,&quot;centered_slides&quot;:&quot;&quot;,&quot;space_between&quot;:16,&quot;responsive&quot;:[{&quot;breakpoint&quot;:0,&quot;toshow&quot;:2,&quot;toscroll&quot;:1},{&quot;breakpoint&quot;:480,&quot;toshow&quot;:2,&quot;toscroll&quot;:1},{&quot;breakpoint&quot;:768,&quot;toshow&quot;:4,&quot;toscroll&quot;:1},{&quot;breakpoint&quot;:1025,&quot;toshow&quot;:3,&quot;toscroll&quot;:1},{&quot;breakpoint&quot;:1281,&quot;toshow&quot;:4,&quot;toscroll&quot;:1},{&quot;breakpoint&quot;:1541,&quot;toshow&quot;:4,&quot;toscroll&quot;:1}]}\"><div class=\"swiper swiper-container wdt-carousel-slider-thumb-88a1b56\" data-id=\"88a1b56\" data-wrapper-class=\"wdt-carousel-slider-thumb-88a1b56\"><div class=\"swiper-wrapper\"><div class=\"swiper-slide\"><div class=\"wdt-thumb-slider-container\" id=\"wdt-thumb-slider-index-0\">  <div class=\"wdt-thumb-slider-info\"><div class=\"wdt-thumb-slider-content\"><p><p>Quisque sagittis purus sit amet volutpat. Tortor aliquam nulla facilisi cras. Felis eget nunc lobortis mattis aliquam faucibus purus in.\u00a0<\/p><\/p><\/div>  <div class=\"wdt-thumb-slider-info-box\"><div class=\"wdt-thumb-slider-title\">Silvia <\/div><div class=\"wdt-thumb-slider-sub-title\">Entrepreneur <\/div>   <\/div>   <\/div>   <\/div><\/div><div class=\"swiper-slide\"><div class=\"wdt-thumb-slider-container\" id=\"wdt-thumb-slider-index-1\">  <div class=\"wdt-thumb-slider-info\"><div class=\"wdt-thumb-slider-content\"><p><p>Eortor aliquam nulla facilisi cras. Quisque sagittis purus sit amet volutpat. Felis eget nunc lobortis mattis aliquam faucibus purus in.\u00a0<\/p><\/p><\/div>  <div class=\"wdt-thumb-slider-info-box\"><div class=\"wdt-thumb-slider-title\">Tiziana<\/div><div class=\"wdt-thumb-slider-sub-title\">Producer<\/div>   <\/div>   <\/div>   <\/div><\/div><div class=\"swiper-slide\"><div class=\"wdt-thumb-slider-container\" id=\"wdt-thumb-slider-index-2\">  <div class=\"wdt-thumb-slider-info\"><div class=\"wdt-thumb-slider-content\"><p><p>Zuisque sagittis purus sit amet volutpat. Tortor aliquam nulla facilisi cras. Felis eget nunc lobortis mattis aliquam faucibus purus in.\u00a0<\/p><\/p><\/div>  <div class=\"wdt-thumb-slider-info-box\"><div class=\"wdt-thumb-slider-title\">Rinaldo<\/div><div class=\"wdt-thumb-slider-sub-title\">Professor <\/div>   <\/div>   <\/div>   <\/div><\/div><div class=\"swiper-slide\"><div class=\"wdt-thumb-slider-container\" id=\"wdt-thumb-slider-index-3\">  <div class=\"wdt-thumb-slider-info\"><div class=\"wdt-thumb-slider-content\"><p><p>Tortor aliquam nulla facilisi cras. Quisque sagittis purus sit amet volutpat. Felis eget nunc lobortis mattis aliquam faucibus purus in.\u00a0<\/p><\/p><\/div>  <div class=\"wdt-thumb-slider-info-box\"><div class=\"wdt-thumb-slider-title\">Aroldo <\/div><div class=\"wdt-thumb-slider-sub-title\">Manager<\/div>   <\/div>   <\/div>   <\/div><\/div><div class=\"swiper-slide\"><div class=\"wdt-thumb-slider-container\" id=\"wdt-thumb-slider-index-4\">  <div class=\"wdt-thumb-slider-info\"><div class=\"wdt-thumb-slider-content\"><p><p>Felis eget nunc lobortis mattis aliquam faucibus purus in.\u00a0Quisque sagittis purus sit amet volutpat. Tortor aliquam nulla facilisi cras.\u00a0<\/p><\/p><\/div>  <div class=\"wdt-thumb-slider-info-box\"><div class=\"wdt-thumb-slider-title\">Napoleone<\/div><div class=\"wdt-thumb-slider-sub-title\">CEO<\/div>   <\/div>   <\/div>   <\/div><\/div><\/div><div class=\"wdt-thumb-pagination-group\"><div class=\"swiper wdt-thumbnail-carousel wdt-thumbnail-carousel-88a1b56\" data-wrapper-thumb-class=\"wdt-thumbnail-carousel-88a1b56\"><div class=\"swiper-wrapper\"><div class=\"swiper-slide\"><div class=\"wdt-thumb-slider-thumbnail\"><img decoding=\"async\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/themes\/dots\/ocdi\/uploads\/2023\/04\/Testimonial-First-Img.png\" alt=\"\"><\/div><\/div><div class=\"swiper-slide\"><div class=\"wdt-thumb-slider-thumbnail\"><img decoding=\"async\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/themes\/dots\/ocdi\/uploads\/2023\/06\/home-two-testimonial-2.png\" alt=\"\"><\/div><\/div><div class=\"swiper-slide\"><div class=\"wdt-thumb-slider-thumbnail\"><img decoding=\"async\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/themes\/dots\/ocdi\/uploads\/2023\/06\/home-two-testimonial-3.png\" alt=\"\"><\/div><\/div><div class=\"swiper-slide\"><div class=\"wdt-thumb-slider-thumbnail\"><img decoding=\"async\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/themes\/dots\/ocdi\/uploads\/2023\/06\/home-two-testimonial-4.png\" alt=\"\"><\/div><\/div><div class=\"swiper-slide\"><div class=\"wdt-thumb-slider-thumbnail\"><img decoding=\"async\" src=\"https:\/\/warnewsitee.ecardroots.com\/wp-content\/themes\/dots\/ocdi\/uploads\/2023\/06\/home-two-testimonial-5.png\" alt=\"\"><\/div><\/div><\/div><\/div><div class=\"wdt-thumbcarousel-pagination-wrapper\"><div class=\"wdt-thumbcarousel-arrow-pagination\"><div class=\"wdt-arrow-thumb-pagination-prev wdt-arrow-thumb-pagination-prev-88a1b56\"><i><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"><path d=\"M74.8,99.5L25.3,50L74.8,0.5V99.5z\"><\/path><\/svg><\/i><\/div><div class=\"wdt-arrow-thumb-pagination-next wdt-arrow-thumb-pagination-next-88a1b56\"><i><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"><path d=\"M25.3,0.5L74.8,50L25.3,99.5V0.5z\"><\/path><\/svg><\/i><\/div><\/div><\/div><\/div><\/div><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\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-94c844c wdt-no-full-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"94c844c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-a0886d4\" data-id=\"a0886d4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c5b70ef elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"c5b70ef\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-33 elementor-inner-column elementor-element elementor-element-d750dc8 elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile\" data-id=\"d750dc8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-70eb3c0\" data-id=\"70eb3c0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-eae185b wdt-heading-type-one wdt-custom-about-section-text-b center center elementor-widget elementor-widget-wdt-advanced-heading\" data-id=\"eae185b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-advanced-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder\" data-id=\"eae185b\"><div class=\"wdt-heading-title-wrapper\"><h2><span class=\"wdt-heading-title textreveal-eae185b\">About<\/span><\/h2><\/div><div class=\"wdt-heading-content-wrapper\"><div class=\"wdt-content-animation contentanimation-eae185b\">Dolor sit amet consectetur adipiscing elit ut aliquam. Consequat mauris nunc congue nisi vitae suscipit. Eu scelerisque felis imperdiet proin fermentum leo. <\/div><\/div><\/div>\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-f509f32 elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile\" data-id=\"f509f32\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-77365d2 elementor-section-full_width wdt-section-wrap-col elementor-section-height-default elementor-section-height-default\" data-id=\"77365d2\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-33 elementor-inner-column elementor-element elementor-element-b1bdb4f\" data-id=\"b1bdb4f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4b2b851 elementor-list-item-link-inline elementor-align-center wdt-custom-contact-details elementor-laptop-align-center elementor-mobile_extra-align-center elementor-widget elementor-widget-icon-list\" data-id=\"4b2b851\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:random@gmail.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 28.3 20\" style=\"enable-background:new 0 0 28.3 20;\" xml:space=\"preserve\"><g>\t<path d=\"M5.4,0.5h17.5c0.2,0,0.4,0.2,0.4,0.4c0,0.1-0.1,0.2-0.2,0.3l-8.4,5.9c-0.3,0.2-0.7,0.2-1,0L5.2,1.2  C5,1.1,5,0.8,5.1,0.7C5.2,0.6,5.3,0.5,5.4,0.5\"><\/path>\t<path d=\"M27.6,4.1v13c0,1.4-1.1,2.5-2.5,2.5l0,0h-22c-1.4,0-2.5-1.1-2.5-2.5v-13c0-0.3,0.3-0.6,0.6-0.6  c0.1,0,0.2,0,0.3,0.1l10.1,7.1c1.5,1,3.5,1,4.9,0l10.1-7.1c0.3-0.2,0.6-0.1,0.8,0.1C27.6,3.9,27.6,4,27.6,4.1\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">support@example.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\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-inner-column elementor-element elementor-element-bde3508\" data-id=\"bde3508\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8ec120f elementor-align-center wdt-custom-contact-details elementor-mobile_extra-align-center elementor-mobile-align-center elementor-widget-mobile_extra__width-inherit elementor-widget-mobile__width-initial elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"8ec120f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 20.9 25\" style=\"enable-background:new 0 0 20.9 25;\" xml:space=\"preserve\"><g>\t<path d=\"M10.5,0.5C4.9,0.5,0.4,5,0.4,10.6c0,0,0,0,0,0c0,5.5,3.3,8.5,6.1,11c1.1,1.1,2.2,1.9,2.9,2.5  c0.6,0.5,1.5,0.5,2.1,0c0.7-0.6,1.7-1.5,2.9-2.5c2.8-2.6,6.1-5.5,6.1-11C20.5,5,16,0.5,10.5,0.5C10.5,0.5,10.5,0.5,10.5,0.5   M10.3,15.7c-2.7-0.1-4.8-2.4-4.7-5.1S8,5.9,10.7,6c2.6,0.1,4.7,2.3,4.7,4.9c0,2.7-2.2,4.9-4.9,4.9C10.4,15.7,10.3,15.7,10.3,15.7\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">wewqewqddfsaffdsafs<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\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-inner-column elementor-element elementor-element-59c72cd\" data-id=\"59c72cd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4af7653 elementor-list-item-link-inline elementor-align-center wdt-custom-contact-details elementor-widget elementor-widget-icon-list\" data-id=\"4af7653\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:000%20123%20456789\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 21 21\" style=\"enable-background:new 0 0 21 21;\" xml:space=\"preserve\"><g>\t<path d=\"M20.3,16.1c-0.9-1.6-3.9-3-5.7-3S13,15.4,13,15.4c-1.7-0.6-3.2-1.6-4.5-2.9C7.2,11.3,6.2,9.7,5.6,8  c0,0,2.3,0.1,2.3-1.7c0-1.7-1.5-4.8-3-5.7S0.3,2.4,0.5,5.5s2.2,7,5.1,9.9s6.7,4.8,9.9,5.1C18.6,20.7,21.2,17.7,20.3,16.1\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+000 123 456789<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3ed1ed7 elementor-section-full_width wdt-section-wrap-col elementor-section-height-default elementor-section-height-default\" data-id=\"3ed1ed7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-25 elementor-inner-column elementor-element elementor-element-8ef4038\" data-id=\"8ef4038\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a8cd823 wdt-custom-test-counter elementor-widget__width-auto elementor-widget elementor-widget-wdt-advanced-number-counter\" data-id=\"a8cd823\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_enable_inview_status&quot;:&quot;true&quot;,&quot;wdt_enable_inview_loop&quot;:&quot;true&quot;,&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-advanced-number-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-content-advanced-number-counter-container\"><div class=\"wdt-content-advanced-number-counter-wrapper\"><div class=\"wdt-content-advanced-number-counter-media-group\"><\/div><div class=\"wdt-content-advanced-number-counter-content-group\"><span class=\"wdt-content-advanced-number-counter-title\">years of experience<\/span><div class=\"wdt-advanced-number-counter-content\"><div class=\"wdt-advanced-number-counter-value odometer\" data-digit=\"13\" data-digit-speed=\"10000\">000<\/div><\/div><\/div><\/div><\/div>\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<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-752db4a\" data-id=\"752db4a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9034229 wdt-custom-test-counter elementor-widget__width-auto elementor-widget elementor-widget-wdt-advanced-number-counter\" data-id=\"9034229\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_enable_inview_status&quot;:&quot;true&quot;,&quot;wdt_enable_inview_loop&quot;:&quot;true&quot;,&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-advanced-number-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-content-advanced-number-counter-container\"><div class=\"wdt-content-advanced-number-counter-wrapper\"><div class=\"wdt-content-advanced-number-counter-media-group\"><\/div><div class=\"wdt-content-advanced-number-counter-content-group\"><span class=\"wdt-content-advanced-number-counter-title\">skilled employees<\/span><div class=\"wdt-advanced-number-counter-content\"><div class=\"wdt-advanced-number-counter-value odometer\" data-digit=\"25\" data-digit-speed=\"10000\">000<\/div><\/div><\/div><\/div><\/div>\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<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4b1c995\" data-id=\"4b1c995\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-db8f120 wdt-custom-test-counter elementor-widget__width-auto elementor-widget elementor-widget-wdt-advanced-number-counter\" data-id=\"db8f120\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_enable_inview_status&quot;:&quot;true&quot;,&quot;wdt_enable_inview_loop&quot;:&quot;true&quot;,&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-advanced-number-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-content-advanced-number-counter-container\"><div class=\"wdt-content-advanced-number-counter-wrapper\"><div class=\"wdt-content-advanced-number-counter-media-group\"><\/div><div class=\"wdt-content-advanced-number-counter-content-group\"><span class=\"wdt-content-advanced-number-counter-title\">Popular awards<\/span><div class=\"wdt-advanced-number-counter-content\"><div class=\"wdt-advanced-number-counter-value odometer\" data-digit=\"14\" data-digit-speed=\"10000\">000<\/div><\/div><\/div><\/div><\/div>\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<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-adda107\" data-id=\"adda107\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-066f72e wdt-custom-test-counter elementor-widget__width-auto elementor-widget elementor-widget-wdt-advanced-number-counter\" data-id=\"066f72e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_enable_inview_status&quot;:&quot;true&quot;,&quot;wdt_enable_inview_loop&quot;:&quot;true&quot;,&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-advanced-number-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-content-advanced-number-counter-container\"><div class=\"wdt-content-advanced-number-counter-wrapper\"><div class=\"wdt-content-advanced-number-counter-media-group\"><\/div><div class=\"wdt-content-advanced-number-counter-content-group\"><span class=\"wdt-content-advanced-number-counter-title\">our best works<\/span><div class=\"wdt-advanced-number-counter-content\"><div class=\"wdt-advanced-number-counter-value odometer\" data-digit=\"2\" data-digit-speed=\"10000\">000<\/div><span class=\"wdt-content-advanced-number-counter-suffix\">k<\/span><\/div><\/div><\/div><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-4862072 center elementor-widget elementor-widget-wdt-button\" data-id=\"4862072\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-button-holder wdt-template-textual wdt-button-link wdt-button-style-default wdt-button-size-sm wdt-animation- wdt-button-icon-after\" id=\"wdt-button-4862072\"><a class=\"wdt-button\" href=\"#\"><div class=\"wdt-button-text\"><span>Know More<\/span><\/div><div class=\"wdt-button-icon\"><span><i><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 15 15\" style=\"enable-background:new 0 0 15 15;\" xml:space=\"preserve\"><path d=\"M11.5,7.5L2.2,2.4v10.2L11.5,7.5 M14,7.5L1,14.6V0.4L14,7.5z\"><\/path><\/svg><\/i><\/span><\/div><\/a><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6fea025 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6fea025\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;wdt_bg_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_laptop&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile_extra&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;wdt_bg_position&quot;:&quot;center center&quot;,&quot;wdt_animation_effect&quot;:&quot;none&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-50 elementor-top-column elementor-element elementor-element-ebf009d\" data-id=\"ebf009d\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e8bcb33 end elementor-widget__width-initial center elementor-widget elementor-widget-wdt-advanced-heading\" data-id=\"e8bcb33\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-advanced-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-heading-holder\" data-id=\"e8bcb33\"><div class=\"wdt-heading-title-wrapper\"><h2><span class=\"wdt-heading-title splitanimation-e8bcb33\">Getiing Started<\/span><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9b09f center elementor-widget__width-auto elementor-absolute e-transform e-transform elementor-widget elementor-widget-wdt-popup-box\" data-id=\"7a9b09f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;trigger_element_icon_normal_background_background&quot;:&quot;classic&quot;,&quot;trigger_element_icon_normal_background_color&quot;:&quot;#6D6C6C5E&quot;,&quot;_position&quot;:&quot;absolute&quot;,&quot;_transform_rotate_3d_hover&quot;:&quot;yes&quot;,&quot;_transform_rotateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;_transform_rotateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;_transform_perspective_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:500,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.85,&quot;sizes&quot;:[]},&quot;show_close_Button&quot;:&quot;true&quot;,&quot;esc_to_exit&quot;:&quot;true&quot;,&quot;click_to_exit&quot;:&quot;true&quot;,&quot;wdt_animation_effect&quot;:&quot;none&quot;,&quot;_transform_rotateZ_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_tablet_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_mobile_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateX_effect_hover_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateX_effect_hover_tablet_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateX_effect_hover_mobile_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateY_effect_hover_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateY_effect_hover_tablet_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateY_effect_hover_mobile_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_perspective_effect_hover_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_perspective_effect_hover_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_perspective_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_perspective_effect_hover_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_perspective_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"wdt-popup-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-popup-box-trigger-holder wdt-click-element-icon\" id=\"wdt-popup-box-trigger-7a9b09f\" data-settings=\"{&quot;module_id&quot;:&quot;7a9b09f&quot;,&quot;module_ref_id&quot;:&quot;wdt-popup-box-7a9b09f&quot;,&quot;popup_class&quot;:&quot;wdt-popup-box-window wdt-popup-box-window-7a9b09f wdt-fade-zoom&quot;,&quot;trigger_type&quot;:&quot;on-click&quot;,&quot;on_load_delay&quot;:null,&quot;on_load_after&quot;:null,&quot;external_class&quot;:null,&quot;external_id&quot;:null,&quot;show_close_Button&quot;:true,&quot;esc_to_exit&quot;:true,&quot;click_to_exit&quot;:true,&quot;animation_on_hover&quot;:false,&quot;mfp_src&quot;:&quot;https:\/\/vimeo.com\/169057228&quot;,&quot;mfp_type&quot;:&quot;iframe&quot;}\"><div class=\"wdt-popup-box-trigger-element\"><span class=\"wdt-popup-box-trigger-item wdt-popup-box-trigger-icon\"><i><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 27.9 32.1\" style=\"enable-background:new 0 0 27.9 32.1;\" xml:space=\"preserve\"><path d=\"M9.2,29.5H8.9c-1.9,0-3.6-1-4.4-2.7l-0.1-0.2c-0.3-0.9-0.6-1.9-0.8-2.9c-0.3-2.6-0.5-5.2-0.5-7.8c0-2.6,0.1-5.3,0.5-7.9 c0.2-0.8,0.3-1.6,0.6-2.4l0-0.1c0.4-1,1.2-1.9,2.2-2.4c0.8-0.4,1.6-0.6,2.5-0.6c0,0,0,0,0,0l0.2,0c1,0.1,1.9,0.4,2.8,0.8 c2.7,1.2,5.3,2.7,7.7,4.5c1.7,1.2,3.3,2.5,4.8,4c0.3,0.3,0.6,0.6,0.8,0.8c0.1,0.1,0.2,0.2,0.2,0.2l0.1,0.1c0.7,0.9,1,2,1,3.1 c0,1-0.3,2.1-1,2.9c-0.3,0.4-0.6,0.7-0.9,1.1l-0.2,0.2c-2.6,2.8-8.9,7-12.3,8.4C11.4,29,10.3,29.4,9.2,29.5L9.2,29.5z M6.8,25.7 C7.2,26.5,8.1,27,8.9,27h0c0.8-0.1,1.6-0.4,2.3-0.7c3.1-1.3,9.1-5.3,11.5-7.8l0.2-0.2c0.2-0.3,0.5-0.5,0.7-0.8 c0.3-0.4,0.4-0.9,0.4-1.4c0-0.6-0.2-1.1-0.5-1.5c-0.1-0.1-0.1-0.1-0.2-0.2c-0.2-0.2-0.5-0.5-0.7-0.8c-1.4-1.4-2.9-2.6-4.5-3.7 C16,8.2,13.6,6.8,11,5.6c-0.6-0.3-1.3-0.5-2-0.6c-0.4,0-0.8,0.1-1.2,0.3C7.3,5.6,6.9,6,6.7,6.5c-0.2,0.6-0.4,1.3-0.5,2 c-0.4,2.4-0.5,5-0.5,7.5c0,2.5,0.1,5,0.4,7.4C6.3,24.1,6.5,25,6.8,25.7z\"><\/path><\/svg><\/i><\/span><\/div><\/div>\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<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e4f9232\" data-id=\"e4f9232\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-22f6985 start elementor-widget-tablet__width-inherit wdt-custom-faq elementor-widget elementor-widget-wdt-accordion-and-toggle\" data-id=\"22f6985\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wdt_animation_effect&quot;:&quot;none&quot;}\" data-widget_type=\"wdt-accordion-and-toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wdt-accordion-toggle-holder wdt-module-accordion wdt-template-bordered wdt-expand-collapse-position-end\" id=\"wdt-accordion-and-toggle-22f6985\"><div class=\"wdt-accordion-toggle-wrapper\"><div class=\"wdt-accordion-toggle-title-holder\"><div class=\"wdt-accordion-toggle-title\">What does a consulting firm for businesses do?<\/div><div class=\"wdt-accordion-toggle-icon\"><div class=\"wdt-accordion-toggle-icon-expand\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"15.1,15.1 1.1,14.5 1.2,11.8 12.2,12.2 11.8,1.2 14.5,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"6.9\" y=\"1.1\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.4438 8.3109)\" width=\"2.7\" height=\"14.4\"><\/rect>\t<\/g><\/g><\/svg><\/div><div class=\"wdt-accordion-toggle-icon-collapse\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"14.5,15.1 11.8,15 12.2,3.9 1.2,4.3 1.1,1.6 15.1,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"1.1\" y=\"6.4\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.0894 8.1657)\" width=\"14.4\" height=\"2.7\"><\/rect>\t<\/g><\/g><\/svg><\/div><\/div><\/div><div class=\"wdt-accordion-toggle-description\">Vivamus imperdiet vel nisl ac lobortis. Praesent ex diam, sollicitudin in sapien odio. Maecenas aliquam lobortis orci, et pellentesque massa blandit pul<\/div><\/div><div class=\"wdt-accordion-toggle-wrapper\"><div class=\"wdt-accordion-toggle-title-holder\"><div class=\"wdt-accordion-toggle-title\">What advantages do consulting firms offer?<\/div><div class=\"wdt-accordion-toggle-icon\"><div class=\"wdt-accordion-toggle-icon-expand\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"15.1,15.1 1.1,14.5 1.2,11.8 12.2,12.2 11.8,1.2 14.5,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"6.9\" y=\"1.1\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.4438 8.3109)\" width=\"2.7\" height=\"14.4\"><\/rect>\t<\/g><\/g><\/svg><\/div><div class=\"wdt-accordion-toggle-icon-collapse\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"14.5,15.1 11.8,15 12.2,3.9 1.2,4.3 1.1,1.6 15.1,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"1.1\" y=\"6.4\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.0894 8.1657)\" width=\"14.4\" height=\"2.7\"><\/rect>\t<\/g><\/g><\/svg><\/div><\/div><\/div><div class=\"wdt-accordion-toggle-description\">Maecenas aliquam lobortis orci, et pellentesque massa blandit pul. Vivamus imperdiet vel nisl ac lobortis. Praesent ex diam, sollicitudin in sapien odio. <\/div><\/div><div class=\"wdt-accordion-toggle-wrapper\"><div class=\"wdt-accordion-toggle-title-holder\"><div class=\"wdt-accordion-toggle-title\">How to pick the best business consulting firm?<\/div><div class=\"wdt-accordion-toggle-icon\"><div class=\"wdt-accordion-toggle-icon-expand\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"15.1,15.1 1.1,14.5 1.2,11.8 12.2,12.2 11.8,1.2 14.5,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"6.9\" y=\"1.1\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.4438 8.3109)\" width=\"2.7\" height=\"14.4\"><\/rect>\t<\/g><\/g><\/svg><\/div><div class=\"wdt-accordion-toggle-icon-collapse\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"14.5,15.1 11.8,15 12.2,3.9 1.2,4.3 1.1,1.6 15.1,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"1.1\" y=\"6.4\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.0894 8.1657)\" width=\"14.4\" height=\"2.7\"><\/rect>\t<\/g><\/g><\/svg><\/div><\/div><\/div><div class=\"wdt-accordion-toggle-description\">Praesent ex diam, sollicitudin in sapien odio. Vivamus imperdiet vel nisl ac lobortis.  Maecenas aliquam lobortis orci, et pellentesque massa blandit pul<\/div><\/div><div class=\"wdt-accordion-toggle-wrapper\"><div class=\"wdt-accordion-toggle-title-holder\"><div class=\"wdt-accordion-toggle-title\">What products and services do you provide? <\/div><div class=\"wdt-accordion-toggle-icon\"><div class=\"wdt-accordion-toggle-icon-expand\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"15.1,15.1 1.1,14.5 1.2,11.8 12.2,12.2 11.8,1.2 14.5,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"6.9\" y=\"1.1\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.4438 8.3109)\" width=\"2.7\" height=\"14.4\"><\/rect>\t<\/g><\/g><\/svg><\/div><div class=\"wdt-accordion-toggle-icon-collapse\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"14.5,15.1 11.8,15 12.2,3.9 1.2,4.3 1.1,1.6 15.1,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"1.1\" y=\"6.4\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.0894 8.1657)\" width=\"14.4\" height=\"2.7\"><\/rect>\t<\/g><\/g><\/svg><\/div><\/div><\/div><div class=\"wdt-accordion-toggle-description\">Praesent ex diam, sollicitudin in sapien odio. Maecenas aliquam lobortis orci, et pellentesque massa blandit pul. Vivamus imperdiet vel nisl ac lobortis. <\/div><\/div><div class=\"wdt-accordion-toggle-wrapper\"><div class=\"wdt-accordion-toggle-title-holder\"><div class=\"wdt-accordion-toggle-title\">Is SEO important for business?<\/div><div class=\"wdt-accordion-toggle-icon\"><div class=\"wdt-accordion-toggle-icon-expand\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"15.1,15.1 1.1,14.5 1.2,11.8 12.2,12.2 11.8,1.2 14.5,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"6.9\" y=\"1.1\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.4438 8.3109)\" width=\"2.7\" height=\"14.4\"><\/rect>\t<\/g><\/g><\/svg><\/div><div class=\"wdt-accordion-toggle-icon-collapse\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"14.5,15.1 11.8,15 12.2,3.9 1.2,4.3 1.1,1.6 15.1,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"1.1\" y=\"6.4\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.0894 8.1657)\" width=\"14.4\" height=\"2.7\"><\/rect>\t<\/g><\/g><\/svg><\/div><\/div><\/div><div class=\"wdt-accordion-toggle-description\">Zivamus imperdiet vel nisl ac lobortis. Praesent ex diam, sollicitudin in sapien odio. Maecenas aliquam lobortis orci, et pellentesque massa blandit pul<\/div><\/div><div class=\"wdt-accordion-toggle-wrapper\"><div class=\"wdt-accordion-toggle-title-holder\"><div class=\"wdt-accordion-toggle-title\"> How do you ensure confidentiality?<\/div><div class=\"wdt-accordion-toggle-icon\"><div class=\"wdt-accordion-toggle-icon-expand\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"15.1,15.1 1.1,14.5 1.2,11.8 12.2,12.2 11.8,1.2 14.5,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"6.9\" y=\"1.1\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.4438 8.3109)\" width=\"2.7\" height=\"14.4\"><\/rect>\t<\/g><\/g><\/svg><\/div><div class=\"wdt-accordion-toggle-icon-collapse\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"14.5,15.1 11.8,15 12.2,3.9 1.2,4.3 1.1,1.6 15.1,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"1.1\" y=\"6.4\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.0894 8.1657)\" width=\"14.4\" height=\"2.7\"><\/rect>\t<\/g><\/g><\/svg><\/div><\/div><\/div><div class=\"wdt-accordion-toggle-description\">Aeaesent ex diam, sollicitudin in sapien odio. Vivamus imperdiet vel nisl ac lobortis. Maecenas aliquam lobortis orci, et pellentesque massa blandit pul<\/div><\/div><div class=\"wdt-accordion-toggle-wrapper\"><div class=\"wdt-accordion-toggle-title-holder\"><div class=\"wdt-accordion-toggle-title\">Is the digital platform reliable?<\/div><div class=\"wdt-accordion-toggle-icon\"><div class=\"wdt-accordion-toggle-icon-expand\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"15.1,15.1 1.1,14.5 1.2,11.8 12.2,12.2 11.8,1.2 14.5,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"6.9\" y=\"1.1\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.4438 8.3109)\" width=\"2.7\" height=\"14.4\"><\/rect>\t<\/g><\/g><\/svg><\/div><div class=\"wdt-accordion-toggle-icon-collapse\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"14.5,15.1 11.8,15 12.2,3.9 1.2,4.3 1.1,1.6 15.1,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"1.1\" y=\"6.4\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.0894 8.1657)\" width=\"14.4\" height=\"2.7\"><\/rect>\t<\/g><\/g><\/svg><\/div><\/div><\/div><div class=\"wdt-accordion-toggle-description\">Maecenas aliquam lobortis orci, et pellentesque massa blandit pul. Vivamus imperdiet vel nisl ac lobortis. Praesent ex diam, sollicitudin in sapien odio. <\/div><\/div><div class=\"wdt-accordion-toggle-wrapper\"><div class=\"wdt-accordion-toggle-title-holder\"><div class=\"wdt-accordion-toggle-title\">How do you interact with your clients?<\/div><div class=\"wdt-accordion-toggle-icon\"><div class=\"wdt-accordion-toggle-icon-expand\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"15.1,15.1 1.1,14.5 1.2,11.8 12.2,12.2 11.8,1.2 14.5,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"6.9\" y=\"1.1\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.4438 8.3109)\" width=\"2.7\" height=\"14.4\"><\/rect>\t<\/g><\/g><\/svg><\/div><div class=\"wdt-accordion-toggle-icon-collapse\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 16.1 16.1\" style=\"enable-background:new 0 0 16.1 16.1;\" xml:space=\"preserve\"><g>\t<g>\t\t<polygon points=\"14.5,15.1 11.8,15 12.2,3.9 1.2,4.3 1.1,1.6 15.1,1.1   \"><\/polygon>\t<\/g>\t<g>\t\t<rect x=\"1.1\" y=\"6.4\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -3.0894 8.1657)\" width=\"14.4\" height=\"2.7\"><\/rect>\t<\/g><\/g><\/svg><\/div><\/div><\/div><div class=\"wdt-accordion-toggle-description\">Fouamus imperdiet vel nisl ac lobortis. Praesent ex diam, sollicitudin in sapien odio. Maecenas aliquam lobortis orci, et pellentesque massa blandit pul<\/div><\/div><\/div>\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<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-3821b03 e-flex e-con-boxed e-con e-parent\" data-id=\"3821b03\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Sed purus turpis, mollis eu orci ac, facilisis mollis nisl. Ut sem ipsum, dignissim Duis in impero in emassa ac. Professionals000+ Worldwide Clients000k join our connection WebAppRoots WebAppRoots WebAppRoots Viverra tellus in hac habitasse platea dictumst vestibulum rhoncus est ut morbi tinci dunt augue. get in touch Branding Website Digital Research Marketing Our services Website [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-1337","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/warnewsitee.ecardroots.com\/ar\/wp-json\/wp\/v2\/pages\/1337","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/warnewsitee.ecardroots.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/warnewsitee.ecardroots.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/warnewsitee.ecardroots.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/warnewsitee.ecardroots.com\/ar\/wp-json\/wp\/v2\/comments?post=1337"}],"version-history":[{"count":112,"href":"https:\/\/warnewsitee.ecardroots.com\/ar\/wp-json\/wp\/v2\/pages\/1337\/revisions"}],"predecessor-version":[{"id":1788,"href":"https:\/\/warnewsitee.ecardroots.com\/ar\/wp-json\/wp\/v2\/pages\/1337\/revisions\/1788"}],"wp:attachment":[{"href":"https:\/\/warnewsitee.ecardroots.com\/ar\/wp-json\/wp\/v2\/media?parent=1337"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}