{"id":416,"date":"2026-02-27T06:40:05","date_gmt":"2026-02-27T06:40:05","guid":{"rendered":"https:\/\/handsmena.org\/?page_id=416"},"modified":"2026-02-27T07:50:19","modified_gmt":"2026-02-27T07:50:19","slug":"our-services","status":"publish","type":"page","link":"https:\/\/handsmena.org\/index.php\/our-services\/","title":{"rendered":"Our Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"416\" class=\"elementor elementor-416\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8cab647 e-flex e-con-boxed e-con e-parent\" data-id=\"8cab647\" 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-c1c6712 elementor-widget elementor-widget-html\" data-id=\"c1c6712\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Services Section \u2013 paste into WordPress HTML block -->\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@300;400;500;700;800&family=Nunito+Sans:wght@300;400;600;700&display=swap');\n\n  :root {\n    --navy: #1b2a4a;\n    --teal: #1e7a8c;\n    --teal-light: #25a0b8;\n    --gold: #d4933a;\n    --white: #ffffff;\n    --light-bg: #f4f8fb;\n    --text: #2c3e50;\n    --muted: #607080;\n    --border: #dde8ef;\n  }\n\n  .hm-services {\n    font-family: 'Nunito Sans', sans-serif;\n    background: var(--light-bg);\n    padding: 70px 20px 80px;\n    color: var(--text);\n  }\n\n  .hm-services__inner {\n    max-width: 1080px;\n    margin: 0 auto;\n  }\n\n  \/* Section Title *\/\n  .hm-services__title {\n    font-family: 'Tajawal', sans-serif;\n    font-size: 2.6rem;\n    font-weight: 800;\n    color: var(--navy);\n    text-align: center;\n    margin: 0 0 10px;\n    letter-spacing: -0.3px;\n  }\n\n  .hm-services__divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    margin-bottom: 55px;\n  }\n\n  .hm-services__divider span {\n    display: block;\n    height: 3px;\n    width: 50px;\n    background: var(--teal);\n    border-radius: 3px;\n  }\n\n  .hm-services__divider i {\n    width: 10px;\n    height: 10px;\n    background: var(--gold);\n    border-radius: 50%;\n    display: block;\n    font-style: normal;\n  }\n\n  \/* Cards *\/\n  .hm-services__list {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n\n  .hm-card {\n    background: var(--white);\n    border-left: 5px solid var(--teal);\n    border-radius: 0 10px 10px 0;\n    margin-bottom: 22px;\n    padding: 34px 36px 34px 36px;\n    display: grid;\n    grid-template-columns: 72px 1fr;\n    gap: 0 28px;\n    align-items: start;\n    box-shadow: 0 2px 12px rgba(27,42,74,0.07);\n    transition: box-shadow 0.2s ease, border-color 0.2s ease;\n  }\n\n  .hm-card:hover {\n    box-shadow: 0 6px 28px rgba(27,42,74,0.13);\n    border-color: var(--gold);\n  }\n\n  .hm-card__num {\n    font-family: 'Tajawal', sans-serif;\n    font-size: 3.2rem;\n    font-weight: 800;\n    color: var(--border);\n    line-height: 1;\n    padding-top: 4px;\n    user-select: none;\n  }\n\n  .hm-card__body {}\n\n  .hm-card__title {\n    font-family: 'Tajawal', sans-serif;\n    font-size: 2rem;\n    font-weight: 700;\n    color: var(--navy);\n    margin: 0 0 12px;\n    line-height: 1.35;\n  }\n\n  .hm-card__desc {\n    font-size: 1.5rem;\n    font-weight: 400;\n    color: var(--muted);\n    line-height: 1.75;\n    margin: 0 0 18px;\n  }\n\n  .hm-card__list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n    gap: 6px 20px;\n  }\n\n  .hm-card__list li {\n    font-size: 1.5rem;\n    color: var(--text);\n    padding-left: 20px;\n    position: relative;\n    line-height: 1.6;\n  }\n\n  .hm-card__list li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 10px;\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--teal-light);\n  }\n\n  \/* Alternating accent *\/\n  .hm-card:nth-child(even) {\n    border-left-color: var(--navy);\n    border-right: 5px solid var(--gold);\n    border-left: none;\n    border-radius: 10px 0 0 10px;\n  }\n\n  .hm-card:nth-child(even):hover {\n    border-right-color: var(--teal);\n  }\n\n  \/* CTA strip *\/\n  .hm-services__cta {\n    margin-top: 50px;\n    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);\n    border-radius: 12px;\n    padding: 40px 44px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n  }\n\n  .hm-services__cta p {\n    font-family: 'Tajawal', sans-serif;\n    font-size: 1.5rem;\n    font-weight: 700;\n    color: var(--white);\n    margin: 0;\n  }\n\n  .hm-services__cta small {\n    display: block;\n    font-family: 'Nunito Sans', sans-serif;\n    font-size: 1.35rem;\n    font-weight: 300;\n    color: rgba(255,255,255,0.75);\n    margin-top: 4px;\n  }\n\n  .hm-services__cta a {\n    background: var(--gold);\n    color: #fff;\n    text-decoration: none;\n    font-family: 'Tajawal', sans-serif;\n    font-size: 2rem;\n    font-weight: 700;\n    padding: 13px 30px;\n    border-radius: 6px;\n    letter-spacing: 0.5px;\n    transition: background 0.2s;\n    white-space: nowrap;\n  }\n\n  .hm-services__cta a:hover {\n    background: #ba7c28;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 680px) {\n    .hm-card {\n      grid-template-columns: 1fr;\n      border-left: 5px solid var(--teal) !important;\n      border-right: none !important;\n      border-radius: 0 10px 10px 0 !important;\n      padding: 26px 24px;\n    }\n\n    .hm-card__num {\n      font-size: 2.2rem;\n      margin-bottom: 6px;\n    }\n\n    .hm-services__title { font-size: 2rem; }\n\n    .hm-card__list {\n      grid-template-columns: 1fr;\n    }\n\n    .hm-services__cta {\n      flex-direction: column;\n      text-align: center;\n      padding: 30px 24px;\n    }\n  }\n<\/style>\n\n<section class=\"hm-services\">\n  <div class=\"hm-services__inner\">\n    <div class=\"hm-services__list\">\n      <!-- 01 -->\n      <div class=\"hm-card\">\n        <div class=\"hm-card__num\">01<\/div>\n        <div class=\"hm-card__body\">\n          <h3 class=\"hm-card__title\">Capacity Building &amp; Organizational Development<\/h3>\n          <p class=\"hm-card__desc\">We design and deliver tailored training programs that develop essential skills across management, leadership, governance, and field implementation.<\/p>\n          <ul class=\"hm-card__list\">\n            <li>Staff and individual capacity building plans<\/li>\n            <li>Customized training workshops<\/li>\n            <li>Coaching and mentorship programs<\/li>\n            <li>Strengthening organizational structures and operational systems<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- 02 -->\n      <div class=\"hm-card\">\n        <div class=\"hm-card__num\">02<\/div>\n        <div class=\"hm-card__body\">\n          <h3 class=\"hm-card__title\">Institutional Governance Strengthening<\/h3>\n          <p class=\"hm-card__desc\">We support organizations in building transparent, accountable, and effective governance systems.<\/p>\n          <ul class=\"hm-card__list\">\n            <li>Governance framework development<\/li>\n            <li>Board strengthening and advisory support<\/li>\n            <li>Internal policy development<\/li>\n            <li>System optimization and operational process mapping<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- 03 -->\n      <div class=\"hm-card\">\n        <div class=\"hm-card__num\">03<\/div>\n        <div class=\"hm-card__body\">\n          <h3 class=\"hm-card__title\">Standard Operating Procedures (SOPs) Development<\/h3>\n          <p class=\"hm-card__desc\">We develop practical and user-friendly SOPs to streamline operations and ensure consistency.<\/p>\n          <ul class=\"hm-card__list\">\n            <li>Department-specific SOPs<\/li>\n            <li>Cross-departmental workflow SOPs<\/li>\n            <li>Compliance and quality assurance SOPs<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- 04 -->\n      <div class=\"hm-card\">\n        <div class=\"hm-card__num\">04<\/div>\n        <div class=\"hm-card__body\">\n          <h3 class=\"hm-card__title\">Program Design &amp; Development<\/h3>\n          <p class=\"hm-card__desc\">We help partners develop coherent, impactful, and evidence-based development programs.<\/p>\n          <ul class=\"hm-card__list\">\n            <li>Program conceptualization and design<\/li>\n            <li>Theory of Change (ToC) development<\/li>\n            <li>Logframe creation<\/li>\n            <li>Proposal writing and fundraising support<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- 05 -->\n      <div class=\"hm-card\">\n        <div class=\"hm-card__num\">05<\/div>\n        <div class=\"hm-card__body\">\n          <h3 class=\"hm-card__title\">Fundraising &amp; Resource Mobilization<\/h3>\n          <p class=\"hm-card__desc\">We help organizations and individuals secure sustainable funding through strategic approaches.<\/p>\n          <ul class=\"hm-card__list\">\n            <li>Fundraising strategy development<\/li>\n            <li>Grant research and identification<\/li>\n            <li>Proposal writing and donor engagement strategies<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- 06 -->\n      <div class=\"hm-card\">\n        <div class=\"hm-card__num\">06<\/div>\n        <div class=\"hm-card__body\">\n          <h3 class=\"hm-card__title\">Monitoring, Evaluation, Accountability &amp; Learning (MEAL)<\/h3>\n          <p class=\"hm-card__desc\">We design and implement strong MEAL systems to enhance accountability and learning.<\/p>\n          <ul class=\"hm-card__list\">\n            <li>MEAL framework and plan development<\/li>\n            <li>Indicator matrix and data collection tools<\/li>\n            <li>Accountability mechanisms<\/li>\n            <li>Learning systems and knowledge management<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- 07 -->\n      <div class=\"hm-card\">\n        <div class=\"hm-card__num\">07<\/div>\n        <div class=\"hm-card__body\">\n          <h3 class=\"hm-card__title\">Research &amp; Evaluations<\/h3>\n          <p class=\"hm-card__desc\">We provide high-quality, evidence-driven research to inform decision making.<\/p>\n          <ul class=\"hm-card__list\">\n            <li>Baseline studies<\/li>\n            <li>Midterm evaluations<\/li>\n            <li>Endline evaluations<\/li>\n            <li>Needs assessments<\/li>\n            <li>Sectoral assessments and market studies<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n    <\/div><!-- \/.hm-services__list -->\n\n    <!-- Optional CTA strip \u2013 remove if not needed -->\n    <div class=\"hm-services__cta\">\n      <div>\n        <p>Ready to strengthen your organization?\n          <small>Let's discuss how we can support your goals.<\/small>\n        <\/p>\n      <\/div>\n      <a href=\"\/index.php\/contact\/\">Contact Us<\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\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-f67f2bf e-grid e-con-boxed e-con e-parent\" data-id=\"f67f2bf\" 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-090fe2d elementor-widget elementor-widget-image\" data-id=\"090fe2d\" 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 decoding=\"async\" width=\"192\" height=\"62\" src=\"https:\/\/handsmena.org\/wp-content\/uploads\/2026\/02\/Picture1.png\" class=\"attachment-large size-large wp-image-476\" alt=\"Sponsor\" \/>\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-8dbcc34 elementor-widget elementor-widget-image\" data-id=\"8dbcc34\" 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 decoding=\"async\" width=\"228\" height=\"92\" src=\"https:\/\/handsmena.org\/wp-content\/uploads\/2026\/02\/Picture2.png\" class=\"attachment-large size-large wp-image-475\" alt=\"Sponsor\" \/>\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-6a13f97 elementor-widget elementor-widget-image\" data-id=\"6a13f97\" 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 decoding=\"async\" width=\"107\" height=\"107\" src=\"https:\/\/handsmena.org\/wp-content\/uploads\/2026\/02\/Picture3.png\" class=\"attachment-large size-large wp-image-474\" alt=\"Sponsor\" \/>\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-591f16d elementor-widget elementor-widget-image\" data-id=\"591f16d\" 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=\"105\" height=\"103\" src=\"https:\/\/handsmena.org\/wp-content\/uploads\/2026\/02\/Picture4.png\" class=\"attachment-large size-large wp-image-473\" alt=\"Sponsor\" \/>\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-ff36e1f elementor-widget elementor-widget-image\" data-id=\"ff36e1f\" 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=\"160\" height=\"51\" src=\"https:\/\/handsmena.org\/wp-content\/uploads\/2026\/02\/Picture5.png\" class=\"attachment-large size-large wp-image-472\" alt=\"Sponsor\" \/>\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-190b7ac elementor-widget elementor-widget-image\" data-id=\"190b7ac\" 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=\"124\" height=\"93\" src=\"https:\/\/handsmena.org\/wp-content\/uploads\/2026\/02\/Picture6.png\" class=\"attachment-large size-large wp-image-471\" alt=\"Sponsor\" \/>\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-edce306 elementor-widget elementor-widget-image\" data-id=\"edce306\" 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=\"211\" height=\"98\" src=\"https:\/\/handsmena.org\/wp-content\/uploads\/2026\/02\/Picture7.png\" class=\"attachment-large size-large wp-image-470\" alt=\"Sponsor\" \/>\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-8032344 elementor-widget elementor-widget-image\" data-id=\"8032344\" 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=\"105\" height=\"100\" src=\"https:\/\/handsmena.org\/wp-content\/uploads\/2026\/02\/Picture8.png\" class=\"attachment-large size-large wp-image-469\" alt=\"Sponsor\" \/>\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-d41e832 elementor-widget elementor-widget-image\" data-id=\"d41e832\" 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=\"197\" height=\"77\" src=\"https:\/\/handsmena.org\/wp-content\/uploads\/2026\/02\/Picture9.png\" class=\"attachment-large size-large wp-image-468\" alt=\"Sponsor\" \/>\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-c1b6a73 elementor-widget elementor-widget-image\" data-id=\"c1b6a73\" 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=\"107\" height=\"107\" src=\"https:\/\/handsmena.org\/wp-content\/uploads\/2026\/02\/Picture10.png\" class=\"attachment-large size-large wp-image-467\" alt=\"Sponsor\" \/>\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-d5ea228 elementor-widget elementor-widget-image\" data-id=\"d5ea228\" 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=\"90\" height=\"90\" src=\"https:\/\/handsmena.org\/wp-content\/uploads\/2026\/02\/Picture11.png\" class=\"attachment-large size-large wp-image-466\" alt=\"Sponsor\" \/>\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-55b184e elementor-widget elementor-widget-image\" data-id=\"55b184e\" 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=\"130\" height=\"130\" src=\"https:\/\/handsmena.org\/wp-content\/uploads\/2026\/02\/Picture12.png\" class=\"attachment-large size-large wp-image-465\" alt=\"Sponsor\" \/>\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>01 Capacity Building &amp; Organizational Development We design and deliver tailored training programs that develop essential skills across management, leadership, governance, and field implementation. Staff and individual capacity building plans Customized training workshops Coaching and mentorship programs Strengthening organizational structures and operational systems 02 Institutional Governance Strengthening We support organizations in building transparent, accountable, and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","omw_enable_modal_window":"enable","footnotes":""},"class_list":["post-416","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/handsmena.org\/index.php\/wp-json\/wp\/v2\/pages\/416","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/handsmena.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/handsmena.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/handsmena.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/handsmena.org\/index.php\/wp-json\/wp\/v2\/comments?post=416"}],"version-history":[{"count":23,"href":"https:\/\/handsmena.org\/index.php\/wp-json\/wp\/v2\/pages\/416\/revisions"}],"predecessor-version":[{"id":479,"href":"https:\/\/handsmena.org\/index.php\/wp-json\/wp\/v2\/pages\/416\/revisions\/479"}],"wp:attachment":[{"href":"https:\/\/handsmena.org\/index.php\/wp-json\/wp\/v2\/media?parent=416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}