{"id":1357,"date":"2017-06-10T08:25:52","date_gmt":"2017-06-10T08:25:52","guid":{"rendered":"http:\/\/xtratheme.combuilding\/?page_id=10"},"modified":"2022-06-16T08:57:08","modified_gmt":"2022-06-16T08:57:08","slug":"contact","status":"publish","type":"page","link":"https:\/\/h4hi.org\/en\/contact","title":{"rendered":"Contact"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1357\" class=\"elementor elementor-1357\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6dd7d0b elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"6dd7d0b\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b3f0399\" data-id=\"b3f0399\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-402db13 elementor-widget elementor-widget-cz_google_map\" data-id=\"402db13\" data-element_type=\"widget\" data-widget_type=\"cz_google_map.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"cz6943\" class=\"gmap\" data-api-key=\"AIzaSyBtD89e_63nmA6xcZWW4y0s5Ll9HPTCvVQ\"> <\/div><script>\r\n\r\n\t\tfunction mapfunction_cz6943() {\r\n\r\n\t\t\tconst codevzPlusWaitForOverlay = setInterval(() => {\r\n\r\n\t\t\t\tif (typeof google.maps.OverlayView !== \"undefined\") {\r\n\r\n\t\t\t\t\tclearInterval(codevzPlusWaitForOverlay);\r\n\r\n\t\t\t\t\tgoogle.maps.Map.prototype.setCenterWithOffset = function(latlng, offsetX, offsetY) {\r\n\t\t\t\t\t    var map = this;\r\n\t\t\t\t\t    var ov = new google.maps.OverlayView();\r\n\t\t\t\t\t    ov.onAdd = function() {\r\n\t\t\t\t\t        var proj = this.getProjection();\r\n\t\t\t\t\t        var aPoint = proj.fromLatLngToContainerPixel(latlng);\r\n\t\t\t\t\t        aPoint.x = aPoint.x+offsetX;\r\n\t\t\t\t\t        aPoint.y = aPoint.y+offsetY;\r\n\t\t\t\t\t        map.setCenter(proj.fromContainerPixelToLatLng(aPoint));\r\n\t\t\t\t\t    }; \r\n\t\t\t\t\t    ov.draw = function() {}; \r\n\t\t\t\t\t    ov.setMap(this); \r\n\t\t\t\t\t};\r\n\r\n\t\t\t\t\tvar windx = jQuery(window), \r\n\r\n\t\t\t\t\t\tlatlng = { lat:25.160851, lng:55.215976},\r\n\r\n\t\t\t\t\t\tmyOptions = {\r\n\t\t\t\t\t\t\tmapId: \"\",\r\n\t\t\t\t\t\t\tzoom: 14,\r\n\t\t\t\t\t\t\tscrollwheel: false,\r\n\t\t\t\t\t\t\tdisableDefaultUI: false,\r\n\t\t\t\t\t\t\tcenter: latlng,\r\n\t\t\t\t\t\t\tfullscreenControl: false,\r\n\t\t\t\t\t\t\tmapTypeControl: false,\r\n\t\t\t\t\t\t\tkeyboardShortcuts: false\r\n\t\t\t\t\t\t},\r\n\r\n\t\t\t\t\t\tcz6943 = new google.maps.Map(document.getElementById(\"cz6943\"), myOptions ),\r\n\r\n\t\t\t\t\t\tsetCenterOffset = function() {\r\n\r\n\t\t\t\t\t\t\tif ( windx.width() < 768 ) {\r\n\t\t\t\t\t\t\t\tcz6943.setCenterWithOffset( latlng, 0, 0 );\r\n\t\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t\tcz6943.setCenterWithOffset( latlng, 0, 0 );\r\n\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t};\r\n\r\n\t\t\t\t\t\tsetCenterOffset();\r\n\r\n\t\t\t\t\t\twindx.on( \"resize\", function() {\r\n\t\t\t\t\t\t\tsetCenterOffset();\r\n\t\t\t\t\t\t});\r\n\t\t\t\t\tvar styles = [{\"featureType\": \"all\",stylers: [{ hue: \"#4C64EA\" },{ saturation: -20}]}];var styledMap = new google.maps.StyledMapType(styles,{name: \"Styled Map\"});cz6943.mapTypes.set(\"map_style\", styledMap);  cz6943.setMapTypeId(\"map_style\");class CustomMarker extends google.maps.OverlayView {\r\n\t\t\t\t\t\t    constructor(position, map) {\r\n\t\t\t\t\t\t        super();\r\n\t\t\t\t\t\t        this.position = position;\r\n\t\t\t\t\t\t        this.map = map;\r\n\t\t\t\t\t\t        this.div = null;\r\n\t\t\t\t\t\t        this.setMap(map);\r\n\t\t\t\t\t\t    }\r\n\r\n\t\t\t\t\t\t    onAdd() {\r\n\t\t\t\t\t\t        this.div = document.createElement(\"div\");\r\n\t\t\t\t\t\t        this.div.style.position = \"absolute\";\r\n\t\t\t\t\t\t        this.div.style.cursor = \"pointer\";\r\n\t\t\t\t\t\t        this.div.style.transform = \"translate(-50%, -100%)\";\r\n\t\t\t\t\t\t        this.div.innerHTML = `<div style=\"position:relative; text-align:center;\">\r\n\t\t\t\t\t\t                                <div style=\"position:absolute;top: -10px;left: 50%;transform: translate(-50%, -100%);background: white;color: #202020;padding: 15px 20px;border-radius: 2px;font-size: 15px;white-space: nowrap;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);display: none;font-family: Arial, sans-serif;\" class=\"tooltip\">\r\n\t\t\t\t\t\t                                \t\u0639\u0646\u0648\u0627\u0646\r\n\t\t\t\t\t\t                                <\/div>\r\n\t\t\t\t\t\t                                <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/h4hi.org\/wp-content\/uploads\/2018\/08\/pin-cons-1.png?fit=64%2C64&#038;ssl=1\" style=\"display:block;\" \/>\r\n\t\t\t\t\t\t                              <\/div>`;\r\n\r\n\t\t\t\t\t\t        this.getPanes().overlayMouseTarget.appendChild(this.div);\r\n\t\t\t\t\t\t        this.tooltip = this.div.querySelector(\".tooltip\");\r\n\r\n\t\t\t\t\t\t        \/\/ Show title on click\r\n\t\t\t\t\t\t        this.div.addEventListener(\"click\", (event) => {\r\n\t\t\t\t\t\t            event.stopPropagation();\r\n\t\t\t\t\t\t            this.tooltip.style.display = this.tooltip.style.display === \"block\" ? \"none\" : \"block\";\r\n\t\t\t\t\t\t        });\r\n\r\n\t\t\t\t\t\t        \/\/ Hide title when clicking outside\r\n\t\t\t\t\t\t        google.maps.event.addListener(this.map, \"click\", () => {\r\n\t\t\t\t\t\t            this.tooltip.style.display = \"none\";\r\n\t\t\t\t\t\t        });\r\n\t\t\t\t\t\t    }\r\n\r\n\t\t\t\t\t\t    draw() {\r\n\t\t\t\t\t\t        const overlayProjection = this.getProjection();\r\n\t\t\t\t\t\t        const position = overlayProjection.fromLatLngToDivPixel(this.position);\r\n\r\n\t\t\t\t\t\t        if (position && this.div) {\r\n\t\t\t\t\t\t            this.div.style.left = `${position.x}px`;\r\n\t\t\t\t\t\t            this.div.style.top = `${position.y}px`;\r\n\t\t\t\t\t\t        }\r\n\t\t\t\t\t\t    }\r\n\r\n\t\t\t\t\t\t    onRemove() {\r\n\t\t\t\t\t\t        if (this.div) {\r\n\t\t\t\t\t\t            this.div.parentNode.removeChild(this.div);\r\n\t\t\t\t\t\t            this.div = null;\r\n\t\t\t\t\t\t        }\r\n\t\t\t\t\t\t    }\r\n\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\/\/ Add a custom marker at a specific location\r\n\t\t\t\t\t\tnew CustomMarker(new google.maps.LatLng(25.160851, 55.215976), cz6943);}}, 250 );}<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-28f433b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"28f433b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-d089df5\" data-id=\"d089df5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8ef29c8 elementor-widget elementor-widget-cz_title\" data-id=\"8ef29c8\" data-element_type=\"widget\" data-widget_type=\"cz_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\r\n\t\t<div>\r\n\t\t\t<div class=\"cz_title clr cz_mobile_text_center cz_title_ba_line cz_title_pos_inline\"><div class=\"cz_title_content\"><div class=\"cz_wpe_content\"><h3><span style=\"font-size: 36px;\">The addresses of the branches of <span style=\"color: #0979d9;\">the organization<\/span><\/span><\/h3><\/div><div class=\"cz_title_line cz_line_after_title\"><span>_<\/span><\/div><\/div><\/div>\r\n\t\t<\/div>\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e3845d9 elementor-widget elementor-widget-cz_title\" data-id=\"e3845d9\" data-element_type=\"widget\" data-widget_type=\"cz_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\r\n\t\t<div>\r\n\t\t\t<div class=\"cz_title clr cz_mobile_text_center cz_title_pos_inline\"><div class=\"cz_title_content\"><div class=\"cz_wpe_content\"><p>?Where is the organization<\/p><p>It started its work inside Iraq after the fall of the previous regime on April 15, 2003. The organization is interested in providing a helping hand to the most vulnerable groups through four main offices at the present time and has representations all over Iraq:<\/p><p>\u00a0<\/p><\/div><\/div><\/div>\r\n\t\t<\/div>\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ec6395b elementor-alert-info elementor-widget elementor-widget-alert\" data-id=\"ec6395b\" data-element_type=\"widget\" data-widget_type=\"alert.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-alert\" role=\"alert\">\n\n\t\t\t\t\t\t<span class=\"elementor-alert-title\">Head office<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"elementor-alert-description\">Baghdad office is the main office of the organization\n<\/span>\n\t\t\t\n\t\t\t\t\t\t<button type=\"button\" class=\"elementor-alert-dismiss\" aria-label=\"Dismiss this alert.\">\n\t\t\t\t\t\t\t\t\t<span aria-hidden=\"true\">&times;<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d65697c elementor-alert-info elementor-widget elementor-widget-alert\" data-id=\"d65697c\" data-element_type=\"widget\" data-widget_type=\"alert.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-alert\" role=\"alert\">\n\n\t\t\t\t\t\t<span class=\"elementor-alert-title\">Karbala office<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"elementor-alert-description\">It is practically the center of the Middle Euphrates<\/span>\n\t\t\t\n\t\t\t\t\t\t<button type=\"button\" class=\"elementor-alert-dismiss\" aria-label=\"Dismiss this alert.\">\n\t\t\t\t\t\t\t\t\t<span aria-hidden=\"true\">&times;<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-480e5fe elementor-alert-info elementor-widget elementor-widget-alert\" data-id=\"480e5fe\" data-element_type=\"widget\" data-widget_type=\"alert.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-alert\" role=\"alert\">\n\n\t\t\t\t\t\t<span class=\"elementor-alert-title\">Basra office<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"elementor-alert-description\">It is the regional office for the south<\/span>\n\t\t\t\n\t\t\t\t\t\t<button type=\"button\" class=\"elementor-alert-dismiss\" aria-label=\"Dismiss this alert.\">\n\t\t\t\t\t\t\t\t\t<span aria-hidden=\"true\">&times;<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12c4fcf elementor-alert-info elementor-widget elementor-widget-alert\" data-id=\"12c4fcf\" data-element_type=\"widget\" data-widget_type=\"alert.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-alert\" role=\"alert\">\n\n\t\t\t\t\t\t<span class=\"elementor-alert-title\">Diwaniyah branch <\/span>\n\t\t\t\n\t\t\t\n\t\t\t\t\t\t<button type=\"button\" class=\"elementor-alert-dismiss\" aria-label=\"Dismiss this alert.\">\n\t\t\t\t\t\t\t\t\t<span aria-hidden=\"true\">&times;<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc39098 elementor-alert-info elementor-widget elementor-widget-alert\" data-id=\"fc39098\" data-element_type=\"widget\" data-widget_type=\"alert.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-alert\" role=\"alert\">\n\n\t\t\t\t\t\t<span class=\"elementor-alert-title\">Salah El Din Branch<\/span>\n\t\t\t\n\t\t\t\n\t\t\t\t\t\t<button type=\"button\" class=\"elementor-alert-dismiss\" aria-label=\"Dismiss this alert.\">\n\t\t\t\t\t\t\t\t\t<span aria-hidden=\"true\">&times;<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2183839 elementor-alert-info elementor-widget elementor-widget-alert\" data-id=\"2183839\" data-element_type=\"widget\" data-widget_type=\"alert.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-alert\" role=\"alert\">\n\n\t\t\t\t\t\t<span class=\"elementor-alert-title\">Erbil office <\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"elementor-alert-description\">A representative of the Mosul office at the moment<\/span>\n\t\t\t\n\t\t\t\t\t\t<button type=\"button\" class=\"elementor-alert-dismiss\" aria-label=\"Dismiss this alert.\">\n\t\t\t\t\t\t\t\t\t<span aria-hidden=\"true\">&times;<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73f2587 elementor-widget elementor-widget-cz_title\" data-id=\"73f2587\" data-element_type=\"widget\" data-widget_type=\"cz_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\r\n\t\t<div>\r\n\t\t\t<div class=\"cz_title clr cz_mobile_text_center cz_title_ba_line cz_title_pos_inline\"><div class=\"cz_title_content\"><div class=\"cz_wpe_content\"><p><span style=\"font-size: 18px; color: #aaaaaa;\">Keep in contact with us<\/span><\/p><h3><span style=\"font-size: 36px;\">Keep in contact with <span style=\"color: #0979d9;\">us<\/span><\/span><\/h3><\/div><div class=\"cz_title_line cz_line_after_title\"><span>_<\/span><\/div><\/div><\/div>\r\n\t\t<\/div>\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02df12d elementor-widget elementor-widget-cz_contact_form_7\" data-id=\"02df12d\" data-element_type=\"widget\" data-widget_type=\"cz_contact_form_7.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"cz_cf7 clr\">\r\n\t\t\t<div>\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f791-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"791\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/1357#wpcf7-f791-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\" data-trp-original-action=\"\/en\/wp-json\/wp\/v2\/pages\/1357#wpcf7-f791-o1\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"791\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.4\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f791-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><label>Your Name (*) <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n<\/p>\n<p><label> Your E-mail (*) <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n<\/p>\n<p><label>Theme <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-subject\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" \/><\/span>\n<\/p>\n<p><label>Division <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"menu-178\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"menu-178\"><option value=\"\u0642\u0633\u0645 \u0627\u0644\u0623\u0639\u0645\u0627\u0644\">\u0642\u0633\u0645 \u0627\u0644\u0623\u0639\u0645\u0627\u0644<\/option><option value=\"\u0642\u0633\u0645 \u0627\u0644\u0634\u062e\u0635\u064a\u0629\">\u0642\u0633\u0645 \u0627\u0644\u0634\u062e\u0635\u064a\u0629<\/option><option value=\"\u0642\u0633\u0645 \u0627\u0644\u062f\u0639\u0645\">\u0642\u0633\u0645 \u0627\u0644\u062f\u0639\u0645<\/option><option value=\"\u0622\u062d\u0631\u0648\u0646\">\u0622\u062d\u0631\u0648\u0646<\/option><\/select><\/span>\n<\/p>\n<p><label> Message <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"send\" \/>\n<\/p><p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"_wpcf7_ak_\"><label>&#916;<textarea name=\"_wpcf7_ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"_wpcf7_ak_js\" value=\"104\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n<\/div>\n<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-51097e7\" data-id=\"51097e7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0f9b8b2 elementor-widget elementor-widget-cz_image\" data-id=\"0f9b8b2\" data-element_type=\"widget\" data-widget_type=\"cz_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t<div class=\"cz_image clr cz_image_no_fx center_on_mobile\" data-position=\"\">\r\n\r\n\t\t\t<div>\r\n\r\n\t\t\t\t<div class=\"cz_image_in\">\r\n\r\n\t\t\t\t\t<div class=\"cz_main_image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"926\" height=\"637\" src=\"https:\/\/i0.wp.com\/h4hi.org\/wp-content\/uploads\/2022\/06\/86b2301b-5820-4470-a5da-fb8836acee00.jpg?fit=926%2C637&amp;ssl=1\" class=\"attachment-full size-full wp-image-2094\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/h4hi.org\/wp-content\/uploads\/2022\/06\/86b2301b-5820-4470-a5da-fb8836acee00.jpg?w=926&amp;ssl=1 926w, https:\/\/i0.wp.com\/h4hi.org\/wp-content\/uploads\/2022\/06\/86b2301b-5820-4470-a5da-fb8836acee00.jpg?resize=300%2C206&amp;ssl=1 300w, https:\/\/i0.wp.com\/h4hi.org\/wp-content\/uploads\/2022\/06\/86b2301b-5820-4470-a5da-fb8836acee00.jpg?resize=768%2C528&amp;ssl=1 768w, https:\/\/i0.wp.com\/h4hi.org\/wp-content\/uploads\/2022\/06\/86b2301b-5820-4470-a5da-fb8836acee00.jpg?resize=600%2C413&amp;ssl=1 600w\" sizes=\"(max-width: 926px) 100vw, 926px\" \/><\/div>\r\n\r\n\t\t\t\t\t<div class=\"cz_hover_image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"926\" height=\"637\" src=\"https:\/\/i0.wp.com\/h4hi.org\/wp-content\/uploads\/2022\/06\/86b2301b-5820-4470-a5da-fb8836acee00.jpg?fit=926%2C637&amp;ssl=1\" class=\"attachment-full size-full wp-image-2094\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/h4hi.org\/wp-content\/uploads\/2022\/06\/86b2301b-5820-4470-a5da-fb8836acee00.jpg?w=926&amp;ssl=1 926w, https:\/\/i0.wp.com\/h4hi.org\/wp-content\/uploads\/2022\/06\/86b2301b-5820-4470-a5da-fb8836acee00.jpg?resize=300%2C206&amp;ssl=1 300w, https:\/\/i0.wp.com\/h4hi.org\/wp-content\/uploads\/2022\/06\/86b2301b-5820-4470-a5da-fb8836acee00.jpg?resize=768%2C528&amp;ssl=1 768w, https:\/\/i0.wp.com\/h4hi.org\/wp-content\/uploads\/2022\/06\/86b2301b-5820-4470-a5da-fb8836acee00.jpg?resize=600%2C413&amp;ssl=1 600w\" sizes=\"(max-width: 926px) 100vw, 926px\" \/><\/div>\r\n\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb9218c elementor-widget elementor-widget-cz_stylish_list\" data-id=\"fb9218c\" data-element_type=\"widget\" data-widget_type=\"cz_stylish_list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"cz_stylish_list clr center_on_mobile cz_sl_icon_hover_none\"><li class=\"elementor-repeater-item-2a8445f clr\"><a href=\"tel:0018003334455\"><div class=\"cz_sl_icon\"><i class=\"mr10 fas fa-mobile-alt\"><\/i><\/div><div><span>Telephone number<small>7809300700 964+<\/small><\/span><\/div><\/a><\/li><li class=\"elementor-repeater-item-0dd4b4a clr\"><a href=\"mailto:gardening@site.com\"><div class=\"cz_sl_icon\"><i class=\"mr10 fas fa-location-arrow\"><\/i><\/div><div><span>Eamil<small>info@h4hi.org<\/small><\/span><\/div><\/a><\/li><li class=\"elementor-repeater-item-0d1a19f clr\"><a href=\"https:\/\/maps.google.com\/\"><div class=\"cz_sl_icon\"><i class=\"mr10 czi czico-082-maps-and-flags\"><\/i><\/div><div><span>Title<small>Holy Karbala - Headquarters<\/small><\/span><\/div><\/a><\/li><\/ul>\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>","protected":false},"excerpt":{"rendered":"<p>\u0639\u0646\u0627\u0648\u064a\u0646 \u0641\u0631\u0648\u0639 \u0627\u0644\u0645\u0646\u0638\u0645\u0629 _ \u064a\u0646 \u062a\u0648\u062c\u062f \u0627\u0644\u0645\u0646\u0638\u0645\u0629 \u061f \u0628\u062f\u0623\u062a \u0639\u0645\u0644\u0647\u0627 \u062f\u0627\u062e\u0644 &#8230; <\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1357","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/h4hi.org\/en\/wp-json\/wp\/v2\/pages\/1357","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/h4hi.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/h4hi.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/h4hi.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/h4hi.org\/en\/wp-json\/wp\/v2\/comments?post=1357"}],"version-history":[{"count":21,"href":"https:\/\/h4hi.org\/en\/wp-json\/wp\/v2\/pages\/1357\/revisions"}],"predecessor-version":[{"id":2102,"href":"https:\/\/h4hi.org\/en\/wp-json\/wp\/v2\/pages\/1357\/revisions\/2102"}],"wp:attachment":[{"href":"https:\/\/h4hi.org\/en\/wp-json\/wp\/v2\/media?parent=1357"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}