{"id":18152,"date":"2022-07-22T20:16:52","date_gmt":"2022-07-22T20:16:52","guid":{"rendered":"https:\/\/casoni.whydevelopmentgateway001.com\/home\/"},"modified":"2024-01-30T10:34:56","modified_gmt":"2024-01-30T10:34:56","slug":"home","status":"publish","type":"page","link":"https:\/\/casoni-ndt.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"18152\" class=\"elementor elementor-18152 elementor-393\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-92b6b64 elementor-section-full_width elementor-section-height-full elementor-section-stretched elementor-section-items-bottom elementor-section-height-default\" data-id=\"92b6b64\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/youtu.be\\\/U5LXU4MVsPs&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\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-b7b860c\" data-id=\"b7b860c\" data-element_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-af8d524 elementor-widget__width-auto elementor-view-default pulse-animation-no elementor-widget elementor-widget-global elementor-global-19017 elementor-widget-icon\" data-id=\"af8d524\" data-element_type=\"widget\" id=\"btn\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-pause-circle\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\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-a5548e8 elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-global elementor-global-19020 elementor-widget-icon\" data-id=\"a5548e8\" data-element_type=\"widget\" id=\"btn-play\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\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-79cbccd elementor-widget__width-auto elementor-view-default pulse-animation-no elementor-widget elementor-widget-global elementor-global-19023 elementor-widget-icon\" data-id=\"79cbccd\" data-element_type=\"widget\" id=\"btn-unmute\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-volume-mute\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\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-906ff2b elementor-widget__width-auto elementor-view-default pulse-animation-no elementor-widget elementor-widget-global elementor-global-19026 elementor-widget-icon\" data-id=\"906ff2b\" data-element_type=\"widget\" id=\"btn-mute\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-volume-up\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\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-3336c89 elementor-widget-tablet_extra__width-initial elementor-widget elementor-widget-global elementor-global-19029 elementor-widget-html\" data-id=\"3336c89\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n\/\/  jQuery(function($){\n\/\/       let video = document.querySelector('.elementor-background-video-embed');\n\/\/             document.getElementById('btn').addEventListener('click', button_action);\n\n\/\/             function button_action() {\n\/\/                 if (video.paused) {\n\/\/                     video.play();\n\/\/                     btn.innerHTML = \"Pause Video\";\n\/\/                 } else {\n\/\/                     video.pause();\n\/\/                     btn.innerHTML = \"Play Video\"\n\/\/                 }\n\/\/             };\n\/\/ });\n\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    document.getElementById('btn').addEventListener('click', function() {\n        controlVideo(\"pauseVideo\");\n        document.getElementById('btn').setAttribute('style','display:none;');\n        document.getElementById('btn-play').setAttribute('style','display:block;');\n    });\n\n    document.getElementById('btn-play').addEventListener('click', function() {\n        controlVideo(\"playVideo\");\n        document.getElementById('btn-play').setAttribute('style','display:none;');\n        document.getElementById('btn').setAttribute('style','display:block;');\n    });\n\n    document.getElementById('btn-mute').addEventListener('click', function() {\n        controlVideo(\"mute\");\n        document.getElementById('btn-mute').setAttribute('style','display:none;');\n        document.getElementById('btn-unmute').setAttribute('style','display:block;');\n    });\n\n    document.getElementById('btn-unmute').addEventListener('click', function() {\n        controlVideo(\"unMute\");\n        document.getElementById('btn-unmute').setAttribute('style','display:none;');\n        document.getElementById('btn-mute').setAttribute('style','display:block;');\n    });\n\n    function controlVideo(vidFunc) {\n        var iframe = document.querySelector(\"iframe.elementor-background-video-embed\").contentWindow;\n        iframe.postMessage(\n            '{\"event\":\"command\",\"func\":\"' + vidFunc + '\",\"args\":\"\"}',\n            \"*\"\n        );\n    }\n    document.getElementById('btn-mute').setAttribute('style','display:none;');\n    document.getElementById('btn-play').setAttribute('style','display:none;');\n});\n\n\n\n<\/script>\n<!--<button class=\"button\" id=\"btn\">Pause Here<\/button>\n<button id=\"btn-play\">Play<\/button> -->\n<!--<button id=\"btn-mute\">Mute<\/button> -->\n<!--<button id=\"btn-unmute\">Unmute<\/button> -->\n\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-89ad7fd elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"89ad7fd\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&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-49349fc\" data-id=\"49349fc\" data-element_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-cc21455 elementor-absolute elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile animated-fast decoration-type-1 elementor-invisible elementor-widget elementor-widget-industrium_decoration\" data-id=\"cc21455\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;industrium_decoration&quot;,&quot;_animation_tablet_extra&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"industrium_decoration.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"decoration-widget\">\n            <div class=\"decoration-container\">\n                <div class=\"industrium-decoration\">\n                    <div><\/div><div><\/div><div><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \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-679fe30 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"679fe30\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-11c1177\" data-id=\"11c1177\" data-element_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-1f8a60d elementor-widget elementor-widget-industrium_heading\" data-id=\"1f8a60d\" data-element_type=\"widget\" data-widget_type=\"industrium_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"industrium-heading-widget\"><h2 class=\"industrium-heading\"><span class=\"industrium-heading-content\">STANDARD AND CUSTOMIZED<br \/>AUTOMATIC INSPECTION SYSTEMS<\/span><\/h2><\/div>\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-52c0d6b\" data-id=\"52c0d6b\" data-element_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-571f6bf elementor-widget elementor-widget-text-editor\" data-id=\"571f6bf\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>A point of reference for the sector. Casoni studies, designs and manufactures solutions in the field of non-destructive testing.<\/p><p>The modern structure of the company and the cutting-edge technology of its machines, combined with the experience of the company&#8217;s technicians have made it possible to obtain ever more performing results, maintaining a qualification at the highest levels.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c649793 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-widget elementor-widget-industrium_button\" data-id=\"c649793\" data-element_type=\"widget\" data-widget_type=\"industrium_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"button-widget\">\n            <div class=\"button-container\">\n                <a class=\"industrium-button button-type-1\" href=\"#\" target=\"_blank\">\n                    read more<svg viewBox=\"0 0 13 20\"><polyline points=\"0.5 19.5 3 19.5 12.5 10 3 0.5\"><\/polyline><\/svg>                    \n                <\/a>\n            <\/div>\n        <\/div>\n        \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-0ffbcd4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0ffbcd4\" data-element_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-100 elementor-inner-column elementor-element elementor-element-0e5058a\" data-id=\"0e5058a\" data-element_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-5fd486b view_type-2 style_type-2 elementor-widget elementor-widget-industrium_services_listing\" data-id=\"5fd486b\" data-element_type=\"widget\" data-widget_type=\"industrium_services_listing.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"industrium-service-listing-widget\">\n\n            <div class=\"archive-listing\" data-ajax='{&quot;post_type&quot;:&quot;industrium_service&quot;,&quot;ignore_sticky_posts&quot;:true,&quot;suppress_filters&quot;:true,&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;desc&quot;,&quot;link_base&quot;:&quot;https:\\\/\\\/casoni-ndt.com\\\/en\\\/wp-json\\\/wp\\\/v2\\\/pages\\\/18152\\\/&quot;,&quot;industrium_services_category&quot;:[&quot;homepage&quot;],&quot;posts_per_page&quot;:-1}' data-widget='{&quot;excerpt_length&quot;:76,&quot;item_class&quot;:&quot;service-item-wrapper slider-item&quot;,&quot;columns_number&quot;:3,&quot;listing_type&quot;:&quot;slider&quot;,&quot;view_type&quot;:&quot;type-2&quot;}'>\n                <div class=\"archive-listing-wrapper service-listing-wrapper service-slider-listing owl-carousel owl-theme\" data-slider-options={&quot;items&quot;:3,&quot;nav&quot;:false,&quot;dots&quot;:true,&quot;dotsContainer&quot;:&quot;.owl-dots-5fd486b&quot;,&quot;autoplayHoverPause&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:300,&quot;autoplayTimeout&quot;:5000,&quot;loop&quot;:false,&quot;speed&quot;:500,&quot;view_type&quot;:&quot;type-2&quot;}>\n                    \n<div class=\"service-item-wrapper post-18505 industrium_service type-industrium_service status-publish has-post-thumbnail hentry industrium_services_category-homepage-en\">\n    <div class=\"service-item\">\n         <a class=\"service-slider-item-link\" href=\"https:\/\/casoni-ndt.com\/en\/services\/automatic-inspection-systems\/\"><div class=\"service-item-media\"><img decoding=\"async\" alt=\"Casoni_10\" title=\"Casoni_10\" srcset=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/02\/Casoni_10-640x770.jpg 535w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/02\/Casoni_10-640x770.jpg 951w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/02\/Casoni_10-640x770.jpg 1170w\" sizes=\"(max-width: 575px) 535px, (max-width: 991px) 951px\" src=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/02\/Casoni_10-640x770.jpg\" class=\"attachment-industrium_service_slider_3_columns size-industrium_service_slider_3_columns wp-post-image\" \/><\/div><span class=\"service-item-number\">01<\/span><div class=\"service-item-content\"><h5 class=\"service-post-title\">Automatic inspection systems<\/h5><div class=\"service-item-excerpt\">Solutions for Ultrasonic and Eddy current inspections<\/div><\/div><\/a>    <\/div>\n<\/div>\n<div class=\"service-item-wrapper post-18506 industrium_service type-industrium_service status-publish has-post-thumbnail hentry industrium_services_category-homepage-en\">\n    <div class=\"service-item\">\n         <a class=\"service-slider-item-link\" href=\"https:\/\/casoni-ndt.com\/en\/services\/periodic-certification\/\"><div class=\"service-item-media\"><img decoding=\"async\" alt=\"000_1801\" title=\"000_1801\" srcset=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/02\/000_1801-640x770.jpg 535w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/02\/000_1801-640x770.jpg 951w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/02\/000_1801-640x770.jpg 1170w\" sizes=\"(max-width: 575px) 535px, (max-width: 991px) 951px\" src=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/02\/000_1801-640x770.jpg\" class=\"attachment-industrium_service_slider_3_columns size-industrium_service_slider_3_columns wp-post-image\" \/><\/div><span class=\"service-item-number\">02<\/span><div class=\"service-item-content\"><h5 class=\"service-post-title\">Periodic certification<\/h5><div class=\"service-item-excerpt\">Over 200 measurements to guarantee tools regular functioning<\/div><\/div><\/a>    <\/div>\n<\/div>\n<div class=\"service-item-wrapper post-18508 industrium_service type-industrium_service status-publish has-post-thumbnail hentry industrium_services_category-homepage-en\">\n    <div class=\"service-item\">\n         <a class=\"service-slider-item-link\" href=\"https:\/\/casoni-ndt.com\/en\/services\/artificial-notch-e-d-m\/\"><div class=\"service-item-media\"><img decoding=\"async\" alt=\"000_1643\" title=\"000_1643\" srcset=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/02\/000_1643-640x770.jpg 535w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/02\/000_1643-640x770.jpg 951w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/02\/000_1643-640x770.jpg 1170w\" sizes=\"(max-width: 575px) 535px, (max-width: 991px) 951px\" src=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/02\/000_1643-640x770.jpg\" class=\"attachment-industrium_service_slider_3_columns size-industrium_service_slider_3_columns wp-post-image\" \/><\/div><span class=\"service-item-number\">03<\/span><div class=\"service-item-content\"><h5 class=\"service-post-title\">Artificial Notch E.D.M.<\/h5><div class=\"service-item-excerpt\">Over ferrous materials and alloys given directly by the client.<\/div><\/div><\/a>    <\/div>\n<\/div>                <\/div>\n\n                            <\/div>\n            <div class=\"owl-dots owl-dots-5fd486b\"><\/div>        <\/div>\n        \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-bc68b9f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bc68b9f\" data-element_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-100 elementor-top-column elementor-element elementor-element-90e64bb\" data-id=\"90e64bb\" data-element_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-9237f77 elementor-widget elementor-widget-industrium_heading\" data-id=\"9237f77\" data-element_type=\"widget\" data-widget_type=\"industrium_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"industrium-heading-widget\"><h2 class=\"industrium-heading\"><span class=\"industrium-heading-content\">INDUSTRIES WE OPERATE:<\/span><\/h2><\/div>\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-2e7e8bd elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2e7e8bd\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-59a32ce\" data-id=\"59a32ce\" data-element_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-d293694 alignment-left v-alignment-bottom icon-position-laptop-left icon-position-tablet_extra-left icon-position-tablet-top icon-position-mobile-left icon-position-mobile_extra-top icon-position-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-industrium_icon_box\" data-id=\"d293694\" data-element_type=\"widget\" data-widget_type=\"industrium_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"industrium-icon-box-widget\">\n                                    <div class=\"icon-box-item icon-box-header\">\n                <span class=\"icon-container background-type-none\">\n                    <span class=\"icon\"><svg height=\"169.99999999999997px\" stroke-miterlimit=\"10\" style=\"fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;\" version=\"1.1\" viewBox=\"0 0 170 170\" width=\"170.0px\" xml:space=\"preserve\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\">\n<defs\/>\n<g id=\"Livello-1\">\n<path d=\"M149.07 84.99L149.07 109.99M128.56 76.99L128.56 93.18M21.24 84.93L21.24 109.93M41.76 76.93L41.76 93.12M85.16 156.74L76.02 143.41L67.08 150.95L50.94 152.3L43.94 143.65L65.24 125.52L65.24 113.41L21.24 129.87L21.24 110.41L59.11 80.15L85.16 5.41L111.16 80.1L149.07 110.41L149.07 129.87L105.07 113.41L105.07 125.59L126.33 143.69L119.33 152.34L103.19 150.99L94.33 143.41L85.16 156.74Z\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"1\" stroke=\"none\"\/>\n<\/g>\n<\/svg><\/span>                <\/span>\n                <h5 class=\"icon-box-title\"><span class=\"industrium-heading-content\">Aerospace industry<\/span><\/h5>            <\/div>\n                        \n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dcaf012 icon-position-left v-alignment-bottom alignment-left icon-position-tablet-top icon-position-mobile-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-industrium_icon_box\" data-id=\"dcaf012\" data-element_type=\"widget\" data-widget_type=\"industrium_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"industrium-icon-box-widget\">\n                                    <div class=\"icon-box-item icon-box-header\">\n                <span class=\"icon-container background-type-none\">\n                    <span class=\"icon\"><svg height=\"100%\" stroke-miterlimit=\"10\" style=\"fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;\" version=\"1.1\" viewBox=\"0 0 170 170\" width=\"100%\" xml:space=\"preserve\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:vectornator=\"http:\/\/vectornator.io\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\">\n<defs\/>\n<g id=\"Livello-1\" vectornator:layerName=\"Livello 1\">\n<g opacity=\"1\" vectornator:layerName=\"g\">\n<path d=\"M123.08 134.745C122.158 134.906 121.226 135.007 120.29 135.045L120.29 135.045L119.54 135.045L108.18 135.045L115.03 144.945L54.98 144.945L61.83 135.045L49.29 135.045C48.4645 135.041 47.6399 134.991 46.82 134.895L26.51 164.275L41.62 164.275L47.62 155.585L122.38 155.585L128.38 164.275L143.49 164.275L123.08 134.745Z\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"1\" stroke=\"none\" vectornator:layerName=\"path\"\/>\n<path d=\"M40.9 40.6151C40.8947 38.5739 41.7012 36.6143 43.1417 35.1681C44.5823 33.7219 46.5387 32.9078 48.58 32.9051L121.18 32.9051C125.433 32.9107 128.876 36.3625 128.87 40.6151L128.87 84.2351C128.876 88.4877 125.433 91.9396 121.18 91.9451L48.58 91.9451C46.5387 91.9425 44.5823 91.1284 43.1417 89.6822C41.7012 88.236 40.8947 86.2764 40.9 84.2351L40.9 40.6151ZM65.75 22.3851C65.75 20.7283 67.0931 19.3851 68.75 19.3851L101.2 19.3851C102.857 19.3851 104.2 20.7283 104.2 22.3851L104.2 24.7051C104.2 26.362 102.857 27.7051 101.2 27.7051L68.78 27.7051C67.1231 27.7051 65.78 26.362 65.78 24.7051L65.75 22.3851ZM118.94 115.745C118.241 116.082 117.497 116.315 116.73 116.435C115.938 116.555 115.132 116.555 114.34 116.435C113.573 116.315 112.829 116.082 112.13 115.745C111.91 115.635 111.68 115.515 111.47 115.385C111.053 115.129 110.661 114.835 110.3 114.505L110.3 114.505C110.117 114.339 109.943 114.162 109.78 113.975C109.438 113.602 109.133 113.197 108.87 112.765C108.738 112.548 108.618 112.325 108.51 112.095C108.399 111.868 108.302 111.634 108.22 111.395C108.084 111.031 107.977 110.656 107.9 110.275C107.9 110.015 107.81 109.755 107.78 109.485C107.765 109.219 107.765 108.952 107.78 108.685C107.778 107.889 107.896 107.096 108.13 106.335L108.29 105.875L108.5 105.375C108.57 105.225 108.65 105.075 108.73 104.925C108.81 104.775 108.98 104.485 109.12 104.275C109.33 103.961 109.564 103.663 109.82 103.385L110.08 103.115L110.08 103.115C110.24 102.955 110.41 102.805 110.59 102.655L111.01 102.325C111.521 101.953 112.075 101.644 112.66 101.405L113.19 101.205C113.591 101.073 114.002 100.976 114.42 100.915C115.212 100.795 116.018 100.795 116.81 100.915C117.228 100.975 117.639 101.072 118.04 101.205L118.57 101.405C119.156 101.642 119.71 101.951 120.22 102.325L120.65 102.655L121.03 102.995L121.43 103.405C121.68 103.689 121.913 103.986 122.13 104.295C122.27 104.505 122.4 104.725 122.52 104.945C122.64 105.165 122.67 105.245 122.74 105.395C122.82 105.557 122.89 105.724 122.95 105.895C123.01 106.045 123.06 106.205 123.11 106.355C123.348 107.116 123.469 107.908 123.47 108.705C123.469 108.973 123.452 109.24 123.42 109.505C123.399 109.77 123.362 110.034 123.31 110.295C123.228 110.675 123.121 111.049 122.99 111.415C122.9 111.655 122.8 111.885 122.69 112.115C122.582 112.345 122.462 112.568 122.33 112.785C122.07 113.217 121.769 113.622 121.43 113.995L121.17 114.275L120.86 114.565C120.495 114.89 120.103 115.184 119.69 115.445C119.47 115.575 119.25 115.695 119.02 115.805M61.06 109.385C61.0388 109.65 61.002 109.914 60.95 110.175C60.8679 110.555 60.761 110.929 60.63 111.295C60.54 111.535 60.44 111.765 60.33 111.995C60.222 112.225 60.1019 112.448 59.97 112.665C59.71 113.097 59.4086 113.502 59.07 113.875L58.81 114.155L58.5 114.445C58.1345 114.77 57.7433 115.064 57.33 115.325C57.11 115.455 56.89 115.575 56.66 115.685C55.9612 116.022 55.2166 116.255 54.45 116.375C54.0556 116.43 53.6582 116.46 53.26 116.465C52.0789 116.467 50.913 116.2 49.85 115.685C49.63 115.575 49.4 115.455 49.19 115.325C48.8659 115.126 48.5552 114.905 48.26 114.665C48.0672 114.506 47.8836 114.335 47.71 114.155C47.6182 114.067 47.5314 113.973 47.45 113.875C47.1082 113.502 46.8034 113.097 46.54 112.665C46.4081 112.448 46.288 112.225 46.18 111.995C46.07 111.765 45.97 111.535 45.88 111.295C45.7523 110.929 45.6487 110.555 45.57 110.175C45.57 109.915 45.48 109.655 45.45 109.385C45.4347 109.119 45.4347 108.852 45.45 108.585C45.4477 107.789 45.5657 106.996 45.8 106.235C45.88 105.995 45.97 105.755 46.07 105.515C46.1677 105.279 46.2779 105.049 46.4 104.825C46.52 104.605 46.65 104.385 46.79 104.175C47.0003 103.861 47.2343 103.563 47.49 103.285C47.6565 103.099 47.8335 102.922 48.02 102.755C48.3008 102.499 48.5981 102.262 48.91 102.045C49.3131 101.788 49.7381 101.567 50.18 101.385L50.9 101.115C52.0425 100.766 53.2487 100.677 54.43 100.855C54.8478 100.915 55.2594 101.012 55.66 101.145L56.19 101.345C56.7762 101.582 57.3305 101.891 57.84 102.265L58.27 102.595L58.65 102.935L59.05 103.345C59.2995 103.626 59.53 103.923 59.74 104.235C59.8863 104.444 60.0199 104.661 60.14 104.885C60.22 105.035 60.29 105.185 60.36 105.335C60.4402 105.497 60.5103 105.664 60.57 105.835C60.63 105.985 60.68 106.145 60.73 106.295C60.9677 107.056 61.0891 107.848 61.09 108.645C61.1053 108.912 61.1053 109.179 61.09 109.445M49.18 130.485L119.69 130.485C128.764 130.469 136.107 123.099 136.09 114.025L136.09 38.3851C136.09 35.079 135.469 31.8022 134.26 28.7251C133.669 27.209 132.936 25.7525 132.07 24.3751C131.78 23.9151 131.48 23.4651 131.16 23.0251C130.527 22.1429 129.839 21.3013 129.1 20.5051C127.978 19.299 126.742 18.2039 125.41 17.2351L124.73 16.7551L124.04 16.2951C123.26 15.8051 122.43 15.2951 121.57 14.8151L120.69 14.3251C118.792 13.2866 116.843 12.3454 114.85 11.5051C95.3057 3.79811 73.5643 3.79811 54.02 11.5051C53.32 11.8051 52.63 12.1051 51.96 12.4151C50.63 13.0351 49.37 13.6751 48.18 14.3251C46.99 14.9751 45.88 15.6351 44.84 16.3251C37.3252 21.1515 32.7987 29.4841 32.84 38.4151L32.84 116.185C32.8868 116.531 32.9846 116.868 33.13 117.185C34.6158 124.883 41.3397 130.455 49.18 130.485\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"1\" stroke=\"none\" vectornator:layerName=\"path\"\/>\n<\/g>\n<\/g>\n<\/svg><\/span>                <\/span>\n                <h5 class=\"icon-box-title\"><span class=\"industrium-heading-content\">Railway industry<\/span><\/h5>            <\/div>\n                        \n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ccd086 icon-position-left v-alignment-bottom alignment-left icon-position-tablet-top icon-position-mobile-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-industrium_icon_box\" data-id=\"8ccd086\" data-element_type=\"widget\" data-widget_type=\"industrium_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"industrium-icon-box-widget\">\n                                    <div class=\"icon-box-item icon-box-header with_arrow\">\n                <span class=\"icon-container background-type-none\">\n                    <span class=\"icon\"><svg height=\"100%\" stroke-miterlimit=\"10\" style=\"fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;\" version=\"1.1\" viewBox=\"0 0 170 170\" width=\"100%\" xml:space=\"preserve\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:vectornator=\"http:\/\/vectornator.io\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\">\n<defs\/>\n<g id=\"Livello-1\" vectornator:layerName=\"Livello 1\">\n<path d=\"M87.34 15.81L54.74 84.06L80.07 83.88L49.31 154.19L120.69 62.71L92.35 62.83L116.26 15.87L87.34 15.81Z\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"1\" stroke=\"none\" vectornator:layerName=\"polygon\"\/>\n<\/g>\n<\/svg>\n<\/span>                <\/span>\n                <h5 class=\"icon-box-title\"><span class=\"industrium-heading-content\">Energy industry<\/span><\/h5>            <\/div>\n                        \n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-752957f icon-position-left v-alignment-bottom alignment-left icon-position-tablet-top icon-position-mobile-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-widget elementor-widget-industrium_icon_box\" data-id=\"752957f\" data-element_type=\"widget\" data-widget_type=\"industrium_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"industrium-icon-box-widget\">\n                                    <div class=\"icon-box-item icon-box-header with_arrow\">\n                <span class=\"icon-container background-type-none\">\n                    <span class=\"icon\"><svg height=\"100%\" stroke-miterlimit=\"10\" style=\"fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;\" version=\"1.1\" viewBox=\"0 0 170 170\" width=\"100%\" xml:space=\"preserve\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:vectornator=\"http:\/\/vectornator.io\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\">\n<defs\/>\n<clipPath id=\"ArtboardFrame\">\n<rect height=\"170\" width=\"170\" x=\"0\" y=\"0\"\/>\n<\/clipPath>\n<g clip-path=\"url(#ArtboardFrame)\" id=\"Livello-1\" vectornator:layerName=\"Livello 1\">\n<path d=\"M34.7102 70.6504C35.9437 68.0259 37.9142 63.4727 39.7324 59.3701C40.7897 56.9986 40.8297 56.2555 38.0503 56.2081C32.5556 56.1212 22.0868 56.2081 18.074 56.3188C17.4599 56.4284 16.8981 56.7306 16.472 57.1804C15.3667 59.2594 14.2853 61.37 11.1695 69.8994C10.3205 72.2313 10.745 73.0614 12.411 73.0614C16.1917 72.9902 25.6352 73.0614 31.226 73.0614C32.7746 73.0765 34.1645 72.1261 34.6942 70.6899M44.7225 70.429C45.0669 67.1248 46.797 62.0973 47.8703 58.7456C48.2708 57.4966 48.7193 56.2476 50.1691 56.2872C57.482 56.4927 64.034 56.3662 71.2188 56.5717C71.7678 56.5476 72.2941 56.7896 72.6285 57.2199C73.4295 59.2989 73.6297 62.121 74.687 70.6583C74.9754 72.9902 74.8232 73.3064 72.196 73.2748C66.453 73.2748 55.5437 73.3222 47.654 73.1009C45.2911 73.0376 44.4501 73.2827 44.7225 70.4369M108.921 73.4408C108.529 72.5777 108.272 71.6608 108.16 70.7215C108.024 68.4607 112.205 68.2947 114.792 68.4607C111.85 64.4948 108.343 60.9696 104.379 57.9946C102.032 57.2041 88.3597 56.7852 83.9783 56.6982L78.2994 56.5796C77.2742 56.5796 77.138 57.0302 77.4344 57.8286C77.947 60.6111 78.8521 66.2869 79.4608 70.1682C79.7572 72.0416 80.2057 73.1325 82.1441 73.1009C89.8094 73.5119 109.025 74.0811 108.929 73.4408M25.2988 89.0767C17.3362 89.0767 10.8812 95.4471 10.8812 103.305C10.8812 111.164 17.3362 117.534 25.2988 117.534C33.2614 117.534 39.7163 111.164 39.7163 103.305C39.7163 95.4471 33.2614 89.0767 25.2988 89.0767M139.662 89.0767C131.7 89.0767 125.245 95.4471 125.245 103.305C125.245 111.164 131.7 117.534 139.662 117.534C147.625 117.534 154.08 111.164 154.08 103.305C154.08 95.4471 147.625 89.0767 139.662 89.0767M4.42531 105.606C4.30713 105.569 4.18674 105.54 4.06487 105.519C1.83014 105.139 0.860962 105.392 0.476493 102.555C0.051975 99.1475 0.204161 93.8038 0.0279457 91.7011C-0.0922008 90.2466 0.124063 88.887 1.69398 88.5391C2.57505 88.3652 3.48817 88.1834 3.5122 87.8119C3.71972 83.4059 4.4729 79.0416 5.75493 74.8162C7.66895 68.3625 10.2119 62.1068 13.3482 56.137C15.3506 52.2952 14.6057 52.5086 19.6919 52.5007C37.9862 52.5007 57.2818 52.3426 75.8484 52.6983C88.2716 52.9355 100.382 53.0145 105.549 54.635C112.253 58.295 118.54 67.2829 123.242 70.9666C135.329 72.2392 148.609 73.1404 160.888 76.1364C165.205 77.1877 166.615 77.3379 167.44 81.7567C167.929 84.3654 168.017 87.2269 168.337 88.7605C168.577 88.7748 168.818 88.7748 169.058 88.7605C169.699 88.7605 169.859 89.4719 169.859 90.1992C169.947 92.8868 170.187 98.6495 169.723 101.938C169.33 104.689 167.72 105.566 165.277 105.566L160.84 105.566C157.364 105.566 157.981 105.25 157.74 101.97C157.034 92.6584 149.178 85.4565 139.717 85.4462C130.256 85.4358 122.384 92.6205 121.656 101.93C121.384 105.503 122.121 105.566 118.452 105.566L47.1654 105.566C42.9443 105.566 43.7693 105.329 43.3047 101.266C42.2512 92.1535 34.3742 85.3103 25.0818 85.4348C15.7893 85.5592 8.10335 92.6108 7.30082 101.748C7.1246 103.803 7.69329 105.566 5.57872 105.566L4.42531 105.606Z\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"1\" stroke=\"none\" vectornator:layerName=\"path\"\/>\n<\/g>\n<\/svg><\/span>                <\/span>\n                <h5 class=\"icon-box-title\"><span class=\"industrium-heading-content\">Automotive<\/span><\/h5>            <\/div>\n                        \n        <\/div>\n        \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-7a07b0f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7a07b0f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2de0820\" data-id=\"2de0820\" data-element_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-26c7e6e icon-position-left v-alignment-bottom alignment-left icon-position-tablet-top icon-position-mobile-left elementor-widget__width-initial elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-industrium_icon_box\" data-id=\"26c7e6e\" data-element_type=\"widget\" data-widget_type=\"industrium_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"industrium-icon-box-widget\">\n                                    <div class=\"icon-box-item icon-box-header with_arrow\">\n                <span class=\"icon-container background-type-none\">\n                    <span class=\"icon\"><svg height=\"100%\" stroke-miterlimit=\"10\" style=\"fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;\" version=\"1.1\" viewBox=\"0 0 170 170\" width=\"100%\" xml:space=\"preserve\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:vectornator=\"http:\/\/vectornator.io\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\">\n<defs\/>\n<clipPath id=\"ArtboardFrame\">\n<rect height=\"170\" width=\"170\" x=\"0\" y=\"0\"\/>\n<\/clipPath>\n<g clip-path=\"url(#ArtboardFrame)\" id=\"Livello-1\" vectornator:layerName=\"Livello 1\">\n<path d=\"M34.7102 70.6504C35.9437 68.0259 37.9142 63.4727 39.7324 59.3701C40.7897 56.9986 40.8297 56.2555 38.0503 56.2081C32.5556 56.1212 22.0868 56.2081 18.074 56.3188C17.4599 56.4284 16.8981 56.7306 16.472 57.1804C15.3667 59.2594 14.2853 61.37 11.1695 69.8994C10.3205 72.2313 10.745 73.0614 12.411 73.0614C16.1917 72.9902 25.6352 73.0614 31.226 73.0614C32.7746 73.0765 34.1645 72.1261 34.6942 70.6899M44.7225 70.429C45.0669 67.1248 46.797 62.0973 47.8703 58.7456C48.2708 57.4966 48.7193 56.2476 50.1691 56.2872C57.482 56.4927 64.034 56.3662 71.2188 56.5717C71.7678 56.5476 72.2941 56.7896 72.6285 57.2199C73.4295 59.2989 73.6297 62.121 74.687 70.6583C74.9754 72.9902 74.8232 73.3064 72.196 73.2748C66.453 73.2748 55.5437 73.3222 47.654 73.1009C45.2911 73.0376 44.4501 73.2827 44.7225 70.4369M108.921 73.4408C108.529 72.5777 108.272 71.6608 108.16 70.7215C108.024 68.4607 112.205 68.2947 114.792 68.4607C111.85 64.4948 108.343 60.9696 104.379 57.9946C102.032 57.2041 88.3597 56.7852 83.9783 56.6982L78.2994 56.5796C77.2742 56.5796 77.138 57.0302 77.4344 57.8286C77.947 60.6111 78.8521 66.2869 79.4608 70.1682C79.7572 72.0416 80.2057 73.1325 82.1441 73.1009C89.8094 73.5119 109.025 74.0811 108.929 73.4408M25.2988 89.0767C17.3362 89.0767 10.8812 95.4471 10.8812 103.305C10.8812 111.164 17.3362 117.534 25.2988 117.534C33.2614 117.534 39.7163 111.164 39.7163 103.305C39.7163 95.4471 33.2614 89.0767 25.2988 89.0767M139.662 89.0767C131.7 89.0767 125.245 95.4471 125.245 103.305C125.245 111.164 131.7 117.534 139.662 117.534C147.625 117.534 154.08 111.164 154.08 103.305C154.08 95.4471 147.625 89.0767 139.662 89.0767M4.42531 105.606C4.30713 105.569 4.18674 105.54 4.06487 105.519C1.83014 105.139 0.860962 105.392 0.476493 102.555C0.051975 99.1475 0.204161 93.8038 0.0279457 91.7011C-0.0922008 90.2466 0.124063 88.887 1.69398 88.5391C2.57505 88.3652 3.48817 88.1834 3.5122 87.8119C3.71972 83.4059 4.4729 79.0416 5.75493 74.8162C7.66895 68.3625 10.2119 62.1068 13.3482 56.137C15.3506 52.2952 14.6057 52.5086 19.6919 52.5007C37.9862 52.5007 57.2818 52.3426 75.8484 52.6983C88.2716 52.9355 100.382 53.0145 105.549 54.635C112.253 58.295 118.54 67.2829 123.242 70.9666C135.329 72.2392 148.609 73.1404 160.888 76.1364C165.205 77.1877 166.615 77.3379 167.44 81.7567C167.929 84.3654 168.017 87.2269 168.337 88.7605C168.577 88.7748 168.818 88.7748 169.058 88.7605C169.699 88.7605 169.859 89.4719 169.859 90.1992C169.947 92.8868 170.187 98.6495 169.723 101.938C169.33 104.689 167.72 105.566 165.277 105.566L160.84 105.566C157.364 105.566 157.981 105.25 157.74 101.97C157.034 92.6584 149.178 85.4565 139.717 85.4462C130.256 85.4358 122.384 92.6205 121.656 101.93C121.384 105.503 122.121 105.566 118.452 105.566L47.1654 105.566C42.9443 105.566 43.7693 105.329 43.3047 101.266C42.2512 92.1535 34.3742 85.3103 25.0818 85.4348C15.7893 85.5592 8.10335 92.6108 7.30082 101.748C7.1246 103.803 7.69329 105.566 5.57872 105.566L4.42531 105.606Z\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"1\" stroke=\"none\" vectornator:layerName=\"path\"\/>\n<\/g>\n<\/svg><\/span>                <\/span>\n                <h5 class=\"icon-box-title\"><span class=\"industrium-heading-content\">Automotive<\/span><\/h5>            <\/div>\n                        \n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-241e7cd icon-position-left v-alignment-bottom alignment-left icon-position-tablet-top icon-position-mobile-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-industrium_icon_box\" data-id=\"241e7cd\" data-element_type=\"widget\" data-widget_type=\"industrium_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"industrium-icon-box-widget\">\n                                    <div class=\"icon-box-item icon-box-header with_arrow\">\n                <span class=\"icon-container background-type-none\">\n                    <span class=\"icon\"><svg height=\"100%\" stroke-miterlimit=\"10\" style=\"fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;\" version=\"1.1\" viewBox=\"0 0 170 170\" width=\"100%\" xml:space=\"preserve\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:vectornator=\"http:\/\/vectornator.io\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\">\n<defs\/>\n<g id=\"Livello-1\" vectornator:layerName=\"Livello 1\">\n<g opacity=\"1\" vectornator:layerName=\"g\">\n<path d=\"M91.835 8.155C91.8295 6.00337 90.0866 4.2605 87.935 4.255L82.175 4.255C80.0195 4.25499 78.2705 5.99947 78.265 8.155L78.265 20.425L91.885 20.425L91.835 8.155Z\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"1\" stroke=\"none\" vectornator:layerName=\"path\"\/>\n<path d=\"M81.685 50.045L52.495 50.045L55.095 34.465L81.685 34.465L81.685 50.045ZM88.375 34.425L114.965 34.425L117.555 50.005L88.375 50.005L88.375 34.425ZM131.075 68.475L123.295 29.285C122.911 27.3784 121.24 26.0041 119.295 25.995L50.775 25.995C48.8287 26.0002 47.1557 27.3763 46.775 29.285L38.985 68.475L85.035 60.075L131.075 68.475Z\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"1\" stroke=\"none\" vectornator:layerName=\"path\"\/>\n<path d=\"M50.445 129.985C71.495 129.985 82.815 136.155 91.915 141.115C99.915 145.495 106.295 148.945 120.055 148.945C124.633 149.021 129.202 148.521 133.655 147.455C148.325 110.625 152.855 81.235 152.855 81.235L85.025 66.935L17.175 81.235C17.175 81.235 20.495 102.805 30.675 132.135C37.1479 130.647 43.7735 129.925 50.415 129.985\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"1\" stroke=\"none\" vectornator:layerName=\"path\"\/>\n<path d=\"M152.335 148.305C144.465 152.595 136.335 157.025 120.055 157.025C103.775 157.025 95.795 152.675 87.345 148.025C78.345 143.105 68.965 138.025 50.445 138.025C31.925 138.025 22.575 143.115 13.535 148.025L13.465 148.025L17.665 155.745L17.745 155.745C26.185 151.145 34.165 146.805 50.445 146.805C66.725 146.805 74.695 151.145 83.145 155.745C92.145 160.675 101.525 165.745 120.055 165.745C138.585 165.745 148.115 160.545 156.535 155.955L152.335 148.305Z\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"1\" stroke=\"none\" vectornator:layerName=\"path\"\/>\n<\/g>\n<\/g>\n<\/svg><\/span>                <\/span>\n                <h5 class=\"icon-box-title\"><span class=\"industrium-heading-content\">Naval industry<\/span><\/h5>            <\/div>\n                        \n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c53997 icon-position-left v-alignment-bottom alignment-left icon-position-tablet-top icon-position-mobile-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-industrium_icon_box\" data-id=\"4c53997\" data-element_type=\"widget\" data-widget_type=\"industrium_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"industrium-icon-box-widget\">\n                                    <div class=\"icon-box-item icon-box-header with_arrow\">\n                <span class=\"icon-container background-type-none\">\n                    <span class=\"icon\"><svg height=\"100%\" stroke-miterlimit=\"10\" style=\"fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;\" version=\"1.1\" viewBox=\"0 0 170 170\" width=\"100%\" xml:space=\"preserve\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:vectornator=\"http:\/\/vectornator.io\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\">\n<defs\/>\n<g id=\"Livello-1\" vectornator:layerName=\"Livello 1\">\n<path d=\"M84.995 60.4C98.5646 60.4 109.565 71.4004 109.565 84.97C109.565 98.5396 98.5646 109.54 84.995 109.54C71.4254 109.54 60.425 98.5396 60.425 84.97C60.425 71.4004 71.4254 60.4 84.995 60.4M16.245 112.4L26.835 130.74C28.5563 133.77 32.2574 135.053 35.485 133.74L50.935 127.39C55.2691 130.877 60.1119 133.68 65.295 135.7L67.525 152.24C67.9951 155.679 70.9339 158.242 74.405 158.24L95.585 158.24C99.0539 158.241 101.989 155.678 102.455 152.24L104.685 135.7C109.868 133.68 114.711 130.877 119.045 127.39L134.505 133.74C137.73 135.052 141.427 133.768 143.145 130.74L153.735 112.4C155.494 109.382 154.736 105.527 151.965 103.4L138.755 93.2C139.595 87.6952 139.595 82.0948 138.755 76.59L151.965 66.4C154.712 64.2583 155.466 60.4225 153.735 57.4L143.165 39.21C141.431 36.2005 137.737 34.9393 134.525 36.26L119.065 42.6C114.731 39.1159 109.888 36.3167 104.705 34.3L102.475 17.76C102.014 14.3202 99.0756 11.7543 95.605 11.76L74.425 11.76C70.9523 11.7536 68.011 14.3187 67.545 17.76L65.315 34.3C60.1324 36.3167 55.2895 39.1159 50.955 42.6L35.505 36.26C32.2898 34.9381 28.5925 36.199 26.855 39.21L16.265 57.55C14.5335 60.5725 15.2879 64.4083 18.035 66.55L31.245 76.74C30.4051 82.2448 30.4051 87.8452 31.245 93.35L18.035 103.55C15.264 105.677 14.5059 109.532 16.265 112.55\" fill=\"#000000\" fill-rule=\"nonzero\" opacity=\"1\" stroke=\"none\" vectornator:layerName=\"path\"\/>\n<\/g>\n<\/svg><\/span>                <\/span>\n                <h5 class=\"icon-box-title\"><span class=\"industrium-heading-content\">Metal industry<\/span><\/h5>            <\/div>\n                        \n        <\/div>\n        \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-9e0df2f elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9e0df2f\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&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-f4fdaa8\" data-id=\"f4fdaa8\" data-element_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-3c30432 elementor-absolute elementor-hidden-mobile_extra elementor-hidden-mobile animated-fast decoration-type-1 elementor-invisible elementor-widget elementor-widget-industrium_decoration\" data-id=\"3c30432\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;industrium_decoration&quot;,&quot;_animation_tablet_extra&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"industrium_decoration.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"decoration-widget\">\n            <div class=\"decoration-container\">\n                <div class=\"industrium-decoration\">\n                    <div><\/div><div><\/div><div><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \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-cc1ee49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cc1ee49\" data-element_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-d438bd1\" data-id=\"d438bd1\" data-element_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<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-30ed23b\" data-id=\"30ed23b\" data-element_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-afa2bdd elementor-counter-alignment-left elementor-position-right elementor-counter-title-vertical elementor-widget__width-auto elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-counter\" data-id=\"afa2bdd\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Completed<br> Projects<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"150\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\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-3e20dcf elementor-widget elementor-widget-industrium_projects_listing\" data-id=\"3e20dcf\" data-element_type=\"widget\" data-widget_type=\"industrium_projects_listing.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"industrium-projects-listing-widget\">\n\n            \n            <h2 class=\"industrium-heading heading-with-pagination\"><span class=\"industrium-heading-inner\"><span class=\"industrium-heading-content\">SUCCESSFULLY COMPLETED<br \/>PROJECTS FOR OUR CLIENTS<\/span><\/span><span class=\"pagination_wrapper\">                                    <a class=\"industrium-button\" href=\"#\" target=\"_blank\">Read more<svg viewBox=\"0 0 13 20\"><polyline points=\"0.5 19.5 3 19.5 12.5 10 3 0.5\"><\/polyline><\/svg><\/a>\n                                <span class=\"owl-dots owl-dots-desktop owl-dots-3e20dcf\"><\/span><\/span><\/h2>\n            <div class=\"archive-listing\" data-ajax='{&quot;post_type&quot;:&quot;industrium_project&quot;,&quot;ignore_sticky_posts&quot;:true,&quot;suppress_filters&quot;:true,&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;asc&quot;,&quot;link_base&quot;:&quot;https:\\\/\\\/casoni-ndt.com\\\/en\\\/wp-json\\\/wp\\\/v2\\\/pages\\\/18152\\\/&quot;,&quot;industrium_project_category&quot;:[&quot;solution&quot;],&quot;posts_per_page&quot;:-1}' data-widget='{&quot;item_class&quot;:&quot;project-item-wrapper slider-item&quot;,&quot;columns_number&quot;:4,&quot;listing_type&quot;:&quot;slider&quot;,&quot;text_position&quot;:&quot;inside&quot;,&quot;show_categories&quot;:&quot;&quot;,&quot;show_excerpt&quot;:&quot;yes&quot;,&quot;excerpt_length&quot;:68,&quot;view_type&quot;:&quot;type-1&quot;}'>\n                <div class=\"archive-listing-wrapper project-listing-wrapper project-slider-listing owl-carousel owl-theme view-type-1\" data-slider-options={&quot;items&quot;:4,&quot;nav&quot;:false,&quot;dots&quot;:true,&quot;dotsContainer&quot;:&quot;.owl-dots-desktop.owl-dots-3e20dcf&quot;,&quot;dotsContainerMobile&quot;:&quot;.owl-dots-mobile.owl-dots-3e20dcf&quot;,&quot;autoplayHoverPause&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:300,&quot;autoplayTimeout&quot;:5000,&quot;loop&quot;:true,&quot;speed&quot;:500}>\n                                    <\/div>\n\n                            <\/div>\n\n            \n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2388ac9 elementor-counter-alignment-left elementor-position-right elementor-widget__width-auto elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-widget elementor-widget-counter\" data-id=\"2388ac9\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"150\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\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-f751a3f elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f751a3f\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&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-422cb0b\" data-id=\"422cb0b\" data-element_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-a684842 view_type-2 view_style-2 elementor-widget elementor-widget-industrium_step_carousel\" data-id=\"a684842\" data-element_type=\"widget\" data-widget_type=\"industrium_step_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"industrium-step-carousel-widget\">\n            <h2 class=\"industrium-heading heading-with-pagination\"><span class=\"industrium-heading-inner\"><span class=\"industrium-subheading\">How we work<\/span><span class=\"industrium-heading-content\">DESCRIPTION OF OUR STEPS<br \/>IN COOPERATION AND ACHIEVEMENT<br \/>OF YOUR GOALS IN BUSINESS<\/span><\/span><span class=\"owl-dots owl-dots-desktop owl-dots-a684842\"><\/span><\/h2>\n            <div class=\"step-carousel-wrapper\">\n\n                <div class=\"steps-slider-container\">\n                    <div class=\"steps-slider owl-carousel owl-theme\" data-slider-options=\"{&quot;items&quot;:3,&quot;nav&quot;:false,&quot;dots&quot;:true,&quot;dotsContainer&quot;:&quot;.owl-dots-desktop.owl-dots-a684842&quot;,&quot;dotsContainerMobile&quot;:&quot;.owl-dots-mobile.owl-dots-a684842&quot;,&quot;autoplayHoverPause&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:300,&quot;autoplayTimeout&quot;:5000,&quot;loop&quot;:false,&quot;speed&quot;:500}\">\n                        <div class=\"step-item slider-item\"><div class=\"step-bg-number\">01<\/div><div class=\"step-number\">01 step<\/div><div class=\"step-content\"><h3 class=\"step-title\">Understand client needs<\/h3><\/div><\/div><div class=\"step-item slider-item\"><div class=\"step-bg-number\">02<\/div><div class=\"step-number\">02 step<\/div><div class=\"step-content\"><h3 class=\"step-title\">Study a solution with our technicians<\/h3><\/div><\/div><div class=\"step-item slider-item\"><div class=\"step-bg-number\">03<\/div><div class=\"step-number\">03 step<\/div><div class=\"step-content\"><h3 class=\"step-title\">Reviews with the client<\/h3><\/div><\/div><div class=\"step-item slider-item\"><div class=\"step-bg-number\">04<\/div><div class=\"step-number\">04 step<\/div><div class=\"step-content\"><h3 class=\"step-title\">Designing in continuous sinergy with the client<\/h3><\/div><\/div>                    <\/div>                    \n                <\/div>\n                <div class=\"owl-dots owl-dots-mobile owl-dots-a684842\"><\/div>            <\/div>\n        <\/div>\n\n        \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-0050eca elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0050eca\" data-element_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-100 elementor-top-column elementor-element elementor-element-45cb1a9\" data-id=\"45cb1a9\" data-element_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-810fb78 elementor-widget elementor-widget-industrium_heading\" data-id=\"810fb78\" data-element_type=\"widget\" data-widget_type=\"industrium_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"industrium-heading-widget\"><h2 class=\"industrium-heading\"><span class=\"industrium-subheading\">Partners<\/span><span class=\"industrium-heading-content\">Customers who trust us<\/span><\/h2><\/div>\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-4ce10d1 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4ce10d1\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-83ab9a7\" data-id=\"83ab9a7\" data-element_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-6d509dc elementor-widget-widescreen__width-initial view-type-1 title-alignment-left elementor-align-items-center elementor-widget elementor-widget-industrium_image_carousel\" data-id=\"6d509dc\" data-element_type=\"widget\" data-widget_type=\"industrium_image_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"industrium-image-slider-widget\">\n\n                        <div class=\"slider-wrapper\">\n                                <div class=\"slider-container\">\n                    <div class=\"image-carousel owl-carousel owl-theme\" data-slider-options={&quot;items&quot;:6,&quot;nav&quot;:false,&quot;dots&quot;:true,&quot;dotsContainer&quot;:&quot;.owl-dots-6d509dc&quot;,&quot;dotsContainerMobile&quot;:&quot;.owl-dots-6d509dc&quot;,&quot;autoplayHoverPause&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:300,&quot;autoplayTimeout&quot;:5000,&quot;loop&quot;:true,&quot;speed&quot;:500}>\n                        <div class=\"slider-item\"><div class=\"slider-item-inner\"><div class=\"slider-item-media\"><img decoding=\"async\" width=\"335\" height=\"75\" src=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/logo-1.png\" class=\"attachment-full size-full wp-image-18720\" alt=\"\" srcset=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/logo-1.png 335w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/logo-1-300x67.png 300w\" sizes=\"(max-width: 335px) 100vw, 335px\" \/><\/div><\/div><\/div><div class=\"slider-item\"><div class=\"slider-item-inner\"><div class=\"slider-item-media\"><img decoding=\"async\" width=\"320\" height=\"125\" src=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/fde064a7bf165923f7b8d18a44a3e233999cabfa4c84bca057e944a85b341ab6.png\" class=\"attachment-full size-full wp-image-18722\" alt=\"\" srcset=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/fde064a7bf165923f7b8d18a44a3e233999cabfa4c84bca057e944a85b341ab6.png 320w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/fde064a7bf165923f7b8d18a44a3e233999cabfa4c84bca057e944a85b341ab6-300x117.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" \/><\/div><\/div><\/div><div class=\"slider-item\"><div class=\"slider-item-inner\"><div class=\"slider-item-media\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1002\" height=\"295\" src=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/logo-maGroup.png\" class=\"attachment-full size-full wp-image-18724\" alt=\"\" srcset=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/logo-maGroup.png 1002w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/logo-maGroup-300x88.png 300w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/logo-maGroup-768x226.png 768w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/logo-maGroup-600x177.png 600w\" sizes=\"(max-width: 1002px) 100vw, 1002px\" \/><\/div><\/div><\/div><div class=\"slider-item\"><div class=\"slider-item-inner\"><div class=\"slider-item-media\"><img loading=\"lazy\" decoding=\"async\" width=\"287\" height=\"88\" src=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/download-1.jpg\" class=\"attachment-full size-full wp-image-18726\" alt=\"\" \/><\/div><\/div><\/div><div class=\"slider-item\"><div class=\"slider-item-inner\"><div class=\"slider-item-media\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"353\" src=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Alstom_logo.svg-1.png\" class=\"attachment-full size-full wp-image-18728\" alt=\"\" srcset=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Alstom_logo.svg-1.png 1280w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Alstom_logo.svg-1-300x83.png 300w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Alstom_logo.svg-1-1024x282.png 1024w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Alstom_logo.svg-1-768x212.png 768w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Alstom_logo.svg-1-600x165.png 600w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/><\/div><\/div><\/div><div class=\"slider-item\"><div class=\"slider-item-inner\"><div class=\"slider-item-media\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"212\" src=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Logo_Leonardo-1.png\" class=\"attachment-full size-full wp-image-18730\" alt=\"\" srcset=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Logo_Leonardo-1.png 1200w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Logo_Leonardo-1-300x53.png 300w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Logo_Leonardo-1-1024x181.png 1024w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Logo_Leonardo-1-768x136.png 768w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Logo_Leonardo-1-600x106.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/div><\/div><div class=\"slider-item\"><div class=\"slider-item-inner\"><div class=\"slider-item-media\"><img loading=\"lazy\" decoding=\"async\" width=\"664\" height=\"488\" src=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Logo_Politecnico_Milano-1.png\" class=\"attachment-full size-full wp-image-18732\" alt=\"\" srcset=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Logo_Politecnico_Milano-1.png 664w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Logo_Politecnico_Milano-1-300x220.png 300w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Logo_Politecnico_Milano-1-600x441.png 600w\" sizes=\"(max-width: 664px) 100vw, 664px\" \/><\/div><\/div><\/div><div class=\"slider-item\"><div class=\"slider-item-inner\"><div class=\"slider-item-media\"><img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"81\" src=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/logo-header-1.png\" class=\"attachment-full size-full wp-image-18734\" alt=\"\" \/><\/div><\/div><\/div><div class=\"slider-item\"><div class=\"slider-item-inner\"><div class=\"slider-item-media\"><img loading=\"lazy\" decoding=\"async\" width=\"368\" height=\"120\" src=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/logo-Lucchini-RS-1.png\" class=\"attachment-full size-full wp-image-18736\" alt=\"\" srcset=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/logo-Lucchini-RS-1.png 368w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/logo-Lucchini-RS-1-300x98.png 300w\" sizes=\"(max-width: 368px) 100vw, 368px\" \/><\/div><\/div><\/div><div class=\"slider-item\"><div class=\"slider-item-inner\"><div class=\"slider-item-media\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"361\" src=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Marcegaglia_Logo.svg-1.png\" class=\"attachment-full size-full wp-image-18738\" alt=\"\" srcset=\"https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Marcegaglia_Logo.svg-1.png 2560w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Marcegaglia_Logo.svg-1-300x42.png 300w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Marcegaglia_Logo.svg-1-1024x144.png 1024w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Marcegaglia_Logo.svg-1-768x108.png 768w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Marcegaglia_Logo.svg-1-1536x217.png 1536w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Marcegaglia_Logo.svg-1-2048x289.png 2048w, https:\/\/casoni-ndt.com\/wp-content\/uploads\/2023\/11\/Marcegaglia_Logo.svg-1-600x85.png 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/div><\/div><\/div>                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"owl-dots owl-dots-6d509dc\"><\/div>\n        <\/div>\n        \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-5e56e6d elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"5e56e6d\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&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-41ca70e\" data-id=\"41ca70e\" data-element_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-8d6af65 elementor-absolute elementor-hidden-mobile_extra elementor-hidden-mobile animated-fast decoration-type-1 elementor-invisible elementor-widget elementor-widget-industrium_decoration\" data-id=\"8d6af65\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;industrium_decoration&quot;,&quot;_animation_tablet_extra&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"industrium_decoration.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"decoration-widget\">\n            <div class=\"decoration-container\">\n                <div class=\"industrium-decoration\">\n                    <div><\/div><div><\/div><div><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \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-4e3d2f3 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4e3d2f3\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c7fcd77\" data-id=\"c7fcd77\" data-element_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-e4f0250 elementor-widget elementor-widget-industrium_heading\" data-id=\"e4f0250\" data-element_type=\"widget\" data-widget_type=\"industrium_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"industrium-heading-widget\"><h2 class=\"industrium-heading\"><span class=\"industrium-subheading\">Contacts<\/span><span class=\"industrium-heading-content\">We are always ready<br \/>to help you and answer<br \/>your questions<\/span><\/h2><\/div>\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-93d482d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"93d482d\" data-element_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-2bb1c58\" data-id=\"2bb1c58\" data-element_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-9ba7ebd elementor-widget elementor-widget-industrium_heading\" data-id=\"9ba7ebd\" data-element_type=\"widget\" data-widget_type=\"industrium_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"industrium-heading-widget\"><h5 class=\"industrium-heading\"><span class=\"industrium-heading-content\"><span>Lomagna (LC)<\/span><\/span><\/h5><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6771690 elementor-widget elementor-widget-text-editor\" data-id=\"6771690\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">Via Marco Biagi, 20 \u2013 Italy<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-256f791 elementor-widget elementor-widget-industrium_heading\" data-id=\"256f791\" data-element_type=\"widget\" data-widget_type=\"industrium_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"industrium-heading-widget\"><h5 class=\"industrium-heading\"><span class=\"industrium-heading-content\">Follow us<\/span><\/h5><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b4cfe1 elementor-shape-square elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"0b4cfe1\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-a542936\" href=\"https:\/\/twitter.com\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-twitter\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-19f58c7\" href=\"https:\/\/www.facebook.com\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook-f<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-facebook-f\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin-in elementor-repeater-item-805c147\" href=\"https:\/\/www.linkedin.com\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin-in<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-linkedin-in\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-3b22869\" href=\"https:\/\/www.instagram.com\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-instagram\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\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-cbc6535\" data-id=\"cbc6535\" data-element_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-b6dc32d elementor-widget elementor-widget-industrium_heading\" data-id=\"b6dc32d\" data-element_type=\"widget\" data-widget_type=\"industrium_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"industrium-heading-widget\"><h5 class=\"industrium-heading\"><span class=\"industrium-heading-content\">Phone<\/span><\/h5><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7bc6d1 elementor-widget elementor-widget-text-editor\" data-id=\"f7bc6d1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\"><span class=\"s1\">(+39) 039.53.00.613<\/span><\/p>info@casoni-ndt.com\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<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d1a4fda\" data-id=\"d1a4fda\" data-element_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-c1896ff elementor-widget elementor-widget-industrium_wpforms\" data-id=\"c1896ff\" data-element_type=\"widget\" data-widget_type=\"industrium_wpforms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"industrium-wpforms-widget\">\n            <h2 class=\"wpforms-widget-heading industrium-heading\"><span class=\"industrium-heading-content\">Get in Touch<\/span><\/h2><div class=\"wpforms-container wpforms-container-full\" id=\"wpforms-16022\"><form id=\"wpforms-form-16022\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"16022\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/en\/wp-json\/wp\/v2\/pages\/18152\" data-token=\"c1d78d6d0e384820abc9d4bed0959743\" data-token-time=\"1779038696\"><div class=\"wpforms-head-container\"><\/div><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div class=\"wpforms-field-container\"><div id=\"wpforms-16022-field_1-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"1\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-16022-field_1\">Full Name <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"text\" id=\"wpforms-16022-field_1\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][1]\" placeholder=\"Full name\" required><\/div><div id=\"wpforms-16022-field_3-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"3\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-16022-field_3\">Email <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"email\" id=\"wpforms-16022-field_3\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][3]\" placeholder=\"Email\" spellcheck=\"false\" required><\/div><div id=\"wpforms-16022-field_4-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"4\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-16022-field_4\">Subject<\/label><input type=\"text\" id=\"wpforms-16022-field_4\" class=\"wpforms-field-large\" name=\"wpforms[fields][4]\" placeholder=\"Subject\" ><\/div><div id=\"wpforms-16022-field_5-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"5\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-16022-field_5\">Message<\/label><textarea id=\"wpforms-16022-field_5\" class=\"wpforms-field-medium\" name=\"wpforms[fields][5]\" placeholder=\"Message\" ><\/textarea><\/div><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"16022\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/casoni-ndt.com\/en\/wp-json\/wp\/v2\/pages\/18152\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-16022\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Send a message\" aria-live=\"assertive\" value=\"wpforms-submit\">Send a message<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/casoni-ndt.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2147349 decoration-type-2 elementor-widget__width-auto elementor-absolute elementor-hidden-mobile_extra elementor-hidden-mobile animated-fast elementor-invisible elementor-widget elementor-widget-industrium_decoration\" data-id=\"2147349\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;industrium_decoration&quot;,&quot;_animation_tablet_extra&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"industrium_decoration.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"decoration-widget\">\n            <div class=\"decoration-container\">\n                <div class=\"industrium-decoration\">\n                    <div><\/div><div><\/div><div><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \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-7a20a9b elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7a20a9b\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&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-1c17fd5\" data-id=\"1c17fd5\" data-element_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-9d8871e elementor-widget elementor-widget-google_maps\" data-id=\"9d8871e\" data-element_type=\"widget\" data-widget_type=\"google_maps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-custom-embed\">\n\t\t\t<iframe loading=\"lazy\"\n\t\t\t\t\tsrc=\"https:\/\/maps.google.com\/maps?q=CASONI%20Lomagna%2C%20LC%2C%20ITALY%2C%20Via%20Marco%20Biagi%2C%2020&#038;t=m&#038;z=12&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"CASONI Lomagna, LC, ITALY, Via Marco Biagi, 20\"\n\t\t\t\t\taria-label=\"CASONI Lomagna, LC, ITALY, Via Marco Biagi, 20\"\n\t\t\t><\/iframe>\n\t\t<\/div>\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>A point of reference for the sector. Casoni studies, designs and manufactures solutions in the field of non-destructive testing. The modern structure of the company and the cutting-edge technology of its machines, combined with the experience of the company&#8217;s technicians have&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18152","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/casoni-ndt.com\/en\/wp-json\/wp\/v2\/pages\/18152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/casoni-ndt.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/casoni-ndt.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/casoni-ndt.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/casoni-ndt.com\/en\/wp-json\/wp\/v2\/comments?post=18152"}],"version-history":[{"count":0,"href":"https:\/\/casoni-ndt.com\/en\/wp-json\/wp\/v2\/pages\/18152\/revisions"}],"wp:attachment":[{"href":"https:\/\/casoni-ndt.com\/en\/wp-json\/wp\/v2\/media?parent=18152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}