document.documentElement.className="js";var supportsCssVars=function(){var e,t=document.createElement("style");return t.innerHTML="root: { --tmp-var: bold; }",document.head.appendChild(t),e=!!(window.CSS&&window.CSS.supports&&window.CSS.supports("font-weight","var(--tmp-var)")),t.parentNode.removeChild(t),e};supportsCssVars()||alert("Please view this demo in a modern browser that supports CSS Variables.");
We offer services that can broadly be classified into three categories: projects, products and people.
We’re not just another agency-we’re your digital co-conspirators.
Our core competencies
Projects.
Kloc is more than a web agency. We’re digital alchemists, transforming brands like Jashanmal and Lotus Herbals into e-commerce legends. Beyond crafting stellar sites, our marketing mavericks employ pioneering strategies—from social media to WhatsApp—to catapult your presence. Your success is our tailor-made mission.
Crafting cool Shopify apps using the potent magic of Ruby on Rails and the dynamic MERN stack, we’re your digital conjurers. Passionate creatives, we breathe life into your wildest ideas while fueling your growth backstage. Challenge accepted.
Navigating the tech talent maze? KLoc simplifies it with precision-tailored staff augmentation. From giants like nVIDIA to vibrant startups, we’ve empowered all. With our hand-picked professionals and flexible staffing solutions, you soar while staying focused on your business epicenter.
var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}};
var gf_legacy_multi = [];
var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/kloctechnologies.com\/wp-content\/plugins\/gravityforms\/images"}};
var gf_global = {"gf_currency_config":{"name":"South African Rand","symbol_left":"R","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"ZAR"},"base_url":"https:\/\/kloctechnologies.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/kloctechnologies.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"23b86756e388588e4e99bb6bcfaf1912","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}};
var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"23b86756e388588e4e99bb6bcfaf1912"}}},"hmr_dev":"","public_path":"https:\/\/kloctechnologies.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"};
setTimeout(function() {
// Function to get the value of a query parameter from the URL
function getQueryParam(name) {
var params = new URLSearchParams(window.location.search);
return params.get(name);
}// Check for the query parameter "scrollToSection" with the value "true"
if (getQueryParam('scrollToSection') === 'true') {
// Smooth scroll to the target section
jQuery('html, body').animate({
scrollTop: jQuery('#recent-projects').offset().top
}, 1000); // Adjust the animation duration as needed (1000ms = 1 second)
}
}, 2000); // 2000 milliseconds = 2 seconds