{"id":643,"date":"2024-11-03T10:46:46","date_gmt":"2024-11-03T10:46:46","guid":{"rendered":"https:\/\/concordarabia.com\/en\/?page_id=643"},"modified":"2024-11-27T08:37:47","modified_gmt":"2024-11-27T08:37:47","slug":"home","status":"publish","type":"page","link":"https:\/\/www.concordarabia.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"643\" class=\"elementor elementor-643\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20937eb e-con-full e-flex e-con e-parent\" data-id=\"20937eb\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cdd1f54 elementor-widget elementor-widget-shortcode\" data-id=\"cdd1f54\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"video-section\">\n        <!-- Main Video Players with Multiple Sources -->\n                                                    <div class=\"video-wrapper\" id=\"videoWrapper-0\" >\n                    <video class=\"background-video\" \n                           id=\"mainVideoPlayer-0\" \n                           muted playsinline\n                           poster=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/first-video-poster.png\">\n                        <source src=\"https:\/\/concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/shutterstock_3499090439.mp4\" type=\"video\/mp4\">\n                        Your browser does not support HTML video.\n                    <\/video>\n                    <div class=\"text-overlay\" id=\"textOverlay-0\" data-lines='[&quot;Concord,  &quot;,&quot;a reliable&quot;,&quot;Broker&quot;]'>\n                        <h1 class=\"animated-text\" id=\"mainHeading-0\"><\/h1>\n                    <\/div>\n                <\/div>\n                                            <div class=\"video-wrapper\" id=\"videoWrapper-1\" >\n                    <video class=\"background-video\" \n                           id=\"mainVideoPlayer-1\" \n                           muted playsinline\n                           poster=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/second-video-poster.png\">\n                        <source src=\"https:\/\/concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/the-line-video-2.mp4\" type=\"video\/mp4\">\n                        Your browser does not support HTML video.\n                    <\/video>\n                    <div class=\"text-overlay\" id=\"textOverlay-1\" data-lines='[&quot;A trust that&quot;,&quot;ensures&quot;,&quot;your future&quot;]'>\n                        <h1 class=\"animated-text\" id=\"mainHeading-1\"><\/h1>\n                    <\/div>\n                <\/div>\n                                            <div class=\"video-wrapper\" id=\"videoWrapper-2\" >\n                    <video class=\"background-video\" \n                           id=\"mainVideoPlayer-2\" \n                           muted playsinline\n                           poster=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/third-video-poster.png\">\n                        <source src=\"https:\/\/concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/shutterstock_3412182475-2.mp4\" type=\"video\/mp4\">\n                        Your browser does not support HTML video.\n                    <\/video>\n                    <div class=\"text-overlay\" id=\"textOverlay-2\" data-lines='[&quot;Grow your&quot;,&quot;business safely&quot;,&quot;with Concord&quot;]'>\n                        <h1 class=\"animated-text\" id=\"mainHeading-2\"><\/h1>\n                    <\/div>\n                <\/div>\n                        <\/div>\n\n    <div class=\"content_vd_mdkhd\">\n        <!-- Video Thumbnails -->\n        <div class=\"video-thumbnails\">\n                                                                    <div class=\"thumbnail\" data-index=\"0\">\n                        <img decoding=\"async\" src=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/01-thumbnail-1.png\" alt=\"\">\n                    <\/div>\n                                                        <div class=\"thumbnail\" data-index=\"1\">\n                        <img decoding=\"async\" src=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/03-thumbnail-2.png\" alt=\"\">\n                    <\/div>\n                                                        <div class=\"thumbnail\" data-index=\"2\">\n                        <img decoding=\"async\" src=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/05-thumbnail-3.png\" alt=\"\">\n                    <\/div>\n                                    <\/div>\n    <\/div>\n\n    <script>\n            jQuery(document).ready(function($) {\n            let currentIndex = 0;\n            const totalVideos = $('.video-wrapper').length;\n            let sequentialVideoTimeout;\n        \n            \/\/ Reset all videos to their hidden state\n            function resetVideos() {\n                $('.video-wrapper').css({\n                    transform: 'translate3d(0, 0, 0)', \/\/ Move videos off-screen to the right\n                    opacity: 0,\n                    transition: 'transform 1s ease-in-out, opacity 1s ease-in-out',\n                });\n            }\n        \n            \/\/ Show video with translate3d and fade-in effect\n            function showVideo(index) {\n                resetVideos(); \/\/ Reset all videos\n                const currentWrapper = $(`#videoWrapper-${index}`);\n                currentWrapper.css({\n                    transform: 'translate3d(0, 0, 0)', \/\/ Bring video to the center\n                    opacity: 1, \/\/ Make video visible\n                });\n            }\n        \n            \/\/ Animate text lines sequentially\n            function animateText(videoIndex) {\n                const textOverlay = $(`#textOverlay-${videoIndex}`);\n                const lines = JSON.parse(textOverlay.attr('data-lines') || '[]');\n                const headingElement = $(`#mainHeading-${videoIndex}`);\n        \n                \/\/ Fade out and clear previous content\n                headingElement.fadeOut(500, function() {\n                    headingElement.empty(); \/\/ Clear previous content\n        \n                    \/\/ Once faded out and cleared, fade in new text lines\n                    lines.forEach(function(line, index) {\n                        const lineElement = $('<span>').text(line);\n                        headingElement.append(lineElement);\n                        setTimeout(function() {\n                            lineElement.css({\n                                'opacity': '1',\n                                'transform': 'translateY(0)',\n                                'visibility': 'visible'\n                            });\n                        }, index * 600); \/\/ Delay each line by 600ms\n                    });\n        \n                    headingElement.fadeIn(500); \/\/ Fade in the new content\n                });\n            }\n        \n            \/\/ Function to play the video at a specific index for 4 seconds\n            function playVideoForFourSeconds(index) {\n                \/\/ Select the current video and wrapper\n                const currentVideoElement = $(`#mainVideoPlayer-${index}`)[0];\n        \n                \/\/ Check if the video element exists\n                if (!currentVideoElement) {\n                    console.error(`Video element with index ${index} not found.`);\n                    return;\n                }\n        \n                \/\/ Show the current video\n                showVideo(index);\n        \n                \/\/ Play video and animate text after bringing it into view\n                const playPromise = currentVideoElement.play();\n                if (playPromise !== undefined) {\n                    playPromise.then(() => {\n                        animateText(index);\n                    }).catch((error) => {\n                        console.warn(`Video play was prevented: ${error}`);\n                    });\n                } else {\n                    animateText(index);\n                }\n        \n                \/\/ Schedule the next video to play after 4 seconds\n                sequentialVideoTimeout = setTimeout(function() {\n                    currentVideoElement.pause();\n                    currentVideoElement.currentTime = 0; \/\/ Reset the current video\n        \n                    \/\/ Move to the next video in the list\n                    currentIndex = (index + 1) % totalVideos;\n        \n                    \/\/ Play the next video\n                    playVideoForFourSeconds(currentIndex);\n                }, 4000);\n            }\n        \n            \/\/ Start the sequence when the page loads\n            $(window).on('load', function() {\n                playVideoForFourSeconds(currentIndex);\n            });\n        \n            \/\/ Handle manual thumbnail click to change the video immediately\n            $('.thumbnail').click(function() {\n                \/\/ Clear the sequential video timeout to allow manual play\n                clearTimeout(sequentialVideoTimeout);\n        \n                \/\/ Pause all videos\n                $('.background-video').each(function() {\n                    this.pause();\n                    this.currentTime = 0;\n                });\n        \n                \/\/ Get the index of the clicked thumbnail\n                const index = $(this).data('index');\n                currentIndex = index;\n        \n                \/\/ Play the selected video for 4 seconds\n                playVideoForFourSeconds(currentIndex);\n            });\n        });\n\n    <\/script>\n\n    \n    <style>\n\n.text-overlay{\n    position: relative;\n    max-width: 1320px;\n    margin: 0 auto;\n}\n\n.animated-text{\n    position: relative;\n    z-index: 5;\n}\n\n.video-wrapper {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    opacity: 0;\n    transition: transform 1s ease-in-out, opacity 1s ease-in-out;\n}\n.video-wrapper:first-child {\n    transform: translate3d(0, 0, 0); \/* Make the first video visible *\/\n    opacity: 1;\n}\n\n    <\/style>\n\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e7cd1ce e-flex e-con-boxed e-con e-parent\" data-id=\"e7cd1ce\" data-element_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-d199097 e-con-full e-flex e-con e-child\" data-id=\"d199097\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-90adbe4 elementor-widget elementor-widget-heading\" data-id=\"90adbe4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Concord?\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4acf52b elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"4acf52b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tTawafuq Al Wostaa for Insurance Brokerage (Concord) is one of the leading companies in the insurance brokerage field in Saudi Arabia. It was established in 2016 and obtained a license from the Saudi Insurance Authority to provide insurance brokerage solutions within the Saudi market.\t\t\t\t\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-a3616c7 e-flex e-con-boxed e-con e-parent\" data-id=\"a3616c7\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-11cb02f e-con-full e-flex e-con e-child\" data-id=\"11cb02f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-26a0df7 e-con-full serv_card_mdkhd e-flex e-con e-child\" data-id=\"26a0df7\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e267bd7 e-con-full e-flex e-con e-child\" data-id=\"e267bd7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-095ccbc serv_card_mdkhd elementor-hidden-desktop elementor-widget elementor-widget-image\" data-id=\"095ccbc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"590\" height=\"400\" src=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/Subtract_1_1-transformed.png\" class=\"attachment-full size-full wp-image-4194\" alt=\"\" srcset=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/Subtract_1_1-transformed.png 590w, https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/Subtract_1_1-transformed-300x203.png 300w\" sizes=\"auto, (max-width: 590px) 100vw, 590px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4b3871 serv_card_cont_mdkhd elementor-widget elementor-widget-heading\" data-id=\"d4b3871\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Diverse Professional Expertise<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e8a682 serv_card_cont_mdkhd elementor-widget elementor-widget-text-editor\" data-id=\"8e8a682\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We have the professional expertise that allows us to provide the best insurance experience to our partners<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5503c63 serv_card_cont_mdkhd elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5503c63\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dce7d53 e-con-full serv_card_mdkhd e-flex e-con e-child\" data-id=\"dce7d53\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-13f577d e-con-full e-flex e-con e-child\" data-id=\"13f577d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afa3c2c elementor-hidden-desktop serv_card_mdkhd elementor-widget elementor-widget-image\" data-id=\"afa3c2c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"295\" height=\"200\" src=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/Subtract-1.png\" class=\"attachment-full size-full wp-image-1054\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fadf628 serv_card_cont_mdkhd elementor-widget elementor-widget-heading\" data-id=\"fadf628\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Our Trust is Built on Transparency<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-92391b8 serv_card_cont_mdkhd elementor-widget elementor-widget-text-editor\" data-id=\"92391b8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tWe believe that transparency is the fundamental pillar for building a sustainable, trust-based relationships with our partners \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-919423f serv_card_cont_mdkhd elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"919423f\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c77564 e-con-full serv_card_mdkhd e-flex e-con e-child\" data-id=\"6c77564\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d9f534d e-con-full e-flex e-con e-child\" data-id=\"d9f534d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c64a6ee elementor-hidden-desktop serv_card_mdkhd elementor-widget elementor-widget-image\" data-id=\"c64a6ee\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"295\" height=\"200\" src=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/Subtract-2.png\" class=\"attachment-full size-full wp-image-1070\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e9da32 serv_card_cont_mdkhd elementor-widget elementor-widget-heading\" data-id=\"8e9da32\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Comprehensive Solutions<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37e01ef serv_card_cont_mdkhd elementor-widget elementor-widget-text-editor\" data-id=\"37e01ef\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tWe provide the ideal insurance solutions that aligns with all  our partners requirements.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c7bc38f serv_card_cont_mdkhd elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c7bc38f\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-979e4da e-con-full serv_card_mdkhd e-flex e-con e-child\" data-id=\"979e4da\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5f4a8a9 e-con-full e-flex e-con e-child\" data-id=\"5f4a8a9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72f37b7 elementor-hidden-desktop serv_card_mdkhd elementor-widget elementor-widget-image\" data-id=\"72f37b7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"295\" height=\"200\" src=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/Subtract-2_-_Edited-transformed.webp\" class=\"attachment-full size-full wp-image-3663\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bcdde52 serv_card_cont_mdkhd elementor-widget elementor-widget-heading\" data-id=\"bcdde52\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Extensive experience in the Saudi insurance market<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e9f6844 serv_card_cont_mdkhd elementor-widget elementor-widget-text-editor\" data-id=\"e9f6844\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tConcord has the reliable experience in the Saudi insurance market, which enhances the trust gained with our partners.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3324d4c serv_card_cont_mdkhd elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3324d4c\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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<\/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-af80bb6 e-flex e-con-boxed e-con e-parent\" data-id=\"af80bb6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4a88fde e-con-full e-flex e-con e-child\" data-id=\"4a88fde\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3515771 elementor-widget elementor-widget-heading\" data-id=\"3515771\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Journey in the Saudi Insurance Market\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e9d5264 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"e9d5264\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1328\" height=\"1195\" src=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/step-1-1.png\" class=\"attachment-full size-full wp-image-4224\" alt=\"\" srcset=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/step-1-1.png 1328w, https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/step-1-1-300x270.png 300w, https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/step-1-1-1024x921.png 1024w, https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/step-1-1-768x691.png 768w\" sizes=\"auto, (max-width: 1328px) 100vw, 1328px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6470a22 elementor-hidden-desktop elementor-widget elementor-widget-image\" data-id=\"6470a22\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"342\" height=\"2826\" src=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/step-phone-LAST.png\" class=\"attachment-full size-full wp-image-4253\" alt=\"\" srcset=\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/step-phone-LAST.png 342w, https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/step-phone-LAST-124x1024.png 124w, https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/step-phone-LAST-186x1536.png 186w, https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/step-phone-LAST-248x2048.png 248w\" sizes=\"auto, (max-width: 342px) 100vw, 342px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-6f7b150 e-flex e-con-boxed e-con e-parent\" data-id=\"6f7b150\" data-element_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-62fbcc4 e-con-full e-flex e-con e-child\" data-id=\"62fbcc4\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1c462a6 e-con-full e-flex e-con e-child\" data-id=\"1c462a6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-98fb89b counter_box_mdkhd elementor-widget elementor-widget-counter\" data-id=\"98fb89b\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Annual insurance consultation<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><span class=\"counter_p_mdkhd\">+<\/span><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"2000\" data-from-value=\"300\" data-delimiter=\",\">300<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59fdec4 hori_line_mdkhd hori_line_1_mdkhd elementor-widget-tablet__width-initial elementor-widget elementor-widget-html\" data-id=\"59fdec4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f2f6747 e-con-full e-flex e-con e-child\" data-id=\"f2f6747\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c6c6621 counter_box_mdkhd elementor-widget elementor-widget-counter\" data-id=\"c6c6621\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Number of employee<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><span class=\"counter_p_mdkhd\">+<\/span><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"190\" data-from-value=\"20\">20<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54ba616 hori_line_mdkhd hori_line_1_mdkhd elementor-widget-tablet__width-initial elementor-widget elementor-widget-html\" data-id=\"54ba616\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c8352b e-con-full e-flex e-con e-child\" data-id=\"6c8352b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a9013db counter_box_mdkhd elementor-widget elementor-widget-counter\" data-id=\"a9013db\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Company branches<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><span class=\"counter_p_mdkhd\">+<\/span><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"3\" data-from-value=\"0\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/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-01caf02 tri_to_border_mdkhd e-flex e-con-boxed e-con e-parent\" data-id=\"01caf02\" data-element_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-f17a342 e-con-full e-flex e-con e-child\" data-id=\"f17a342\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cec1db2 elementor-align-center dropdown_2_mdkhd elementor-widget elementor-widget-button\" data-id=\"cec1db2\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M16.0005 1.86621C13.2052 1.86621 10.4727 2.69512 8.14847 4.24811C5.82425 5.8011 4.01275 8.00842 2.94303 10.591C1.87331 13.1735 1.59342 16.0152 2.13876 18.7568C2.6841 21.4984 4.03017 24.0167 6.00675 25.9933C7.98333 27.9699 10.5017 29.316 13.2433 29.8613C15.9848 30.4066 18.8266 30.1268 21.4091 29.057C23.9916 27.9873 26.199 26.1758 27.752 23.8516C29.305 21.5274 30.1339 18.7949 30.1339 15.9995C30.1303 12.2522 28.6402 8.65942 25.9904 6.00967C23.3407 3.35992 19.7478 1.86974 16.0005 1.86621ZM16.0005 28.5329C13.5217 28.5329 11.0985 27.7978 9.03738 26.4206C6.97628 25.0435 5.36986 23.086 4.42124 20.7958C3.47262 18.5057 3.22442 15.9856 3.70802 13.5544C4.19162 11.1232 5.3853 8.88996 7.13812 7.13714C8.89094 5.38432 11.1242 4.19064 13.5554 3.70704C15.9866 3.22343 18.5067 3.47164 20.7968 4.42025C23.087 5.36887 25.0444 6.9753 26.4216 9.0364C27.7988 11.0975 28.5339 13.5207 28.5339 15.9995C28.5303 19.3225 27.2087 22.5084 24.859 24.8581C22.5093 27.2077 19.3235 28.5293 16.0005 28.5329ZM21.4005 17.8662C21.4741 17.9415 21.5321 18.0305 21.5712 18.1282C21.6103 18.2259 21.6298 18.3304 21.6286 18.4356C21.6273 18.5409 21.6054 18.6448 21.564 18.7416C21.5226 18.8384 21.4625 18.926 21.3872 18.9995C21.3119 19.0731 21.2229 19.1311 21.1252 19.1702C21.0275 19.2093 20.923 19.2288 20.8178 19.2276C20.7125 19.2264 20.6086 19.2044 20.5118 19.163C20.4151 19.1216 20.3274 19.0615 20.2539 18.9862L16.0005 14.6662L11.7339 19.0129C11.6675 19.1139 11.5791 19.1985 11.4753 19.2604C11.3715 19.3223 11.2551 19.3599 11.1347 19.3704C11.0143 19.3809 10.8931 19.3639 10.7802 19.3209C10.6673 19.2778 10.5656 19.2097 10.4828 19.1217C10.4 19.0337 10.3382 18.9281 10.302 18.8128C10.2659 18.6975 10.2563 18.5755 10.274 18.456C10.2918 18.3364 10.3364 18.2225 10.4045 18.1226C10.4726 18.0228 10.5624 17.9397 10.6672 17.8795L15.5605 12.9862C15.6795 12.866 15.8336 12.7867 16.0005 12.7595C16.1051 12.7603 16.2085 12.7819 16.3047 12.8231C16.4009 12.8643 16.4878 12.9243 16.5605 12.9995L21.4005 17.8662Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Know More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23d936d elementor-widget__width-initial bottom_coun_mdkhd elementor-widget elementor-widget-counter\" data-id=\"23d936d\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Number of Medical Insurance Benefiters <\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><span class=\"counter_p_mdkhd\">+<\/span><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"500000\" data-from-value=\"100000\" data-delimiter=\",\">100000<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2e7f8c1 e-con-full counter_box_dev elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"2e7f8c1\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8eecc25 e-con-full e-flex e-con e-child\" data-id=\"8eecc25\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2259bb3 e-con-full e-flex e-con e-child\" data-id=\"2259bb3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c132a7c elementor-widget__width-inherit bottom_coun_mdkhd elementor-widget elementor-widget-counter\" data-id=\"c132a7c\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Number of handled claims Per year<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><span class=\"counter_p_mdkhd\">+<\/span><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"30000\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-64f6c33 hori_line_mdkhd elementor-widget-tablet__width-initial elementor-widget elementor-widget-html\" data-id=\"64f6c33\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8365086 e-con-full e-flex e-con e-child\" data-id=\"8365086\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07c3bde elementor-widget__width-inherit bottom_coun_mdkhd elementor-widget elementor-widget-counter\" data-id=\"07c3bde\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Number of handled medical approvals Per Year <\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><span class=\"counter_p_mdkhd\">+<\/span><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"8000\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2db36a8 hori_line_mdkhd elementor-widget-tablet__width-initial elementor-widget elementor-widget-html\" data-id=\"2db36a8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-37cf7be e-con-full e-flex e-con e-child\" data-id=\"37cf7be\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c9cb6c7 elementor-widget__width-inherit bottom_coun_mdkhd elementor-widget elementor-widget-counter\" data-id=\"c9cb6c7\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Number of success insurance transactions Per Year <\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><span class=\"counter_p_mdkhd\">+<\/span><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"50000\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1925edc hori_line_mdkhd elementor-widget-tablet__width-initial elementor-widget elementor-widget-html\" data-id=\"1925edc\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-399c078 e-con-full e-flex e-con e-child\" data-id=\"399c078\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8aec950 elementor-widget__width-inherit bottom_coun_mdkhd elementor-widget elementor-widget-counter\" data-id=\"8aec950\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Number of Insured Vehicles <\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><span class=\"counter_p_mdkhd\">+<\/span><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"400000\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Why Concord? Tawafuq Al Wostaa for Insurance Brokerage (Concord) is one of the leading companies in the insurance brokerage field in Saudi Arabia. It was established in 2016 and obtained a license from the Saudi Insurance Authority to provide insurance brokerage solutions within the Saudi market. Diverse Professional Expertise We have the professional expertise that [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-643","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Home - Concord Insurance Brokerage<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.concordarabia.com\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Concord Insurance Brokerage\" \/>\n<meta property=\"og:description\" content=\"Why Concord? Tawafuq Al Wostaa for Insurance Brokerage (Concord) is one of the leading companies in the insurance brokerage field in Saudi Arabia. It was established in 2016 and obtained a license from the Saudi Insurance Authority to provide insurance brokerage solutions within the Saudi market. Diverse Professional Expertise We have the professional expertise that [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.concordarabia.com\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"Concord Insurance Brokerage\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-27T08:37:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/Subtract_1_1-transformed.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.concordarabia.com\/en\/\",\"url\":\"https:\/\/www.concordarabia.com\/en\/\",\"name\":\"Home - Concord Insurance Brokerage\",\"isPartOf\":{\"@id\":\"https:\/\/www.concordarabia.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.concordarabia.com\/en\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.concordarabia.com\/en\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/Subtract_1_1-transformed.png\",\"datePublished\":\"2024-11-03T10:46:46+00:00\",\"dateModified\":\"2024-11-27T08:37:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.concordarabia.com\/en\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.concordarabia.com\/en\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.concordarabia.com\/en\/#primaryimage\",\"url\":\"https:\/\/concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/Subtract_1_1-transformed.png\",\"contentUrl\":\"https:\/\/concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/Subtract_1_1-transformed.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.concordarabia.com\/en\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.concordarabia.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.concordarabia.com\/en\/#website\",\"url\":\"https:\/\/www.concordarabia.com\/en\/\",\"name\":\"Concord Insurance Brokerage\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.concordarabia.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.concordarabia.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.concordarabia.com\/en\/#organization\",\"name\":\"Concord Insurance Brokerage\",\"url\":\"https:\/\/www.concordarabia.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.concordarabia.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/10\/New-Project-8.png\",\"contentUrl\":\"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/10\/New-Project-8.png\",\"width\":350,\"height\":100,\"caption\":\"Concord Insurance Brokerage\"},\"image\":{\"@id\":\"https:\/\/www.concordarabia.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Concord Insurance Brokerage","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.concordarabia.com\/en\/","og_locale":"en_US","og_type":"article","og_title":"Home - Concord Insurance Brokerage","og_description":"Why Concord? Tawafuq Al Wostaa for Insurance Brokerage (Concord) is one of the leading companies in the insurance brokerage field in Saudi Arabia. It was established in 2016 and obtained a license from the Saudi Insurance Authority to provide insurance brokerage solutions within the Saudi market. Diverse Professional Expertise We have the professional expertise that [&hellip;]","og_url":"https:\/\/www.concordarabia.com\/en\/","og_site_name":"Concord Insurance Brokerage","article_modified_time":"2024-11-27T08:37:47+00:00","og_image":[{"url":"https:\/\/concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/Subtract_1_1-transformed.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.concordarabia.com\/en\/","url":"https:\/\/www.concordarabia.com\/en\/","name":"Home - Concord Insurance Brokerage","isPartOf":{"@id":"https:\/\/www.concordarabia.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.concordarabia.com\/en\/#primaryimage"},"image":{"@id":"https:\/\/www.concordarabia.com\/en\/#primaryimage"},"thumbnailUrl":"https:\/\/concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/Subtract_1_1-transformed.png","datePublished":"2024-11-03T10:46:46+00:00","dateModified":"2024-11-27T08:37:47+00:00","breadcrumb":{"@id":"https:\/\/www.concordarabia.com\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.concordarabia.com\/en\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.concordarabia.com\/en\/#primaryimage","url":"https:\/\/concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/Subtract_1_1-transformed.png","contentUrl":"https:\/\/concordarabia.com\/en\/wp-content\/uploads\/2024\/11\/Subtract_1_1-transformed.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.concordarabia.com\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.concordarabia.com\/en\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/www.concordarabia.com\/en\/#website","url":"https:\/\/www.concordarabia.com\/en\/","name":"Concord Insurance Brokerage","description":"","publisher":{"@id":"https:\/\/www.concordarabia.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.concordarabia.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.concordarabia.com\/en\/#organization","name":"Concord Insurance Brokerage","url":"https:\/\/www.concordarabia.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.concordarabia.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/10\/New-Project-8.png","contentUrl":"https:\/\/www.concordarabia.com\/en\/wp-content\/uploads\/2024\/10\/New-Project-8.png","width":350,"height":100,"caption":"Concord Insurance Brokerage"},"image":{"@id":"https:\/\/www.concordarabia.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.concordarabia.com\/en\/wp-json\/wp\/v2\/pages\/643","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.concordarabia.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.concordarabia.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.concordarabia.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.concordarabia.com\/en\/wp-json\/wp\/v2\/comments?post=643"}],"version-history":[{"count":533,"href":"https:\/\/www.concordarabia.com\/en\/wp-json\/wp\/v2\/pages\/643\/revisions"}],"predecessor-version":[{"id":4256,"href":"https:\/\/www.concordarabia.com\/en\/wp-json\/wp\/v2\/pages\/643\/revisions\/4256"}],"wp:attachment":[{"href":"https:\/\/www.concordarabia.com\/en\/wp-json\/wp\/v2\/media?parent=643"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}