{"id":10963,"date":"2024-08-07T08:49:00","date_gmt":"2024-08-07T08:49:00","guid":{"rendered":"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/?page_id=10963"},"modified":"2026-04-10T13:42:07","modified_gmt":"2026-04-10T13:42:07","slug":"cyber-security-01","status":"publish","type":"page","link":"https:\/\/serix.nirjatheme.in\/index.php\/cyber-security-01\/","title":{"rendered":"Cyber-Security 01"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10963\" class=\"elementor elementor-10963\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-75d8c96 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"75d8c96\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4d3b2fe\" data-id=\"4d3b2fe\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\n\n\t\t<div class=\"elementor-element elementor-element-1370199 elementor-widget elementor-widget-slider\" data-id=\"1370199\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        \r\n            <section class=\"dreamit-slick-slider\">\r\n                <div class=\"default-slider slick\">\r\n                    \r\n                \r\n                        \r\n\t\t\t\t\t\t<div class=\"single-slick four seven text-left\">\r\n                            <div class=\"container\">\r\n                                \r\n                                <canvas id=\"canvas\"><\/canvas><canvas id=\"canvas\"><\/canvas>\r\n                                \r\n                                \r\n                                <div class=\"slide-img parallax-effect\"\r\n                                    style=\"background:url(https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/10\/Home-3-1.png) center center \/ cover scroll no-repeat;\">\r\n                                <\/div>\r\n                                <div class=\"white-color\">\r\n\t\t\t\t\t\t\t\t<div class=\"hero-text-wrap\">\r\n                                    <div class=\"hero-text\">\r\n\t\t\t\t\t\t\t\t\t\t <h4> Protect Your Data <\/h4> \t\t\t\t\t\t\t\t\t\t <h1 class=\"font-600\"> In More <span>Hacker<span> <\/h1> \t\t\t\t\t\t\t\t\t\t<p>With the rapid advancement of technology emerging threats and contract\nattack vectors continuously challenge traditional security measure lited in\nit is essential for organization before like that.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"lines pt-20 pb-40\">\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"line\"><\/div>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\r\n                                    <\/div>\r\n                                <\/div>\r\n\t\t\t\t\t\t\t\t\r\n         <!--                       <div class=\"slider-single-image\">-->\r\n         <!--                       \t<img decoding=\"async\" src=\"\" alt=\"toptech\">-->\r\n\t\t\t\t\t\t\t\t\t<!---->\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<!---->\r\n         <!--                       <\/div>-->\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div><!-- .container -->\r\n                            <script>\r\n\r\n                                var canvas = document.getElementById(\"canvas\");\r\n                                var ctx = canvas.getContext(\"2d\");\r\n\r\n                                var width = 0;\r\n                                var height = 0;\r\n\r\n                                var iBubbles = 10;\r\n\r\n                                var aBubblesX = [];\r\n                                var aBubblesY = [];\r\n                                var aBubblesSize = [];\r\n                                var aBubblesSpeed = [];\r\n                                var aZeroOrOne = [];\r\n\r\n                                var random = (min, max) => {\r\n                                  if (typeof max === \"undefined\") {\r\n                                    return Math.random() * (min[1] - min[0]) + min[0];\r\n                                } else {\r\n                                    return Math.random() * (max - min) + min;\r\n                                }\r\n                            };\r\n\r\n                            class NumberElementConfig {\r\n                              constructor(values, xMinMax, yMinMax, sizeMinMax, speedMinMax) {\r\n                                this.values = values;\r\n                                this.x = xMinMax;\r\n                                this.y = yMinMax;\r\n                                this.size = sizeMinMax;\r\n                                this.speed = speedMinMax;\r\n                            }\r\n                        }\r\n\r\n                        class NumberElement {\r\n                          constructor(numberElementConfig) {\r\n                            this.config = numberElementConfig;\r\n                            this.spawn();\r\n                        }\r\n\r\n                        spawn() {\r\n                            this.value = this.config.values[Math.floor(random(0, 2))];\r\n                            this.size = random(this.config.size);\r\n                            this.speed = random(this.config.speed);\r\n                            this.x = random(this.config.x);\r\n                            this.y = random(this.config.y);\r\n\r\n                            this.viewportOffset = this.config.size[1] + 20;\r\n\r\n                            if (Math.abs(this.speed) < 1) {\r\n                              this.speed += this.speed < 0 ? -1 : 1;\r\n                          }\r\n\r\n                          this.setSpawnPosition();\r\n                      }\r\n\r\n                      respawn() {\r\n                        this.spawn();\r\n                    }\r\n\r\n                                        setSpawnPosition() {\r\n                                            if (this.speed < 0) {\r\n                                              let key = [\"x\", \"y\"][Math.floor(random(0, 2))];\r\n                                              let value = key === \"x\" ? innerWidth : innerHeight;\r\n                                              this[key] = value + this.size;\r\n                                          } else {\r\n                                              let key = [\"x\", \"y\"][Math.floor(random(0, 2))];\r\n                                              this[key] = 0 - this.size;\r\n                                          }\r\n                                      }\r\n\r\n                                      isInViewport() {\r\n                                        if (\r\n                                          this.x < 0 - this.viewportOffset ||\r\n                                          this.y < 0 - this.viewportOffset ||\r\n                                          this.x > innerWidth + this.viewportOffset ||\r\n                                          this.y > innerHeight + this.viewportOffset\r\n                                          ) {\r\n                                          return false;\r\n                                  } else {\r\n                                      return true;\r\n                                  }\r\n                              }\r\n\r\n                              move() {\r\n                                this.x += this.speed;\r\n                                this.y += this.speed;\r\n                            }\r\n                        }\r\n\r\n                        class NumberElementCollector {\r\n                          constructor(count = 100, spawnTimeout = 20) {\r\n                            this.numberElements = [];\r\n\r\n                            let generator = () => {\r\n                              if (count != this.numberElements.length) {\r\n                                this.numberElements.push(this.generateNumberElement());\r\n                                setTimeout(generator, spawnTimeout);\r\n                            }\r\n                        };\r\n                        generator();\r\n                    }\r\n\r\n                    get() {\r\n                        return this.numberElements;\r\n                    }\r\n\r\n                    moveAll() {\r\n                        for (let i = 0; i < this.numberElements.length; ++i) {\r\n                          let element = this.numberElements[i];\r\n                          element.move();\r\n                          if (!element.isInViewport()) {\r\n                            element.respawn();\r\n                        }\r\n                    }\r\n                    }\r\n\r\n                    generateNumberElement() {\r\n                        return new NumberElement(\r\n                          new NumberElementConfig(\r\n                            [\"0\", \"1\"],\r\n                            [0, innerWidth], \/\/ x\r\n                            [0, innerHeight], \/\/ y\r\n                            [15, 50], \/\/ size\r\n                            [-12, 12] \/\/ speed\r\n                            )\r\n                          );\r\n                    }\r\n                    }\r\n\r\n                    var numberElementCollector = new NumberElementCollector();\r\n\r\n                    var draw = () => {\r\n                      ctx.beginPath();\r\n                      ctx.fillStyle = \"rgba(12, 90, 219, .5)\";\r\n                      for (let numberElement of numberElementCollector.get()) {\r\n                        ctx.font = numberElement.size \/ 1.5 + \"px arial black\";\r\n                        ctx.textBaseline = \"bottom\";\r\n                        ctx.textAlign = \"left\";\r\n                        ctx.fillText(numberElement.value, numberElement.x, numberElement.y);\r\n                    }\r\n                    ctx.fillStyle = \"rgba(12, 90, 219, .8)\";\r\n                    ctx.fill();\r\n                    ctx.lineWidth = 1;\r\n                    ctx.strokeStyle = \"rgba(12, 90, 219, .9)\";\r\n                    ctx.stroke();\r\n                    };\r\n\r\n                    var process = () => {\r\n                      width = canvas.width = innerWidth;\r\n                      height = canvas.height = innerHeight;\r\n\r\n                      numberElementCollector.moveAll();\r\n                      draw();\r\n\r\n                      requestAnimationFrame(process);\r\n                    };\r\n                    process();\r\n                    <\/script>\r\n                        \r\n                                        \r\n                <\/div>\r\n            <\/section>\r\n            <script>\r\n                jQuery(document).ready(function() {\r\n                    jQuery(\".default-slider\").slick({\r\n                                                    dots: false,\r\n                            infinite: true,\r\n                            centerMode: true,\r\n                            autoplay: true,\r\n                            autoplaySpeed: 7000,\r\n                            slidesToShow: 1,\r\n                            slidesToScroll: 1,\r\n                            centerPadding: '0',\r\n                            arrows: true\r\n                                            });\r\n                });\r\n            <\/script>\r\n            \r\n\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a36442a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a36442a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-baee6a2\" data-id=\"baee6a2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e8f1734 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e8f1734\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a941fa0\" data-id=\"a941fa0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-341815a cyber-sec elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"341815a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5364f8 elementor-absolute cyber-sec elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c5364f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Beta releas date July 30, 2024<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-31cd146\" data-id=\"31cd146\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-592c746 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"592c746\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a924791\" data-id=\"a924791\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-da5fa9f elementor-widget elementor-widget-section-title\" data-id=\"da5fa9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"section-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\r\n\t\t\t<div class=\"section-title style6\">\r\n\t\t\t\t \r\n\t\t\t\t\t<h5 class=\"subtitle\">Our Service<\/h5>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t \r\n\t\t\t\t\t<h3 class=\"title\">How We Enhance Your Digital <\/h3>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t \r\n\t\t\t\t\t<h2 class=\"title3\">Safety Protocols.<\/h2>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-57711af elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"57711af\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-f09c9ef\" data-id=\"f09c9ef\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c203282 elementor-widget elementor-widget-service\" data-id=\"c203282\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"service.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"service-box style10 fourteen sixteen\">\r\n\t\t\t\t<div class=\"service-box-icon\">\r\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-unlock-alt\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zM264 408c0 22.1-17.9 40-40 40s-40-17.9-40-40v-48c0-22.1 17.9-40 40-40s40 17.9 40 40v48z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"content\">\r\n\t\t\t\t    <div class=\"service-number\">\r\n\t\t\t\t\t    <span class=\"service-box-number\"><\/span>\r\n\t\t\t\t    <\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t<div class=\"service-box-title\" >\r\n\t\t\t\t\t\t<h3>Cyber Service<\/h3>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<p class=\"description\">Cyber services also play a pivotal role conte\nensuring cybersecurity cofuse that.<\/p>\r\n\t\t\t\t\t<p class=\"list\">Market Research<\/p>\r\n\t\t\t\t\t<p class=\"list\">Safeguarding your digital<\/p>\r\n\t\t\t\t\t<p class=\"list\">Continuous monitoring fortify<\/p>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"service-btn\">\r\n\t\t\t\t\t\t<a href=\"\">\r\n\t\t\t\t\t\t    \r\n\t\t\t\t\t\t\tLearn More\t\t\t\t\t\t\t<i class=\"fas fa-check fa-solid\"><\/i>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-de3ea69\" data-id=\"de3ea69\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-44eba8c elementor-widget elementor-widget-service\" data-id=\"44eba8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"service.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"service-box style10 fourteen sixteen\">\r\n\t\t\t\t<div class=\"service-box-icon\">\r\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-cloud-sun-rain\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M510.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C187.6 233 160 265.2 160 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm-386.4 34.4c-37.4-37.4-37.4-98.3 0-135.8 34.6-34.6 89.1-36.8 126.7-7.4 20-12.9 43.6-20.7 69.2-20.7.7 0 1.3.2 2 .2l8.9-26.7c3.4-10.2-6.3-19.8-16.5-16.4l-75.3 25.1-35.5-71c-4.8-9.6-18.5-9.6-23.3 0l-35.5 71-75.3-25.1c-10.2-3.4-19.8 6.3-16.4 16.5l25.1 75.3-71 35.5c-9.6 4.8-9.6 18.5 0 23.3l71 35.5-25.1 75.3c-3.4 10.2 6.3 19.8 16.5 16.5l59.2-19.7c-.2-2.4-.7-4.7-.7-7.2 0-12.5 2.3-24.5 6.2-35.9-3.6-2.7-7.1-5.2-10.2-8.3zm69.8-58c4.3-24.5 15.8-46.4 31.9-64-9.8-6.2-21.4-9.9-33.8-9.9-35.3 0-64 28.7-64 64 0 18.7 8.2 35.4 21.1 47.1 11.3-15.9 26.6-28.9 44.8-37.2zm330.6 216.2c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"content\">\r\n\t\t\t\t    <div class=\"service-number\">\r\n\t\t\t\t\t    <span class=\"service-box-number\"><\/span>\r\n\t\t\t\t    <\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t<div class=\"service-box-title\" >\r\n\t\t\t\t\t\t<h3>Data Service<\/h3>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<p class=\"description\">Cyber services also play a pivotal role conte\nensuring cybersecurity cofuse that.<\/p>\r\n\t\t\t\t\t<p class=\"list\">Market Research<\/p>\r\n\t\t\t\t\t<p class=\"list\">Safeguarding your digital<\/p>\r\n\t\t\t\t\t<p class=\"list\">Continuous monitoring fortify<\/p>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"service-btn\">\r\n\t\t\t\t\t\t<a href=\"\">\r\n\t\t\t\t\t\t    \r\n\t\t\t\t\t\t\tLearn More\t\t\t\t\t\t\t<i class=\"fas fa-check fa-solid\"><\/i>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d36bcf7\" data-id=\"d36bcf7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6eae6c0 elementor-widget elementor-widget-service\" data-id=\"6eae6c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"service.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"service-box style10 fourteen sixteen\">\r\n\t\t\t\t<div class=\"service-box-icon\">\r\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-cogs\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"content\">\r\n\t\t\t\t    <div class=\"service-number\">\r\n\t\t\t\t\t    <span class=\"service-box-number\"><\/span>\r\n\t\t\t\t    <\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t<div class=\"service-box-title\" >\r\n\t\t\t\t\t\t<h3>Network Security<\/h3>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<p class=\"description\">Cyber services also play a pivotal role conte\nensuring cybersecurity cofuse that.<\/p>\r\n\t\t\t\t\t<p class=\"list\">Market Research<\/p>\r\n\t\t\t\t\t<p class=\"list\">Safeguarding your digital<\/p>\r\n\t\t\t\t\t<p class=\"list\">Continuous monitoring fortify<\/p>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"service-btn\">\r\n\t\t\t\t\t\t<a href=\"\">\r\n\t\t\t\t\t\t    \r\n\t\t\t\t\t\t\tLearn More\t\t\t\t\t\t\t<i class=\"fas fa-check fa-solid\"><\/i>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e60efb1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e60efb1\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d7c323e\" data-id=\"d7c323e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e2fddfa elementor-widget elementor-widget-service\" data-id=\"e2fddfa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"service.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"service-box style10 fourteen sixteen\">\r\n\t\t\t\t<div class=\"service-box-icon\">\r\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-soap\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416,192a95.42,95.42,0,0,1-30.94,70.21A95.8,95.8,0,0,1,352,448H160a96,96,0,0,1,0-192h88.91A95.3,95.3,0,0,1,224,192H96A96,96,0,0,0,0,288V416a96,96,0,0,0,96,96H416a96,96,0,0,0,96-96V288A96,96,0,0,0,416,192Zm-96,64a64,64,0,1,0-64-64A64,64,0,0,0,320,256ZM208,96a48,48,0,1,0-48-48A48,48,0,0,0,208,96ZM384,64a32,32,0,1,0-32-32A32,32,0,0,0,384,64ZM160,288a64,64,0,0,0,0,128H352a64,64,0,0,0,0-128Z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"content\">\r\n\t\t\t\t    <div class=\"service-number\">\r\n\t\t\t\t\t    <span class=\"service-box-number\"><\/span>\r\n\t\t\t\t    <\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t<div class=\"service-box-title\" >\r\n\t\t\t\t\t\t<h3>Malware Portection<\/h3>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<p class=\"description\">Cyber services also play a pivotal role conte\nensuring cybersecurity cofuse that.<\/p>\r\n\t\t\t\t\t<p class=\"list\">Market Research<\/p>\r\n\t\t\t\t\t<p class=\"list\">Safeguarding your digital<\/p>\r\n\t\t\t\t\t<p class=\"list\">Continuous monitoring fortify<\/p>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"service-btn\">\r\n\t\t\t\t\t\t<a href=\"\">\r\n\t\t\t\t\t\t    \r\n\t\t\t\t\t\t\tLearn More\t\t\t\t\t\t\t<i class=\"fas fa-check fa-solid\"><\/i>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-26cfee2\" data-id=\"26cfee2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6dd6dd5 elementor-widget elementor-widget-service\" data-id=\"6dd6dd5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"service.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"service-box style10 fourteen sixteen\">\r\n\t\t\t\t<div class=\"service-box-icon\">\r\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-cloud-meatball\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M48 352c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm416 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm-119 11.1c4.6-14.5 1.6-30.8-9.8-42.3-11.5-11.5-27.8-14.4-42.3-9.9-7-13.5-20.7-23-36.9-23s-29.9 9.5-36.9 23c-14.5-4.6-30.8-1.6-42.3 9.9-11.5 11.5-14.4 27.8-9.9 42.3-13.5 7-23 20.7-23 36.9s9.5 29.9 23 36.9c-4.6 14.5-1.6 30.8 9.9 42.3 8.2 8.2 18.9 12.3 29.7 12.3 4.3 0 8.5-1.1 12.6-2.5 7 13.5 20.7 23 36.9 23s29.9-9.5 36.9-23c4.1 1.3 8.3 2.5 12.6 2.5 10.8 0 21.5-4.1 29.7-12.3 11.5-11.5 14.4-27.8 9.8-42.3 13.5-7 23-20.7 23-36.9s-9.5-29.9-23-36.9zM512 224c0-53-43-96-96-96-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h43.4c3.6-8 8.4-15.4 14.8-21.8 13.5-13.5 31.5-21.1 50.8-21.3 13.5-13.2 31.7-20.9 51-20.9s37.5 7.7 51 20.9c19.3.2 37.3 7.8 50.8 21.3 6.4 6.4 11.3 13.8 14.8 21.8H416c53 0 96-43 96-96z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"content\">\r\n\t\t\t\t    <div class=\"service-number\">\r\n\t\t\t\t\t    <span class=\"service-box-number\"><\/span>\r\n\t\t\t\t    <\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t<div class=\"service-box-title\" >\r\n\t\t\t\t\t\t<h3>Data Service<\/h3>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<p class=\"description\">Cyber services also play a pivotal role conte\nensuring cybersecurity cofuse that.<\/p>\r\n\t\t\t\t\t<p class=\"list\">Market Research<\/p>\r\n\t\t\t\t\t<p class=\"list\">Safeguarding your digital<\/p>\r\n\t\t\t\t\t<p class=\"list\">Continuous monitoring fortify<\/p>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"service-btn\">\r\n\t\t\t\t\t\t<a href=\"\">\r\n\t\t\t\t\t\t    \r\n\t\t\t\t\t\t\tLearn More\t\t\t\t\t\t\t<i class=\"fas fa-check fa-solid\"><\/i>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-97f3f3b\" data-id=\"97f3f3b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4a4cf16 elementor-widget elementor-widget-service\" data-id=\"4a4cf16\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"service.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"service-box style10 fourteen sixteen\">\r\n\t\t\t\t<div class=\"service-box-icon\">\r\n\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-diagnoses\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M496 256c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm-176-80c48.5 0 88-39.5 88-88S368.5 0 320 0s-88 39.5-88 88 39.5 88 88 88zM59.8 364c10.2 15.3 29.3 17.8 42.9 9.8 16.2-9.6 56.2-31.7 105.3-48.6V416h224v-90.7c49.1 16.8 89.1 39 105.3 48.6 13.6 8 32.7 5.3 42.9-9.8l17.8-26.7c8.8-13.2 7.6-34.6-10-45.1-11.9-7.1-29.7-17-51.1-27.4-28.1 46.1-99.4 17.8-87.7-35.1C409.3 217.2 365.1 208 320 208c-57 0-112.9 14.5-160 32.2-.2 40.2-47.6 63.3-79.2 36-11.2 6-21.3 11.6-28.7 16-17.6 10.5-18.8 31.8-10 45.1L59.8 364zM368 344c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-160 8c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm512 192H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"content\">\r\n\t\t\t\t    <div class=\"service-number\">\r\n\t\t\t\t\t    <span class=\"service-box-number\"><\/span>\r\n\t\t\t\t    <\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t<div class=\"service-box-title\" >\r\n\t\t\t\t\t\t<h3>Computer Security<\/h3>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<p class=\"description\">Cyber services also play a pivotal role conte\nensuring cybersecurity cofuse that.<\/p>\r\n\t\t\t\t\t<p class=\"list\">Market Research<\/p>\r\n\t\t\t\t\t<p class=\"list\">Safeguarding your digital<\/p>\r\n\t\t\t\t\t<p class=\"list\">Continuous monitoring fortify<\/p>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"service-btn\">\r\n\t\t\t\t\t\t<a href=\"\">\r\n\t\t\t\t\t\t    \r\n\t\t\t\t\t\t\tLearn More\t\t\t\t\t\t\t<i class=\"fas fa-check fa-solid\"><\/i>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e233a96 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e233a96\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8fde22e\" data-id=\"8fde22e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cc7c145 elementor-widget elementor-widget-brand\" data-id=\"cc7c145\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"brand.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"brand style1\">\r\n\t\t\t\t<div class=\"brand-carousel owl-carousel\">\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"brand-item\">\r\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/08\/brand1.png\" alt=\"toptech\">\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\r\n\t\t\t<script>\r\n\t\t\t\tjQuery(document).ready(function($) {\r\n\t\t\t\t\t\"use strict\";\r\n                    \t\r\n                    $('.brand-carousel').owlCarousel({\r\n                    \tloop: true,\r\n                    \tautoplay: true,\r\n                    \tautoplayTimeout: 4000,\r\n                    \tdots: false,\r\n                    \tnav: false,\r\n                    \tnavText: [\"<i class='fa fa-long-arrow-left'><\/i>\", \"<i class='fa fa-long-arrow-right''><\/i>\"],\r\n                    \tresponsive: {\r\n                    \t\t0: {\r\n                    \t\t\titems: 2\r\n                    \t\t},\r\n                    \t\t768: {\r\n                    \t\t\titems: 3\r\n                    \t\t},\r\n                    \t\t992: {\r\n                    \t\t\titems: 4\r\n                    \t\t},\r\n                    \t\t1500: {\r\n                    \t\t\titems: 4\r\n                    \t\t},\r\n                    \t\t1920: {\r\n                    \t\t\titems: 5\r\n                    \t\t}\r\n                    \t}\r\n                    })\r\n\t\t\t\t});\r\n\t\t\t<\/script>\r\n\r\n\t\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2b4d281 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2b4d281\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f119def\" data-id=\"f119def\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-195a2cc elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"195a2cc\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-846304b\" data-id=\"846304b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9d23055 elementor-widget elementor-widget-image\" data-id=\"9d23055\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"550\" height=\"589\" src=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/10\/anout-img.png\" class=\"attachment-large size-large wp-image-16792\" alt=\"\" srcset=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/10\/anout-img.png 550w, https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/10\/anout-img-280x300.png 280w\" sizes=\"(max-width: 550px) 100vw, 550px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-051662a\" data-id=\"051662a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-63fe85f elementor-widget elementor-widget-section-title\" data-id=\"63fe85f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"section-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\r\n\t\t\t<div class=\"section-title style6\">\r\n\t\t\t\t \r\n\t\t\t\t\t<h5 class=\"subtitle\">About To Cyber Security<\/h5>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t \r\n\t\t\t\t\t<h3 class=\"title\">The Ideal Choice For Every Cyber<\/h3>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t \r\n\t\t\t\t\t<h2 class=\"title3\">Safety Requiremen This<\/h2>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t \r\n\t\t\t\t\t<p class=\"description\">Lorem ipsum dolor sit amet consectetur adipiscing elit sed don content that it\neiusmod tempor incididunt ut labore et dolore magna aliqua Utish for like this\nenim ad minim veniam quis before that how.<\/p>\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-97138a0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"97138a0\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-51b4dee\" data-id=\"51b4dee\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9059f51 cybar elementor-widget elementor-widget-iconbox\" data-id=\"9059f51\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"iconbox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t\t<div class=\"icon-box style-two style-eleven\">\n\t\t\t<div class=\"icon-box-icon\">\n\t\t\t\t\t\t\t\t<div class=\"icon\">\n\t\t\t\t\t<i class=\"flaticon flaticon-clock-1\"><\/i>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"icon-box-content\">\n\t\t\t\t<div class=\"title\">\n\t\t\t\t\t<h2>Alarming Statistic<\/h2>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"description\">\n\t\t\t\t\t<p>Lorem ipsum dolor sit amet consec\ncontent that like.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ac1fb6d\" data-id=\"ac1fb6d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c7bcf41 cybar elementor-widget elementor-widget-iconbox\" data-id=\"c7bcf41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"iconbox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t\t<div class=\"icon-box style-two style-eleven\">\n\t\t\t<div class=\"icon-box-icon\">\n\t\t\t\t\t\t\t\t<div class=\"icon\">\n\t\t\t\t\t<i class=\"flaticon flaticon-internet\"><\/i>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"icon-box-content\">\n\t\t\t\t<div class=\"title\">\n\t\t\t\t\t<h2>Protecting World<\/h2>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"description\">\n\t\t\t\t\t<p>Lorem ipsum dolor sit amet consec\ncontent that like.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-eed80e0 elementor-widget elementor-widget-dit-button\" data-id=\"eed80e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"dit-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<div class=\"dreamit-button style13\">\r\n\t\t\t\t\t<div class=\"dreamit-button\">\r\n\t\t\t\t\t    <div class=\"btn_button\">\r\n    \t\t\t\t\t\t<a  class=\"button\" href=\"\">\r\n    \t\t\t\t\t        Learn More    \t\t\t\t\t        <i class=\"flaticon flaticon-right-arrow\"><\/i>\r\n    \t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b5e9ed3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b5e9ed3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-631eb91\" data-id=\"631eb91\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c5eb60 elementor-widget elementor-widget-section-title\" data-id=\"3c5eb60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"section-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\r\n\t\t\t<div class=\"section-title style6\">\r\n\t\t\t\t \r\n\t\t\t\t\t<h5 class=\"subtitle\">What Offer<\/h5>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t \r\n\t\t\t\t\t<h3 class=\"title\">Our Eco-Friendly Packaging Solutions<\/h3>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-584ddec elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"584ddec\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-14251c4\" data-id=\"14251c4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9c30c24 elementor-widget elementor-widget-pricingtable\" data-id=\"9c30c24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pricingtable.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"pricing teen \">\r\n\t\t\t    <div class=\"top-section\">\r\n\t\t\t    <div class=\"pricing_img\">\r\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/10\/pricing-1.png\" alt=\"toptech\" \/>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<h3 class=\"pricing-title\">Beginners<\/h3>\r\n\t\t\t\t<div class=\"price-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"currency\">$<\/span>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"tk\">99<\/span>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"month\">\/ Per Month<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<\/div>\t\r\n\t\t\t\t\t\r\n\t\t\t\t<div class=\"pricing-body\">\r\n\t\t\t\t\t<ul class=\"features\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tThreat Monitoring\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tEnhanced Threat Intelligence\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tIncident Response Team\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tCustomized Security Training\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tBi-Monthly Security Audits\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tIdentity and Access Management\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tQuarterly Executive Reports\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t<a class=\"pricing-button singinp\" href=\"\">Chose Plan <i aria-hidden=\"true\" class=\"flaticon flaticon-right-arrow\"><\/i><\/a>\r\n\t\t\t\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-def8886\" data-id=\"def8886\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-371c644 elementor-widget elementor-widget-pricingtable\" data-id=\"371c644\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pricingtable.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"pricing teen \">\r\n\t\t\t    <div class=\"top-section\">\r\n\t\t\t    <div class=\"pricing_img\">\r\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/10\/pricing-2.png\" alt=\"toptech\" \/>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<h3 class=\"pricing-title\">Business<\/h3>\r\n\t\t\t\t<div class=\"price-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"currency\">$<\/span>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"tk\">112<\/span>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"month\">\/ Per Month<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<\/div>\t\r\n\t\t\t\t\t\r\n\t\t\t\t<div class=\"pricing-body\">\r\n\t\t\t\t\t<ul class=\"features\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tThreat Monitoring\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tEnhanced Threat Intelligence\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tIncident Response Team\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tCustomized Security Training\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tBi-Monthly Security Audits\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tIdentity and Access Management\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tQuarterly Executive Reports\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t<a class=\"pricing-button singinp\" href=\"\">Chose Plan <i aria-hidden=\"true\" class=\"flaticon flaticon-right-arrow\"><\/i><\/a>\r\n\t\t\t\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-0999bab\" data-id=\"0999bab\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-01fdc4e elementor-widget elementor-widget-pricingtable\" data-id=\"01fdc4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pricingtable.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"pricing teen \">\r\n\t\t\t    <div class=\"top-section\">\r\n\t\t\t    <div class=\"pricing_img\">\r\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/10\/pricing3.png\" alt=\"toptech\" \/>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<h3 class=\"pricing-title\">Professional<\/h3>\r\n\t\t\t\t<div class=\"price-item\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"currency\">$<\/span>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"tk\">180<\/span>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"month\">\/ Per Month<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<\/div>\t\r\n\t\t\t\t\t\r\n\t\t\t\t<div class=\"pricing-body\">\r\n\t\t\t\t\t<ul class=\"features\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tThreat Monitoring\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tEnhanced Threat Intelligence\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tIncident Response Team\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tCustomized Security Training\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tBi-Monthly Security Audits\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tIdentity and Access Management\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t\t\tQuarterly Executive Reports\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t<a class=\"pricing-button singinp\" href=\"\">Chose Plan <i aria-hidden=\"true\" class=\"flaticon flaticon-right-arrow\"><\/i><\/a>\r\n\t\t\t\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-428cee3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"428cee3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ffa7464\" data-id=\"ffa7464\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8a86bbe cybar elementor-widget elementor-widget-AnimationBar\" data-id=\"8a86bbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"AnimationBar.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"marquee style1\">\r\n\t\t\t\t<div class=\"marquee-block\">\r\n\t\t\t\t\t<h3> <img decoding=\"async\" src=\"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/08\/mobile-app-faq-shape2.png\"> This is the title<\/h3>\r\n\t\t\t\t\t<h3> <img decoding=\"async\" src=\"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/08\/mobile-app-faq-shape2.png\"> Cyber Security<\/h3>\r\n\t\t\t\t\t<h3><img decoding=\"async\" src=\"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/08\/mobile-app-faq-shape2.png\"> Security Master<\/h3>\r\n\t\t\t\t\t<h3><img decoding=\"async\" src=\"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/08\/mobile-app-faq-shape2.png\"> Cyber Security<\/h3>\r\n\t\t\t\t\t<h3><img decoding=\"async\" src=\"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/08\/mobile-app-faq-shape2.png\"> Security Master<\/h3>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"marquee-block\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t<h3><img decoding=\"async\" src=\"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/08\/mobile-app-faq-shape2.png\"> Cyber Security<\/h3>\r\n\t\t\t\t\t<h3><img decoding=\"async\" src=\"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/08\/mobile-app-faq-shape2.png\"> Security Master<\/h3>\r\n\t\t\t\t\t<h3><img decoding=\"async\" src=\"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/08\/mobile-app-faq-shape2.png\"> Cyber Security<\/h3>\r\n\t\t\t\t\t<h3><img decoding=\"async\" src=\"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/08\/mobile-app-faq-shape2.png\"> Security Master<\/h3>\r\n\t\t\t\t\t<h3><img decoding=\"async\" src=\"https:\/\/wp.ditsolution.net\/toptech-multipurpose\/wp-content\/uploads\/2024\/08\/mobile-app-faq-shape2.png\"> Cyber Security<\/h3>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6d181f1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6d181f1\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-dcdd2e0\" data-id=\"dcdd2e0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7bdbe25 elementor-widget elementor-widget-section-title\" data-id=\"7bdbe25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"section-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\r\n\t\t\t<div class=\"section-title style6\">\r\n\t\t\t\t \r\n\t\t\t\t\t<h5 class=\"subtitle\">What Offer<\/h5>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t \r\n\t\t\t\t\t<h3 class=\"title\">Latest Project We have Done<\/h3>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49ecb81 elementor-widget elementor-widget-casestudy\" data-id=\"49ecb81\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"casestudy.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\n\t\t\t<div class=\"case-study style5 style7 style10\">\n\t\t\t\t<div class=\"blog_style_adn_2\">\n\t\t\t\t\t<div class=\"blog_wrap case_study_carousel7 owl-theme owl-carousel owl-loaded curosel-style style-two\">\n\t\t\t\t\t    \n\t\t\t\t\t    \n\t\t\t\t\t  \n\t\t\t\t\t    \n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-12 col-xs-12 col-sm-12\" >\n\t\t\t\t\t\t\t<div class=\"single_case_study\">\n\t\t\t\t\t\t\t\t<div id=\"post-14018\" class=\"post-14018 em_case_study type-em_case_study status-publish has-post-thumbnail hentry\">\n\t\t\t\t\t\t\t\t\t<div class=\"dreamit-single-cases-studys\">\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"case-study-thumb\">\n\t\t\t\t\t\t\t\t\t\t\t    <div class=\"image-thumb\">\n\t\t\t\t\t\t\t\t\t\t\t\t    <a href=\"https:\/\/serix.nirjatheme.in\/index.php\/em_case_study\/firewall-configuration-3\/\"> <img decoding=\"async\" width=\"432\" height=\"500\" src=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/case3-432x500-1.jpg\" class=\"attachment-toptech-case-thumb size-toptech-case-thumb wp-post-image\" alt=\"\" srcset=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/case3-432x500-1.jpg 432w, https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/case3-432x500-1-259x300.jpg 259w\" sizes=\"(max-width: 432px) 100vw, 432px\" \/><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<!--<div class=\"case-study-buttons\">-->\n            <!--\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/serix.nirjatheme.in\/index.php\/em_case_study\/firewall-configuration-3\/\" class=\"learn_btn\">Read More<i aria-hidden=\"true\" class=\"fa fa-angle-right\"><\/i><\/a>-->\n            <!--\t\t\t\t\t\t\t\t\t<\/div>-->\n                \t\t\t\t\t\t\t\t\t\t\n                \t\t\t\t\t\t\t\t\t\t\n                                                <div class=\"cases-study-content-f\">\n            \t\t\t\t\t\t\t\t\t\t<div class=\"cases-study-contents\">\n                                                        \n            \t\t\t\t\t\t\t\t\t\t\t<div class=\"cases-study-content-inner\">\n\n                \t\t\t\t\t\t\t\t\t\t\t<h2 class=\"title\"><a href=\"https:\/\/serix.nirjatheme.in\/index.php\/em_case_study\/firewall-configuration-3\/\">Firewall Configuration<\/a><\/h2>\n                \t\t\t\t\t\t\t\t\t\t\t\n                \t\t\t\t\t\t\t\t\t\t\t<div class=\"case_category\">\n                \t\t\t\t\t\t\t\t\t\t\t\t                \t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"category-item\">\n                \t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCode                \t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n                \t\t\t\t\t\t\t\t\t\t\t\t                \t\t\t\t\t\t\t\t\t\t\t<\/div>\n                \t\t\t\t\t\t\t\t\t\t\t\n                \t\t\t\t\t\t\t\t\t\t\t\n            \t\t\t\t\t\t\t\t\t\t\t<\/div>\n            \t\t\t\t\t\t\t\t\t\t<\/div>\n        \t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-12 col-xs-12 col-sm-12\" >\n\t\t\t\t\t\t\t<div class=\"single_case_study\">\n\t\t\t\t\t\t\t\t<div id=\"post-14017\" class=\"post-14017 em_case_study type-em_case_study status-publish has-post-thumbnail hentry\">\n\t\t\t\t\t\t\t\t\t<div class=\"dreamit-single-cases-studys\">\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"case-study-thumb\">\n\t\t\t\t\t\t\t\t\t\t\t    <div class=\"image-thumb\">\n\t\t\t\t\t\t\t\t\t\t\t\t    <a href=\"https:\/\/serix.nirjatheme.in\/index.php\/em_case_study\/firewall-configuration-2\/\"> <img decoding=\"async\" width=\"432\" height=\"500\" src=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/case1-432x500-1.jpg\" class=\"attachment-toptech-case-thumb size-toptech-case-thumb wp-post-image\" alt=\"\" srcset=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/case1-432x500-1.jpg 432w, https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/case1-432x500-1-259x300.jpg 259w\" sizes=\"(max-width: 432px) 100vw, 432px\" \/><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<!--<div class=\"case-study-buttons\">-->\n            <!--\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/serix.nirjatheme.in\/index.php\/em_case_study\/firewall-configuration-2\/\" class=\"learn_btn\">Read More<i aria-hidden=\"true\" class=\"fa fa-angle-right\"><\/i><\/a>-->\n            <!--\t\t\t\t\t\t\t\t\t<\/div>-->\n                \t\t\t\t\t\t\t\t\t\t\n                \t\t\t\t\t\t\t\t\t\t\n                                                <div class=\"cases-study-content-f\">\n            \t\t\t\t\t\t\t\t\t\t<div class=\"cases-study-contents\">\n                                                        \n            \t\t\t\t\t\t\t\t\t\t\t<div class=\"cases-study-content-inner\">\n\n                \t\t\t\t\t\t\t\t\t\t\t<h2 class=\"title\"><a href=\"https:\/\/serix.nirjatheme.in\/index.php\/em_case_study\/firewall-configuration-2\/\">Firewall Configuration<\/a><\/h2>\n                \t\t\t\t\t\t\t\t\t\t\t\n                \t\t\t\t\t\t\t\t\t\t\t<div class=\"case_category\">\n                \t\t\t\t\t\t\t\t\t\t\t\t                \t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"category-item\">\n                \t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCode                \t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n                \t\t\t\t\t\t\t\t\t\t\t\t                \t\t\t\t\t\t\t\t\t\t\t<\/div>\n                \t\t\t\t\t\t\t\t\t\t\t\n                \t\t\t\t\t\t\t\t\t\t\t\n            \t\t\t\t\t\t\t\t\t\t\t<\/div>\n            \t\t\t\t\t\t\t\t\t\t<\/div>\n        \t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-md-12 col-xs-12 col-sm-12\" >\n\t\t\t\t\t\t\t<div class=\"single_case_study\">\n\t\t\t\t\t\t\t\t<div id=\"post-14014\" class=\"post-14014 em_case_study type-em_case_study status-publish has-post-thumbnail hentry\">\n\t\t\t\t\t\t\t\t\t<div class=\"dreamit-single-cases-studys\">\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"case-study-thumb\">\n\t\t\t\t\t\t\t\t\t\t\t    <div class=\"image-thumb\">\n\t\t\t\t\t\t\t\t\t\t\t\t    <a href=\"https:\/\/serix.nirjatheme.in\/index.php\/em_case_study\/firewall-configuration\/\"> <img loading=\"lazy\" decoding=\"async\" width=\"432\" height=\"500\" src=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/case2-432x500-1.jpg\" class=\"attachment-toptech-case-thumb size-toptech-case-thumb wp-post-image\" alt=\"\" srcset=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/case2-432x500-1.jpg 432w, https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/case2-432x500-1-259x300.jpg 259w\" sizes=\"(max-width: 432px) 100vw, 432px\" \/><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<!--<div class=\"case-study-buttons\">-->\n            <!--\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/serix.nirjatheme.in\/index.php\/em_case_study\/firewall-configuration\/\" class=\"learn_btn\">Read More<i aria-hidden=\"true\" class=\"fa fa-angle-right\"><\/i><\/a>-->\n            <!--\t\t\t\t\t\t\t\t\t<\/div>-->\n                \t\t\t\t\t\t\t\t\t\t\n                \t\t\t\t\t\t\t\t\t\t\n                                                <div class=\"cases-study-content-f\">\n            \t\t\t\t\t\t\t\t\t\t<div class=\"cases-study-contents\">\n                                                        \n            \t\t\t\t\t\t\t\t\t\t\t<div class=\"cases-study-content-inner\">\n\n                \t\t\t\t\t\t\t\t\t\t\t<h2 class=\"title\"><a href=\"https:\/\/serix.nirjatheme.in\/index.php\/em_case_study\/firewall-configuration\/\">Firewall Configuration<\/a><\/h2>\n                \t\t\t\t\t\t\t\t\t\t\t\n                \t\t\t\t\t\t\t\t\t\t\t<div class=\"case_category\">\n                \t\t\t\t\t\t\t\t\t\t\t\t                \t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"category-item\">\n                \t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCode                \t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n                \t\t\t\t\t\t\t\t\t\t\t\t                \t\t\t\t\t\t\t\t\t\t\t<\/div>\n                \t\t\t\t\t\t\t\t\t\t\t\n                \t\t\t\t\t\t\t\t\t\t\t\n            \t\t\t\t\t\t\t\t\t\t\t<\/div>\n            \t\t\t\t\t\t\t\t\t\t<\/div>\n        \t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<script>\n\t\t\tjQuery(document).ready(function($) {\n\t\t\t\t\"use strict\";\n\n\t\t\t\t\t$('.case_study_carousel7').owlCarousel({\n        \t\t\t\tloop: true,\n        \t\t\t\tautoplay: false,\n        \t\t\t\tautoplayTimeout: 10000,\n        \t\t\t\tdots: false,\n        \t\t\t\tdotsEeach:true,\n        \t\t\t\tcenter:true,\n        \t\t\t\tmargin:0,\n        \t\t\t\tnav: false,\n        \t\t\t\tnavText: [\"<i class='flaticon-left-arrow'><\/i> Prev\", \"Next <i class='flaticon-right-arrow'><\/i>\"],\n        \t\t\t\tresponsive: {\n        \t\t\t\t\t0: {\n        \t\t\t\t\t\titems: 1\n        \t\t\t\t\t},\n        \t\t\t\t\t768: {\n        \t\t\t\t\t\titems: 2\n        \t\t\t\t\t},\n        \t\t\t\t\t991: {\n        \t\t\t\t\t\titems: 2\n        \t\t\t\t\t},\n        \t\t\t\t\t992: {\n        \t\t\t\t\t\titems: 2\n        \t\t\t\t\t},\n        \t\t\t\t\t1000: {\n        \t\t\t\t\t\titems: 2\n        \t\t\t\t\t},\n        \t\t\t\t\t1365: {\n        \t\t\t\t\t\titems: 2\n        \t\t\t\t\t},\n        \t\t\t\t\t1920: {\n        \t\t\t\t\t\titems: 2\n        \t\t\t\t\t}\n        \t\t\t\t}\n        \t\t\t})\t\t\n        \t\t});\n        \t<\/script>\n        \t\n        \t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1d4402b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1d4402b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6a26c21\" data-id=\"6a26c21\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2926f0d elementor-widget elementor-widget-section-title\" data-id=\"2926f0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"section-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\r\n\t\t\t<div class=\"section-title style6\">\r\n\t\t\t\t \r\n\t\t\t\t\t<h5 class=\"subtitle\">F A Q<\/h5>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t \r\n\t\t\t\t\t<h3 class=\"title\">Extra Frequently Asked Concerns<\/h3>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-b40651e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b40651e\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-95f3f3b\" data-id=\"95f3f3b\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4a587c1 elementor-widget elementor-widget-heading\" data-id=\"4a587c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Need More Information<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c8459c cybar elementor-widget elementor-widget-shortcode\" data-id=\"0c8459c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f13401-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"13401\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php\/wp-json\/wp\/v2\/pages\/10963#wpcf7-f13401-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"13401\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f13401-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"form-area contact-form contact-three cybar\">\n\t<div class=\"form-inner\">\n\t\t<div class=\"form-controls row\">\n\t\t\t<div class=\"col-md-12\">\n\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"sub\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\" value=\"\" type=\"text\" name=\"sub\" \/><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"col-md-12\">\n\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"sub2\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Enter E-Mail\" value=\"\" type=\"text\" name=\"sub2\" \/><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"col-md-12\">\n\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"textarea-234\"><textarea cols=\"20\" rows=\"7\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea form-control\" aria-invalid=\"false\" placeholder=\"Message\" name=\"textarea-234\"><\/textarea><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"col-md-12\">\n\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t<div class=\"buttons\">\n\t\t\t\t\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner button\" type=\"submit\" value=\"Send Message\" \/>\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1709829\" data-id=\"1709829\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ddce410 cyber elementor-widget elementor-widget-ditaccordion\" data-id=\"ddce410\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ditaccordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\r\n\t\t<ul class=\"my-accordion\">\r\n\r\n\t\t\t\t\t\t<li>\r\n\t\t\t\t<a>How Can Antivirus Software Prevent Malware Attacks?<\/a>\r\n\t\t\t\t<p>Digital interactions, enabling a secure and resilient online environment for all users can force \nthat like for pitfalls such as phishing scams and social engineering attacks<\/p>\r\n\t\t\t<\/li>\r\n\t\t\t\t\t\t<li>\r\n\t\t\t\t<a>How Can I Enhance My Home Network Security?<\/a>\r\n\t\t\t\t<p>Digital interactions, enabling a secure and resilient online environment for all users can force \nthat like for pitfalls such as phishing scams and social engineering attacks<\/p>\r\n\t\t\t<\/li>\r\n\t\t\t\t\t\t<li>\r\n\t\t\t\t<a>How Can I Ensure My Wi-Fi is Safe?<\/a>\r\n\t\t\t\t<p>Digital interactions, enabling a secure and resilient online environment for all users can force \nthat like for pitfalls such as phishing scams and social engineering attacks<\/p>\r\n\t\t\t<\/li>\r\n\t\t\t\t\t\t<li>\r\n\t\t\t\t<a>How Can I Protect My Computer From Viruses?<\/a>\r\n\t\t\t\t<p>Digital interactions, enabling a secure and resilient online environment for all users can force \nthat like for pitfalls such as phishing scams and social engineering attacks<\/p>\r\n\t\t\t<\/li>\r\n\t\t\t\r\n\t\t<\/ul>\r\n    \t\t<script>\r\n    \t\t\tjQuery(document).ready(function($) {\r\n    \t\t\t\t\"use strict\";\r\n\r\n\t    $('.my-accordion > li:eq(0) a').addClass('active').next().slideDown();\r\n\r\n\t    $('.my-accordion a').click(function() {\r\n\t        var dropDown = $(this).closest('li').find('p');\r\n\r\n\t        $(this).closest('.my-accordion').find('p').not(dropDown).slideUp();\r\n\r\n\t        if ($(this).hasClass('active')) {\r\n\t            $(this).removeClass('active');\r\n\t        } else {\r\n\t            $(this).closest('.my-accordion').find('a.active').removeClass('active');\r\n\t            $(this).addClass('active');\r\n\t        }\r\n\r\n\t        dropDown.stop(false, true).slideToggle();\r\n\r\n\t    });\r\n\r\n\r\n    });\r\n    <\/script>\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-eccf7fd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"eccf7fd\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ebdb419\" data-id=\"ebdb419\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a59977b elementor-widget elementor-widget-section-title\" data-id=\"a59977b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"section-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\r\n\t\t\t<div class=\"section-title style6\">\r\n\t\t\t\t \r\n\t\t\t\t\t<h5 class=\"subtitle\">Testimonial<\/h5>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t \r\n\t\t\t\t\t<h3 class=\"title\">What Our Regular Client Say<\/h3>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t \r\n\t\t\t\t\t<h2 class=\"title3\">About Toptech<\/h2>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a6514bc elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a6514bc\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-94a7ade\" data-id=\"94a7ade\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-31955ac elementor-widget elementor-widget-image\" data-id=\"31955ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"550\" height=\"451\" src=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/10\/testi.png\" class=\"attachment-large size-large wp-image-16799\" alt=\"\" srcset=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/10\/testi.png 550w, https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/10\/testi-300x246.png 300w\" sizes=\"(max-width: 550px) 100vw, 550px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-110fc32\" data-id=\"110fc32\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d89d9d8 elementor-widget elementor-widget-testimonial\" data-id=\"d89d9d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"testimonial.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\n\t\t\n\t\t\t<div class=\"testimonial style-four fifteen\">\n\t\t\t\t<div class=\"testimonial-carousel15 owl-carousel\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"testimonial-item\">\n\t\t\t\t\t    \n                        <p class=\"quote\">Cybersecurity is not a one-time investment but an ongoingi\ncommitment to safeguarding your digital world.it\u2019s about of\nbuilding a resilient strategy that includes robust defenses it\ncontinuous monitoring comfortable for like thak happend its\nbefore that a company right.<\/p>\n                        \n                        <div class=\"reviews_rating\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"testi-star\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star active\"><\/i>\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star active\"><\/i>\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star active\"><\/i>\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star\"><\/i>\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star\"><\/i>\n\t\t\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"author\">\n\t\t\t\t\t\t\t<!--<img decoding=\"async\" src=\"https:\/\/serix.nirjatheme.in\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" alt=\"toptech\">-->\n\t\t\t\t\t\t\t<div class=\"bio\">\n\t\t\t\t\t\t\t\t<h4 class=\"name\">Christopher Socha<\/h4>\n\t\t\t\t\t\t\t\t<h5 class=\"designation\">Company Manager<\/h5>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"testimonial-item\">\n\t\t\t\t\t    \n                        <p class=\"quote\">Cybersecurity is not a one-time investment but an ongoingi\ncommitment to safeguarding your digital world.it\u2019s about of\nbuilding a resilient strategy that includes robust defenses it\ncontinuous monitoring comfortable for like thak happend its\nbefore that a company right.<\/p>\n                        \n                        <div class=\"reviews_rating\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"testi-star\">\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star active\"><\/i>\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star active\"><\/i>\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star active\"><\/i>\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star\"><\/i>\n\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star\"><\/i>\n\t\t\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"author\">\n\t\t\t\t\t\t\t<!--<img decoding=\"async\" src=\"https:\/\/serix.nirjatheme.in\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" alt=\"toptech\">-->\n\t\t\t\t\t\t\t<div class=\"bio\">\n\t\t\t\t\t\t\t\t<h4 class=\"name\">Christopher Socha<\/h4>\n\t\t\t\t\t\t\t\t<h5 class=\"designation\">Company Manager<\/h5>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<script>\n\t\t\t\t\n\t\t\t\tjQuery(document).ready(function($) {\n\t\t\t\t\t\"use strict\";\n\t\t\t\t\t$('.testimonial-carousel15').owlCarousel({\n\t\t\t\t\t\tloop: true,\n\t\t\t\t\t\tautoplay: false,\n\t\t\t\t\t\tautoplayTimeout: 10000,\n\t\t\t\t\t\tmargin: 30,\n\t\t\t\t\t\tdots: false,\n\t\t\t\t\t\tnav: true,\n\t\t\t\t\t\titems: 6,\n\t\t\t\t\t\tnavText: [\"<i class='fa fa-angle-left'><\/i>\", \"<i class='fa fa-angle-right'><\/i>\"],\n\t\t\t\t\t\tresponsive: {\n\t\t\t\t\t\t\t0: {\n\t\t\t\t\t\t\t\titems: 1\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t768: {\n\t\t\t\t\t\t\t\titems: 1\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t992: {\n\t\t\t\t\t\t\t\titems: 1\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t1920: {\n\t\t\t\t\t\t\t\titems: 1\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\t\t\t\t});\n\n\t\t\t<\/script>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e6a3b19 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e6a3b19\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1a8f046\" data-id=\"1a8f046\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c0f5cfc elementor-widget elementor-widget-section-title\" data-id=\"c0f5cfc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"section-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\r\n\t\t\t<div class=\"section-title style6\">\r\n\t\t\t\t \r\n\t\t\t\t\t<h5 class=\"subtitle\">Blog & News<\/h5>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t \r\n\t\t\t\t\t<h3 class=\"title\">Our Latest Blog Posts<\/h3>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d165649 elementor-widget elementor-widget-blogpost\" data-id=\"d165649\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"blogpost.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t<div class=\"blog-post style5 style14 style16\">\t\t\t\t\r\n\t\t\t\t<div class=\"blog_wrap blog_carousel owl-carousel owl-loaded curosel-style\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- single blog -->\r\n\t\t\t\t\t\t<div class=\"col-md-12 col-xs-12 col-sm-12 \" >\r\n\t\t\t\t\t\t\t<div class=\"single_blog_adn\">\r\n\t\t\t\t\t\t\t\t<div id=\"post-13781\" class=\"post-13781 post type-post status-publish format-standard has-post-thumbnail hentry category-technology\">\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"luxury-blog-thumb_adn \">\r\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/serix.nirjatheme.in\/index.php\/2024\/08\/12\/assess-and-mitigate-risks-your-it-environment\/\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"500\" src=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/blog1-1-1.png\" class=\"attachment-luxury-blog-default size-luxury-blog-default wp-post-image\" alt=\"\" srcset=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/blog1-1-1.png 800w, https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/blog1-1-1-300x188.png 300w, https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/blog1-1-1-768x480.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a>\r\n\t\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<span><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/serix.nirjatheme.in\/index.php\/category\/technology\/\" rel=\"category tag\">Technology<\/a><\/li><\/ul><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"blog-meta-left\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span><i aria-hidden=\"true\" class=\"far fa-calendar-alt\"><\/i>August 12, 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"flaticon flaticon-user-2\"><\/i>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/serix.nirjatheme.in\/index.php\/author\/admin\/\">admin<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\t\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"title\"><a href=\"https:\/\/serix.nirjatheme.in\/index.php\/2024\/08\/12\/assess-and-mitigate-risks-your-it-environment\/\">Assess and Mitigate Risks Your  IT Environment<\/a><\/h4>\r\n\t\t\t\t\t\t\t\t\t\t\t<!--<p class=\"description\">when an unknown printer took ar galley offer type year anddey scrambled<\/p>-->\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/serix.nirjatheme.in\/index.php\/2024\/08\/12\/assess-and-mitigate-risks-your-it-environment\/\" class=\"read-more\">Read More<i aria-hidden=\"true\" class=\"flaticon flaticon-right-arrow\"><\/i><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\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\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<!-- single blog -->\r\n\t\t\t\t\t\t<div class=\"col-md-12 col-xs-12 col-sm-12 \" >\r\n\t\t\t\t\t\t\t<div class=\"single_blog_adn\">\r\n\t\t\t\t\t\t\t\t<div id=\"post-13780\" class=\"post-13780 post type-post status-publish format-standard has-post-thumbnail hentry category-technology\">\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"luxury-blog-thumb_adn \">\r\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/serix.nirjatheme.in\/index.php\/2024\/08\/12\/improve-your-incident-response-strategy-to-minimize\/\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"500\" src=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/blog2-1.png\" class=\"attachment-luxury-blog-default size-luxury-blog-default wp-post-image\" alt=\"\" srcset=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/blog2-1.png 800w, https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/blog2-1-300x188.png 300w, https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/blog2-1-768x480.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a>\r\n\t\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<span><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/serix.nirjatheme.in\/index.php\/category\/technology\/\" rel=\"category tag\">Technology<\/a><\/li><\/ul><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"blog-meta-left\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span><i aria-hidden=\"true\" class=\"far fa-calendar-alt\"><\/i>August 12, 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"flaticon flaticon-user-2\"><\/i>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/serix.nirjatheme.in\/index.php\/author\/admin\/\">admin<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\t\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"title\"><a href=\"https:\/\/serix.nirjatheme.in\/index.php\/2024\/08\/12\/improve-your-incident-response-strategy-to-minimize\/\">Improve Your Incident Response Strategy To Minimize<\/a><\/h4>\r\n\t\t\t\t\t\t\t\t\t\t\t<!--<p class=\"description\">when an unknown printer took ar galley offer type year anddey scrambled<\/p>-->\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/serix.nirjatheme.in\/index.php\/2024\/08\/12\/improve-your-incident-response-strategy-to-minimize\/\" class=\"read-more\">Read More<i aria-hidden=\"true\" class=\"flaticon flaticon-right-arrow\"><\/i><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\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\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<!-- single blog -->\r\n\t\t\t\t\t\t<div class=\"col-md-12 col-xs-12 col-sm-12 \" >\r\n\t\t\t\t\t\t\t<div class=\"single_blog_adn\">\r\n\t\t\t\t\t\t\t\t<div id=\"post-13776\" class=\"post-13776 post type-post status-publish format-standard has-post-thumbnail hentry category-technology\">\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"luxury-blog-thumb_adn \">\r\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/serix.nirjatheme.in\/index.php\/2024\/08\/12\/how-to-optimize-your-network-performance-better\/\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"500\" src=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/blog3-1-1.png\" class=\"attachment-luxury-blog-default size-luxury-blog-default wp-post-image\" alt=\"\" srcset=\"https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/blog3-1-1.png 800w, https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/blog3-1-1-300x188.png 300w, https:\/\/serix.nirjatheme.in\/wp-content\/uploads\/2024\/08\/blog3-1-1-768x480.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a>\r\n\t\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<span><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/serix.nirjatheme.in\/index.php\/category\/technology\/\" rel=\"category tag\">Technology<\/a><\/li><\/ul><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"blog-meta-left\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span><i aria-hidden=\"true\" class=\"far fa-calendar-alt\"><\/i>August 12, 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"flaticon flaticon-user-2\"><\/i>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/serix.nirjatheme.in\/index.php\/author\/admin\/\">admin<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\t\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"title\"><a href=\"https:\/\/serix.nirjatheme.in\/index.php\/2024\/08\/12\/how-to-optimize-your-network-performance-better\/\">How to Optimize Your Network  Performance Better<\/a><\/h4>\r\n\t\t\t\t\t\t\t\t\t\t\t<!--<p class=\"description\">when an unknown printer took ar galley offer type year anddey scrambled<\/p>-->\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/serix.nirjatheme.in\/index.php\/2024\/08\/12\/how-to-optimize-your-network-performance-better\/\" class=\"read-more\">Read More<i aria-hidden=\"true\" class=\"flaticon flaticon-right-arrow\"><\/i><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\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\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n    \t\t<script>\r\n    \t\t\tjQuery(document).ready(function($) {\r\n    \t\t\t\t\"use strict\";\r\n                \t\/* Blog Curousel *\/\r\n                \t$('.blog_carousel').owlCarousel({\r\n                \t\tdots: false,\r\n                \t\tnav: false,\r\n                \t\tautoplay:false,\r\n                \t\tautoplayTimeout: 10000,\r\n                \t\tnavText: [\"<i class='fa fa-long-arrow-left'><\/i>\", \"<i class='fa fa-long-arrow-right''><\/i>\"],\r\n                \t\tresponsive: {\r\n                \t\t\t0: {\r\n                \t\t\t\titems: 1\r\n                \t\t\t},\r\n                \t\t\t768: {\r\n                \t\t\t\titems: 2\r\n                \t\t\t}, \r\n                \t\t\t992: {\r\n                \t\t\t\titems: 3\r\n                \t\t\t},\r\n                \t\t\t1920: {\r\n                \t\t\t\titems: 3\r\n                \t\t\t}\r\n                \t\t}\r\n                \t})\t\r\n            \t\t});\r\n            \t<\/script>\r\n            \r\n        \t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Protect Your Data In More Hacker With the rapid advancement of technology emerging threats and contract attack vectors continuously challenge traditional security measure lited in it is essential for organization before like that. Beta releas date July 30, 2024 Our Service How We Enhance Your Digital Safety Protocols. Cyber Service Cyber services also play a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/template-default.php","meta":{"footnotes":""},"class_list":["post-10963","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/serix.nirjatheme.in\/index.php\/wp-json\/wp\/v2\/pages\/10963","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/serix.nirjatheme.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/serix.nirjatheme.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/serix.nirjatheme.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/serix.nirjatheme.in\/index.php\/wp-json\/wp\/v2\/comments?post=10963"}],"version-history":[{"count":1,"href":"https:\/\/serix.nirjatheme.in\/index.php\/wp-json\/wp\/v2\/pages\/10963\/revisions"}],"predecessor-version":[{"id":18413,"href":"https:\/\/serix.nirjatheme.in\/index.php\/wp-json\/wp\/v2\/pages\/10963\/revisions\/18413"}],"wp:attachment":[{"href":"https:\/\/serix.nirjatheme.in\/index.php\/wp-json\/wp\/v2\/media?parent=10963"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}