
<script src="/wp-content/themes/kleo/assets/js/jquery.simplePagination.js"></script>
		
<div class="dwnldcenter-casestdy-inner"> 

<div class="row dwnldcenter-main-row">

<div class="col-md-3 dwnlodcenter-main-col">
<label>Download Category</label>
<select id="download_category" name="selectypedc-dwnldcategory" onchange = "show_product_category1(this.value)">
	<option value="">Select Download Category</option>
	<option value = "1"> Installation Manuals </option>
	<option value="2"  > Product Category </option>
	<!--<option value="3" selected > Industrial Catalogues </option>-->
	<option value="4"  >Consolidated Product Catalogue</option>
 </select>
</div>


<div class="col-md-3 dwnlodcenter-main-col" id = "industrial_product_category"  style = "display:block">
		<label>Industrial Category</label><br/>
	<select name = "industrial_product_category" class="download_dropdown selectypedc_industrial" id="industrial_category" onchange="to_search(this.val);">
	<option value = "">Select Industrial Category</option>
		</select><br><br>	
</div>

<div class="col-md-3 dwnlodcenter-main-col my_pro_cate" id="product_category1" style="display:none;">
</div>

<div class="col-md-3 dwnlodcenter-main-col my_pro_type"  id = "product_type_drop1" style="display:none;">
</div>

<div class="col-md-3 dwnlodcenter-main-col my_pro_model" id = "product_model_drop1" style="display:none;">
</div>

</div>

</div> 

<input type="hidden" id="total_record_count" value="94">

<div id = "download_center">


<div id = "iom_login_err" style="display:none;"><br>
To see the records related to Installation Manuals Manual you will need to fill up the form <br>
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" onclick = "show_IOM_popup(this.value)" >
Installation Manuals Form
</button>
</div>


</div>

<div id = "download_center_pagination"></div>

</div>

	
<script>

// A $( document ).ready() block.
$( document ).ready(function() {
    $('#iom_ip_address').val('192.168.206.150');
    $('#iom_random_no').val('');
});

//$("#myModal").modal();
function show_IOM_popup(val){
	
 var ip_address_count = '0';
	
if(ip_address_count < 1){
	
 //if(val=='1'){
		$("#myModal").modal();
		jQuery("#product_category1").hide();	
	//}
	
}

}



function show_product_category1(val){
	
 //alert(val);
 jQuery('.dwnldcntr_rows').hide();
 jQuery('.dwnldcntr_rows1').hide();
 jQuery('#download_center_pagination').hide();
	
 var ip_address_count = '0';


	if(val == 1 ){
		
	// if(ip_address_count > 0 ){
		
		show_pro_cate();
		//alert('hii');
		//product_type_drop1
		jQuery("#product_category1").show();
		jQuery("#industrial_product_category").hide();
		jQuery("#product_type_drop1").hide();
		jQuery("#product_model_drop1").hide();
		
		jQuery("#industrial_category").val('');
		jQuery("#product_category").val('');
		jQuery("#product_type").val('');
		jQuery("#product_model").val('');
		jQuery("#iom_login_err").hide();	
        jQuery("#iom_login_err1").hide();	
// } else {
// 	//alert('helo');
//         jQuery("#iom_login_err").show();
//         jQuery("#iom_login_err1").show();
// 		jQuery("#industrial_product_category").hide();
// 		jQuery("#product_type_drop1").hide();
// 		jQuery("#product_model_drop1").hide();
// 		jQuery("#product_category1").hide();
// 		jQuery(".dwnldcntr_rows").hide();
// 		jQuery(".dwnldcntr_rows1").hide();
		
// }
		
	} else if( val == 2 ){
		jQuery("#product_category1").show();
		jQuery("#industrial_product_category").hide();
		jQuery("#product_type_drop1").hide();
		jQuery("#product_model_drop1").hide();
		jQuery("#industrial_category").val('');
		jQuery("#product_category").val('');
		jQuery("#product_type").val('');
		jQuery("#product_model").val('');
		jQuery("#iom_login_err").hide();
        jQuery("#iom_login_err1").hide();			
		show_pro_cate();

	}else if(val == 3 ){
		//alert(val);
		jQuery("#product_category1").hide();
		jQuery("#product_type_drop1").hide();
		jQuery("#product_model_drop1").hide();
		jQuery("#industrial_product_category").show();
		jQuery("#industrial_category").val('');
		jQuery("#product_category").val('');
		jQuery("#product_type").val('');
		jQuery("#product_model").val('');
		jQuery("#iom_login_err").hide();
		jQuery("#iom_login_err1").hide();
		
	}else if(val == 4 ){
		//alert(val);
		jQuery("#product_category1").hide();
		jQuery("#product_type_drop1").hide();
		jQuery("#product_model_drop1").hide();
		jQuery("#industrial_product_category").hide();
		jQuery("#industrial_category").val('');
		jQuery("#product_category").val('');
		jQuery("#product_type").val('');
		jQuery("#product_model").val('');
		jQuery("#iom_login_err").hide();
		jQuery("#iom_login_err1").hide();
		to_search();
	}else{
		
		jQuery("#product_category1").hide();
		jQuery("#industrial_product_category").hide();
		jQuery("#product_type_drop1").hide();
		jQuery("#product_model_drop1").hide();
		jQuery("#industrial_category").val('');
		jQuery("#product_category").val('');
		jQuery("#product_type").val('');
		jQuery("#product_model").val('');
		jQuery("#iom_login_err").hide();
		jQuery("#iom_login_err1").hide();
	}
	
}

		function show_pro_types(val){
			to_search();
			var download_category =$('#download_category').val();
			var product_category =$('#product_category').val();
			var product_type= $('#product_type').val('');
			var product_model= $('#product_model').val('');
				$.ajax({
		   url: "https://www.kirloskarpumps.com/kirloskar-pumps/wp-admin/admin-ajax.php",
			method: 'POST',
			data: {
				action : 'show_pro_type_drops',
				download_category : download_category,
				val: product_category,
			},
			beforeSend: function() {
              $("#loading-image").show();
			},
		    complete: function(){
			$("#loading-image").hide();
			},
			success: function(res){
			//	console.log(res);
				$('#pro_cate_drop').html(res);
				$('.my_pro_type').html(res);
				$('.my_pro_model').hide();
				$('.my_pro_type').show();
				
			
			}
		});
		}
		
		function show_pro_cate(){
			var download_category =$('#download_category').val();
			//alert(download_category);
			if(download_category==1 || download_category==2 ){
			jQuery("#industrial_product_category").hide();
			$.ajax({
		   	url: "https://www.kirloskarpumps.com/kirloskar-pumps/wp-admin/admin-ajax.php",
			method: 'POST',
			data: {
				action : 'show_pro_cate_drops',
				download_category : download_category
			},
			beforeSend: function() {
              $("#loading-image").show();
			},
		    complete: function(){
			$("#loading-image").hide();
			},
			success: function(res){
				//to_search();
				$('.my_pro_cate').html(res);
				$('.my_pro_cate').show();
				$('.my_pro_model').hide();
			}
		});
			} else {
				jQuery("#industrial_product_category").show();
			}
		}
		
		function show_models(val){
			to_search();
			var download_category =$('#download_category').val();			
			var product_category= $('#product_category').val();
			var product_type= $('#product_type').val();
			var product_model= $('#product_model').val();
			//alert(product_category);
			$.ajax({
		   	url: "https://www.kirloskarpumps.com/kirloskar-pumps/wp-admin/admin-ajax.php",
			method: 'POST',
			data: {
				action : 'show_model_drops',
				product_category: product_category,
				product_type: product_type,
				download_category: download_category,
				product_model: product_model,
			},
			beforeSend: function() {
              $("#loading-image").show();
			},
		    complete: function(){
			$("#loading-image").hide();
			},
			success: function(res){
				//console.log(res);
				$('.my_pro_model').html(res);
				$('.my_pro_type').show();
				$('.my_pro_model').show();
			
			}
		});
		}
	

$(window).on('load',function(){
	
	var selectypedc_prdctctgry = $("#product_category").val();
	var download_category =$('#download_category').val();
	if(download_category==1 || download_category==1 && selectypedc_prdctctgry !='' && selectypedc_prdctctgry !=undefined ){	
	
	var industrial_category = $("#industrial_category").val('');

	to_search();
	}

   var industrial_category = $("#industrial_category").val();
	if(industrial_category !='' && industrial_category !=undefined){
    $("#product_category").val('');
	to_search();
	}
	
});
	
		function to_search(){
		//	console.log(val);
	    var download_category =$('#download_category').val();	
		var industrial_category =$('#industrial_category').val();	
		var selectypedc_dwnldctgry = $("#product_category").val();
			//console.log(selectypedc_dwnldctgry);
			var selectypedc_prdctctgry = $(".selectypedc_prdctctgry").val();
			//console.log(selectypedc_prdctctgry);
			var selectypedc_prdcttype = $(".selectypedc_prdcttype").val();
			//console.log(selectypedc_prdcttype);
			var selectypedc_model = $(".selectypedc_model").val();
			//console.log(selectypedc_model);
				load_data2(download_category,selectypedc_dwnldctgry,industrial_category,selectypedc_prdctctgry,selectypedc_prdcttype,selectypedc_model,1);
		}

		function load_data2(download_category,selectypedc_dwnldctgry,industrial_category,selectypedc_prdctctgry,selectypedc_prdcttype,selectypedc_model,page){
			//alert('dsfsd');
			$.ajax({
		   url: "https://www.kirloskarpumps.com/kirloskar-pumps/wp-admin/admin-ajax.php",
			method: 'POST',
			data: {
				action : 'search_download_center_filter',
				download_category: download_category,
				product_category: selectypedc_prdctctgry,
				industrial_category: industrial_category,
				product_type: selectypedc_prdcttype,
				product_model: selectypedc_model,
				page : page
			},
			beforeSend: function() {
              $("#loading-image").show();
			},
		    complete: function(){
			$("#loading-image").hide();
			},
			success: function(res){
				//alert(res);
				//console.log(res);
				$('#download_center').html(res);
		        $('#download_center_pagination').show();

			}
		});
		
				
	$.ajax({
	   url: "https://www.kirloskarpumps.com/kirloskar-pumps/wp-admin/admin-ajax.php",
		method: 'POST',
		data: {
				action : 'search_download_center_pagination',
                download_category: download_category,
				product_category: selectypedc_prdctctgry,
				industrial_category: industrial_category,
				product_type: selectypedc_prdcttype,
				product_model: selectypedc_model,
				page : page
		    },
		beforeSend: function() {
		  $("#loading-image").show();
		},
		complete: function(){
		$("#loading-image").hide();
		},
		success: function(res){
			//console.log(res);
			$('#download_center_pagination').html(res);
		
		}
	});
	
 }
</script>

<style>
	button.btn.btn-primary {
		background: #c5d435;
		padding: 8px 15px;
		color: #fff !important;
		float: left;
		font-family: 'muli';
		margin-top: 20px;
		font-size: 15px;
		text-transform: capitalize;
		width: auto;
		border: solid 1px #c5d435 !important;
	}
	button.btn.btn-primary:hover {
		background: transparent;
		color: #c5d435 !important;
		border: solid 1px #c5d435 !important;
	}
	.dwnldcntr-pagination .pagination{
		text-align:center;
	}
	div#myModal .modal-dialog {
		width: 60%;
	}
	.modal-content {
    	background-color: #fff !important;
	}
	div#myModal .modal-body {
		padding: 0px !important;
		width: 100%;
	}
	div#myModal {
		background: #000000b5;
		z-index: 9999999;
	}
	.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], .wpcf7 input[type="password"] {
		height: 42px;
		line-height: 48px;
	}
	.row.iomform-row {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		align-items: flex-start;
		margin: 0;
	}
	textarea#message {
		border: solid 1px #000;
		border-radius: 0px;
		margin-bottom: 20px;
	}
	.iomform-btn p .iom_form {
		text-align: center;
		float: left;
		margin-bottom: 15px;
		padding: 10px;
	}
	.iomform-btn p .iom_form {
		text-align: center;
		float: left;
		margin-bottom: 15px;
		padding: 10px;
		background: #c5d435 !important;
		border: solid 1px #c5d435 !important;
		color: #fff !important;
		letter-spacing: 0.6px;
	}
	.iomform-btn p .iom_form:hover {
		background: transparent !important;
		border: solid 1px #c5d435 !important;
		color: #c5d435 !important;
	}
	div#myModal button.close {
		color: #fff;
		opacity: 1;
		font-weight: 100;
		font-size: 30px;
		position: relative;
		top: -30px;
		right: -3%;
		border: solid 1px #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		font-size: 19px;
		line-height: 35px;
	}
	@media (max-width:767px){
		div#myModal .modal-dialog {
			width: 94%;
		}
		.col-md-4.col-sm-4.iomform-form, .col-md-12.col-sm-12.iomform-form, .col-md-6.col-sm-6.iomform-form {
			width: 100%;
		}
		.col-md-4.col-sm-4.iomform-form input#phone_no {
			margin-bottom: 10px;
		}
		div#myModal .modal-dialog {
			width: 94%;
			top: 25px;
		}
		div#myModal button.close {
			width: 26px;
			height: 26px;
			font-size: 18px;
			line-height: 18px;
		}
	}
	@media (min-width:768px) and (max-width:999px){
		div#myModal .modal-dialog {
			width: 85%;
		}
		div#myModal button.close {
			top: -36px;
		}
	}
	
	/*********************** Demo - 16 *******************/
.box16{text-align:center;color:#fff;position:relative;height: 230px;margin-bottom: 10px; overflow: hidden}
.box16 .box-content,.box16:after{width:100%;position:absolute;left:0}
.box16:after{content:"";height:100%;background:linear-gradient(to bottom,rgb(0 0 0 / 52%) 0,rgb(0 0 0 / 52%) 69%,rgba(0,0,0,.76) 100%); transition:0.7s ease; top:0;transition:all .5s ease 0s}
.box16 .post,.box16 .title, .box16 p{ !transform:translateY(40px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}
/*.box16:hover:after{background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%)}*/
.box16:hover:after{background:linear-gradient(to bottom,rgb(0 0 0 / 85%) 0,rgb(0 0 0 / 85%) 75%,rgba(0,0,0,.86) 100%); transition:0.7s ease;}
.box16 img{width:100%;height: 230px;object-fit: cover;object-position: top;}
.box16 .box-content{
	padding: 30px 15px 0px;
    margin-bottom: 0px;
    bottom: 0;
    z-index: 1;
    text-align: left;
    height: auto !important;
    min-height: auto !important;
    transition: all .6s cubic-bezier(0,0,.58,1) 0s;
    position: absolute;
    bottom: 5px;
}
.box16 .title{
	font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
	line-height: 22px;
    margin-top: 5px;
	padding-bottom: 5px;
}
.col-sm-6.col-md-6.col-lg-6 .box16 .title {
    height: 28px;
}
.box16 .post{
	display: block;
    padding: 0px 0;
    font-size: 14px;
}
.box16 p {
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
}

.box16 .mycontent li a,.box17 .icon li a{border-radius:50%;font-size:20px;color:#fff}
.box16 .mycontent{list-style:none;padding:0 0 15px;margin:0px 0 0px;opacity:1;position:relative; height:65px; transition:all .6s cubic-bezier(0,0,.58,1) 0s}
.box16:hover .mycontent{opacity:1;  transition: all .6s cubic-bezier(0,0,.58,1) 0s; margin-bottom: -10px;}
.box16 .mycontent li{
	display: inline-block;
    font-size: 13px;
    line-height: 18px;
}
.box16 .mycontent{
    transition: all .6s cubic-bezier(0,0,.58,1) 0s;
}
.box16 .mycontent ul, .box16 .mycontent ul, .box16 .mycontent ul, .box16 .mycontent ol {
    display: none;
}
/* .box16 .mycontent p{
    display:none !important;
} */
.box16 .mycontent p:not(:first-child) {
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    display: none !important;
}
.box16 .mycontent p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    !height: 70px;
}
.box-content a, .box-content a:hover, .box-content p {
    color: #fff;
	font-size: 12px;
	letter-spacing:0.5px;
}
div#product-loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    top: 0%;
    padding: 18%;
    left: 0px;
    right: 0px;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    background: #000000a1;
}
div#product-loader img.custom-loader-icon {
    height: 50px;
}
.box16:hover .box-content {
    !min-height: 105px;
    !height: 165px !important;
    transition: all .6s cubic-bezier(0,0,.58,1) 0s;

}
.!box16 .mycontent li a{display:block;width:40px;height:40px;line-height:40px;background:#6d3795;margin-right:10px;transition:all .3s ease 0s}
.box17 .icon li,.box17 .icon li a{display:inline-block}
.box16 .mycontent li a:hover{background:#bea041}
.box16 .mycontent li:last-child a{margin-right:0}
@media only screen and (max-width:990px){.box16{margin-bottom:15px}
}
.myrow .col-lg-6, .myrow .col-lg-4{
	padding-right:5px;
	padding-left:5px;
}

.dwnldcntr-pagination {
    margin-top: 40px;
}
.row.myrow {
    margin: 0;
}
h3.title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box16 .mycontent ul {
    display: none;
}

@media (min-width:551px) and (max-width:767px){
	.myrow .col-lg-6, .myrow .col-lg-4 {
		width: 50%;
		float: left;
	}
	.dwnldcntr-pagination .pagination {
		justify-content: center;
	}
    .col-sm-6.col-md-6.col-lg-6 .box16 .title {
        height: 49px;
    }
}
@media (min-width:768px) and (max-width:999px){
    .col-sm-6.col-md-6.col-lg-6 .box16 .title {
        height: 49px;
    }
}
@media (min-width:0px) and (max-width:550px){
	.myrow .col-lg-6, .myrow .col-lg-4 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.box16 .post, .box16 .title, .box16 p {
		!transform: translateY(55px);
	}
	.dwnldcntr-pagination .pagination {
		justify-content: center;
		margin-bottom: 0;
	}
    .col-sm-6.col-md-6.col-lg-6 .box16 .title {
        height: 49px;
    }
}


ul.pagination.light-theme.simple-pagination li a {
    background: #fff;
    border-radius: 3px;
    border: solid 2px #009ffd;
    color: #000;
    height: 35px;
    width: 35px;
}
ul.pagination.light-theme.simple-pagination li.active .current {
    background: #009ffd;
    border-radius: 3px;
    border: solid 1px #009ffd;
    color: #fff;
    height: 35px;
    width: 35px;
	box-shadow: none !important;
}
.pagination li.disabled span.current {
    background: #e5e5e5;
    border-radius: 3px;
    border: solid 2px #e5e5e5;
    color: #000;
    height: 35px;
    width: 35px;
	box-shadow: none !important;
}
.pagination li.disabled span.ellipse {
    border: none;
    width: 35px;
    height: 35px;
    color: #009ffd;
}
.pagination {
    padding: 20px 0 0px;
    margin-bottom: 0px;
}
ul.pagination.light-theme.simple-pagination li .next, ul.pagination.light-theme.simple-pagination li .prev {
    font-size: 0px;
}
ul.pagination.light-theme.simple-pagination li .next:after {
    content: '>>';
    color: #000;
    font-size: 16px;
}
ul.pagination.light-theme.simple-pagination li .prev:after {
    content: '<<';
    color: #000;
    font-size: 16px;
}
ul.pagination.light-theme.simple-pagination li a:hover {
    background: #009ffd;
    color: #fff;
}
ul.pagination.light-theme.simple-pagination li .next:hover:after, ul.pagination.light-theme.simple-pagination li .prev:hover:after {
    color: #fff;
}
ul.pagination.light-theme.simple-pagination li.disabled .next:hover:after, ul.pagination.light-theme.simple-pagination li.disabled .prev:hover:after {
    color: #000;
}
@media (max-width:550px){
    .pagination {
        display: inline-flex;
        align-content: flex-end;
        justify-content: center;
    }
    .pagination li.disabled span.current, ul.pagination.light-theme.simple-pagination li.active .current, ul.pagination.light-theme.simple-pagination li a, .pagination li.disabled span.ellipse {
        height: 25px;
        width: 25px;
        font-size: 14px;
        line-height: 22px;
    }
    ul.pagination.light-theme.simple-pagination li .next:after, ul.pagination.light-theme.simple-pagination li .prev:after {
        font-size: 14px;
        line-height: 21px;
    }
    .box16 .title {
        height: 49px;
    }
}
.box16 .mycontent {
    margin-bottom: -65px;
    padding-top: 5px; 
    padding-bottom: 0px;
}
</style>

<!-- The Modal -->

<div class="modal fade downloadcenteriommodal" id="myModal" role="dialog" >
	<div class="modal-dialog">
		<div class="innermodal-dialog">
			<div class="modal-content">
				<button type="button" class="close" data-dismiss="modal" aria-label="Close">&times;</button>       
				<div class="modal-body">
					<p class="wpcf7-contact-form-not-found"><strong>Error:</strong> Contact form not found.</p>				</div>        
			</div>
		</div>
	</div>
</div>

{"id":2335,"date":"2019-11-25T13:57:11","date_gmt":"2019-11-25T13:57:11","guid":{"rendered":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/?page_id=2335"},"modified":"2025-10-10T06:59:50","modified_gmt":"2025-10-10T06:59:50","slug":"download-center","status":"publish","type":"page","link":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/download-center\/","title":{"rendered":"Download Center"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;120px&#8221; padding_bottom=&#8221;&#8221; margin_bottom=&#8221;20px&#8221; el_class=&#8221;mobile-banner-top-row mobileblock&#8221; bg_image=&#8221;3411&#8243;][vc_column][vc_column_text el_class=&#8221;mobile-banner-breadcrumbs&#8221;]<\/p>\n<p style=\"text-align: center;\"><section class='container-wrap main-title alternate-color  border-bottom breadcrumbs-container'><div class='container'><h1 class='page-title'>Download Center<\/h1><div class='breadcrumb-extra'>\n\t\t<div class=\"kleo_framework breadcrumb\"><span class=\"active\"><a href=\"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\" title=\"Kirloskar Brothers Limited\" rel=\"home\">Home<\/a><\/span>\n\t\t<\/div><p class=\"page-info\"><em class=\"muted\">feel free to call us<\/em> &nbsp;&nbsp;<i class=\"icon-phone\"><\/i> +91.33.26789234 &nbsp;&nbsp;&nbsp;&nbsp;<i class=\"icon-mail-alt\"><\/i> youremail@yourdomain.com<\/p><\/div><\/div><\/section>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;0&#8243; padding_bottom=&#8221;0&#8243; el_class=&#8221;banner-class-section desktopblock&#8221; bg_image=&#8221;3412&#8243;][vc_column][vc_empty_space height=&#8221;300&#8243;][\/vc_column][\/vc_row][vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;0&#8243; padding_bottom=&#8221;0&#8243; el_class=&#8221;banner-class-section landscapeblock&#8221; bg_image=&#8221;3413&#8243;][vc_column][vc_empty_space height=&#8221;300&#8243;][\/vc_column][\/vc_row][vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;0&#8243; padding_bottom=&#8221;0&#8243; el_class=&#8221;banner-class-section tabletblock&#8221; bg_image=&#8221;3414&#8243;][vc_column][vc_empty_space height=&#8221;300&#8243;][\/vc_column][\/vc_row][vc_row padding_top=&#8221;&#8221; padding_bottom=&#8221;&#8221; el_class=&#8221;contactus-main-display-row not-in-mob&#8221;][vc_column el_class=&#8221;contactus-submenu-col&#8221;][vc_column_text el_class=&#8221;media-main-display-breadcrum&#8221;]<section class='container-wrap main-title alternate-color  border-bottom breadcrumbs-container'><div class='container'><h1 class='page-title'>Download Center<\/h1><div class='breadcrumb-extra'>\n\t\t<div class=\"kleo_framework breadcrumb\"><span class=\"active\"><a href=\"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\" title=\"Kirloskar Brothers Limited\" rel=\"home\">Home<\/a><\/span>\n\t\t<\/div><p class=\"page-info\"><em class=\"muted\">feel free to call us<\/em> &nbsp;&nbsp;<i class=\"icon-phone\"><\/i> +91.33.26789234 &nbsp;&nbsp;&nbsp;&nbsp;<i class=\"icon-mail-alt\"><\/i> youremail@yourdomain.com<\/p><\/div><\/div><\/section>[\/vc_column_text][vc_column_text text_color=&#8221;#c5d435&#8243; font_size=&#8221;20px&#8221; el_class=&#8221;contactus-main-display-heading facilities-title&#8221;]<\/p>\n<h2>DOWNLOAD CENTER<\/h2>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row padding_top=&#8221;&#8221; el_class=&#8221;download-centre-sec&#8221;][vc_column][vc_column_text]<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;120px&#8221; padding_bottom=&#8221;&#8221; margin_bottom=&#8221;20px&#8221; el_class=&#8221;mobile-banner-top-row mobileblock&#8221; bg_image=&#8221;3411&#8243;][vc_column][vc_column_text el_class=&#8221;mobile-banner-breadcrumbs&#8221;] [\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;0&#8243; padding_bottom=&#8221;0&#8243; el_class=&#8221;banner-class-section desktopblock&#8221; bg_image=&#8221;3412&#8243;][vc_column][vc_empty_space height=&#8221;300&#8243;][\/vc_column][\/vc_row][vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;0&#8243; padding_bottom=&#8221;0&#8243; el_class=&#8221;banner-class-section landscapeblock&#8221; bg_image=&#8221;3413&#8243;][vc_column][vc_empty_space height=&#8221;300&#8243;][\/vc_column][\/vc_row][vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;0&#8243; padding_bottom=&#8221;0&#8243; el_class=&#8221;banner-class-section tabletblock&#8221; bg_image=&#8221;3414&#8243;][vc_column][vc_empty_space height=&#8221;300&#8243;][\/vc_column][\/vc_row][vc_row padding_top=&#8221;&#8221; padding_bottom=&#8221;&#8221; el_class=&#8221;contactus-main-display-row not-in-mob&#8221;][vc_column el_class=&#8221;contactus-submenu-col&#8221;][vc_column_text el_class=&#8221;media-main-display-breadcrum&#8221;][\/vc_column_text][vc_column_text text_color=&#8221;#c5d435&#8243; font_size=&#8221;20px&#8221; el_class=&#8221;contactus-main-display-heading facilities-title&#8221;] DOWNLOAD CENTER [\/vc_column_text][\/vc_column][\/vc_row][vc_row padding_top=&#8221;&#8221; el_class=&#8221;download-centre-sec&#8221;][vc_column][vc_column_text] [\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width.php","meta":{"_acf_changed":false,"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"inline_featured_image":false,"footnotes":""},"class_list":["post-2335","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Download Center - Kirloskar Brothers Limited<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/download-center\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Download Center - Kirloskar Brothers Limited\" \/>\n<meta property=\"og:description\" content=\"[vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;120px&#8221; padding_bottom=&#8221;&#8221; margin_bottom=&#8221;20px&#8221; el_class=&#8221;mobile-banner-top-row mobileblock&#8221; bg_image=&#8221;3411&#8243;][vc_column][vc_column_text el_class=&#8221;mobile-banner-breadcrumbs&#8221;] [\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;0&#8243; padding_bottom=&#8221;0&#8243; el_class=&#8221;banner-class-section desktopblock&#8221; bg_image=&#8221;3412&#8243;][vc_column][vc_empty_space height=&#8221;300&#8243;][\/vc_column][\/vc_row][vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;0&#8243; padding_bottom=&#8221;0&#8243; el_class=&#8221;banner-class-section landscapeblock&#8221; bg_image=&#8221;3413&#8243;][vc_column][vc_empty_space height=&#8221;300&#8243;][\/vc_column][\/vc_row][vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;0&#8243; padding_bottom=&#8221;0&#8243; el_class=&#8221;banner-class-section tabletblock&#8221; bg_image=&#8221;3414&#8243;][vc_column][vc_empty_space height=&#8221;300&#8243;][\/vc_column][\/vc_row][vc_row padding_top=&#8221;&#8221; padding_bottom=&#8221;&#8221; el_class=&#8221;contactus-main-display-row not-in-mob&#8221;][vc_column el_class=&#8221;contactus-submenu-col&#8221;][vc_column_text el_class=&#8221;media-main-display-breadcrum&#8221;][\/vc_column_text][vc_column_text text_color=&#8221;#c5d435&#8243; font_size=&#8221;20px&#8221; el_class=&#8221;contactus-main-display-heading facilities-title&#8221;] DOWNLOAD CENTER [\/vc_column_text][\/vc_column][\/vc_row][vc_row padding_top=&#8221;&#8221; el_class=&#8221;download-centre-sec&#8221;][vc_column][vc_column_text] [\/vc_column_text][\/vc_column][\/vc_row]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/download-center\/\" \/>\n<meta property=\"og:site_name\" content=\"Kirloskar Brothers Limited\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-10T06:59:50+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/download-center\/\",\"url\":\"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/download-center\/\",\"name\":\"Download Center - Kirloskar Brothers Limited\",\"isPartOf\":{\"@id\":\"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/#website\"},\"datePublished\":\"2019-11-25T13:57:11+00:00\",\"dateModified\":\"2025-10-10T06:59:50+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/download-center\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/#website\",\"url\":\"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/\",\"name\":\"Kirloskar Brothers Limited\",\"description\":\"Pumps and Valves Manufacturing Company\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Download Center - Kirloskar Brothers Limited","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/download-center\/","og_locale":"en_US","og_type":"article","og_title":"Download Center - Kirloskar Brothers Limited","og_description":"[vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;120px&#8221; padding_bottom=&#8221;&#8221; margin_bottom=&#8221;20px&#8221; el_class=&#8221;mobile-banner-top-row mobileblock&#8221; bg_image=&#8221;3411&#8243;][vc_column][vc_column_text el_class=&#8221;mobile-banner-breadcrumbs&#8221;] [\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;0&#8243; padding_bottom=&#8221;0&#8243; el_class=&#8221;banner-class-section desktopblock&#8221; bg_image=&#8221;3412&#8243;][vc_column][vc_empty_space height=&#8221;300&#8243;][\/vc_column][\/vc_row][vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;0&#8243; padding_bottom=&#8221;0&#8243; el_class=&#8221;banner-class-section landscapeblock&#8221; bg_image=&#8221;3413&#8243;][vc_column][vc_empty_space height=&#8221;300&#8243;][\/vc_column][\/vc_row][vc_row type=&#8221;image&#8221; bg_position=&#8221;center&#8221; bg_position_horizontal=&#8221;center&#8221; padding_top=&#8221;0&#8243; padding_bottom=&#8221;0&#8243; el_class=&#8221;banner-class-section tabletblock&#8221; bg_image=&#8221;3414&#8243;][vc_column][vc_empty_space height=&#8221;300&#8243;][\/vc_column][\/vc_row][vc_row padding_top=&#8221;&#8221; padding_bottom=&#8221;&#8221; el_class=&#8221;contactus-main-display-row not-in-mob&#8221;][vc_column el_class=&#8221;contactus-submenu-col&#8221;][vc_column_text el_class=&#8221;media-main-display-breadcrum&#8221;][\/vc_column_text][vc_column_text text_color=&#8221;#c5d435&#8243; font_size=&#8221;20px&#8221; el_class=&#8221;contactus-main-display-heading facilities-title&#8221;] DOWNLOAD CENTER [\/vc_column_text][\/vc_column][\/vc_row][vc_row padding_top=&#8221;&#8221; el_class=&#8221;download-centre-sec&#8221;][vc_column][vc_column_text] [\/vc_column_text][\/vc_column][\/vc_row]","og_url":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/download-center\/","og_site_name":"Kirloskar Brothers Limited","article_modified_time":"2025-10-10T06:59:50+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/download-center\/","url":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/download-center\/","name":"Download Center - Kirloskar Brothers Limited","isPartOf":{"@id":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/#website"},"datePublished":"2019-11-25T13:57:11+00:00","dateModified":"2025-10-10T06:59:50+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/download-center\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/#website","url":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/","name":"Kirloskar Brothers Limited","description":"Pumps and Valves Manufacturing Company","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/wp-json\/wp\/v2\/pages\/2335","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/wp-json\/wp\/v2\/comments?post=2335"}],"version-history":[{"count":19,"href":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/wp-json\/wp\/v2\/pages\/2335\/revisions"}],"predecessor-version":[{"id":3930,"href":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/wp-json\/wp\/v2\/pages\/2335\/revisions\/3930"}],"wp:attachment":[{"href":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/wp-json\/wp\/v2\/media?parent=2335"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}