{"id":16,"date":"2026-03-30T13:11:32","date_gmt":"2026-03-30T13:11:32","guid":{"rendered":"https:\/\/services.smartdirections-sa.com\/?page_id=16"},"modified":"2026-05-13T13:29:50","modified_gmt":"2026-05-13T13:29:50","slug":"home","status":"publish","type":"page","link":"https:\/\/services.smartdirections-sa.com\/?page_id=16&lang=en","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16\" class=\"elementor elementor-16\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49152c9a e-flex e-con-boxed e-con e-parent\" data-id=\"49152c9a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3013626d elementor-invisible elementor-widget elementor-widget-rt-title\" data-id=\"3013626d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sec-title style1\">\n\t<div class=\"sec-title-holder\">\t\t\n\t\t\t\t<span class=\"sub-title hide fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">Welcome To<\/span>\n\t\t\t\t\t\t<h2 class=\"rtin-title hide fadeInUp\" data-wow-delay=\"1.2s\" data-wow-duration=\"1s\">Smart Directions Services<\/h2>\n\t\t\t\t<div class=\"hide fadeInUp\" data-wow-delay=\"1.4s\" data-wow-duration=\"1s\">\n\t\t\t<span class=\"section-line section-line-one\"><\/span>\n\t\t\t<span class=\"section-line section-line-two\"><\/span>\n\t\t\t<span class=\"section-line section-line-three\"><\/span>\n\t\t<\/div>\n\t<\/div>\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-d850ecb elementor-widget elementor-widget-hero-title\" data-id=\"d850ecb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"hero-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <style>\r\n          .ah-headline {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n          }\r\n          .animate__headline__before {\r\n            vertical-align: top;\r\n            line-height: 1;\r\n          }\r\n          .ah-words-wrapper {\r\n            display: inline-block;\r\n            white-space: nowrap;\r\n            overflow: hidden;\r\n            border-right: 2px solid;\r\n            transition: width 0.5s ease-in-out;\r\n            vertical-align: top;\r\n          }\r\n          .ah-words-wrapper b {\r\n            display: inline-block;\r\n            white-space: nowrap;\r\n            margin-right: 5px;\r\n            line-height: 1;\r\n          }\r\n        <\/style>\r\n\r\n        <h1 class=\"ah-headline clip is-full-width\" id=\"hero-title-d850ecb\">\r\n          <!-- \u2705 \u0639\u0631\u0636 \u0623\u0648\u0644 \u0643\u0644\u0645\u0629 \u0645\u0646 before_words -->\r\n          <span class=\"animate__headline__before\">Incorporation<\/span>\r\n          <span class=\"ah-words-wrapper animate__main__text\">\r\n            <b>Services<\/b>\r\n          <\/span>\r\n        <\/h1>\r\n\r\n        <script>\r\n        jQuery(function($) {\r\n          var $wrapper    = $(\"#hero-title-d850ecb .ah-words-wrapper\");\r\n          var $beforeText = $(\"#hero-title-d850ecb .animate__headline__before\");\r\n\r\n          var words        = [\"Services\",\"Issuance\",\"Processing\",\"Business\"];\r\n          var beforeWords  = [\"Incorporation\",\"License\",\"Procedure\",\"Business\"]; \/\/ \u2705 \u0625\u0636\u0627\u0641\u0629\r\n          var index        = 0;\r\n          var animationSpeed   = 2500;\r\n          var displayDuration  = 1500;\r\n\r\n          function calculateWordWidth(word) {\r\n            var $temp = $(\"<b>\").text(word).css({\r\n              display    : 'inline-block',\r\n              whiteSpace : 'nowrap',\r\n              marginRight: '5px',\r\n              position   : 'absolute',\r\n              left       : '-9999px',\r\n              top        : '-9999px',\r\n              fontSize   : $wrapper.css('fontSize'),\r\n              fontFamily : $wrapper.css('fontFamily'),\r\n              fontWeight : 'bold'\r\n            });\r\n            $('body').append($temp);\r\n            var width = $temp.outerWidth();\r\n            $temp.remove();\r\n            return width;\r\n          }\r\n\r\n          $wrapper.css(\"width\", calculateWordWidth(words[index]) + \"px\");\r\n\r\n          function rotate() {\r\n            var nextIndex       = (index + 1) % words.length;\r\n            var nextBeforeIndex = (index + 1) % beforeWords.length; \/\/ \u2705 \u0625\u0636\u0627\u0641\u0629\r\n            var nextWidth       = calculateWordWidth(words[nextIndex]);\r\n\r\n            setTimeout(function() {\r\n              $wrapper.css(\"width\", \"0px\");\r\n\r\n              setTimeout(function() {\r\n                $wrapper.html(\"<b>\" + words[nextIndex] + \"<\/b>\");\r\n                $wrapper.css(\"width\", nextWidth + \"px\");\r\n\r\n                \/\/ \u2705 \u062a\u063a\u064a\u064a\u0631 before text \u0645\u0639 \u0643\u0644 \u0643\u0644\u0645\u0629\r\n                if (beforeWords.length > 1) {\r\n                  $beforeText.text(beforeWords[nextBeforeIndex]);\r\n                }\r\n\r\n                index = nextIndex;\r\n              }, 900);\r\n            }, displayDuration);\r\n          }\r\n\r\n          setInterval(rotate, animationSpeed);\r\n        });\r\n        <\/script>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7edc12d8 elementor-invisible elementor-widget elementor-widget-rt-button\" data-id=\"7edc12d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"rtin-button hide fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t\t\t<a class=\"button-style-2 btn-common rt-animation-out\" href=\"https:\/\/services.smartdirections-sa.com\/?page_id=159\">get in touch<svg\r\n            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n            xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"\r\n            width=\"34px\"\r\n            height=\"16px\"\r\n            viewBox=\"0 0 34.53 16\"\r\n            xml:space=\"preserve\"\r\n          >\r\n            <rect\r\n              class=\"rt-button-line\"\r\n              y=\"7.6\"\r\n              width=\"34\"\r\n              height=\".4\"\r\n            ><\/rect>\r\n            <g class=\"rt-button-cap-fake\">\r\n              <path\r\n                class=\"rt-button-cap\"\r\n                d=\"M25.83.7l.7-.7,8,8-.7.71Zm0,14.6,8-8,.71.71-8,8Z\"\r\n              ><\/path>\r\n            <\/g>\r\n          <\/svg><\/a>\n\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3a5e52e5 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default rt-parallax-bg-no\" data-id=\"3a5e52e5\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1bb28cc4\" data-id=\"1bb28cc4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-53ce060c elementor-widget__width-initial elementor-absolute elementor-invisible elementor-widget elementor-widget-rt-Counter\" data-id=\"53ce060c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"rt-Counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"rt-counter rtin-counter-style2 rtin-center\">\n\t<div class=\"rtin-item wow fadeInLeft\" data-wow-delay=\".9s\" data-wow-duration=\"0.4s\">\n\t\t<div class=\"rtin-content\">\n\t\t\t<div class=\"rtin-counter\"><span class=\"counter\" data-num=\"1500\" data-rtspeed=\"2000\" data-rtsteps=\"94\">1500<\/span><\/div>\n\t\t\t<h3 class=\"rtin-title\">Happy Clients<\/h3>\n\t\t<\/div>\t\n\t<\/div>\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-7f1d030b elementor-widget elementor-widget-ma-image-layers\" data-id=\"7f1d030b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ma-image-layers.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ma-image-layer as-image-layers\">\r\n            \r\n                <div class=\"image-layer-wrapper fade_in \" style=\"z-index: 1\">\r\n                    <div class=\"img-layer_item\" style=\"transform: translate(0px, 0%);\">\r\n                        <div class=\"image-layer-img\" style=\"transition: all 800ms; transition-delay: 400ms;\">\r\n                            <img decoding=\"async\" src=\"http:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/abt.jpg\" alt=\"abt\" \/>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        \r\n        <script>\r\n        jQuery(document).ready(function($) {\r\n            $('.as-image-layers').each(function() {\r\n                var $this = $(this);\r\n                $this.appear(function() {\r\n                    $this.addClass('layer_animate');\r\n                }, {accX: 0, accY: -100});\r\n            });\r\n        });\r\n        <\/script>\r\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<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-176df683\" data-id=\"176df683\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-37fecdce elementor-invisible elementor-widget elementor-widget-rt-title\" data-id=\"37fecdce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sec-title style1\">\n\t<div class=\"sec-title-holder\">\t\t\n\t\t\t\t<span class=\"sub-title hide fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">ABOUT COMPANY<\/span>\n\t\t\t\t\t\t<h2 class=\"rtin-title hide fadeInUp\" data-wow-delay=\"1.2s\" data-wow-duration=\"1s\">Smart partner for starting &amp; <br> launching your business with confidence.<\/h2>\n\t\t\t\t<div class=\"hide fadeInUp\" data-wow-delay=\"1.4s\" data-wow-duration=\"1s\">\n\t\t\t<span class=\"section-line section-line-one\"><\/span>\n\t\t\t<span class=\"section-line section-line-two\"><\/span>\n\t\t\t<span class=\"section-line section-line-three\"><\/span>\n\t\t<\/div>\n\t<\/div>\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-3c2f382d elementor-widget elementor-widget-ma-text\" data-id=\"3c2f382d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ma-text.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"ma-text-container\">\r\n            <div class=\"ma-text-wrapper\">\r\n                A company specialized in providing integrated solutions for entrepreneurs, offering company formation in Saudi Arabia, licensing, government procedures, and professional business support services.\nSuccess starts with a strong foundation. We simplify the client journey with fast, accurate, and expert services.            <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36f1127b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"36f1127b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-60a2e2e9 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default rt-parallax-bg-no\" data-id=\"60a2e2e9\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6889ab92\" data-id=\"6889ab92\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-74b509a8 elementor-widget elementor-widget-rt-call-button\" data-id=\"74b509a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-call-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"call-button-wrap\">\r\n\t<div class=\"call-button-container\">\r\n\t\t<a href=\"tel:+966 54 223 2481\" class=\"call-button-link\">\r\n\t\t\t<div class=\"call-button-icon\">\r\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t<\/div>\r\n\t\t\t<div class=\"call-button-content\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"call-button-label\">Call Us Now<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"call-button-phone\">+966 54 223 2481<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/a>\r\n\t<\/div>\r\n<\/div>\r\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<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3500aa7f\" data-id=\"3500aa7f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6199e4dd elementor-invisible elementor-widget elementor-widget-rt-button\" data-id=\"6199e4dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"rtin-button hide fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t\t\t<a class=\"button-style-2 btn-common rt-animation-out\" href=\"https:\/\/services.smartdirections-sa.com\/?page_id=161\">See More<svg\r\n            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n            xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"\r\n            width=\"34px\"\r\n            height=\"16px\"\r\n            viewBox=\"0 0 34.53 16\"\r\n            xml:space=\"preserve\"\r\n          >\r\n            <rect\r\n              class=\"rt-button-line\"\r\n              y=\"7.6\"\r\n              width=\"34\"\r\n              height=\".4\"\r\n            ><\/rect>\r\n            <g class=\"rt-button-cap-fake\">\r\n              <path\r\n                class=\"rt-button-cap\"\r\n                d=\"M25.83.7l.7-.7,8,8-.7.71Zm0,14.6,8-8,.71.71-8,8Z\"\r\n              ><\/path>\r\n            <\/g>\r\n          <\/svg><\/a>\n\t<\/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\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<div class=\"elementor-element elementor-element-241a431 e-flex e-con-boxed e-con e-parent\" data-id=\"241a431\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-701f863 elementor-invisible elementor-widget elementor-widget-rt-title\" data-id=\"701f863\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sec-title style1\">\n\t<div class=\"sec-title-holder\">\t\t\n\t\t\t\t<span class=\"sub-title hide fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">Our Services<\/span>\n\t\t\t\t\t\t<h2 class=\"rtin-title hide fadeInUp\" data-wow-delay=\"1.2s\" data-wow-duration=\"1s\">Business Setup &amp; Licensing Services<\/h2>\n\t\t\t\t<div class=\"hide fadeInUp\" data-wow-delay=\"1.4s\" data-wow-duration=\"1s\">\n\t\t\t<span class=\"section-line section-line-one\"><\/span>\n\t\t\t<span class=\"section-line section-line-two\"><\/span>\n\t\t\t<span class=\"section-line section-line-three\"><\/span>\n\t\t<\/div>\n\t<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-751afe8 e-flex e-con-boxed e-con e-parent\" data-id=\"751afe8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f6bab80 e-con-full e-flex e-con e-child\" data-id=\"f6bab80\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ba25bc5 elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"ba25bc5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">01<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Issuance of Investment Licenses<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0ade797 e-con-full e-flex e-con e-child\" data-id=\"0ade797\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07af189 elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"07af189\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">02<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Incorporation of All Types of Companies<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e88d721 e-con-full e-flex e-con e-child\" data-id=\"e88d721\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c7fea72 elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"c7fea72\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">03<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Issuance of Commercial Registration<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ae91f1f e-con-full e-flex e-con e-child\" data-id=\"ae91f1f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63674a5 elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"63674a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">04<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Commercial Name Reservation<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-010872e e-flex e-con-boxed e-con e-parent\" data-id=\"010872e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-294ab55 e-con-full e-flex e-con e-child\" data-id=\"294ab55\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fa205dd elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"fa205dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">05<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Amendment of Commercial Registration<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-32f7955 e-con-full e-flex e-con e-child\" data-id=\"32f7955\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99b1bc2 elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"99b1bc2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">06<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Renewal of Commercial Registration<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-251a309 e-con-full e-flex e-con e-child\" data-id=\"251a309\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d472732 elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"d472732\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">07<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Adding or Canceling Business Activities<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-04f0472 e-con-full e-flex e-con e-child\" data-id=\"04f0472\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dcdf21b elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"dcdf21b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">08<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Opening Government Files for Establishments<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-456f645 e-flex e-con-boxed e-con e-parent\" data-id=\"456f645\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca6a019 elementor-widget elementor-widget-spacer\" data-id=\"ca6a019\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7216305 e-flex e-con-boxed e-con e-parent\" data-id=\"7216305\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7073217 elementor-invisible elementor-widget elementor-widget-rt-title\" data-id=\"7073217\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sec-title style1\">\n\t<div class=\"sec-title-holder\">\t\t\n\t\t\t\t\t\t<h2 class=\"rtin-title hide fadeInUp\" data-wow-delay=\"1.2s\" data-wow-duration=\"1s\">Ministry of Commerce &amp; Municipal Services<\/h2>\n\t\t\t\t<div class=\"hide fadeInUp\" data-wow-delay=\"1.4s\" data-wow-duration=\"1s\">\n\t\t\t<span class=\"section-line section-line-one\"><\/span>\n\t\t\t<span class=\"section-line section-line-two\"><\/span>\n\t\t\t<span class=\"section-line section-line-three\"><\/span>\n\t\t<\/div>\n\t<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fedc572 e-flex e-con-boxed e-con e-parent\" data-id=\"fedc572\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c096eac e-con-full e-flex e-con e-child\" data-id=\"c096eac\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e433d96 elementor-widget elementor-widget-rt-imagebox\" data-id=\"e433d96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-imagebox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"imagebox-wrap\">\r\n\t<div class=\"imagebox-container\">\r\n\t\t\t\t\t<div class=\"imagebox-image\">\r\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/sr-2.png\" alt=\"\">\r\n\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t<div class=\"imagebox-text\">\r\n\t\t\t\tRegistration on Balady Platform\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6f494e0 e-con-full e-flex e-con e-child\" data-id=\"6f494e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-831114e elementor-widget elementor-widget-rt-imagebox\" data-id=\"831114e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-imagebox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"imagebox-wrap\">\r\n\t<div class=\"imagebox-container\">\r\n\t\t\t\t\t<div class=\"imagebox-image\">\r\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/sys-02-1.png\" alt=\"\">\r\n\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t<div class=\"imagebox-text\">\r\n\t\t\t\tTransfer of License Ownership\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7525145 e-con-full e-flex e-con e-child\" data-id=\"7525145\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-758a50f elementor-widget elementor-widget-rt-imagebox\" data-id=\"758a50f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-imagebox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"imagebox-wrap\">\r\n\t<div class=\"imagebox-container\">\r\n\t\t\t\t\t<div class=\"imagebox-image\">\r\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/sr-3.png\" alt=\"\">\r\n\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t<div class=\"imagebox-text\">\r\n\t\t\t\tCommercial License Services\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3566c8d e-flex e-con-boxed e-con e-parent\" data-id=\"3566c8d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fb17b03 e-con-full e-flex e-con e-child\" data-id=\"fb17b03\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a04123 elementor-widget elementor-widget-rt-imagebox\" data-id=\"6a04123\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-imagebox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"imagebox-wrap\">\r\n\t<div class=\"imagebox-container\">\r\n\t\t\t\t\t<div class=\"imagebox-image\">\r\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/sr-5.png\" alt=\"\">\r\n\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t<div class=\"imagebox-text\">\r\n\t\t\t\tFollow-up on Municipal Requirements\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-79bc961 e-con-full e-flex e-con e-child\" data-id=\"79bc961\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac8d3ec elementor-widget elementor-widget-rt-imagebox\" data-id=\"ac8d3ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-imagebox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"imagebox-wrap\">\r\n\t<div class=\"imagebox-container\">\r\n\t\t\t\t\t<div class=\"imagebox-image\">\r\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/sr-4.png\" alt=\"\">\r\n\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t<div class=\"imagebox-text\">\r\n\t\t\t\tIssuance of Completion Certificates\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8f826f1 e-con-full e-flex e-con e-child\" data-id=\"8f826f1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a5bcc57 elementor-widget elementor-widget-rt-imagebox\" data-id=\"a5bcc57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-imagebox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"imagebox-wrap\">\r\n\t<div class=\"imagebox-container\">\r\n\t\t\t\t\t<div class=\"imagebox-image\">\r\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/sr-6.png\" alt=\"\">\r\n\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t<div class=\"imagebox-text\">\r\n\t\t\t\tIssuance of Installation Certificates\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dab48c6 e-flex e-con-boxed e-con e-parent\" data-id=\"dab48c6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d9b188 elementor-widget elementor-widget-spacer\" data-id=\"1d9b188\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5aa6910 e-flex e-con-boxed e-con e-parent\" data-id=\"5aa6910\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9d723be elementor-invisible elementor-widget elementor-widget-rt-title\" data-id=\"9d723be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sec-title style1\">\n\t<div class=\"sec-title-holder\">\t\t\n\t\t\t\t\t\t<h2 class=\"rtin-title hide fadeInUp\" data-wow-delay=\"1.2s\" data-wow-duration=\"1s\">Passport and Muqeem services<\/h2>\n\t\t\t\t<div class=\"hide fadeInUp\" data-wow-delay=\"1.4s\" data-wow-duration=\"1s\">\n\t\t\t<span class=\"section-line section-line-one\"><\/span>\n\t\t\t<span class=\"section-line section-line-two\"><\/span>\n\t\t\t<span class=\"section-line section-line-three\"><\/span>\n\t\t<\/div>\n\t<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d0307d0 e-flex e-con-boxed e-con e-parent\" data-id=\"d0307d0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bac1517 e-con-full e-flex e-con e-child\" data-id=\"bac1517\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c34c7b elementor-absolute elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"0c34c7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-616fd8e elementor-absolute elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"616fd8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67f0a7a elementor-absolute elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"67f0a7a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e3fce90 elementor-absolute elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"e3fce90\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ac602e elementor-absolute elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1ac602e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Registration in Absher Business<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91d939c elementor-absolute elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"91d939c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Residence (Iqama) printing services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2695768 elementor-absolute elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2695768\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Residence (Iqama) printing services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4405386 elementor-absolute elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4405386\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Airport services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-357de59 e-con-full e-flex e-con e-child\" data-id=\"357de59\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4cea94b elementor-widget elementor-widget-ma-image-layers\" data-id=\"4cea94b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ma-image-layers.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ma-image-layer as-image-layers\">\r\n            \r\n                <div class=\"image-layer-wrapper slide_right \" style=\"z-index: 1\">\r\n                    <div class=\"img-layer_item\" style=\"transform: translate(0px, 0%);\">\r\n                        <div class=\"image-layer-img\" style=\"transition: all 800ms; transition-delay: 400ms;\">\r\n                            <img decoding=\"async\" src=\"http:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/layer-2.png\" alt=\"layer-2\" \/>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            \r\n            \r\n                <div class=\"image-layer-wrapper slide_left \" style=\"z-index: 1\">\r\n                    <div class=\"img-layer_item\" style=\"transform: translate(0px, 0%);\">\r\n                        <div class=\"image-layer-img\" style=\"transition: all 800ms; transition-delay: 400ms;\">\r\n                            <img decoding=\"async\" src=\"http:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/layer-1.png\" alt=\"layer-1\" \/>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        \r\n        <script>\r\n        jQuery(document).ready(function($) {\r\n            $('.as-image-layers').each(function() {\r\n                var $this = $(this);\r\n                $this.appear(function() {\r\n                    $this.addClass('layer_animate');\r\n                }, {accX: 0, accY: -100});\r\n            });\r\n        });\r\n        <\/script>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9086cc1 e-con-full e-flex e-con e-child\" data-id=\"9086cc1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e9a1956 elementor-absolute elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e9a1956\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Muqeem Platform Setup<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1416e71 elementor-absolute elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1416e71\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Emergency services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7dc01e9 elementor-absolute elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7dc01e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Transfer of services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-145cee5 elementor-absolute elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"145cee5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a925fc elementor-absolute elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"9a925fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4db1c8 elementor-absolute elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"d4db1c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a998fa5 e-flex e-con-boxed e-con e-parent\" data-id=\"a998fa5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b8e9545 elementor-widget elementor-widget-spacer\" data-id=\"b8e9545\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3f7ef1e3 e-flex e-con-boxed e-con e-parent\" data-id=\"3f7ef1e3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15b8be99 elementor-widget elementor-widget-spacer\" data-id=\"15b8be99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29da73bc elementor-invisible elementor-widget elementor-widget-rt-title\" data-id=\"29da73bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sec-title style1\">\n\t<div class=\"sec-title-holder\">\t\t\n\t\t\t\t\t\t<h2 class=\"rtin-title hide fadeInUp\" data-wow-delay=\"1.2s\" data-wow-duration=\"1s\">Zakat, Tax, and Customs Services<\/h2>\n\t\t\t\t<div class=\"hide fadeInUp\" data-wow-delay=\"1.4s\" data-wow-duration=\"1s\">\n\t\t\t<span class=\"section-line section-line-one\"><\/span>\n\t\t\t<span class=\"section-line section-line-two\"><\/span>\n\t\t\t<span class=\"section-line section-line-three\"><\/span>\n\t\t<\/div>\n\t<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-190c2f1b e-flex e-con-boxed e-con e-parent\" data-id=\"190c2f1b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-170e2cc3 e-con-full e-flex e-con e-child\" data-id=\"170e2cc3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5568d03 elementor-invisible elementor-widget elementor-widget-rt-info-box\" data-id=\"5568d03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"info-box info-style8 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"info-overlay\"><\/div>\n\t<div class=\"rtin-item media-image\">\n\t\t\t\t            \n\t\t\t<span class=\"rtin-img\"><img decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/taxes-1.png\" class=\"attachment-full size-full wp-image-452\" alt=\"\" \/><\/span>  \n\t\t\t\t\t\t<h3 class=\"rtin-title\">Registration on the Salama Platform<\/h3>\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e952942 e-con-full e-flex e-con e-child\" data-id=\"e952942\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bb1da68 elementor-invisible elementor-widget elementor-widget-rt-info-box\" data-id=\"bb1da68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"info-box info-style8 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"info-overlay\"><\/div>\n\t<div class=\"rtin-item media-image\">\n\t\t\t\t            \n\t\t\t<span class=\"rtin-img\"><img decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/approved-1.png\" class=\"attachment-full size-full wp-image-453\" alt=\"\" \/><\/span>  \n\t\t\t\t\t\t<h3 class=\"rtin-title\">Issuance and renewal of licenses<\/h3>\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5739a56a e-con-full e-flex e-con e-child\" data-id=\"5739a56a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d0e1b5 elementor-invisible elementor-widget elementor-widget-rt-info-box\" data-id=\"0d0e1b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"info-box info-style8 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"info-overlay\"><\/div>\n\t<div class=\"rtin-item media-image\">\n\t\t\t\t            \n\t\t\t<span class=\"rtin-img\"><img decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/add-document-1.png\" class=\"attachment-full size-full wp-image-454\" alt=\"\" \/><\/span>  \n\t\t\t\t\t\t<h3 class=\"rtin-title\">Completion Certificate Issuance<\/h3>\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7a87e8dd e-con-full e-flex e-con e-child\" data-id=\"7a87e8dd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc19fb9 elementor-invisible elementor-widget elementor-widget-rt-info-box\" data-id=\"bc19fb9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"info-box info-style8 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"info-overlay\"><\/div>\n\t<div class=\"rtin-item media-image\">\n\t\t\t\t            \n\t\t\t<span class=\"rtin-img\"><img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/contract.png\" class=\"attachment-full size-full wp-image-458\" alt=\"\" \/><\/span>  \n\t\t\t\t\t\t<h3 class=\"rtin-title\">Safety Compliance Monitoring<\/h3>\n\t\t\t\t\n\t\t\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-73c142a e-flex e-con-boxed e-con e-parent\" data-id=\"73c142a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71f5d99 elementor-widget elementor-widget-spacer\" data-id=\"71f5d99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5595fb2 e-flex e-con-boxed e-con e-parent\" data-id=\"5595fb2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-440f04e elementor-invisible elementor-widget elementor-widget-rt-title\" data-id=\"440f04e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sec-title style1\">\n\t<div class=\"sec-title-holder\">\t\t\n\t\t\t\t\t\t<h2 class=\"rtin-title hide fadeInUp\" data-wow-delay=\"1.2s\" data-wow-duration=\"1s\">Ministry of Human Resources Services<\/h2>\n\t\t\t\t<div class=\"hide fadeInUp\" data-wow-delay=\"1.4s\" data-wow-duration=\"1s\">\n\t\t\t<span class=\"section-line section-line-one\"><\/span>\n\t\t\t<span class=\"section-line section-line-two\"><\/span>\n\t\t\t<span class=\"section-line section-line-three\"><\/span>\n\t\t<\/div>\n\t<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8033197 e-flex e-con-boxed e-con e-parent\" data-id=\"8033197\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1fc6b3c e-con-full e-flex e-con e-child\" data-id=\"1fc6b3c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-186e811 elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"186e811\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">01<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Opening an Establishment File<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-15a9b44 e-con-full e-flex e-con e-child\" data-id=\"15a9b44\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3cd4da8 elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"3cd4da8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">02<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Comprehensive Labor Office Services<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9b4c930 e-con-full e-flex e-con e-child\" data-id=\"9b4c930\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd00883 elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"fd00883\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">03<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Official Contract Attestation Services<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0fdd1ca e-con-full e-flex e-con e-child\" data-id=\"0fdd1ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-583d34b elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"583d34b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">04<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Work Permit Issuance &amp; Renewal<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4120395 e-flex e-con-boxed e-con e-parent\" data-id=\"4120395\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2587960 e-con-full e-flex e-con e-child\" data-id=\"2587960\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-629de8f elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"629de8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">05<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Sponsorship Transfer and Processing<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-152927c e-con-full e-flex e-con e-child\" data-id=\"152927c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5141ecf elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"5141ecf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">06<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Qiwa Platform Registration<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c5575db e-con-full e-flex e-con e-child\" data-id=\"c5575db\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9cf07ab elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"9cf07ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">07<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Recruitment &amp; Visa Services<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a92a4da e-con-full e-flex e-con e-child\" data-id=\"a92a4da\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5dec752 elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"5dec752\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">08<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Profession &amp; Data Modification<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e091ccf e-flex e-con-boxed e-con e-parent\" data-id=\"e091ccf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-65858e6 e-con-full e-flex e-con e-child\" data-id=\"65858e6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-813bfb5 e-con-full e-flex e-con e-child\" data-id=\"813bfb5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4dfe4f9 elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"4dfe4f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">09<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Iqama Issuance and Renewa<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e062601 e-con-full e-flex e-con e-child\" data-id=\"e062601\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f70130b elementor-invisible elementor-widget elementor-widget-rt-feature-box\" data-id=\"f70130b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-feature-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"feature-box feature-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item\">\t\t\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<span class=\"rtin-number\">10<\/span>\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Establishment Data Services<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3305fd3 e-con-full e-flex e-con e-child\" data-id=\"3305fd3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-364b3ac e-flex e-con-boxed e-con e-parent\" data-id=\"364b3ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18546df elementor-widget elementor-widget-spacer\" data-id=\"18546df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f4348e6 e-flex e-con-boxed e-con e-parent\" data-id=\"f4348e6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-22e7ca7 elementor-widget elementor-widget-spacer\" data-id=\"22e7ca7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d32f814 elementor-invisible elementor-widget elementor-widget-rt-title\" data-id=\"d32f814\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sec-title style1\">\n\t<div class=\"sec-title-holder\">\t\t\n\t\t\t\t\t\t<h2 class=\"rtin-title hide fadeInUp\" data-wow-delay=\"1.2s\" data-wow-duration=\"1s\">Civil Defense and Safety Services<\/h2>\n\t\t\t\t<div class=\"hide fadeInUp\" data-wow-delay=\"1.4s\" data-wow-duration=\"1s\">\n\t\t\t<span class=\"section-line section-line-one\"><\/span>\n\t\t\t<span class=\"section-line section-line-two\"><\/span>\n\t\t\t<span class=\"section-line section-line-three\"><\/span>\n\t\t<\/div>\n\t<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e6d7a31 e-flex e-con-boxed e-con e-parent\" data-id=\"e6d7a31\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-becf752 elementor-widget elementor-widget-image\" data-id=\"becf752\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"401\" height=\"402\" src=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/sd.png\" class=\"attachment-large size-large wp-image-419\" alt=\"\" srcset=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/sd.png 401w, https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/sd-300x300.png 300w, https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/sd-150x150.png 150w\" sizes=\"(max-width: 401px) 100vw, 401px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36757f9 e-flex e-con-boxed e-con e-parent\" data-id=\"36757f9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-051670f e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"051670f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f8a97e5 elementor-widget elementor-widget-image\" data-id=\"f8a97e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"120\" height=\"218\" src=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/g.png\" class=\"attachment-large size-large wp-image-424\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d497dd0 elementor-widget elementor-widget-image\" data-id=\"d497dd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"558\" height=\"215\" src=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/engaz.png\" class=\"attachment-large size-large wp-image-423\" alt=\"\" srcset=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/engaz.png 558w, https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/engaz-300x116.png 300w\" sizes=\"(max-width: 558px) 100vw, 558px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15b22d3 elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"15b22d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Issuance Certificate <br> Completion<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc914a0 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"cc914a0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2cffff7 elementor-widget elementor-widget-image\" data-id=\"2cffff7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"25\" height=\"118\" src=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/sky.png\" class=\"attachment-large size-large wp-image-433\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c80bca4 elementor-widget elementor-widget-image\" data-id=\"c80bca4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"559\" height=\"222\" src=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/slama.png\" class=\"attachment-large size-large wp-image-434\" alt=\"\" srcset=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/slama.png 559w, https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/slama-300x119.png 300w\" sizes=\"(max-width: 559px) 100vw, 559px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14ca89a elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"14ca89a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Salama Platform <br> Registration <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-30290a5 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"30290a5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34c68a6 elementor-widget elementor-widget-image\" data-id=\"34c68a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"28\" height=\"119\" src=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/blue.png\" class=\"attachment-large size-large wp-image-429\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c6522a elementor-widget elementor-widget-image\" data-id=\"7c6522a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"558\" height=\"220\" src=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/safety.png\" class=\"attachment-large size-large wp-image-432\" alt=\"\" srcset=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/safety.png 558w, https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/safety-300x118.png 300w\" sizes=\"(max-width: 558px) 100vw, 558px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00d1a21 elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"00d1a21\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Workplace Safety <br> Standards<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-58d6afd e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"58d6afd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-83f6705 elementor-widget elementor-widget-image\" data-id=\"83f6705\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"121\" height=\"220\" src=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/b.png\" class=\"attachment-large size-large wp-image-428\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aae6c09 elementor-widget elementor-widget-image\" data-id=\"aae6c09\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"558\" height=\"220\" src=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/l.png\" class=\"attachment-large size-large wp-image-436\" alt=\"\" srcset=\"https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/l.png 558w, https:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/l-300x118.png 300w\" sizes=\"(max-width: 558px) 100vw, 558px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f55a3d8 elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"f55a3d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">License Issuance <br> and\nRenewal<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-756cd18a elementor-section-stretched custom-height elementor-section-boxed elementor-section-height-default elementor-section-height-default rt-parallax-bg-no\" data-id=\"756cd18a\" data-element_type=\"section\" data-e-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-15de0a46\" data-id=\"15de0a46\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f3b416c elementor-widget elementor-widget-spacer\" data-id=\"f3b416c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-fc5b104 e-flex e-con-boxed e-con e-parent\" data-id=\"fc5b104\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d73438f elementor-invisible elementor-widget elementor-widget-rt-title\" data-id=\"d73438f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sec-title style1\">\n\t<div class=\"sec-title-holder\">\t\t\n\t\t\t\t<span class=\"sub-title hide fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">Smart Directions Services Company<\/span>\n\t\t\t\t\t\t<h2 class=\"rtin-title hide fadeInUp\" data-wow-delay=\"1.2s\" data-wow-duration=\"1s\">\" Your smart partner for business establishment and confident market entry \"<\/h2>\n\t\t\t\t<div class=\"hide fadeInUp\" data-wow-delay=\"1.4s\" data-wow-duration=\"1s\">\n\t\t\t<span class=\"section-line section-line-one\"><\/span>\n\t\t\t<span class=\"section-line section-line-two\"><\/span>\n\t\t\t<span class=\"section-line section-line-three\"><\/span>\n\t\t<\/div>\n\t<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-33da9ad9 e-flex e-con-boxed e-con e-parent\" data-id=\"33da9ad9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bb104f1 e-con-full e-flex e-con e-child\" data-id=\"bb104f1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d79e889 elementor-invisible elementor-widget elementor-widget-rt-title\" data-id=\"2d79e889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sec-title style1\">\n\t<div class=\"sec-title-holder\">\t\t\n\t\t\t\t<span class=\"sub-title hide fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">Why Choose Us<\/span>\n\t\t\t\t\t\t<h2 class=\"rtin-title hide fadeInUp\" data-wow-delay=\"1.2s\" data-wow-duration=\"1s\">Our Core Values and Operational Excellence<\/h2>\n\t\t\t\t<div class=\"hide fadeInUp\" data-wow-delay=\"1.4s\" data-wow-duration=\"1s\">\n\t\t\t<span class=\"section-line section-line-one\"><\/span>\n\t\t\t<span class=\"section-line section-line-two\"><\/span>\n\t\t\t<span class=\"section-line section-line-three\"><\/span>\n\t\t<\/div>\n\t<\/div>\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-5b491686 elementor-widget elementor-widget-ma-image-layers\" data-id=\"5b491686\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ma-image-layers.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ma-image-layer as-image-layers\">\r\n            \r\n                <div class=\"image-layer-wrapper fade_in \" style=\"z-index: 1\">\r\n                    <div class=\"img-layer_item\" style=\"transform: translate(0px, 0%);\">\r\n                        <div class=\"image-layer-img\" style=\"transition: all 800ms; transition-delay: 400ms;\">\r\n                            <img decoding=\"async\" src=\"http:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/05\/home-07.jpg\" alt=\"home-07\" \/>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        \r\n        <script>\r\n        jQuery(document).ready(function($) {\r\n            $('.as-image-layers').each(function() {\r\n                var $this = $(this);\r\n                $this.appear(function() {\r\n                    $this.addClass('layer_animate');\r\n                }, {accX: 0, accY: -100});\r\n            });\r\n        });\r\n        <\/script>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-41a2b19e e-con-full e-flex e-con e-child\" data-id=\"41a2b19e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c9c5183 elementor-invisible elementor-widget elementor-widget-rt-info-box\" data-id=\"c9c5183\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"info-box info-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item media-icon\">\t\t\n\t\t<div class=\"rtin-media\">\n\t\t\t \t\n\t\t\t\t\t\t\t<span class=\"rtin-icon\"><i class=\"far fa-eye\"><\/i><\/span>\n\t\t\t\t\t\t\t\n\t\t<\/div>\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Our Vision<\/h3>\n\t\t\t\t\t\t<div class=\"rtin-text\">The first and most trusted choice in company formation and business services in the Kingdom of Saudi Arabia, by providing professional services with high standards that contribute to the growth and sustainability of our clients\u2019 businesses.\n<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3437e457 elementor-invisible elementor-widget elementor-widget-rt-info-box\" data-id=\"3437e457\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"info-box info-style1 wow fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">\n\t<div class=\"rtin-item media-icon\">\t\t\n\t\t<div class=\"rtin-media\">\n\t\t\t \t\n\t\t\t\t\t\t\t<span class=\"rtin-icon\"><i class=\"fas fa-hand-holding-heart\"><\/i><\/span>\n\t\t\t\t\t\t\t\n\t\t<\/div>\n\t\t<div class=\"rtin-content\">\n\t\t\t\t\t\t<h3 class=\"rtin-title\">Our Mission<\/h3>\n\t\t\t\t\t\t<div class=\"rtin-text\">Provide practical and integrated solutions that support investors and business owners through all stages of establishing and operating their businesses, by simplifying procedures, saving time, and delivering reliable services that ensure a smooth and efficient experience, helping our clients achieve their goals with confidence and stability while reducing operational waste<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section data-speed=\"0.5\" data-bg-image=\"http:\/\/services.smartdirections-sa.com\/wp-content\/uploads\/2026\/03\/contact-bg-shape-1.png\" class=\"elementor-section elementor-top-section elementor-element elementor-element-533fcd23 elementor-section-stretched rt-parallax-bg-yes elementor-section-boxed elementor-section-height-default elementor-section-height-default rt-parallax-transition-off\" data-id=\"533fcd23\" data-element_type=\"section\" data-e-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-50 elementor-top-column elementor-element elementor-element-6c5a632a\" data-id=\"6c5a632a\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-43f1a070 elementor-widget elementor-widget-rt-contact-address\" data-id=\"43f1a070\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-contact-address.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"rtin-address-default address-style2\">\n\t<div class=\"rtin-address-info\">\n\t\t\t\t\t<div class=\"rtin-address\">\n\t\t\t\t\t\t\t\t\t<div class=\"rtin-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"rtin-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\" flaticon-location\"><\/i><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"rtin-info\"><h3>Found US<\/h3>Riyadh - Jeddah - Dammam<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"rtin-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"rtin-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\" flaticon-envelope\"><\/i><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"rtin-info\"><h3>Email Address<\/h3>info@smartdirections-sa.com<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"rtin-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"rtin-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\" flaticon-phone-call\"><\/i><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"rtin-info\"><h3>Call Us Free<\/h3>+966 54 223 2481 - +966 54 733 2044<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"rtin-button\">\n\t\t\t\t\t\t<a class=\"button-style-3 btn-common rt-animation-out\" href=\"https:\/\/services.smartdirections-sa.com\/?page_id=159\">Find Your Solution<svg\r\n            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n            xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"\r\n            width=\"34px\"\r\n            height=\"16px\"\r\n            viewBox=\"0 0 34.53 16\"\r\n            xml:space=\"preserve\"\r\n          >\r\n            <rect\r\n              class=\"rt-button-line\"\r\n              y=\"7.6\"\r\n              width=\"34\"\r\n              height=\".4\"\r\n            ><\/rect>\r\n            <g class=\"rt-button-cap-fake\">\r\n              <path\r\n                class=\"rt-button-cap\"\r\n                d=\"M25.83.7l.7-.7,8,8-.7.71Zm0,14.6,8-8,.71.71-8,8Z\"\r\n              ><\/path>\r\n            <\/g>\r\n          <\/svg><\/a>\n\t\t\t\t\t<\/div>\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n<\/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-top-column elementor-element elementor-element-268c57e8\" data-id=\"268c57e8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c81bf81 elementor-invisible elementor-widget elementor-widget-rt-title\" data-id=\"c81bf81\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rt-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sec-title style3\">\n\t<div class=\"sec-title-holder\">\n\t\t\t\t<span class=\"sub-title hide fadeInUp\" data-wow-delay=\"1s\" data-wow-duration=\"1s\">GET IN TOUCH<\/span>\n\t\t\t\t<h2 class=\"rtin-title hide fadeInUp\" data-wow-delay=\"1.2s\" data-wow-duration=\"1s\">Are you Ready for a Better, more Productive Business?<\/h2>\n\t<\/div>\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-1b293d6 fluentform-widget-submit-button-custom elementor-widget elementor-widget-fluent-form-widget\" data-id=\"1b293d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"fluent-form-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <div class=\"fluentform-widget-wrapper fluentform-widget-align-default\">\n\n            \n            <div class='fluentform ff-default fluentform_wrapper_1 ffs_default_wrap'><form data-form_id=\"1\" id=\"fluentform_1\" class=\"frm-fluent-form fluent_form_1 ff-el-form-top ff_form_instance_1_1 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_1_1\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Contact Form Demo<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='16' \/><input type=\"hidden\" id=\"_fluentform_1_fluentformnonce\" name=\"_fluentform_1_fluentformnonce\" value=\"50a7bc2094\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F16\" \/><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_names_first_name_' id='label_ff_1_names_first_name_' >First Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_1_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"First Name\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_names_last_name_' id='label_ff_1_names_last_name_' >Last Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[last_name]\" id=\"ff_1_names_last_name_\" class=\"ff-el-form-control\" placeholder=\"Last Name\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_email' id='label_ff_1_email' aria-label=\"Email\">Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_1_email\" class=\"ff-el-form-control\" placeholder=\"Email Address\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_subject' id='label_ff_1_subject' aria-label=\"Subject\">Subject<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"subject\" class=\"ff-el-form-control\" placeholder=\"Subject\" data-name=\"subject\" id=\"ff_1_subject\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_message' id='label_ff_1_message' aria-label=\"Your Message\">Your Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"true\" aria-labelledby=\"label_ff_1_message\" name=\"message\" id=\"ff_1_message\" class=\"ff-el-form-control\" placeholder=\"Your Message\" rows=\"4\" cols=\"2\" data-name=\"message\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\"  aria-label=\"Submit Form\">Submit Form<\/button><\/div><\/fieldset><\/form><div id='fluentform_1_errors' class='ff-errors-in-stack ff_form_instance_1_1 ff-form-loading_errors ff_form_instance_1_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_1_1 = {\"id\":\"1\",\"ajaxUrl\":\"https:\\\/\\\/services.smartdirections-sa.com\\\/wp-admin\\\/admin-ajax.php\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_1_1\",\"form_id_selector\":\"fluentform_1\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"names[last_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"email\":{\"required\":{\"value\":true,\"message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\"}},\"subject\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"message\":{\"required\":{\"value\":true,\"message\":\"This field is required\"}}},\"debounce_time\":300};\n                            <\/script>\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<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Welcome To Smart Directions Services Incorporation Services get in touch 1500 Happy Clients ABOUT COMPANY Smart partner for starting &amp; launching your business with confidence. A company specialized in providing integrated solutions for entrepreneurs, offering company formation in Saudi Arabia, licensing, government procedures, and professional business support services. Success starts with a strong foundation. We [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-16","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/services.smartdirections-sa.com\/index.php?rest_route=\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/services.smartdirections-sa.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/services.smartdirections-sa.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/services.smartdirections-sa.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/services.smartdirections-sa.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=16"}],"version-history":[{"count":301,"href":"https:\/\/services.smartdirections-sa.com\/index.php?rest_route=\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":891,"href":"https:\/\/services.smartdirections-sa.com\/index.php?rest_route=\/wp\/v2\/pages\/16\/revisions\/891"}],"wp:attachment":[{"href":"https:\/\/services.smartdirections-sa.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}