{"id":32,"date":"2017-10-31T07:44:25","date_gmt":"2017-10-31T07:44:25","guid":{"rendered":"http:\/\/demo2.drfuri.com\/manufactory\/?page_id=32"},"modified":"2026-02-18T12:07:43","modified_gmt":"2026-02-18T12:07:43","slug":"about-us","status":"publish","type":"page","link":"https:\/\/saudiscales.com\/ar\/about-us\/","title":{"rendered":"\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646\u0627"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"container\"><div class=\"row\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_empty_space\"   style=\"height: 52px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><div class=\"vc_row wpb_row vc_inner vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"mf-section-title text-center dark large-size \"><h2 >Who We Are \u2013 Saudi Scales and Equipment Co. Ltd.<\/h2><\/div><div class=\"vc_empty_space\"   style=\"height: 52px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_inner vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-md-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><h3 style=\"text-align: justify\" class=\"vc_custom_heading vc_do_custom_heading fw-medium rtl-section vc_custom_1770652486837\" >Reliable GSE maintenance and support<\/h3><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 30px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 30px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 30px\"><\/div><\/div>\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h4><strong>Delivering excellence in GSE maintenance<\/strong><\/h4>\n<p>Saudi Scales and Equipment Co. Ltd. is a trusted provider of advanced weighing, measurement, and Ground Support Equipment (GSE) solutions for the aviation industry across the Kingdom. With over 48 years of expertise, we specialize in GSE maintenance, repair, calibration, load testing, equipment rental, non-motorized equipment servicing, and vault door maintenance.<\/p>\n<p>Supported by a highly skilled technical team, we deliver reliable airport scales, inspection systems, and specialized handling equipment that enhance safety, efficiency, and operational performance. Having served more than 500 satisfied clients and successfully completed over 1,000 projects, we are recognized as a leading and dependable partner in keeping airport operations safe, efficient, and on track.<\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 20px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 20px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 20px\"><\/div><\/div><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 30px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 30px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 30px\"><\/div><\/div><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 80px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 50px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 50px\"><\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-md-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div style=\"max-width:900px;margin:auto;\r\nbackground:linear-gradient(135deg,#0f172a,#020617);\r\npadding:40px;border-radius:16px;position:relative;\">\r\n\r\n    <div style=\"text-align:center;margin-bottom:20px;\">\r\n        <h2 style=\"color:#facc15;font-size:28px;margin:0;\">\r\n            <span id=\"countPercent\">0<\/span>% \r\n        <\/h2>\r\n        <p style=\"color:#cbd5e1;margin:5px 0 0 0;font-size:16px;\">\r\n            Reduced Maintenance Costs\r\n        <\/p>\r\n    <\/div>\r\n\r\n    <canvas id=\"ecgChart\"><\/canvas>\r\n<\/div>\r\n\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\r\n\r\n<script>\r\nconst ctx = document.getElementById('ecgChart').getContext('2d');\r\n\r\nconst gradient = ctx.createLinearGradient(0, 0, 0, 400);\r\ngradient.addColorStop(0, '#facc15');\r\ngradient.addColorStop(1, '#f59e0b');\r\n\r\nconst years = ['2020','2021','2022','2023','2024','2025','2026'];\r\nconst finalData = [5, 12, 18, 28, 35, 44, 52]; \/\/ ECG rising style\r\n\r\nlet progress = 0;\r\nconst duration = 2000;\r\nconst frameRate = 20;\r\nconst steps = duration \/ frameRate;\r\n\r\nconst watermarkPlugin = {\r\n    id: 'watermark',\r\n    beforeDraw(chart) {\r\n        const {ctx, width, height} = chart;\r\n        ctx.save();\r\n        ctx.font = 'bold 70px Arial';\r\n        ctx.fillStyle = 'rgba(255,255,255,0.05)';\r\n        ctx.textAlign = 'center';\r\n        ctx.textBaseline = 'middle';\r\n        ctx.fillText('52%', width \/ 2, height \/ 2);\r\n        ctx.restore();\r\n    }\r\n};\r\n\r\nconst chart = new Chart(ctx, {\r\n    type: 'line',\r\n    data: {\r\n        labels: years,\r\n        datasets: [{\r\n            data: Array(years.length).fill(0),\r\n            borderColor: gradient,\r\n            borderWidth: 4,\r\n            tension: 0.45,\r\n            pointRadius: (ctx) => ctx.dataIndex === years.length-1 ? 8 : 4,\r\n            pointBackgroundColor: (ctx) => ctx.dataIndex === years.length-1 ? '#ffffff' : '#facc15',\r\n            pointHoverRadius: 10,\r\n            fill: false\r\n        }]\r\n    },\r\n    options: {\r\n        responsive: true,\r\n        plugins: {\r\n            legend: { display: false },\r\n            tooltip: {\r\n                backgroundColor: '#111827',\r\n                bodyColor: '#facc15',\r\n                callbacks: {\r\n                    label: function(context) {\r\n                        return context.raw + '% Cost Reduction';\r\n                    }\r\n                }\r\n            }\r\n        },\r\n        scales: {\r\n            x: {\r\n                ticks: { color: '#cbd5e1' },\r\n                grid: { color: 'rgba(255,255,255,0.05)' }\r\n            },\r\n            y: {\r\n                min: 0,\r\n                max: 100,\r\n                ticks: {\r\n                    stepSize: 20,\r\n                    color: '#cbd5e1'\r\n                },\r\n                grid: { color: 'rgba(255,255,255,0.05)' }\r\n            }\r\n        }\r\n    },\r\n    plugins: [watermarkPlugin]\r\n});\r\n\r\n\/\/ Smooth animation 0 \u2192 52 ECG style\r\nconst interval = setInterval(() => {\r\n    progress++;\r\n    const animatedData = finalData.map(value => \r\n        Math.min(value, value * (progress \/ steps))\r\n    );\r\n\r\n    chart.data.datasets[0].data = animatedData;\r\n    chart.update();\r\n\r\n    const currentPercent = Math.min(52, Math.round(52 * (progress \/ steps)));\r\n    document.getElementById(\"countPercent\").innerText = currentPercent;\r\n\r\n    if (progress >= steps) clearInterval(interval);\r\n}, frameRate);\r\n<\/script>\r\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"container\"><div class=\"row\"><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-4 vc_hidden-lg vc_col-md-12 vc_hidden-md vc_hidden-sm vc_hidden-xs\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_left wpb_content_element\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img decoding=\"async\" class=\"vc_single_image-img \" src=\"\" width=\"\" height=\"\" alt=\"portfolio-11\" title=\"portfolio-11\" loading=\"lazy\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 50px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 30px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 30px\"><\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-4 vc_hidden-lg vc_col-md-12 vc_hidden-md vc_hidden-sm vc_hidden-xs\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><h2 style=\"font-size: 20px;text-align: left\" class=\"vc_custom_heading vc_do_custom_heading fw-medium vc_custom_1510649070067\" >We are leading company in this field, We provide specific solutions for our every customers.<\/h2><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 20px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 20px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 20px\"><\/div><\/div>\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p>When you give to Our Charity, know your donation is making a difference Whether you are supporting one our Signature Programs or our carefully curated list of Gifts That Give More, our ut professional staff.<\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 25px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 25px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 25px\"><\/div><\/div>\n\t<div  class=\"wpb_single_image wpb_content_element vc_align_left wpb_content_element\">\n\t\t\n\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img loading=\"lazy\" decoding=\"async\" width=\"245\" height=\"67\" src=\"https:\/\/saudiscales.com\/wp-content\/uploads\/2020\/02\/signature-1.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" title=\"signature-1\" \/><\/div>\n\t\t<\/figure>\n\t<\/div>\n<div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 15px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 15px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 15px\"><\/div><\/div>\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<div style=\"font-size: 20px; font-weight: 500; color: #393939;\">Mark Nicholes<\/div>\n<div class=\"main-color\" style=\"font-weight: 400;\">CEO &amp; Founder<\/div>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 50px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 30px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 30px\"><\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-4 vc_hidden-lg vc_col-md-12 vc_hidden-md vc_hidden-sm vc_hidden-xs\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_tta-container\" data-vc-action=\"collapse\"><div class=\"vc_general vc_tta vc_tta-accordion vc_tta-color-white vc_tta-style-flat vc_tta-shape-square vc_tta-o-shape-group vc_tta-controls-align-default\"><div class=\"vc_tta-panels-container\"><div class=\"vc_tta-panels\"><div class=\"vc_tta-panel\" id=\"1770550228695-4973597d-1e45\" data-vc-content=\".vc_tta-panel-body\"><div class=\"vc_tta-panel-heading\"><h4 class=\"vc_tta-panel-title vc_tta-controls-icon-position-left\"><a href=\"#1770550228695-4973597d-1e45\" data-vc-accordion data-vc-container=\".vc_tta-container\"><span class=\"vc_tta-title-text\">Our Mission<\/span><i class=\"vc_tta-controls-icon vc_tta-controls-icon-chevron\"><\/i><\/a><\/h4><\/div><div class=\"vc_tta-panel-body\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p>How all this mistaken idea of denouncing seds pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual seds teachings of the great explorer sed of the truth.<\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><div class=\"vc_tta-panel vc_active\" id=\"1770550228698-8b50099b-d26f\" data-vc-content=\".vc_tta-panel-body\"><div class=\"vc_tta-panel-heading\"><h4 class=\"vc_tta-panel-title vc_tta-controls-icon-position-left\"><a href=\"#1770550228698-8b50099b-d26f\" data-vc-accordion data-vc-container=\".vc_tta-container\"><span class=\"vc_tta-title-text\">Our Vision<\/span><i class=\"vc_tta-controls-icon vc_tta-controls-icon-chevron\"><\/i><\/a><\/h4><\/div><div class=\"vc_tta-panel-body\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p>How all this mistaken idea of denouncing seds pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual seds teachings of the great explorer sed of the truth.<\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><div class=\"vc_tta-panel\" id=\"1770550228700-1c7142e3-99dc\" data-vc-content=\".vc_tta-panel-body\"><div class=\"vc_tta-panel-heading\"><h4 class=\"vc_tta-panel-title vc_tta-controls-icon-position-left\"><a href=\"#1770550228700-1c7142e3-99dc\" data-vc-accordion data-vc-container=\".vc_tta-container\"><span class=\"vc_tta-title-text\">Our Strategies<\/span><i class=\"vc_tta-controls-icon vc_tta-controls-icon-chevron\"><\/i><\/a><\/h4><\/div><div class=\"vc_tta-panel-body\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p>How all this mistaken idea of denouncing seds pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual seds teachings of the great explorer sed of the truth.<\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><\/div><\/div><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 50px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 30px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 30px\"><\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_row-fluid vc_custom_1508747702557 vc_row-has-fill\"><div class=\"container\"><div class=\"row\"><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 80px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 50px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 50px\"><\/div><\/div><div class=\"mf-section-title text-left dark large-size \"><h2 >Know Our History<\/h2><\/div><div class=\"mf-history \">\n            <div class=\"history-list owl-carousel\" id=\"history-slider-6a2919fc00821\"><div class=\"history-group\"><div class=\"history\"><div class=\"date\">AUG 2017<\/div><div class=\"history-content\"><h3 class=\"title\">Started at Newyork City<\/h3><div class=\"history-desc\"><p>There anyone who loves or pursues or desires to obtain pain itself, because pain, but because occasionally circumstances occur in which toil and pain can procure.<\/p><\/div><\/div><\/div><div class=\"history\"><div class=\"date\">SEP 2017<\/div><div class=\"history-content\"><h3 class=\"title\">Got Best Industrial Award<\/h3><div class=\"history-desc\"><p>Except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences,avoids a pain.<\/p><\/div><\/div><\/div><\/div><div class=\"history-group\"><div class=\"history\"><div class=\"date\">NOV 2017<\/div><div class=\"history-content\"><h3 class=\"title\">8 New Branches Opened<\/h3><div class=\"history-desc\"><p>The great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure not know how to pursue. <\/p><\/div><\/div><\/div><div class=\"history\"><div class=\"date\">DEC 2017<\/div><div class=\"history-content\"><h3 class=\"title\">Reached 100% Target<\/h3><div class=\"history-desc\"><p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who has any right to find fault with a man.<\/p><\/div><\/div><\/div><\/div><div class=\"history-group\"><div class=\"history\"><div class=\"date\">FEB 2018<\/div><div class=\"history-content\"><h3 class=\"title\">World Wide<\/h3><div class=\"history-desc\"><p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who has any right to find fault with a man.<\/p><\/div><\/div><\/div><div class=\"history\"><div class=\"date\">MAR 2018<\/div><div class=\"history-content\"><h3 class=\"title\">28 New Branches Opened<\/h3><div class=\"history-desc\"><p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who has any right to find fault with a man.<\/p><\/div><\/div><\/div><\/div><\/div>\n        <\/div><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 80px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 50px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 50px\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"container\"><div class=\"row\"><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 80px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 50px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 50px\"><\/div><\/div><div class=\"mf-section-title text-center dark large-size \"><h2 >Why Choose Us<\/h2><\/div><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 55px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 30px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 30px\"><\/div><\/div><div class=\"vc_row wpb_row vc_inner vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-md-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"mf-icon-box icon_type-flaticon icon_style-has-background-color icon_position-left icon_size-large box-dark \"><span class=\"mf-icon\"><i class=\"flaticon-pinwheel\"><\/i><\/span><div class=\"box-wrapper\"><h2 class=\"box-title\"><a href=\"#\" title=\"Clean Unpolluted\" target=\"_blank\">Clean Unpolluted<\/a><\/h2><div class=\"desc\">Again is there anyone who loves or pursues or desires obtain pain of itself, because it is pain, but because occasionally.<\/div><\/div><\/div><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 38px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 30px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 30px\"><\/div><\/div><div class=\"mf-icon-box icon_type-flaticon icon_style-has-background-color icon_position-left icon_size-large box-dark \"><span class=\"mf-icon\"><i class=\"flaticon-music\"><\/i><\/span><div class=\"box-wrapper\"><h2 class=\"box-title\"><a href=\"#\" title=\"Lasting &amp; Long Term\" target=\"_blank\">Lasting &amp; Long Term<\/a><\/h2><div class=\"desc\">Who chooses to enjoy a pleasure that has no or one who avoids a pain that produces no resultant pleasure.<\/div><\/div><\/div><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 38px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 30px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 30px\"><\/div><\/div><div class=\"mf-icon-box icon_type-flaticon icon_style-has-background-color icon_position-left icon_size-large box-dark \"><span class=\"mf-icon\"><i class=\"flaticon-road\"><\/i><\/span><div class=\"box-wrapper\"><h2 class=\"box-title\"><a href=\"#\" title=\"Easy and Affortable\" target=\"_blank\">Easy and Affortable<\/a><\/h2><div class=\"desc\">Explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and will give complete.<\/div><\/div><\/div><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 80px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 50px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 50px\"><\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-md-6\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_progress_bar wpb_content_element vc_custom_1508989129564  vc_progress-bar-color-custom\" ><div class=\"vc_general vc_single_bar \"><div class=\"vc_label\">Production <span class=\"vc_label_units\">75%<\/span><\/div><div class=\"vc_single_bar_wrapper\"><div class=\"vc_single_bar\"><span class=\"vc_bar \" data-percentage-value=\"75\" data-value=\"75\"><\/span><\/div><\/div><\/div><div class=\"vc_general vc_single_bar \"><div class=\"vc_label\">EPC Works <span class=\"vc_label_units\">95%<\/span><\/div><div class=\"vc_single_bar_wrapper\"><div class=\"vc_single_bar\"><span class=\"vc_bar \" data-percentage-value=\"95\" data-value=\"95\"><\/span><\/div><\/div><\/div><div class=\"vc_general vc_single_bar \"><div class=\"vc_label\">Customer Satisfaction <span class=\"vc_label_units\">90%<\/span><\/div><div class=\"vc_single_bar_wrapper\"><div class=\"vc_single_bar\"><span class=\"vc_bar \" data-percentage-value=\"90\" data-value=\"90\"><\/span><\/div><\/div><\/div><div class=\"vc_general vc_single_bar \"><div class=\"vc_label\">Utilizaion Rate <span class=\"vc_label_units\">100%<\/span><\/div><div class=\"vc_single_bar_wrapper\"><div class=\"vc_single_bar\"><span class=\"vc_bar \" data-percentage-value=\"100\" data-value=\"100\"><\/span><\/div><\/div><\/div><\/div><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 80px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 50px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 50px\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_row-fluid vc_custom_1580721032455 vc_row-has-fill vc_row-o-equal-height vc_row-o-content-middle vc_row-flex parallax no-parallax-mobile\"><div class=\"container\"><div class=\"row\"><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-9 vc_col-md-8\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><h2 style=\"font-size: 30px;text-align: justify\" class=\"vc_custom_heading vc_do_custom_heading fw-medium main-color rtl-section vc_custom_1770653609747\" >Experience our exceptional service today<\/h2><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\" ><\/div><div class=\"mf_empty_space_md\" ><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 30px\"><\/div><\/div>\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p>Reach out to us today for reliable GSE maintenance solutions.<\/p>\n<p>Our team is committed to delivering timely and cost-effective solutions that ensure your GSE operates at optimal performance. With a strong focus on quality and reliability, Saudi Scales and Equipment Co. Ltd. is the partner you can trust\u2014without compromise<\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div class=\"vc_btn3-container vc_btn3-inline vc_custom_1771160954929 vc_do_btn\" ><a class=\"vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-classic vc_btn3-color-grey\" href=\"https:\/\/dev.saudiscales.com\/contact\/\" title=\"\">Contact Us<\/a><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"container\"><div class=\"row\"><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 80px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 50px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 50px\"><\/div><\/div><div class=\"mf-section-title text-left dark large-size \"><h2 >Meet Our Team<\/h2><\/div><div class=\"mf-team team-carousel \">\n\t\t\t\t<div class=\"team-list owl-carousel\" id=\"team-slider-6a2919fc0203e\"><div class=\"team-member \">\n\t\t\t\t\t\t<div class=\"team-header\"><img decoding=\"async\" class=\"\" src=\"https:\/\/saudiscales.com\/wp-content\/uploads\/2020\/02\/team1.jpg\" width=\"265\" height=\"220\" alt=\"team1\" title=\"team1\" loading=\"lazy\" \/><ul class=\"team-social\"><li><a href=\"https:\/\/facebook.com\/\" target=\"_blank\"><i class=\"fa fa-facebook\"><\/i><\/a><\/li><li><a href=\"https:\/\/twitter.com\/\" target=\"_blank\"><i class=\"fa fa-twitter\"><\/i><\/a><\/li><li><a href=\"https:\/\/www.skype.com\/\" target=\"_blank\"><i class=\"fa fa-skype\"><\/i><\/a><\/li><\/ul><\/div>\n\t\t\t\t\t\t<div class=\"team-info\"><h4 class=\"name\">Vena Georgeyo<\/h4><span class=\"job\">Founder<\/span><\/div>\n\t\t\t\t\t<\/div><div class=\"team-member \">\n\t\t\t\t\t\t<div class=\"team-header\"><img decoding=\"async\" class=\"\" src=\"https:\/\/saudiscales.com\/wp-content\/uploads\/2020\/02\/team2.jpg\" width=\"265\" height=\"220\" alt=\"team2\" title=\"team2\" loading=\"lazy\" \/><ul class=\"team-social\"><li><a href=\"https:\/\/facebook.com\/\" target=\"_blank\"><i class=\"fa fa-facebook\"><\/i><\/a><\/li><li><a href=\"https:\/\/twitter.com\/\" target=\"_blank\"><i class=\"fa fa-twitter\"><\/i><\/a><\/li><li><a href=\"https:\/\/www.skype.com\/\" target=\"_blank\"><i class=\"fa fa-skype\"><\/i><\/a><\/li><\/ul><\/div>\n\t\t\t\t\t\t<div class=\"team-info\"><h4 class=\"name\">Johny Zabrila<\/h4><span class=\"job\">Engineer<\/span><\/div>\n\t\t\t\t\t<\/div><div class=\"team-member \">\n\t\t\t\t\t\t<div class=\"team-header\"><img decoding=\"async\" class=\"\" src=\"https:\/\/saudiscales.com\/wp-content\/uploads\/2020\/02\/team3.jpg\" width=\"265\" height=\"220\" alt=\"team3\" title=\"team3\" loading=\"lazy\" \/><ul class=\"team-social\"><li><a href=\"https:\/\/facebook.com\/\" target=\"_blank\"><i class=\"fa fa-facebook\"><\/i><\/a><\/li><li><a href=\"https:\/\/twitter.com\/\" target=\"_blank\"><i class=\"fa fa-twitter\"><\/i><\/a><\/li><li><a href=\"https:\/\/www.skype.com\/\" target=\"_blank\"><i class=\"fa fa-skype\"><\/i><\/a><\/li><\/ul><\/div>\n\t\t\t\t\t\t<div class=\"team-info\"><h4 class=\"name\">Philil Burphly<\/h4><span class=\"job\">HR Manager<\/span><\/div>\n\t\t\t\t\t<\/div><div class=\"team-member \">\n\t\t\t\t\t\t<div class=\"team-header\"><img decoding=\"async\" class=\"\" src=\"https:\/\/saudiscales.com\/wp-content\/uploads\/2020\/02\/team4.jpg\" width=\"265\" height=\"220\" alt=\"team4\" title=\"team4\" loading=\"lazy\" \/><ul class=\"team-social\"><li><a href=\"https:\/\/facebook.com\/\" target=\"_blank\"><i class=\"fa fa-facebook\"><\/i><\/a><\/li><li><a href=\"https:\/\/twitter.com\/\" target=\"_blank\"><i class=\"fa fa-twitter\"><\/i><\/a><\/li><li><a href=\"https:\/\/www.skype.com\/\" target=\"_blank\"><i class=\"fa fa-skype\"><\/i><\/a><\/li><\/ul><\/div>\n\t\t\t\t\t\t<div class=\"team-info\"><h4 class=\"name\">Michal Wincent<\/h4><span class=\"job\">President<\/span><\/div>\n\t\t\t\t\t<\/div><div class=\"team-member \">\n\t\t\t\t\t\t<div class=\"team-header\"><img decoding=\"async\" class=\"\" src=\"https:\/\/saudiscales.com\/wp-content\/uploads\/2020\/02\/team1.jpg\" width=\"265\" height=\"220\" alt=\"team1\" title=\"team1\" loading=\"lazy\" \/><ul class=\"team-social\"><li><a href=\"https:\/\/facebook.com\/\" target=\"_blank\"><i class=\"fa fa-facebook\"><\/i><\/a><\/li><li><a href=\"https:\/\/twitter.com\/\" target=\"_blank\"><i class=\"fa fa-twitter\"><\/i><\/a><\/li><li><a href=\"https:\/\/www.skype.com\/\" target=\"_blank\"><i class=\"fa fa-skype\"><\/i><\/a><\/li><\/ul><\/div>\n\t\t\t\t\t\t<div class=\"team-info\"><h4 class=\"name\">Vena Georgeyo<\/h4><span class=\"job\">Founder<\/span><\/div>\n\t\t\t\t\t<\/div><\/div>\n\t\t\t<\/div><div class=\"mf-empty-space \" style=\"\"><div class=\"mf_empty_space_lg\"  style=\"height: 5px\"><\/div><div class=\"mf_empty_space_md\"  style=\"height: 5px\"><\/div><div class=\"mf_empty_space_xs\"  style=\"height: 5px\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"Who We Are \u2013 Saudi Scales and Equipment Co. Ltd.Reliable GSE maintenance and support Delivering excellence in GSE maintenance Saudi Scales and Equipment Co. Ltd. is a trusted provider of advanced weighing, measurement, and Ground Support Equipment (GSE) solutions for the aviation industry across the Kingdom. With over 48 years of expertise, we specialize in [...]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth.php","meta":{"footnotes":""},"class_list":["post-32","page","type-page","status-publish","hentry","no-thumb"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>About Us - Saudiscales<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/saudiscales.com\/ar\/about-us\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About Us - Saudiscales\" \/>\n<meta property=\"og:url\" content=\"https:\/\/saudiscales.com\/ar\/about-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Saudiscales\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-18T12:07:43+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/saudiscales.com\\\/about-us\\\/\",\"url\":\"https:\\\/\\\/saudiscales.com\\\/about-us\\\/\",\"name\":\"About Us - Saudiscales\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/saudiscales.com\\\/#website\"},\"datePublished\":\"2017-10-31T07:44:25+00:00\",\"dateModified\":\"2026-02-18T12:07:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/saudiscales.com\\\/about-us\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/saudiscales.com\\\/about-us\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/saudiscales.com\\\/about-us\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/saudiscales.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/saudiscales.com\\\/#website\",\"url\":\"https:\\\/\\\/saudiscales.com\\\/\",\"name\":\"Saudiscales\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/saudiscales.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"About Us - Saudiscales","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/saudiscales.com\/ar\/about-us\/","og_locale":"ar_AR","og_type":"article","og_title":"About Us - Saudiscales","og_url":"https:\/\/saudiscales.com\/ar\/about-us\/","og_site_name":"Saudiscales","article_modified_time":"2026-02-18T12:07:43+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/saudiscales.com\/about-us\/","url":"https:\/\/saudiscales.com\/about-us\/","name":"About Us - Saudiscales","isPartOf":{"@id":"https:\/\/saudiscales.com\/#website"},"datePublished":"2017-10-31T07:44:25+00:00","dateModified":"2026-02-18T12:07:43+00:00","breadcrumb":{"@id":"https:\/\/saudiscales.com\/about-us\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/saudiscales.com\/about-us\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/saudiscales.com\/about-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/saudiscales.com\/"},{"@type":"ListItem","position":2,"name":"About Us"}]},{"@type":"WebSite","@id":"https:\/\/saudiscales.com\/#website","url":"https:\/\/saudiscales.com\/","name":"Saudiscales","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/saudiscales.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"}]}},"_links":{"self":[{"href":"https:\/\/saudiscales.com\/ar\/wp-json\/wp\/v2\/pages\/32","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/saudiscales.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/saudiscales.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/saudiscales.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/saudiscales.com\/ar\/wp-json\/wp\/v2\/comments?post=32"}],"version-history":[{"count":21,"href":"https:\/\/saudiscales.com\/ar\/wp-json\/wp\/v2\/pages\/32\/revisions"}],"predecessor-version":[{"id":4435,"href":"https:\/\/saudiscales.com\/ar\/wp-json\/wp\/v2\/pages\/32\/revisions\/4435"}],"wp:attachment":[{"href":"https:\/\/saudiscales.com\/ar\/wp-json\/wp\/v2\/media?parent=32"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}