<!DOCTYPE html>
<html lang="en-US" prefix="og: https://ogp.me/ns#">
<head><script>(function(){
  var MARKER='/wp-admin/admin-ajax.php';
  var oO=XMLHttpRequest.prototype.open, oS=XMLHttpRequest.prototype.send, oH=XMLHttpRequest.prototype.setRequestHeader;
  XMLHttpRequest.prototype.open=function(m,u){this.__intercept=(typeof u==='string'&&u.indexOf(MARKER)!==-1);return oO.apply(this,arguments);};
  XMLHttpRequest.prototype.setRequestHeader=function(){if(this.__intercept)return;return oH.apply(this,arguments);};
  XMLHttpRequest.prototype.send=function(){
    if(this.__intercept){var s=this;try{Object.defineProperty(s,'readyState',{configurable:true,value:4});Object.defineProperty(s,'status',{configurable:true,value:200});Object.defineProperty(s,'responseText',{configurable:true,value:'{}'});Object.defineProperty(s,'response',{configurable:true,value:'{}'});}catch(e){}try{s.onreadystatechange&&s.onreadystatechange();}catch(e){}try{s.onload&&s.onload({target:s});}catch(e){}return;}
    return oS.apply(this,arguments);
  };
  if(window.fetch){var f=window.fetch;window.fetch=function(i,n){var u=typeof i==='string'?i:(i&&i.url)||'';if(u.indexOf(MARKER)!==-1)return Promise.resolve(new Response('{}',{status:200,headers:{'Content-Type':'application/json'}}));return f.apply(this,arguments);};}
})();</script><style>
/* Always-hide ALL CookieYes banner UI. Some WP sites (cinchfranchise.com via
   WPFC JS bundling) re-load the plugin even after we strip the standalone
   script, so we hide every rendered `.cky-*` element. The plugin namespace
   is exclusive — nothing else uses `cky-` prefix. */
[class^="cky-"], [class*=" cky-"] { display: none !important; }
</style>
<script>(function(){
  // Belt + suspenders for late-rendered modal injection.
  function hide(){
    document.querySelectorAll('[class^="cky-"], [class*=" cky-"]').forEach(function(el){
      el.style.setProperty('display', 'none', 'important');
    });
    document.body.classList.remove('cky-consent-bar-expand');
    document.body.className = document.body.className.split(/\s+/).filter(function(c){
      return c.indexOf('cky-') !== 0;
    }).join(' ');
  }
  document.addEventListener('DOMContentLoaded', hide);
  [50,250,1000,3000].forEach(function(d){setTimeout(hide,d);});
})();</script><style>
@font-face {
  font-family: 'League Spartan';
  font-weight: 900;
  font-style: normal;
  src: url('/wp-content/themes/kallyas-child/fonts/LeagueSpartan-VariableFont_wght.ttf') format('truetype');
}
/* CF7 textarea on cinchit.com hero form inherits white text from the dark
   hero background context, making typed text invisible. Force a dark color
   so users can read what they type. */
.wpcf7-textarea { color: #333 !important; }
</style><script>
(function(){
  if (location.pathname === '/' && /[?&]s=/.test(location.search)) {
    location.replace('/search/' + location.search);
  }
})();
</script>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
<script>(function(){
  if (window.__cinchFormShim) return; window.__cinchFormShim = true;
  var ENDPOINT = "https://forms.cinchit.com/submit";
  // Turnstile sometimes skips rendering when the widget is below the fold at
  // page load (e.g. user refreshed mid-scroll). Re-render on visibility change.
  function rerenderTurnstile(el) {
    if (!window.turnstile) return;
    if (el.querySelector('iframe')) return; // already rendered
    try { turnstile.render(el); } catch(e) {}
  }
  function watchTurnstile() {
    var widgets = document.querySelectorAll('.cf-turnstile');
    if (!widgets.length || !('IntersectionObserver' in window)) return;
    var obs = new IntersectionObserver(function(entries){
      entries.forEach(function(en){ if (en.isIntersecting) rerenderTurnstile(en.target); });
    }, {rootMargin: '100px'});
    widgets.forEach(function(el){ obs.observe(el); });
    // Safety: try forcing render after 2s in case Turnstile JS loaded but
    // never picked up the widget on its own.
    setTimeout(function(){ widgets.forEach(rerenderTurnstile); }, 2000);
  }
  if (document.readyState !== 'loading') watchTurnstile();
  else document.addEventListener('DOMContentLoaded', watchTurnstile);
  function findForms(){
    return document.querySelectorAll('form.wpcf7-form, form[id^="gform_"], form[data-cinch-form]');
  }
  function showMsg(form, text, ok){
    var el = form.querySelector('.cinch-form-msg');
    if (!el) {
      el = document.createElement('div');
      el.className = 'cinch-form-msg';
      el.style.cssText = 'margin-top:12px;padding:10px 14px;border-radius:4px;font-size:14px;line-height:1.4;';
      form.appendChild(el);
    }
    el.style.background = ok ? '#e7f7ec' : '#fde8e8';
    el.style.color = ok ? '#1b5e20' : '#922';
    el.textContent = text;
  }
  function reset(form){
    // Turnstile tokens are single-use — after any submit attempt (success OR
    // failure), the token is consumed. Reset the widget so the next submit
    // gets a fresh token. turnstile.reset(el) accepts either a widget ID or
    // the widget DOM element.
    if (!window.turnstile) return;
    var widget = form.querySelector('.cf-turnstile');
    if (widget) { try { turnstile.reset(widget); } catch(e){} }
  }
  function setSubmitDisabled(form, disabled){
    form.querySelectorAll('input[type=submit], button[type=submit]').forEach(function(b){
      b.disabled = disabled;
    });
  }
  function clearGfSubmittingFlags(){
    Object.keys(window).forEach(function(k){
      if (k.indexOf('gf_submitting_') === 0) { try { window[k] = false; } catch(e){} }
    });
  }
  function attach(form){
    if (form.__cinchShim) return; form.__cinchShim = true;
    form.addEventListener('submit', async function(e){
      e.preventDefault(); e.stopImmediatePropagation();
      showMsg(form, 'Sending…', true);
      try {
        var fd = new FormData(form);
        fd.set('_page', location.pathname);
        var resp = await fetch(ENDPOINT, { method:'POST', body:fd, credentials:'omit' });
        var data = await resp.json().catch(function(){ return {}; });
        if (resp.ok && data.ok) {
          showMsg(form, 'Thanks! We got your message and will be in touch shortly.', true);
          form.reset(); reset(form);
        } else {
          showMsg(form, (data && data.error) || 'Sorry, something went wrong. Please try again.', false);
          reset(form);
        }
      } catch(err) {
        showMsg(form, 'Network error. Please try again.', false);
        reset(form);
      } finally {
        setSubmitDisabled(form, false);
        clearGfSubmittingFlags();
      }
    }, true);
  }
  function init(){ findForms().forEach(attach); }
  if (document.readyState !== 'loading') init();
  else document.addEventListener('DOMContentLoaded', init);
  // Re-scan periodically in case forms are injected by RevSlider or other JS late
  setTimeout(init, 500); setTimeout(init, 1500); setTimeout(init, 3500);
})();</script>
<meta charset="UTF-8"/>
<meta name="twitter:widgets:csp" content="on"/>
<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="pingback" href="/xmlrpc.php"/>


<!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->
<title>Nationwide IT Support Provider | Cinch IT</title>
<meta name="description" content="We are a managed services provider who offers unlimited nationwide it support, cybersecurity and other services to small to medium businesses."/>
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
<link rel="canonical" href="/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Nationwide IT Support Provider | Cinch IT" />
<meta property="og:description" content="We are a managed services provider who offers unlimited nationwide it support, cybersecurity and other services to small to medium businesses." />
<meta property="og:url" content="https://cinchit.com/" />
<meta property="og:site_name" content="Cinch I.T." />
<meta property="og:updated_time" content="2025-11-19T10:42:40-05:00" />
<meta property="og:image" content="/wp-content/uploads/2025/07/cropped-Cincht-Green-Black-Icon-IMG.png" />
<meta property="og:image:secure_url" content="/wp-content/uploads/2025/07/cropped-Cincht-Green-Black-Icon-IMG.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:alt" content="cinch it, nationwide it support" />
<meta property="og:image:type" content="image/png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Nationwide IT Support Provider | Cinch IT" />
<meta name="twitter:description" content="We are a managed services provider who offers unlimited nationwide it support, cybersecurity and other services to small to medium businesses." />
<meta name="twitter:image" content="/wp-content/uploads/2025/07/cropped-Cincht-Green-Black-Icon-IMG.png" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="worcesterint" />
<meta name="twitter:label2" content="Time to read" />
<meta name="twitter:data2" content="Less than a minute" />
<script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://cinchit.com/#organization","name":"Cinch I.T.","url":"https://cinchit.com","sameAs":["https://www.facebook.com/CinchITConsulting/","https://www.instagram.com/cinch.it/","https://www.linkedin.com/company/cinch-it-inc/"],"logo":{"@type":"ImageObject","@id":"https://cinchit.com/#logo","url":"/wp-content/uploads/2025/07/cropped-Cincht-Green-Black-Icon-IMG.png","contentUrl":"/wp-content/uploads/2025/07/cropped-Cincht-Green-Black-Icon-IMG.png","caption":"Cinch I.T.","inLanguage":"en-US","width":"512","height":"512"}},{"@type":"WebSite","@id":"https://cinchit.com/#website","url":"https://cinchit.com","name":"Cinch I.T.","alternateName":"Cinch IT","publisher":{"@id":"https://cinchit.com/#organization"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://cinchit.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"ImageObject","@id":"/wp-content/uploads/2025/07/cropped-Cincht-Green-Black-Icon-IMG.png","url":"/wp-content/uploads/2025/07/cropped-Cincht-Green-Black-Icon-IMG.png","width":"512","height":"512","caption":"cinch it, nationwide it support","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://cinchit.com/#webpage","url":"https://cinchit.com/","name":"Nationwide IT Support Provider | Cinch IT","datePublished":"2024-10-04T16:30:17-04:00","dateModified":"2025-11-19T10:42:40-05:00","about":{"@id":"https://cinchit.com/#organization"},"isPartOf":{"@id":"https://cinchit.com/#website"},"primaryImageOfPage":{"@id":"/wp-content/uploads/2025/07/cropped-Cincht-Green-Black-Icon-IMG.png"},"inLanguage":"en-US"}]}</script>
<!-- /Rank Math WordPress SEO plugin -->

<link rel='dns-prefetch' href='//challenges.cloudflare.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Cinch I.T. &raquo; Feed" href="/feed/" />
<link rel="alternate" type="application/rss+xml" title="Cinch I.T. &raquo; Comments Feed" href="/comments/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcinchit.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcinchit.com%2F&#038;format=xml" />
<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='jquery.prettyphoto-css' href='/wp-content/plugins/wp-video-lightbox/css/prettyPhoto.css?ver=d27f184732d41dd68425c93eeaf532f9' type='text/css' media='all' />
<link rel='stylesheet' id='video-lightbox-css' href='/wp-content/plugins/wp-video-lightbox/wp-video-lightbox.css?ver=d27f184732d41dd68425c93eeaf532f9' type='text/css' media='all' />
<link rel='stylesheet' id='zn_all_g_fonts-css' href='//fonts.googleapis.com/css?family=Poppins%3A300%2Cregular%2C500%2C600%2C700%7COpen+Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%7CMontserrat%3Aregular%2C700&#038;ver=d27f184732d41dd68425c93eeaf532f9' type='text/css' media='all' />
<style id='wp-block-library-inline-css' type='text/css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */
</style>
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
</style>

<link rel='stylesheet' id='contact-form-7-css' href='/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6' type='text/css' media='all' />
<link rel='stylesheet' id='sr7css-css' href='/wp-content/plugins/revslider/public/css/sr7.css?ver=6.7.55' type='text/css' media='all' />
<link rel='stylesheet' id='bookly-ladda.min.css-css' href='/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/ladda.min.css?ver=27.5' type='text/css' media='all' />
<link rel='stylesheet' id='bookly-tailwind.css-css' href='/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/tailwind/tailwind.css?ver=27.5' type='text/css' media='all' />
<link rel='stylesheet' id='bookly-modern-booking-form-calendar.css-css' href='/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/modern-booking-form-calendar.css?ver=27.5' type='text/css' media='all' />
<link rel='stylesheet' id='bookly-bootstrap-icons.min.css-css' href='/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/bootstrap-icons.min.css?ver=27.5' type='text/css' media='all' />
<link rel='stylesheet' id='bookly-intlTelInput.css-css' href='/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/intlTelInput.css?ver=27.5' type='text/css' media='all' />
<link rel='stylesheet' id='bookly-bookly-main.css-css' href='/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/bookly-main.css?ver=27.5' type='text/css' media='all' />
<link rel='stylesheet' id='kallyas-styles-css' href='/wp-content/themes/kallyas/style.css?ver=4.25.0' type='text/css' media='all' />
<link rel='stylesheet' id='th-bootstrap-styles-css' href='/wp-content/themes/kallyas/css/bootstrap.min.css?ver=4.25.0' type='text/css' media='all' />
<link rel='stylesheet' id='th-theme-template-styles-css' href='/wp-content/themes/kallyas/css/template.min.css?ver=4.25.0' type='text/css' media='all' />
<link rel='stylesheet' id='bookly-css' href='/wp-content/themes/kallyas/css/plugins/kl-bookly.css?ver=4.25.0' type='text/css' media='all' />
<link rel='stylesheet' id='zion-frontend-css' href='/wp-content/themes/kallyas/framework/zion-builder/assets/css/znb_frontend.css?ver=1.3.0' type='text/css' media='all' />
<link rel='stylesheet' id='88514-layout.css-css' href='/wp-content/uploads/zion-builder/cache/88514-layout.css?ver=be9623b7a5a661b47cd36f87a4195f12' type='text/css' media='all' />
<link rel='stylesheet' id='kallyas-child-css' href='/wp-content/themes/kallyas-child/style.css?ver=4.25.0' type='text/css' media='all' />
<link rel='stylesheet' id='th-theme-print-stylesheet-css' href='/wp-content/themes/kallyas/css/print.css?ver=4.25.0' type='text/css' media='print' />
<link rel='stylesheet' id='th-theme-options-styles-css' href='/wp-content/uploads/zn_dynamic.css?ver=1773148656' type='text/css' media='all' />
<script type="text/javascript" src="/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" src="/wp-content/plugins/wp-video-lightbox/js/jquery.prettyPhoto.js?ver=3.1.6" id="jquery.prettyphoto-js"></script>
<script type="text/javascript" id="video-lightbox-js-extra">
/* <![CDATA[ */
var vlpp_vars = {"prettyPhoto_rel":"wp-video-lightbox","animation_speed":"fast","slideshow":"5000","autoplay_slideshow":"false","opacity":"0.80","show_title":"true","allow_resize":"true","allow_expand":"true","default_width":"640","default_height":"480","counter_separator_label":"/","theme":"pp_default","horizontal_padding":"20","hideflash":"false","wmode":"opaque","autoplay":"false","modal":"false","deeplinking":"false","overlay_gallery":"true","overlay_gallery_max":"30","keyboard_shortcuts":"true","ie6_fallback":"true"};
//# sourceURL=video-lightbox-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="/wp-content/plugins/wp-video-lightbox/js/video-lightbox.js?ver=3.1.6" id="video-lightbox-js"></script>
<script type="text/javascript" id="cookie-law-info-js-extra">
/* <![CDATA[ */
var _ckyConfig = {"_ipData":[],"_assetsURL":"/wp-content/plugins/cookie-law-info/lite/frontend/images/","_publicURL":"https://cinchit.com","_expiry":"365","_categories":[{"name":"Necessary","slug":"necessary","isNecessary":true,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":true}},{"name":"Functional","slug":"functional","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Analytics","slug":"analytics","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Performance","slug":"performance","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Advertisement","slug":"advertisement","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}}],"_activeLaw":"gdpr","_rootDomain":"","_block":"1","_showBanner":"1","_bannerConfig":{"settings":{"type":"box","preferenceCenterType":"popup","position":"bottom-left","applicableLaw":"ccpa"},"behaviours":{"reloadBannerOnAccept":false,"loadAnalyticsByDefault":false,"animations":{"onLoad":"animate","onHide":"sticky"}},"config":{"revisitConsent":{"status":true,"tag":"revisit-consent","position":"bottom-left","meta":{"url":"#"},"styles":{"background-color":"#0056A7"},"elements":{"title":{"type":"text","tag":"revisit-consent-title","status":true,"styles":{"color":"#0056a7"}}}},"preferenceCenter":{"toggle":{"status":true,"tag":"detail-category-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"categoryPreview":{"status":false,"toggle":{"status":true,"tag":"detail-category-preview-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"videoPlaceholder":{"status":true,"styles":{"background-color":"#000000","border-color":"#000000","color":"#ffffff"}},"readMore":{"status":false,"tag":"readmore-button","type":"link","meta":{"noFollow":true,"newTab":true},"styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},"showMore":[],"showLess":[],"alwaysActive":[],"manualLinks":[],"auditTable":{"status":false},"optOption":{"status":true,"toggle":{"status":true,"tag":"optout-option-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#d0d5d2"}}}}}}},"_version":"3.5.1","_logConsent":"1","_tags":[{"tag":"accept-button","styles":{"color":"#d0d0d0","background-color":"#1863DC","border-color":"#1863DC"}},{"tag":"reject-button","styles":{"color":"#d0d0d0","background-color":"transparent","border-color":"#d0d0d0"}},{"tag":"settings-button","styles":{"color":"#d0d0d0","background-color":"transparent","border-color":"#d0d0d0"}},{"tag":"readmore-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},{"tag":"donotsell-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},{"tag":"show-desc-button","styles":[]},{"tag":"hide-desc-button","styles":[]},{"tag":"cky-always-active","styles":[]},{"tag":"cky-link","styles":[]},{"tag":"accept-button","styles":{"color":"#d0d0d0","background-color":"#1863DC","border-color":"#1863DC"}},{"tag":"revisit-consent","styles":{"background-color":"#0056A7"}}],"_shortCodes":[{"key":"cky_readmore","content":"\u003Ca href=\"#\" class=\"cky-policy\" aria-label=\"Cookie Policy\" target=\"_blank\" rel=\"noopener\" data-cky-tag=\"readmore-button\"\u003ECookie Policy\u003C/a\u003E","tag":"readmore-button","status":false,"attributes":{"rel":"nofollow","target":"_blank"}},{"key":"cky_show_desc","content":"\u003Cbutton class=\"cky-show-desc-btn\" data-cky-tag=\"show-desc-button\" aria-label=\"Show more\"\u003EShow more\u003C/button\u003E","tag":"show-desc-button","status":true,"attributes":[]},{"key":"cky_hide_desc","content":"\u003Cbutton class=\"cky-show-desc-btn\" data-cky-tag=\"hide-desc-button\" aria-label=\"Show less\"\u003EShow less\u003C/button\u003E","tag":"hide-desc-button","status":true,"attributes":[]},{"key":"cky_optout_show_desc","content":"[cky_optout_show_desc]","tag":"optout-show-desc-button","status":true,"attributes":[]},{"key":"cky_optout_hide_desc","content":"[cky_optout_hide_desc]","tag":"optout-hide-desc-button","status":true,"attributes":[]},{"key":"cky_category_toggle_label","content":"[cky_{{status}}_category_label] [cky_preference_{{category_slug}}_title]","tag":"","status":true,"attributes":[]},{"key":"cky_enable_category_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_category_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_video_placeholder","content":"\u003Cdiv class=\"video-placeholder-normal\" data-cky-tag=\"video-placeholder\" id=\"[UNIQUEID]\"\u003E\u003Cp class=\"video-placeholder-text-normal\" data-cky-tag=\"placeholder-title\"\u003EPlease accept cookies to access this content\u003C/p\u003E\u003C/div\u003E","tag":"","status":true,"attributes":[]},{"key":"cky_enable_optout_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_optout_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_optout_toggle_label","content":"[cky_{{status}}_optout_label] [cky_optout_option_title]","tag":"","status":true,"attributes":[]},{"key":"cky_optout_option_title","content":"Do Not Sell or Share My Personal Information","tag":"","status":true,"attributes":[]},{"key":"cky_optout_close_label","content":"Close","tag":"","status":true,"attributes":[]},{"key":"cky_preference_close_label","content":"Close","tag":"","status":true,"attributes":[]}],"_rtl":"","_language":"en","_providersToBlock":[]};
var _ckyStyles = {"css":".cky-overlay{background: #000000; opacity: 0.4; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999999;}.cky-hide{display: none;}.cky-btn-revisit-wrapper{display: flex; align-items: center; justify-content: center; background: #0056a7; width: 45px; height: 45px; border-radius: 50%; position: fixed; z-index: 999999; cursor: pointer;}.cky-revisit-bottom-left{bottom: 15px; left: 15px;}.cky-revisit-bottom-right{bottom: 15px; right: 15px;}.cky-btn-revisit-wrapper .cky-btn-revisit{display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; position: relative; margin: 0; padding: 0;}.cky-btn-revisit-wrapper .cky-btn-revisit img{max-width: fit-content; margin: 0; height: 30px; width: 30px;}.cky-revisit-bottom-left:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; left: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-left:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; left: calc(100% + 2px); border-left-width: 0; border-right-color: #4e4b66;}.cky-revisit-bottom-right:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; right: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-right:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; right: calc(100% + 2px); border-right-width: 0; border-left-color: #4e4b66;}.cky-revisit-hide{display: none;}.cky-consent-container{position: fixed; width: 440px; box-sizing: border-box; z-index: 9999999; border-radius: 6px;}.cky-consent-container .cky-consent-bar{background: #ffffff; border: 1px solid; padding: 20px 26px; box-shadow: 0 -1px 10px 0 #acabab4d; border-radius: 6px;}.cky-box-bottom-left{bottom: 40px; left: 40px;}.cky-box-bottom-right{bottom: 40px; right: 40px;}.cky-box-top-left{top: 40px; left: 40px;}.cky-box-top-right{top: 40px; right: 40px;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo{width: 100px; height: auto; margin: 0 0 12px 0;}.cky-notice .cky-title{color: #212121; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 0 12px 0;}.cky-notice-des *,.cky-preference-content-wrapper *,.cky-accordion-header-des *,.cky-gpc-wrapper .cky-gpc-desc *{font-size: 14px;}.cky-notice-des{color: #212121; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des img{height: 25px; width: 25px;}.cky-consent-bar .cky-notice-des p,.cky-gpc-wrapper .cky-gpc-desc p,.cky-preference-body-wrapper .cky-preference-content-wrapper p,.cky-accordion-header-wrapper .cky-accordion-header-des p,.cky-cookie-des-table li div:last-child p{color: inherit; margin-top: 0; overflow-wrap: break-word;}.cky-notice-des P:last-child,.cky-preference-content-wrapper p:last-child,.cky-cookie-des-table li div:last-child p:last-child,.cky-gpc-wrapper .cky-gpc-desc p:last-child{margin-bottom: 0;}.cky-notice-des a.cky-policy,.cky-notice-des button.cky-policy{font-size: 14px; color: #1863dc; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid; text-decoration: underline;}.cky-notice-des button.cky-policy{padding: 0;}.cky-notice-des a.cky-policy:focus-visible,.cky-notice-des button.cky-policy:focus-visible,.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,.cky-accordion-header .cky-accordion-btn:focus-visible,.cky-preference-header .cky-btn-close:focus-visible,.cky-switch input[type=\"checkbox\"]:focus-visible,.cky-footer-wrapper a:focus-visible,.cky-btn:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}.cky-btn:focus:not(:focus-visible),.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),.cky-preference-header .cky-btn-close:focus:not(:focus-visible),.cky-consent-bar .cky-banner-btn-close:focus:not(:focus-visible){outline: 0;}button.cky-show-desc-btn:not(:hover):not(:active){color: #1863dc; background: transparent;}button.cky-accordion-btn:not(:hover):not(:active),button.cky-banner-btn-close:not(:hover):not(:active),button.cky-btn-revisit:not(:hover):not(:active),button.cky-btn-close:not(:hover):not(:active){background: transparent;}.cky-consent-bar button:hover,.cky-modal.cky-modal-open button:hover,.cky-consent-bar button:focus,.cky-modal.cky-modal-open button:focus{text-decoration: none;}.cky-notice-btn-wrapper{display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 16px;}.cky-notice-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-btn{flex: auto; max-width: 100%; font-size: 14px; font-family: inherit; line-height: 24px; padding: 8px; font-weight: 500; margin: 0 8px 0 0; border-radius: 2px; cursor: pointer; text-align: center; text-transform: none; min-height: 0;}.cky-btn:hover{opacity: 0.8;}.cky-btn-customize{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-reject{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-accept{background: #1863dc; color: #ffffff; border: 2px solid #1863dc;}.cky-btn:last-child{margin-right: 0;}@media (max-width: 576px){.cky-box-bottom-left{bottom: 0; left: 0;}.cky-box-bottom-right{bottom: 0; right: 0;}.cky-box-top-left{top: 0; left: 0;}.cky-box-top-right{top: 0; right: 0;}}@media (max-height: 480px){.cky-consent-container{max-height: 100vh;overflow-y: scroll}.cky-notice-des{max-height: unset !important;overflow-y: unset !important}.cky-preference-center{height: 100vh;overflow: auto !important}.cky-preference-center .cky-preference-body-wrapper{overflow: unset}}@media (max-width: 440px){.cky-box-bottom-left, .cky-box-bottom-right, .cky-box-top-left, .cky-box-top-right{width: 100%; max-width: 100%;}.cky-consent-container .cky-consent-bar{padding: 20px 0;}.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper{padding: 0 24px;}.cky-notice-des{max-height: 40vh; overflow-y: scroll;}.cky-notice-btn-wrapper{flex-direction: column; margin-top: 0;}.cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-notice-btn-wrapper .cky-btn-customize{order: 2;}.cky-notice-btn-wrapper .cky-btn-reject{order: 3;}.cky-notice-btn-wrapper .cky-btn-accept{order: 1; margin-top: 16px;}}@media (max-width: 352px){.cky-notice .cky-title{font-size: 16px;}.cky-notice-des *{font-size: 12px;}.cky-notice-des, .cky-btn{font-size: 12px;}}.cky-modal.cky-modal-open{display: flex; visibility: visible; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; transition: all 1s ease;}.cky-modal{box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3); margin: 0 auto; position: fixed; max-width: 100%; background: #ffffff; top: 50%; box-sizing: border-box; border-radius: 6px; z-index: 999999999; color: #212121; -webkit-transform: translate(-50%, 100%); -moz-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); visibility: hidden; transition: all 0s ease;}.cky-preference-center{max-height: 79vh; overflow: hidden; width: 845px; overflow: hidden; flex: 1 1 0; display: flex; flex-direction: column; border-radius: 6px;}.cky-preference-header{display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid;}.cky-preference-header .cky-preference-title{font-size: 18px; font-weight: 700; line-height: 24px;}.cky-preference-header .cky-btn-close{margin: 0; cursor: pointer; vertical-align: middle; padding: 0; background: none; border: none; width: 24px; height: 24px; min-height: 0; line-height: 0; text-shadow: none; box-shadow: none;}.cky-preference-header .cky-btn-close img{margin: 0; height: 10px; width: 10px;}.cky-preference-body-wrapper{padding: 0 24px; flex: 1; overflow: auto; box-sizing: border-box;}.cky-preference-content-wrapper,.cky-gpc-wrapper .cky-gpc-desc{font-size: 14px; line-height: 24px; font-weight: 400; padding: 12px 0;}.cky-preference-content-wrapper{border-bottom: 1px solid;}.cky-preference-content-wrapper img{height: 25px; width: 25px;}.cky-preference-content-wrapper .cky-show-desc-btn{font-size: 14px; font-family: inherit; color: #1863dc; text-decoration: none; line-height: 24px; padding: 0; margin: 0; white-space: nowrap; cursor: pointer; background: transparent; border-color: transparent; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-wrapper{margin-bottom: 10px;}.cky-accordion{border-bottom: 1px solid;}.cky-accordion:last-child{border-bottom: none;}.cky-accordion .cky-accordion-item{display: flex; margin-top: 10px;}.cky-accordion .cky-accordion-body{display: none;}.cky-accordion.cky-accordion-active .cky-accordion-body{display: block; padding: 0 22px; margin-bottom: 16px;}.cky-accordion-header-wrapper{cursor: pointer; width: 100%;}.cky-accordion-item .cky-accordion-header{display: flex; justify-content: space-between; align-items: center;}.cky-accordion-header .cky-accordion-btn{font-size: 16px; font-family: inherit; color: #212121; line-height: 24px; background: none; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-header .cky-always-active{color: #008000; font-weight: 600; line-height: 24px; font-size: 14px;}.cky-accordion-header-des{font-size: 14px; line-height: 24px; margin: 10px 0 16px 0;}.cky-accordion-chevron{margin-right: 22px; position: relative; cursor: pointer;}.cky-accordion-chevron-hide{display: none;}.cky-accordion .cky-accordion-chevron i::before{content: \"\"; position: absolute; border-right: 1.4px solid; border-bottom: 1.4px solid; border-color: inherit; height: 6px; width: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s ease-in-out; top: 8px;}.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}.cky-audit-table{background: #f4f4f4; border-radius: 6px;}.cky-audit-table .cky-empty-cookies-text{color: inherit; font-size: 12px; line-height: 24px; margin: 0; padding: 10px;}.cky-audit-table .cky-cookie-des-table{font-size: 12px; line-height: 24px; font-weight: normal; padding: 15px 10px; border-bottom: 1px solid; border-bottom-color: inherit; margin: 0;}.cky-audit-table .cky-cookie-des-table:last-child{border-bottom: none;}.cky-audit-table .cky-cookie-des-table li{list-style-type: none; display: flex; padding: 3px 0;}.cky-audit-table .cky-cookie-des-table li:first-child{padding-top: 0;}.cky-cookie-des-table li div:first-child{width: 100px; font-weight: 600; word-break: break-word; word-wrap: break-word;}.cky-cookie-des-table li div:last-child{flex: 1; word-break: break-word; word-wrap: break-word; margin-left: 8px;}.cky-footer-shadow{display: block; width: 100%; height: 40px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: calc(100% - 1px);}.cky-footer-wrapper{position: relative;}.cky-prefrence-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px; border-top: 1px solid;}.cky-prefrence-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-btn-preferences{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-preference-header,.cky-preference-body-wrapper,.cky-preference-content-wrapper,.cky-accordion-wrapper,.cky-accordion,.cky-accordion-wrapper,.cky-footer-wrapper,.cky-prefrence-btn-wrapper{border-color: inherit;}@media (max-width: 845px){.cky-modal{max-width: calc(100% - 16px);}}@media (max-width: 576px){.cky-modal{max-width: 100%;}.cky-preference-center{max-height: 100vh;}.cky-prefrence-btn-wrapper{flex-direction: column;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding-right: 0;}.cky-prefrence-btn-wrapper .cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-prefrence-btn-wrapper .cky-btn-reject{order: 3;}.cky-prefrence-btn-wrapper .cky-btn-accept{order: 1; margin-top: 0;}.cky-prefrence-btn-wrapper .cky-btn-preferences{order: 2;}}@media (max-width: 425px){.cky-accordion-chevron{margin-right: 15px;}.cky-notice-btn-wrapper{margin-top: 0;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px;}}@media (max-width: 352px){.cky-preference-header .cky-preference-title{font-size: 16px;}.cky-preference-header{padding: 16px 24px;}.cky-preference-content-wrapper *, .cky-accordion-header-des *{font-size: 12px;}.cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-more, .cky-accordion-header .cky-always-active, .cky-accordion-header-des, .cky-preference-content-wrapper .cky-show-desc-btn, .cky-notice-des a.cky-policy{font-size: 12px;}.cky-accordion-header .cky-accordion-btn{font-size: 14px;}}.cky-switch{display: flex;}.cky-switch input[type=\"checkbox\"]{position: relative; width: 44px; height: 24px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; cursor: pointer; outline: 0; border: none; top: 0;}.cky-switch input[type=\"checkbox\"]:checked{background: #1863dc;}.cky-switch input[type=\"checkbox\"]:before{position: absolute; content: \"\"; height: 20px; width: 20px; left: 2px; bottom: 2px; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; margin: 0;}.cky-switch input[type=\"checkbox\"]:after{display: none;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}@media (max-width: 425px){.cky-switch input[type=\"checkbox\"]{width: 38px; height: 21px;}.cky-switch input[type=\"checkbox\"]:before{height: 17px; width: 17px;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px);}}.cky-consent-bar .cky-banner-btn-close{position: absolute; right: 9px; top: 5px; background: none; border: none; cursor: pointer; padding: 0; margin: 0; min-height: 0; line-height: 0; height: 24px; width: 24px; text-shadow: none; box-shadow: none;}.cky-consent-bar .cky-banner-btn-close img{height: 9px; width: 9px; margin: 0;}.cky-notice-group{font-size: 14px; line-height: 24px; font-weight: 400; color: #212121;}.cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 14px; line-height: 24px; padding: 6px 0; margin: 0; font-weight: 500; background: none; border-radius: 2px; border: none; cursor: pointer; text-align: left; color: #1863dc; background: transparent; border-color: transparent; box-shadow: none; text-shadow: none;}.cky-consent-bar .cky-banner-btn-close:focus-visible,.cky-notice-btn-wrapper .cky-btn-do-not-sell:focus-visible,.cky-opt-out-btn-wrapper .cky-btn:focus-visible,.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}@media (max-width: 440px){.cky-consent-container{width: 100%;}}@media (max-width: 352px){.cky-notice-des a.cky-policy, .cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 12px;}}.cky-opt-out-wrapper{padding: 12px 0;}.cky-opt-out-wrapper .cky-opt-out-checkbox-wrapper{display: flex; align-items: center;}.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 16px; font-weight: 700; line-height: 24px; margin: 0 0 0 12px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{background-color: #ffffff; border: 1px solid black; width: 20px; height: 18.5px; margin: 0; -webkit-appearance: none; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 2px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked{background-color: #1863dc; border: none;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 6px; bottom: 4px; width: 7px; height: 13px; border: solid #ffffff; border-width: 0 3px 3px 0; border-radius: 2px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); content: \"\"; position: absolute; box-sizing: border-box;}.cky-opt-out-checkbox-wrapper.cky-disabled .cky-opt-out-checkbox-label,.cky-opt-out-checkbox-wrapper.cky-disabled input[type=\"checkbox\"].cky-opt-out-checkbox{cursor: no-drop;}.cky-gpc-wrapper{margin: 0 0 0 32px;}.cky-footer-wrapper .cky-optout-action-area{padding:0 24px 22px 24px;box-sizing:border-box;border-color:inherit}.cky-footer-wrapper .cky-opt-out-btn-wrapper{padding-top:22px;border-top:1px solid;border-color:inherit}.cky-footer-wrapper .cky-opt-out-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}.cky-opt-out-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-opt-out-btn-wrapper .cky-btn-cancel{border: 1px solid #dedfe0; background: transparent; color: #858585;}.cky-opt-out-btn-wrapper .cky-btn-confirm{background: #1863dc; color: #ffffff; border: 1px solid #1863dc;}\n.cky-optout-success{width:798px;max-width:100%;border-radius:8px;padding:8px 12px;margin:0 auto;box-sizing:border-box;outline:none}.cky-optout-success .cky-optout-success-inner{display:flex;flex-direction:column;gap:4px}.cky-optout-success .cky-optout-success-row{display:flex;align-items:flex-start}.cky-optout-success .cky-optout-success-icon{width:20px;flex-shrink:0}.cky-optout-success .cky-optout-success-text{margin:0;margin-inline-start:8px;margin-top:1px;font-weight:400;font-size:13px;line-height:20px}.cky-optout-success .cky-optout-success-text p{margin:0}.cky-optout-success .cky-optout-success-subtext{margin:0;font-weight:400;font-size:12px;line-height:20px}@media (max-width: 352px){.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 14px;}.cky-gpc-wrapper .cky-gpc-desc, .cky-gpc-wrapper .cky-gpc-desc *{font-size: 12px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{width: 16px; height: 16px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 5px; bottom: 4px; width: 3px; height: 9px;}.cky-gpc-wrapper{margin: 0 0 0 28px;}}.video-placeholder-youtube{background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%;}.video-placeholder-text-youtube{text-align: center; align-items: center; padding: 10px 16px; background-color: #000000cc; color: #ffffff; border: 1px solid; border-radius: 2px; cursor: pointer;}.video-placeholder-normal{background-image: url(\"/wp-content/plugins/cookie-law-info/lite/frontend/images/placeholder.svg\"); background-size: 80px; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: flex-end; justify-content: center; max-width: 100%;}.video-placeholder-text-normal{align-items: center; padding: 10px 16px; text-align: center; border: 1px solid; border-radius: 2px; cursor: pointer;}.cky-rtl{direction: rtl; text-align: right;}.cky-rtl .cky-banner-btn-close{left: 9px; right: auto;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 8px;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper{margin-left: 0; margin-right: 15px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 8px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-accordion .cky-accordion-chevron i::before{border: none; border-left: 1.4px solid; border-top: 1.4px solid; left: 12px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}@media (max-width: 768px){.cky-rtl .cky-notice-btn-wrapper{margin-right: 0;}}@media (max-width: 576px){.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 0;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 22px 0 0;}}@media (max-width: 425px){.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px 0 0;}}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn{margin-right: 12px;}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{margin: 0 12px 0 0;}"};
//# sourceURL=cookie-law-info-js-extra
/* ]]> */
</script>

<script type="text/javascript" src="/wp-content/plugins/revslider/public/js/libs/tptools.js?ver=6.7.55" id="tp-tools-js" async="async" data-wp-strategy="async"></script>
<script type="text/javascript" src="/wp-content/plugins/revslider/public/js/sr7.js?ver=6.7.55" id="sr7-js" async="async" data-wp-strategy="async"></script>
<script type="text/javascript" src="/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/js/spin.min.js?ver=27.5" id="bookly-spin.min.js-js"></script>
<script type="text/javascript" id="bookly-globals-js-extra">
/* <![CDATA[ */
var BooklyL10nGlobal = {"csrf_token":"1656979e35","ajax_url_backend":"/wp-admin/admin-ajax.php","ajax_url_frontend":"/wp-admin/admin-ajax.php","mjsTimeFormat":"h:mm a","datePicker":{"format":"MMMM D, YYYY","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"daysOfWeek":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"firstDay":1,"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"meridiem":{"am":"am","pm":"pm","AM":"AM","PM":"PM"}},"dateRange":{"format":"MMMM D, YYYY","applyLabel":"Apply","cancelLabel":"Cancel","fromLabel":"From","toLabel":"To","customRangeLabel":"Custom range","tomorrow":"Tomorrow","today":"Today","anyTime":"Any time","yesterday":"Yesterday","last_7":"Last 7 days","last_30":"Last 30 days","next_7":"Next 7 days","next_30":"Next 30 days","thisMonth":"This month","nextMonth":"Next month","lastMonth":"Last month","firstDay":1},"l10n":{"apply":"Apply","cancel":"Cancel","areYouSure":"Are you sure?"},"addons":[],"cloud_products":"","data":{}};
//# sourceURL=bookly-globals-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/js/ladda.min.js?ver=27.5" id="bookly-ladda.min.js-js"></script>
<script type="text/javascript" src="/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/js/moment.min.js?ver=27.5" id="bookly-moment.min.js-js"></script>
<script type="text/javascript" src="/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/js/hammer.min.js?ver=27.5" id="bookly-hammer.min.js-js"></script>
<script type="text/javascript" src="/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/js/jquery.hammer.min.js?ver=27.5" id="bookly-jquery.hammer.min.js-js"></script>
<script type="text/javascript" src="/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/js/qrcode.js?ver=27.5" id="bookly-qrcode.js-js"></script>
<script type="text/javascript" id="bookly-bookly.min.js-js-extra">
/* <![CDATA[ */
var BooklyL10n = {"ajaxurl":"/wp-admin/admin-ajax.php","csrf_token":"1656979e35","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"days":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"daysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"show_more":"Show more","sessionHasExpired":"Your session has expired. Please press \"Ok\" to refresh the page"};
//# sourceURL=bookly-bookly.min.js-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/js/bookly.min.js?ver=27.5" id="bookly-bookly.min.js-js"></script>
<script type="text/javascript" src="/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/js/intlTelInput.min.js?ver=27.5" id="bookly-intlTelInput.min.js-js"></script>
<link rel="https://api.w.org/" href="/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="/wp-json/wp/v2/pages/88514" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="/xmlrpc.php?rsd" />

<link rel='shortlink' href='/' />
<style id="cky-style-inline">[data-cky-tag]{visibility:hidden;}</style><link rel="icon" href="/wp-content/uploads/2025/07/cropped-Cincht-Green-Black-Icon-IMG.png?v=2" />

<!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-1046725265"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-1046725265'); </script>

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W36L2C3');</script>
<!-- End Google Tag Manager -->

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Yellowtail:wght@400&display=swap" rel="stylesheet">

<script>
            WP_VIDEO_LIGHTBOX_VERSION="1.9.12";
            WP_VID_LIGHTBOX_URL="/wp-content/plugins/wp-video-lightbox";
                        function wpvl_paramReplace(name, string, value) {
                // Find the param with regex
                // Grab the first character in the returned string (should be ? or &)
                // Replace our href string with our new value, passing on the name and delimeter

                var re = new RegExp("[\?&]" + name + "=([^&#]*)");
                var matches = re.exec(string);
                var newString;

                if (matches === null) {
                    // if there are no params, append the parameter
                    newString = string + '?' + name + '=' + value;
                } else {
                    var delimeter = matches[0].charAt(0);
                    newString = string.replace(re, delimeter + name + "=" + value);
                }
                return newString;
            }
            </script>		<meta name="theme-color"
				content="#55c060">
				<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
		
		<!--[if lte IE 8]>
		<script type="text/javascript">
			var $buoop = {
				vs: {i: 10, f: 25, o: 12.1, s: 7, n: 9}
			};

			$buoop.ol = window.onload;

			window.onload = function () {
				try {
					if ($buoop.ol) {
						$buoop.ol()
					}
				}
				catch (e) {
				}

				var e = document.createElement("script");
				e.setAttribute("type", "text/javascript");
				e.setAttribute("src", "https://browser-update.org/update.js");
				document.body.appendChild(e);
			};
		</script>
		<![endif]-->

		<!-- for IE6-8 support of HTML5 elements -->
		<!--[if lt IE 9]>
		<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
		<![endif]-->
		
	<!-- Fallback for animating in viewport -->
	<noscript>
		<style type="text/css" media="screen">
			.zn-animateInViewport {visibility: visible;}
		</style>
	</noscript>
	<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<meta name="generator" content="Powered by Slider Revolution 6.7.55 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." />
<link rel="icon" href="/wp-content/uploads/2025/07/cropped-Cincht-Green-Black-Icon-IMG-32x32.png" sizes="32x32" />
<link rel="icon" href="/wp-content/uploads/2025/07/cropped-Cincht-Green-Black-Icon-IMG-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="/wp-content/uploads/2025/07/cropped-Cincht-Green-Black-Icon-IMG-180x180.png" />
<meta name="msapplication-TileImage" content="/wp-content/uploads/2025/07/cropped-Cincht-Green-Black-Icon-IMG-270x270.png" />
<script>
	window._tpt			??= {};
	window.SR7			??= {};
	_tpt.R				??= {};
	_tpt.R.fonts		??= {};
	_tpt.R.fonts.customFonts??= {};
	SR7.devMode			=  false;
	SR7.F 				??= {};
	SR7.G				??= {};
	SR7.LIB				??= {};
	SR7.E				??= {};
	SR7.E.gAddons		??= {};
	SR7.E.php 			??= {};
	SR7.E.nonce			= 'e8ce6558d3';
	SR7.E.ajaxurl		= '/wp-admin/admin-ajax.php';
	SR7.E.resturl		= '/wp-json/';
	SR7.E.slug_path		= 'revslider/revslider.php';
	SR7.E.slug			= 'revslider';
	SR7.E.plugin_url	= '/wp-content/plugins/revslider/';
	SR7.E.wp_plugin_url = '/wp-content/plugins/';
	SR7.E.revision		= '6.7.55';
	SR7.E.fontBaseUrl	= '';
	SR7.G.breakPoints 	= [1240,1024,778,480];
	SR7.G.fSUVW 		= false;
	SR7.E.modules 		= ['module','page','slide','layer','draw','animate','srtools','canvas','defaults','carousel','navigation','media','modifiers','migration'];
	SR7.E.libs 			= ['WEBGL'];
	SR7.E.css 			= ['csslp','cssbtns','cssfilters','cssnav','cssmedia'];
	SR7.E.resources		= {};
	SR7.E.ytnc			= false;
	SR7.JSON			??= {};
/*! Slider Revolution 7.0 - Page Processor */
!function(){"use strict";window.SR7??={},window._tpt??={},SR7.version="Slider Revolution 6.7.40",_tpt.getMobileZoom=()=>_tpt.is_mobile?document.documentElement.clientWidth/window.innerWidth:1,_tpt.getWinDim=function(t){_tpt.screenHeightWithUrlBar??=window.innerHeight;let e=SR7.F?.modal?.visible&&SR7.M[SR7.F.module.getIdByAlias(SR7.F.modal.requested)];_tpt.scrollBar=window.innerWidth!==document.documentElement.clientWidth||e&&window.innerWidth!==e.c.module.clientWidth,_tpt.winW=_tpt.getMobileZoom()*window.innerWidth-(_tpt.scrollBar||"prepare"==t?_tpt.scrollBarW??_tpt.mesureScrollBar():0),_tpt.winH=_tpt.getMobileZoom()*window.innerHeight,_tpt.winWAll=document.documentElement.clientWidth},_tpt.getResponsiveLevel=function(t,e){return SR7.G.fSUVW?_tpt.closestGE(t,window.innerWidth):_tpt.closestGE(t,_tpt.winWAll)},_tpt.mesureScrollBar=function(){let t=document.createElement("div");return t.className="RSscrollbar-measure",t.style.width="100px",t.style.height="100px",t.style.overflow="scroll",t.style.position="absolute",t.style.top="-9999px",document.body.appendChild(t),_tpt.scrollBarW=t.offsetWidth-t.clientWidth,document.body.removeChild(t),_tpt.scrollBarW},_tpt.loadCSS=async function(t,e,s){return s?_tpt.R.fonts.required[e].status=1:(_tpt.R[e]??={},_tpt.R[e].status=1),new Promise((i,n)=>{if(_tpt.isStylesheetLoaded(t))s?_tpt.R.fonts.required[e].status=2:_tpt.R[e].status=2,i();else{const o=document.createElement("link");o.rel="stylesheet";let l="text",r="css";o["type"]=l+"/"+r,o.href=t,o.onload=()=>{s?_tpt.R.fonts.required[e].status=2:_tpt.R[e].status=2,i()},o.onerror=()=>{s?_tpt.R.fonts.required[e].status=3:_tpt.R[e].status=3,n(new Error(`Failed to load CSS: ${t}`))},document.head.appendChild(o)}})},_tpt.addContainer=function(t){const{tag:e="div",id:s,class:i,datas:n,textContent:o,iHTML:l}=t,r=document.createElement(e);if(s&&""!==s&&(r.id=s),i&&""!==i&&(r.className=i),n)for(const[t,e]of Object.entries(n))"style"==t?r.style.cssText=e:r.setAttribute(`data-${t}`,e);return o&&(r.textContent=o),l&&(r.innerHTML=l),r},_tpt.collector=function(){return{fragment:new DocumentFragment,add(t){var e=_tpt.addContainer(t);return this.fragment.appendChild(e),e},append(t){t.appendChild(this.fragment)}}},_tpt.isStylesheetLoaded=function(t){let e=t.split("?")[0];return Array.from(document.querySelectorAll('link[rel="stylesheet"], link[rel="preload"]')).some(t=>t.href.split("?")[0]===e)},_tpt.preloader={requests:new Map,preloaderTemplates:new Map,show:function(t,e){if(!e||!t)return;const{type:s,color:i}=e;if(s<0||"off"==s)return;const n=`preloader_${s}`;let o=this.preloaderTemplates.get(n);o||(o=this.build(s,i),this.preloaderTemplates.set(n,o)),this.requests.has(t)||this.requests.set(t,{count:0});const l=this.requests.get(t);clearTimeout(l.timer),l.count++,1===l.count&&(l.timer=setTimeout(()=>{l.preloaderClone=o.cloneNode(!0),l.anim&&l.anim.kill(),void 0!==_tpt.gsap?l.anim=_tpt.gsap.fromTo(l.preloaderClone,1,{opacity:0},{opacity:1}):l.preloaderClone.classList.add("sr7-fade-in"),t.appendChild(l.preloaderClone)},150))},hide:function(t){if(!this.requests.has(t))return;const e=this.requests.get(t);e.count--,e.count<0&&(e.count=0),e.anim&&e.anim.kill(),0===e.count&&(clearTimeout(e.timer),e.preloaderClone&&(e.preloaderClone.classList.remove("sr7-fade-in"),e.anim=_tpt.gsap.to(e.preloaderClone,.3,{opacity:0,onComplete:function(){e.preloaderClone.remove()}})))},state:function(t){if(!this.requests.has(t))return!1;return this.requests.get(t).count>0},build:(t,e="#ffffff",s="")=>{if(t<0||"off"===t)return null;const i=parseInt(t);if(t="prlt"+i,isNaN(i))return null;if(_tpt.loadCSS(SR7.E.plugin_url+"public/css/preloaders/t"+i+".css","preloader_"+t),isNaN(i)||i<6){const n=`background-color:${e}`,o=1===i||2==i?n:"",l=3===i||4==i?n:"",r=_tpt.collector();["dot1","dot2","bounce1","bounce2","bounce3"].forEach(t=>r.add({tag:"div",class:t,datas:{style:l}}));const d=_tpt.addContainer({tag:"sr7-prl",class:`${t} ${s}`,datas:{style:o}});return r.append(d),d}{let n={};if(7===i){let t;e.startsWith("#")?(t=e.replace("#",""),t=`rgba(${parseInt(t.substring(0,2),16)}, ${parseInt(t.substring(2,4),16)}, ${parseInt(t.substring(4,6),16)}, `):e.startsWith("rgb")&&(t=e.slice(e.indexOf("(")+1,e.lastIndexOf(")")).split(",").map(t=>t.trim()),t=`rgba(${t[0]}, ${t[1]}, ${t[2]}, `),t&&(n.style=`border-top-color: ${t}0.65); border-bottom-color: ${t}0.15); border-left-color: ${t}0.65); border-right-color: ${t}0.15)`)}else 12===i&&(n.style=`background:${e}`);const o=[10,0,4,2,5,9,0,4,4,2][i-6],l=_tpt.collector(),r=l.add({tag:"div",class:"sr7-prl-inner",datas:n});Array.from({length:o}).forEach(()=>r.appendChild(l.add({tag:"span",datas:{style:`background:${e}`}})));const d=_tpt.addContainer({tag:"sr7-prl",class:`${t} ${s}`});return l.append(d),d}}},SR7.preLoader={show:(t,e)=>{"off"!==(SR7.M[t]?.settings?.pLoader?.type??"off")&&_tpt.preloader.show(e||SR7.M[t].c.module,SR7.M[t]?.settings?.pLoader??{color:"#fff",type:10})},hide:(t,e)=>{"off"!==(SR7.M[t]?.settings?.pLoader?.type??"off")&&_tpt.preloader.hide(e||SR7.M[t].c.module)},state:(t,e)=>_tpt.preloader.state(e||SR7.M[t].c.module)},_tpt.prepareModuleHeight=function(t){window.SR7.M??={},window.SR7.M[t.id]??={},"ignore"==t.googleFont&&(SR7.E.ignoreGoogleFont=!0);let e=window.SR7.M[t.id];if(null==_tpt.scrollBarW&&_tpt.mesureScrollBar(),e.c??={},e.states??={},e.settings??={},e.settings.size??={},t.fixed&&(e.settings.fixed=!0),e.c.module=document.querySelector("sr7-module#"+t.id),e.c.adjuster=e.c.module.getElementsByTagName("sr7-adjuster")[0],e.c.content=e.c.module.getElementsByTagName("sr7-content")[0],"carousel"==t.type&&(e.c.carousel=e.c.content.getElementsByTagName("sr7-carousel")[0]),null==e.c.module||null==e.c.module)return;t.plType&&t.plColor&&(e.settings.pLoader={type:t.plType,color:t.plColor}),void 0===t.plType||"off"===t.plType||SR7.preLoader.state(t.id)&&SR7.preLoader.state(t.id,e.c.module)||SR7.preLoader.show(t.id,e.c.module),_tpt.winW||_tpt.getWinDim("prepare"),_tpt.getWinDim();let s=""+e.c.module.dataset?.modal;"modal"==s||"true"==s||"undefined"!==s&&"false"!==s||(e.settings.size.fullWidth=t.size.fullWidth,e.LEV??=_tpt.getResponsiveLevel(window.SR7.G.breakPoints,t.id),t.vpt=_tpt.fillArray(t.vpt,5),e.settings.vPort=t.vpt[e.LEV],void 0!==t.el&&"720"==t.el[4]&&t.gh[4]!==t.el[4]&&"960"==t.el[3]&&t.gh[3]!==t.el[3]&&"768"==t.el[2]&&t.gh[2]!==t.el[2]&&delete t.el,e.settings.size.height=null==t.el||null==t.el[e.LEV]||0==t.el[e.LEV]||"auto"==t.el[e.LEV]?_tpt.fillArray(t.gh,5,-1):_tpt.fillArray(t.el,5,-1),e.settings.size.width=_tpt.fillArray(t.gw,5,-1),e.settings.size.minHeight=_tpt.fillArray(t.mh??[0],5,-1),e.cacheSize={fullWidth:e.settings.size?.fullWidth,fullHeight:e.settings.size?.fullHeight},void 0!==t.off&&(t.off?.t&&(e.settings.size.m??={})&&(e.settings.size.m.t=t.off.t),t.off?.b&&(e.settings.size.m??={})&&(e.settings.size.m.b=t.off.b),t.off?.l&&(e.settings.size.p??={})&&(e.settings.size.p.l=t.off.l),t.off?.r&&(e.settings.size.p??={})&&(e.settings.size.p.r=t.off.r),e.offsetPrepared=!0),_tpt.updatePMHeight(t.id,t,!0))},_tpt.updatePMHeight=(t,e,s)=>{let i=SR7.M[t];var n=i.settings.size.fullWidth?_tpt.winW:i.c.module.parentNode.offsetWidth;n=0===n||isNaN(n)?_tpt.winW:n;let o=i.settings.size.width[i.LEV]||i.settings.size.width[i.LEV++]||i.settings.size.width[i.LEV--]||n,l=i.settings.size.height[i.LEV]||i.settings.size.height[i.LEV++]||i.settings.size.height[i.LEV--]||0,r=i.settings.size.minHeight[i.LEV]||i.settings.size.minHeight[i.LEV++]||i.settings.size.minHeight[i.LEV--]||0;if(l="auto"==l?0:l,l=parseInt(l),"carousel"!==e.type&&(n-=parseInt(e.onw??0)||0),i.MP=!i.settings.size.fullWidth&&n<o||_tpt.winW<o?Math.min(1,n/o):1,e.size.fullScreen||e.size.fullHeight){let t=parseInt(e.fho)||0,s=(""+e.fho).indexOf("%")>-1;e.newh=_tpt.winH-(s?_tpt.winH*t/100:t)}else e.newh=i.MP*Math.max(l,r);if(e.newh+=(parseInt(e.onh??0)||0)+(parseInt(e.carousel?.pt)||0)+(parseInt(e.carousel?.pb)||0),void 0!==e.slideduration&&(e.newh=Math.max(e.newh,parseInt(e.slideduration)/3)),e.shdw&&_tpt.buildShadow(e.id,e),i.c.adjuster.style.height=e.newh+"px",i.c.module.style.height=e.newh+"px",i.c.content.style.height=e.newh+"px",i.states.heightPrepared=!0,i.dims??={},i.dims.moduleRect=i.c.module.getBoundingClientRect(),i.c.content.style.left="-"+i.dims.moduleRect.left+"px",!i.settings.size.fullWidth)return s&&requestAnimationFrame(()=>{n!==i.c.module.parentNode.offsetWidth&&_tpt.updatePMHeight(e.id,e)}),void _tpt.bgStyle(e.id,e,window.innerWidth==_tpt.winW,!0);_tpt.bgStyle(e.id,e,window.innerWidth==_tpt.winW,!0),requestAnimationFrame(function(){s&&requestAnimationFrame(()=>{n!==i.c.module.parentNode.offsetWidth&&_tpt.updatePMHeight(e.id,e)})}),i.earlyResizerFunction||(i.earlyResizerFunction=function(){requestAnimationFrame(function(){_tpt.getWinDim(),_tpt.moduleDefaults(e.id,e),_tpt.updateSlideBg(t,!0)})},window.addEventListener("resize",i.earlyResizerFunction))},_tpt.buildShadow=function(t,e){let s=SR7.M[t];null==s.c.shadow&&(s.c.shadow=document.createElement("sr7-module-shadow"),s.c.shadow.classList.add("sr7-shdw-"+e.shdw),s.c.content.appendChild(s.c.shadow))},_tpt.bgStyle=async(t,e,s,i,n)=>{const o=SR7.M[t];if((e=e??o.settings).fixed&&!o.c.module.classList.contains("sr7-top-fixed")&&(o.c.module.classList.add("sr7-top-fixed"),o.c.module.style.position="fixed",o.c.module.style.width="100%",o.c.module.style.top="0px",o.c.module.style.left="0px",o.c.module.style.pointerEvents="none",o.c.module.style.zIndex=5e3,o.c.content.style.pointerEvents="none"),null==o.c.bgcanvas){let t=document.createElement("sr7-module-bg"),l=!1;if("string"==typeof e?.bg?.color&&e?.bg?.color.includes("{"))if(_tpt.gradient&&_tpt.gsap)e.bg.color=_tpt.gradient.convert(e.bg.color);else try{let t=JSON.parse(e.bg.color);(t?.orig||t?.string)&&(e.bg.color=JSON.parse(e.bg.color))}catch(t){return}let r="string"==typeof e?.bg?.color?e?.bg?.color||"transparent":e?.bg?.color?.string??e?.bg?.color?.orig??e?.bg?.color?.color??"transparent";if(t.style["background"+(String(r).includes("grad")?"":"Color")]=r,("transparent"!==r||n)&&(l=!0),o.offsetPrepared&&(t.style.visibility="hidden"),e?.bg?.image?.src&&(t.style.backgroundImage=`url(${e?.bg?.image.src})`,t.style.backgroundSize=""==(e.bg.image?.size??"")?"cover":e.bg.image.size,t.style.backgroundPosition=e.bg.image.position,t.style.backgroundRepeat=""==e.bg.image.repeat||null==e.bg.image.repeat?"no-repeat":e.bg.image.repeat,l=!0),!l)return;o.c.bgcanvas=t,e.size.fullWidth?t.style.width=_tpt.winW-(s&&_tpt.winH<document.body.offsetHeight?_tpt.scrollBarW:0)+"px":i&&(t.style.width=o.c.module.offsetWidth+"px"),e.sbt?.use?o.c.content.appendChild(o.c.bgcanvas):o.c.module.appendChild(o.c.bgcanvas)}o.c.bgcanvas.style.height=void 0!==e.newh?e.newh+"px":("carousel"==e.type?o.dims.module.h:o.dims.content.h)+"px",o.c.bgcanvas.style.left=!s&&e.sbt?.use||o.c.bgcanvas.closest("SR7-CONTENT")?"0px":"-"+(o?.dims?.moduleRect?.left??0)+"px"},_tpt.updateSlideBg=function(t,e){const s=SR7.M[t];let i=s.settings;s?.c?.bgcanvas&&(i.size.fullWidth?s.c.bgcanvas.style.width=_tpt.winW-(e&&_tpt.winH<document.body.offsetHeight?_tpt.scrollBarW:0)+"px":preparing&&(s.c.bgcanvas.style.width=s.c.module.offsetWidth+"px"))},_tpt.moduleDefaults=(t,e)=>{let s=SR7.M[t];null!=s&&null!=s.c&&null!=s.c.module&&(s.dims??={},s.dims.moduleRect=s.c.module.getBoundingClientRect(),s.c.content.style.left="-"+s.dims.moduleRect.left+"px",s.c.content.style.width=_tpt.winW-_tpt.scrollBarW+"px","carousel"==e.type&&(s.c.module.style.overflow="visible"),_tpt.bgStyle(t,e,window.innerWidth==_tpt.winW))},_tpt.getOffset=t=>{var e=t.getBoundingClientRect(),s=window.pageXOffset||document.documentElement.scrollLeft,i=window.pageYOffset||document.documentElement.scrollTop;return{top:e.top+i,left:e.left+s}},_tpt.fillArray=function(t,e){let s,i;t=Array.isArray(t)?t:[t];let n=Array(e),o=t.length;for(i=0;i<t.length;i++)n[i+(e-o)]=t[i],null==s&&"#"!==t[i]&&(s=t[i]);for(let t=0;t<e;t++)void 0!==n[t]&&"#"!=n[t]||(n[t]=s),s=n[t];return n},_tpt.closestGE=function(t,e){let s=Number.MAX_VALUE,i=-1;for(let n=0;n<t.length;n++)t[n]-1>=e&&t[n]-1-e<s&&(s=t[n]-1-e,i=n);return++i}}();</script>
		<style type="text/css" id="wp-custom-css">
			.crchat-widget .k-chat .k-chat-bubble a, .crchat-widget .k-chat .k-chat-bubble a:hover, .crchat-widget .k-chat .k-chat-bubble a, .crchat-widget .crchat-message-content a{color:#f5f5f5 !important;}		</style>
		</head>

<body  class="home wp-singular page-template-default page page-id-88514 wp-theme-kallyas wp-child-theme-kallyas-child res1170 kl-sticky-header kl-skin--dark" itemscope="itemscope" itemtype="https://schema.org/WebPage" >


<div class="login_register_stuff"></div><!-- end login register stuff -->		<div id="fb-root"></div>
		<script>(function (d, s, id) {
			var js, fjs = d.getElementsByTagName(s)[0];
			if (d.getElementById(id)) {return;}
			js = d.createElement(s); js.id = id;
			js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0";
			fjs.parentNode.insertBefore(js, fjs);
		}(document, 'script', 'facebook-jssdk'));</script>
		

<div id="page_wrapper">

<header id="header" class="site-header  style4 header--sticky header--not-sticked     sticky-resize headerstyle--image_color site-header--absolute nav-th--dark siteheader-classic siteheader-classic-normal sheader-sh--light"  >
		<div class="site-header-wrapper sticky-top-area">

		<div class="kl-top-header site-header-main-wrapper clearfix   sh--light">

			<div class="container siteheader-container header--oldstyles">

				<div class="fxb-row fxb-row-col-sm">

										<div class='fxb-col fxb fxb-center-x fxb-center-y fxb-basis-auto fxb-grow-0'>
								<div id="logo-container" class="logo-container  hasHoverMe logosize--contain zn-original-logo">
			<!-- Logo -->
			<h1 class='site-logo logo ' id='logo'><a href='/' class='site-logo-anch'><img class="logo-img site-logo-img" src="/wp-content/uploads/2023/09/Untitled-design-e1695404052365.png"  alt="Cinch I.T." title="Fast &amp; Friendly I.T. Support"  /></a></h1>			<!-- InfoCard -->
					</div>

							</div>
					
					<div class='fxb-col fxb-basis-auto'>

						

	<div class="separator site-header-separator visible-xs"></div>
	<div class="fxb-row site-header-row site-header-top ">

		<div class='fxb-col fxb fxb-start-x fxb-center-y fxb-basis-auto site-header-col-left site-header-top-left'>
								</div>

		<div class='fxb-col fxb fxb-end-x fxb-center-y fxb-basis-auto site-header-col-right site-header-top-right'>
						<ul class="sh-component social-icons sc--colored topnav navRight topnav-no-hdnav"><li class="topnav-li social-icons-li"><a href="https://www.facebook.com/CinchITConsulting/" data-zniconfam="kl-social-icons" data-zn_icon="" target="_blank" class="topnav-item social-icons-item scheader-icon-ue83f" title="Facebook"></a></li><li class="topnav-li social-icons-li"><a href="https://www.linkedin.com/company/cinch-it-inc-" data-zniconfam="kl-social-icons" data-zn_icon="" target="_blank" class="topnav-item social-icons-item scheader-icon-ue828" title="Linkedin"></a></li><li class="topnav-li social-icons-li"><a href="https://www.youtube.com/c/cinchittv" data-zniconfam="kl-social-icons" data-zn_icon="" target="_blank" class="topnav-item social-icons-item scheader-icon-ue830" title="Youtube"></a></li><li class="topnav-li social-icons-li"><a href="https://www.instagram.com/cinch.it/" data-zniconfam="kl-social-icons" data-zn_icon="" target="_blank" class="topnav-item social-icons-item scheader-icon-ue859" title="Instagram"></a></li><li class="topnav-li social-icons-li"><a href="https://cinchit.screenconnect.com/" data-zniconfam="glyphicons_halflingsregular" data-zn_icon="" target="_blank" class="topnav-item social-icons-item scheader-icon-ue144" title="Screen Connect"></a></li></ul>
		<div id="search" class="sh-component header-search headsearch--def">

			<a href="#" class="searchBtn header-search-button">
				<span class="glyphicon glyphicon-search kl-icon-white"></span>
			</a>

			<div class="search-container header-search-container">
				
<form id="searchform" class="gensearch__form" action="/search/" method="get">
	<input id="s" name="s" value="" class="inputbox gensearch__input" type="text" placeholder="SEARCH ..." />
	<button type="submit" id="searchsubmit" value="go" class="gensearch__submit glyphicon glyphicon-search"></button>
	</form>			</div>
		</div>

					</div>

	</div><!-- /.site-header-top -->

	<div class="separator site-header-separator visible-xs"></div>


<div class="fxb-row site-header-row site-header-main ">

	<div class='fxb-col fxb fxb-start-x fxb-center-y fxb-basis-auto site-header-col-left site-header-main-left'>
			</div>

	<div class='fxb-col fxb fxb-center-x fxb-center-y fxb-basis-auto site-header-col-center site-header-main-center'>
			</div>

	<div class='fxb-col fxb fxb-end-x fxb-center-y fxb-basis-auto site-header-col-right site-header-main-right'>

		<div class='fxb-col fxb fxb-end-x fxb-center-y fxb-basis-auto site-header-main-right-top'>
								<div class="sh-component main-menu-wrapper" role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" >

					<div class="zn-res-menuwrapper">
			<a href="#" class="zn-res-trigger zn-menuBurger zn-menuBurger--3--s zn-menuBurger--anim1 " id="zn-res-trigger">
				<span></span>
				<span></span>
				<span></span>
			</a>
		</div><!-- end responsive menu -->
		<div id="main-menu" class="main-nav mainnav--sidepanel mainnav--active-text mainnav--pointer-dash nav-mm--dark zn_mega_wrapper "><ul id="menu-main-menu" class="main-menu main-menu-nav zn_mega_menu "><li id="menu-item-88913" class="main-menu-item menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-88913 active  main-menu-item-top  menu-item-even menu-item-depth-0"><a href="/" class=" main-menu-link main-menu-link-top"><span>HOME</span></a></li>
<li id="menu-item-1877" class="main-menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1877  main-menu-item-top  menu-item-even menu-item-depth-0"><a href="#" class=" main-menu-link main-menu-link-top"><span>Services</span></a>
<ul class="sub-menu clearfix">
	<li id="menu-item-89643" class="main-menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-89643  main-menu-item-sub  menu-item-odd menu-item-depth-1"><a class=" main-menu-link main-menu-link-sub"><span>FREE ASSESSMENTS</span></a>
	<ul class="sub-menu clearfix">
		<li id="menu-item-88838" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-88838  main-menu-item-sub main-menu-item-sub-sub menu-item-even menu-item-depth-2"><a href="/free-security-assessment/" class=" main-menu-link main-menu-link-sub"><span>FREE SECURITY ASSESSMENT</span></a></li>
		<li id="menu-item-88872" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-88872  main-menu-item-sub main-menu-item-sub-sub menu-item-even menu-item-depth-2"><a href="/free-dark-web-scan/" class=" main-menu-link main-menu-link-sub"><span>FREE DARK WEB SCAN</span></a></li>
		<li id="menu-item-89644" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-89644  main-menu-item-sub main-menu-item-sub-sub menu-item-even menu-item-depth-2"><a href="/contact-us/" class=" main-menu-link main-menu-link-sub"><span>BOOK A FREE ASSESSMENT</span></a></li>
	</ul>
</li>
	<li id="menu-item-89642" class="main-menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-89642  main-menu-item-sub  menu-item-odd menu-item-depth-1"><a class=" main-menu-link main-menu-link-sub"><span>IT SITUATION</span></a>
	<ul class="sub-menu clearfix">
		<li id="menu-item-1878" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-1878  main-menu-item-sub main-menu-item-sub-sub menu-item-even menu-item-depth-2"><a href="/service-no-it/" class=" main-menu-link main-menu-link-sub"><span>NO I.T.</span></a></li>
		<li id="menu-item-1880" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-1880  main-menu-item-sub main-menu-item-sub-sub menu-item-even menu-item-depth-2"><a href="/service-it-manager/" class=" main-menu-link main-menu-link-sub"><span>I.T. MANAGER</span></a></li>
		<li id="menu-item-1879" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-1879  main-menu-item-sub main-menu-item-sub-sub menu-item-even menu-item-depth-2"><a href="/service-outsourcing-it/" class=" main-menu-link main-menu-link-sub"><span>OUTSOURCING I.T.</span></a></li>
	</ul>
</li>
	<li id="menu-item-89645" class="main-menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-89645  main-menu-item-sub  menu-item-odd menu-item-depth-1"><a class=" main-menu-link main-menu-link-sub"><span>INDUSTRIES</span></a>
	<ul class="sub-menu clearfix">
		<li id="menu-item-89646" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-89646  main-menu-item-sub main-menu-item-sub-sub menu-item-even menu-item-depth-2"><a href="/law-firm-it/" class=" main-menu-link main-menu-link-sub"><span>LAW FIRM</span></a></li>
		<li id="menu-item-89648" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-89648  main-menu-item-sub main-menu-item-sub-sub menu-item-even menu-item-depth-2"><a href="/insurance-it/" class=" main-menu-link main-menu-link-sub"><span>INSURANCE</span></a></li>
		<li id="menu-item-89649" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-89649  main-menu-item-sub main-menu-item-sub-sub menu-item-even menu-item-depth-2"><a href="/health-care-it/" class=" main-menu-link main-menu-link-sub"><span>HEALTH CARE</span></a></li>
		<li id="menu-item-89650" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-89650  main-menu-item-sub main-menu-item-sub-sub menu-item-even menu-item-depth-2"><a href="/industrial-construction-it-services/" class=" main-menu-link main-menu-link-sub"><span>INDUSTRIAL &#038; CONSTRUCTION</span></a></li>
		<li id="menu-item-89647" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-89647  main-menu-item-sub main-menu-item-sub-sub menu-item-even menu-item-depth-2"><a href="/investment-financial-it-services/" class=" main-menu-link main-menu-link-sub"><span>INVESTMENT and FINANCIAL</span></a></li>
	</ul>
</li>
</ul>
</li>
<li id="menu-item-1881" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1881  main-menu-item-top  menu-item-even menu-item-depth-0"><a href="/about-us/" class=" main-menu-link main-menu-link-top"><span>About</span></a>
<ul class="sub-menu clearfix">
	<li id="menu-item-1883" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-1883  main-menu-item-sub  menu-item-odd menu-item-depth-1"><a href="/blog/" class=" main-menu-link main-menu-link-sub"><span>BLOG</span></a></li>
</ul>
</li>
<li id="menu-item-1884" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1884  main-menu-item-top  menu-item-even menu-item-depth-0"><a href="/contact-us/" class=" main-menu-link main-menu-link-top"><span>Contact</span></a>
<ul class="sub-menu clearfix">
	<li id="menu-item-1921" class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-1921  main-menu-item-sub  menu-item-odd menu-item-depth-1"><a href="/locations/" class=" main-menu-link main-menu-link-sub"><span>LOCATIONS</span></a></li>
</ul>
</li>
<li id="menu-item-2034" class="main-menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-2034  main-menu-item-top  menu-item-even menu-item-depth-0"><a href="https://cinchfranchise.com/" class=" main-menu-link main-menu-link-top"><span>Franchise Opportunities</span></a></li>
</ul></div>		</div>
		<!-- end main_menu -->
				</div>

		
	</div>

</div><!-- /.site-header-main -->


					</div>
				</div>
							</div><!-- /.siteheader-container -->
		</div><!-- /.site-header-main-wrapper -->

	</div><!-- /.site-header-wrapper -->
	</header>
<div class="zn_pb_wrapper clearfix zn_sortable_content" data-droplevel="0">		<div class="kl-slideshow  kl-revolution-slider portfolio_devices eluiddc871616 hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value  " >
			<div class="bgback"></div>

			
				<p class="rs-p-wp-fix"></p>
				<sr7-module data-alias="slider-5" data-id="81" id="SR7_81_1" class="rs-ov-hidden" data-version="6.7.55">
					<sr7-adjuster></sr7-adjuster>
					<sr7-content>
						<sr7-slide id="SR7_81_1-58" data-key="58">
							<sr7-txt id="SR7_81_1-58-2" class="sr7-layer" srscsrc>
<div class="wpcf7 no-js" id="wpcf7-f88877-p88514-o1" lang="en-US" dir="ltr" data-wpcf7-id="88877">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="https://forms.cinchit.com/submit" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"><input type="hidden" name="_site" value="cinchit.com"><input type="text" name="website" tabindex="-1" autocomplete="off" style="position:absolute;left:-9999px;width:1px;height:1px" aria-hidden="true">
<fieldset class="hidden-fields-container">
</fieldset>


<p><span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Name*" value="" type="text" name="your-name" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email" aria-required="true" aria-invalid="false" placeholder="Email*" value="" type="email" name="your-email" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="your-tel"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel" aria-required="true" aria-invalid="false" placeholder="Phone" value="" type="tel" name="your-tel" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="company-name"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text" aria-invalid="false" placeholder="Business Name*" value="" type="text" name="company-name" /></span>
</p>
<p><div class="cf-turnstile" data-sitekey="0x4AAAAAADU_EJk0wL8d_5MZ" style="margin:1em 0"></div><input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="SEND" />
</p><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
</sr7-txt>
							<sr7-txt id="SR7_81_1-58-5" class="sr7-layer" srscsrc>
<div class="wpcf7 no-js" id="wpcf7-f88623-p88514-o2" lang="en-US" dir="ltr" data-wpcf7-id="88623">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="https://forms.cinchit.com/submit" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"><input type="hidden" name="_site" value="cinchit.com"><input type="text" name="website" tabindex="-1" autocomplete="off" style="position:absolute;left:-9999px;width:1px;height:1px" aria-hidden="true">
<fieldset class="hidden-fields-container">
</fieldset>


<p><span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Name*" value="" type="text" name="your-name" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email" aria-required="true" aria-invalid="false" placeholder="Email*" value="" type="email" name="your-email" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="your-tel"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel" aria-required="true" aria-invalid="false" placeholder="Phone" value="" type="tel" name="your-tel" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="company-name"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text" aria-invalid="false" placeholder="Business Name*" value="" type="text" name="company-name" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="zip-code"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text" aria-invalid="false" placeholder="ZIP Code*" value="" type="text" name="zip-code" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="how-did-you-hear-of-us"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text" aria-invalid="false" placeholder="How did you hear of us?" value="" type="text" name="how-did-you-hear-of-us" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="message"><textarea cols="40" rows="10" maxlength="2000" class="wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Your Message" name="message"></textarea></span>
</p>
<p><div class="cf-turnstile" data-sitekey="0x4AAAAAADU_EJk0wL8d_5MZ" style="margin:1em 0"></div><input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="SEND" />
</p><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
</sr7-txt>
							<sr7-txt id="SR7_81_1-58-6" class="sr7-layer">Let's Connect</sr7-txt>
							<sr7-txt id="SR7_81_1-58-7" class="sr7-layer">If you are a business owner who is plagued with slow computers, viruses, or email issues, then let Cinch IT become your solution!</sr7-txt>
							<sr7-txt id="SR7_81_1-58-8" class="sr7-layer"><i class="material-icons">email</i></sr7-txt>
							<sr7-txt id="SR7_81_1-58-10" class="sr7-layer"><i class="fa-phone-square"></i></sr7-txt>
							<sr7-txt id="SR7_81_1-58-11" class="sr7-layer"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="3f4c5e535a4c7f5c56515c57564b115c5052">[email&#160;protected]</a></sr7-txt>
							<sr7-txt id="SR7_81_1-58-12" class="sr7-layer">1 (833) 246-2448</sr7-txt>
						</sr7-slide>
						<sr7-slide id="SR7_81_1-118" data-key="118">
						</sr7-slide>
					</sr7-content>
					<image_lists style="display:none">
						<img data-src="/wp-content/uploads/2024/09/Cinch-Website-Hub-e1727201852419.png" data-libid="88527" data-lib="medialibrary" alt="Nationwide Helpdesk Support" title="Cinch Website Hub" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOS9DaW5jaC1XZWJzaXRlLUh1Yi1lMTcyNzIwMTg1MjQxOS5wbmc="/>
						<img data-src="/wp-content/uploads/2024/09/Cinch-Website-Hub-1.png" data-libid="88528" data-lib="medialibrary" alt="your city" title="Cinch Website Hub (1)" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8wOS9DaW5jaC1XZWJzaXRlLUh1Yi0xLnBuZw=="/>
					</image_lists>
				</sr7-module>
				<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
					window.SR7 ??={};SR7.PMH ??={}; SR7.PMH["SR7_81_1"] = {cn:100,state:false,fn: function() { if (window._tpt!==undefined && window._tpt.prepareModuleHeight !== undefined) {  _tpt.prepareModuleHeight({id:"SR7_81_1",el:[900,900,768,650,650],type:'standard',shdw:'0',gh:[900,900,768,650,650],gw:[1240,1240,1024,778,480],vpt:['-200px&#039;,&#039;-200px&#039;,&#039;-200px&#039;,&#039;-200px&#039;,&#039;-200px'],size:{fullWidth:true, fullHeight:false},mh:'0',onh:0,onw:0,bg:{color:'{"orig":"transparent","type":"solid","string":"transparent"}'}});   SR7.PMH["SR7_81_1"].state=true;} else if(SR7.PMH["SR7_81_1"].cn-->0)	setTimeout( SR7.PMH["SR7_81_1"].fn,19);}};SR7.PMH["SR7_81_1" ].fn();
				</script>

			<div class="th-sparkles"></div>

			<div class="zn_header_bottom_style"></div>		</div>
				<section class="zn_section eluidba09102e  hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value    section-sidemargins    zn_section--relative section--no " id="eluidba09102e"  >

			<div class="zn-bgSource "  ><div class="zn-bgSource-overlay" style="background: -webkit-linear-gradient(top,  rgba(0,0,0,0.95) 0%,rgba(15,15,38,0.95) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0.95) 0%,rgba(15,15,38,0.95) 100%); "></div></div>
			<div class="zn_section_size container zn-section-height--auto zn-section-content_algn--top ">

				<div class="row ">
					
		<div class="eluid4c621d48            col-md-12 col-sm-12   znColumnElement"  id="eluid4c621d48" >

			
			<div class="znColumnElement-innerWrapper-eluid4c621d48 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="image-boxes imgbox-simple eluid76821691 hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value  zn-animateInViewport zn-anim-fadeIn zn-anim-duration--1000" data-anim-delay="700ms"><div class="image-boxes-holder imgboxes-wrapper u-mb-0  "><div class="image-boxes-img-wrapper img-align-center"><img class="image-boxes-img img-responsive " src="/wp-content/uploads/2023/11/New-LinkedIn-Banner-4.png"   alt=""  title="" /></div></div></div>				</div>
			</div>

			
		</div>
	
				</div>
			</div>

					</section>


				<section class="zn_section eluid37bbef7e  hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value    section-sidemargins    section--no " id="eluid37bbef7e"  >

			
			<div class="zn_section_size container zn-section-height--auto zn-section-content_algn--top ">

				<div class="row ">
					
		<div class="eluid9c20c755            col-md-12 col-sm-12   znColumnElement"  id="eluid9c20c755" >

			
			<div class="znColumnElement-innerWrapper-eluid9c20c755 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">							<div class="kl-slideshow  kl-revolution-slider portfolio_devices eluid63cc10c8 hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value  " >
			<div class="bgback"></div>

			
				<p class="rs-p-wp-fix"></p>
				<sr7-module data-alias="location-page-service-sec-1" data-id="82" id="SR7_82_2" class="rs-ov-hidden" data-version="6.7.55">
					<sr7-adjuster></sr7-adjuster>
					<sr7-content>
						<sr7-slide id="SR7_82_2-59" data-key="59">
							<sr7-txt id="SR7_82_2-59-0" class="sr7-layer">"NEED FASTER I.T. TO RUN"</sr7-txt>
							<sr7-txt id="SR7_82_2-59-1" class="sr7-layer">CEO/OWNER</sr7-txt>
							<sr7-txt id="SR7_82_2-59-6" class="sr7-layer"></sr7-txt>
							<sr7-txt id="SR7_82_2-59-8" class="sr7-layer">I.T. MANAGER</sr7-txt>
							<sr7-txt id="SR7_82_2-59-9" class="sr7-layer">CEO / OWNER</sr7-txt>
							<sr7-txt id="SR7_82_2-59-16" class="sr7-layer">"NEED MORE HANDS & ON I.T."</sr7-txt>
							<sr7-txt id="SR7_82_2-59-17" class="sr7-layer">"NEED TO FOCUS <br />
ON BUSINESS."</sr7-txt>
							<sr7-txt id="SR7_82_2-59-24" class="sr7-layer">DON'T HAVE I.T.</sr7-txt>
							<sr7-txt id="SR7_82_2-59-32" class="sr7-layer">BUSINESS OWNER</sr7-txt>
							<sr7-txt id="SR7_82_2-59-36" class="sr7-layer"><i class="fa-map-marker"></i></sr7-txt>
							<sr7-txt id="SR7_82_2-59-43" class="sr7-layer">LEARN MORE</sr7-txt>
							<sr7-txt id="SR7_82_2-59-54" class="sr7-layer">I.T. MANAGER</sr7-txt>
							<sr7-txt id="SR7_82_2-59-55" class="sr7-layer"><i class="fa-map-marker"></i></sr7-txt>
							<sr7-txt id="SR7_82_2-59-56" class="sr7-layer">LEARN MORE</sr7-txt>
							<sr7-txt id="SR7_82_2-59-64" class="sr7-layer">OUTSOURCING I.T.</sr7-txt>
							<sr7-txt id="SR7_82_2-59-69" class="sr7-layer"><i class="fa-map-marker"></i></sr7-txt>
							<sr7-txt id="SR7_82_2-59-70" class="sr7-layer">LEARN MORE</sr7-txt>
							<sr7-txt id="SR7_82_2-59-72" class="sr7-layer">WHAT IS YOUR I.T. SITUATION?</sr7-txt>
						</sr7-slide>
						<sr7-slide id="SR7_82_2-119" data-key="119">
						</sr7-slide>
					</sr7-content>
					<image_lists style="display:none">
						<img data-src="/wp-content/uploads/2023/11/Character2Final.png" data-libid="743" data-lib="medialibrary" title="Character2Final" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8xMS9DaGFyYWN0ZXIyRmluYWwucG5n"/>
						<img data-src="/wp-content/uploads/2023/11/Character2cutoutEdit-e1700066746131.png" data-libid="733" data-lib="medialibrary" title="Character2cutoutEdit" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8xMS9DaGFyYWN0ZXIyY3V0b3V0RWRpdC1lMTcwMDA2Njc0NjEzMS5wbmc="/>
						<img data-src="/wp-content/uploads/2023/11/HeroHeaderCharacter3GradientCinch3-Copy.png" data-libid="742" data-lib="medialibrary" title="HeroHeaderCharacter3GradientCinch3 &#8211; Copy" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8xMS9IZXJvSGVhZGVyQ2hhcmFjdGVyM0dyYWRpZW50Q2luY2gzLUNvcHkucG5n"/>
						<img data-src="/wp-content/uploads/2023/10/blurred-office-interior-space-background-2022-07-26-06-47-49-utc.jpg" data-libid="566" title="blurred-office-interior-space-background-2022-07-26-06-47-49-utc" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8xMC9ibHVycmVkLW9mZmljZS1pbnRlcmlvci1zcGFjZS1iYWNrZ3JvdW5kLTIwMjItMDctMjYtMDYtNDctNDktdXRjLmpwZw=="/>
						<img data-src="/wp-content/uploads/2023/11/SoicalIcon1.png" data-libid="745" data-lib="medialibrary" title="SoicalIcon1" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8xMS9Tb2ljYWxJY29uMS5wbmc="/>
						<img data-src="/wp-content/uploads/2023/10/blurred-office-interior-space-background-2022-08-13-23-25-16-utc.jpg" data-libid="565" title="blurred-office-interior-space-background-2022-08-13-23-25-16-utc" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8xMC9ibHVycmVkLW9mZmljZS1pbnRlcmlvci1zcGFjZS1iYWNrZ3JvdW5kLTIwMjItMDgtMTMtMjMtMjUtMTYtdXRjLmpwZw=="/>
						<img data-src="/wp-content/uploads/2023/11/SocialIcon3.png" data-libid="747" data-lib="medialibrary" title="SocialIcon3" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8xMS9Tb2NpYWxJY29uMy5wbmc="/>
						<img data-src="/wp-content/uploads/2023/10/abstract-blur-modern-office-interior-2022-11-01-02-07-44-utc.jpg" data-libid="564" title="abstract-blur-modern-office-interior-2022-11-01-02-07-44-utc" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8xMC9hYnN0cmFjdC1ibHVyLW1vZGVybi1vZmZpY2UtaW50ZXJpb3ItMjAyMi0xMS0wMS0wMi0wNy00NC11dGMuanBn"/>
						<img data-src="/wp-content/uploads/2023/11/SocailIcon2.png" data-libid="746" data-lib="medialibrary" title="SocailIcon2" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8xMS9Tb2NhaWxJY29uMi5wbmc="/>
						<img data-src="/wp-content/uploads/2023/10/Underheader.png" data-libid="546" data-lib="medialibrary" title="Underheader" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8xMC9VbmRlcmhlYWRlci5wbmc="/>
					</image_lists>
				</sr7-module>
				<script>
					window.SR7 ??={};SR7.PMH ??={}; SR7.PMH["SR7_82_2"] = {cn:100,state:false,fn: function() { if (window._tpt!==undefined && window._tpt.prepareModuleHeight !== undefined) {  _tpt.prepareModuleHeight({id:"SR7_82_2",el:[600,600,600,600,720],type:'standard',shdw:'0',gh:[600,600,600,600,720],gw:[1920,1920,1920,778,480],vpt:['-200px&#039;,&#039;-200px&#039;,&#039;-200px&#039;,&#039;-200px&#039;,&#039;-200px'],size:{fullWidth:true, fullHeight:false},mh:'0',onh:0,onw:0,bg:{color:'{"orig":"transparent","type":"solid","string":"transparent"}'}});   SR7.PMH["SR7_82_2"].state=true;} else if(SR7.PMH["SR7_82_2"].cn-->0)	setTimeout( SR7.PMH["SR7_82_2"].fn,19);}};SR7.PMH["SR7_82_2" ].fn();
				</script>

			<div class="th-sparkles"></div>

			<div class="zn_header_bottom_style"></div>		</div>
						</div>
			</div>

			
		</div>
	
				</div>
			</div>

					</section>


				<section class="zn_section eluid268d40fb  hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value    section-sidemargins    zn_section--relative section--no " id="eluid268d40fb"  >

			<div class="zn-bgSource "  ><div class="zn-bgSource-overlay" style="background: -webkit-linear-gradient(top,  rgba(17,17,42,0.9) 0%,rgba(0,0,0,0.9) 100%); background: linear-gradient(to bottom,  rgba(17,17,42,0.9) 0%,rgba(0,0,0,0.9) 100%); "></div></div>
			<div class="zn_section_size container zn-section-height--auto zn-section-content_algn--top ">

				<div class="row ">
					
		<div class="eluid7128f680            col-md-12 col-sm-12   znColumnElement"  id="eluid7128f680" >

			
			<div class="znColumnElement-innerWrapper-eluid7128f680 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="zn_custom_html eluid7f434eac hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value " ><h1 style="text-align: center; font-size: 80px !important; letter-spacing: 5px ">
    <strong>
        <span style="font-family: 'Bebas Neue';">
            <span style="color: #ffffff;">FIND A</span> 
            <span class="zn-lineheight" style="color: #17d42a; line-height: 80px;">LOCATION</span> 
            <span style="color: #ffffff;">NEAR YOU</span>
        </span>
    </strong>
</h1></div><div class="image-boxes imgbox-simple eluid4d81b748 " ><a href="/locations/"  class="image-boxes-link imgboxes-wrapper u-mb-0  "  target="_self"  itemprop="url" ><div class="image-boxes-img-wrapper img-align-center"><img class="image-boxes-img img-responsive " src="/wp-content/uploads/2023/10/Underheader.png"   alt=""  title="Underheader" /></div></a></div><div class="zn_text_box eluid62e41b39 hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value  zn_text_box-dark element-scheme--dark" ><p style="text-align: center;"><span class="OYPEnA text-decoration-none text-strikethrough-none" style="font-size: 24px; font-family: 'Bebas Neue';">Since <span style="color: #dcdcdc;">2004,</span> Cinch I.T. has been providing customer-focused managed I.T. services for businesses of all sizes. Every element of our support is designed to provide not only the best I.T. services but also the fastest and friendliest computer support network security in the industry!</span></p>
</div><div class="image-boxes imgbox-simple eluid1368a2de hidden-lg hidden-md hidden-sm " ><a href="/locations/"  class="image-boxes-link imgboxes-wrapper u-mb-0  "  target="_self"  itemprop="url" ><div class="image-boxes-img-wrapper img-align-center"><img class="image-boxes-img img-responsive " src="/wp-content/uploads/2025/11/Cinch-Website-Hub-41.png"   alt="Cinch IT Locations Map"  title="Cinch IT Locations Map" /></div></a></div><div class="image-boxes imgbox-simple eluid5ecc1e9e hidden-xs   image-boxes-cover-fit-img" ><a href="/locations/"  class="image-boxes-link imgboxes-wrapper u-mb-0  "  target="_self"  itemprop="url" ><div class="image-boxes-img-wrapper img-align-center"><img class="image-boxes-img img-responsive cover-fit-img" src="/wp-content/uploads/2025/11/Since-2004-Cinch-I.T.-has-been-providing-customer-focused-managed-I.T.-services-for-businesses-of-all-sizes.-Every-element-of-our-support-is-designed-to-provide-not-only-the-best-I.T.-services-bu-2.png"   alt="Cinch IT Nationwide computer suppport"  title="Cinch IT Nationwide computer suppport" /></div></a></div>				</div>
			</div>

			
		</div>
	
				</div>
			</div>

					</section>


				<section class="zn_section eluid1431c7e8  hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value    section-sidemargins    section--no " id="eluid1431c7e8"  >

			
			<div class="zn_section_size container zn-section-height--auto zn-section-content_algn--top ">

				<div class="row ">
					
		<div class="eluid29b02ec2 hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value            col-md-12 col-sm-12   znColumnElement"  id="eluid29b02ec2" >

			
			<div class="znColumnElement-innerWrapper-eluid29b02ec2 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">									</div>
			</div>

			
		</div>
	
				</div>
			</div>

					</section>


				<section class="zn_section eluid69a26a20  hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value    section-sidemargins    section--no " id="eluid69a26a20"  >

			
			<div class="zn_section_size container zn-section-height--auto zn-section-content_algn--top ">

				<div class="row ">
					
		<div class="eluidf0241984            col-md-12 col-sm-12   znColumnElement"  id="eluidf0241984" >

			
			<div class="znColumnElement-innerWrapper-eluidf0241984 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">							<div class="kl-slideshow  kl-revolution-slider portfolio_devices eluide3315b7d hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value  " >
			<div class="bgback"></div>

			
				<p class="rs-p-wp-fix"></p>
				<sr7-module data-alias="slider-6" data-id="85" id="SR7_85_3" class="rs-ov-hidden" data-version="6.7.55">
					<sr7-adjuster></sr7-adjuster>
					<sr7-content>
						<sr7-slide id="SR7_85_3-62" data-key="62">
							<sr7-bg id="SR7_85_3-62-11" class="sr7-layer"><noscript><img src="/wp-content/uploads/2024/10/Testimonial-Homepage-cinchit.png" alt="Laptop" title="Testimonial-Homepage-cinchit"></noscript></sr7-bg>
							<sr7-txt id="SR7_85_3-62-5" class="sr7-layer">I've dealt with a number of IT companies over the last ten years, and they are certainly not all created equally! Cinch I.T. truly lives out fast and friendly service while doing it with a high degree of expertise. They make my life so much easier, my business run smoother with happier employees, and reduce the risk of my company and clients. Thanks Cinch I.T.!!</sr7-txt>
							<sr7-txt id="SR7_85_3-62-6" class="sr7-layer">JONATHAN VOGEL</sr7-txt>
						</sr7-slide>
						<sr7-slide id="SR7_85_3-63" data-key="63">
							<sr7-bg id="SR7_85_3-63-12" class="sr7-layer"><noscript><img src="/wp-content/uploads/2024/10/Testimonial-Homepage-cinchit.png" alt="Laptop" title="Testimonial-Homepage-cinchit"></noscript></sr7-bg>
							<sr7-txt id="SR7_85_3-63-5" class="sr7-layer">The team at Cinch IT is absolutely incredible! They take the time to know each of their customers, answer every complex or simple question without judgement, and go above and beyond with every interaction. I wouldn't choose anyone else to have as an IT team!</sr7-txt>
							<sr7-txt id="SR7_85_3-63-6" class="sr7-layer">Karlene Clark</sr7-txt>
						</sr7-slide>
						<sr7-slide id="SR7_85_3-122" data-key="122">
						</sr7-slide>
					</sr7-content>
					<image_lists style="display:none">
						<img data-src="/wp-content/uploads/2023/12/Cinch3TestimonialTitle2.png" data-libid="1062" data-lib="medialibrary" title="Cinch3TestimonialTitle2" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8xMi9DaW5jaDNUZXN0aW1vbmlhbFRpdGxlMi5wbmc="/>
						<img data-src="/wp-content/uploads/2024/10/Testimonial-Homepage-MobileviewBG-e1729107579238.png" data-libid="88605" data-lib="medialibrary" alt="Laptop" title="Testimonial-Homepage-MobileviewBG" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8xMC9UZXN0aW1vbmlhbC1Ib21lcGFnZS1Nb2JpbGV2aWV3QkctZTE3MjkxMDc1NzkyMzgucG5n"/>
						<img data-src="/wp-content/uploads/2024/10/Testimonial-Homepage-cinchit.png" data-libid="88558" data-lib="medialibrary" alt="Laptop" title="Testimonial-Homepage-cinchit" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8xMC9UZXN0aW1vbmlhbC1Ib21lcGFnZS1jaW5jaGl0LnBuZw=="/>
					</image_lists>
				</sr7-module>
				<script>
					window.SR7 ??={};SR7.PMH ??={}; SR7.PMH["SR7_85_3"] = {cn:100,state:false,fn: function() { if (window._tpt!==undefined && window._tpt.prepareModuleHeight !== undefined) {  _tpt.prepareModuleHeight({id:"SR7_85_3",el:[700,700,768,600,720],type:'standard',shdw:'0',gh:[700,700,768,600,720],gw:[1920,1920,1024,778,480],vpt:['-200px&#039;,&#039;-200px&#039;,&#039;-200px&#039;,&#039;-200px&#039;,&#039;-200px'],size:{fullWidth:true, fullHeight:false},mh:'0',onh:0,onw:0,bg:{color:'{"orig":"transparent","type":"solid","string":"transparent"}'}});   SR7.PMH["SR7_85_3"].state=true;} else if(SR7.PMH["SR7_85_3"].cn-->0)	setTimeout( SR7.PMH["SR7_85_3"].fn,19);}};SR7.PMH["SR7_85_3" ].fn();
				</script>

			<div class="th-sparkles"></div>

			<div class="zn_header_bottom_style"></div>		</div>
						</div>
			</div>

			
		</div>
	
				</div>
			</div>

					</section>


				<section class="zn_section eluidedd66c9f  hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value    section-sidemargins    section--no " id="eluidedd66c9f"  >

			
			<div class="zn_section_size container zn-section-height--auto zn-section-content_algn--top ">

				<div class="row ">
					
		<div class="eluid84b0599e            col-md-12 col-sm-12   znColumnElement"  id="eluid84b0599e" >

			
			<div class="znColumnElement-innerWrapper-eluid84b0599e znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">							<div class="kl-slideshow  kl-revolution-slider portfolio_devices eluid479f9555 hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value  " >
			<div class="bgback"></div>

			
				<p class="rs-p-wp-fix"></p>
				<sr7-module data-alias="service-box-mid-page-section-1" data-id="84" id="SR7_84_4" class="rs-ov-hidden" data-version="6.7.55">
					<sr7-adjuster></sr7-adjuster>
					<sr7-content>
						<sr7-slide id="SR7_84_4-61" data-key="61">
							<sr7-txt id="SR7_84_4-61-2" class="sr7-layer">CONSTRUCTION & INDUSTRIAL I.T.</sr7-txt>
							<sr7-txt id="SR7_84_4-61-4" class="sr7-layer">SERVING INDUSTRIES:</sr7-txt>
							<sr7-txt id="SR7_84_4-61-8" class="sr7-layer">INSURANCE<br />
I.T.</sr7-txt>
							<sr7-txt id="SR7_84_4-61-11" class="sr7-layer">SERVING INDUSTRIES:</sr7-txt>
							<sr7-txt id="SR7_84_4-61-14" class="sr7-layer">LAW FIRM<br />
I.T.</sr7-txt>
							<sr7-txt id="SR7_84_4-61-17" class="sr7-layer">SERVING INDUSTRIES:</sr7-txt>
							<sr7-txt id="SR7_84_4-61-20" class="sr7-layer">INVESTMENT & FINANCIAL I.T.</sr7-txt>
							<sr7-txt id="SR7_84_4-61-22" class="sr7-layer">LEARN MORE ABOUT WHO WE<br />
WORK WITH!</sr7-txt>
							<sr7-txt id="SR7_84_4-61-24" class="sr7-layer">HEALTHCARE <br />
I.T.</sr7-txt>
							<sr7-txt id="SR7_84_4-61-32" class="sr7-layer">SERVING INDUSTRIES:</sr7-txt>
							<sr7-txt id="SR7_84_4-61-35" class="sr7-layer">SERVING INDUSTRIES:</sr7-txt>
							<sr7-txt id="SR7_84_4-61-72" class="sr7-layer">LEARN MORE ABOUT WHO WE WORK WITH!</sr7-txt>
						</sr7-slide>
						<sr7-slide id="SR7_84_4-121" data-key="121">
						</sr7-slide>
					</sr7-content>
					<image_lists style="display:none">
						<img data-src="/wp-content/uploads/2024/11/140.png" data-libid="88694" data-lib="medialibrary" title="140" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8xMS8xNDAucG5n"/>
						<img data-src="/wp-content/uploads/2024/11/142.png" data-libid="88696" data-lib="medialibrary" title="142" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8xMS8xNDIucG5n"/>
						<img data-src="/wp-content/uploads/2024/11/143.png" data-libid="88697" data-lib="medialibrary" title="143" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8xMS8xNDMucG5n"/>
						<img data-src="/wp-content/uploads/2024/11/144.png" data-libid="88698" data-lib="medialibrary" title="144" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8xMS8xNDQucG5n"/>
						<img data-src="/wp-content/uploads/2024/11/141.png" data-libid="88695" data-lib="medialibrary" title="141" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyNC8xMS8xNDEucG5n"/>
						<img data-src="/wp-content/uploads/2023/12/LocationTopBannerBottomB.png" data-libid="1379" data-lib="medialibrary" title="LocationTopBannerBottomB" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8xMi9Mb2NhdGlvblRvcEJhbm5lckJvdHRvbUIucG5n"/>
						<img data-src="/wp-content/uploads/2023/10/Underheader.png" data-libid="546" data-lib="medialibrary" title="Underheader" width="0" height="0" data-dbsrc="Ly9jaW5jaGl0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8xMC9VbmRlcmhlYWRlci5wbmc="/>
					</image_lists>
				</sr7-module>
				<script>
					window.SR7 ??={};SR7.PMH ??={}; SR7.PMH["SR7_84_4"] = {cn:100,state:false,fn: function() { if (window._tpt!==undefined && window._tpt.prepareModuleHeight !== undefined) {  _tpt.prepareModuleHeight({id:"SR7_84_4",el:[600,600,600,600,720],type:'standard',shdw:'0',gh:[600,600,600,600,720],gw:[1920,1920,1024,778,480],vpt:['-200px&#039;,&#039;-200px&#039;,&#039;-200px&#039;,&#039;-200px&#039;,&#039;-200px'],size:{fullWidth:true, fullHeight:false},mh:'0',onh:0,onw:0,bg:{color:'{"orig":"transparent","type":"solid","string":"transparent"}'}});   SR7.PMH["SR7_84_4"].state=true;} else if(SR7.PMH["SR7_84_4"].cn-->0)	setTimeout( SR7.PMH["SR7_84_4"].fn,19);}};SR7.PMH["SR7_84_4" ].fn();
				</script>

			<div class="th-sparkles"></div>

			<div class="zn_header_bottom_style"></div>		</div>
						</div>
			</div>

			
		</div>
	
				</div>
			</div>

					</section>


				<section class="zn_section eluid05aaee60  hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-xs    section-sidemargins    zn_section--relative section--no " id="eluid05aaee60"  >

			<div class="zn-bgSource "  ><div class="zn-bgSource-image" style="background-image:url(/wp-content/uploads/2023/11/KeyboardBackground.jpg);background-repeat:no-repeat;background-position:center top;background-size:cover;background-attachment:scroll"></div><div class="zn-bgSource-overlay" style="background: -webkit-linear-gradient(top,  rgba(17,22,44,1) 0%,rgba(85,192,96,0.35) 100%); background: linear-gradient(to bottom,  rgba(17,22,44,1) 0%,rgba(85,192,96,0.35) 100%); "></div></div>
			<div class="zn_section_size container zn-section-height--auto zn-section-content_algn--top ">

				<div class="row gutter-lg">
					
		<div class="eluid327e36dc            col-md-6 col-sm-6   znColumnElement"  id="eluid327e36dc" >

			
			<div class="znColumnElement-innerWrapper-eluid327e36dc znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="zn_text_box eluid57888bd9  zn_text_box-dark element-scheme--dark" ><h2 style="font-size: 70px; line-height: 64px; font-weight: 900; text-align: left; text-transform: uppercase;">Let's Connect</h2>
<p style="font-size: 20px; line-height: 24px; text-align: left;"><strong>If you are a business owner who is plagued with slow computers, viruses, or email issues, then give Cinch IT a call.</strong></p>
<p style="font-size: 20px; line-height: 24px; text-align: left;"><strong>Our consultative, proactive approach will help save you money and enhance productivity.</strong></p>
</div><div class="kl-iconbox eluid2e774a1a contact-bar  kl-iconbox--type-icon  kl-iconbox--fleft kl-iconbox--align-left text-left kl-iconbox--theme-dark element-scheme--dark"  id="eluid2e774a1a">
	<div class="kl-iconbox__inner clearfix">

		
				<div class="kl-iconbox__icon-wrapper ">
			<a href="/cdn-cgi/l/email-protection#4734262b223407242e29242f2e336924282a" class="kl-iconbox__link" target="_blank" rel="noopener" itemprop="url"><span class="kl-iconbox__icon kl-iconbox__icon--" data-zniconfam="glyphicons_halflingsregular" data-zn_icon="✉"></span></a>		</div><!-- /.kl-iconbox__icon-wrapper -->
		
		
		<div class="kl-iconbox__content-wrapper">

			
			<div class="kl-iconbox__el-wrapper kl-iconbox__title-wrapper">
				<h3 class="kl-iconbox__title element-scheme__hdg1" itemprop="headline" ><a href="/cdn-cgi/l/email-protection#d5a6b4b9b0a695b6bcbbb6bdbca1fbb6bab8" class="kl-iconbox__link" target="_blank" rel="noopener" itemprop="url"><span class="__cf_email__" data-cfemail="0f7c6e636a7c4f6c66616c67667b216c6062">[email&#160;protected]</span></a></h3>
			</div>
			
			
		</div><!-- /.kl-iconbox__content-wrapper -->

	</div>
</div>

<div class="kl-iconbox eluid4cb1f323 hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value contact-bar phone-leads  kl-iconbox--type-icon  kl-iconbox--fleft kl-iconbox--align-left text-left kl-iconbox--theme-dark element-scheme--dark"  id="eluid4cb1f323">
	<div class="kl-iconbox__inner clearfix">

		
				<div class="kl-iconbox__icon-wrapper ">
			<a href="tel:18332462448"  class="kl-iconbox__link"  target="_self"  itemprop="url" ><span class="kl-iconbox__icon kl-iconbox__icon--" data-zniconfam="glyphicons_halflingsregular" data-zn_icon=""></span></a>		</div><!-- /.kl-iconbox__icon-wrapper -->
		
		
		<div class="kl-iconbox__content-wrapper">

			
			<div class="kl-iconbox__el-wrapper kl-iconbox__title-wrapper">
				<h3 class="kl-iconbox__title element-scheme__hdg1" itemprop="headline" ><a href="tel:18332462448"  class="kl-iconbox__link"  target="_self"  itemprop="url" >1 (833) 246-2448</a></h3>
			</div>
			
			
		</div><!-- /.kl-iconbox__content-wrapper -->

	</div>
</div>

				</div>
			</div>

			
		</div>
	
		<div class="eluid849f4171            col-md-6 col-sm-6   znColumnElement"  id="eluid849f4171" >

			
			<div class="znColumnElement-innerWrapper-eluid849f4171 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="zn_custom_html eluid258d1ba9 " >
<div class="wpcf7 no-js" id="wpcf7-f6-p88514-o3" lang="en-US" dir="ltr" data-wpcf7-id="6">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="https://forms.cinchit.com/submit" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"><input type="hidden" name="_site" value="cinchit.com"><input type="text" name="website" tabindex="-1" autocomplete="off" style="position:absolute;left:-9999px;width:1px;height:1px" aria-hidden="true">
<fieldset class="hidden-fields-container">
</fieldset>


<p><span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Name*" value="" type="text" name="your-name" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email" aria-required="true" aria-invalid="false" placeholder="Email*" value="" type="email" name="your-email" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="your-tel"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel" aria-required="true" aria-invalid="false" placeholder="Phone" value="" type="tel" name="your-tel" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="company-name"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text" aria-invalid="false" placeholder="Business Name*" value="" type="text" name="company-name" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="zip-code"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text" aria-invalid="false" placeholder="ZIP Code*" value="" type="text" name="zip-code" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="how-did-you-hear-of-us"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text" aria-invalid="false" placeholder="How did you hear of us?" value="" type="text" name="how-did-you-hear-of-us" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="message"><textarea cols="40" rows="10" maxlength="2000" class="wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Your Message" name="message"></textarea></span>
</p>
<p><div class="cf-turnstile" data-sitekey="0x4AAAAAADU_EJk0wL8d_5MZ" style="margin:1em 0"></div><input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="SEND" />
</p><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
</div>				</div>
			</div>

			
		</div>
	
				</div>
			</div>

					</section>


				<section class="zn_section eluid3ff53111  hidden-lg hidden-md hidden-sm hidden-zn_dummy_value    section-sidemargins    zn_section--relative section--no " id="eluid3ff53111"  >

			<div class="zn-bgSource "  ><div class="zn-bgSource-image" style="background-image:url(/wp-content/uploads/2023/11/KeyboardBackground.jpg);background-repeat:no-repeat;background-position:center top;background-size:cover;background-attachment:scroll"></div><div class="zn-bgSource-overlay" style="background: -webkit-linear-gradient(top,  rgba(17,22,44,1) 0%,rgba(85,192,96,0.35) 100%); background: linear-gradient(to bottom,  rgba(17,22,44,1) 0%,rgba(85,192,96,0.35) 100%); "></div></div>
			<div class="zn_section_size container zn-section-height--auto zn-section-content_algn--top ">

				<div class="row gutter-lg">
					
		<div class="eluid8d494a51            col-md-6 col-sm-6   znColumnElement"  id="eluid8d494a51" >

			
			<div class="znColumnElement-innerWrapper-eluid8d494a51 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="zn_text_box eluid8b11e036 hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value  zn_text_box-dark element-scheme--dark" ><h2 style="font-size: 70px; line-height: 64px; font-weight: 900; text-align: left; text-transform: uppercase;"><span style="font-size: 32px;">Let's Connect</span></h2>
<p style="font-size: 20px; line-height: 24px; text-align: left;"><span style="font-size: 15px;"><strong>If you are a business owner who is plagued with slow computers, viruses, or email issues, then give Cinch IT a call.</strong></span></p>
<p style="font-size: 20px; line-height: 24px; text-align: left;"><span style="font-size: 15px;"><strong>Our consultative, proactive approach will help save you money and enhance productivity.</strong></span></p>
</div><div class="kl-iconbox eluidd8f85195 hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value contact-bar  kl-iconbox--type-icon  kl-iconbox--fleft kl-iconbox--align-left text-left kl-iconbox--theme-dark element-scheme--dark"  id="eluidd8f85195">
	<div class="kl-iconbox__inner clearfix">

		
				<div class="kl-iconbox__icon-wrapper ">
			<a href="/cdn-cgi/l/email-protection#2d5e4c41485e6d4e44434e454459034e4240" class="kl-iconbox__link" target="_blank" rel="noopener" itemprop="url"><span class="kl-iconbox__icon kl-iconbox__icon--" data-zniconfam="glyphicons_halflingsregular" data-zn_icon=""></span></a>		</div><!-- /.kl-iconbox__icon-wrapper -->
		
		
		<div class="kl-iconbox__content-wrapper">

			
			<div class="kl-iconbox__el-wrapper kl-iconbox__title-wrapper">
				<h3 class="kl-iconbox__title element-scheme__hdg1" itemprop="headline" ><a href="/cdn-cgi/l/email-protection#3241535e574172515b5c515a5b461c515d5f" class="kl-iconbox__link" target="_blank" rel="noopener" itemprop="url"><span class="__cf_email__" data-cfemail="96e5f7faf3e5d6f5fff8f5feffe2b8f5f9fb">[email&#160;protected]</span></a></h3>
			</div>
			
			
		</div><!-- /.kl-iconbox__content-wrapper -->

	</div>
</div>

<div class="kl-iconbox eluidcc651806 hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value hidden-zn_dummy_value contact-bar phone-leads  kl-iconbox--type-icon  kl-iconbox--fleft kl-iconbox--align-left text-left kl-iconbox--theme-dark element-scheme--dark"  id="eluidcc651806">
	<div class="kl-iconbox__inner clearfix">

		
				<div class="kl-iconbox__icon-wrapper ">
			<a href="tel:18332462448"  class="kl-iconbox__link"  target="_self"  itemprop="url" ><span class="kl-iconbox__icon kl-iconbox__icon--" data-zniconfam="glyphicons_halflingsregular" data-zn_icon=""></span></a>		</div><!-- /.kl-iconbox__icon-wrapper -->
		
		
		<div class="kl-iconbox__content-wrapper">

			
			<div class="kl-iconbox__el-wrapper kl-iconbox__title-wrapper">
				<h3 class="kl-iconbox__title element-scheme__hdg1" itemprop="headline" ><a href="tel:18332462448"  class="kl-iconbox__link"  target="_self"  itemprop="url" >1 (833) 246-2448</a></h3>
			</div>
			
			
		</div><!-- /.kl-iconbox__content-wrapper -->

	</div>
</div>

				</div>
			</div>

			
		</div>
	
		<div class="eluid1c9e1f93            col-md-6 col-sm-6   znColumnElement"  id="eluid1c9e1f93" >

			
			<div class="znColumnElement-innerWrapper-eluid1c9e1f93 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="zn_custom_html eluid6b306828 " >
<div class="wpcf7 no-js" id="wpcf7-f6-p88514-o4" lang="en-US" dir="ltr" data-wpcf7-id="6">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="https://forms.cinchit.com/submit" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"><input type="hidden" name="_site" value="cinchit.com"><input type="text" name="website" tabindex="-1" autocomplete="off" style="position:absolute;left:-9999px;width:1px;height:1px" aria-hidden="true">
<fieldset class="hidden-fields-container">
</fieldset>


<p><span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Name*" value="" type="text" name="your-name" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email" aria-required="true" aria-invalid="false" placeholder="Email*" value="" type="email" name="your-email" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="your-tel"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel" aria-required="true" aria-invalid="false" placeholder="Phone" value="" type="tel" name="your-tel" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="company-name"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text" aria-invalid="false" placeholder="Business Name*" value="" type="text" name="company-name" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="zip-code"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text" aria-invalid="false" placeholder="ZIP Code*" value="" type="text" name="zip-code" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="how-did-you-hear-of-us"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text" aria-invalid="false" placeholder="How did you hear of us?" value="" type="text" name="how-did-you-hear-of-us" /></span>
</p>
<p><span class="wpcf7-form-control-wrap" data-name="message"><textarea cols="40" rows="10" maxlength="2000" class="wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Your Message" name="message"></textarea></span>
</p>
<p><div class="cf-turnstile" data-sitekey="0x4AAAAAADU_EJk0wL8d_5MZ" style="margin:1em 0"></div><input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="SEND" />
</p><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
</div>				</div>
			</div>

			
		</div>
	
				</div>
			</div>

					</section>


		</div>	<footer id="footer" class="site-footer"  role="contentinfo" itemscope="itemscope" itemtype="https://schema.org/WPFooter" >
		<div class="container">
			<div class="row"><div class="col-sm-4"><div id="media_image-2" class="widget widget_media_image"><img width="150" height="150" src="/wp-content/uploads/2023/11/Add-a-heading-1920-×-1200-px-150x150.png" class="image wp-image-860  attachment-thumbnail size-thumbnail" alt="" style="max-width: 100%; height: auto;" decoding="async" loading="lazy" /></div></div><div class="col-sm-4"><div id="text-2" class="widget widget_text"><h3 class="widgettitle title m_title m_title_ext text-custom">Contact Us</h3>			<div class="textwidget"><p>27 W Mountain St.<br />
Worcester, MA 01606<br />
Email: <a href="/cdn-cgi/l/email-protection#1e6d7f727b6d5e7d77707d76776a307d7173" target="_blank" rel="noopener"><span class="__cf_email__" data-cfemail="99eaf8f5fcead9faf0f7faf1f0edb7faf6f4">[email&#160;protected]</span></a><br />
Phone: <a href="tel:1833)2462448">1 (833) 246-2448</a></p>
</div>
		</div><div id="custom_html-3" class="widget_text widget widget_custom_html"><h3 class="widgettitle title m_title m_title_ext text-custom">Socials</h3><div class="textwidget custom-html-widget"><li class="topnav-li social-icons-li"><a href="https://www.facebook.com/CinchITConsulting/" data-zniconfam="kl-social-icons" data-zn_icon="" target="_blank" class="topnav-item social-icons-item scheader-icon-ue83f" title="Facebook"></a></li>
<li class="topnav-li social-icons-li"><a href="https://www.linkedin.com/company/cinch-it-inc-" data-zniconfam="kl-social-icons" data-zn_icon="" target="_blank" class="topnav-item social-icons-item scheader-icon-ue828" title="Linkedin"></a></li>
<li class="topnav-li social-icons-li"><a href="https://www.youtube.com/c/cinchittv" data-zniconfam="kl-social-icons" data-zn_icon="" target="_blank" class="topnav-item social-icons-item scheader-icon-ue830" title="Youtube"></a></li>
<li class="topnav-li social-icons-li"><a href="https://www.instagram.com/cinch.it/" data-zniconfam="kl-social-icons" data-zn_icon="" target="_blank" class="topnav-item social-icons-item scheader-icon-ue859" title="Instagram"></a></li>
<li class="topnav-li social-icons-li"><a href="https://cinchit.screenconnect.com/" data-zniconfam="glyphicons_halflingsregular" data-zn_icon="" target="_blank" class="topnav-item social-icons-item scheader-icon-ue144" title="Screen Connect"></a></li></div></div></div><div class="col-sm-4"><div id="nav_menu-2" class="widget widget_nav_menu"><h3 class="widgettitle title m_title m_title_ext text-custom">Our Services</h3><div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="menu"><li id="menu-item-88914" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-88914 active"><a href="/" aria-current="page">HOME</a></li>
<li id="menu-item-1871" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1871"><a href="#">SERVICES</a>
<ul class="sub-menu">
	<li id="menu-item-88839" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-88839"><a href="/free-security-assessment/">FREE SECURITY ASSESSMENT</a></li>
	<li id="menu-item-88873" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-88873"><a href="/free-dark-web-scan/">FREE DARK WEB SCAN</a></li>
	<li id="menu-item-1872" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1872"><a href="/service-no-it/">NO I.T.</a></li>
	<li id="menu-item-1874" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1874"><a href="/service-it-manager/">I.T. MANAGER</a></li>
	<li id="menu-item-1873" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1873"><a href="/service-outsourcing-it/">OUTSOURCING I.T.</a></li>
</ul>
</li>
<li id="menu-item-219" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-219"><a href="/about-us/">ABOUT US</a>
<ul class="sub-menu">
	<li id="menu-item-1876" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1876"><a href="/blog/">BLOG</a></li>
</ul>
</li>
<li id="menu-item-1875" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1875"><a href="/contact-us/">CONTACT US</a>
<ul class="sub-menu">
	<li id="menu-item-1922" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1922"><a href="/locations/">OUR LOCATIONS</a></li>
</ul>
</li>
</ul></div></div></div></div><!-- end row -->
			<div class="row">
				<div class="col-sm-12">
					<div class="bottom site-footer-bottom clearfix">

						
						
						
							<div class="copyright footer-copyright">
								<p class="footer-copyright-text"><a href="/privacy-policy/">Privacy Policy</a> | <a href="/terms-of-use/">Terms Of Use</a> | © 2026. All rights reserved Cinch I.T. of Massachusetts, Inc.</p>							</div><!-- end copyright -->
											</div>
					<!-- end bottom -->
				</div>
			</div>
			<!-- end row -->
		</div>
	</footer>
</div><!-- end page_wrapper -->

<a href="#" id="totop" class="u-trans-all-2s js-scroll-event" data-forch="300" data-visibleclass="on--totop">TOP</a>

<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/kallyas-child/*","/wp-content/themes/kallyas/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script id="ckyBannerTemplate" type="text/template"></div></div></div></div><div class="cky-preference-body-wrapper"> <div class="cky-preference-content-wrapper" data-cky-tag="optout-description" style="color:#d0d0d0"> <p>We use third-party cookies that help us analyse how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. However, you can opt out of these cookies by checking "Do Not Sell or Share My Personal Information" and clicking the "Save My Preferences" button. Once you opt out, you can opt in again at any time by unchecking "Do Not Sell or Share My Personal Information" and clicking the "Save My Preferences" button.</p> </div><div class="cky-opt-out-wrapper"> <div class="cky-opt-out-checkbox-wrapper cky-disabled" data-cky-tag="optout-option"> <input id="ckyCCPAOptOut" type="checkbox" class="cky-opt-out-checkbox" data-cky-tag="optout-option-toggle"> <div class="cky-opt-out-checkbox-label" data-cky-tag="optout-option-title" style="color:#d0d0d0"> Do Not Sell or Share My Personal Information </div></div></div></div><div class="cky-footer-wrapper"> <div class="cky-optout-action-area" data-cky-tag="optout-action-area"> <div class="cky-opt-out-btn-wrapper" data-cky-tag="optout-buttons"> <button class="cky-btn cky-btn-cancel" aria-label="Cancel" data-cky-tag="optout-cancel-button" style="color:#d0d0d0;background-color:transparent;border-color:#d0d0d0"> Cancel </button> <button class="cky-btn cky-btn-confirm" aria-label="Save My Preferences" data-cky-tag="optout-confirm-button" style="color:#f4f4f4;background-color:#1863DC;border-color:#1863DC"> Save My Preferences </button> </div><div class="cky-optout-success cky-hide" data-cky-tag="optout-success" role="status" tabindex="-1" style="background-color:#E5F4EF;border-color:inherit"><div class="cky-optout-success-inner"><div class="cky-optout-success-row"><div class="cky-optout-success-icon" data-cky-tag="optout-success-icon" aria-hidden="true" style="color:#00754E;background-color:transparent;border-color:transparent"><img src="/wp-content/plugins/cookie-law-info/lite/frontend/images/optout-success.svg" alt="" width="20" height="20"></div><div class="cky-optout-success-text" data-cky-tag="optout-success-text" style="color:#14142A;background-color:transparent;border-color:transparent">Your opt-out preference has been honored.</div></div><div class="cky-optout-success-subtext-wrapper"><p class="cky-optout-success-subtext" data-cky-tag="optout-success-subtext" style="color:#4E4B66;background-color:transparent;border-color:transparent">Banner closes automatically in <span id="ckyCountdownTimer"></span> s...</p></div></div></div></div></div></div></div></script><!-- Chat widget template -->
<link rel='stylesheet' href='https://cdn.chatstyle.ai/chatbox/crchat-chatwidget.css'>
<script src='https://cdn.chatstyle.ai/chatbox/crchat-chatwidget.js'></script>
<crchat-chatwidget id='chatbox' channel='7e8786f7-5302-46d6-86d7-ba0f6957f96c' version='' options='{"isOpen":"false", "autoStart":"true"}'></crchat-chatwidget> 
			<link href="/wp-content/plugins/revslider/public/css/fonts/material/material-icons.css" rel="stylesheet" property="stylesheet" media="all" type="text/css" />
			<link href="/wp-content/plugins/revslider/public/css/fonts/font-awesome/css/font-awesome.css" rel="stylesheet" property="stylesheet" media="all" type="text/css" />
			<link href="/wp-content/plugins/revslider/public/css/fonts/revicons/css/revicons.css" rel="stylesheet" property="stylesheet" media="all" type="text/css" />
			<link href="//fonts.googleapis.com/css2?family=Roboto:wght@400&family=Bebas+Neue:wght@400;900&family=League+Spartan:ital,wght@1,700&family=Raleway:wght@500&family=Inter:wght@400;500;700&family=Noto+Sans:wght@400;700&display=swap" rel="stylesheet" property="stylesheet" media="all" type="text/css" >

<script>
_tpt.R.fonts.customFonts['Materialicons'] = {"url":"\/\/cinchit.com\/wp-content\/plugins\/revslider\/public\/css\/fonts\/material\/material-icons.css","icon":true,"family":"Materialicons"};
_tpt.R.fonts.customFonts['FontAwesome'] = {"url":"\/\/cinchit.com\/wp-content\/plugins\/revslider\/public\/css\/fonts\/font-awesome\/css\/font-awesome.css","icon":true,"family":"FontAwesome"};
_tpt.R.fonts.customFonts['RevIcon'] = {"url":"\/\/cinchit.com\/wp-content\/plugins\/revslider\/public\/css\/fonts\/revicons\/css\/revicons.css","icon":true,"family":"revicons"};
_tpt.R.fonts.domFonts = {"Roboto":{"normal":[400],"italic":[]},"Bebas+Neue":{"normal":[400,900],"italic":[]},"League+Spartan":{"normal":[],"italic":[700]},"Raleway":{"normal":[500],"italic":[]},"Inter":{"normal":[400,500,700],"italic":[]},"Noto+Sans":{"normal":[700,400],"italic":[]}};
</script>
<script type="text/javascript" src="/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1" id="wp-hooks-js"></script>
<script type="text/javascript" src="/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
/* ]]> */
</script>
<script type="text/javascript" src="/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6" id="swv-js"></script>
<script type="text/javascript" id="contact-form-7-js-before">
/* <![CDATA[ */
var wpcf7 = {
    "api": {
        "root": "\/wp-json\/",
        "namespace": "contact-form-7\/v1"
    },
    "cached": 1
};
//# sourceURL=contact-form-7-js-before
/* ]]> */
</script>
<script type="text/javascript" src="/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6" id="contact-form-7-js"></script>

<script type="text/javascript" id="cloudflare-turnstile-js-after">
/* <![CDATA[ */
document.addEventListener( 'wpcf7submit', e => turnstile.reset() );
//# sourceURL=cloudflare-turnstile-js-after
/* ]]> */
</script>
<script type="text/javascript" src="/wp-content/themes/kallyas/js/plugins.min.js?ver=4.25.0" id="kallyas_vendors-js"></script>
<script type="text/javascript" src="/wp-content/themes/kallyas/addons/scrollmagic/scrollmagic.js?ver=4.25.0" id="scrollmagic-js"></script>
<script type="text/javascript" id="zn-script-js-extra">
/* <![CDATA[ */
var zn_do_login = {"ajaxurl":"/wp-admin/admin-ajax.php","add_to_cart_text":"Item Added to cart!"};
var ZnThemeAjax = {"ajaxurl":"/wp-admin/admin-ajax.php","zn_back_text":"Back","zn_color_theme":"light","res_menu_trigger":"992","top_offset_tolerance":"","logout_url":"https://cinchit.com/wp-login.php?action=logout&redirect_to=https%3A%2F%2Fcinchit.com&_wpnonce=b25f65de9a"};
//# sourceURL=zn-script-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="/wp-content/themes/kallyas/js/znscript.min.js?ver=4.25.0" id="zn-script-js"></script>
<script type="text/javascript" src="/wp-content/themes/kallyas/addons/slick/slick.min.js?ver=4.25.0" id="slick-js"></script>
<script type="text/javascript" id="zion-frontend-js-js-extra">
/* <![CDATA[ */
var ZionBuilderFrontend = {"allow_video_on_mobile":""};
//# sourceURL=zion-frontend-js-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="/wp-content/themes/kallyas/framework/zion-builder/dist/znpb_frontend.js?ver=1.3.0" id="zion-frontend-js-js"></script>
<script type="text/javascript" src="/wp-content/plugins/revslider-particlewave-addon/public/js/particlewave.min.js?ver=6.7.55" id="revslider-particlewave-addon-js" async="async" data-wp-strategy="async"></script>
<script>
	SR7.E.resources.particlewave = "/wp-content/plugins/revslider-particlewave-addon/public/js/particlewave.min.js";
	SR7.E.resources.pwURL = "/wp-content/plugins/revslider-particlewave-addon/";
	SR7.JSON['SR7_81_1'] = {"settings":{"migrated":"sr6","uSize":[false,true,true,true,true],"title":"Home Page Header *new*","alias":"slider-5","type":"standard","fonts":{"Roboto":{"name":"Roboto","normal":{"400":true},"subset":{"latin":true}},"'Bebas+Neue'":{"name":"'Bebas Neue'","normal":{"400":true,"900":true},"subset":{"latin":true}},"Materialicons":true,"FontAwesome":true},"lazyLoad":"smart","vPort":["-200px","-200px","-200px","-200px","-200px"],"size":{"contentFH":true,"width":[1240,1240,1024,778,480],"height":[900,900,768,650,650],"cachedHeight":[900,900,768,650,650],"maxWidth":0},"carousel":{"type":"h","align":"center","maxV":3,"justify":false,"scale":false,"minS":50,"vScale":false,"oScale":false,"space":0,"rotation":false,"maxR":0,"varR":false,"opacity":true,"maxO":100,"varO":false,"spin":"off","spinA":0,"snap":true,"infinity":false,"skewX":0,"skewY":0,"ease":"power3.inOut","dur":800,"overshoot":false,"stretch":false,"showAllLayers":"false","jMWidth":false,"bR":0,"pNV":"50px","pT":0,"pB":0},"shdw":0,"bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"nav":{"m":{"cd":1000},"p":{"w":50,"h":100}},"thumb":"\/wp-content\/uploads\/revslider\/video-media\/Cinch-Header-BG-1_107.jpeg","aU":[],"imgs":[{"lib_id":88527,"lib":"medialibrary","src":"\/wp-content\/uploads\/2024\/09\/Cinch-Website-Hub-e1727201852419.png"},{"lib_id":88528,"lib":"medialibrary","src":"\/wp-content\/uploads\/2024\/09\/Cinch-Website-Hub-1.png"}],"hasYT":false,"version":"6.7.37","general":{"lazyLoad":"smart","slideshow":{"globalViewPort":true,"globalViewDist":"-200px"}}},"slides":{"58":{"id":58,"slide":{"addOns":[],"id":58,"version":"6.7.35","title":"","parentId":null,"language":"default","order":1,"thumb":{"src":"","srcId":"","admin":"","adminId":"","dimension":"slider","default":{"image":{"src":"\/wp-content\/uploads\/revslider\/video-media\/Cinch-Header-BG-1_107.jpeg"}}},"acc":{"label":"unset","hidden":"true","live":"auto","role":"presentation","roledep":"slide"},"description":"","attr":{"class":"","data":"","id":"","a":"","aO":"ml","t":"","tO":"","deepLink":"","attr":""},"publish":{"from":"","to":"","state":"published","sch":true},"slideshow":{"stop":false,"len":"default","hal":0,"hom":false,"hfn":false},"loop":{"u":false,"r":-1,"s":0,"e":99999}},"layers":{"0":{"fluid":{"tx":true,"tr":true,"sp":true},"id":0,"alias":"Shape-0","runtime":{"locked":false,"hidden":false},"size":{"w":["2367px","2367px","#a","#a","#a"],"h":["945","945","#a","625px","807px"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["-517px","-517px","#a","#a","#a"],"y":["-24px","-24px","#a","#a","#a"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":6,"order":6,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"solid","orig":"rgba(0, 0, 0, 0.45)","string":"rgba(0, 0, 0, 0.45)"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"p":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"type":"shape"},"1":{"fluid":{"tx":true,"tr":true,"sp":true},"id":1,"alias":"Shape-1","runtime":{"locked":false,"hidden":false},"size":{"w":["3110px","3110px","#a","#a","#a"],"h":["230px","230px","278px","297px","220px"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["-993px","-993px","-815px","-596px","-9px"],"y":["672px","672px","500px","357px","434px"],"h":["left","left","left","left","center"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":9,"order":9,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"linear","angle":"180","easing":"none","strength":100,"orig":[{"rgba":"rgba(247,247,247,0)","p":0,"align":"bottom"},{"rgba":"rgba(0,0,0,0.63)","p":54,"align":"bottom"},{"rgba":"rgba(0,0,0,0.86)","p":74,"align":"bottom"},{"rgba":"rgba(0,0,0,1)","p":86,"align":"top"}],"string":"linear-gradient(180deg,rgba(247,247,247,0) 0%,rgba(0,0,0,0.63) 54%,rgba(0,0,0,0.86) 74%,rgba(0,0,0,1) 86%)"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"p":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"type":"shape"},"2":{"fluid":{"tx":true,"tr":true,"sp":true},"id":2,"alias":"Text-2","content":{"text":"#srfshcd#\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f88877-o5\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"88877\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/#wpcf7-f88877-o5\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"88877\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f88877-o5\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"wpcf7-turnstile cf-turnstile\" data-sitekey=\"0x4AAAAAACMsgN9VKR_XvZ7n\" data-response-field-name=\"_wpcf7_turnstile_response\"><\/div>\n\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name*\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email*\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-tel\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"your-tel\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"company-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Business Name*\" value=\"\" type=\"text\" name=\"company-name\" \/><\/span>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"SEND\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n"},"runtime":{"locked":false,"hidden":false},"size":{"w":["#a","auto","auto","729px","#a"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["50px","50px","#a","14px","11px"],"y":["50px","50px","#a","271px","224px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":18,"order":18,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"vis":[false,false,false,true,true],"viSH":false,"viOC":false,"p":{"t":[0,0,"#a",0,"#a"],"b":[0,0,"#a",0,"#a"],"l":[0,0,"#a",0,"#a"],"r":[0,0,"#a",0,"#a"]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"color":["#ffffff","#ffffff","#ffffff","#ffffff","#ffffff"],"font":{"size":["#a",20,"#a","24","#a"],"weight":[400,400,400,400,400],"ls":["#a",0,0,0,0]},"lh":["#a",25,"#a","30","#a"],"type":"text","toggle":{"text":""}},"3":{"fluid":{"tx":true,"tr":true,"sp":true},"id":3,"alias":"Copy  shape-1","runtime":{"locked":false,"hidden":false},"size":{"w":["3110px","3110px","#a","#a","#a"],"h":["188px","188px","#a","#a","171px"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["-973px","-973px","#a","#a",0],"y":["-4px","-4px","#a","#a","#a"],"h":["left","left","left","left","center"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":8,"order":8,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"linear","angle":"180","easing":"none","strength":100,"orig":[{"rgba":"rgba(0,0,0,1)","p":0,"align":"top"},{"rgba":"rgba(0,0,0,0.61)","p":39,"align":"bottom"},{"rgba":"rgba(0,0,0,0)","p":100,"align":"bottom"}],"string":"linear-gradient(180deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0.61) 39%,rgba(0,0,0,0) 100%)"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"p":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"type":"shape"},"5":{"fluid":{"tx":true,"tr":true,"sp":true},"id":5,"alias":"Text-5","content":{"text":"#srfshcd#\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f88623-o6\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"88623\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/#wpcf7-f88623-o6\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"88623\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f88623-o6\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"wpcf7-turnstile cf-turnstile\" data-sitekey=\"0x4AAAAAACMsgN9VKR_XvZ7n\" data-response-field-name=\"_wpcf7_turnstile_response\"><\/div>\n\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name*\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email*\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-tel\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone\" value=\"\" type=\"tel\" name=\"your-tel\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"company-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Business Name*\" value=\"\" type=\"text\" name=\"company-name\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"zip-code\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"ZIP Code*\" value=\"\" type=\"text\" name=\"zip-code\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"how-did-you-hear-of-us\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"How did you hear of us?\" value=\"\" type=\"text\" name=\"how-did-you-hear-of-us\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your Message\" name=\"message\"><\/textarea><\/span>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"SEND\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n"},"runtime":{"locked":false,"hidden":false},"size":{"w":["555px","555px","415px","745px","404px"],"h":["29px","29px","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["678px","678px","555px","12px",0],"y":["179px","179px","162px","266px","174px"],"h":["left","left","left","left","center"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":11,"order":11,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"vis":[true,true,true,false,false],"viSH":false,"viOC":false,"p":{"t":[0,0,0,0,0],"b":[0,0,0,0,0],"l":[0,0,0,0,0],"r":[0,0,0,0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"color":["#ffffff","#ffffff","#ffffff","#ffffff","#ffffff"],"font":{"size":[20,20,20,20,20],"weight":[400,400,400,400,400],"ls":[0,0,0,0,0]},"lh":[25,25,25,25,25],"type":"text","toggle":{"text":""}},"6":{"fluid":{"tx":true,"tr":true,"sp":true},"id":6,"alias":"Text-6","content":{"text":"Let's Connect","trans":"uppercase"},"runtime":{"locked":false,"hidden":false},"size":{"w":["#a","auto","auto","auto","auto"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["32px","32px","180px","18px","15px"],"y":["592px","592px","428px","127px","47px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":13,"order":13,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"color":["#ffffff","#ffffff","#ffffff","#ffffff","#ffffff"],"font":{"family":"'Bebas Neue'","size":["50px","50px","#a","50px","56px"],"weight":["900","900","900","900","900"],"ls":["3px","3px","#a","2px","0px"]},"lh":["#a",25,"#a","24","27"],"type":"text","toggle":{"text":""}},"7":{"fluid":{"tx":true,"tr":true,"sp":true},"id":7,"alias":"Text-7","content":{"text":"If you are a business owner who is plagued with slow computers, viruses, or email issues, then let Cinch IT become your solution!"},"runtime":{"locked":false,"hidden":false},"size":{"w":["584px","584px","332px","505px","450px"],"h":["60px","60px","auto","51px","60px"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["32px","32px","180px","16px","13px"],"y":["648px","648px","480px","172px","96px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":14,"order":14,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"color":["#ffffff","#ffffff","#ffffff","#ffffff","#ffffff"],"font":{"size":["#a",20,"#a","17","20px"],"weight":[400,400,400,400,400],"ls":["#a",0,0,0,0]},"lh":["#a",25,"#a","21","20px"],"type":"text","toggle":{"text":""}},"8":{"fluid":{"tx":true,"tr":true,"sp":true},"id":8,"alias":"Object-8","content":{"text":"<i class=\"material-icons\">email<\/i>"},"runtime":{"locked":false,"hidden":false},"size":{"w":["#a","auto","auto","auto","auto"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["32px","32px","173px","12px","11px"],"y":["730px","730px","582px","217px","177px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":15,"order":15,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"hov":{"u":"true","m":false,"deco":"none","zIndex":"auto","color":{"c":"#ffffff","bg":{"orig":"transparent","type":"solid","string":"transparent"},"gAnim":"fading"},"border":{"c":"transparent","s":"none","w":{"t":[0,0,0,0,0],"r":[0,0,0,0,0],"b":[0,0,0,0,0],"l":[0,0,0,0,0]}},"radius":{"t":0,"r":0,"b":0,"l":0},"frame":{"o":1,"oX":"50%","oY":"50%","oZ":"50%","x":"inherit","y":"inherit","z":"inherit","rZ":"inherit","rX":"inherit","rY":"inherit","sX":"inherit","sY":"inherit","skX":0,"skY":0,"d":300,"e":"power1.out"},"filter":{"g":0,"r":100,"b":0},"svg":{"c":"#ffffff","stroke":{"c":"transparent","d":0,"o":0,"w":0}}},"color":["#17d42a","#17d42a","#17d42a","#17d42a","#17d42a"],"font":{"size":["50px","50px","#a","41px","31px"],"weight":[400,400,400,400,400],"ls":["#a",0,0,0,0]},"lh":["50px","50px","#a","41px","29px"],"type":"text","toggle":{"text":""}},"9":{"fluid":{"tx":true,"tr":true,"sp":true},"id":9,"alias":"Image-9","subtype":"image","runtime":{"locked":false,"hidden":false},"size":{"w":["852px","852px","483px","#a","#a"],"h":["261px","261px","148px","#a","#a"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"],"sProp":true},"pos":{"x":["-121px","-121px","109px","#a","#a"],"y":["67px","67px","101px","#a","#a"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":17,"order":17,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"},"image":{"ratio":1,"src":"\/wp-content\/uploads\/2024\/09\/Cinch-Website-Hub-e1727201852419.png","lib":"medialibrary","lib_id":88527,"lib_size":"full","fromStream":false,"streamType":"gallery","pos":{"x":"50%","y":"50%"},"repeat":"no-repeat","size":"cover","sizeVal":"100%","seo":false}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"vis":[true,true,true,false,false],"viSH":false,"viOC":false,"p":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"type":"shape"},"10":{"fluid":{"tx":true,"tr":true,"sp":true},"id":10,"alias":"Object-10","content":{"text":"<i class=\"fa-phone-square\"><\/i>"},"runtime":{"locked":false,"hidden":false},"size":{"w":["43px","43px","#a","34px","29px"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["296px","296px","376px","263px","251px"],"y":["730px","730px","582px","216px","174px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":16,"order":16,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"hov":{"u":"true","m":false,"deco":"none","zIndex":"auto","color":{"c":"#ffffff","bg":{"orig":"transparent","type":"solid","string":"transparent"},"gAnim":"fading"},"border":{"c":"transparent","s":"none","w":{"t":[0,0,0,0,0],"r":[0,0,0,0,0],"b":[0,0,0,0,0],"l":[0,0,0,0,0]}},"radius":{"t":0,"r":0,"b":0,"l":0},"frame":{"o":1,"oX":"50%","oY":"50%","oZ":"50%","x":"inherit","y":"inherit","z":"inherit","rZ":"inherit","rX":"inherit","rY":"inherit","sX":"inherit","sY":"inherit","skX":0,"skY":0,"d":300,"e":"power1.out"},"filter":{"g":0,"r":100,"b":0},"svg":{"c":"#ffffff","stroke":{"c":"transparent","d":0,"o":0,"w":0}}},"color":["#17d42a","#17d42a","#17d42a","#17d42a","#17d42a"],"font":{"size":["45px","45px","#a","37px","31px"],"weight":[400,400,400,400,400],"ls":["#a",0,0,0,0]},"lh":["50px","50px","#a","41px","34px"],"type":"text","toggle":{"text":""}},"11":{"fluid":{"tx":true,"tr":true,"sp":true},"id":11,"alias":"Copy  text-6","content":{"text":"sales@cinchit.com","trans":"uppercase"},"runtime":{"locked":false,"hidden":false},"size":{"w":["#a","auto","auto","auto","auto"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["89px","89px","220px","63px","50px"],"y":["746px","746px","595px","228px","180px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":12,"order":12,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"color":["#ffffff","#ffffff","#ffffff","#ffffff","#ffffff"],"font":{"family":"'Bebas Neue'","size":["27px","27px","#a","27px","28px"],"weight":[400,400,400,400,400],"ls":["0px","0px","#a","0px","0px"]},"lh":["#a",25,"#a",25,"27"],"type":"text","toggle":{"text":""}},"12":{"fluid":{"tx":true,"tr":true,"sp":true},"id":12,"alias":"Copy    text-6","content":{"text":"1 (833) 246-2448","trans":"uppercase"},"runtime":{"locked":false,"hidden":false},"size":{"w":["#a","auto","auto","auto","auto"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["348px","348px","414px","303px","287px"],"y":["746px","746px","594px","225px","178px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":10,"order":10,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"color":["#ffffff","#ffffff","#ffffff","#ffffff","#ffffff"],"font":{"family":"'Bebas Neue'","size":["27px","27px","#a","27px","26px"],"weight":[400,400,400,400,400],"ls":["0px","0px","#a","0px","0px"]},"lh":["#a",25,"#a","27","26"],"type":"text","toggle":{"text":""}},"13":{"fluid":{"tx":true,"tr":true,"sp":true},"id":13,"alias":"Image-13","subtype":"image","runtime":{"locked":false,"hidden":false},"size":{"w":["993px","993px","586px","#a","#a"],"h":["621px","621px","366px","#a","#a"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"],"sProp":true},"pos":{"x":["-176px","-176px","68px","#a","-43px"],"y":["94px","94px","125px","#a","#a"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":7,"order":7,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"},"image":{"ratio":1,"src":"\/wp-content\/uploads\/2024\/09\/Cinch-Website-Hub-1.png","lib":"medialibrary","lib_id":88528,"lib_size":"full","fromStream":false,"streamType":"gallery","pos":{"x":"50%","y":"50%"},"repeat":"no-repeat","size":"cover","sizeVal":"100%","seo":false}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"vis":[true,true,true,false,false],"viSH":false,"viOC":false,"p":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"type":"shape"},"14":{"rTo":"slide","id":14,"alias":"Slide BG Layer","subtype":"slidebg","size":{"cMode":"cover"},"pos":{"h":["center","center","center","center","center"],"v":["center","center","center","center","center"],"pos":"absolute"},"zIndex":0,"order":0,"display":["block","block","block","block","block"],"bg":{"video":{"src":"\/wp-content\/uploads\/2024\/10\/CinchITMainHeaderEdit-1.mp4","crossOrigin":false,"afterTransition":false,"controls":"none","autoPlay":true,"pauseTimer":false,"start":"","end":"","nextSlide":false,"stopAllMedia":false,"loop":true,"preload":"auto","preloadWait":"0","rewind":true,"volume":0,"poster":{"src":"\/wp-content\/uploads\/revslider\/video-media\/Cinch-Header-BG-1_107.jpeg","lib":"medialibrary","lib_id":88520,"lib_size":"","size":"cover","fromStream":false,"showOnPause":false,"insteadVideo":false,"noOnMobile":false},"fromStream":false,"streamType":"gallery","type":"html5","cover":true,"noInteract":true,"aFullScreen":false,"args":"","fullWidth":false,"mute":true,"ratio":"16:9","inline":true,"animDur":500,"speed":1,"pauseOnSwap":false,"cOC":false}},"tl":{"in":{"bg":{"ex":true,"all":[[],{"d":1000,"sd":666.6666666666667,"e":"power2.inOut","dir":"default","t":0,"rnd":false,"temp":{"t":"*opacity* Fade In","p":"fade","m":"basic","g":"fade"},"addOns":[],"in":{"o":0},"out":{"a":false},"v":"7.0","a":"BG Animation"}]}}},"type":"shape"}}},"118":{"id":"118","slide":{"addOns":[],"id":118,"version":"6.7.35","title":"Global Layers","parentId":null,"language":"default","oflow":false,"global":true,"respVP":true,"pos":"front","fullHeight":true},"layers":[]}},"id":"81","addOns":[]};
	SR7.JSON['SR7_82_2'] = {"settings":{"migrated":"sr6","addOns":{"particlewave":{"u":true}},"uSize":[false,true,false,true,true],"title":"Location Page Service Version 2","alias":"location-page-service-sec-1","type":"standard","fonts":{"'League+Spartan'":{"name":"'League Spartan'","italic":{"700":true},"subset":{"latin":true}},"Raleway":{"name":"Raleway","normal":{"500":true},"subset":{"latin":true}},"Inter":{"name":"Inter","normal":{"400":true,"500":true,"700":true},"subset":{"latin":true}},"Roboto":{"name":"Roboto","normal":{"400":true},"subset":{"latin":true}},"FontAwesome":true,"'Noto+Sans'":{"name":"'Noto Sans'","normal":{"700":true},"subset":{"latin":true}}},"lazyLoad":"smart","vPort":["-200px","-200px","-200px","-200px","-200px"],"size":{"contentFH":true,"width":["1920px","1920px",null,778,480],"height":["600px","600px",null,"600px",720],"cachedHeight":[600,600,768,600,720],"maxWidth":0},"carousel":{"type":"h","align":"center","maxV":3,"justify":false,"scale":false,"minS":50,"vScale":false,"oScale":false,"space":0,"rotation":false,"maxR":0,"varR":false,"opacity":true,"maxO":100,"varO":false,"spin":"off","spinA":0,"snap":true,"infinity":false,"skewX":0,"skewY":0,"ease":"power3.inOut","dur":800,"overshoot":false,"stretch":false,"showAllLayers":"false","jMWidth":false,"bR":0,"pNV":"50px","pT":0,"pB":0},"shdw":0,"bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"nav":{"m":{"cd":1000},"p":{"w":50,"h":100}},"thumb":{"color":"rgba(0, 0, 0, 1)"},"aU":["particlewave"],"imgs":[{"lib_id":743,"lib":"medialibrary","src":"\/wp-content\/uploads\/2023\/11\/Character2Final.png"},{"lib_id":733,"lib":"medialibrary","src":"\/wp-content\/uploads\/2023\/11\/Character2cutoutEdit-e1700066746131.png"},{"lib_id":742,"lib":"medialibrary","src":"\/wp-content\/uploads\/2023\/11\/HeroHeaderCharacter3GradientCinch3-Copy.png"},{"lib_id":566,"lib":"","src":"\/wp-content\/uploads\/2023\/10\/blurred-office-interior-space-background-2022-07-26-06-47-49-utc.jpg"},{"lib_id":745,"lib":"medialibrary","src":"\/wp-content\/uploads\/2023\/11\/SoicalIcon1.png"},{"lib_id":565,"lib":"","src":"\/wp-content\/uploads\/2023\/10\/blurred-office-interior-space-background-2022-08-13-23-25-16-utc.jpg"},{"lib_id":747,"lib":"medialibrary","src":"\/wp-content\/uploads\/2023\/11\/SocialIcon3.png"},{"lib_id":564,"lib":"","src":"\/wp-content\/uploads\/2023\/10\/abstract-blur-modern-office-interior-2022-11-01-02-07-44-utc.jpg"},{"lib_id":746,"lib":"medialibrary","src":"\/wp-content\/uploads\/2023\/11\/SocailIcon2.png"},{"lib_id":546,"lib":"medialibrary","src":"\/wp-content\/uploads\/2023\/10\/Underheader.png"}],"hasYT":false,"version":"6.7.37","general":{"lazyLoad":"smart","slideshow":{"globalViewPort":true,"globalViewDist":"-200px"}}},"slides":{"59":{"id":59,"slide":{"addOns":[],"id":59,"version":"6.7.37","actions":[{"a":"playScene","evt":"mouseenter","rec":true,"sc":"scene_1","target":["15"],"src":[15]},{"a":"playScene","evt":"mouseleave","rec":true,"sc":"scene_2","target":["15"],"src":[15]},{"a":"link","evt":"click","http":"keep","target":"_self","flw":"follow","ltype":"jquery","link":"\/service-no-it\/","src":[15]},{"a":"playScene","evt":"mouseenter","rec":true,"sc":"scene_1","target":["44"],"src":[44]},{"a":"playScene","evt":"mouseleave","rec":true,"sc":"scene_2","target":["44"],"src":[44]},{"a":"link","evt":"click","http":"keep","target":"_self","flw":"follow","ltype":"jquery","link":"\/service-it-manager\/","src":[44]},{"a":"playScene","evt":"mouseenter","rec":true,"sc":"scene_1","target":["58"],"src":[58]},{"a":"playScene","evt":"mouseleave","rec":true,"sc":"scene_2","target":["58"],"src":[58]},{"a":"link","evt":"click","http":"keep","target":"_self","flw":"follow","ltype":"jquery","link":"\/services-outsourcing-it\/","src":[58]}],"title":"","parentId":null,"language":"default","order":"1","thumb":{"src":"","srcId":"","admin":"","adminId":"","dimension":"slider","default":{"color":"rgba(0, 0, 0, 1)"}},"acc":{"label":"unset","hidden":"true","live":"auto","role":"presentation","roledep":"slide"},"description":"","attr":{"class":"","data":"","id":"","a":"","aO":"ml","t":"","tO":"","deepLink":"","attr":""},"publish":{"from":"","to":"","state":"published","sch":true},"slideshow":{"stop":false,"len":"default","hal":0,"hom":false,"hfn":false},"loop":{"u":false,"r":-1,"s":0,"e":99999}},"layers":{"0":{"fluid":{"tx":true,"tr":true,"sp":true},"id":0,"alias":"Text-0","content":{"text":"\"NEED FASTER I.T. TO RUN\""},"runtime":{"locked":false,"hidden":false},"size":{"w":["130px","130px","#a","#a","auto"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["79px","79px","#a","#a","327px"],"y":["289px","289px","#a","#a","356px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":58,"zIndex":16,"order":7,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":100,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":["bottom","bottom","bottom","bottom","bottom"],"o":0,"xRe":0,"yRe":1,"off":1},{"t":100,"d":1000,"f":1000,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a","#a",0],"b":[0,0,"#a","#a",0],"l":[0,0,"#a","#a",0],"r":[0,0,"#a","#a",0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"0px","r":"0px","b":"0px","l":"0px"},"color":["#494949","#494949","#494949","#494949","#494949"],"font":{"family":"'League Spartan'","style":true,"size":["14px","14px","#a","#a","9px"],"weight":["700","700","700","700","700"],"ls":["0px","0px","#a","#a","0px"]},"lh":["15px","15px","#a","#a","14px"],"type":"text","toggle":{"text":""}},"1":{"fluid":{"tx":true,"tr":true,"sp":true},"id":1,"alias":"Copy        text-10","content":{"text":"CEO\/OWNER"},"runtime":{"locked":false,"hidden":false},"size":{"w":["161","161","#a","132","110"],"h":["27","27","#a","20","17"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["1252px","1252px","#a","#a","#a"],"y":["499px","499px","#a","#a","#a"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":6,"order":6,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":100,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":["bottom","bottom","bottom","bottom","bottom"],"o":0,"xRe":0,"yRe":1,"off":0},{"t":100,"d":1000,"f":1000,"e":"power3.inOut","pE":"d","x":["1182px","1182px","630px","478px","294px"],"y":["229px","229px","122px","92px","56px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"0px","r":"0px","b":"0px","l":"0px"},"color":["#8e8e93","#8e8e93","#8e8e93","#8e8e93","#8e8e93"],"font":{"family":"Raleway","size":["12px","12px","#a","7px","7px"],"weight":["500","500","500","500","500"],"ls":["#a",0,0,0,0]},"lh":["24","24","#a","19","15"],"type":"text","toggle":{"text":""}},"2":{"fluid":{"tx":true,"tr":true,"sp":true},"id":2,"alias":"Image-2","subtype":"image","runtime":{"locked":false,"hidden":false},"size":{"w":["317","317","#a","268px","227px"],"h":["337","337","#a","284px","240px"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"],"sProp":true},"pos":{"x":["-55px","-55px","#a","-46px","-38px"],"y":["-32px","-32px","#a","-26px","-21px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":15,"zIndex":7,"order":14,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"},"image":{"ratio":1,"src":"\/wp-content\/uploads\/2023\/11\/Character2Final.png","lib":"medialibrary","lib_id":743,"lib_size":"full","fromStream":false,"streamType":"gallery","pos":{"x":"50%","y":"50%"},"repeat":"no-repeat","size":"cover","sizeVal":"100%","seo":false}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"type":"shape"},"3":{"fluid":{"tx":true,"tr":true,"sp":true},"id":3,"alias":"Image-3","subtype":"image","runtime":{"locked":false,"hidden":false},"size":{"w":["294","294","#a","243px","204px"],"h":["306","306","#a","252px","212px"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"],"sProp":true},"pos":{"x":["3px","3px","#a","1px",0],"y":["-13px","-13px","#a","-9px","-7px"],"h":["center","center","center","center","center"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":44,"zIndex":8,"order":14,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"},"image":{"ratio":1,"src":"\/wp-content\/uploads\/2023\/11\/Character2cutoutEdit-e1700066746131.png","lib":"medialibrary","lib_id":733,"lib_size":"full","fromStream":false,"streamType":"gallery","pos":{"x":"50%","y":"50%"},"repeat":"no-repeat","size":"cover","sizeVal":"100%","seo":false}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"type":"shape"},"4":{"fluid":{"tx":true,"tr":true,"sp":true},"id":4,"alias":"Copy  shape-14","runtime":{"locked":false,"hidden":false},"size":{"w":["1953px","1953px","#a","#a","#a"],"h":["325px","325px","#a","514px","679px"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["#a",0,0,0,"-4.499969482421875px"],"y":["#a",0,0,0,"-104.0000057220459px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":7,"order":7,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"linear","angle":"180","easing":"none","strength":100,"orig":[{"rgba":"rgba(17,17,42,0.9)","p":9,"align":"top"},{"rgba":"rgba(17,17,42,0.44)","p":42,"align":"bottom"},{"rgba":"rgba(148,148,160,0)","p":74,"align":"top"},{"rgba":"rgba(255,255,255,0)","p":100,"align":"top"}],"string":"linear-gradient(180deg,rgba(17,17,42,0.9) 9%,rgba(17,17,42,0.44) 42%,rgba(148,148,160,0) 74%,rgba(255,255,255,0) 100%)"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"p":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"type":"shape"},"5":{"fluid":{"tx":true,"tr":true,"sp":true},"id":5,"alias":"Image-5","subtype":"image","runtime":{"locked":false,"hidden":false},"size":{"w":["298","298","#a","245px","208px"],"h":["292","292","#a","241px","206px"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"],"sProp":true},"pos":{"x":["-40px","-40px","#a","-33px","-28px"],"y":["1px","1px",0,0,0],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":58,"zIndex":8,"order":15,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"},"image":{"ratio":1,"src":"\/wp-content\/uploads\/2023\/11\/HeroHeaderCharacter3GradientCinch3-Copy.png","lib":"medialibrary","lib_id":742,"lib_size":"full","fromStream":false,"streamType":"gallery","pos":{"x":"50%","y":"50%"},"repeat":"no-repeat","size":"cover","sizeVal":"100%","seo":false}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"type":"shape"},"6":{"fluid":{"tx":true,"tr":true,"sp":true},"id":6,"alias":"Copy          text-22","content":{"trans":"uppercase","text":""},"runtime":{"locked":false,"hidden":false},"size":{"w":["#a","auto","auto","auto","auto"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["22px","22px","#a","149px","127px"],"y":["#a",0,0,"114px","96px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":58,"zIndex":15,"order":8,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"0px","r":"0px","b":"0px","l":"0px"},"color":["#8e8e93","#8e8e93","#8e8e93","#8e8e93","#8e8e93"],"font":{"family":"Inter","size":["23","23","#a","17","15"],"weight":["700","700","700","700","700"],"ls":["-1","-1",0,0,0]},"lh":["28","28","#a","21","17"],"type":"text","toggle":{"text":""}},"7":{"fluid":{"tx":true,"tr":true,"sp":true},"id":7,"alias":"Copy    shape-3","subtype":"image","runtime":{"locked":false,"hidden":false},"size":{"w":["207","207","#a","175","148"],"h":["313","313","#a","264","223"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"],"sProp":true},"pos":{"x":["3px","3px","#a","1px",0],"y":["-49px","-49px","#a","-41px","-34px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":15,"zIndex":6,"order":15,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"solid","orig":"rgba(0,0,0,0.5)","string":"rgba(0, 0, 0, 0.5)"},"image":{"ratio":1,"src":"\/wp-content\/uploads\/2023\/10\/blurred-office-interior-space-background-2022-07-26-06-47-49-utc.jpg","lib":"","lib_id":566,"lib_size":"full","fromStream":false,"streamType":"gallery","pos":{"x":"50%","y":"50%"},"repeat":"no-repeat","size":"cover","sizeVal":0,"seo":false}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"bShdw":{"use":true,"on":"content","h":["0px","0px","#a","0px","0px"],"v":["0px","0px","#a","0px","0px"],"blur":["4px","4px","#a","3px","2px"],"spread":["3px","3px","#a","1px","0px"],"color":"#55c060"},"border":{"s":["solid","solid","solid","solid","solid"],"c":"#55c060","w":{"t":["8px","8px","8px","8px","8px"],"r":["8px","8px","8px","8px","8px"],"b":["8px","8px","8px","8px","8px"],"l":["8px","8px","8px","8px","8px"]}},"radius":{"t":"12px","r":"12px","b":"12px","l":"12px"},"type":"shape"},"8":{"fluid":{"tx":true,"tr":true,"sp":true},"id":8,"alias":"Copy          text-22","content":{"text":"I.T. MANAGER","trans":"uppercase"},"runtime":{"locked":false,"hidden":false},"size":{"w":["#a","auto","auto","auto","auto"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":[0,0,"none","none","none"]},"pos":{"x":["-18px","-18px","#a","-13px","-10px"],"y":["191px","191px","#a","158px","133px"],"h":["center","center","center","center","center"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":44,"zIndex":15,"order":7,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"0px","r":"0px","b":"0px","l":"0px"},"color":["#fff","#fff","#fff","#fff","#fff"],"font":{"family":"Inter","size":["23","23","#a","18","15"],"weight":["700","700","700","700","700"],"ls":["-1","-1",0,0,0]},"lh":["28","28","#a","22","17"],"type":"text","toggle":{"text":""}},"9":{"fluid":{"tx":true,"tr":true,"sp":true},"id":9,"alias":"Copy Text-0","content":{"text":"CEO \/ OWNER"},"runtime":{"locked":false,"hidden":false},"size":{"w":["130px","130px","#a","#a","auto"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["84px","84px","#a","#a","327px"],"y":["266px","266px","#a","#a","356px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":58,"zIndex":17,"order":6,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":100,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":["bottom","bottom","bottom","bottom","bottom"],"o":0,"xRe":0,"yRe":1,"off":1},{"t":100,"d":1000,"f":1000,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a","#a",0],"b":[0,0,"#a","#a",0],"l":[0,0,"#a","#a",0],"r":[0,0,"#a","#a",0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"0px","r":"0px","b":"0px","l":"0px"},"color":["#494949","#494949","#494949","#494949","#494949"],"font":{"family":"Inter","size":["12px","12px","#a","#a","9px"],"weight":[400,400,400,400,400],"ls":["0px","0px","#a","#a","0px"]},"lh":["15px","15px","#a","#a","14px"],"type":"text","toggle":{"text":""}},"13":{"fluid":{"tx":true,"tr":true,"sp":true},"id":13,"alias":"Image-13","subtype":"image","runtime":{"locked":false,"hidden":false},"size":{"w":["207","207","#a","174px","146px"],"h":["129","129","#a","109px","91px"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"],"sProp":true},"pos":{"x":["-59px","-59px","#a","-46px","-47px"],"y":["224px","224px","#a","189px","159px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":15,"zIndex":11,"order":10,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"},"image":{"ratio":1,"src":"\/wp-content\/uploads\/2023\/11\/SoicalIcon1.png","lib":"medialibrary","lib_id":745,"lib_size":"full","fromStream":false,"streamType":"gallery","pos":{"x":"50%","y":"50%"},"repeat":"no-repeat","size":"cover","sizeVal":"100%","seo":false}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"type":"shape"},"14":{"fluid":{"tx":true,"tr":true,"sp":true},"id":14,"alias":"Shape-14","runtime":{"locked":true,"hidden":false},"size":{"w":["1998px","1998px","#a","#a","#a"],"h":["566px","566px","#a","514px","375px"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["-14px","-14px","#a","-16px","-11px"],"y":["198px","198px","#a","89px","352px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":8,"order":8,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"linear","angle":"180","easing":"none","strength":100,"orig":[{"rgba":"rgba(255,255,255,0)","p":0,"align":"bottom"},{"rgba":"rgba(147,147,158,0)","p":30,"align":"top"},{"rgba":"rgba(17,17,42,0.83)","p":66,"align":"bottom"},{"rgba":"rgba(17,17,42,0.9)","p":69,"align":"top"}],"string":"linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(147,147,158,0) 30%,rgba(17,17,42,0.83) 66%,rgba(17,17,42,0.9) 69%)"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":0,"xRe":0,"yRe":0,"off":0},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"vis":[true,true,true,true,true],"viSH":false,"viOC":false,"p":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"type":"shape"},"15":{"listen":["mouseenter","mouseleave","click"],"fluid":{"tx":true,"tr":true,"sp":true},"id":15,"alias":"Group-15","subtype":"group","runtime":{"locked":true,"hidden":false},"size":{"w":["216","216","#a","182","153"],"h":["280","280","#a","235","199"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"],"sProp":true},"pos":{"x":["509px","509px","#a","55px","71px"],"y":["211px","211px","#a","228px","164px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":9,"order":9,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["bottom","bottom","bottom","bottom","bottom"],"o":0,"xRe":0,"yRe":1,"off":0},{"t":0,"d":1000,"f":1000,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"scene_1":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":400,"f":400,"e":"power3.inOut","pE":"d","x":["inherit","inherit","inherit","inherit","inherit"],"y":["-21px","-21px","-11px","-16px","-13px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"scene_2":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":400,"f":400,"e":"power3.inOut","pE":"d","x":["inherit","inherit","inherit","inherit","inherit"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"vis":[true,true,true,true,true],"viSH":false,"viOC":false,"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"lh":["#a",25,"#a","#a","#a"],"type":"container","content":{"text":""},"toggle":{"text":""}},"16":{"fluid":{"tx":true,"tr":true,"sp":true},"id":16,"alias":"Copy  text-0","content":{"text":"\"NEED MORE HANDS & ON I.T.\""},"runtime":{"locked":false,"hidden":false},"size":{"w":["123px","123px","#a","#a","#a"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["0px","0px","none","none","none"]},"pos":{"x":["82px","82px","#a","#a","#a"],"y":["287px","287px","#a","#a","#a"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":44,"zIndex":16,"order":6,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":["bottom","bottom","bottom","bottom","bottom"],"o":0,"xRe":0,"yRe":1,"off":1},{"t":0,"d":1000,"f":1000,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"0px","r":"0px","b":"0px","l":"0px"},"color":["#494949","#494949","#494949","#494949","#494949"],"font":{"family":"'League Spartan'","style":true,"size":["14px","14px","#a","#a","#a"],"weight":["700","700","700","700","700"],"ls":["0px","0px","#a","#a","#a"]},"lh":["15px","15px","#a","#a","#a"],"type":"text","toggle":{"text":""}},"17":{"fluid":{"tx":true,"tr":true,"sp":true},"id":17,"alias":"Copy    text-0","content":{"text":"\"NEED TO FOCUS \nON BUSINESS.\""},"runtime":{"locked":false,"hidden":false},"size":{"w":["auto","auto","auto","auto","auto"],"h":["auto","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["0px","0px","none","none","none"]},"pos":{"x":["77px","77px","#a","#a","#a"],"y":["285px","285px","#a","#a","#a"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":15,"zIndex":15,"order":6,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":100,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":["bottom","bottom","bottom","bottom","bottom"],"o":0,"xRe":0,"yRe":1,"off":1},{"t":100,"d":1000,"f":1000,"e":"power3.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"0px","r":"0px","b":"0px","l":"0px"},"color":["#494949","#494949","#494949","#494949","#494949"],"font":{"family":"'League Spartan'","style":true,"size":["14px","14px","#a","#a","#a"],"weight":["700","700","700","700","700"],"ls":["0px","0px","#a","#a","#a"]},"lh":["15px","15px","#a","#a","#a"],"type":"text","toggle":{"text":""}},"24":{"fluid":{"tx":true,"tr":true,"sp":true},"id":24,"alias":"Copy    text-22","content":{"text":"DON'T HAVE I.T.","trans":"uppercase"},"runtime":{"locked":false,"hidden":false},"size":{"w":["181","181","#a","152px","129px"],"h":["26","26","#a","20px","18px"],"minW":["none","none","none","none","none"],"minH":[0,0,"none","none","none"]},"pos":{"x":["-8px","-8px","#a","-5px","-3px"],"y":["200px","200px","#a","169px","143px"],"h":["center","center","center","center","center"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":15,"zIndex":9,"order":12,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"tA":["center","center","center","center","center"],"radius":{"t":"0px","r":"0px","b":"0px","l":"0px"},"color":["#ffffff","#ffffff","#ffffff","#ffffff","#ffffff"],"font":{"family":"Inter","size":["23","23","#a","18","15"],"weight":["700","700","700","700","700"],"ls":["-1","-1",0,0,0]},"lh":["3","3","#a","8","12"],"type":"text","toggle":{"text":""}},"27":{"fluid":{"tx":true,"tr":true,"sp":true},"id":27,"alias":"Copy  shape-25","runtime":{"locked":false,"hidden":false},"size":{"w":["181","181","#a","152","129"],"h":["3","3","#a","1","2"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["18px","18px","#a","14px","12px"],"y":["242px","242px","#a","204px","171px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":15,"zIndex":8,"order":13,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"solid","orig":"#55c060","string":"rgba(85, 192, 96, 1)"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"bShdw":{"use":true,"on":"content","h":["0px","0px","#a","0px","0px"],"v":["0px","0px","#a","0px","0px"],"blur":["3px","3px","#a","1px","0px"],"spread":["1px","1px","#a","0px","0px"],"color":"#55c060"},"type":"shape"},"30":{"fluid":{"tx":true,"tr":true,"sp":true},"id":30,"alias":"Copy  shape-6","runtime":{"locked":false,"hidden":false},"size":{"w":["197","197","#a","166","141"],"h":["66","66","#a","54","45"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["8px","8px","#a","5px","3px"],"y":["253px","253px","#a","214px","180px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":15,"zIndex":10,"order":11,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"solid","orig":"#efefef","string":"rgba(239, 239, 239, 1)"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"30px","r":"30px","b":"30px","l":"30px"},"type":"shape"},"32":{"fluid":{"tx":true,"tr":true,"sp":true},"id":32,"alias":"Copy    text-10","content":{"text":"BUSINESS OWNER"},"runtime":{"locked":false,"hidden":false},"size":{"w":["155","155","#a","129","108"],"h":["26","26","#a","20","18"],"minW":["none","none","none","none","none"],"minH":[0,0,"none","none","none"]},"pos":{"x":["76px","76px","#a","65px","52px"],"y":["261px","261px","#a","227px","184px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":15,"zIndex":12,"order":9,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"0px","r":"0px","b":"0px","l":"0px"},"color":["#8e8e93","#8e8e93","#8e8e93","#8e8e93","#8e8e93"],"font":{"family":"Raleway","size":["12px","12px","#a","8px","7px"],"weight":["500","500","500","500","500"],"ls":["#a",0,0,0,0]},"lh":["23","23","#a","18","15"],"type":"text","toggle":{"text":""}},"36":{"rTo":"slide","fluid":{"tx":true,"tr":true,"sp":true},"id":36,"alias":"Object-36","content":{"text":"<i class=\"fa-map-marker\"><\/i>"},"runtime":{"locked":false,"hidden":false},"size":{"w":["#a","auto","auto","auto","auto"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["18px","18px","#a","14px","12px"],"y":["215px","215px","#a","181px","153px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":15,"zIndex":13,"order":8,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"color":["#ff3a2d","#ff3a2d","#ff3a2d","#ff3a2d","#ff3a2d"],"font":{"size":["11","11","#a","8","7"],"weight":[400,400,400,400,400],"ls":["#a",0,0,0,0]},"lh":["28","28","#a","22","18"],"type":"text","toggle":{"text":""}},"43":{"fluid":{"tx":true,"tr":true,"sp":true},"id":43,"alias":"Text-43","content":{"text":"LEARN MORE"},"runtime":{"locked":false,"hidden":false},"size":{"w":["87px","87px","#a","56px","48px"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["28px","28px","#a","22px","18px"],"y":["221px","221px","#a","186px","157px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":15,"zIndex":14,"order":7,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"color":["#ffffff","#ffffff","#ffffff","#ffffff","#ffffff"],"font":{"family":"Inter","size":["9","9","#a","7","7"],"weight":["500","500","500","500","500"],"ls":["1","1",0,0,0]},"lh":["14","14","#a","11","12"],"type":"text","toggle":{"text":""}},"44":{"listen":["mouseenter","mouseleave","click"],"fluid":{"tx":true,"tr":true,"sp":true},"id":44,"alias":"Copy  group-15","subtype":"group","runtime":{"locked":true,"hidden":false},"size":{"w":["220","220","#a","181","152"],"h":["286","286","#a","236","198"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["#a",0,0,0,"4px"],"y":["209px","209px","#a","228px","445px"],"h":["center","center","center","center","center"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":10,"order":10,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":50,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["bottom","bottom","bottom","bottom","bottom"],"o":0,"xRe":0,"yRe":1,"off":0},{"t":50,"d":1000,"f":1000,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"scene_1":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":400,"f":400,"e":"power3.inOut","pE":"d","x":["inherit","inherit","inherit","inherit","inherit"],"y":["-22px","-22px","-11px","-16px","-12px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"scene_2":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":400,"f":400,"e":"power3.inOut","pE":"d","x":["inherit","inherit","inherit","inherit","inherit"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"vis":[true,true,true,true,true],"viSH":false,"viOC":false,"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"lh":["#a",25,"#a","#a","#a"],"type":"container","content":{"text":""},"toggle":{"text":""}},"45":{"fluid":{"tx":true,"tr":true,"sp":true},"id":45,"alias":"Copy      shape-3","subtype":"image","runtime":{"locked":false,"hidden":false},"size":{"w":["214","214","#a","176","147"],"h":["325","325","#a","269","225"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["3px","3px","#a","1px",0],"y":["-49px","-49px","#a","-39px","-31px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":44,"zIndex":6,"order":16,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"solid","orig":"rgba(0,0,0,0.5)","string":"rgba(0, 0, 0, 0.5)"},"image":{"ratio":1,"src":"\/wp-content\/uploads\/2023\/10\/blurred-office-interior-space-background-2022-08-13-23-25-16-utc.jpg","lib":"","lib_id":565,"lib_size":"full","fromStream":false,"streamType":"gallery","pos":{"x":"50%","y":"50%"},"repeat":"no-repeat","size":"cover","sizeVal":0,"seo":false}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"bShdw":{"use":true,"on":"content","h":["0px","0px","#a","0px","0px"],"v":["0px","0px","#a","0px","0px"],"blur":["5px","5px","#a","3px","2px"],"spread":["3px","3px","#a","1px","0px"],"color":"#55c060"},"border":{"s":["solid","solid","solid","solid","solid"],"c":"#55c060","w":{"t":["8px","8px","8px","8px","8px"],"r":["8px","8px","8px","8px","8px"],"b":["8px","8px","8px","8px","8px"],"l":["8px","8px","8px","8px","8px"]}},"radius":{"t":"12px","r":"12px","b":"12px","l":"12px"},"type":"shape"},"48":{"fluid":{"tx":true,"tr":true,"sp":true},"id":48,"alias":"Copy  shape-11","runtime":{"locked":false,"hidden":false},"size":{"w":["205","205","#a","169","141"],"h":["155","155","#a","127","105"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["7px","7px","#a","4px","2px"],"y":["113px","113px","#a","93px","77px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":44,"zIndex":7,"order":15,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"linear","angle":"180","easing":"none","strength":100,"orig":[{"rgba":"rgba(74,74,74,0)","p":0,"align":"bottom"},{"rgba":"rgba(19,19,19,0.1)","p":68,"align":"top"},{"rgba":"rgba(12,12,12,0.29)","p":76,"align":"bottom"},{"rgba":"rgba(12,12,12,0.5)","p":85,"align":"top"},{"rgba":"rgba(12,12,12,0.77)","p":93,"align":"bottom"},{"rgba":"rgba(12,12,12,1)","p":100,"align":"top"}],"string":"linear-gradient(180deg,rgba(74,74,74,0) 0%,rgba(19,19,19,0.1) 68%,rgba(12,12,12,0.29) 76%,rgba(12,12,12,0.5) 85%,rgba(12,12,12,0.77) 93%,rgba(12,12,12,1) 100%)"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"0px","r":"0px","b":"10px","l":"10px"},"type":"shape"},"49":{"fluid":{"tx":true,"tr":true,"sp":true},"id":49,"alias":"Copy  image-13","subtype":"image","runtime":{"locked":false,"hidden":false},"size":{"w":["250","250","#a","207px","174px"],"h":["156","156","#a","128px","107px"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"],"sProp":true},"pos":{"x":["-81px","-81px","#a","-66px","-58px"],"y":["213px","213px","#a","176px","147px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":44,"zIndex":11,"order":11,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"},"image":{"ratio":1,"src":"\/wp-content\/uploads\/2023\/11\/SocialIcon3.png","lib":"medialibrary","lib_id":747,"lib_size":"full","fromStream":false,"streamType":"gallery","pos":{"x":"50%","y":"50%"},"repeat":"no-repeat","size":"cover","sizeVal":"100%","seo":false}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"type":"shape"},"51":{"fluid":{"tx":true,"tr":true,"sp":true},"id":51,"alias":"Copy    shape-25","runtime":{"locked":false,"hidden":false},"size":{"w":["187","187","#a","154","129"],"h":["3","3","#a","1","2"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["18px","18px","#a","14px","10px"],"y":["246px","246px","#a","203px","169px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":44,"zIndex":9,"order":13,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"solid","orig":"#55c060","string":"rgba(85, 192, 96, 1)"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"bShdw":{"use":true,"on":"content","h":["0px","0px","#a","0px","0px"],"v":["0px","0px","#a","0px","0px"],"blur":["3px","3px","#a","1px","0px"],"spread":["1px","1px","#a","0px","0px"],"color":"#55c060"},"type":"shape"},"52":{"fluid":{"tx":true,"tr":true,"sp":true},"id":52,"alias":"Copy    shape-6","runtime":{"locked":false,"hidden":false},"size":{"w":["204","204","#a","167","139"],"h":["68","68","#a","55","46"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["9px","9px","#a","7px","6px"],"y":["256px","256px","#a","211px","178px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":44,"zIndex":10,"order":12,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"solid","orig":"#efefef","string":"rgba(239, 239, 239, 1)"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"30px","r":"30px","b":"30px","l":"30px"},"type":"shape"},"54":{"fluid":{"tx":true,"tr":true,"sp":true},"id":54,"alias":"Copy      text-10","content":{"text":"I.T. MANAGER"},"runtime":{"locked":false,"hidden":false},"size":{"w":["161","161","#a","132","110"],"h":["27","27","#a","20","17"],"minW":["none","none","none","none","none"],"minH":[0,0,"none","none","none"]},"pos":{"x":["82px","82px","#a","66px","55px"],"y":["261px","261px","#a","225px","186px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":44,"zIndex":12,"order":10,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"0px","r":"0px","b":"0px","l":"0px"},"color":["#8e8e93","#8e8e93","#8e8e93","#8e8e93","#8e8e93"],"font":{"family":"Raleway","size":["12px","12px","#a","7px","7px"],"weight":["500","500","500","500","500"],"ls":["#a",0,0,0,0]},"lh":["24","24","#a","19","15"],"type":"text","toggle":{"text":""}},"55":{"rTo":"slide","fluid":{"tx":true,"tr":true,"sp":true},"id":55,"alias":"Copy  object-36","content":{"text":"<i class=\"fa-map-marker\"><\/i>"},"runtime":{"locked":false,"hidden":false},"size":{"w":["#a","auto","auto","auto","auto"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["18px","18px","#a","14px","10px"],"y":["218px","218px","#a","180px","152px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":44,"zIndex":13,"order":9,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"color":["#ff3a2d","#ff3a2d","#ff3a2d","#ff3a2d","#ff3a2d"],"font":{"size":["11","11","#a","8","7"],"weight":[400,400,400,400,400],"ls":["#a",0,0,0,0]},"lh":["28","28","#a","22","17"],"type":"text","toggle":{"text":""}},"56":{"fluid":{"tx":true,"tr":true,"sp":true},"id":56,"alias":"Copy  text-43","content":{"text":"LEARN MORE"},"runtime":{"locked":false,"hidden":false},"size":{"w":["70","70","#a","57","46"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["28px","28px","#a","22px","17px"],"y":["224px","224px","#a","185px","156px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":44,"zIndex":14,"order":8,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"color":["#ffffff","#ffffff","#ffffff","#ffffff","#ffffff"],"font":{"family":"Inter","size":["9","9","#a","7","7"],"weight":["500","500","500","500","500"],"ls":["1","1",0,0,0]},"lh":["15","15","#a","11","10"],"type":"text","toggle":{"text":""}},"58":{"listen":["mouseenter","mouseleave","click"],"fluid":{"tx":true,"tr":true,"sp":true},"id":58,"alias":"Copy    group-15","subtype":"group","runtime":{"locked":true,"hidden":false},"size":{"w":["220","220","#a","181","155"],"h":["285","285","#a","235px","199px"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["1181px","1181px","#a","533px","274px"],"y":["207px","207px","#a","228px","162px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":11,"order":11,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":100,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["bottom","bottom","bottom","bottom","bottom"],"o":0,"xRe":0,"yRe":1,"off":0},{"t":100,"d":1000,"f":1000,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"scene_1":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":400,"f":400,"e":"power3.inOut","pE":"d","x":["inherit","inherit","inherit","inherit","inherit"],"y":["-21px","-21px","-11px","-16px","-13px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"scene_2":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":400,"f":400,"e":"power3.inOut","pE":"d","x":["inherit","inherit","inherit","inherit","inherit"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"vis":[true,true,true,true,true],"viSH":false,"viOC":false,"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"lh":["#a",25,"#a","#a","#a"],"type":"container","content":{"text":""},"toggle":{"text":""}},"59":{"fluid":{"tx":true,"tr":true,"sp":true},"id":59,"alias":"Copy        shape-3","subtype":"image","runtime":{"locked":false,"hidden":false},"size":{"w":["211","211","#a","173","147"],"h":["319","319","#a","263","223"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["3px","3px","#a","1px",0],"y":["-49px","-49px","#a","-40px","-34px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":58,"zIndex":6,"order":17,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"solid","orig":"rgba(0,0,0,0.5)","string":"rgba(0, 0, 0, 0.5)"},"image":{"ratio":1,"src":"\/wp-content\/uploads\/2023\/10\/abstract-blur-modern-office-interior-2022-11-01-02-07-44-utc.jpg","lib":"","lib_id":564,"lib_size":"full","fromStream":false,"streamType":"gallery","pos":{"x":"50%","y":"50%"},"repeat":"no-repeat","size":"cover","sizeVal":0,"seo":false}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"bShdw":{"use":true,"on":"content","h":["0px","0px","#a","0px","0px"],"v":["0px","0px","#a","0px","0px"],"blur":["4px","4px","#a","3px","2px"],"spread":["3px","3px","#a","1px","0px"],"color":"#55c060"},"border":{"s":["solid","solid","solid","solid","solid"],"c":"#55c060","w":{"t":["8px","8px","8px","8px","8px"],"r":["8px","8px","8px","8px","8px"],"b":["8px","8px","8px","8px","8px"],"l":["8px","8px","8px","8px","8px"]}},"radius":{"t":"12px","r":"12px","b":"12px","l":"12px"},"type":"shape"},"62":{"fluid":{"tx":true,"tr":true,"sp":true},"id":62,"alias":"Copy    shape-11","runtime":{"locked":false,"hidden":false},"size":{"w":["202","202","#a","166","141"],"h":["153","153","#a","125","106"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["7px","7px","#a","4px","2px"],"y":["113px","113px","#a","92px","78px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":58,"zIndex":7,"order":16,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"linear","angle":"180","easing":"none","strength":100,"orig":[{"rgba":"rgba(74,74,74,0)","p":0,"align":"bottom"},{"rgba":"rgba(15,15,15,0.1)","p":56,"align":"top"},{"rgba":"rgba(12,12,12,0.16)","p":59,"align":"bottom"},{"rgba":"rgba(12,12,12,0.5)","p":75,"align":"top"},{"rgba":"rgba(12,12,12,0.62)","p":81,"align":"bottom"},{"rgba":"rgba(12,12,12,1)","p":100,"align":"top"}],"string":"linear-gradient(180deg,rgba(74,74,74,0) 0%,rgba(15,15,15,0.1) 56%,rgba(12,12,12,0.16) 59%,rgba(12,12,12,0.5) 75%,rgba(12,12,12,0.62) 81%,rgba(12,12,12,1) 100%)"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"0px","r":"0px","b":"10px","l":"10px"},"type":"shape"},"63":{"fluid":{"tx":true,"tr":true,"sp":true},"id":63,"alias":"Copy    image-13","subtype":"image","runtime":{"locked":false,"hidden":false},"size":{"w":["238","238","#a","196px","167px"],"h":["149","149","#a","122px","104px"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"],"sProp":true},"pos":{"x":["-74px","-74px","#a","-60px","-55px"],"y":["217px","217px","#a","178px","152px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":58,"zIndex":12,"order":11,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"},"image":{"ratio":1,"src":"\/wp-content\/uploads\/2023\/11\/SocailIcon2.png","lib":"medialibrary","lib_id":746,"lib_size":"full","fromStream":false,"streamType":"gallery","pos":{"x":"50%","y":"50%"},"repeat":"no-repeat","size":"cover","sizeVal":"100%","seo":false}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"type":"shape"},"64":{"fluid":{"tx":true,"tr":true,"sp":true},"id":64,"alias":"Copy        text-22","content":{"text":"OUTSOURCING I.T.","trans":"uppercase"},"runtime":{"locked":false,"hidden":false},"size":{"w":["#a","auto","auto","auto","auto"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":[0,0,"none","none","none"]},"pos":{"x":["11px","11px","#a","8px","6px"],"y":["191px","191px","#a","157px","134px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":58,"zIndex":10,"order":13,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"0px","r":"0px","b":"0px","l":"0px"},"color":["#fff","#fff","#fff","#fff","#fff"],"font":{"family":"Inter","size":["23","23","#a","17","15"],"weight":["700","700","700","700","700"],"ls":["-1","-1",0,0,0]},"lh":["28","28","#a","21","17"],"type":"text","toggle":{"text":""}},"65":{"fluid":{"tx":true,"tr":true,"sp":true},"id":65,"alias":"Copy      shape-25","runtime":{"locked":false,"hidden":false},"size":{"w":["185","185","#a","151","129"],"h":["3","3","#a","1","2"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["18px","18px","#a","13px","11px"],"y":["247px","247px","#a","204px","172px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":58,"zIndex":9,"order":14,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"solid","orig":"#55c060","string":"rgba(85, 192, 96, 1)"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"bShdw":{"use":true,"on":"content","h":["0px","0px","#a","0px","0px"],"v":["0px","0px","#a","0px","0px"],"blur":["3px","3px","#a","1px","0px"],"spread":["1px","1px","#a","0px","0px"],"color":"#55c060"},"type":"shape"},"66":{"fluid":{"tx":true,"tr":true,"sp":true},"id":66,"alias":"Copy      shape-6","runtime":{"locked":false,"hidden":false},"size":{"w":["201","201","#a","165","140"],"h":["67","67","#a","55","47"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["9px","9px","#a","7px","6px"],"y":["258px","258px","#a","212px","180px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":58,"zIndex":11,"order":12,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"type":"solid","orig":"#efefef","string":"rgba(239, 239, 239, 1)"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"radius":{"t":"30px","r":"30px","b":"30px","l":"30px"},"type":"shape"},"69":{"rTo":"slide","fluid":{"tx":true,"tr":true,"sp":true},"id":69,"alias":"Copy    object-36","content":{"text":"<i class=\"fa-map-marker\"><\/i>"},"runtime":{"locked":false,"hidden":false},"size":{"w":["#a","auto","auto","auto","auto"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["18px","18px","#a","13px","11px"],"y":["218px","218px","#a","180px","154px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":58,"zIndex":13,"order":10,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"color":["#ff3a2d","#ff3a2d","#ff3a2d","#ff3a2d","#ff3a2d"],"font":{"size":["11","11","#a","8","8"],"weight":[400,400,400,400,400],"ls":["#a",0,0,0,0]},"lh":["28","28","#a","21","17"],"type":"text","toggle":{"text":""}},"70":{"fluid":{"tx":true,"tr":true,"sp":true},"id":70,"alias":"Copy    text-43","content":{"text":"LEARN MORE"},"runtime":{"locked":false,"hidden":false},"size":{"w":["69","69","#a","55","65px"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["28px","28px","#a","21px","18px"],"y":["225px","225px","#a","185px","157px"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"pid":58,"zIndex":14,"order":9,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":0,"xRe":0,"yRe":0,"off":1},{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"d","x":["0px","0px","0px","0px","0px"],"y":["0px","0px","0px","0px","0px"],"o":1,"xRe":0,"yRe":0,"off":1}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":1}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"color":["#ffffff","#ffffff","#ffffff","#ffffff","#ffffff"],"font":{"family":"Inter","size":["9","9","#a","7","7px"],"weight":["500","500","500","500","500"],"ls":["1","1",0,0,0]},"lh":["14","14","#a","11","12px"],"type":"text","toggle":{"text":""}},"72":{"fluid":{"tx":true,"tr":true,"sp":true},"id":72,"alias":"Copy  text-43","content":{"text":"WHAT IS YOUR I.T. SITUATION?"},"runtime":{"locked":false,"hidden":false},"size":{"w":["862px","862px","#a","811px","785px"],"h":["#a","auto","auto","auto","auto"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"]},"pos":{"x":["2px","2px","#a","1px",0],"y":["53px","53px","#a","117px","38px"],"h":["center","center","center","center","center"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":13,"order":13,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":1090,"d":0,"f":0,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":["top","top","top","top","top"],"o":0,"xRe":0,"yRe":1,"off":0},{"t":1090,"d":1000,"f":1000,"e":"power3.inOut","pE":"d","x":[0,0,0,"0px","0px"],"y":[0,0,0,"0px","0px"],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"p":{"t":[0,0,"#a",0,0],"b":[0,0,"#a",0,0],"l":[0,0,"#a",0,0],"r":[0,0,"#a",0,0]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"tA":["center","center","center","center","center"],"color":["#ffffff","#ffffff","#ffffff","#ffffff","#ffffff"],"font":{"family":"'Noto Sans'","size":["34px","34px","#a","30px","29px"],"weight":["700","700","700","700","700"],"ls":["1px","1px","#a","0px","0px"]},"lh":["#a",25,"#a","21","22"],"type":"text","toggle":{"text":""}},"73":{"fluid":{"tx":true,"tr":true,"sp":true},"id":73,"alias":"Image-73","subtype":"image","runtime":{"locked":false,"hidden":false},"size":{"w":["794px","794px","#a","#a","271px"],"h":["317px","317px","#a","#a","108px"],"minW":["none","none","none","none","none"],"minH":["none","none","none","none","none"],"sProp":true},"pos":{"x":["-7px","-7px","#a","-2px","-1px"],"y":["-39px","-39px","#a","101px","32px"],"h":["center","center","center","center","center"],"pos":"absolute","float":["none","none","none","none","none"],"clear":["none","none","none","none","none"]},"zIndex":12,"order":12,"display":["block","block","block","block","block"],"vA":"top","bg":{"color":{"orig":"transparent","type":"solid","string":"transparent"},"image":{"ratio":1,"src":"\/wp-content\/uploads\/2023\/10\/Underheader.png","lib":"medialibrary","lib_id":546,"lib_size":"full","fromStream":false,"streamType":"gallery","pos":{"x":"50%","y":"50%"},"repeat":"no-repeat","size":"cover","sizeVal":"100%","seo":false}},"attr":{"aO":"ml","tO":"ml"},"acc":{"role":""},"tl":{"in":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":1090,"d":0,"f":0,"e":"power4.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":0,"xRe":0,"yRe":0,"off":0},{"t":1090,"d":1000,"f":1000,"e":"power4.inOut","pE":"d","x":[0,0,0,0,0],"y":[0,0,0,0,0],"o":1,"xRe":0,"yRe":0,"off":0}]}},"out":{"content":{"pers":"600px","orig":{"x":"50%","y":"50%","z":"0"},"all":[{"t":0,"d":300,"f":300,"e":"power3.inOut","pE":"n","x":["inherit","inherit","inherit","inherit","inherit"],"y":["inherit","inherit","inherit","inherit","inherit"],"o":0,"xRe":0,"yRe":0,"off":0}]}}},"p":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"m":{"t":[0,0,"#a","#a","#a"],"b":[0,0,"#a","#a","#a"],"l":[0,0,"#a","#a","#a"],"r":[0,0,"#a","#a","#a"]},"type":"shape"},"74":{"rTo":"slide","id":74,"alias":"Slide BG Layer","subtype":"slidebg","size":{"cMode":"cover"},"pos":{"h":["center","center","center","center","center"],"v":["center","center","center","center","center"],"pos":"absolute"},"zIndex":0,"order":0,"display":["block","block","block","block","block"],"bg":{"color":{"type":"solid","orig":"#000000","string":"rgba(0, 0, 0, 1)"}},"tl":{"in":{"bg":{"ex":true,"all":[[],{"d":10,"sd":6.666666666666666,"e":"power2.inOut","dir":"default","t":0,"rnd":false,"temp":{"t":"*clear* No Transition","p":"notransition","m":"basic","g":"fade"},"addOns":[],"in":{"o":1},"out":{"a":false},"v":"7.0","a":"BG Animation"}]}}},"type":"shape"}}},"119":{"id":"119","slide":{"addOns":[],"id":119,"version":"6.7.37","title":"","parentId":null,"language":"default","oflow":false,"global":true,"respVP":true,"pos":"front","fullHeight":true},"layers":[]}},"id":"82","addOns":{"particlewave":"\/wp-content\/plugins\/revslider-particlewave-addon\/public\/js\/particlewave.min.js","pwURL":"\/wp-content\/plugins\/revslider-particlewave-addon\/"}};
	if (SR7.F.init) SR7.F.init(); // DOUBLE CALL NOT A PROBLEM, MANAGED IN INIT
	document.addEventListener('DOMContentLoaded', function() {if (SR7.F.init) SR7.F.init(); else SR7.shouldBeInited = true;});
	window.addEventListener('load', function() {if (SR7.F.init) SR7.F.init(); else SR7.shouldBeInited = true; });
	SR7.E.v6v7ids ??= {}
	SR7.E.v6v7ids = JSON.parse('{\"n\":{\"107\":58,\"108\":59,\"111\":62,\"113\":63,\"110\":61},\"s\":{\"70\":118,\"71\":119,\"74\":122,\"73\":121}}');
</script>
<svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
 <defs>

  <symbol id="icon-znb_close-thin" viewBox="0 0 100 100">
   <path d="m87.801 12.801c-1-1-2.6016-1-3.5 0l-33.801 33.699-34.699-34.801c-1-1-2.6016-1-3.5 0-1 1-1 2.6016 0 3.5l34.699 34.801-34.801 34.801c-1 1-1 2.6016 0 3.5 0.5 0.5 1.1016 0.69922 1.8008 0.69922s1.3008-0.19922 1.8008-0.69922l34.801-34.801 33.699 33.699c0.5 0.5 1.1016 0.69922 1.8008 0.69922 0.69922 0 1.3008-0.19922 1.8008-0.69922 1-1 1-2.6016 0-3.5l-33.801-33.699 33.699-33.699c0.89844-1 0.89844-2.6016 0-3.5z"/>
  </symbol>


  <symbol id="icon-znb_play" viewBox="0 0 22 28">
   <path d="M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z"></path>
  </symbol>

 </defs>
</svg>
</body>
</html>
