
    <link rel="stylesheet" href="/wp-content/themes/kleo/custom-css/owl.carousel.min.css">

    <script src="/wp-content/themes/kleo/custom-js/owl-2-3-4.carousel.min.js"></script>

    <link rel="stylesheet" href="/wp-content/themes/kleo/custom-css/simplePagination.css" />

    <script src="/wp-content/themes/kleo/assets/js/jquery.simplePagination.js"></script>





   <script type="text/javascript">
jQuery(document).ready(function() {

    jQuery('.pagination').pagination({

        items: 30,
        itemsOnPage: "12",
        cssStyle: 'light-theme',
        currentPage: 1,

        onPageClick: function(pageNumber) {

            jQuery("#ajax_res").html('<div style="display:flex;justify-content:center;align-items:center; height:100%;"><img style="width:50px;height:auto;margin:0 auto;" src="/wp-content/uploads/2018/04/ajax-loader.gif" /></div>');

            jQuery("#ajax_res").load("/kirloskar-pumps/wp-admin/admin-ajax.php?action=event_pagination", 
            {
                'page': pageNumber
            }, 
            function() {
                // Scroll to top after new records load
                jQuery('html, body').animate({
                    scrollTop: jQuery("#ajax_res").offset().top - 50
                }, 400);
            });

        },

        onInit: function(e, num) {

            jQuery("#ajax_res").html('<div style="display:flex;justify-content:center;align-items:center; height:100%;"><img style="width:50px;height:auto;margin:0 auto;" src="/wp-content/uploads/2018/04/ajax-loader.gif" /></div>');

            jQuery("#ajax_res").load("/kirloskar-pumps/wp-admin/admin-ajax.php?action=event_pagination", 
            {
                'page': num
            },
            function() {
                // Scroll to top on initial load too
                jQuery('html, body').animate({
                    scrollTop: jQuery("#ajax_res").offset().top - 50
                }, 400);
            });

        }

    });

});
</script>




    <style>
        .dwnldcntr-pagination .pagination {

            text-align: center;

        }



        /*********************** Demo - 16 *******************/

        .box16 {
            text-align: center;
            color: #fff;
            position: relative;
            height: 325px;
            margin-bottom: 40px;
            overflow: hidden
        }

        .box16 .box-content,
        .box16:after {
            width: 100%;
            position: absolute;
            left: 0;
            height: 100%;
        }

        .box16:after {
            content: "";
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.91) 91%);
            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(171.93deg, rgba(48, 112, 176, 0.3) 5.74%, #26A66C 90.91%);
            transition: 0.7s ease;
        }

        .box16 img {
            width: 100%;
            height: 325px;
            object-fit: cover;
            object-position: top;
        }

        .image-date-heading {
            margin-bottom: 75px;
        }

        .image-and-content {
            position: relative;
        }

        .image-and-content a {
            height: 325px;
            display: block;
        }

        .image-and-content img {
            height: 325px;
            width: 100%;
            object-fit: cover;
            object-position: top;
        }

        .heading-block {
            background-color: #fff;
            position: absolute;
            bottom: -50px;
            width: 320px;
            left: calc(50% - 160px);
            padding: 8px;
            transition: .5s all ease-in-out;
            box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        }

        .events-heading-small {
            text-decoration: none !IMPORTANT;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            height: 36px;
            font-size: 16px;
            line-height: 18px;
        }

        p.down-sec-date {
            color: #000 !important;
            font-weight: 600;
            margin: 2px 0px 0px;
            font-size: 12px;
        }

        .image-and-content:hover .heading-block {
            transform: translateY(-50px);
            transition: .5s all ease-in-out;
        }

        .box16:hover .box-content {
            bottom: 0;
        }

        .box16 .box-content {
            padding: 30px 15px 15px;
            margin-bottom: 0px;
            z-index: 1;
            text-align: left;
            transition: all .6s cubic-bezier(0, 0, .58, 1) 0s;
            position: absolute;
            bottom: -33px;
            display: flex;
            flex-direction: column;
            justify-content: end;
            gap: 10px;
        }

        .box16 .title {

            font-size: 16px;

            /* text-transform: capitalize; */

            font-weight: 500;

            line-height: 18px;

            margin-top: 0;

            padding-bottom: 0;
            color: #fff !important;

        }

        .col-sm-6.col-md-6.col-lg-6 .box16 .title {

            /* height: auto; */

        }

        .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: 30px;
                border-radius: 10px;
            }

        }

        .myrow .col-lg-6,
        .myrow .col-lg-4 {

            padding-right: 7.5px;

            padding-left: 7.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(max-width:1024px) {
            .box16 .box-content {

                bottom: 0px !important;

            }
        }

        @media (min-width:551px) and (max-width:767px) {
            .image-date-heading {
                margin-bottom: 70px !important;
            }

            .image-and-content img {
                border-radius: 10px;
            }

            .heading-block {
                width: 90% !important;
                left: calc(50% - 45%) !important;
                border-radius: 10px;
            }

            .events-heading-small {
                text-decoration: none !IMPORTANT;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                height: 36px;
                color: #000 !IMPORTANT;
                font-size: 16px;
                line-height: 18px;
            }

            .events-heading-small {
                height: auto !important;
                min-height: 40px;
            }

            .image-and-content:hover .heading-block {
                transform: unset;
                transition: .5s all ease-in-out;
            }

            .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) {
            #ajax_res {
                margin-top: 30px;
            }

            .col-sm-6.col-md-6.col-lg-6 .box16 .title {

                /* height: 49px; */

            }

            .image-date-heading {
                margin-bottom: 70px !important;
            }

            .image-and-content img {
                border-radius: 10px;
            }

            .heading-block {
                width: 90% !important;
                left: calc(50% - 45%) !important;
                border-radius: 10px;
            }

            .events-heading-small {
                text-decoration: none !IMPORTANT;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                height: 36px;
                color: #000 !IMPORTANT;
                font-size: 16px;
                line-height: 18px;
            }

            .events-heading-small {
                height: auto !important;
                min-height: 40px;
            }

            .image-and-content:hover .heading-block {
                transform: unset;
                transition: .5s all ease-in-out;
            }
        }

        @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; */

            }

            .mobile-meta p:last-child {

                font-size: 16px;

                line-height: 24px;

            }

            .image-date-heading {
                margin-bottom: 70px !important;
            }

            .image-and-content img {
                border-radius: 10px;
            }

            .heading-block {
                width: 90% !important;
                left: calc(50% - 45%) !important;
                border-radius: 10px;
            }

            .events-heading-small {
                text-decoration: none !IMPORTANT;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 3;
                height: 36px;
                color: #000 !IMPORTANT;
                font-size: 16px;
                line-height: 18px;
            }

            .events-heading-small {
                height: auto !important;
                min-height: 40px;
            }

            .image-and-content:hover .heading-block {
                transform: unset;
                transition: .5s all ease-in-out;
            }
        }





        ul.pagination.light-theme.simple-pagination li a {

            background: #fff;

            border-radius: 3px;

            border: solid 2px #238aa0;

            color: #000;

            height: 35px;

            width: 35px;

        }

        ul.pagination.light-theme.simple-pagination li.active .current {

            background: #238aa0;

            border-radius: 3px;

            border: solid 1px #238aa0;

            color: #fff;

            height: 35px;

            width: 35px;

            box-shadow: none;

        }

        .pagination li.disabled span.current {

            background: #e5e5e5;

            border-radius: 3px;

            border: solid 2px #e5e5e5;

            color: #000;

            height: 35px;

            width: 35px;

            box-shadow: none;

        }

        .pagination li.disabled span.ellipse {

            border: none;

            width: 35px;

            height: 35px;

            color: #238aa0;

        }

        .pagination {


            padding: 20px 0 0px;
            margin-bottom: 0px;
            display: flex;
            align-items: center;
            justify-content: center;

        }

        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: #238aa0;

            color: #fff !important;

        }

        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>



<div id = "ajax_res">

</div><nav><ul class="pagination"><li class='active'  id=1><a href=1>1</a></li><li id=2><a href=2>2</a></li><li id=3><a href=3>3</a></li></ul></nav>{"id":2056,"date":"2018-09-18T12:44:10","date_gmt":"2018-09-18T12:44:10","guid":{"rendered":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/?page_id=2056"},"modified":"2026-01-07T04:58:40","modified_gmt":"2026-01-07T04:58:40","slug":"events","status":"publish","type":"page","link":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/events\/","title":{"rendered":"Events"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row type=&#8221;image&#8221; padding_top=&#8221;120px&#8221; padding_bottom=&#8221;&#8221; margin_bottom=&#8221;20px&#8221; el_class=&#8221;mobile-banner-top-row&#8221; bg_image=&#8221;3353&#8243;][vc_column][vc_column_text el_class=&#8221;mobile-banner-heading&#8221;]<\/p>\n<h2 class=\"custom-section-main-title\"><span style=\"color: #ffffff;\">Events<\/span><\/h2>\n<p>[\/vc_column_text][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'>Events<\/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 not-in-mob&#8221; bg_image=&#8221;3353&#8243;][vc_column][vc_empty_space height=&#8221;350&#8243;][\/vc_column][\/vc_row][vc_row padding_top=&#8221;30&#8243; padding_bottom=&#8221;30&#8243; el_class=&#8221;not-in-mob&#8221;][vc_column][vc_column_text]<\/p>\n<h3>Events<\/h3>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row padding_top=&#8221;&#8221; el_class=&#8221;no-btm-space main-sec-wpb&#8221;][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row type=&#8221;image&#8221; padding_top=&#8221;120px&#8221; padding_bottom=&#8221;&#8221; margin_bottom=&#8221;20px&#8221; el_class=&#8221;mobile-banner-top-row&#8221; bg_image=&#8221;3353&#8243;][vc_column][vc_column_text el_class=&#8221;mobile-banner-heading&#8221;] Events [\/vc_column_text][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 not-in-mob&#8221; bg_image=&#8221;3353&#8243;][vc_column][vc_empty_space height=&#8221;350&#8243;][\/vc_column][\/vc_row][vc_row padding_top=&#8221;30&#8243; padding_bottom=&#8221;30&#8243; el_class=&#8221;not-in-mob&#8221;][vc_column][vc_column_text] Events [\/vc_column_text][\/vc_column][\/vc_row][vc_row padding_top=&#8221;&#8221; el_class=&#8221;no-btm-space main-sec-wpb&#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-2056","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>Events - 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\/events\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Events - Kirloskar Brothers Limited\" \/>\n<meta property=\"og:description\" content=\"[vc_row type=&#8221;image&#8221; padding_top=&#8221;120px&#8221; padding_bottom=&#8221;&#8221; margin_bottom=&#8221;20px&#8221; el_class=&#8221;mobile-banner-top-row&#8221; bg_image=&#8221;3353&#8243;][vc_column][vc_column_text el_class=&#8221;mobile-banner-heading&#8221;] Events [\/vc_column_text][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 not-in-mob&#8221; bg_image=&#8221;3353&#8243;][vc_column][vc_empty_space height=&#8221;350&#8243;][\/vc_column][\/vc_row][vc_row padding_top=&#8221;30&#8243; padding_bottom=&#8221;30&#8243; el_class=&#8221;not-in-mob&#8221;][vc_column][vc_column_text] Events [\/vc_column_text][\/vc_column][\/vc_row][vc_row padding_top=&#8221;&#8221; el_class=&#8221;no-btm-space main-sec-wpb&#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\/events\/\" \/>\n<meta property=\"og:site_name\" content=\"Kirloskar Brothers Limited\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-07T04:58:40+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\/events\/\",\"url\":\"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/events\/\",\"name\":\"Events - Kirloskar Brothers Limited\",\"isPartOf\":{\"@id\":\"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/#website\"},\"datePublished\":\"2018-09-18T12:44:10+00:00\",\"dateModified\":\"2026-01-07T04:58:40+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/events\/\"]}]},{\"@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":"Events - 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\/events\/","og_locale":"en_US","og_type":"article","og_title":"Events - Kirloskar Brothers Limited","og_description":"[vc_row type=&#8221;image&#8221; padding_top=&#8221;120px&#8221; padding_bottom=&#8221;&#8221; margin_bottom=&#8221;20px&#8221; el_class=&#8221;mobile-banner-top-row&#8221; bg_image=&#8221;3353&#8243;][vc_column][vc_column_text el_class=&#8221;mobile-banner-heading&#8221;] Events [\/vc_column_text][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 not-in-mob&#8221; bg_image=&#8221;3353&#8243;][vc_column][vc_empty_space height=&#8221;350&#8243;][\/vc_column][\/vc_row][vc_row padding_top=&#8221;30&#8243; padding_bottom=&#8221;30&#8243; el_class=&#8221;not-in-mob&#8221;][vc_column][vc_column_text] Events [\/vc_column_text][\/vc_column][\/vc_row][vc_row padding_top=&#8221;&#8221; el_class=&#8221;no-btm-space main-sec-wpb&#8221;][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]","og_url":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/events\/","og_site_name":"Kirloskar Brothers Limited","article_modified_time":"2026-01-07T04:58:40+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\/events\/","url":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/events\/","name":"Events - Kirloskar Brothers Limited","isPartOf":{"@id":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/#website"},"datePublished":"2018-09-18T12:44:10+00:00","dateModified":"2026-01-07T04:58:40+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/events\/"]}]},{"@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\/2056","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=2056"}],"version-history":[{"count":14,"href":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/wp-json\/wp\/v2\/pages\/2056\/revisions"}],"predecessor-version":[{"id":3933,"href":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/wp-json\/wp\/v2\/pages\/2056\/revisions\/3933"}],"wp:attachment":[{"href":"https:\/\/www.kirloskarpumps.com\/kirloskar-pumps\/wp-json\/wp\/v2\/media?parent=2056"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}