<section class="banner-info">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="row-padd mrb-10">
<h1 class="text-center">SaaS- Sourcing as a service</h1>
<p>CostMasters team can support you in Strategic Sourcing of parts and assemblies to achieve cost optimization or act as an extended arm to meet part development schedules to meet project timelines.</p>
<p>Your search of a reliable sourcing partner is aptly met at CostMasters. We are a team of purchasing professionals and associates having respective domain knowledge, to deliver the desired result at optimal cost. We aspire for sustainable business relationship between seller & buyer to meet long term strategic goals and lay the foundation for a win-win relationship. Expertise in costing and strong industry relations help us generate value for your business.</p>
<p>You get an edge by association with specialists, be it spend analysis, cost reduction, rationalization of suppliers or streamlining supply chain for productivity. We focus on total cost of ownership covering all the cost drivers & put empathy at heart to adhere to your business processes to work in sync and achieve synergy unleashing unlimited potential. We can be one of the potential choice of sourcing consultants for you.</p>
</div>
<!--/ -->
</div>
</div>
<!--/ row -->
</div>
</section>
<section class="Online-Price-Data title-button">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="custom_help">
<h3>How we help ?</h3> <a href="#Catalogues-We-Served" class="btn">Products We serve</a></div>
</div>
<!--/ col-sm -->
</div>
<!--/ row -->
<div class="row mrb-0">
<div class="col-sm-12">
<figure><img src="https://costmasters.in/assets/front/images/Saas-Gear.png" alt="Saas Gear"></figure>
</div>
</div>
<!--/ row -->
</section>
<section class="catalogues-served" id="Catalogues-We-Served">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2>Catalogues we served</h2>
</div><!--/ col-sm -->
<div class="col-sm-4 cs-coll">
<div class="info-inner">
<h4>Sheet Metal & fabrication</h3>
<figure><img src="<?= base_url(); ?>assets/front/images/sheet-metal-fabrication.jpg" alt="image" /></figure>
</div>
</div><!--/ coll -->
<div class="col-sm-4 cs-coll">
<div class="info-inner">
<h4>Forging & machining</h3>
<figure><img src="<?= base_url(); ?>assets/front/images/forging-machining.jpg" alt="image" /></figure>
</div>
</div><!--/ coll -->
<div class="col-sm-4 cs-coll">
<div class="info-inner">
<h4>Ferrous & Non Ferrous Castings</h3>
<figure><img src="<?= base_url(); ?>assets/front/images/ferrous-non-ferrous-castings.jpg" alt="image" /></figure>
</div>
</div><!--/ coll -->
<div class="col-sm-4 cs-coll">
<div class="info-inner">
<h4>Plastics, Rubber injection & hoses</h3>
<figure><img src="<?= base_url(); ?>assets/front/images/plastics-rubber-injection-hoses.jpg" alt="image" /></figure>
</div>
</div><!--/ coll -->
<div class="col-sm-4 cs-coll">
<div class="info-inner">
<h4>Misc</h3>
<figure><img src="<?= base_url(); ?>assets/front/images/Misc.jpg" alt="image" /></figure>
</div>
</div><!--/ coll -->
</div><!--/ row -->
</div>
</section>
<script src="<?= base_url(); ?>assets/plugins/general/jquery/dist/jquery.js" type="text/javascript"></script>
<script>
jQuery("#editor").submit(function(e) {
e.preventDefault();
jQuery("input,select,textarea").css('border', '1px solid green');
jQuery('.mes').remove();
var url = jQuery(this).attr('action');
var formData = new FormData(jQuery(this)[0]);
jQuery.ajax({
type: "POST",
url: url,
data: formData,
processData: false,
dataType: 'json',
contentType: false,
success: function(data) {
if (data.status == false) {
jQuery('#message').html(data.message);
var a = data['errors'];
jQuery.each(data.errors, function(key, value) {
jQuery("input[name='" + key + "'],select[name='" + key +
"'],textarea[name='" + key + "']").css('border',
'2px solid red');
jQuery("input[name='" + key + "'],select[name='" + key +
"'],textarea[name='" + key + "']").after(
"<small class='mes text-danger'>" +
value + "</small>");
});
}
if (data.status == true) {
jQuery("input[type=text],select,textarea").css('border', '1px solid #1abb9c').delay(
2000).css('border', '1px solid #e2e2e4');
jQuery('#message').html(data.message);
jQuery("#message").fadeIn(100);
jQuery("html, body").animate({
scrollTop: jQuery("#message").offset().top - 100
}, 1000);
jQuery("#message").delay(3000);
jQuery("#message").fadeOut(100);
setTimeout(function() {
// window.location.href = "< ?= base_url('intelligent-cost-estimator'); ?>";
window.location.reload();
}, 2000);
}
}
});
});
</script> |