{"id":636,"date":"2024-01-02T09:19:58","date_gmt":"2024-01-02T09:19:58","guid":{"rendered":"https:\/\/wotechtheme.com\/wp\/wotech\/?page_id=636"},"modified":"2026-02-16T17:26:25","modified_gmt":"2026-02-16T17:26:25","slug":"home","status":"publish","type":"page","link":"https:\/\/kerslig.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"636\" class=\"elementor elementor-636\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50e5575 e-con-full e-flex e-con e-parent\" data-id=\"50e5575\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-baca957 elementor-widget elementor-widget-banner_slider\" data-id=\"baca957\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"banner_slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\r\n\t <script>\r\n jQuery(document).ready(function($) {\r\n\r\n\/\/write js code under this line \r\n\r\n\r\nif (jQuery(\".banner-active\").length > 0) {\r\n\tlet sliderActive1 = \".banner-active\";\r\n\tlet sliderInit1 = new Swiper(sliderActive1, {\r\n\t\/\/ Optional parameters\r\n\tslidesPerView: 1,\r\n\tslidesPerColumn: 1,\r\n\tpaginationClickable: true,\r\n\tfadeEffect: {\r\n\t\tcrossFade: true,\r\n\t},\r\n\tloop: true,\r\n\teffect: \"fade\",\r\n\tautoplay: {\r\n\t\tdelay: 5000,\r\n\t},\r\n\tnavigation: {\r\n\t\tnextEl: \".slider__button-prev\",\r\n\t\tprevEl: \".slider__button-next\",\r\n\t},\r\n\tpagination: {\r\n\t\tel: \".banner-dot\",\r\n\t\tclickable: true,\r\n\t},\r\n\ta11y: false,\r\n\t});\r\n\r\n\tfunction animated_swiper(selector, init) {\r\n\tlet animated = function animated() {\r\n\t\t$(selector + \" [data-animation]\").each(function() {\r\n\t\t\tlet anim = $(this).data(\"animation\");\r\n\t\t\tlet delay = $(this).data(\"delay\");\r\n\t\t\tlet duration = $(this).data(\"duration\");\r\n\r\n\t\t\t$(this)\r\n\t\t\t\t.removeClass(\"anim\" + anim)\r\n\t\t\t\t.addClass(anim + \" animated\")\r\n\t\t\t\t.css({\r\n\t\t\t\t\twebkitAnimationDelay: delay,\r\n\t\t\t\t\tanimationDelay: delay,\r\n\t\t\t\t\twebkitAnimationDuration: duration,\r\n\t\t\t\t\tanimationDuration: duration,\r\n\t\t\t\t})\r\n\t\t\t\t.one(\r\n\t\t\t\t\t\"webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend\",\r\n\t\t\t\t\tfunction() {\r\n\t\t\t\t\t\t$(this).removeClass(anim + \" animated\");\r\n\t\t\t\t\t}\r\n\t\t\t\t);\r\n\t\t});\r\n\t};\r\n\tanimated();\r\n\t\/\/ Make animated when slide change\r\n\tinit.on(\"slideChange\", function() {\r\n\t\t$(sliderActive1 + \" [data-animation]\").removeClass(\"animated\");\r\n\t});\r\n\tinit.on(\"slideChange\", animated);\r\n}\r\n\r\nanimated_swiper(sliderActive1, sliderInit1);\r\n}\r\n\r\nconst sliderActive2 = \".hero-slider\";\r\n\tconst sliderInit2 = new Swiper(sliderActive2, {\r\n\t\tloop: true,\r\n\t\tslidesPerView: 1,\r\n\t\teffect: \"fade\",\r\n\t\tspeed: 3000,\r\n\t\tautoplay: {\r\n\t\t\tdelay: 7000,\r\n\t\t\tdisableOnInteraction: false,\r\n\t\t},\r\n\t\tnavigation: {\r\n\t\t\tnextEl: \".array-prev\",\r\n\t\t\tprevEl: \".array-next\",\r\n\t\t},\r\n\t});\r\n\r\nfunction animated_swiper(selector, init) {\r\n\tconst animated = function animated() {\r\n\t\t$(selector + \" [data-animation]\").each(function () {\r\n\t\t\tlet anim = $(this).data(\"animation\");\r\n\t\t\tlet delay = $(this).data(\"delay\");\r\n\t\t\tlet duration = $(this).data(\"duration\");\r\n\t\t\t$(this)\r\n\t\t\t\t.removeClass(\"anim\" + anim)\r\n\t\t\t\t.addClass(anim + \" animated\")\r\n\t\t\t\t.css({\r\n\t\t\t\t\twebkitAnimationDelay: delay,\r\n\t\t\t\t\tanimationDelay: delay,\r\n\t\t\t\t\twebkitAnimationDuration: duration,\r\n\t\t\t\t\tanimationDuration: duration,\r\n\t\t\t\t})\r\n\t\t\t\t.one(\"animationend\", function () {\r\n\t\t\t\t\t$(this).removeClass(anim + \" animated\");\r\n\t\t\t\t});\r\n\t\t});\r\n\t};\r\n\tanimated();\r\n\tinit.on(\"slideChange\", function () {\r\n\t\t$(sliderActive2 + \" [data-animation]\").removeClass(\"animated\");\r\n\t});\r\n\tinit.on(\"slideChange\", animated);\r\n}\r\nanimated_swiper(sliderActive2, sliderInit2);\r\n\r\n\r\n\/\/write code above the line \r\n\r\n  });\r\n<\/script>\r\n\r\n <!-- Banner area start --> \r\n <section class=\"banner-section p-relative fix\">\r\n   <div class=\"swiper banner-active\">\r\n      <div class=\"swiper-wrapper\">\r\n         <!-- block -->\r\n\t\t          <div class=\"swiper-slide\"> \r\n            <div class=\"banner-main\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2026\/02\/download-blue-1.jpg\">\r\n               <div class=\"large-container\">               \r\n                  <div class=\"banner-area p-relative z-3 wow img-custom-anim-left animated\" data-wow-delay=\"1500ms\">                     \r\n\t\t\t\t\t <span class=\"p-relative banner-sub-title\">Engineering and Technology Systems<\/span>\r\n                     <h1 class=\"banner-title\">The Simplest Solution for You<\/h1>\r\n                     <p class=\"banner-text\">Kerslig Engineering provides an extensive portfolio of engineering and technology solutions. Our focus is on continuously building our resource capacity to support sustainable growth, inspire innovation, and enhance skills development in key industries.<\/p>\r\n                     <div class=\"banner-btn-area\">\r\n\t\t\t\t\t\t<a class=\"primary-btn-1 btn-hover\" href=\"https:\/\/kerslig.com\/index.php\/services_grid\/\">\r\n\t\t\t\t\t\teXPLORE mORE &nbsp; | <i class=\"icon-right-arrow\"><\/i>\r\n                           <span style=\"top: 147.172px; left: 108.5px;\"><\/span>\r\n                        <\/a>\r\n                        <a href=\"https:\/\/www.youtube.com\/watch?v=eEzD-Y97ges\" class=\"play-btn popup-video\">\r\n                           <div class=\"icon-1\">\r\n                              <i class=\"icon-play\"><\/i>\r\n                           <\/div>\r\n                           <span>How It Works<\/span>\r\n                        <\/a>\r\n                     <\/div>\r\n                  <\/div>        \r\n               <\/div>\r\n            <\/div>\r\n            <div class=\"banner-shape-area\">\r\n\t\t\t   <div class=\"shape-1\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-1.png\"><\/div>\r\n               <div class=\"shape-2\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-2.png\"><\/div>\r\n               <div class=\"shape-3\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-4.png\"><\/div>\r\n               <div class=\"shape-4\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-4.png\"><\/div>\r\n               <div class=\"shape-5\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-5.png\"><\/div>\r\n            <\/div> \r\n         <\/div>  \r\n\t\t          <div class=\"swiper-slide\"> \r\n            <div class=\"banner-main\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2026\/02\/download-image-2.jpg\">\r\n               <div class=\"large-container\">               \r\n                  <div class=\"banner-area p-relative z-3 wow img-custom-anim-left animated\" data-wow-delay=\"1500ms\">                     \r\n\t\t\t\t\t <span class=\"p-relative banner-sub-title\">Advanced Engineering &amp; Technology Services<\/span>\r\n                     <h1 class=\"banner-title\">We Provide the Easiest Solution for Your Needs<\/h1>\r\n                     <p class=\"banner-text\">Kerslig Engineering offers integrated engineering and technology solutions, with a strong commitment to expanding our expertise to fuel growth, innovation, and skills development in priority areas.<\/p>\r\n                     <div class=\"banner-btn-area\">\r\n\t\t\t\t\t\t<a class=\"primary-btn-1 btn-hover\" href=\"https:\/\/kerslig.com\/index.php\/services_grid\/\">\r\n\t\t\t\t\t\teXPLORE mORE &nbsp; | <i class=\"icon-right-arrow\"><\/i>\r\n                           <span style=\"top: 147.172px; left: 108.5px;\"><\/span>\r\n                        <\/a>\r\n                        <a href=\"https:\/\/www.youtube.com\/watch?v=eEzD-Y97ges\" class=\"play-btn popup-video\">\r\n                           <div class=\"icon-1\">\r\n                              <i class=\"icon-play\"><\/i>\r\n                           <\/div>\r\n                           <span>How It Works<\/span>\r\n                        <\/a>\r\n                     <\/div>\r\n                  <\/div>        \r\n               <\/div>\r\n            <\/div>\r\n            <div class=\"banner-shape-area\">\r\n\t\t\t   <div class=\"shape-1\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-1.png\"><\/div>\r\n               <div class=\"shape-2\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-2.png\"><\/div>\r\n               <div class=\"shape-3\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-4.png\"><\/div>\r\n               <div class=\"shape-4\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-4.png\"><\/div>\r\n               <div class=\"shape-5\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-5.png\"><\/div>\r\n            <\/div> \r\n         <\/div>  \r\n\t\t          <div class=\"swiper-slide\"> \r\n            <div class=\"banner-main\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2026\/02\/download-image-1.jpg\">\r\n               <div class=\"large-container\">               \r\n                  <div class=\"banner-area p-relative z-3 wow img-custom-anim-left animated\" data-wow-delay=\"1500ms\">                     \r\n\t\t\t\t\t <span class=\"p-relative banner-sub-title\">Engineering and Technological Solutions<\/span>\r\n                     <h1 class=\"banner-title\">Make The Easiest Solution For You<\/h1>\r\n                     <p class=\"banner-text\">Kerslig Engineering delivers a comprehensive range of engineering and technology solutions. We are dedicated to strengthening our capabilities to drive growth, foster innovation, and advance skills development in critical sectors.<\/p>\r\n                     <div class=\"banner-btn-area\">\r\n\t\t\t\t\t\t<a class=\"primary-btn-1 btn-hover\" href=\"https:\/\/kerslig.com\/index.php\/services_grid\/\">\r\n\t\t\t\t\t\teXPLORE mORE &nbsp; | <i class=\"icon-right-arrow\"><\/i>\r\n                           <span style=\"top: 147.172px; left: 108.5px;\"><\/span>\r\n                        <\/a>\r\n                        <a href=\"\" class=\"play-btn popup-video\">\r\n                           <div class=\"icon-1\">\r\n                              <i class=\"icon-play\"><\/i>\r\n                           <\/div>\r\n                           <span>How It Works<\/span>\r\n                        <\/a>\r\n                     <\/div>\r\n                  <\/div>        \r\n               <\/div>\r\n            <\/div>\r\n            <div class=\"banner-shape-area\">\r\n\t\t\t   <div class=\"shape-1\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-1.png\"><\/div>\r\n               <div class=\"shape-2\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-2.png\"><\/div>\r\n               <div class=\"shape-3\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-4.png\"><\/div>\r\n               <div class=\"shape-4\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-4.png\"><\/div>\r\n               <div class=\"shape-5\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-5.png\"><\/div>\r\n            <\/div> \r\n         <\/div>  \r\n\t\t       <\/div>\r\n   <\/div>   \r\n     <!-- If we need pagination -->\r\n   <div class=\"banner-dot-inner\">\r\n      <div class=\"banner-dot\"><\/div>\r\n   <\/div>\r\n<\/section>\r\n <!-- Banner area end --> \r\n\r\n \t\r\n\r\n             \r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c546def e-con-full e-flex e-con e-parent\" data-id=\"c546def\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d1b11d elementor-widget elementor-widget-about_with_contact\" data-id=\"7d1b11d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"about_with_contact.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\r\n\t <script>\r\n jQuery(document).ready(function($) {\r\n\r\n\/\/write js code under this line \r\n\r\n\r\n\r\n\/\/write code above the line \r\n\r\n  });\r\n<\/script>\r\n\r\n  <!-- About us area start --> \r\n  \r\n<section class=\"about-us-section section-space p-relative\">\r\n   <div class=\"shape-area\">\r\n      <div class=\"shape-1\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/bg-shape-1.png\"><\/div>\r\n      <div class=\"shape-2 quote-animation\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-7.png\"><\/div>\r\n      <div class=\"shape-3 quote-animation\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-8.png\"><\/div>\r\n   <\/div>\r\n   <div class=\"small-container\">\r\n      <div class=\"row g-4\">\r\n         <div class=\"col-xxl-6 col-xl-6 col-lg-6\">\r\n            <!-- image area start -->\r\n            <div class=\"about-us-image-area p-relative wow fadeInRight\" data-wow-delay=\".5s\">\r\n               <div class=\"border-shape\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-6.png\"><\/div>\r\n               <figure class=\"image-1\">\r\n\t\t\t   \t   \r\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/about-1.jpg\" alt=\"\"\/>\r\n\t\t\t\t               <\/figure>\r\n               <div class=\"image-2-area\">\r\n                  <div class=\"image-2 p-relative\">\r\n\t\t\t\t\t   \r\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/about-2.jpg\" alt=\"\"\/>\r\n\t\t\t\t\t \r\n                     <div class=\"play-btn\">\r\n                        <div class=\"video_player_btn\">\r\n                           <a href=\"https:\/\/www.youtube.com\/watch?v=eEzD-Y97ges\" class=\"popup-video\"><i class=\"icon-play\"><\/i><\/a>\r\n                       <\/div>\r\n                     <\/div>                                 \r\n                  <\/div>                  \r\n               <\/div>\r\n               <div class=\"working-area float-bob-y\">\r\n\t\t\t                    <div class=\"inner p-relative\">\r\n                     <div class=\"icon-box\">\r\n                        <i class=\" icon-prize\"><\/i>\r\n                        <h4><span class=\"counter\">15<\/span> Years<\/h4>\r\n                        <p>Working Experience<\/p>\r\n                     <\/div>\r\n                 <\/div>\r\n\t\t\t\t                <\/div>\r\n            <\/div>\r\n            <!-- image area end -->\r\n         <\/div>\r\n         <div class=\"col-xxl-6 col-xl-6 col-lg-6\">\r\n            <!-- .content start -->\r\n            <div class=\"about-us-content-area p-relative z-1 pl-30\">\r\n               <div class=\"title-box mb-35 wow fadeInLeft\" data-wow-delay=\".5s\">\r\n                  <span class=\"section-sub-title\">About Us<\/span>\r\n                  <h3 class=\"section-title mt-10\">Engineering & Technology Solutions<\/h3>\r\n               <\/div>\r\n               <p class=\"mb-35 wow fadeInLeft\" data-wow-delay=\".5s\">Kerslig Engineering offers a wide spectrum of engineering and technology solutions. We are committed to developing our resource base to promote growth, innovation, and skills development in key areas.<\/p>\r\n\t\t\t                  <div class=\"icon-box mb-20 wow fadeInLeft\" data-wow-delay=\".8s\">\r\n                  <div class=\"icon\">\r\n\t\t\t\t  \t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/about-three-icon1.png\" alt=\"\">\r\n\t\t\t\t\t                  <\/div>\r\n                  <div class=\"content\">\r\n                     <h5><a href=\"https:\/\/gramentheme.com\/wp\/wotech\/services_grid\/\">Our Mission<\/a><\/h5>\r\n                     <p>Deliver high-quality engineering solutions that address each client's specific needs. We commit to listening, understanding, and delivering results that create measurable value.<\/p>\r\n                  <\/div>\r\n               <\/div>\r\n\t\t\t                  <div class=\"icon-box mb-20 wow fadeInLeft\" data-wow-delay=\".8s\">\r\n                  <div class=\"icon\">\r\n\t\t\t\t  \t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/about-three-icon2.png\" alt=\"\">\r\n\t\t\t\t\t                  <\/div>\r\n                  <div class=\"content\">\r\n                     <h5><a href=\"https:\/\/gramentheme.com\/wp\/wotech\/services_grid\/\">Our Vision<\/a><\/h5>\r\n                     <p>Become the recognized regional leader in industrial engineering solutions, setting the benchmark for reliability, technical innovation, and customer satisfaction.<\/p>\r\n                  <\/div>\r\n               <\/div>\r\n\t\t\t                  <div class=\"about-btn-box wow fadeInLeft\" data-wow-delay=\"1s\">\r\n                  <a class=\"primary-btn-1 btn-hover\" href=\"\/wp\/wotech\/about\/\">\r\n\t\t\t\t  about us &nbsp; | <i class=\"icon-right-arrow\"><\/i>\r\n                     <span style=\"top: 147.172px; left: 108.5px;\"><\/span>\r\n                  <\/a>\r\n               <\/div>\r\n            <\/div>\r\n            <!-- .content end -->\r\n         <\/div>\r\n      <\/div>\r\n   <\/div>\r\n<\/section>\r\n\r\n <!-- About us area end --> \r\n \t\r\n\r\n\r\n\r\n             \r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8f31742 e-con-full e-flex e-con e-parent\" data-id=\"8f31742\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4590b1c elementor-align-left elementor-widget elementor-widget-service_post_widget\" data-id=\"4590b1c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"service_post_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n<!-- Service Slider area start --> \r\n <section class=\"service-slider-section section-space bg-color-1 p-relative\">\r\n   <div class=\"shape-1 float-bob-y\" data-background=\"\"><\/div>\r\n   <div class=\"shape-2 float-bob-y\" data-background=\"\"><\/div>\r\n   <div class=\"shape-3\" data-background=\"\"><\/div>\r\n   <div class=\"small-container\">\r\n      <div class=\"row\">\r\n         <div class=\"col-xxl-6\">\r\n\t\t \t            <div class=\"title-box mb-50 wow fadeInLeft\" data-wow-delay=\".5s\">\r\n\t\t\t\t               <span class=\"section-sub-title\">SERVICES WE\u2019RE OFFERING<\/span>\r\n\t\t\t   \t\t\t                  <h3 class=\"section-title mt-10\">Exclusive Engineering Services<\/h3>\r\n\t\t\t               <\/div>\r\n\t\t\t         <\/div>\r\n         <div class=\"col-xxl-6\">\r\n            <!-- If we need navigation buttons -->\r\n            <div class=\"service_1_navigation__wrapprer position-relative z-1 text-end mt-30\">\r\n               <div class=\"common-slider-navigation\">\r\n                  <button class=\"service-1-button-prev\"><i class=\"icon-arrow-left-angle\"><\/i><\/button>\r\n                  <button class=\"service-1-button-next\"><i class=\"icon-arrow-right-angle\"><\/i><\/button>\r\n               <\/div>\r\n            <\/div> \r\n         <\/div>\r\n      <\/div>\r\n      <div class=\"swiper service-active-1\">\r\n         <div class=\"swiper-wrapper\">\r\n            <!-- block -->\r\n\t\t\t            <div class=\"swiper-slide\"> \r\n               <div class=\"service-slider-area p-relative\">\r\n                  <figure class=\"image w-img\">\r\n                     <img decoding=\"async\" src=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/01\/Gemini_Generated_Image_ktnt9fktnt9fktnt-633x675.png\" alt=\"service-image\">\r\n                  <\/figure>\r\n                  <div class=\"content\">\r\n                     <div class=\"icon-box\">\r\n\t\t\t\t\t\t <img decoding=\"async\" src=\"https:\/\/gramentheme.com\/wp\/wotech\/wp-content\/uploads\/2024\/02\/icon-2.png\" alt=\"icon\">\r\n                     <\/div>\r\n                     <h4 class=\"mb-15\"><a href=\"https:\/\/kerslig.com\/index.php\/services\/technology-consultancy-3\/\">General Services<\/a><\/h4>\r\n                     <p class=\"mb-25\">An instrumentation installation and calibration project ensures accurate measurement and control of industrial processes. It involves proper installation, calibration, and<\/p>\r\n                     <a href=\"https:\/\/kerslig.com\/index.php\/services\/technology-consultancy-3\/\" class=\"service-btn\">Read More <i class=\"icon-arrow-right-double\"><\/i><\/a>\r\n                  <\/div>\r\n               <\/div>\r\n            <\/div>\r\n\t\t\t            <div class=\"swiper-slide\"> \r\n               <div class=\"service-slider-area p-relative\">\r\n                  <figure class=\"image w-img\">\r\n                     <img decoding=\"async\" src=\"https:\/\/kerslig.com\/wp-content\/uploads\/2023\/12\/Gemini_Generated_Image_ipa66cipa66cipa6-633x675.png\" alt=\"service-image\">\r\n                  <\/figure>\r\n                  <div class=\"content\">\r\n                     <div class=\"icon-box\">\r\n\t\t\t\t\t\t <img decoding=\"async\" src=\"https:\/\/gramentheme.com\/wp\/wotech\/wp-content\/uploads\/2024\/02\/icon-3.png\" alt=\"icon\">\r\n                     <\/div>\r\n                     <h4 class=\"mb-15\"><a href=\"https:\/\/kerslig.com\/index.php\/services\/app-development-2\/\">Bespoke Solutions<\/a><\/h4>\r\n                     <p class=\"mb-25\">We provide customized solutions tailored to each client\u2019s unique project needs, covering design, engineering, system integration, and specialized installations. Our<\/p>\r\n                     <a href=\"https:\/\/kerslig.com\/index.php\/services\/app-development-2\/\" class=\"service-btn\">Read More <i class=\"icon-arrow-right-double\"><\/i><\/a>\r\n                  <\/div>\r\n               <\/div>\r\n            <\/div>\r\n\t\t\t            <div class=\"swiper-slide\"> \r\n               <div class=\"service-slider-area p-relative\">\r\n                  <figure class=\"image w-img\">\r\n                     <img decoding=\"async\" src=\"https:\/\/kerslig.com\/wp-content\/uploads\/2023\/12\/Power-Distribution-Panel-Setup-633x675.jpg\" alt=\"service-image\">\r\n                  <\/figure>\r\n                  <div class=\"content\">\r\n                     <div class=\"icon-box\">\r\n\t\t\t\t\t\t <img decoding=\"async\" src=\"https:\/\/gramentheme.com\/wp\/wotech\/wp-content\/uploads\/2024\/02\/icon-4.png\" alt=\"icon\">\r\n                     <\/div>\r\n                     <h4 class=\"mb-15\"><a href=\"https:\/\/kerslig.com\/index.php\/services\/technology-consultancy-2-2\/\">Electrical Design<\/a><\/h4>\r\n                     <p class=\"mb-25\">We offer complete electrical design services for industrial, commercial, and infrastructure projects, including power distribution, control panels, wiring, lighting, grounding,<\/p>\r\n                     <a href=\"https:\/\/kerslig.com\/index.php\/services\/technology-consultancy-2-2\/\" class=\"service-btn\">Read More <i class=\"icon-arrow-right-double\"><\/i><\/a>\r\n                  <\/div>\r\n               <\/div>\r\n            <\/div>\r\n\t\t\t            <div class=\"swiper-slide\"> \r\n               <div class=\"service-slider-area p-relative\">\r\n                  <figure class=\"image w-img\">\r\n                     <img decoding=\"async\" src=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/01\/instrumentation-and-control-633x432.webp\" alt=\"service-image\">\r\n                  <\/figure>\r\n                  <div class=\"content\">\r\n                     <div class=\"icon-box\">\r\n\t\t\t\t\t\t <img decoding=\"async\" src=\"https:\/\/gramentheme.com\/wp\/wotech\/wp-content\/uploads\/2024\/02\/icon.png\" alt=\"icon\">\r\n                     <\/div>\r\n                     <h4 class=\"mb-15\"><a href=\"https:\/\/kerslig.com\/index.php\/services\/database-security\/\">Controls &#038; Instrumentation<\/a><\/h4>\r\n                     <p class=\"mb-25\">A Controls and Instrumentation project involves implementing systems that monitor and automate industrial processes. It ensures accurate measurement, reliable control,<\/p>\r\n                     <a href=\"https:\/\/kerslig.com\/index.php\/services\/database-security\/\" class=\"service-btn\">Read More <i class=\"icon-arrow-right-double\"><\/i><\/a>\r\n                  <\/div>\r\n               <\/div>\r\n            <\/div>\r\n\t\t\t         <\/div>\r\n      <\/div>\r\n   <\/div>\r\n <\/section>\r\n <!-- Service Slider area end --> \r\n\r\n \t\r\n\r\n\r\n\r\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-af77a35 e-con-full e-flex e-con e-parent\" data-id=\"af77a35\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78169b4 elementor-widget elementor-widget-help_cta\" data-id=\"78169b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"help_cta.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\r\n\t <script>\r\n jQuery(document).ready(function($) {\r\n\r\n\/\/write js code under this line \r\n\r\n\r\n\/\/write code above the line \r\n\r\n  });\r\n<\/script>\r\n\t\r\n\t<!-- Cta-1 area start --> \r\n\t<section class=\"cta-1-section bg-color-1 p-relative wow fadeInDown\" data-wow-delay=\".5s\">\r\n\t<div class=\"small-container\">\r\n\t\t<div class=\"row g-0 box-shadow-1 fix\">\r\n\t\t\t<div class=\"col-xxl-6 col-lg-6 bg-white\">\r\n\t\t\t\t<figure class=\"image w-img\">\r\n\t\t\t\t   \r\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/cta-1.jpg\" alt=\"\"\/>\r\n\t\t\t\t \r\n\t\t\t\t<\/figure>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-xxl-6 col-lg-6\">\r\n\t\t\t\t<div class=\"content p-relative\">\r\n\t\t\t\t<div class=\"shape-1\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-12.png\"><\/div>\r\n\t\t\t\t<div class=\"icon-box\">\r\n\t\t\t\t\t<i class=\"fal fa-phone-volume\"><\/i>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<h3 class=\"mb-15\">Need Any Roofing Help?<\/h3>\r\n\t\t\t\t<h5><a href=\"tel:2085550112\">+260-970-312-456<\/a><\/h5>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n\t<\/section>\r\n\t<!-- Cta-1 area end --> \r\n\r\n\r\n\t\t\r\n\r\n\r\n\t\r\n             \r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6297e1f e-con-full e-flex e-con e-parent\" data-id=\"6297e1f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5366f6f elementor-widget elementor-widget-portfolio_post_widget\" data-id=\"5366f6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"portfolio_post_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\r\n\t\r\n\t\t<script>\r\n\tjQuery(document).ready(function($) {\r\n\r\n\t\/\/write js code under this line \r\n\r\n\r\n\tvar project = new Swiper(\".project-active-1\", {\r\n\t\tslidesPerView: 4,\r\n\t\tspaceBetween: 30,\r\n\t\tloop: true,\r\n\t\tautoplay: {\r\n\t\t\tdelay: 3000,\r\n\t\t},\r\n\t\tnavigation: {\r\n\t\t\tnextEl: \".project-1-button-next\",\r\n\t\t\tprevEl: \".project-1-button-prev\",\r\n\t\t},\r\n\t\tbreakpoints: {\r\n\t\t\t\"1400\": {\r\n\t\t\t\tslidesPerView: 4,\r\n\t\t\t},\r\n\t\t\t\"1200\": {\r\n\t\t\t\tslidesPerView: 3,\r\n\t\t\t},\r\n\t\t\t\"992\": {\r\n\t\t\t\tslidesPerView: 2,\r\n\t\t\t},\r\n\t\t\t\"768\": {\r\n\t\t\t\tslidesPerView: 2,\r\n\t\t\t},\r\n\t\t\t\"576\": {\r\n\t\t\t\tslidesPerView: 1,\r\n\t\t\t},\r\n\t\t\t\"0\": {\r\n\t\t\t\tslidesPerView: 1,\r\n\t\t\t},\r\n\t\t},\r\n\t\tspeed: 1000,\r\n\t});\r\n\r\n\r\n\r\nconst projectSlider3 = new Swiper(\".project-slider-3\", {\r\n    spaceBetween: 30,\r\n    speed: 1500,\r\n    loop: true,\r\n    autoplay: {\r\n        delay: 1500,\r\n        disableOnInteraction: false,\r\n    },\r\n    pagination: {\r\n        el: \".dot-2\",\r\n        clickable: true,\r\n    },\r\n    breakpoints: {\r\n        1199: {\r\n            slidesPerView: 4,\r\n        },\r\n        991: {\r\n            slidesPerView: 2,\r\n        },\r\n        767: {\r\n            slidesPerView: 2,\r\n        },\r\n        650: {\r\n            slidesPerView: 2,\r\n        },\r\n\r\n        575: {\r\n            slidesPerView: 1,\r\n        },\r\n\r\n        0: {\r\n            slidesPerView: 1,\r\n        },\r\n    },\r\n});\r\n\r\n\t\/\/write code above the line \r\n\r\n\t});\r\n\t<\/script>\r\n\r\n\t\t\t\r\n\r\n\t<!-- Project slider area start --> \r\n\t<section class=\"project-slider-section section-space fix\">\r\n\t<div class=\"small-container\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div class=\"col-xxl-6\">\r\n\t\t\t\t\t\t\t<div class=\"title-box mb-50 wow fadeInLeft\" data-wow-delay=\".5s\">\r\n\t\t\t\t\t\t\t\t\t<span class=\"section-sub-title no-border\">Projects<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"section-title mt-10\">Our Latest Projects<\/h3>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t<div class=\"col-xxl-6\">\r\n\t\t\t\t<!-- If we need navigation buttons -->\r\n\t\t\t\t<div class=\"project_1_navigation__wrapprer position-relative z-1 text-end mt-30\">\r\n\t\t\t\t<div class=\"common-slider-navigation\">\r\n\t\t\t\t\t<button class=\"project-1-button-prev\"><i class=\"icon-arrow-left-angle\"><\/i><\/button>\r\n\t\t\t\t\t<button class=\"project-1-button-next\"><i class=\"icon-arrow-right-angle\"><\/i><\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div> \r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n\t<div class=\"swiper project-active-1\">\r\n\t\t<div class=\"swiper-wrapper\">\r\n\t\t\t<!-- block -->\r\n\t\t\t\t\t<\/div>\r\n\t<\/div>\r\n\t<\/section>\r\n\t<!-- Project area end --> \r\n\r\n\t\t\t\r\n\r\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8f7b28f e-con-full e-flex e-con e-parent\" data-id=\"8f7b28f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5371fb7 elementor-widget elementor-widget-choose_us_2\" data-id=\"5371fb7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"choose_us_2.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\r\n\t <script>\r\n jQuery(document).ready(function($) {\r\n\r\n\/\/write js code under this line \r\n\r\n\r\n\r\n\/\/write code above the line \r\n\r\n  });\r\n<\/script>\r\n\r\n  <!-- Choose area start --> \r\n  <section class=\"choose-section bg-color-1 section-space-top p-relative\">\r\n   <div class=\"bg-image\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/choose-bg.png\"><\/div>\r\n   <div class=\"shape-image\" data-background=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/shape-15.png\"><\/div>\r\n   <div class=\"small-container\">      \r\n      <div class=\"row g-4\">\r\n         <div class=\"col-xxl-6 col-xl-6 col-lg-6 p-relative section-space-medium-bottom\">\r\n            <div class=\"title-box mb-50 wow fadeInLeft\" data-wow-delay=\".5s\">\r\n               <span class=\"section-sub-title\">why choose us<\/span>\r\n               <h3 class=\"section-title mt-10\">What's Make Us Different<\/h3>\r\n            <\/div>\r\n             <!-- block -->\r\n\t\t\t            <div class=\"choose-area-icon-box mb-15 wow fadeInRight\" data-wow-delay=\".5s\">\r\n               <div class=\"icon-box p-relative\">\r\n\t\t\t   \t\t<i class=\" icon-roof\"><\/i>\r\n               <\/div>\r\n               <div class=\"content\">\r\n                  <h5><a href=\"https:\/\/gramentheme.com\/wp\/wotech\/services_grid\/\">Integrity<\/a><\/h5>\r\n                  <p>We operate with honesty and transparency in every interaction. Our word is our bond, and we honor our commitments to clients, partners, and colleagues.<\/p>\r\n               <\/div>\r\n           <\/div>\r\n           <hr>\r\n\t\t              <div class=\"choose-area-icon-box mb-15 wow fadeInRight\" data-wow-delay=\".5s\">\r\n               <div class=\"icon-box p-relative\">\r\n\t\t\t   \t\t<i class=\" icon-target\"><\/i>\r\n               <\/div>\r\n               <div class=\"content\">\r\n                  <h5><a href=\"https:\/\/gramentheme.com\/wp\/wotech\/services_grid\/\">Collaboration<\/a><\/h5>\r\n                  <p>We believe the best results come from working together. By combining technical expertise with open communication, we achieve outcomes that exceed individual capabilities.<\/p>\r\n               <\/div>\r\n           <\/div>\r\n           <hr>\r\n\t\t              <div class=\"choose-area-icon-box mb-15 wow fadeInRight\" data-wow-delay=\".5s\">\r\n               <div class=\"icon-box p-relative\">\r\n\t\t\t   \t\t<i class=\" icon-help\"><\/i>\r\n               <\/div>\r\n               <div class=\"content\">\r\n                  <h5><a href=\"https:\/\/gramentheme.com\/wp\/wotech\/services_grid\/\">Dedication<\/a><\/h5>\r\n                  <p>Every project receives our full attention and unwavering commitment. We treat our clients' challenges as our own, always seeking the best possible solution.<\/p>\r\n               <\/div>\r\n           <\/div>\r\n           <hr>\r\n\t\t              <div class=\"choose-area-icon-box mb-15 wow fadeInRight\" data-wow-delay=\".5s\">\r\n               <div class=\"icon-box p-relative\">\r\n\t\t\t   \t\t<i class=\"fas fa-assistive-listening-systems\"><\/i>\r\n               <\/div>\r\n               <div class=\"content\">\r\n                  <h5><a href=\"\">Technical Excellence<\/a><\/h5>\r\n                  <p>We continuously invest in our skills and technologies. Our team stays at the forefront of industrial advances to deliver reliable, high-performance solutions.<\/p>\r\n               <\/div>\r\n           <\/div>\r\n           <hr>\r\n\t\t              <div class=\"choose-area-icon-box mb-15 wow fadeInRight\" data-wow-delay=\".5s\">\r\n               <div class=\"icon-box p-relative\">\r\n\t\t\t   \t\t<i class=\"far fa-check-circle\"><\/i>\r\n               <\/div>\r\n               <div class=\"content\">\r\n                  <h5><a href=\"\">Quality<\/a><\/h5>\r\n                  <p>Quality is not a goal\u2014it's our standard. Every installation, service, and product we deliver meets the most rigorous industry standards.<\/p>\r\n               <\/div>\r\n           <\/div>\r\n           <hr>\r\n\t\t              <div class=\"choose-area-icon-box mb-15 wow fadeInRight\" data-wow-delay=\".5s\">\r\n               <div class=\"icon-box p-relative\">\r\n\t\t\t   \t\t<i class=\"fas fa-headphones\"><\/i>\r\n               <\/div>\r\n               <div class=\"content\">\r\n                  <h5><a href=\"\">Customer Focus<\/a><\/h5>\r\n                  <p>Our clients are at the center of everything we do. We listen, understand their needs, and tailor our solutions to create lasting value for their business.<\/p>\r\n               <\/div>\r\n           <\/div>\r\n           <hr>\r\n\t\t            <\/div>\r\n         <div class=\"col-xxl-6 col-xl-6 col-lg-6 wow fadeInLeft\" data-wow-delay=\"1.2s\">\r\n            <figure class=\"image m-img\">\r\n\t\t\t\t   \r\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kerslig.com\/wp-content\/uploads\/2024\/02\/choose-1.png\" alt=\"\"\/>\r\n\t\t\t\t            <\/figure>\r\n         <\/div>\r\n      <\/div>\r\n   <\/div>\r\n <\/section>\r\n <!-- Choose area end --> \r\n\r\n\r\n             \r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Engineering and Technology Systems The Simplest Solution for You Kerslig Engineering provides an extensive portfolio<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-636","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/kerslig.com\/index.php\/wp-json\/wp\/v2\/pages\/636","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kerslig.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kerslig.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kerslig.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kerslig.com\/index.php\/wp-json\/wp\/v2\/comments?post=636"}],"version-history":[{"count":66,"href":"https:\/\/kerslig.com\/index.php\/wp-json\/wp\/v2\/pages\/636\/revisions"}],"predecessor-version":[{"id":2296,"href":"https:\/\/kerslig.com\/index.php\/wp-json\/wp\/v2\/pages\/636\/revisions\/2296"}],"wp:attachment":[{"href":"https:\/\/kerslig.com\/index.php\/wp-json\/wp\/v2\/media?parent=636"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}