{"id":21144,"date":"2024-11-13T02:58:16","date_gmt":"2024-11-13T08:28:16","guid":{"rendered":"https:\/\/chittlesoft.com\/work\/?page_id=21144"},"modified":"2026-01-07T04:59:20","modified_gmt":"2026-01-07T10:29:20","slug":"work","status":"publish","type":"page","link":"https:\/\/chittlesoft.com\/work\/","title":{"rendered":"Work"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"21144\" class=\"elementor elementor-21144\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42fc152 e-flex e-con-boxed wcf-starter-animations-none e-con e-parent\" data-id=\"42fc152\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;wcf_enable_cursor_hover_effect_text&quot;:&quot;View&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b22e2ea e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"b22e2ea\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;wcf_enable_cursor_hover_effect_text&quot;:&quot;View&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f0bc5b1 wcf-t-animation-char wcf-starter-animations-none elementor-widget elementor-widget-wcf--title\" data-id=\"f0bc5b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_text_animation&quot;:&quot;char&quot;,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;text_delay&quot;:0.15,&quot;text_duration&quot;:1,&quot;text_stagger&quot;:0.02,&quot;text_on_scroll&quot;:&quot;yes&quot;,&quot;text_translate_x&quot;:20,&quot;text_translate_y&quot;:0,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"wcf--title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"wcf--title\">Our Work<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df58955 wcf-t-animation-char elementor-widget__width-initial wcf-starter-animations-none elementor-widget elementor-widget-wcf--title\" data-id=\"df58955\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_text_animation&quot;:&quot;char&quot;,&quot;text_animation_breakpoint&quot;:&quot;laptop&quot;,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;text_delay&quot;:0.15,&quot;text_duration&quot;:1,&quot;text_stagger&quot;:0.02,&quot;text_on_scroll&quot;:&quot;yes&quot;,&quot;text_translate_x&quot;:20,&quot;text_translate_y&quot;:0,&quot;text_breakpoint_min_max&quot;:&quot;min&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"wcf--title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"wcf--title\">A snapshot of <span class=\"highlight\">work<\/span> we've done for our clients<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-64112d4 elementor-widget-mobile_extra__width-initial elementor-widget-mobile__width-initial elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-widget elementor-widget-html\" data-id=\"64112d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Category Tabs<\/title>\n  <style>\n   #categorySelect{\n\t   width: 100%\n   }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- Dropdown for categories -->\n  <select id=\"categorySelect\" >\n\t<option value=\"All\">All<\/option>\n\t<option value=\"UIUX\">UI\/UX<\/option>\n\t<option value=\"BrandIdentity\">Brand Identity<\/option>\n\t<option value=\"Presentations\">Presentations<\/option>\n\t<option value=\"SocialMedia\">Social Media<\/option>\n\t<option value=\"Videos\">Videos<\/option>\n  <\/select>\n\n  \n  <script>\n\tdocument.addEventListener(\"DOMContentLoaded\", function() {\n\t\tfunction handleTabClick() {\n\t  \/\/ Get selected category\n\t  var category = document.getElementById(\"categorySelect\").value;\n\t  \n\t  \/\/ Define the categories\n\t  var categories = {\n\t\t\"UIUX\": document.getElementsByClassName(\"category-uiux\"),\n\t\t\"Videos\": document.getElementsByClassName(\"category-videos\"),\n\t\t\"Presentations\": document.getElementsByClassName(\"category-presentations\"),\n\t\t\"BrandIdentity\": document.getElementsByClassName(\"category-brandidentity\"),\n\t\t\"SocialMedia\": document.getElementsByClassName(\"category-socialmedia\")\n\t  };\n\n\t  \/\/ Hide all categories initially\n\t  for (var key in categories) {\n\t\tfor (var i = 0; i < categories[key].length; i++) {\n\t\t  categories[key][i].style.display = \"none\";\n\t\t}\n\t  }\n\n\t  \/\/ Show selected category or all if \"All\" is selected\n\t  if (category === \"All\" || category === undefined) {\n\t\tfor (var key in categories) {\n\t\t  for (var i = 0; i < categories[key].length; i++) {\n\t\t\tcategories[key][i].style.display = \"block\";\n\t\t  }\n\t\t}\n\t  } else {\n\t\tvar selectedCategory = categories[category];\n\t\tfor (var i = 0; i < selectedCategory.length; i++) {\n\t\t  selectedCategory[i].style.display = \"block\";\n\t\t}\n\t  }\n\t}\n\n  \n\t  \/\/ Attach event listener dynamically\n\t  document.getElementById(\"categorySelect\").addEventListener(\"change\", handleTabClick);\n\t});\n  <\/script>\n\n<\/body>\n<\/html>\n\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e165744 elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"e165744\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Category Tabs<\/title>\n  <style>\n    \/* Styling for the tab container and buttons *\/\n    .tab-container {\n      display: flex;\n      gap: 10px;\n      padding: 10px 10px !important;\n      justify-content: space-between;\n          flex-wrap: wrap;\n    }\n    .tab-container .active{\n      background-color: #ffcb08 !important;\n    }\n\n    .tab-button {\n         padding: 1% 3%;\n      cursor: pointer;\n      font-size: 18px;\n      font-weight: 700;\n      border-radius: 60px;\n      transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n      color: black;\n      line-height: 26px;\n    }\n\n    .tab-button:hover {\n      background-color: #ffcb08 !important;\n      border-color: #000;\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n    }\n\n    \/* Responsive font size for mobile *\/\n    @media (max-width: 768px) {\n      .tab-button {\n        font-size: 14px;\n        padding: 1% 3%;\n                margin: 6px;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .tab-button {\n        font-size: 12px;\n        padding: 1% 8%;        margin: 6px;\n    \n      }\n      .tab-container{\n              gap: 0;\n             \n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"tab-container\">\n    <button class=\"tab-button active\" onclick=\"handleTabClick('All')\">All<\/button>\n    <button class=\"tab-button\" onclick=\"handleTabClick('UIUX')\">UI\/UX<\/button>\n    \n    <button class=\"tab-button\" onclick=\"handleTabClick('BrandIdentity')\">Brand Identity<\/button>\n    \n     <button class=\"tab-button\" onclick=\"handleTabClick('Presentations')\">Presentations<\/button>\n    \n    <button class=\"tab-button\" onclick=\"handleTabClick('SocialMedia')\">Social Media<\/button>\n    <button class=\"tab-button\" onclick=\"handleTabClick('Videos')\">Videos<\/button>\n   \n    \n    \n <\/div>\n  <script>\n function handleTabClick(category) {\n  var categories = {\n    \"UIUX\": document.getElementsByClassName(\"category-uiux\"),\n    \"Videos\": document.getElementsByClassName(\"category-videos\"),\n    \"Presentations\": document.getElementsByClassName(\"category-presentations\"),\n    \"BrandIdentity\": document.getElementsByClassName(\"category-brandidentity\"),\n    \"SocialMedia\": document.getElementsByClassName(\"category-socialmedia\")\n  };\n\n  \/\/ Hide all categories initially\n  for (var key in categories) {\n    for (var i = 0; i < categories[key].length; i++) {\n      categories[key][i].style.display = \"none\";\n    }\n  }\n\n  \/\/ Show selected category or all if \"All\" is selected\n  if (category === \"All\"||category === undefined) {\n    for (var key in categories) {\n      for (var i = 0; i < categories[key].length; i++) {\n        categories[key][i].style.display = \"block\";\n      }\n    }\n  } else {\n    console.log(category);\n    var selectedCategory = categories[category];\n    for (var i = 0; i < selectedCategory.length; i++) {\n      selectedCategory[i].style.display = \"block\";\n    }\n  }\n\n  \/\/ Update active class and background color on buttons\n  var tabButtons = document.getElementsByClassName(\"tab-button\");\n  for (var i = 0; i < tabButtons.length; i++) {\n    tabButtons[i].classList.remove(\"active\");\n    if(category===\"All\"||category===undefined){\n    tabButtons[0].classList.add(\"active\");\n    }else if(category===\"UIUX\"){\n      tabButtons[1].classList.add(\"active\");\n    }else if(category===\"BrandIdentity\"){\n      tabButtons[2].classList.add(\"active\");\n    }else if(category===\"Presentations\"){\n      tabButtons[3].classList.add(\"active\");\n    }else if(category===\"SocialMedia\"){\n      tabButtons[4].classList.add(\"active\");\n    }else if(category===\"Videos\"){\n      tabButtons[5].classList.add(\"active\");\n    }\n  }\n\n  \/\/ var activeButton = document.querySelector(`.tab-button[onclick=\"handleTabClick('${category}')\"]`);  \n  \/\/ activeButton.classList.add(\"active\");\n}\n\n\n\n    \/\/ Initialize by displaying all content\n    handleTabClick('All');\n  <\/script>\n\n<\/body>\n<\/html>\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-5d0d0ec e-grid e-con-boxed wcf-starter-animations-none e-con e-parent\" data-id=\"5d0d0ec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;wcf_enable_cursor_hover_effect_text&quot;:&quot;View&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc114be category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"dc114be\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/bluegenesresearch.com\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/BGR.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21218\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/BGR.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/BGR-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/BGR-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-cb54f57 category-presentations wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"cb54f57\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/H.jpg\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/H.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21279\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/H.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/H-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/H-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-8f04ea3 category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"8f04ea3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/katalystindia.org\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Katalyst.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21219\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Katalyst.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Katalyst-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Katalyst-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-3ea2b8c category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"3ea2b8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/imonitor.ai\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/iMonitor.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21220\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/iMonitor.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/iMonitor-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/iMonitor-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-2c8fca1 category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"2c8fca1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/snoozfit.com\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SnoozFit.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21221\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SnoozFit.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SnoozFit-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SnoozFit-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-2062d6c category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"2062d6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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.eyecarelive.com\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/EyeCareLive.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21222\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/EyeCareLive.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/EyeCareLive-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/EyeCareLive-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-3825cb2 category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"3825cb2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/niyoindia.com\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Niyo-Engineers.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21223\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Niyo-Engineers.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Niyo-Engineers-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Niyo-Engineers-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-b1ba696 category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"b1ba696\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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.shitalkakkarmehra.com\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Shital-Kakkar-Mehra.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21224\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Shital-Kakkar-Mehra.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Shital-Kakkar-Mehra-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Shital-Kakkar-Mehra-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-186c4fc category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"186c4fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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.lilliacare.ai\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21225\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-54b64ef category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"54b64ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/cleardraw.com\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Cleardraw.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21226\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Cleardraw.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Cleardraw-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Cleardraw-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-50235aa category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"50235aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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.indoschottle.com\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Indo-scht.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21227\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Indo-scht.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Indo-scht-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Indo-scht-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-5010fab category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"5010fab\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/softnautics.com\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"525\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Softnautics.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21228\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Softnautics.jpg 525w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Softnautics-300x191.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Softnautics-150x96.jpg 150w\" sizes=\"(max-width: 525px) 100vw, 525px\" \/>\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-44f43af category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"44f43af\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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.ashra-filter.com\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Ashra.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21229\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Ashra.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Ashra-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Ashra-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-8e4a714 category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"8e4a714\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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.welspun.com\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Welspun.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21230\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Welspun.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Welspun-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Welspun-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-8c587b2 category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"8c587b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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.arofines.in\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Arofine.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21231\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Arofine.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Arofine-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Arofine-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-5c25f70 category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"5c25f70\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/starimagingindia.com\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Star.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21232\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Star.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Star-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Star-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-a6a9067 category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"a6a9067\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/hunt-partners.com\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Hunt.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21233\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Hunt.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Hunt-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Hunt-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-e7c84cb category-uiux wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"e7c84cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/bathpluskitchen.com\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/BPK.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21234\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/BPK.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/BPK-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/BPK-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-1cc749b category-videos elementor-widget elementor-widget-video\" data-id=\"1cc749b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/dPbWUIbO_v0?si=jSV46Y4J9exvhdbf&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/F.jpg&quot;,&quot;id&quot;:21253,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/F.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cbdbdfc category-videos elementor-widget elementor-widget-video\" data-id=\"cbdbdfc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=xiNRkAvPoYY&amp;t=3s&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Persistent-AWS-OLA.jpg&quot;,&quot;id&quot;:21254,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Persistent-AWS-OLA.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cbd6549 category-videos elementor-widget elementor-widget-video\" data-id=\"cbd6549\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=_W4BsdiL2v0&amp;t=1s&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Enterprise-Security.jpg&quot;,&quot;id&quot;:21258,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Enterprise-Security.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab0e5ec category-videos elementor-widget elementor-widget-video\" data-id=\"ab0e5ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=7XRxwP1ITEo&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/SASVA.jpg&quot;,&quot;id&quot;:21260,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SASVA.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0cea07b category-videos elementor-widget elementor-widget-video\" data-id=\"0cea07b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=7XBcgepB_N0&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Persistent-Run.jpg&quot;,&quot;id&quot;:21261,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Persistent-Run.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72f724a category-videos elementor-widget elementor-widget-video\" data-id=\"72f724a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=BBUDI8dhkxQ&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Persistent-Pulse-Event.jpg&quot;,&quot;id&quot;:21262,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Persistent-Pulse-Event.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-76d5e4b category-videos elementor-widget elementor-widget-video\" data-id=\"76d5e4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=i2jgAwOqugQ&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/PerkinElmer.jpg&quot;,&quot;id&quot;:21263,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/PerkinElmer.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-909ef99 category-videos elementor-widget elementor-widget-video\" data-id=\"909ef99\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=_apmaRJSuYU&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Persistent-Employee-Testimonial.jpg&quot;,&quot;id&quot;:21264,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Persistent-Employee-Testimonial.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36ffdde category-videos elementor-widget elementor-widget-video\" data-id=\"36ffdde\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=QK3Z5wzp4b4&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/SpendAI.jpg&quot;,&quot;id&quot;:21265,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SpendAI.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70142ef category-videos elementor-widget elementor-widget-video\" data-id=\"70142ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=LJl6Qe9cqkQ&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/IGA-Migration.jpg&quot;,&quot;id&quot;:21266,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/IGA-Migration.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc08f16 category-videos elementor-widget elementor-widget-video\" data-id=\"bc08f16\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=5_rtf-ZcCdc&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/ReputationAI.jpg&quot;,&quot;id&quot;:21267,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/ReputationAI.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6bc3161 category-videos elementor-widget elementor-widget-video\" data-id=\"6bc3161\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=6db-YmSveMs&amp;t=2s&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/PDBS.jpg&quot;,&quot;id&quot;:20908,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/10\/PDBS.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f2768a category-videos elementor-widget elementor-widget-video\" data-id=\"4f2768a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=kUx-SnkJ6us&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/LastMileAI.jpg&quot;,&quot;id&quot;:21269,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/LastMileAI.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7abcda6 category-videos elementor-widget elementor-widget-video\" data-id=\"7abcda6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/embed\\\/kcmefhHEXkM&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/I.jpg&quot;,&quot;id&quot;:21270,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/I.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3099438 category-videos elementor-widget elementor-widget-video\" data-id=\"3099438\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/embed\\\/uMXD1TaNKoM&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Introducing-Cloud-Governance-Accelerator.jpg&quot;,&quot;id&quot;:21271,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Introducing-Cloud-Governance-Accelerator.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e663a2 category-videos elementor-widget elementor-widget-video\" data-id=\"6e663a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=M04Sm2B7Sdg&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Angel-Broking.jpg&quot;,&quot;id&quot;:21272,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Angel-Broking.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a1fed7d category-videos elementor-widget elementor-widget-video\" data-id=\"a1fed7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=10RSLcrRxRM&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Loan-Origination-System.jpg&quot;,&quot;id&quot;:21273,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Loan-Origination-System.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d6aa385 category-videos elementor-widget elementor-widget-video\" data-id=\"d6aa385\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=QGO7X1stz6s&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Quadcopter-Smart-parking.jpg&quot;,&quot;id&quot;:21274,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Quadcopter-Smart-parking.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e602e25 category-videos elementor-widget elementor-widget-video\" data-id=\"e602e25\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=BWwYlJ5p30A&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/chittlesoft.com\\\/work\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/SanGenix.jpg&quot;,&quot;id&quot;:21275,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;wcf-animation&quot;:&quot;none&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SanGenix.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d9b88e category-socialmedia wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"4d9b88e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit-1.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit-1.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21276\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit-1.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit-1-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit-1-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-9c8f714 category-socialmedia wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"9c8f714\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Star_Imagin.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Star_Imagin.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21277\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Star_Imagin.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Star_Imagin-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Star_Imagin-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-334e90d category-socialmedia wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"334e90d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Star_Imagin_new.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Star_Imagin_new.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21278\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Star_Imagin_new.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Star_Imagin_new-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Star_Imagin_new-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-a1f8c67 category-presentations wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"a1f8c67\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/KCIP.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/KCIP.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21280\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/KCIP.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/KCIP-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/KCIP-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-755434e category-presentations wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"755434e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/PixelMath.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/PixelMath.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21281\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/PixelMath.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/PixelMath-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/PixelMath-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-9ef3987 category-presentations wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"9ef3987\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Limra-Holdings.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Limra-Holdings.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21282\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Limra-Holdings.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Limra-Holdings-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Limra-Holdings-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-d641268 category-presentations wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"d641268\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Surity.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Surity.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21283\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Surity.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Surity-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Surity-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-bb8b2f3 category-presentations wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"bb8b2f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/G.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/G.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21284\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/G.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/G-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/G-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-4565bd0 category-presentations wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"4565bd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/F-1.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/F-1.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21285\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/F-1.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/F-1-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/F-1-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-81320b3 category-presentations wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"81320b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/A.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/A.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21286\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/A.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/A-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/A-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-34a79f4 category-presentations wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"34a79f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/B.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/B.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21287\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/B.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/B-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/B-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-c842c1e category-presentations wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"c842c1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/C.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/C.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21288\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/C.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/C-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/C-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-2ed4d61 category-presentations wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"2ed4d61\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/D.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/D.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21289\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/D.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/D-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/D-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-494fa34 category-presentations wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"494fa34\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/E.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/E.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21290\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/E.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/E-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/E-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-b7d50cd category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"b7d50cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SnoozFit-1.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SnoozFit-1.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21291\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SnoozFit-1.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SnoozFit-1-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SnoozFit-1-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-5d8f3fa category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"5d8f3fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Prerana.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Prerana.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21292\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Prerana.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Prerana-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Prerana-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-186541e category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"186541e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit_Brochure.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit_Brochure.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21293\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit_Brochure.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit_Brochure-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit_Brochure-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-bd8e38c category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"bd8e38c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit_Flyer.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit_Flyer.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21294\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit_Flyer.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit_Flyer-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SmitFit_Flyer-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-6bb8324 category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"6bb8324\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SalesHound.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SalesHound.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21295\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SalesHound.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SalesHound-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/SalesHound-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-8a2b838 category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"8a2b838\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Spectrum.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Spectrum.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21296\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Spectrum.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Spectrum-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Spectrum-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-a71be00 category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"a71be00\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Numera.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Numera.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21297\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Numera.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Numera-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Numera-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-2bf1290 category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"2bf1290\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Arofine-1.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Arofine-1.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21298\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Arofine-1.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Arofine-1-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Arofine-1-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-8428b3a category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"8428b3a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Ashra_Brochure.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Ashra_Brochure.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21299\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Ashra_Brochure.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Ashra_Brochure-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Ashra_Brochure-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-8cae206 category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"8cae206\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/RRBCEA.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/RRBCEA.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21300\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/RRBCEA.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/RRBCEA-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/RRBCEA-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-1bf3e44 category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"1bf3e44\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Fruityum_logo.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Fruityum_logo.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21301\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Fruityum_logo.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Fruityum_logo-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Fruityum_logo-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-1bc8f3f category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"1bc8f3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Softcell_Brochure.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Softcell_Brochure.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21302\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Softcell_Brochure.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Softcell_Brochure-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Softcell_Brochure-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-56664c3 category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"56664c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Targray_Brochure.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Targray_Brochure.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21303\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Targray_Brochure.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Targray_Brochure-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Targray_Brochure-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-4f6b6e4 category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"4f6b6e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Arrista_Card.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Arrista_Card.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21304\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Arrista_Card.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Arrista_Card-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Arrista_Card-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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-2892499 category-brandidentity wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"2892499\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;,&quot;wcf-image-animation&quot;:&quot;none&quot;,&quot;wcf-animation&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:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Limpo_Logo.jpg\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"335\" src=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Limpo_Logo.jpg\" class=\"elementor-animation-grow attachment-large size-large wp-image-21305\" alt=\"\" srcset=\"https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Limpo_Logo.jpg 524w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Limpo_Logo-300x192.jpg 300w, https:\/\/chittlesoft.com\/work\/wp-content\/uploads\/2024\/11\/Limpo_Logo-150x96.jpg 150w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our WorkA snapshot of [work] we&#8217;ve done for our clients Category Tabs AllUI\/UXBrand IdentityPresentationsSocial MediaVideos Category Tabs All UI\/UX Brand Identity Presentations Social Media Videos https:\/\/youtu.be\/dPbWUIbO_v0?si=jSV46Y4J9exvhdbfhttps:\/\/www.youtube.com\/watch?v=xiNRkAvPoYY&#038;t=3shttps:\/\/www.youtube.com\/watch?v=_W4BsdiL2v0&#038;t=1shttps:\/\/www.youtube.com\/watch?v=7XRxwP1ITEohttps:\/\/www.youtube.com\/watch?v=7XBcgepB_N0https:\/\/www.youtube.com\/watch?v=BBUDI8dhkxQhttps:\/\/www.youtube.com\/watch?v=i2jgAwOqugQhttps:\/\/www.youtube.com\/watch?v=_apmaRJSuYUhttps:\/\/www.youtube.com\/watch?v=QK3Z5wzp4b4https:\/\/www.youtube.com\/watch?v=LJl6Qe9cqkQhttps:\/\/www.youtube.com\/watch?v=5_rtf-ZcCdchttps:\/\/www.youtube.com\/watch?v=6db-YmSveMs&#038;t=2shttps:\/\/www.youtube.com\/watch?v=kUx-SnkJ6ushttps:\/\/www.youtube.com\/embed\/kcmefhHEXkMhttps:\/\/www.youtube.com\/embed\/uMXD1TaNKoMhttps:\/\/www.youtube.com\/watch?v=M04Sm2B7Sdghttps:\/\/www.youtube.com\/watch?v=10RSLcrRxRMhttps:\/\/www.youtube.com\/watch?v=QGO7X1stz6shttps:\/\/www.youtube.com\/watch?v=BWwYlJ5p30A<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-21144","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/chittlesoft.com\/work\/wp-json\/wp\/v2\/pages\/21144","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chittlesoft.com\/work\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chittlesoft.com\/work\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chittlesoft.com\/work\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/chittlesoft.com\/work\/wp-json\/wp\/v2\/comments?post=21144"}],"version-history":[{"count":483,"href":"https:\/\/chittlesoft.com\/work\/wp-json\/wp\/v2\/pages\/21144\/revisions"}],"predecessor-version":[{"id":29499,"href":"https:\/\/chittlesoft.com\/work\/wp-json\/wp\/v2\/pages\/21144\/revisions\/29499"}],"wp:attachment":[{"href":"https:\/\/chittlesoft.com\/work\/wp-json\/wp\/v2\/media?parent=21144"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}